@charset "utf-8";
/* CSS Document */

body {
	font-size:18px;
	line-height: 1.2;
	color:#000;
	font-family: 'Noah-Regular';
}

* {
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	vertical-align:top;
    --page-max-width:1920px;
    --layout-max-width:1400px;
}
 
li, ul, ol { 
	list-style:none; 
	margin:0;
	padding:0;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none;
	color: #000;
}

button:focus,
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
:focus {
	outline:none;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6, p {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}
.clear {}
.clear:before,
.clear:after {
	content:"";
	display:table;
}
.clear:after { 
	clear:both; 
}
input, textarea { 
	outline:none; 
}
::-webkit-input-placeholder {
	color:inherit; 
	opacity:1;
}
::-moz-placeholder {
	color:inherit;
	opacity:1;
}
:-ms-input-placeholder {
	color:inherit; 
	opacity:1;
}
:-moz-placeholder {
	color:inherit;
	opacity:1;
}
.container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}
h2 {
    font-size: 48px;
    line-height: 1;
	font-family: 'Noah-Bold';
    text-transform: uppercase;
}
/* header start */
.header{
    transition: transform .3s linear .5s,background-color .6s .3s;
    position:fixed;
    width:100%;
	z-index: 99;  
    top: 0;
}
body.hidden .header {
      transform: translateY(-100%) translateZ(0px);
     background-color:#fff;
}
.header-active  {
    background-color:#fff;
}
.header-active .header__link {
    color: #000;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}

.header__link-list {
    display: flex;
    gap: 30px;
	color: #fff;
}
.header__menu-icon{
    display: none;
    color: #fff;
}
.header-active .header__menu-icon ,
.header-activee .header__menu-icon{
    color: #000;
}
.header__link-item {
    text-transform: uppercase;
	font-family: 'Noah-Bold';
}
.header__logo {
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
	font-family: 'Noah-Bold';
	color: #fff;
}
.header-active .header__logo ,
.header-activee .header__logo{
    color: #000;
}
.header__link {
    color: #fff;
}
.header__link-item::after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
}

.header__link-item{
    position: relative;
}

.header__link-item:hover::after {
    width: 100%;
}
/* header end */
/* banner start */
.banner___img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center right;
	z-index: -1;
    position: relative;
}
.banner__video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center right;
	z-index: -1;
    position: relative;
}
.banner__overlay {
    background-color: #00000021;
    position: relative;
}
.banner__bottom-block {
    position: sticky;
    top: 70px;
    transition: .3s linear .5s;
    z-index: 9;
    height: 100px;
}
body.hidden .banner__bottom-block {
    top: 0;
}


.banner__bottom-main{
    display: flex;
    background-color: #efece6;
    padding: 15px 0;
}
.banner__bottom-heading {
    font-size: 28px;
    line-height: 1;
    font-family: 'Noah-Bold';
	text-transform: uppercase;
	margin-bottom: 5px;
}

.banner__site-desc {
    display: grid;
    grid-template-columns: auto auto;
}

.banner__site-status {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}
.banner__site__desc {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.banner__site-desc-img {
    width: 20px;
}
/* banner end */

/* location start */
.img-text{
    padding: 96px 0;
}
.img-text__desc{
    padding-left: calc((min(100vw, var(--page-max-width)) - var(--layout-max-width)) / 2 + 15px);
    padding-right: 100px;
	display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
.left-img .img-text__desc{
    padding-right: calc((min(100vw, var(--page-max-width)) - var(--layout-max-width)) / 2 + 15px);
    padding-left: 100px;
	display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    overflow: hidden;
}
.img-text__block {
    margin: 0;
	align-items: center;
}
.line-after::before {
    content: '';
    display: block;
    width: 19.4444444444rem;
    height: 1.6666666667rem;
    position: absolute;
    margin-right: -2rem;
    margin-top: 0.5rem;
    transition: .2s ease-out;
    background-image: url(../images/heading-line.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    left: unset;
    margin-left: -2rem;
    margin-right: 0;
    rotate: 180deg;
}
.img-text__img {
    padding: 0;
}
.location__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
	width: 12%;
    min-width: 170px;
}
.location__featuree{
    margin-top: 100px;
}
.location__feature-img {
    width: 50px;
}
.location__name {
    text-transform: uppercase;
}
.location__feature-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* location end */
 /* img slider start */
 .img-slider {
    padding: 96px 0;
}
 .img-slider__main {
    position: relative;
    padding-bottom: 40px;
}

.slick-arrow {
    top: auto;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.5s;
    bottom: 0;
    transform: unset;
}

.slick-arrow::before {
    content: unset;
    font-size: 24px;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50% , -50%);
}
.slick-prev:before{
    content: "\f177";
    font-family: 'FontAwesome';
    left: 45%;
    top: 45%;
}
.slick-next:before{
    content:"\f178";
    font-family:'FontAwesome';
    left: 55%;
    top: 45%;
}
.slick-next {
    right: calc(50% - 40px);
}
.slick-next:hover {
    right: calc(50% - 50px);
}

.slick-prev {
    left: calc(50% - 40px);
}
.slick-prev:hover {
    left: calc(50% - 50px);
}

.slick-slider{
    padding-bottom: 40px;
}

.slick-arrow::before {
    color: #000;
}

.img-slider__item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
 /* img slider end */

 /* slider-desc / img grid desc start */
 .slider-desc {
    padding: 96px 0;
    background-color: #efece6;
}

.slider-desc__text {
    column-count: 2;
    column-gap: 50px;
}
.slider-desc__heading {
    margin-bottom: 20px;
}
.line-before::after {
    content: '';
    display: block;
    width: 16.4444444444rem;
    height: 1.6666666667rem;
    position: absolute;
    margin-right: -2rem;
    margin-top: 0.5rem;
    transition: .2s ease-out;
    right: unset;
    background-image: url(../images/heading-line.svg);
    background-repeat: no-repeat;
    left: 0;
    top: 10px;
}
.top-text {
    position: relative;
}
.slider-desc__feature-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 45%;
    padding-left: calc((min(100vw, var(--page-max-width)) - var(--layout-max-width)) / 2 + 15px);
    padding-right: 100px;
    padding-top: 30px;
}

.slider-desc__top-text {
    position: relative;
}
.slider-desc__feature-img {
    display: flex;
    margin-top: 96px;
    align-items: flex-start;
}

.slider-desc-slider {
    width: 60%;
}

.slider-desc-img {
    margin: 5px;
    height: max(60vh,400px);
    object-fit: cover;
}
.slider-desc__feature {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
.img-grid-desc__box {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}
.slider-desc.img-grid-desc {
    background-color: #fff;
}

.img-grid-desc .slider-desc__text {
    column-count: 1;
    max-width: 50%;
}

.img-grid-desc .slider-desc__feature-img {
    margin-top: 40px;
}

.img-grid-desc__img:nth-child(2) , .img-grid-desc__img:nth-child(4) {
    margin-top: -200px;
}
.slider-desc__img {
    width: 50px;
}
.img-grid-desc__grid {
    width: 55%;
}
 /* slider-desc / img-grid-sesc end */

/* matirial sec start */

.matirial__top-text {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.matirial__img-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}
.matirial__heading {
    margin-bottom: 20px;
}
.matirial__sec {
    position: relative;
    padding: 96px 0;
    background-color: #efece6;
}
.matirial__sec .line-before::after {
    top: 108px;
}
/* matirial sec end */

/* thumbnail-slider start */
.thumbnail-slider {
    padding: 96px 0;
}

.thumbnail-slider__heading {
    margin-bottom: 30px;
}

.thumbnail-slider__img {
    height: 600px;
    object-fit: cover;
}

.thumbnail-slider__content {
    margin-bottom: 30px;
}
.thumbnail-slider__thumbnail-img {
    height: 100px;
    object-fit: cover;
    margin: 0 15px;
}
.thumbnail-slider__main .slick-arrow{
    bottom: -180px;
}
.thumbnail-slider__main .slick-slider {
    padding-bottom: 0px;
}
/* thumbnail-slider end */

/* progress-bar start */
.progress-bar {
    padding: 96px 0;
    background-color: #efece6;
}
.progress-bar__main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.progress-bar__main.one-bar{
    justify-content: space-around;
}
.progress-bar__status {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background-color: #efece6;
}

.progress-bar__status::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: var(--color-primary);
    background: no-repeat 50%/16px url(../images/circle-right.svg),#c2b8a8;
    border-radius: 100%;
    margin-top: auto;
    margin-bottom: auto;
    outline: 10px solid #efece6;
}
.progress-bar__main::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #c8b8a8;
}
.progress-bar__status.active::after {
    content: '';
    width: 55px;
    height: 55px;
    border: 2px solid #c8b8a8;
    position: absolute;
    display: block;
    border-radius: 100%;
    background: var(--color-secondary);
    margin-top: -9px;
}
/* progress-bar end */

/* contact start */
.contact__main {
    display: flex;
    justify-content: space-between;
}
.contact__img-block {
    width: 30%;
}
.contact__desc {
    width: 60%;
}
.contact {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}
.contact__img{
    height: 450px;
    object-fit: cover;
}
.contact__sub-heading {
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
    font-family: 'Noah-Bold';
}
.contact__heading::before{
    content: '';
    display: block;
    width: 18.4444444444rem;
    height: 1.6666666667rem;
    position: absolute;
    margin-right: -2rem;
    margin-top: 0.5rem;
    transition: .2s ease-out;
    background-image: url(../images/heading-line.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 80px;
    left: unset;
    margin-left: -2rem;
    margin-right: 0;
    rotate: 180deg;
}
.icon {
    font-family: 'FontAwesome';
}
.contact__options {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 50px;
    gap: 50px;
}
.contact__detail-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.contact__detail-box a{
    text-decoration:  underline;
}
.contact__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #c2b8a8;
    margin-bottom: 10px;
}
 /* contact end */

/* request-form start */
.request-form {
    padding: 96px 0;
    position: relative;
    background-image: url(../images/banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.request-form__main {
    max-width: 50%;
    margin-left: auto;
    position: relative;
    padding-right: calc((min(100vw, var(--page-max-width)) - var(--layout-max-width)) / 2 + 15px);
    padding-left: calc(100% / 18);
    --page-max-width: 1920px;
    --layout-max-width: 1200px;
}

.request-form::before {
    content: '';
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #000000a6;
    position: absolute;
}
.request-form__main h1 {
    font-size: 48px;
    line-height: 1;
    font-family: 'Noah-Bold';
    text-transform: uppercase;
}

.request-form__main p {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Noah-Regular';
}

.request-form__main input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 16px 0;
    width: 100%;
    padding: 5px 0;
}

.request-form__main input[type="checkbox"] {
    margin: 0;
    position: absolute;
    left: -24px;
    z-index: 999;
    width: 24px;
    height: 24px;
    opacity: 0;
}
.wpcf7-list-item{
    margin: 0;
    position: relative;
}
.request-form__main p.check-box {
    padding-left: 30px;
    position: relative;
}
p.check-box{
    font-size: 12px;
}
p.check-box::before{
     content:'';
     -webkit-appearance: none;
     background-color: transparent;
     border: 2px solid #fff;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
     padding: 10px;
     display: inline-block;
     position: relative;
     vertical-align: middle;
     cursor: pointer;
     margin-right: 5px;
     position: absolute;
     left: 0;
     top: 0;
}
.request-form__main input::placeholder{
    color:#ffffff7a;
}
p.check-box:has(:checked)::after{
     content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.request-form__main .wpcf7-submit {
    border: 1px solid #fff;
    width: fit-content;
    padding: 15px 30px;
    transition:all 0.5s;
    margin-top: 50px;
}
.request-form__main .wpcf7-submit:hover {
color:#000;
    background-color:#fff;
}
/* request-form ennd */

 /* img-text-container start */
 .img-text-container{
    padding: 96px 0;
    background-color: #efece6;
}
.img-text-container__desc{
	display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
.img-text-container__block {
    margin: 0;
	align-items: center;
    gap: 80px;
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
}

.img-text-container__img {
    padding: 0;
}
.img-text-container__text {
    margin-left: 80px;
}

.img-text-container-btn {
   text-transform: uppercase;
   font-family: 'Noah-Bold';
   position: relative;
   margin-top: 20px;
   display: block;
   width: fit-content;
}
.img-text-container-btn::after {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
}
.img-text-container-btn:hover::after {
    width: 100%;
}
  /* img-text-container end */

  /* footer start */
  .footer__logo {
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'Noah-Bold';
    color: #000;
}
.footer-wapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__link-list {
    display: flex;
    gap: 30px;
    text-transform: uppercase;
    font-family: 'Noah-Bold';
}

.footer {
    padding: 64px 0;
}
.footer__link-item::after {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
}

.footer__link-item {
    position: relative;
}

.footer__link-item:hover::after {
    width: 100%;
}
  /* footer end*/

body:not(.home) header{ 
    background: #fff;
}

body:not(.home) header a{ 
    color: #000;
}

main > *:nth-child(2){
    margin-top:70px;
}

.home main > *:nth-child(2){
    margin-top:0px;
}

.wp-core-block{margin:20px 0;width:100%;}

.footer__go-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #efece6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0px 0px 17px 0px #36363633;
    display: none;
    cursor: pointer;
}
body:has(.header-active) .footer__go-top{
    display: flex;
}
