html, body {
  overflow-x: hidden;
  width: 100%;
}

  body {
  font-family: 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
  background: #000;
  color:#fff;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
    section {
      padding: 100px 0;
    }
    .bg-light-gray {
      background-color: #000;
    }
    .navbar-brand img {
      height: 40px;
    }
    footer {
      background-color: #343a40;
      color: #fff;
      padding: 40px 0;
    }
    footer a {
      color: #adb5bd;
      text-decoration: none;
    }
    footer a:hover {
      color: #fff;
    }
	.bg-my{
		background: url(../image/header-bg.jpg) repeat-x left top;
	}
	
	
	.nav-link {
  color: #fff;
  font-size: 20px;
}

.btn-close {
  position: relative;
  top: -34px;
}
#banner-welcom {
  padding: 0;
}
.nav-link:hover{color:#86110e}

.bg-welcom{
	background:url(../image/bg-header.jpg) no-repeat;
	height:950px;
	max-width: 100%;
	position:relative;
	
} 

.contet-welcom {
  position: absolute;
  max-width: 650px;
  top: 25%;
  color:#fff;
}

.subtitle-welcom {
  font-size: 22px;
  font-weight: bold;
  margin-bottom:30px;
  text-shadow: 0 0 8px #86110e;
}

.title-welcom {
  text-shadow: 0 0 8px #86110e;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.text-welcom {
  font-size: 18px;
  text-shadow: 3px 5px 4px #86110e;
}
.btn-welcom a:hover, .btn-services a:hover{
	background: #000;
}
.btn-welcom {margin-top:30px;}
.btn-welcom a {
  background: #86110e;
  padding: 13px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  min-width: 250px;
  display: inline-block;
  border:1px solid #86110e;
    transition: color 0.3s ease, text-shadow 0.3s ease;
	text-transform:uppercase;
}

.all-about {
  /*height: 100dvh;*/
  display:flex;
}

.all-about img {
  max-width: 100%;
  max-height: 80%;
}

.contenr-about {
  width: 100%;
}

.contenr-about  h2 {
  text-align: center;
  color:#fff;
  text-transform:uppercase;
  font-size:42px;
  margin-bottom: 30px;
}
.contenr-about  h2:after{
	content:'';
	display:inline-block;
	width:1px ;
	height:30px;
	background:#86110e;
	
}
.title-about {
  color: #737272;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.text-about {
  /* max-width: 550px; */
  margin: 0 auto;
  text-align:left;
}

.contenr-about h2::after {
  content: '';
  display: block;
  width: 2px;
  height: 35px;
  background: #86110e;
  margin: 10px auto;
}

.cont-about{
	display:flex;
	margin-top: 50px;
	justify-content: center;
}



.cont-about .irem {
  margin: 15px;
  padding: 15px;
  border: 1px solid #86110e;
  width: 250px;
  text-align: left;
}

.name-cont {
  color: #737272;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cont-cont a {
  color: #fff;
}

h2 {
  text-align: center;
  color:#fff;
  text-transform:uppercase;
  font-size:42px;
  margin-bottom: 30px;
}

h2::after {
  content: '';
  display: block;
  width: 2px;
  height: 35px;
  background: #86110e;
  margin: 10px auto;
}


section {
  padding: 0px 0;
}
  
  .services-about {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.title-services {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}

.price-services {
  font-size: 27px;
  font-weight: bold;
  color: #bb581c;
  margin: 15px 0;
}

.btn-services a{
	background: #86110e;
  padding: 13px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  min-width: 250px;
  display: inline-block;
  border:1px solid #86110e;
    transition: color 0.3s ease, text-shadow 0.3s ease;
	text-transform:uppercase;
}

.itr:first-child {
  border-bottom: 1px solid;
  margin-bottom: 45px;
  padding: 45px 0;
}

.contacts-about {
	display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.contacts-about .cont-about{margin:0;}
.irem.adre {
  width: 100%;
  max-width: 820px;
}

.modal-dialog{
	background:#000;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  background: #000;
  border: 1px solid #fff;
}

.btn.btn-success {
  width: 100%;
  background: #86110e;
  padding: 13px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  min-width: 250px;
  display: inline-block;
  border:1px solid #86110e;
    transition: color 0.3s ease, text-shadow 0.3s ease;
	text-transform:uppercase;
}

.modal-footer {
  border: none;
}

#serviceModalLabel {
  text-align: center;
  width: 100%;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}


.item-reviews {
  width: 100%;
  min-height: 200px;
  padding: 15px;
  text-align: left;
 border:1px solid #86110e;
 
}

.line-reviews {
  display: flex;
  gap: 15px;
  padding: 7px;
}


.name-reviews {
 
  font-style: italic;
  color: #9999;
}

.data-reviews{
	font-size:10px;
	font-style: italic;
  color: #9999;
  margin-bottom:10px;
}

.title-about {
  margin-top: 80px;
}

.tabs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.tab span{
	display:block;
}

.tab:hover, .tab.active{
	border:1px solid #fff;
	opacity:0.9;
	color: #fff;
}

.tab {
cursor:pointer; 
 color: #333;
  border: 1px solid #333;
  padding: 15px;
}

#reviews{
	margin-top:80px;
}

@media (max-width: 768px) {
	.bg-welcom {
	height: 600px;
	background: url(../image/bg-header.jpg) center no-repeat;
	}
	
	.contet-welcom {
		top: 10%;
	}
	
	
	.all-about {
  flex-direction: column;
  gap: 20px;
display: flex;
}

.cont-about, .services-about, .contacts-about {
  
  flex-direction: column;
  gap: 20px;
}
.right-services{display:none;}
.img-about {
  order: 2;
}

.cont-about .irem{
	width: 250px;
    margin: 0 auto;
}
.irem.adre{
	margin-top:15px;
}
.line-reviews {
  display: flex;
  gap: 15px;
  padding: 7px;
  flex-direction: column;
  gap: 20px;
}
	
}

