body {
	margin:0px;
	padding: 0px 0px 0px 0px;
  /* font-family: 'Euclid Circular A'; */
  font-family: 'Gilroy';
	font-size: 16px;
  font-weight: normal;
  font-style: normal;
	color: #ffffff;
  background: url(../images/main_bcg.jpg) repeat-y center #2c2721;
  background-size: cover;
  /* font-weight: 300; */
}


html, body {
  height: 100%;
}

@media (min-width: 767px) {
@media (prefers-reduced-motion: no-preference) {
  :root {
      scroll-behavior: auto;
  }
}
}

/*common*/
body.modal-open {
    overflow: hidden;
}


/* @font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Light.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Light.woff') format('woff'),
        url('../fonts/EuclidCircularA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Medium.woff') format('woff'),
        url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}
 */

 @font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: auto;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: auto;
}


/* @font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
      url('../fonts/Gilroy-Regular.woff') format('woff'),
      url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
      url('../fonts/Gilroy-Bold.woff') format('woff'),
      url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: auto;
} */



p {
	margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  /* font-weight: 300; */
}


strong {
  font-weight: bold;
}


a {
  color: #d8d8d8;
  text-decoration: none;
  outline: 0 !important; 
 -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}


a:hover,  a:focus {
  color: #ffffff;
  
}

 


h1 {
  font-size: 36px;
  text-align: left;
  line-height: normal;
  padding: 0 0 0px 0;
  margin: 0px 0 50px 0;
  font-weight: normal;
}


h2 {
  padding: 	0px 0px 40px 0px;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
}


h3 {
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 24px;
  text-align: left;
  color: #cbcbcb;
  font-weight: normal;
}


h4 {
  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 20px;
  color: #cbcbcb;
  font-weight: normal;
}


div.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0;
}


@media (max-width: 991px) {

    p {
	margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;

}


}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin: 0px 0 30px 0;
  }

  h2 {
    padding: 	0px 0px 20px 0px;
    font-size: 20px;
  }

  p {
	margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  /* font-weight: 300; */
}

  
  
}


/*menu holder*/


/* @media (min-width: 1500px)   {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1720px;
  }
} */


.menu-cont {
    max-width: 80%;
}

.menu-holder {
  top: 0;
  padding: 20px 0 20px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  /* background-color: #000000; */
  border-bottom: 1px solid transparent;
  transition: all 0.6s ease;   
}

.mh-background {
 	/* background-color: #29241e; */
  background-color: rgba(41, 36, 30, 0.8);
  backdrop-filter: blur(10px);
   
}


.mh-no-trans {
  transition: all 0s!important;   
}


.menu-mob-lg {
  opacity: 0.7;
}


.menu-small {
  /* border-bottom: 1px solid #1d1d1d; */
  border-bottom: 1px solid #2c261f;
}

.menu-trans {
  transition: all 1s ease;   
}

.navbar {
  position: relative;
}

.navbar-brand {
  background-color: transparent;
  opacity: 1;
}

/* .navbar-brand img {
  width: 168px;
} */


.logo-big {
  position: absolute;
    top: 12px;
}

.logo-sm {
  width: 67px;
  position: absolute;
  top: 5px;
}


.tel-req-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-tel {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin: 0 0 5px 70px;
  color: #b3b3b3;
}

.top-tel:hover {
  color: #5d5d5d;
}

.top-order-btn {
  display: block;
  width: 208px;
  border: 1px solid #6e6e6e;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  color: #cbcbcb;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 5px 15px 5px;
  margin: 0 0 0 90px;
}

.top-order-btn:hover {
  color: #cbcbcb;
  background-color: #1d1d1d;
  border: 1px solid #6e6e6e;
}


ul.navbar-nav {
    padding: 0;
}

 ul.navbar-nav li {
  background: none;
  padding-left: 0;
}

.nav-link {
  font-size: 16px;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: #ffffff;
  /* font-weight: 300; */
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}

.nav-link:hover, .nav-link:focus {
  color: #8b8072;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #8b8072;
}


@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;

  }
} 


.lang-holder {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 40px;
  color: #cbcbcb;
}

.lang-holder a {
  font-size: 12px;
}


.top-soc-holder {
  position: sticky;
  /* position: absolute; */
  position: fixed;
  opacity: 1;
  left: 60px;
  top: 140px;
  z-index: 998;
  width: 16px;
}

.soc-telegram {
  background: url(../images/soc_telegram.svg) no-repeat center center;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 20px 0;
}

.soc-viber {
  background: url(../images/soc_viber.svg) no-repeat center center;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 20px 0;
}

.soc-insta {
  background: url(../images/soc_insta.svg) no-repeat center center;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 20px 0;
}

.soc-watsapp {
  background: url(../images/soc_watsapp.svg) no-repeat center center;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 20px 0;
}

.soc-telegram:hover, .soc-viber:hover, .soc-insta:hover, .soc-watsapp:hover {
  opacity: 0.6;
}



/*-----top pic-------*/
.top-video-holder {
  height: 100%;
  position: relative;
  background: url(../images/main_pic.jpg) no-repeat center center / cover;
}

.big-logo-holder {
  background: url(../images/logo.svg) no-repeat center center;
  background-size: 100%;
  width: 487px;
  height: 111px;
  position: absolute;
  right: 12%;
  bottom: 6%;
}



/*slider-old*/



.slider-section {
  background-color: #1c1610;
  height: 95%;
  display: block;
  transition: background 1s ease;
}

.carousel-filter {
  background-color: rgba(25, 20, 15, 0.85);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
    padding:0px 0px 40px 0px;
}

.slider-holder {
  /* margin-top: 140px; */
  width: 79%;
  height: 100%;
  padding: 100px 0px 60px 0px;
  margin: 0 auto;
}

.slider-header {
  font-size: 36px;
  color: #ffffff;
  padding: 0 0 60px 0;
  margin: 0;
  width: 180px;
  line-height: normal;
  text-transform: uppercase;
  /* font-weight: 300; */
  position: absolute;
}

.carousel {
  height: 100%;
  position: relative;
}

.carousel-item {
  height: 100%;
  padding-bottom: 130px;
  position: relative;
}





.carousel-inner {
  width: 623px;
  height: 100%;
  margin: 0 auto;
  overflow: unset;
}

.carousel-arrow-holder {
  width: 105px;
  position: relative;
  bottom: 8px;
  left: 30px;
}


#slide-1 {
   background: url(../images/slider_p1.jpg) no-repeat top center / cover;
   /* background-attachment: fixed; */
   height: 100%;
}

#slide-2 {
  background: url(../images/slider_p2.jpg) no-repeat top center / cover;
  height: 100%;
}


#slide-3 {
  background: url(../images/slider_p3.jpg) no-repeat top center / cover;
  height: 100%;
}


.carousel-digit-holder {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #cbcbcb;
  /* font-weight: 300; */
}


.carousel-indicators {
  position: absolute;
  width: auto;
  margin: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  height: 60px;
  text-align: right;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
  color: #cbcbcb;
  height: auto;
  text-indent: 0;
  text-align: left;
  margin: 0 0 0 0px;
  transition: all 1s ease;   
}



.ci-set {
  font-size: 12px;
  display: block;
  width: 20%;
  float: left;
  padding: 42px 0 0 0;
  position: relative;
}

.ci-text {
  display: block;
  width: 80%;
  font-size: 12px;
  float: left;
  padding: 40px 0 0 0;
}

.ci-line {
  width: 4px;
  background-color: #605750;
  /* border-left: 1px solid #cbcbcb; */
  height: 30px;
  position: absolute;
  left: 20%;
  bottom: 0px;
  transition: all 1s ease;   
}

.carousel-indicators .active .ci-line {
  height: 60px;
}

.carousel-indicators [data-bs-target]:hover {
  opacity: 1;
}

.carousel-indicators [data-bs-target]:hover .ci-line {
  height: 30px;
}


.carousel-control-next, .carousel-control-prev{
  opacity: 1;
  /* width: 120px; */
  color: #cbcbcb;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 64px;
  background-size: auto;
}

.carousel-control-next-icon {
  background-image: url(../images/slider_arrow_right.svg);
  position: absolute;
  bottom: 150px;
  right: 30px;
  animation: moveRight 1s ease 0.5s;
}

.carousel-control-prev-icon {
  background-image: url(../images/slider_arrow_left.svg);
  position: absolute;
  bottom: 10px;
  left: 30px;
  opacity: 1;
  animation: moveLeft 1s ease 0.5s;
}

@keyframes moveLeft {
  0% {
    left: 60px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    left: 30px;
  }
}

@keyframes moveRight {
  0% {
    right: 60px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    right: 30px;
  }
}

.carousel-caption {
  right: auto;
  left: 0px;
  text-align: left;
  bottom: 0px;
  z-index: 999;
  position: absolute;
  width: 100%;
  padding-bottom: 0;

}

.carousel-caption h1 {
  font-size: 36px;
  color: #ffffff;
  text-transform:none;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0px 0;
  /* font-weight: 300; */
  line-height: normal;
}

.carousel-caption h2 {
  font-size: 30px;
  text-transform:uppercase;
  padding: 0;
  margin: 0 0 0px 0;
  color: #ffffff;
  font-weight: normal;
  /* font-weight: 300; */
  line-height: normal;
  display: inline;
}

.project-sub-text {
  font-size: 20px;
  /* font-weight: 300; */
    transition: all 1s ease; 
}


.carousel-btn {
  display: block;
  font-size: 14px;
  padding: 13px 0 13px 0;
  text-align: right;
  border-radius: 5px;
  /* font-weight: 300; */
  text-transform: uppercase;

}

.carousel-btn:hover {
  opacity: 0.8;
}



.carousel-control-next-digit {
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline;
}

.carousel-control-prev-digit {
  /* position: absolute; */
  display: inline;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width:1999px) {
  .top-order-btn {
    margin: 0 0 0 40px;
  }
}


@media (max-width:1879px) {
  .top-order-btn {
    margin: 0 0 0 40px;
  }
  .top-tel {
    margin: 0 0 5px 20px;
  }
}


@media (max-width:1806px) {
  .top-order-btn {
    margin: 0 0 0 20px;
  }
  .top-tel {
    margin: 0 0 5px 10px;
    font-size: 14px;
  }
}



@media (max-width:1710px) {

    .slider-holder {
    width: 83%;
  }

  .top-tel {
    margin: 0 0 5px 10px;
  }

  .top-order-btn {
    margin: 0 0 0 20px;
  }

  .menu-cont {
    max-width: 85%;
}

/* .carousel-indicators [data-bs-target] {
  width: 150px;
  margin: 0 0 0 10px;
} */
}

@media (max-width:1615px) {
  .lang-holder {
    padding: 0 0 0 20px;
  }

  .nav-link {
    font-size: 15px;
  }
}

@media (max-width:1550px) {

  .tel-req-holder {
    display: block;
  }

  .top-tel {
    margin: 0 0 5px 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .top-order-btn {
    margin: 0 0 0 20px;
  }





  /* .navbar-brand img {
    width: 150px;
  } */

}

@media (max-width:1399px) {

  .slider-header {
    font-size: 30px;
  }
  
  .carousel-inner {
    width: 570px;
  }

  


  .slider-holder {
    width: 75%;
  }

  .top-soc-holder {
    left: 30px;
  }

  .top-order-btn {
    width: 180px;
    margin: 0 0 0 0px;
  }

  .top-tel {
    margin: 0 0 5px 0px;
    font-size: 14px;
  }

  .lang-holder{
    padding: 0 0 0 10px;
  }

  .menu-cont {
    max-width: 90%;
}



.carousel-caption h1 {
  font-size: 40px;
}

.carousel-caption h2 {
  font-size: 36px;
}




}


@media (max-width:1199px) {



  .navbar-toggler {
    position: absolute;
    top: 5px;
    right: 5%;
  }

 .navbar-toggler-icon {
  background: url(../images/menu_icon.svg);
  width: 24px;
  height: 16px;
 }

 .lang-holder {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0px 0 20px;
}

.big-logo-holder {
  background: url(../images/logo.svg) no-repeat center center;
  background-size: 100%;
  width: 287px;
  height: 80px;
  position: absolute;
  right: 50%;
  margin-right: -143px;
  bottom: 6%;
}

.logo-big {
  position: absolute;
    top: 10px;
}

.logo-sm {
  top: 0px;
}


  .slider-holder {
    width: 90%;
  }



.ci-text {
  width: 85%;
  font-size: 13px;
  padding: 40px 0 0 10px;
}

.carousel-caption {
  width:inherit;
}

.carousel-caption h1 {
  font-size: 32px;
}

.carousel-caption h2 {
  font-size: 32px;
}



}


@media (max-width:991px) {

  .carousel-filter {
    padding: 40px 0px 40px 0px;
}


  .slider-header {
    font-size: 30px;
    width: inherit;
    padding: 0;
  }

  .carousel-inner {
    width: 100%;
  }

  .carousel-item {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .carousel-indicators {
    display: none;
  }

  .carousel-digit-holder {
      position: absolute;
      top: auto;
      bottom: 0px;
      right: 0px;
      font-size: 30px;
      color: #cbcbcb;
      /* font-weight: 300; */
}



    .slider-header {
    font-size: 30px;

    z-index: 99;
  }


  .carousel-caption h1 {
    font-size: 28px;
  }
  
  .carousel-caption h2 {
    font-size: 28px;
  }



  
.logo-big {
  position: absolute;
    top: 3px;
}

.logo-sm {
  top: 0px;
}

.navbar-toggler {
  top: 4px;
}

 .lang-holder {
  font-size: 16px;
  font-weight: bold;
  padding: 0 50px 0 20px;
}



  .carousel-indicators {
    width: 25%;
    height: 66px;
  }



  .carousel-indicators [data-bs-target] {
    width: 20px;
  }


  .ci-text {
    display: none;
  }

  .carousel-control-next-icon {
    bottom: 70px;
    right: 30px;
  }

  .carousel-control-next-digit {
    bottom: 77px;
  }


  .carousel-arrow-holder {
  width: 105px;
  position: relative;
  bottom: -20px;
  left: 0px;
}

.carousel-control-next, .carousel-control-prev {
  /* position: relative; */
  display: inline;
  /* width: 60px; */
  text-align: left;
}

.carousel-control-prev-digit {
  position: relative;
  display: inline;
}
.carousel-control-next-digit {
  bottom: 0;
  position: relative;
  display: inline;
}

.project-sub-text {
  font-size: 16px;
  /* font-weight: 300; */
}

  .top-soc-holder {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 30px;
  }

}

@media (max-width:991px) {

  .slider-holder {
    padding: 40px 0px 20px 0px;
  }

}


@media (max-width:767px) {

.menu-holder {
  top: 0;
  padding: 10px 0 10px 0;
}

  .carousel-filter {
    padding: 25px 0px 70px 0px;
}

  .slider-holder {
    padding: 20px 0px 30px 0px;
  }
/* 
 .carousel-inner {
    height: 90%;
  } */
  .carousel-arrow-holder {
    left: 0;
  }


  .logo-big {
  position: absolute;
  top: 8px;
  width: 113px;
  left: 20px;
}

.logo-sm {
  top: 0px;
  width: 50px;
}

.navbar-toggler {
  top: 4px;
  padding: 5px;
  opacity: 0.7;
  right: 14px;
}

 .lang-holder {
  font-size: 16px;
  font-weight: bold;
  padding: 0 50px 0 20px;
  color: white;
}


  /* .navbar-brand img {
    width: 113px;
  } */

  .tel-req-holder {
    display: block;
    justify-content:unset;
    align-items: unset;
    position: absolute;
    left: 50%;
    width: 140px;
    margin-left: -45px;
  }

  .top-order-btn {
    width: 150px;
    padding: 5px 0px 5px 0;
    font-size: 10px;
    margin: 0;
  }

  .top-tel {
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin: 0 0 3px 5px;
    text-align: center;
  }





  .menu-cont {
    max-width: 100%;
  }


    .carousel-digit-holder {

      font-size: 20px;

}



  /* .lang-holder {
    padding: 0;
    position: absolute;
    right: 47px;
  }

  .lang-holder span {
    display: none;
  } */


  .carousel-indicators {
    width: 50px;
    height: 30%;
  }

  .carousel-indicators [data-bs-target] {
    text-align: center;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
  }

  .ci-line {
    display: none;
  }



  .carousel-control-next-icon {
    bottom: 10px;
    right: 60px;
  }

  .carousel-control-next-digit {
    bottom: 0px;
    right: 130px;
  }

  @keyframes moveRight {
    0% {
      right: 90px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      right: 60px;
    }
  }


  /* .carousel-caption {
    width: 90%;
    left: 30px;
    top: 30%;
  } */

  .carousel-caption h1 {
    font-size: 26px;
  }

  .carousel-caption h2 {
    font-size: 26px;
  }

  .top-soc-holder {
    position: fixed;
    top: auto;
    bottom: 30%;
    left: auto;
    right: 30px;
  }




}



/*about block*/

.about-block {
  padding: 200px 0 130px 0;
}

.about-block h2 {
  font-size: 36px;
  text-transform: none;
  padding: 0 0 0 0px;
  margin: 0 0 60px 0;
  color: #ffffff;
  text-transform: uppercase;
  /* font-weight: 300; */
  
}

.about-block h3 {
  padding: 20px 0 0 0px;
  margin: 0 0 60px 0;
}

.about-b-text-holder {
  padding: 0 20px 0 0px;
}


.about-block .read-more {
   display: block;
   border-radius: 800px;
   text-align: center;
   width: 220px;
   line-height: 42px;
   margin: 40px 0 40px 0;
   font-size: 14px;
   background-color: #605750;
   text-transform: uppercase;
   /* font-weight: 300; */
}

.about-block .read-more:hover {
  color: white;
  background-color: #80746b;
}


.about-big-digit {
  border-top: 1px solid #4a433b;
  border-bottom: 1px solid #4a433b;
  border-left: 1px solid #4a433b;
  width: 100%;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 20px;
}

.about-big-digit-l {
    border-right: 1px solid #4a433b;
}


.ab-digit {
  font-size: 160px;
  line-height: 160px;
}

.ab-dig-right {
  padding-right: 0;
}


.ab-dig-left {
  padding-left: 0;
}


.map-about-holder {
  margin: 0px 0 80px 0;
  background: url(../images/about_map.png) no-repeat top 120px center;
  background-size: 1294px;
  height: 800px;
}

.map-about-holder h2 {
  text-align: center;
  text-transform: uppercase;
}

.mpholder-en {
  background: url(../images/about_map_en.png) no-repeat top 120px center;
}



/*about-carousel*/

.project-text-left {
    position: absolute;
    bottom: 40vh;
    left: -500px;
    z-index: 999;
    width: 400px;
    transition: all 1s ease;     
}

.project-text-right {
    position: absolute;
    bottom: 40vh;
    right: -500px;
    z-index: 999;
    width: 400px;
    transition: all 1s ease;     
}

.about-slider #slide-1 {
   background: url(../images/sofia_3.jpg) no-repeat top center / cover;
   /* background-attachment: fixed; */
   height: 100%;
}

.about-slider #slide-2 {
  background: url(../images/sofia_1.jpg) no-repeat top center / cover;
  height: 100%;
}


.about-slider #slide-3 {
  background: url(../images/sofia_2.jpg) no-repeat top center / cover;
  height: 100%;
}


.mission-pic {background: url(../images/mission_pic.jpg) no-repeat center center / cover;}


.about-award-holder {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  position: relative;
}

.about-award-header {
  font-size: 30px;
  /* font-weight: 300; */
  margin: 0 0 20px 0;
}

.award-project-description {
  font-size: 18px;
  margin: 0 0 20px 0;
}

span.award-year {
  color: #605750;
}

.award-link-arrow {
  display: block;
  background: url(../images/award_arrow.svg) no-repeat center center;
  border: 1px solid #605750;
  width: 30px;
  height: 30px;
  margin: 5px 0 0 auto;
  /* top: 50%;
  position: absolute;
  right: 0;
  margin-top: -15px; */
}

.award-link-arrow:hover {
  opacity: 0.5;
}

.award-project-name {
  padding: 5px 0 5px 0;
}


@media (max-width:1711px) {
  .project-text-left {
    position: absolute;
    bottom: 40vh;
    left: -340px;
    z-index: 999;
    width: 300px;
    transition: all 1s ease;     
}

.project-text-right {
    position: absolute;
    bottom: 40vh;
    right: -340px;
    z-index: 999;
    width: 300px;
    transition: all 1s ease;     
}


  
}


@media (max-width:1399px) {

.project-text-left {
  position:unset;
  width: auto;
  margin-top: 20px;
}

.project-text-right {
  position:unset;
  width: auto;
  margin-top: 20px;
}

.about-big-digit {
  height: 400px;
}

  .ab-digit {
  font-size: 120px;
  line-height: 120px;
}



.about-slider .carousel-caption {
  position: relative;
}


.about-slider #slide-1 {
   height: 82%;
   max-height: 55vh;
}

.about-slider #slide-2 {
  height: 82%;
   max-height: 55vh;
}


.about-slider #slide-3 {
  height: 82%;
   max-height: 55vh;
}


}



@media (max-width:1199px) {

  .about-block h3 {
    padding: 20px 0 0 0px;
    margin: 0 0 35px 0;
  }
  
}

@media (max-width:991px) {
  .about-big-digit {
    height: 280px;

  }

.ab-digit {
  font-size: 100px;
  line-height: 120px;
}


}


@media (max-width:991px) {

  .award-link-arrow {
    margin: 0 auto 0 0px;
  }

  .award-project-name {
    margin-left: 30px;
  }

  .about-award-header {
    margin: 20px 0 20px 0;
    font-size: 24px;
  }

  .about-award-holder {
    width: 90%;
  }

}

@media (max-width:767px) {

  .about-slider {
    /* height:unset !important; */
    height: auto;
  }

/* .about-slider .carousel-caption {
  position: relative;
  height: 45vh;
} */

   .about-slider .carousel-filter {
    height: unset;
    position: unset;
    padding-bottom: 0px;
   }

 .about-slider .slider-holder  {
  height: unset;
 }

 .about-slider .carousel {
  height: unset;
 }

 .about-slider .carousel-inner {
  height: unset;
  margin-bottom: 0px;
 }

 .about-slider .carousel-item {
  height: unset;
  padding-bottom: 20px;
 }

 .about-slider .carousel-arrow-holder {
  width: 150px;
  bottom: -12px;
}

.about-slider .carousel-inner {
  height: auto;
}

.about-slider .slider-holder {
  height: auto;
}

.slider-section#slide-1 {
  /* height: 400px; */
   /* height: 82%;
   max-height: 25vh; */
   /* height: 45vh; */
   height: auto;
}


.about-slider #slide-1 {
  height: 400px;
}

.about-slider #slide-2 {
    /* height: 400px; */
   /* height: 35vh;     */
  /* height: 82%;
   max-height: 25vh; */

}


.about-slider #slide-3 {
      /* height: 400px; */
  /* height: 82%;
   max-height: 25vh; */
  
}

 .about-slider .carousel-digit-holder {
    bottom: -20px;
 }



  .about-big-digit {
    height: 280px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #4a433b;
    border-left: 1px solid #4a433b;    
    border-right: 1px solid #4a433b;
    border-bottom: none;
  }

.about-big-digit-l {
    border-bottom: 1px solid #4a433b;
}

  
.ab-dig-right {
  padding-right: calc(var(--bs-gutter-x) * .5);
}


.ab-dig-left {
  padding-left: calc(var(--bs-gutter-x) * .5);
}


.ab-digit {
  font-size: 100px;
  line-height: 120px;
  text-align: center;
}

.map-about-holder h2 {
  font-size: 30px;
  text-align: center;

}


.map-about-holder {
  margin: 40px 0 80px 0;
  background: url(../images/about_map_mob.png) no-repeat top 80px center;
  background-size: cover;
  height: 650px;
}

.mpholder-en {
  background: url(../images/about_map_mob_en.png) no-repeat top 80px center;
  background-size: cover;
}


  .about-block {
    padding: 60px 0 60px 0;
  }

  .about-b-text-holder {
    padding: 0 0 0 0px;
  }

  .about-block h2 {
    font-size: 30px;
    padding: 0 0 0 0px;
    margin: 0 0 30px 0;
  }

  .about-block h3 {
    font-size: 20px;
  }
  

  .about-block .read-more {
    margin: 20px 0 40px 0;
 }

}


/*direction block*/

.direction-block {
  padding: 150px 0 100px 0;
}

.direct-cont {
  max-width: 80%;
}

.dir-pic-left {
  display: block;
  background: url(../images/direction_pic_left.jpg) no-repeat center center / cover;
  min-height: 630px;
  width: 95%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease; 
}

.dir-pic-left:hover {
  opacity: 0.6;
}


.dir-pic-right {
  display: block;
  background: url(../images/direction_pic_right.jpg) no-repeat center center / cover;
  min-height: 630px;
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: right;
  transition: all 0.6s ease; 
}

.dir-pic-right:hover {
  opacity: 0.6;
}



.dir-col-left {
  padding-right: 5px;
  position: relative;
}


.dir-col-right {
  padding-left: 5px;
  position: relative;
}

.dir-header-left-holder {
  margin: 15px 0 0 0px;
  width: 95%;
}

.dir-header-left-holder h2 {
  font-size: 18px;
  padding: 0 0 0px 0;
  /* font-weight: 300; */
  display: inline-block;
  text-transform: uppercase;
}


.direction-btn {
  display: block;
  width: fit-content;
  border-bottom: 1px solid #6e6e6e;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 auto;
}

.direction-btn:hover {
  border-bottom: 1px solid transparent;
}

.dir-header-right-holder {
   margin: 15px 0 0 auto;
   width: 95%;

}

.dir-header-right-holder h2 {
  font-size: 18px;
  padding: 0 0 20px 0;
  /* font-weight: 300; */
  display: inline-block;
  text-transform: uppercase;
}





.dir-circle {
  position: absolute;
  right: -300px;
  top: -300px;
  width: 600px;
  height: 600px;
  border-radius: 800px;
  border:  1px solid rgba(255, 255, 255, 0.4);
  z-index: 9;
}

.dir-circle-2 {
  position: absolute;
  right: -300px;
  bottom: -300px;
  width: 700px;
  height: 700px;
  border-radius: 800px;
  border:  1px solid rgba(255, 255, 255, 0.4);
  z-index: 9;
}

.dir-square-top {
  border: 1px solid #1d1d1d;
  width: 285px;
  height: 75px;
  position: absolute;
  right: 5px;
}

.dir-square-bottom {
  border: 1px solid #1d1d1d;
  width: 285px;
  height: 75px;
  position: absolute;
  left: 5px;
  margin-top: 10px;
}








@media (max-width:992px) {



  .dir-col-left {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
  }

  .dir-col-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }

  .dir-pic-left {
    width: 100%;
  }


  .dir-pic-right {
    width: 100%;
  }


  .dir-header-left-holder {
    margin: 15px 0 30px 0;
    padding: 0;
    width: 100%;
  }


  .dir-header-right-holder {
    width: 100%;
  }

  
}


@media (max-width:767px) {


  
  .direct-cont {
    max-width: 90%;
  }

.direction-block {
  padding: 80px 0 80px 0;
}
  
.dir-pic-left {
  min-height: 400px;
}


.dir-pic-right {
  min-height: 400px;
}

.dir-header-left-holder h2 {
  font-size: 16px;
  padding: 0;
  display: inherit;
}
  
.dir-header-right-holder h2 {
  font-size: 16px;
  padding: 0;
  display: inherit
}


   .project-cond {
    max-width: 100%;
  }
  
}








/*service block*/

.service-block {
  padding: 0px 0 100px 0;
}

.services-block-holder {
  width: 80%;
  margin: 0 auto;
}

.service-block h2 {
  font-size: 36px;
  text-transform: none;
  padding: 0 0 0 0px;
  margin: 0 0 80px 0;
  /* font-weight: 300; */
  text-transform: uppercase;
}

.service-block h3 {
  padding: 20px 0 0 0px;
  margin: 0 0 40px 0;
}


.service-line {
  border-top: 1px solid #605750;
  padding: 20px 0 20px 0;
}

.service-line:last-child {
  border-bottom: 1px solid #605750;
}

.service-digit {
  font-size: 14px;
  color: #605750;
  display: inline;
  padding-right: 10px;
}

.service-name {
  display: inline;
  font-size: 24px;
  text-transform: uppercase;
  /* font-weight: 300; */
}

.service-plus {
  background: url(../images/service_plus.svg) no-repeat center center;
  width: 31px;
  height: 31px;
  margin: 0 0 0 auto;  
  transition: all 0.6s ease; 
}

.service-minus {
  background: url(../images/service_minus.svg) no-repeat center center;
  width: 31px;
  height: 31px;
  margin: 0 0 0 auto;
  transition: all 0.6s ease;   
}


.service-text-holder {
  padding: 60px 0 60px 0;
}


.service-line-pic {
  width: 100%;
}


.direct-serv-cont {
  max-width: 80%;
}


@media (max-width:1712px) {
.direct-serv-cont {
  max-width: 85%;
}
}


@media (max-width:1199px) {

  .service-block h3 {
    padding: 20px 0 0 0px;
    margin: 0 0 35px 0;
  }

  .direct-serv-cont {
  max-width: 85%;
}
  
}


@media (max-width:991px) {
    .direct-serv-cont {
      max-width: 100%;
    }
}


@media (max-width:767px) {

.service-block {
  padding: 0px 0 50px 0;
}

  .direct-serv-cont {
  max-width: 95%;
  padding-top: 5px;
}


 .services-block-holder {
  width: 90%;
  margin: 0 auto;
}


.service-name {
  display: inline;
  font-size: 18px;
}

.service-text-holder {
  padding: 20px 0 20px 0;
}


  .service-b-text-holder {
    padding: 0 0 0 0px;
  }

  .service-block h2 {
    font-size: 30px;
    padding: 0 0 0 0px;
    margin: 0 0 30px 0;
  }

  .service-block h3 {
    font-size: 20px;
  }
  

  .service-block .read-more {
    margin: 20px 0 40px 0;
 }

}


/*slogan-block*/

.slogan-section {
  height: 100%;
}

.slogan-block {
  background: url(../images/slogan_bcg.jpg) no-repeat center center / cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slogan-logo {
  text-align: center;
  margin: 0 0 40px 0;
}

.slogan-text-1 {
  font-size: 140px;
  text-align: center;
  font-weight: bold;
  line-height: 120px;
}

.slogan-text-2 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: normal;
    line-height: 120px;
    margin: 0 40px 0px 0;
    padding: 0px 0 0 0;
    font-size: 140px;
    display: inline-block;
}

.slogan-text-3 {
    font-size: 140px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 0px 0;
    display: inline-block;
    line-height: 120px;
}

.discuss-project {
  display: block;
  font-size: 18px;
  /* font-weight: 300; */
  background-color: #382716;
  color: #ffffff;
  text-align: center;
  padding: 25px 30px 25px 30px;
  text-transform: uppercase;
  margin: 140px auto 40px auto;
  border-radius: 800px;
  max-width: 308px;
}

.discuss-project:hover {
  background-color: #4f3822;
  color: #ffffff;
}



@media (max-width:1399px) {

.slogan-text-1 {
  font-size: 120px;
}

.slogan-text-2 {
  font-size: 120px;
  line-height: 110px;
}

.slogan-text-3 {
  font-size: 120px;
}

}


@media (max-width:1199px) {

.slogan-text-1 {
  font-size: 100px;
}

.slogan-text-2 {
  font-size: 100px;
  line-height: 85px;
}

.slogan-text-3 {
  font-size: 100px;
}


}


@media (max-width:991px) {

.slogan-text-1 {
  font-size: 70px;
  line-height: 60px;
}

.slogan-text-2 {
  font-size: 70px;
  line-height: 60px;
  margin: 0 20px 0 0;
}

.slogan-text-3 {
  font-size: 70px;
  line-height: 60px;
}



}


@media (max-width:767px) {

.slogan-text-1 {
  font-size: 35px;
  line-height: 35px;
}

.slogan-text-2 {
  font-size: 35px;
  line-height: 30px;
  margin: 0 10px 0 0;
}

.slogan-text-3 {
  font-size: 35px;
  line-height: 35px;
}


.slogan-logo img {
  width: 100px;
}


.discuss-project {
  font-size: 18px;
  width: 100%;
    margin: 40px auto 40px auto;
}

}


/*----------contact-block---------*/


.contact-section {
  height: 80%;
}

.contact-block {
  background: url(../images/map_bcg.png) no-repeat center center;
  padding: 0px 0 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.contact-block h2 {
  font-size: 36px;
  text-transform: none;
  margin: 0 0 60px 0;
  /* font-weight: 300; */
  text-transform: uppercase;
}

.con-holder {
  padding: 0 0 0 40px;
  margin: 0 0 80px 0px;
}

.con-h-location {background: url(../images/cont_location.svg) no-repeat top 5px left;}
.con-h-tel {background: url(../images/cont_phone.svg) no-repeat top 5px left;}
.con-h-mail { background: url(../images/cont_mail.svg) no-repeat top 0px left;}


.con-head {
  font-size: 20px;
  font-weight: bold;
  /*color: white;*/

}

.con-head-tel {
  font-size: 24px;
  font-weight: bold;
  /*color: white;*/

}

.con-head-tel:hover {
  opacity: 0.6;
}

.con-soc {
  margin: 10px 0 40px 0;
  display: flex;
}

.con-soc a {
  margin-right: 40px;
}

.con-q-text {
  margin: 0 0 30px 0;
}

.con-query-btn {
  background-color: #605750;
  display: block;
  width: 308px;
  border-radius: 800px;
  text-align: center;
  font-size: 18px;
  /*color: white;*/
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 20px 5px 20px 5px;
  /* font-weight: 300; */
}

.con-query-btn:hover {
  color: white;
  background-color: #786d64;
}


@media (max-width:1399px) {
  .con-head-tel {
    font-size: 18px;
  }
}

@media (max-width:1199px) {
  .con-head-tel {
    font-size: 14px;
    font-weight: bold;
    /*color: white;*/
  }
}


@media (max-width:992px) {
  .con-holder {
    margin: 0 0 40px 0;
    font-size: 16px;
  }
}

@media (max-width:767px) {

  .contact-block {
    background: url(../images/map_bcg.png) no-repeat center center / cover;
    padding: 40px 0 40px 0;
  }

  .contact-block h2 {
    font-size: 30px;
    padding: 0 0 0 0px;
    margin: 0 0 30px 0;
  }

  .con-head-tel {
    font-size: 24px;
    font-weight: bold;
    /*color: white;*/
  }

}



header {
  height: 100%;
}



/*menu mob*/

.menu-mob {
  display:none;
}

@media (max-width:1199px) {
.menu-mob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2721;
  z-index: 9999;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.menu-mob .navbar-nav .nav-item .nav-link {
  font-size: 24px;
}



.mob-line {
  border-top: 1px solid #1d1d1d;
  margin: 40px 0 40px 0;
}

.menu-close-cross {
  position: absolute;
  display: block;
   background: url(../images/menu_close_cross.svg) no-repeat center center;
   width: 24px;
   height: 24px;
   top: 20px;
   right: 20px;
   cursor: pointer;
}

.menu-mob-show {
  display: flex;
}

}



/*preloader*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2c2721; /* Change this to match your site's background color */
  z-index: 9999; /* Ensure it stays on top */
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 3px solid #494238;; /* Light grey */
  border-top: 3px solid #918471; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.inhale-circle {
  width: 20px;
  height: 20px;
  background-color: #6f6354;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 80px;
  animation: inhale 2s infinite ease-in-out;
}

.hide-preloader {
  animation: opacityHide 2s forwards;
}

.hide-preloader .spinner {
  animation: makebigger 2s forwards;
}

@keyframes opacityHide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes inhale {
  0% { transform: scale(1); }
  50% { transform: scale(0.5); }
  100% { transform: scale(1); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes makebigger {
  0% {  width: 80px; height: 80px; }
  100% { width: 40px; height: 40px; }
}




/*------------modal-----------*/
.modal-open .menu-holder {
  padding-right: 17px;
  transition: all 0ms;
  }

.modal-content {
  padding: 50px;
  border-radius: 0px;
  background-color: #29241e;
}


.form-label {
  font-size: 16px;
  margin: 0 0 20px 0;
}


.form-input {
  background-color: #29241e;
  height: 58px;
  margin: 0 0 20px 0;
  border-radius: 0px;
  font-size: 18px;
  border: 1px solid #4a4035;
  /*color: white;*/
  color: #cbcbcb;
}

.form-input::placeholder {
  color: #414141; 
  opacity: 1; 
}

.form-input:focus {
  background-color: #29241e;
  color: white;
}


.text-ar {
  background-color: #29241e;
  height: 302px;
  border-radius: 0;
  margin: 0 0 20px 0;
  border-radius: 0px;
  font-size: 18px;
  border: 1px solid #4a4035;
  /*color: white;*/
  color: #cbcbcb;

}

.form-col {
  padding-right: 20px;
}

.text-ar:focus {
  background-color: #29241e;
  color: white;
}


.form-head {
  text-align: left;
  margin: 0 0 30px 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: normal;
}

.close-cross  {
  background: url(../images/menu_close_cross.svg) no-repeat center center;
   top: 20px;
   right: 20px;
   position: absolute;
   border: none;
   z-index: 999;
   outline: none !important;
}

.close-cross:focus  {
   outline: none !important;
}

.modal-content {
  padding: 40px;
}

.btn-submit-2 {
  display: block;
  width: 460px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  height: 53px;
  border-radius: 5px;
  font-size: 16px;
  /*color: white;*/
  color: #cbcbcb;
  font-weight: bold;
  margin: 20px auto 12px auto;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}

.btn-submit-2:hover, .btn-submit-2:focus {
  background-color: #4d453a;
  border: 1px solid #6e6e6e;
}

.form-bcg {
   background-color: #ffffff;    
   border-radius: 8px;
   padding: 50px 40px 40px 40px;
   border: none;
 }
 
 
 .form-p {
  font-size: 18px;
  text-align: center;
}

.modal-backdrop.show {
  opacity: 0.6;
}

@media (max-width: 992px) {

  .btn-submit-2 {
    display: block;
    width: 100%;
    margin: 0px auto 12px auto;
  }

  .form-head {
    font-size: 24px;
    margin: 0 0 10px 0;
  }


  .text-ar {
    height: 120px;
  }
  

  .close-cross  {
    color: #282520;
     top: 10px;
     right: 10px;
  }
  

  .modal-content {
    padding: 20px;
  }

  .modal-open .menu-holder {
    padding-right: 17px;
    }

}


@media (max-width: 767px) {

  .modal-content {
    padding: 0px;
  }

  .modal-open .menu-holder {
    padding-right: 0px;
    }

    .menu-mob .navbar-nav .nav-item .nav-link {
      font-size: 18px;
    }

}



/*------------main-page-animation------------*/

@keyframes moveFadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

._elementHide {
  opacity: 0;
  transform: translateY(70px);
}

._elementShow {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.6s ease;
}



._elementOpacityHide {
  opacity: 0;
  transition: all 1.6s ease;
}

._elementOpacityShow {
  opacity: 1;
  transition: all 1.6s ease;
}

.carousel-item {
  transition: transform 1.6s ease-in-out;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 1.6s;
}


.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0px);
}
/* @media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
      transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
} */


.fade {
  transition: opacity .6s linear;
}

._anim-show {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 1.5s ease;
}

._anim-show._elementShow ,
._elementShow ._anim-show {
  transform: translate(0px, 0px);
  opacity: 1;
}



._anim-project-show {
  transform: translate(0px, 20%);
  opacity: 0;
  transition: all 0.6s ease;
}


._anim-project-show-1 {
  transform: translate(0px, 20%);
  opacity: 0;
  transition: all 1.5s ease 0.4s;
}

._anim-project-show-2 {
  transform: translate(0px, 20%);
  opacity: 0;
  transition: all 1.5s ease 0.6s;
}



._anim-project-show ._elementShow,
._elementShow ._anim-project-show
{
  transform: translate(0px, 0px);
  opacity: 1;
}

/* slogan-section letter-by-letter animation */
.slogan-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px) rotateX(15deg);
  transform-origin: center bottom;
  transition: transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity 0.4s ease;
}

.slogan-letter-space {
  width: 0.33em;
}

.slogan-letter-active {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.slogan-section .slogan-text-1,
.slogan-section .slogan-text-2 {
  /* overflow: hidden; */
  white-space: nowrap;
  font-weight: normal;
}







/*services*/

.content-block {
  margin: 100px 0 0 0;
  border-top: 1px solid #342e26;
  padding: 30px 0 0 0;
}

.serv-cont-height {
  max-width: 80%;
  height: 100%;
}

.content-block h1 {
  font-size: 40px;
  text-align: left;
  line-height: normal;
  text-transform: uppercase;
  padding: 0px 0 0px 0;
  margin: 0px 0 50px 0;
  /* font-weight: 300; */
}

.service-block-cont {
  border-top: 1px solid #4c453d;
  border-bottom: 1px solid #4c453d;
  margin: 0 0 70px 0;
  position: relative;
  height: 577px;
}

.sb-cont-left {
  background-position: left center;
}

.sb-cont-right {
  background-position: left center;
}

.service-cont-hold {
  position: relative;
}

.service-cont-text-hold {
    height: 100%;
    padding: 0px;
    width: 55%;
}


.ser-ct-right {
  right: auto;
  left: 0;
}

.serv-main-text {
  /* font-weight: 300; */
  position: absolute;
  bottom: 105px;
  padding-right: 40px;
  font-size: 18px;
}

.service-cont-pic {
  height: 575px;
  position: absolute;
  right: 0;
  width: 45%;
  top: 0;
}

.srv-cont-pic1 {background: url(../images/service_p1.jpg) no-repeat center center / cover;}
.srv-cont-pic2 {background: url(../images/service_p2.jpg) no-repeat center center / cover;}
.srv-cont-pic3 {background: url(../images/service_p3.jpg) no-repeat center center / cover;}
.srv-cont-pic4 {background: url(../images/service_p4.jpg) no-repeat center center / cover;}

.sv-pic-right {
  text-align: right;
}

/* .service-cont-pic img {
   width: 60%; 
  max-width: 1003px;
} */

.serv-text {
  height: 100%;
  padding: 85px 0 0 0;
}

.service-cont-text-hold h2 {
   font-size: 36px;
   margin: 0 0 0px 0;
   padding: 0 0 20px 0;
   /* font-weight: 300; */
   text-transform: uppercase;
}

.serv-digit  {
  font-size: 16px;
  position: absolute;
  color: #94897e;
  bottom: 15px;
  right: 0px;
}



@media (max-width: 1713px) {
.serv-cont-height {
  max-width: 85%;
  height: 100%;
}
}


@media (max-width: 1199px) {


  .service-cont-text-hold {
    width: 55%;
    height: 100%;
  }

  .serv-main-text {
    position: unset;
    font-size: 16px;
  }

}


@media (max-width: 991px) {

   .service-cont-text-hold {
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
  }

  .serv-main-text  {
    position: unset;
    bottom: auto;
    padding-right: 0px;
  }

  .service-cont-pic {
    width: 100%;
    position: relative;
  }

  .serv-cont-height {
    height: auto;
    max-width: fit-content;
  }

  .service-block-cont {
    height: auto;
  }

  .service-cont-text-hold h2 {
    font-size: 40px;
    margin: 0 0 60px 0;
  }

  .serv-digit {
    bottom: -40px;
  }

  .serv-text {
    padding: 40px 0 0 0;
  }

}

@media (max-width: 767px) {

  .service-block-cont {
    padding: 20px 0 0px 0;
  }

  .service-cont-text-hold {
    margin-top: 0px;
    padding: 0px 10px 0 10px;
  }

  .service-cont-text-hold h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }



  .content-block {
    border-top: 1px solid #342e26;
    margin: 60px 0 0 0;
    padding: 0px 0 0 0;
  }

  .serv-text {
    padding: 0;
  }

  .content-block h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }

  .service-cont-pic {
    height: 536px;
  }
  
}


.talk-block {
  padding: 120px 0 120px 80px;
}

.talk-block h2 {
  font-size: 38px;
  font-weight: normal;
  text-transform: none;
  background: url(../images/header_line.svg) no-repeat top 28px left;
  padding: 0 0 0 80px;
  margin: 0 0 60px 0;
  width: 550px;
}

.talk-project-text {
  width: 400px;
  padding: 0 0 0 80px;
  margin: 0 0 60px;
}

.talk-btn {
  margin: 0 0 0 80px;
}


@media (max-width: 767px) {
  .talk-block {
    padding: 0px 0 80px 0px;
  }

  .talk-block h2 {
    font-size: 100%;
    text-transform: none;
    background: url(../images/header_line.svg) no-repeat top 20px left;
    background-size: 40px;
    padding: 0 0 0 60px;
    margin: 0 0 20px 0;
    width: auto;
    font-size: 26px;
  }

  .talk-project-text {
    width: auto;
    padding: 0 0 0 60px;
    margin: 0 0 20px;
  }
  

  .talk-btn {
    margin: 0 0 0 60px;
  }
  

}


/*projects*/

.projects-filter-holder {
  text-align: center;
  margin: 0 0 47px 0; 
}

.projects-filter-holder a {
  display: inline-block;
  margin: 0 40px 0 40px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000000;
}

.projects-filter-holder a:hover, .projects-filter-holder a:focus  {
  border-bottom: 1px solid #ffffff;
}

.projects-filter-holder a.active {
  border-bottom: 1px solid #ffffff;
}

.project-holder-inner {
  padding: 0px 0 40px 0;
}

.project-col {
  position: relative;
  display: flex;
  align-items: center;
}



.project-pic-link {
  display: block;
  width: 90%;
  margin: 40px auto 40px auto;
  position: relative;
  text-align: center;

}

.project-pic-link img {
  width: 100%;
  transition: all 0.6s ease; 
  opacity: 1;  
}


.project-pic-link div.project-list-project-name-holder {
  position: absolute;
  font-weight: bold;
  bottom: 20px;
  left: 30px;
  text-align: left;
  /*color: #cbcbcb;*/
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.6s ease;  
  line-height: normal;
  z-index: 99;
}

.ap-type {
 text-transform: none;
 font-weight: normal;
 /* font-weight: 300; */
}

.project-pic-link::after {
  content: "";
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  
}

.project-pic-link:hover, .project-pic-link:focus {
  width: 100%;
  margin: 0px auto 0px auto;
}

.project-pic-link:hover span {
  color: rgba(255, 255, 255, 0.8);
}

.project-pic-link:hover img {
  width: 100%;
  opacity: 0.9;  
}

@media (max-width: 1699px) {

  .project-pic-link {
    display: block;
    width: 90%;
    margin: 30px auto 30px auto;
    position: relative;
    text-align: center;
  }
  

}


@media (max-width: 1299px) {

  .projects-filter-holder a {
    margin: 0 20px 0 20px;
  }
}


@media (max-width: 767px) {

  .projects-filter-holder {
    text-align: center;
    margin: 0 0 20px 0; 
  }
  

  .projects-filter-holder a {
    width: 80px;
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 12px;
    line-height: normal;
  }

  .project-holder-inner {
    margin-bottom: 60px;
  }

  .project-pic-link {
    display: block;
    width: 100%;
    margin: 5px auto 15px auto;
    position: relative;
    text-align: center;
  }

  .project-pic-link:hover, .project-pic-link:focus {
    width: 100%;
    margin: 5px auto 15px auto;
  }

}



/*project-pic*/

.project-top-pic {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.project-head-01 {background: url(../projects/project-01/project_pic_main_01.jpg) no-repeat center center / cover;}
.project-head-02 {background: url(../projects/project-02/project_pic_main_02.jpg) no-repeat center center / cover;}
.project-head-03 {background: url(../projects/project-03/project_pic_main_03.jpg) no-repeat center center / cover;}
.project-head-04 {background: url(../projects/project-04/project_pic_main_04.jpg) no-repeat center center / cover;}
.project-head-05 {background: url(../projects/project-05/project_pic_main_05.jpg) no-repeat center center / cover;}
.project-head-06 {background: url(../projects/project-06/project_pic_main_06.jpg) no-repeat center center / cover;}
.project-head-07 {background: url(../projects/project-07/project_pic_main_07.jpg) no-repeat center center / cover;}
/* .project-head-08 {background: url(../projects/project-08/project_pic_main_08.jpg) no-repeat center center / cover;} */
.project-head-08-1 {background: url(../projects/project-08_1/project_pic_main_08.jpg) no-repeat center center / cover;}
.project-head-08-2 {background: url(../projects/project-08_2/project_pic_main_08.jpg) no-repeat center center / cover;}
.project-head-09 {background: url(../projects/project-09/project_pic_main_09.jpg) no-repeat center center / cover;}
.project-head-10 {background: url(../projects/project-10/project_pic_main_10.jpg) no-repeat center center / cover;}
.project-head-11 {background: url(../projects/project-11/project_pic_main_11.jpg) no-repeat center center / cover;}
.project-head-12 {background: url(../projects/project-12/project_pic_main_12.jpg) no-repeat center center / cover;}
.project-head-13 {background: url(../projects/project-13/project_pic_main_13.jpg) no-repeat center center / cover;}
.project-head-14 {background: url(../projects/project-14/project_pic_main_14.jpg) no-repeat center center / cover;}
.project-head-15 {background: url(../projects/project-15/project_pic_main_15.jpg) no-repeat center center / cover;}
.project-head-16 {background: url(../projects/project-16/project_pic_main_16.jpg) no-repeat center center / cover;}
.project-head-17 {background: url(../projects/project-17/project_pic_main_17.jpg) no-repeat center center / cover;}
.project-head-18 {background: url(../projects/project-18/project_pic_main_18.jpg) no-repeat center center / cover;}
.project-head-19 {background: url(../projects/project-19/project_pic_main_19.jpg) no-repeat center center / cover;}

.direct-cont-project {
  max-width: 80%;
}

.menu-project {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.project-header-holder {
  margin-left: 15%;
  margin-right: 10%;
}

.project-header-holder h1 {
  font-size: 100px;
  margin: 0 0 10px 0;
  padding: 0 0 0px 0;
  line-height: 90px;
  /* font-weight: bold; */
  
}

.project-header-holder h1 span {
  font-size: 30px;
  margin: 0 0 10px 0;
  padding: 0 0 0px 0;
  /* font-weight: 300; */
}



.next-project-holder {
  display: block;
  background: url(../images/slider_arrow_right.svg) no-repeat right;
  font-size: 12px;
  padding: 5px 70px 5px 0px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}


.prev-project-holder {
  display: block;
  background: url(../images/slider_arrow_left.svg) no-repeat left;
  font-size: 12px;
  padding: 5px 0px 5px 70px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}


.project-parametrs-holder {
  margin: 120px 0 0 0;
  padding: 0 0 0 180px;
}


.project-location {
  background: url(../images/project_icon_01.svg) no-repeat left;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}


.project-square {
  background: url(../images/project_icon_02.svg) no-repeat left;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}

.project-date {
  background: url(../images/project_icon_03.svg) no-repeat left;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}


.project-pic-vertical {
  width: 100%;
  margin: 0 0 87px 0;
}

.pp-left {
  padding-right: 30px;
}


.pp-right {
  padding-left: 30px;
}


@media (max-width: 1679px) {
  .direct-cont-project {
    max-width: 100%;
  }

  .project-pic-vertical {
    width: 100%;
    margin: 0 0 25px 0;
  }
  
  .pp-left {
    padding-right: 0px;
  }
  
  
  .pp-right {
    padding-left: 0px;
  }
}


@media (max-width: 1299px) {

  .project-parametrs-holder {
    margin: 120px 0 0 0;
    padding: 0 0 0 130px;
  }
  
 .project-header-holder h1 {
    font-size: 80px;
  }


}


@media (max-width: 991px) {

  .project-header-holder h1 {
    font-size: 50px;
    line-height: normal;
  }

  .project-parametrs-holder {
    margin: 0px;
    padding: 0px;
  }

  .project-header-holder {
    margin-left: 20%;
  }
}

@media (max-width: 767px) {

  .project-head-14 {background: url(../projects/project-14/project_pic_main_14_mob.jpg) no-repeat center center / cover;}

  .direct-cont-project {
    margin: 0 0 40px 0;
  }

  .project-pic-vertical {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .project-header-holder h1 {
    font-size: 28px;
  }

  .project-header-holder {
    margin-left: 15px;
    margin-left: 15px;
  }

    .project-header-holder h1 {
    font-size: 40px;
  }

.project-header-holder h1 span {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0 0 0px 0;
  /* font-weight: 300; */
}



}


/*about*/

.big-digit-holder {
  font-size: 80px;
  margin: 0 0 0px 0;
}


.about-pic {
  width: 100%;
  margin: 0 0 87px 0;
}



.direct-cont-about {
  max-width: 80%;
}


@media (max-width: 1679px) {
  .direct-cont-about {
    max-width: 100%;
  }

  .big-digit-holder {
    font-size: 60px;
    margin: 0 0 0px 0;
  }
}

@media (max-width: 767px) {

  .big-option-holder {
    margin-bottom: 30px;
  }


  .direct-cont-about{
    margin: 0 0 0px 0;
  }

  .about-pic {
    width: 100%;
    margin: 0 0 40px 0;
  }

}


/*contacts*/

.contact-form-holder {
  padding: 50px;
  border-radius: 0px;
  background-color: #121212;
  position: relative;
}


.triangle {
  position: absolute;
  top: -30px;
  left: 220px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 40px solid #121212;; /* Change the color as needed */
}

@media (max-width: 992px) {

.triangle {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -10px;
}
}


@media (max-width: 575px) {

  .contact-form-holder {
    padding: 20px;
  }
  


}

/*project carousel*/

.citem-project {
  padding-bottom: 150px;
}

.carousel-all-projects {
    display: block;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.carousel-all-projects:hover {
   border-bottom: 1px solid transparent;
}

.p-sub-text-c {
  margin: 0 0 10px 0;
}

.carousel-project-link {
  border-bottom: 1px solid #ffffff;
}

.carousel-project-link:hover {
  border-bottom: 1px solid transparent;
  
}


.ps-hider {
  /* animation: opacityHide 1s forwards; */
  opacity: 0;
    
}

.slider-bcg-project {
  position: absolute;
  width: 100%;
  height: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;  
  transition: all 0.6s ease;      
}


@media (max-width: 991px) {

  .citem-project {
  padding-bottom: 120px;
}

 .carousel-all-projects {
  bottom: -40px;
 }

}


@media (max-width: 767px) {

 .projects-slider {
  height: 95%;
 }

 /* .carousel-filter {
  display: none;
 } */

  /* .slider-bcg-project {
    display: none;
  } */
  


}



/*animation*/

.hide-project {
  display: none;
}



.inml {
  word-wrap:normal;
}



.medal {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 20px;
  bottom: 80px;
  opacity: 0.6;
}


.medal img {
  width: 100%;
}



.about-main-block {
  padding: 110px 0 0 0;
}


@media (max-width: 992px) {

  .about-main-block {
    padding: 0px 0 0 0px;
  }

}


@media (max-width: 767px) {

  .about-main-block {
    padding: 0px 0 0 0px;
  }

}



.sofia-holder {
  background-color: #121212;
  padding: 60px 40px 40px 40px;
  margin: 40px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sofia-holder p {
  font-style: italic;
}

.sofia-description {
  padding-left: 80px;
  padding-right: 80px;
}

.sofia {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {

  .sofia-holder {
    background-color: #121212;
    padding: 40px 20px 20px 20px;
  }

  .sofia {
    margin: 0 0 40px 0;
  }
  

  .sofia-description {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media (max-width: 767px) {
h1.apartel {
   font-size: 24px;
   margin-bottom: 200px;
}

}







/*check*/


/* Базовый стиль для каждой буквы */
.letter {
  display: inline-block;
  opacity: 0;
  transform: rotateY(180deg); /* Начальное состояние: повернута и скрыта */
  transition: transform 0.3s ease, opacity 0.3s ease;
  backface-visibility: hidden;
}

/* Состояние при появлении */
.letter._active {
  opacity: 1;
  transform: rotateY(0deg); /* Вращается в нормальное положение */
}







#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden; /* Чтобы створки не создавали полосу прокрутки */
}

/* Создаем створки ворот */
#preloader::before,
#preloader::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #221d17; /* Цвет подкладки (измени на свой) */
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1); /* Плавное открытие */
    z-index: -1; /* Створки должны быть под спиннером */
}

#preloader::before {
    left: 0;
}

#preloader::after {
    right: 0;
}

/* Анимация элементов внутри (спиннера) */
.spinner, .inhale-circle {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* СОСТОЯНИЕ ПРИ ЗАГРУЗКЕ (Класс hide-preloader добавлен) */

/* 1. Сначала плавно скрываем спиннер */
.hide-preloader .spinner,
.hide-preloader .inhale-circle {
    opacity: 0;
    transform: scale(0.8);
}

/* 2. Разъезжаются створки ворот */
.hide-preloader::before {
    transform: translateX(-100%); /* Уходит влево */
}

.hide-preloader::after {
    transform: translateX(100%); /* Уходит вправо */
}





