@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&display=swap');
:root {
    /* Fonts */

    --heading-font: "Cormorant Garamond", serif;
    --body-font: "Manrope", sans-serif;

    

    /* Color */
    --primary: #5E7A64;
    --black: #0A0A0A;
    --white: #fff;
    --text-color: #525252;

}

body {
    font-family: var(--body-font);
    color: var(--black);
    background-color: #FFFFFF;
}

h1,
h2,
h3 {
    font-family: var(--body-font);
    font-weight: 400;
}
p{
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    color: #525252;
    font-family: var(--body-font);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: 300ms ease-in all;
    color: var(--black);
    text-decoration: none;
}

.p-100{
  padding: 100px 0;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                    BOOTSTRAP
::::::::::::::::::::::::::::::::::::::::::::: */



.btn {
    text-transform: uppercase;
    font-weight: 500;
}

@media(min-width:575px) {
    .btn:not(.btn-lg) {
        font-size: 1.125rem;
        padding: 12px 28px;
        border-radius: 10px;  
    }
}

.btn-lg {
    padding-left: 1.75em;
    padding-right: 1.75em;
}




/*.input-group-lg>.btn,*/
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    font-size: 0.75em;
    font-family: var(--body-font);
}
input.form-control{
    border: 1px solid #E4E4E7;
    padding: 6px 12px;
    height: 36px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background-color: #fff;
    color: #71717A;
    font-family: var(--body-font);
}
input.form-control.error-class {
    border-color: red;
}
input.form-control::placeholder{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.01em;
    color: #969696;
    
}
textarea.form-control{
    border: 1px solid #E4E4E7;
    padding: 6px 12px;
    height: 100px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background-color: #fff;
    color: #71717A;
    font-family: var(--body-font);
}
textarea.form-control::placeholder{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.01em;
    color: #969696;
}
select.form-select{
    border: 1px solid #E4E4E7;
    padding: 6px 12px;
    height: 36px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background-color: #fff;
    color: #71717A;
    font-family: var(--body-font);
}
select.form-select option{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.01em;
    color: #969696;
}
.form-control:focus{
    border: 1px solid #000;
    background-color: var(--white);
    color: #000;
}
.form-check{
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-check-input{
    width: 16px;
    height: 16px;
    margin-top: 0;
    border: 1px solid #0000001A;
}
.form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--primary);;
}

.input-group-with-icon{
    position: relative;
}

.input-group-icon-1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    display: flex;
    align-items: center;
}
.input-group-icon-2{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    display: flex;
    align-items: center;
}
.input-group-with-icon i{
    font-size: 22px;
    color: var(--primary);
}
.input-group-with-box{
    display: flex;
    gap: 15px
}
.input-group-with-box input{
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 20px;
    text-align: center;

}
.form-check-inline{
    display: inline-block !important;
}
 form label{
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 6px !important;
}
input.form-control[type="date"]{
    color: #969696;
}
.relative {
    position: relative;
}

.max-720 {
    max-width: 720px;
}

.max-790 {
    max-width: 790px;
}

.shadow-md {
  box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.075) !important;
}
.defult-font{font-family: var(--defult-font);}
.bold-text p{
    font-weight: 700 !important;
}

.sec-title .icon{
  margin-bottom: 30px;
}
.sec-title h2{
    font-family: var(--body-font);
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
    color: var(--black);
    margin-bottom: 14px;
    position: relative;
}
.sec-title h2 span{
  font-family: var(--heading-font);
  font-weight: 600;
  font-style: italic;
  font-size: 58px;
  line-height: 48px;
  color: var(--primary);
}
.sec-title h2 label{
  display: block;
}
.sec-title p{
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #525252;
}
.sec-title h6{
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #525252;
}
.line-left{
  position: relative;
  padding-left: 8px;
}
.line-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: var(--primary);
}
.line-bottom{
  position: relative;
  padding-bottom: 28px;
}
.line-bottom::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #9AB19F;
}

.primary-btn{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.003em;
    color: #FAFAFA;
    background-color: var(--primary);
    border-radius: 6px;
    padding: 10px 16px;
    border: 1px solid var(--primary);
    display: flex;
    width: fit-content;
    gap: 4px;
    align-items: center;
}
.primary-btn img{
  filter: brightness(0) invert(1);
}
.primary-btn img,
.secondary-btn img{
  width: 12px !important;
}
.primary-btn:hover{
    color: var(--primary) !important;
    background-color: var(--white) !important;
    border-color: var(--primary) !important;
}
.primary-btn:hover img{
    filter: brightness(0%);
}
.secondary-btn{
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.003em;
    color: #18181B;
    background-color: transparent;
    border-radius: 6px;
    padding: 10px 16px;
    border: 1px solid var(--primary);
    display: flex;
    width: fit-content;
    gap: 4px;
    align-items: center;
}


.container-custom{
    max-width: 14406px;
    padding: 0 24px;
}
.container-custom.sm{
    max-width: 1200px;
}
.cs_row{
    display: flex;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                    COMMON
::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::
                HEADER-START
::::::::::::::::::::::::::::::::::::::::::::: */

.header {
    background-color: transparent;
    padding: 8px 0;
    z-index: 100;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                HEADER-END
::::::::::::::::::::::::::::::::::::::::::::: */




    .banner-slider-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .banner-slider{
      width: 100%;
      background-color: #000;
      border-radius: 16px;
      overflow: hidden;
    }

   .banner-slider img {
      width: 100%;
      height: auto;
      display: block;
      opacity: 0.8;
    }

    .progress-bar {
      position: absolute;
      bottom: 15px;
      right: 20px;
      width: 302px;
      height: 6px;
      background: #F4F4F5;
      overflow: hidden;
      border-radius: 2px;
    }

    .progress-fill {
      height: 100%;
      background: var(--primary);
      width: 0%;
      transition: width 0.3s ease;
    }


/* :::::::::::::::::::::::::::::::::::::::::::::
                BANNER-START
::::::::::::::::::::::::::::::::::::::::::::: */



.home-banner .text{
  display: flex;
  align-items: flex-end;
  gap: 42px;
  padding: 76px 0 50px;
}
.home-banner .text .left-text{
  width: 50%;
}
.home-banner .text .left-text h1,
.home-banner .text .left-text h2{
  font-size: 80px;
  line-height: 70px;
  color: var(--black);
}
.home-banner .text .left-text h2 span{
  font-family: var(--heading-font);
  font-size: 90px;
  line-height: 48px;
  font-weight: 600;
  color: var(--primary);
  font-style: italic;
}
.home-banner .text .right-text{
  width: 50%;
}
.home-banner .text .right-text p{
  font-size: 18px;
  line-height: 100%;
  padding-left: 8px;
  position: relative;
}
.home-banner .text .right-text p::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: var(--primary);
}



.what-bring{
    display: flex;
    gap: 24px;
    background-color: #37483B;
    border-radius: 0 0 16px 16px;
}
.what-bring .block{
  width: 23%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.what-bring .block:nth-child(2){
  width: 52%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  gap: 40px;
}
.what-bring .block .image{
  overflow: hidden;
  height: 192px;
}
.what-bring .block .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-bring .block:first-child .image:nth-child(2),
.what-bring .block:last-child .image:nth-child(2){
  height: 384px;
}
.what-bring .block:first-child .image:nth-child(1){
  border-radius: 0 0 16px 0;
}
.what-bring .block:first-child .image:nth-child(2){
  border-radius: 0 16px 16px 0;
}
.what-bring .block:first-child .image:nth-child(3){
  border-radius: 0 16px 0 0;
}

.what-bring .block:last-child .image:nth-child(1){
  border-radius: 0 0 0 16px;
}
.what-bring .block:last-child .image:nth-child(2){
  border-radius: 16px 0 0 16px;
}
.what-bring .block:last-child .image:nth-child(3){
  border-radius: 16px 0 0 0;
}


.what-bring .block .sec-title h2{
  color: var(--white);
  position: relative;
  padding-bottom: 28px;
}
.what-bring .block .sec-title h2::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 32px;
  height: 2px;
  background-color: #9AB19F;
}
.what-bring .block .sec-title p{
  color: #BDCCC0;
}
.what-bring .block p{
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #D4D4D4;
}

.what-bring .learn-more-btn a{
  background: transparent;
}
.what-bring .learn-more-btn a:hover img{
filter: brightness(0%);
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                BANNER-END
::::::::::::::::::::::::::::::::::::::::::::: */




.explore-verticals{
  padding: 100px 0 0 0;
}
.explore-verticals .sec-title{
  text-align: center;
}

.v-box{
  padding: 100px 0;
}
.verticals-boxes .v-box{
  position: relative;
}
.verticals-boxes .v-box::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 640px;
  height: 1px;
  background-color: #D9D9D9;
}
.verticals-boxes .v-box:last-child:after{
  display: none;
}
.verticals-boxes-1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 24px;
}
    
.verticals-boxes-1 .box:nth-child(2){
    grid-column-start: 1;
    grid-row-start: 2;
}

.verticals-boxes-1 .box:nth-child(3) {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 3;
}

.verticals-boxes-1 .box:nth-child(4) {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

.verticals-boxes-1 .box:nth-child(5) {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 1;
}

.verticals-boxes-1 .box:nth-child(6) {
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 1;
    position: relative;
}

.verticals-boxes-1 .box:nth-child(7) {
    grid-column-start: 5;
    grid-row-start: 3;
}

.v-box .box .image{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.v-box .box .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v-box .sub-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: #37483B;
  margin: 20px 0 14px;
}
.v-box .sub-title h4{
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #525252;
  padding-left: 8px;
  position: relative;
}
.v-box .sub-title h4::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: var(--primary);
}
.v-box .sub-list{
  background: #FFFFFFE5;
  backdrop-filter: blur(4px);
  position: absolute;
  width: 350px;
  padding: 20px 24px;
  border-radius: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.verticals-boxes-1.v-box .box .sub-list{
  right: 90px;
  top: 80px;
}

.v-box .sub-list li h5{
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #37483B;
}
.v-box .sub-list li p{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #37483B;
  margin-bottom: 0;
}



.verticals-boxes-2{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}


.verticals-boxes-2 .box:nth-child(2){
    grid-column-start: 1;
    grid-row-start: 2;
    position: relative;
}

.verticals-boxes-2 .box:nth-child(3) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

.verticals-boxes-2 .box:nth-child(4){
    grid-column-start: 4;
    grid-row-start: 1;
}

.verticals-boxes-2 .box:nth-child(5){
    grid-column-start: 5;
    grid-row-start: 1;
}

.verticals-boxes-2 .box:nth-child(6){
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 2;
}
.verticals-boxes-2.v-box .box .sub-list{
    left: 85px;
    top: -80px;
}
.verticals-boxes-2 .box:nth-child(5) .image{
  height: auto;
}

.verticals-boxes-2 .box:nth-child(6) .image{
  height: auto;
  width: 50%;
  margin-top: 40px;
}


.verticals-boxes-3{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
.verticals-boxes-3 .box:nth-child(1){
    grid-column: span 2 / span 2;
}

.verticals-boxes-3 .box:nth-child(2){
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
}

.verticals-boxes-3 .box:nth-child(3){
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
}

.verticals-boxes-3 .box:nth-child(4){
    grid-column-start: 5;
    grid-row-start: 1;
}

.verticals-boxes-3 .box:nth-child(5){
    grid-column-start: 5;
    grid-row-start: 2;

    position: relative;
}


.verticals-boxes-3 .box:nth-child(2) .image-wrap{
  height: auto;
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.verticals-boxes-3 .box:nth-child(2) .image{
  width: 40%;
  height: auto;
}
.verticals-boxes-3 .box:nth-child(2) .image:first-child{
  width: 60%;
}
.verticals-boxes-3.v-box .box .sub-list{
    bottom: 280px;
    right: 186px;
}
.verticals-boxes-3 .box:nth-child(4) .image{
  height: auto;
}




.verticals-boxes-4{
    display: flex;
    gap: 24px;
}
.verticals-boxes-4 .left-block{
  width: 46%;
}
.verticals-boxes-4 .right-block{
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.verticals-boxes-4 .right-block .top-block{
  display: flex;
  gap: 24px;
}
.verticals-boxes-4 .right-block .top-block .text-block{
  width: 46%;
}
.verticals-boxes-4 .right-block .top-block .text-block .image{
  height: 160px;
  margin-bottom: 24px;
}
.verticals-boxes-4 .right-block .top-block > .image{
  width: 54%;
  height: 300px;
}
.verticals-boxes-4 .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.verticals-boxes-4 .right-block .bottom-block{
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.verticals-boxes-4 .right-block .bottom-block .sub-title{
  width: 76%;
}
.verticals-boxes-4 .right-block .bottom-block .image{
  width: 24%;
}
.verticals-boxes-4 .sub-list{
  right: 28px;
  top: 16px;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
              WELL-TOGETHER-START
::::::::::::::::::::::::::::::::::::::::::::: */

.well-together{
  padding: 100px 0;
}
.well-together .sec-title{
  text-align: center;
}
.well-together .sec-title h2{
    padding-bottom: 28px;
}
.well-together .sec-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #9AB19F;
}






.well-together-slider-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      padding: 40px 0;
    }

    .well-together-slider {
      width: 100%;
      margin: 0 auto;
    }
   .well-together-slider .slick-track{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 140px;
   }
    .well-together-slider .slick-track::before{
    content: "";
    position: absolute;
    top: 28px;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 374px;
    background-color: #bdccc060;
  }
    .well-together-slider .slick-slide {
      transition: transform 0.3s;
      opacity: 0.6;
      height: 370px;
      display: flex;
      align-items: center;
      padding: 28px;
      width: 600px !important;
      position: relative;
    }
      .well-together-slider .slick-slide.block:has(+ .slick-center) {
      padding: 28px 60px 28px 0;
    }
      .well-together-slider .slick-slide.slick-center + .block {
      padding: 28px 0 28px 60px;
    }
      .well-together-slider .slick-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
      }
    .well-together-slider .slick-center {
      transform: scale(1.01);
      opacity: 1;
      position: relative;
      z-index: 1;
      margin: 0 auto;
      height: 433px;
      border-radius: 24px;
      padding: 0;
      width: 846px !important;
    }
    .well-together-slider img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    }
    .well-together-slider .slick-slide .text-block{
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: -128px;
      background-color:  #FFFFFFE5;
      padding: 20px 24px;
      border-radius: 16px;
      backdrop-filter: blur(4px);
      box-shadow: 0px 4px 6px -1px #0000001A;
      opacity: 0;
      transition: transform 0.3s;
      
    }
    .well-together-slider .slick-slide.slick-center .text-block{
      opacity: 1;
    }
    .well-together-slider .slick-slide .text-block h3{
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      color: var(--primary);
      text-align: center;
      font-family: var(--heading-font);
      margin-bottom: 30px;
    }
    .well-together-slider .slick-slide .text-block h4{
      font-size: 14px;
      font-weight: 500;
      color: var(--primary);
    }
    .well-together-slider .slick-slide .text-block ul{
      padding-left: 14px;
      margin-bottom: 0;
    }
    .well-together-slider .slick-slide .text-block ul li{
      font-size: 16px;
      font-weight: 400;
      color: #525252;
    }
    .well-together-slider .slick-slide .text-block .bottom-text{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 32px;
    }
    .well-together-slider .slick-slide .text-block .bottom-text h5{
      font-size: 20px;
      font-weight: 500;
      color: var(--primary);
      margin-bottom: 0;
      }
    .well-together-slider .slick-slide .text-block .bottom-text .buttons{
      display: flex;
      gap: 6px;
     }
    .well-together-slider .slick-slide .text-block .bottom-text .buttons a:first-child{
      font-family: var(--body-font);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0.003em;
      color: #525252;
      background-color: transparent;
      border-radius: 6px;
      padding: 10px 16px;
      border: 1px solid #5E7A64;
    }
    .well-progress-bar {
      position: absolute;
      bottom: 106px;
      right: 20px;
      width: 300px;
      height: 6px;
      background: #F4F4F5;
      overflow: hidden;
      border-radius: 2px;
    }

    .well-progress-fill {
      height: 100%;
      background: var(--primary);
      width: 0%;
      transition: width 0.3s ease;
    }


/* :::::::::::::::::::::::::::::::::::::::::::::
             WELL-TOGETHER-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
            HAPPENING-START
::::::::::::::::::::::::::::::::::::::::::::: */


.happening{
  padding: 100px 0;
}

.happening-content{
  display: flex;
  gap: 20px;
}
.happening-content .slider-container{
  width: 62%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.happening-content .slider-container .slider-nav{
  width: 44%;
}
.happening-content .slider-container .slider-for{
  width: 55%;
}
.happening-content .slider-container .slider-for .block,
.happening-content .slider-container .slider-nav .block{
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.happening-content .slider-container .slider-for .block > img,
.happening-content .slider-container .slider-nav .block > img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.happening-content .slider-container .slider-nav .block{
  height: 244px;
  margin: 0 10px;
}
.happening-content .slider-container .slider-nav .block.slick-current{
  display: none;
}
.happening-content .slider-container .slider-for .block{
  height: 460px;
  padding-right: 90px;
  margin: 0 4px;
}
.happening-content .slider-container .slider-for .block .text-block{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 66px;
  background-color: #FFFFFFE5;
  padding: 20px 24px;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
}
.happening-content .slider-container .slider-for .block .text-block h3{
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}
.happening-content .slider-container .slider-for .block .text-block h4{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 32px;
}
.happening-content .slider-container .slider-for .block .text-block p{
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 100%;
  font-weight: 400px;
  color: #525252;
  margin-bottom: 13px;
}
.happening-content .slider-container .slider-for .block .text-block h5{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 32px;
  display: flex;
  gap: 8px;
}


.happening-content .sec-title{
  width: 38%;
  text-align: right;
}
.happening-content .sec-title h2 span{
  display: block;
}
.happening-content .sec-title p{
  position: relative;
  padding-right: 8px;
}
.happening-content .sec-title p::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background-color: var(--primary);
}


/* :::::::::::::::::::::::::::::::::::::::::::::
             HAPPENING-END
::::::::::::::::::::::::::::::::::::::::::::: */





/* :::::::::::::::::::::::::::::::::::::::::::::
              FOOTER-START
::::::::::::::::::::::::::::::::::::::::::::: */

footer{
  background-color: #37483B;
  padding: 40px 0 24px;
  border-radius: 16px 16px 0 0;
  margin-top: -12px;
}
footer .footer-top{
  background-color: var(--white);
  padding: 32px 40px;
  border-radius: 16px;
}
footer .footer-top .blocks{
  display: flex;
}

footer .footer-top .block .logo img{
	width: 100px;
}
footer .footer-top .block{
  width: 14%;
}
footer .footer-top .block:first-child{
  width: 22%;
}
footer .footer-top .block:nth-child(3){
	width: 34%
}
footer .footer-top .block:last-child{
  width: 30%;
}
footer .footer-top .block h3{
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  color: #1B1819;
  margin-bottom: 24px;
}
footer .footer-top ul{
  padding-left: 0;
  list-style: none;
  margin: 0;
}
footer .footer-top .block ul li a{
  font-size: 16px;
  font-weight: 500;
  color: #1B1819;
}
footer .footer-top .block ul.f-contact li{
  text-align: right;
}
footer .footer-top .block ul.f-contact li a{
  font-size: 14px;
  font-weight: 500;
  color: #1B1819;
}

footer .footer-top .social-details{
  display: flex;
  justify-content: space-between;
}
footer .footer-top .social-details ul{
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .footer-top .social-details ul li a{
  padding: 8px;
  border-radius: 8px;
  background-color: var(--primary);
  color: var(--white);
}
footer .footer-top .social-details p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #1B1819;
  text-align: right;
  max-width: 300px;
}


.footer-mid{
  display: flex;
  align-items: flex-end;
  margin: 48px 0;
}
.footer-mid .block{
  width: 50%;
}
.footer-mid .block:first-child{
  padding-right: 100px;
}
.footer-mid h2{
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: var(--white);
}
.footer-mid h2 span{
  font-family: var(--heading-font);
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #7A9981;
  font-style: italic;
}
.footer-mid label{
  color: var(--white);
  font-weight: 400;
}
.footer-mid .search-input{
  position: relative;
}
.footer-mid .search-input input{
  background-color: transparent;
  color: #fff;
  height: 54px;
  border: 1px solid #FFFFFF99;
  border-radius: 12px;
  padding-right: 60px;
}
.footer-mid .search-input button{
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  padding: 15px 20px;
  color: var(--white);
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
}
.footer-bottom p,
.footer-bottom p a{
  font-size: 12px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
              FOOTER-END
::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::
              ABOUT-US-START
::::::::::::::::::::::::::::::::::::::::::::: */

.inner-banner-content{
  padding: 60px 0 100px;
  box-shadow: 0px 10px 15px -3px #0000001A;
  border-radius: 0 0 24px 24px;
}

.inner-banner-content .text{
  display: flex;
  align-items: flex-end;
  gap: 42px;
}
.inner-banner-content.text .left-text{
  width: 50%;
}
.inner-banner-content .text .left-text h1{
  font-size: 80px;
  line-height: 86px;
  color: var(--black);
  margin-bottom: 0;
}
.inner-banner-content .text .left-text h1 span{
  font-family: var(--heading-font);
  font-size: 90px;
  line-height: 48px;
  font-weight: 600;
  color: var(--primary);
  font-style: italic;
}
.inner-banner-content .text .right-text{
  width: 50%;
}
.inner-banner-content .text .right-text p{
  font-size: 18px;
  line-height: 100%;
  padding-left: 8px;
  margin-bottom: 0;
}
.inner-banner .image{
  padding-bottom: 60px;
}
.inner-banner .image img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0 0 24px 24px;
  box-shadow: 0px 4px 6px -1px #0000001A;
}
.inner-banner-content .text .right-text .bg-btn{
  display: flex;
  gap: 18px;
  margin-top: 32px;
}
.inner-banner-content .text .right-text .bg-btn a:last-child{
  background: transparent;
  color: #18181B;
}
.inner-banner-content .text .right-text .bg-btn a:last-child img{
  filter: brightness(0%);
}




.rooted-nature .sec-title{
  text-align: center;
  max-width: 888px;
  margin: 0 auto;
}
.rooted-nature .sec-title h2{
  margin: 32px 0 10px;
}
  .rooted-nature .sec-title p{
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
   .rooted-nature .sec-title h3{
    font-size: 14px;
    font-weight: 400;
    color: #525252;
   }
   .rooted-nature .sec-title h4{
    font-family: var(--heading-font);
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: var(--primary);
    margin: 24px 0;
   }




  .we-bring-content{
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 40px;
    position: relative;
  }
  .we-bring-content::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 10%;
    border: 2px solid var(--primary);
    border-radius: 16px;
    z-index: -1;
  }
  .we-bring-content .image-block{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 24px;
    overflow: hidden;
  }
  .we-bring-content .image-block .image{
    width: 50%;
    height: 300px;
  }
  .we-bring-content .image-block .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .we-bring-content .sec-title{
      width: 40%;
  }




  .ground-us{
    overflow: hidden;
  }
  .ground-us-content{
    display: flex;
    align-items: center;
    position: relative;
  }
  .ground-us-content .sec-title{
    background-color: #FFFFFFE5;
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 6px -1px #0000001A;
    padding: 32px 24px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 60%;
  }
  .ground-us-content .sec-title h2{
    margin-bottom: 28px;
  }
  .ground-us-content .sec-title p{
    margin-bottom: 32px;
  }
  .ground-us-content .right-block{
    width: 62%;
    margin-left: auto;
    background-color: var(--primary);
    padding: 25px 25px 25px 300px;
    border-radius: 24px 0 0 24px;
    position: relative;
  }
  .ground-us-content .right-block::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -100%;
    z-index: -1;
    border-radius: 24px 0 0 24px;
    background-color: var(--primary);
  }
  .ground-us-content .right-block ul{
    width: 425px;
    height: 396px;
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
  .ground-us-content .right-block ul li{
      width: 228px;
      height: 228px;
      border-radius: 50%;
      border: 1px solid #BDCCC0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 42px;
      text-align: center;
      position: absolute;
    }
  .ground-us-content .right-block ul li h3{
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #EEF2EF;
  }
  .ground-us-content .right-block ul li p{
      font-family: var(--body-font);
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      color: #BDCCC0;
      margin-bottom: 0;
  }
  .ground-us-content .right-block ul li:first-child{
    position: absolute;
    left: 0;
  }
  .ground-us-content .right-block ul li:nth-child(2){
    right: 0;
  }
  .ground-us-content .right-block ul li:nth-child(3){
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

  }




.happening.community-sec{
  overflow: hidden;
}
  .community-sec .sec-title{
    width: 43%;
    text-align: left;
  }
  .community-sec .sec-title h2 span{
      display: inline;
    }
  .community-sec .sec-title p{

    padding: 0 0 0 8px;
  }
  .community-sec .sec-title p::after{
      left: 0;
      right: unset;
    }
  .community-sec .happening-content .slider-container{
    width: 100%;
  }
  .community-sec .happening-content .slider-container .slider-for {
    width: 70%;
}
  .community-sec .happening-content .slider-container .slider-for .block{
    padding-left: 10%;
    padding-right: 0;
  }
    .community-sec .happening-content .slider-container .slider-for .block .text-block{
      left: unset;
      right: 66px;
	  top: unset;
	  bottom: 10px;
	  transform: none;
  }
   .community-sec .happening-content .slider-container .slider-nav {
    width: 30%;
}
   .community-sec .happening-content .slider-container .slider-nav .block{
    opacity: 0.7;
   }
   .community-sec .happening-content .slider-container .slider-for .block .text-block h3 span{
      font-size: 18px;
      font-weight: 400;
   }
  .community-sec .happening-content .slider-container .slider-for .block .text-block h4{
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #404040;
    margin: 20px 0;
  }





/* :::::::::::::::::::::::::::::::::::::::::::::
              ABOUT-US-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
              CONTACT-US-START
::::::::::::::::::::::::::::::::::::::::::::: */


.reach-us-content{
  display: flex;
}
.reach-us-content .sec-title{
  width: 46%;
}
.reach-us-content .contact-details{
  width: 54%;
}
.reach-us-content ul.contact-details{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.reach-us-content ul.contact-details li{
  width: 48%;
  margin-bottom: 60px;
}
.reach-us-content ul.contact-details li:last-child{
  width: 55%;
  margin-bottom: 0;
}
.reach-us-content ul.contact-details li h3{
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #4B6250;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}
.reach-us-content ul.contact-details li .text{
  padding-left: 48px;
}
.reach-us-content ul.contact-details li .text h4{
  font-size: 16px;
  font-weight: 500;
  color: #525252;
  margin: 8px 0 24px;
}
.reach-us-content ul.contact-details li .text p{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #525252;
  margin-bottom: 8px;
}
.reach-us-content ul.contact-details li .text p a{
  color: inherit;
}









.visit-sec-content .sec-title{
  text-align: center;
  margin-bottom: 40px;
}
.visit-sec-content{
  position: relative;
}
.visit-sec-content::before{
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 378px;
  background-color: #BDCCC0;
  border-radius: 24px;
  z-index: -1;
}
.visit-tab{
  padding: 0 60px;
}
.visit-tab .nav-tabs{
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  border-bottom: 0;
}
.visit-tab .nav-tabs .nav-link{
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  padding: 13px 40px;
  color: #18181B;
  background-color: #EEF2EF;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.visit-tab .nav-tabs .nav-link img{
  width: 17px;
}
.visit-tab .nav-tabs .nav-link.active{
  background-color: var(--primary);
  color: #FFF;
}
.visit-tab .nav-tabs .nav-link.active img{
  filter: brightness(0) invert(1);
}
.visit-tab iframe{
  width: 100%;
  height: 400px;
  border-radius: 8px;
}






 .contact-message{
    overflow: hidden;
  }
  .contact-message-content{
    display: flex;
    align-items: center;
    position: relative;
  }
  .contact-message-content .sec-title{
    background-color: #FFFFFFE5;
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 6px -1px #0000001A;
    padding: 32px 24px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 44%;
  }
  .contact-message-content .sec-title h2{
    margin-bottom: 28px;
  }
  .contact-message-content .sec-title p{
    margin-bottom: 32px;
  }
  .contact-message-content .right-block{
    width: 62%;
    margin-left: auto;
    padding: 60px 10px 60px 108px;
    border-radius: 24px 0 0 24px;
    position: relative;
  }
  .contact-message-content .right-block::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -100%;
    z-index: -1;
    border-radius: 24px 0 0 24px;
    border: 1px solid var(--primary);
  }
  .contact-message-content .form-block {
    display: flex;
    gap: 23px;
  }
  .contact-message-content .form-block .block:first-child{
    width: 46%;
  }
  .contact-message-content .form-block .block:nth-child(2){
    width: 54%;
  }
 .contact-message-content .form-check{
    align-items: center;
  }
  .contact-message-content .form-check label{
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 0 !important;
   }
  .contact-message-content .primary-btn{
    margin-left: auto;
  }
  
.contact-message-content .form-check .form-check-input{
	float: none;
    margin-left: 0;
	border: none;
}
.contact-message-content .form-check .form-check-input .first.last{
	margin-left: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
              CONTACT-US-END
::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::
              GALLERY-START
::::::::::::::::::::::::::::::::::::::::::::: */


.gallery-item .sec-title{
  margin-bottom: 60px;
}

.gallery-item-tab{
  display: flex;
  gap: 20px;
}
.gallery-item-tab .tab-content{
  width: 50%;
}
.gallery-item-tab .tab-content .tab-pane{
  height: 320px;
  overflow: hidden;
  border-radius: 16px;
}
.gallery-item-tab .tab-content .tab-pane img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item-tab .nav-tabs{
  width: 50%;
  flex-direction: row;
  gap: 20px;
  border-bottom: 0;
}
.gallery-item-tab .nav-tabs li{
  width: 30%;

}
.gallery-item-tab .nav-tabs .nav-link{
  border: none;
  padding: 0;
  width: 100%;
  height: 148px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.gallery-item-tab .nav-tabs .nav-link img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item-tab .nav-tabs .nav-link .more-item{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000099;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item-tab .nav-tabs .nav-link .more-item a{
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 20px;
  color: #EEF2EF;
  margin-bottom: 0;
}
.gallery-item-tab .nav-tabs .nav-link .more-item span{
  display: block;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
              GALLERY-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
              DONATION-START
::::::::::::::::::::::::::::::::::::::::::::: */

.support-goes .sec-title{
  margin-bottom: 40px;
}
.support-goes-boxes{
  display: flex;
  gap: 24px;
}
.support-goes-boxes .box{
  width: 24%;
  background-color: #DCE4DE;
  padding: 40px 12px 40px 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.support-goes-boxes .box h3{
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #37483B;
  margin-bottom: 0;
}
.support-goes-boxes .box .image{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.support-goes-boxes .box .image img{
  opacity: 0.2;
}




.every-story .sec-title{
  text-align: center;
  margin-bottom: 60px;
}
.every-story-slider-container{
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      padding-bottom: 60px;
}
.every-story-slider{
      width: 100%;
}
.every-story-slider .block{
  padding: 0 180px 50px 0;
  margin: 0 12px;
  position: relative;
}
.every-story-slider img {
  border-radius: 16px;
  height: 268px;
  object-fit: cover;
}
.every-story-slider .block .text{
  background-color: #FFFFFFCC;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
  padding: 20px 24px;
  border-radius: 18px;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 414px;
}
.every-story-slider .block .text h6{
  font-size: 12px;
  font-weight: 400;
  margin-top: 32px;
  color: #3F3F46;
}
.every-story-slider-container .progress-bar{
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}







.save-life{
  overflow: hidden;
}
.save-life-content{
    display: flex;
    align-items: center;
    position: relative;
}
.save-life-content .sec-title{
    background-color: #FFFFFFE5;
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 6px -1px #0000001A;
    padding: 32px 24px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 52%;
}
.save-life-content .right-block{
    width: 62%;
    margin-left: auto;
    background-color: var(--primary);
    padding: 40px 25px 40px 214px;
    border-radius: 24px 0 0 24px;
    position: relative;
    background-color: #BDCCC0;
}
.save-life-content .right-block::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100%;
  z-index: -1;
  border-radius: 24px 0 0 24px;
  background-color: #BDCCC0;
}
.donate-form-tab .nav-tabs{
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-bottom: 0;
  background-color: #F4F4F5;
  border-radius: 8px;
}
.donate-form-tab .nav-tabs .nav-link{
  padding: 9px 70px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #71717A;
}
.donate-form-tab .nav-tabs .nav-link.active{
  background-color: var(--primary);
  color: var(--white);
}
.donate-form-tab .d-amount{
  display: flex;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin: 24px 0 40px;
}
.donate-form-tab .d-amount li{
  width: 25%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #18181B;
}
.donate-form-tab .d-amount li a{
  display: block;
  text-align: center;
  padding: 13px 40px;
  border-radius: 6px;
  margin-bottom: 12px;
  background-color: #EEF2EF;
}
.donate-form-tab .d-amount li.active a,
.donate-form-tab .d-amount li:hover a{
  background-color: #263128;
  color: #fff;
}


.donate-form-tab form label{
  font-size: 14px;
}
.donate-form-tab form .primary-btn{
  margin-top: 18px;
  width: 100%;
  justify-content: center;
}
.donate-form-tab form .form-check label,
.donate-form-tab form .form-check h6{
  font-size: 12px;
  margin-bottom: 0 !important;
}





.money-goes{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 168px;
}
.money-goes .sec-title{
  max-width: 737px;
  background-color: #FFFFFFB2;
  border-radius: 16px;
  padding: 24px 20px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
}
.money-goes .sec-title ul{
  margin: 40px 0;
  list-style: none;
  padding-left: 0;
}
.money-goes .sec-title ul li{
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 8px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
              DONATION-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
              DIRT-TRACK-START
::::::::::::::::::::::::::::::::::::::::::::: */


.innernext-banner{
  display: flex;
  align-items: center;
  gap: 24px;
}
.innernext-banner .image{
  width: 50%;
  border-radius: 0 24px 24px 0;
  overflow: hidden;
  height: 600px;
}
.innernext-banner .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innernext-banner .text{
  width: 50%;
}
.innernext-banner .sec-title{
  max-width: 546px;
}
.innernext-banner .sec-title h2{
  margin-bottom: 160px;
}
.innernext-banner .sec-title p{
  margin-bottom: 24px;
}
.innernext-banner .bg-btns{
  display: flex;
  gap: 10px;
}

.arrow-block{
  text-align: center;
  margin-top: 52px;
}
.arrow-block .icon {
  display: inline-block;
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  padding: 40px 20px;
  border: 1px solid var(--primary);
  border-radius: 24px;
}


@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}




.pick-machine{
  overflow: hidden;
}
.pick-machine-container{
  position: relative;
}
.pick-machine-container .progress-bar{
  right: unset;
  left: 20px;
  bottom: 60px;
}
.pick-machine-slider{
 position: relative;
}
.pick-machine-slider .block{
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.pick-machine-slider .block .text-content{
  width: 58%;
  position: relative;
  display: flex;
  align-items: center;
}
.pick-machine-slider .block .text{
  position: absolute;
  right: -60px;
  z-index: 1;
  background-color: #37483BCC;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
  padding: 40px;
  border-radius: 16px;
}
.pick-machine-slider .block .text h3{
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 36px;
  color: #BDCCC0;
  margin-bottom: 20px;
}
.pick-machine-slider .block .text h3 span{
  font-family: var(--body-font);
  font-size: 20px;
  line-height: 100%;

}
.pick-machine-slider .block .text p{
  font-size: 14px;
  font-weight: 500;
  color: #D4D4D4;
}
.pick-machine-slider .block .text .secondary-btn{
  background-color: #BDCCC0;
  margin-top: 32px;
}
.pick-machine-slider .block .image{
  width: 50%;
  position: relative;
}
.pick-machine-slider .block .image img{
  margin-left: auto;
}
.pick-machine-slider::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background-color: var(--primary);
  border-radius: 16px 0 0 16px;
  z-index: -1;
}








.crafted-challenge-content{
  display: flex;
  align-items: center;
  position: relative;
}
.crafted-challenge-content::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 70%;
  border-radius: 16px;
  border: 2px solid var(--primary);
  z-index: -1;
}
.crafted-challenge-content .image{
  width: 45%;
}
.crafted-challenge-content .text{
  width: 55%;
}
.crafted-challenge-content .sec-title{
  width: 84%;
  margin-bottom: 60px;
}
.crafted-challenge-content .sec-title h2{
  margin-bottom: 28px;
}
.crafted-challenge-boxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.crafted-challenge-boxes .box{
    width: 30.7%;
    background-color: #DCE4DE;
    padding: 0 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: 400ms ease-in all;
    height: 200px;
    display: flex;
    align-items: center;
}
.crafted-challenge-boxes .box .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    transition: 400ms ease-in all;
  }
.crafted-challenge-boxes .box .image img {
    opacity: 0.2;
  }
.crafted-challenge-boxes .box h3{
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #37483B;
    margin-bottom: 0;
  }
.crafted-challenge-boxes .box p{
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  color: #D4D4D4;
  transition: 400ms ease-in all;
  margin-bottom: -100%;
  opacity: 0;

}
.crafted-challenge-boxes .box:hover{
  background-color: #37483B;
}
.crafted-challenge-boxes .box:hover h3{
  color: #BDCCC0;
}
.crafted-challenge-boxes .box:hover p{
  margin-bottom: 0;
  opacity: 1;
}
.crafted-challenge-boxes .box:hover .image{
  top: -150px
}
.crafted-challenge-boxes .box:hover .image img{
  filter: brightness(0) invert(1);
}

.off-the-road .sec-title{
  margin-bottom: 60px;
}







.every-thrill-content{
  max-width: 1062px;
  margin: 0 auto;
  position: relative;
  padding: 0 84px;
}
.every-thrill-content::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  height: 350px;
  border: 2px solid #DCE4DE;
  border-radius: 16px;
  z-index: -1;
}
.every-thrill .sec-title{
  text-align: center;
  margin-bottom: 60px;
}
.every-thrill .sec-title h2{
  margin-bottom: 28px;
}
.every-thrill-content .video{
  background-color: #000;
  border-radius: 24px;
  overflow: hidden;
}
.every-thrill-content .video iframe{
  width: 100%;
  height: 450px;
  opacity: 0.7;
}



.dust-trail{
  overflow: hidden;
  position: relative;
}
.dust-trail::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 38%;
  background-color: #BDCCC0;
}
.dust-trail .sec-title{
  max-width: 542px;
  margin-bottom: -100px;
}
.dust-trail .happening-content .slider-container{
  width: 100%;
  justify-content: right;
}
.dust-trail .happening-content .slider-container .slider-for{
  width: 66%;
}
.dust-trail .happening-content .slider-container .slider-nav{
  width: 26%;
}
.dust-trail .happening-content .slider-container .slider-for .block{
    padding-left: 10%;
    padding-right: 0;
}
.dust-trail .happening-content .slider-container .slider-for .block .text-block {
    left: unset;
    right: 80px;
    top: unset;
    bottom: 50px;
    transform: none;
}
.dust-trail .slider-for .block .text-block .details{
  margin-top: 60px;
}
.dust-trail .slider-for .block .text-block .details h3{
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--primary);
}
.dust-trail .slider-for .block .text-block .details h4{
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #525252;
}




.pre-booking{
  background-color: #BDCCC0;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  position: relative;
}
.pre-booking-content{
  display: flex;
}
.pre-booking-content .image{
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pre-booking-content .text{
  width: 70%;
  margin-left: auto;
}
.pre-booking-form select.form-select,
.pre-booking-form input.form-control{
  height: 36px;
}
.pre-booking-form textarea.form-control{
  height: 126px;
}



.know-sec .sec-title{
  margin-bottom: 60px;
}
.know-content .accordion-item{
  border: none;
  border-bottom: 2px solid #D4D4D4;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  padding: 20px 30px;
}
.know-content .accordion-item .accordion-button{
  padding: 20px 0 8px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  gap: 70px;
  font-size: 24px;
  font-weight: 400;
  color: #525252;
}
.know-content .accordion-item .accordion-button span{
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: var(--primary);
}
.know-content .accordion-item .accordion-body{
  padding-left: 86px;
}






.real-thing-content{
  display: flex;
  gap: 24px;
}
.real-thing-content .left-block{
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.real-thing-content .left-block .sec-title{
  width: 86%;
}
.real-thing-content .right-block{
  width: 55%;
}
.real-thing-content .real-thing-nav .image{
  height: 192px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 12px;
}
.real-thing-content .real-thing-for .image{
  height: 192px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 12px;
}
.real-thing-content .real-thing-for .image.slick-current{
    height: 450px;
}
.real-thing-content .real-thing-nav .image img,
.real-thing-content .real-thing-for .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
              DIRT-TRACK-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
            FREEDOM-RESHORT-START
::::::::::::::::::::::::::::::::::::::::::::: */



.beyond-room-content{
  position: relative;
  padding: 0 20px;
}
.beyond-room-content::before{
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  left: 0;
  right: 0;
  border: 1px solid #37483B;
  border-radius: 16px;
  z-index: -1;
}
.beyond-room-content .sec-title{
  text-align: center;
  margin: 60px 0;
}
.beyond-room-content ul{
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.beyond-room-content ul.upper{
  justify-content: flex-end;
}
.beyond-room-content ul li{
  background-color: #BDCCC0;
  border-radius: 8px;
  padding: 12px 8px;
  width: 18%;
  transition: 300ms ease-in all;
  cursor: pointer;
}
.beyond-room-content ul li:hover{
  background-color: var(--primary);
}
.beyond-room-content ul li .icon{
  text-align: right;
}
.beyond-room-content ul li:hover .icon img{
  filter: brightness(0) invert(1);
}
.beyond-room-content ul li h3{
  font-family: var(--heading-font);
  font-size: 18px;
  color: #37483B;
  margin: 40px 0 8px;
}
.beyond-room-content ul li:hover h3{
  color: #DCE4DE;
}
.beyond-room-content ul li p{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  color: #525252;
  margin-bottom: 0;
}
.beyond-room-content ul li:hover p{
  color: #FAFAFA;
}




.journey-voice.dust-trail::before{
  bottom: 22%;
  top: 8%;
}
.journey-voice.dust-trail .happening-content .slider-container .slider-for .block{
	padding-left: 11%;
}
.journey-voice.dust-trail .happening-content .slider-container .slider-for .block .text-block{
  bottom: 100px;
}
.journey-voice .happening-content .slider-container .slider-nav .block{
  opacity: 0.6;
}



.tour-details-content{
  display: flex;
  position: relative;
}
.tour-details-content .image{
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;

}
.tour-details-content .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-details-content .form-content{
  width: 70%;
  margin: 60px 0;
  margin-left: auto;
  background-color: #FFFFFFCC;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
  padding: 24px 50px;
}


.moments-across .real-thing-content .right-block{
  width: 46%;
}
.moments-across .real-thing-content .left-block {
  width: 54%;
}
.moments-across .real-thing-content .real-thing-nav .image.slick-current{
  display: none;
}



.stay-rhythm{
  position: relative;
}
.stay-rhythm::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 10%;
  background-color: #37483B;
  border-radius: 16px;
  box-shadow: 0px 4px 6px -1px #0000001A;
}
.stay-rhythm .container{
  position: relative;
}
.stay-rhythm .sec-title{
  position: absolute;
  top: 100px;
}
.stay-rhythm .sec-title h2{
  color: #FAFAFA;
}
.stay-rhythm .sec-title h2 span{
  color: #9AB19F;
}
.stay-rhythm .sec-title p{
  color: #BDCCC0;
}
.rhythm-slider.pick-machine-slider::before{
  display: none;
}
.rhythm-slider.pick-machine-slider .block{
  gap: 20px;
  align-items: flex-end;
}
.rhythm-slider.pick-machine-slider .block .image{
  height: 518px;
  border-radius: 16px;
  overflow: hidden;
}
.rhythm-slider.pick-machine-slider .block .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rhythm-slider.pick-machine-slider .block .text-content{
  padding-bottom: 100px;
}
.rhythm-slider.pick-machine-slider .block .text{
  right: 0;
  box-shadow: none;
  backdrop-filter:unset;
  position: unset;
  background-color: transparent;
  padding: 0;
}
.rhythm-slider.pick-machine-slider .block .text .price-block{
  display: flex;
  justify-content: space-between;
}
.rhythm-slider.pick-machine-slider .block .text .price-block h4{
  font-size: 20px;
  line-height: 100%;
  color: #BDCCC0;
  margin-bottom: 0;
}
.rhythm-slider.pick-machine-slider .block .text .text-btn{
  display: flex;
  gap: 24px;
}
.rhythm-slider.pick-machine-slider .block .text p{
  margin: 20px 0 40px;
}
.rhythm-slider.pick-machine-slider .block .text .secondary-btn{
  background-color: transparent;
  margin-top: 0;
  color: var(--white);
}
.rhythm-slider.pick-machine-slider .block .text .secondary-btn i{
  color: var(--white);
}
.stay-rhythm .pick-machine-container .progress-bar{
  bottom: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
            FREEDOM-RESHORT-END
::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::
            FREEDOM-HOSPITAL-START
::::::::::::::::::::::::::::::::::::::::::::: */


.clean-paws .sec-title{
  margin-bottom: 60px;
}
.clean-paws-slider-container{
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      padding-bottom: 60px;
}
.clean-paws-slider{
      width: 100%;
}
.clean-paws-slider .block{
  margin: 0 12px;
  position: relative;
  padding-bottom: 60px;
}
.clean-paws-slider img {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.clean-paws-slider .block .text{
  background-color: #37483BCC;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
  padding: 20px 24px;
  border-radius: 18px;
  position: absolute;
  bottom: 4px;
  left: 16px;
  width: 900px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.clean-paws-slider .block .text-content{
  width: 80%;
}
.clean-paws-slider .block .button{
  width: 20%;
  text-align: right;
}
.clean-paws-slider .block .button a{
  margin-left: auto;
  background-color: #BDCCC0;
  color: #18181B;
}
.clean-paws-slider .block .text-content h3{
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #BDCCC0;
  margin-bottom: 20px;
}
.clean-paws-slider .block .text-content h3 span{
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}
.clean-paws-slider .block .text-content p{
  font-size: 14px;
  font-weight: 500;
  color: #D4D4D4;
  margin-bottom: 0;
}
.clean-paws-slider-container .progress-bar{
  right: unset;
  left: 80%;
  transform: translateX(-20%);
  bottom: 80px;
}






.every-need .sec-title{
  margin-bottom: 60px;
}
.every-need-boxes{
  display: flex;
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
}
.every-need-boxes .box{
  width: 23.6%;
  margin-bottom: 20px;
}
.every-need-boxes .box img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}
.every-need-boxes .box h3{
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0;
  margin-top: 8px;
}




.truly-care-sec .container{
  position: relative;
}
.truly-care-sec .sec-title{
  position: absolute;
  top: 0;
}
.truly-care-content{
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.truly-care-content .left-block{
  width: 30%;
}
.truly-care-content .right-block{
  width: 70%;
}
.truly-care-content .truly-care-nav .image{
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 12px;
  opacity: 0.6;
}
.truly-care-content .truly-care-for .slick-track{
  display: flex;
  align-items: flex-end;
}
.truly-care-content .truly-care-for .image{
  height: 140px;
  overflow: hidden;
  margin: 0 12px;
  position: relative;
}
.truly-care-content .truly-care-for .image.slick-current{
    height: 450px;
}
.truly-care-content .truly-care-for .image.slick-current img{
  width: 60%;
  margin-left: auto;
}
.truly-care-content .truly-care-for .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.truly-care-content .truly-care-nav .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.truly-care-content .truly-care-for .image .text{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 0;
  background-color: #37483BCC;
  box-shadow: 0px 4px 6px -1px #0000001A;
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 24px;
}
.truly-care-content .truly-care-for .image.slick-current .text{
  width: 78%;
}
.truly-care-content .truly-care-for .image .text h3{
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #DCE4DE;
  margin-bottom: 4px;
}
.truly-care-content .truly-care-for .image .text h4{
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #FAFAFA;
  margin-bottom: 0;
}
.truly-care-content .truly-care-for .image .text h5{
  font-family: var(--heading-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #FAFAFA;
  margin: 24px 0;
}
.truly-care-content .truly-care-for .image .text p{
  color: #FAFAFA;
  font-size: 14px;
  margin-bottom: 0;
}




.seamless-care .sec-title{
  margin-bottom: 32px;
}
.seamless-care .tour-details-content .form-content{
  margin: 60px 0 0 auto;
}
.seamless-care .tour-details-content .image{
  bottom: 50px;
}





.real-stories{
  position: relative;
}
.real-stories::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  bottom: 26%;
  background-color: #BDCCC0;
  border-radius: 16px;
  z-index: -1;
}
.real-stories-slider.well-together-slider .well-together-slider-container{
  padding: 0;
}
.real-stories-slider.well-together-slider .slick-track{
  padding-bottom: 0;
  padding-top: 40px;
}
.real-stories-slider.well-together-slider .slick-slide .text-block{
  bottom: unset;
  top: -30px;
}
.real-stories-slide .well-progress-bar{
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  bottom: 66px;
}
.real-stories-slider.well-together-slider .slick-track::before{
  display: none;
}
.real-stories-slider.well-together-slider .slick-slide .text-block p{
  font-size: 16px;
  line-height: 100%;
  color: #525252;
}
.real-stories-slider.well-together-slider .slick-slide .text-block h4{
  font-size: 16px;
  line-height: 100%;
  color: #3F3F46;
  margin: 20px 0;
}
.real-stories-slider.well-together-slider .slick-slide .text-block h5{
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 28px;
  color: #37483B;
  margin-bottom: 10px;
}
.real-stories-slider.well-together-slider .slick-slide .text-block h6{
  font-size: 14px;
  line-height: 100%;
  color: #525252;
  margin-bottom: 0;
}






.do-more-content{
  display: flex;
  padding: 60px 0;
  position: relative;
}
.do-more-content .text{
  width: 52%;
  padding: 32px 24px;
  background-color: #FFFFFFE5;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
  border-radius: 16px;
}
.do-more-content .text h3{
  font-size: 14px;
  line-height: 100%;
  color: #525252;
  margin: 32px 0;
}
.do-more-content .image{
  width: 58%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 24px;
  overflow: hidden;
  z-index: -1;
}
.do-more-content .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.moments-sec .real-thing-for .slick-track{
  display: flex;
  align-items: flex-end;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
            FREEDOM-HOSPITAL-END
::::::::::::::::::::::::::::::::::::::::::::: */


/* :::::::::::::::::::::::::::::::::::::::::::::
             HOME-STAY-END
::::::::::::::::::::::::::::::::::::::::::::: */


.h-stay-spaces{
  padding: 87px 0;
}
.h-stay-spaces.stay-rhythm::before{
  background-color: var(--primary);
  top: 0;
  bottom: 0;
  left: 56%;
  border-radius: 16px 0 0 16px;
}
.h-stay-spaces .sec-title{
  top: 0;
}
.h-stay-spaces .sec-title h2{
  color: var(--black);
}
.h-stay-spaces .sec-title p{
  color: var(--primary);
}
.h-stay-spaces .pick-machine-slider .block .image{
  height: 518px;
  border-radius: 16px;
  overflow: hidden;
}
.h-stay-spaces .pick-machine-slider .block .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;	
}
.h-stay-spaces .pick-machine-slider .block .text{
  background-color: #FFFFFFCC;
}
.h-stay-spaces .pick-machine-slider .block .text h3{
  color: #4B6250;
}
.h-stay-spaces .pick-machine-slider .block .text p{
  color: #404040;
}


 
.beyond-backyard-content {
  position: relative;
  padding: 100px;
  margin: 100px 0;
}
.beyond-backyard-content .bg-image{
  text-align: center;
}
.beyond-backyard-content .sec-title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.beyond-backyard-content .area-nearby{
  list-style: none;
  padding: 0;
}
.beyond-backyard-content .area-nearby li{
  position: absolute;
  cursor: pointer;
}
.beyond-backyard-content .area-nearby li:nth-child(1){
  top: 0;
  left: 30%;
}
.beyond-backyard-content .area-nearby li:nth-child(2){
  top: 40px;
  right: 14%;
}
.beyond-backyard-content .area-nearby li:nth-child(3){
  bottom: 22%;
  right: 4%;
}
.beyond-backyard-content .area-nearby li:nth-child(4){
  bottom: 10%;
  left: 53%;
}
.beyond-backyard-content .area-nearby li:nth-child(5){
  bottom: 5%;
  left: 4%;
}
.beyond-backyard-content .area-nearby li:nth-child(6){
  top: 18%;
  left: 5%;
}


.beyond-backyard-content .area-nearby li .image{
  border-radius: 50%;
  overflow: hidden;
  background-color: #000;
}
.beyond-backyard-content .area-nearby li img{
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.beyond-backyard-content .area-nearby li:nth-child(1) .image{
  width: 200px;
  height: 200px;
}
.beyond-backyard-content .area-nearby li:nth-child(2) .image{
  width: 300px;
  height: 300px;
}
.beyond-backyard-content .area-nearby li:nth-child(3) .image{
  width: 218px;
  height: 218px;
}
.beyond-backyard-content .area-nearby li:nth-child(4) .image{
  width: 155px;
  height: 155px;
}
.beyond-backyard-content .area-nearby li:nth-child(5) .image{
  width: 350px;
  height: 350px;
}
.beyond-backyard-content .area-nearby li:nth-child(6) .image{
  width: 245px;
  height: 245px;
}


.beyond-backyard-content .area-nearby li .block{
  position: relative;
}
.beyond-backyard-content .area-nearby li .block h3{
  font-size: 18px;
  line-height: 20px;
  color: #EEF2EF;
  text-align: center;
  font-family: var(--heading-font);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 300ms ease-in all;
}

.beyond-backyard-content .area-nearby li:hover .block h3{
    top: 100%;
    transform: none;
    color: var(--black);
    padding-top: 10px;
}







.h-stay-plan-details{
  position: relative;
}
.h-stay-plan-details::before{
  content: "";
  position: absolute;
  background-color: #BDCCC0;
  top: 16%;
  bottom: 18%;
  left: 0;
  right: 0;
  border-radius: 16px;
  z-index: -1;
}

.h-stay-plan-details .tour-details-content .form-content{
  margin: 0 0 120px auto;
}
.h-stay-plan-details .tour-details-content .image{
  top: 10%;
}
.h-stay-plan-details  form .primary-btn{
    margin-top: 24px;
    width: 100%;
    justify-content: center;
}

.stay-explore .sec-title{
  position: absolute;
}
.stay-explore .stay-explore-slider::before{
  display: none;
}
.stay-explore .stay-explore-container{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}

.stay-explore .progress-bar{
  position: unset;
}
.stay-explore .stay-explore-slider{
  width: 75%;
   position: relative;
}
.stay-explore-slider .block{
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: flex-end;
}

.stay-explore-slider .block .image{
  height: 490px;
  width: 45%;
  position: relative;
}
.stay-explore-slider .block .image img{
  width: 60%;
  height: 60%;
  border-radius: 16px;
  margin-left: unset;
}
.stay-explore-slider .block .image img:nth-child(2){
  position: absolute;
  right: 0;
  bottom: 0;
}
.stay-explore-slider .block .text-content{
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}
.stay-explore-slider .block .text{
  position: absolute;
  right: -60px;
  z-index: 1;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
  padding: 40px;
  border-radius: 16px;
  background-color: #FFFFFFCC;
  top: 70%;
  transform: translateY(-30%);
}
.stay-explore-slider .block .text h3{
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #4B6250;
}
.stay-explore-slider .block .text h3 span{
  font-family: var(--body-font);
  font-size: 20px;
  line-height: 100%;
}
.stay-explore-slider .block .text p{
  font-size: 14px;
  font-weight: 500;
  color: #404040;
}





.guest-remember::before{
  display: none;
}
.dust-trail.guest-remember .sec-title{
  max-width: 612px;
  margin-left: auto;
}
.dust-trail.guest-remember .happening-content .slider-container .slider-for .block{
  padding-left: 0;
  padding-right: 13%;
}
.dust-trail.guest-remember .happening-content .slider-container .slider-for .block .text-block{
  right: unset;
  left: 80px;
}
.dust-trail.guest-remember .happening-content .slider-container{
  justify-content: left;
}



/* :::::::::::::::::::::::::::::::::::::::::::::
            HOME-STAY-END
::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::
            CHECKOUT-START
::::::::::::::::::::::::::::::::::::::::::::: */

.checkout_container{
	padding: 100px 0;
}
.checkout-main{
	margin-bottom: 60px;
}
.checkout-details{
	position: relative;
}
.checkout-details::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5%;
	right: 68%;
  border-radius: 24px;
  overflow: hidden;
	background-image: url(https://mediumaquamarine-zebra-263276.hostingersite.com/wp-content/uploads/2025/08/h-stay-spaces-slider-img-1.webp);
  	z-index: -1;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.checkout-details-content{
  display: flex;
  align-items: flex-start;
  gap: 134px;
  padding: 32px 0;
}
.checkout-details-content .cottage-details{
  width: 65%;
  padding: 32px 24px;
  background-color: #FFFFFFE5;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
}
.checkout-details-content .cottage-details .title-head{
  display: flex;
  justify-content: space-between;
}
.checkout-details-content .cottage-details .title-head h2{
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #4B6250;
  margin-bottom: 8px;
}
.checkout-details-content .cottage-details .title-head h3{
  font-family: var(--heading-font);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #FAFAFA;
  display: inline-block;
  background-color: #18181B;
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 0;
}
.checkout-details-content .cottage-details .title-head .icon{
	cursor: pointer;
}
.checkout-details-content .cottage-details ul.checkout-info{
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 24px 0 20px;
}
.checkout-details-content .cottage-details ul.checkout-info li{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #404040;
}
.checkout-details-content .cottage-details ul.checkout-info li span{
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
}
.checkout-details-content .cottage-details ul.check-offer li{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #404040;
}
.checkout-details-content .cottage-details .check-price{
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D4D4D4;
}
.checkout-details-content .cottage-details .p-block h4{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #404040;
}
.checkout-details-content .cottage-details .p-block h4 > span{
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
  color: var(--primary);
}
.checkout-details-content .cottage-details .improve-service h5{
  font-family: var(--heading-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 16px;
}
.checkout-details-content .cottage-details .improve-service .improve-service-checkboxarea{
  display: flex;
  justify-content: space-between;
}
.checkout-details-content .cottage-details .improve-service .improve-service-checkboxarea .form-check{
  align-items: flex-start;
  margin-bottom: 0 !important;
}
.checkout-details-content .cottage-details .improve-service .improve-service-checkboxarea .form-check label{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #18181B;
  margin-bottom: 0 !important;
}
.checkout-details-content .cottage-details .improve-service form .form-check label span{
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #71717A;
  margin-top: 8px;
}
.checkout-details-content .price-details{
  width: 35%;
  padding: 40px;
  border-radius: 16px;
  background-color: #EEF2EF;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 6px -1px #0000001A;
}
.checkout-details-content .price-details h3{
  font-family: var(--heading-font);
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #4B6250;
  margin-bottom: 24px;
}
.checkout-details-content .price-details ul{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.checkout-details-content .price-details ul li{
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 6px;
}
.checkout-details-content .price-details ul li:last-child{
  border: none
}
.checkout-details-content .price-details ul li h4{
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  color: #404040;
  display: flex;
  justify-content: space-between;
  gap: 47px;
  margin-top: 16px;
}
.checkout-details-content .price-details ul li h4 span{
  font-weight: 700;
}
.checkout-details-content .price-details ul li:last-child h4{
  font-size: 16px;
  font-weight: 700;
}
#add-guest-details{
	margin: 26px 0 12px;
	background: none;
    color: #000;
	display: flex;
	align-items: center;
	gap: 16px;
}
#add-guest-details img{
	width: 16px;
}
.preferred-contact-checkbox{
	display: inline-block;
}
.checkout_container .checkout .col-1{
	width: 58% !important;
}
.checkout_container .firstWrapper,
.checkout_container .AdditionalInfo{
	padding: 32px 24px !important;
	border-radius: 24px;
	box-shadow: 0px 4px 6px -1px #0000001A;
	backdrop-filter: blur(4px);
	margin-bottom: 60px !important;
}
.checkout_container .new-form-row{
	display: flex;
	width: 100%;
	border-top: 1px solid #D4D4D4;
	padding-top: 40px !important;
	margin-top: 40px !important;;
}
.checkout_container .new-form-row > .form-row{
	float: unset;
}
.checkout_container .new-form-row  .form-row-first{
	width: 60%;
}
.checkout_container .new-form-row  .form-row-last{
	width: 40%;
}
.checkout_container .new-form-row  .form-row-last .woocommerce-input-wrapper textarea{
	max-height: 185px;
	height: 100%;
}
.checkout_container .place-order .button{
    background-color: #000 !important;
    padding: 16px 40px;
    margin-top: 14px;
}
.checkout_container .tour-details-content{
	margin-bottom: 60px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
            CHECKOUT-END
::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::
            HOME-NEW-START
::::::::::::::::::::::::::::::::::::::::::::: */

.home-all-srvice{
  padding: 40px 0 100px;
}
.home-service-boxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.home-service-boxes .box{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 32%;
  height: 411px;
}
.home-service-boxes .box:nth-child(4){
  width: 49%;
}
.home-service-boxes .box:nth-child(5){
  width: 49%;
}
.home-service-boxes .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-service-boxes .box .text{
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 10px;
  background-color: var(--white);
  padding: 10px;
}
.home-service-boxes .box .text h2{
  font-family: var(--body-font);
  font-size: 48px;
	line-height: 52px;
  font-weight: 400;
  color: var(--black);
}
.home-service-boxes .box .text h2 span{
  font-family: var(--heading-font);
  font-size: 58px;
  font-weight: 600;
  font-style: italic;
  color: var(--primary);
}


/* :::::::::::::::::::::::::::::::::::::::::::::
            HOME-NEW-END
::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::
            DOCTOR-STREAM-START
::::::::::::::::::::::::::::::::::::::::::::: */

.doctor-stream{
  padding: 80px 0;
  background-color: #FAFAFA;
}
.doctor-stream-boxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.doctor-stream-boxes .box{
  padding: 24px;
  border: 0.64px solid #BDCCC0;
  border-radius: 16px;
  width: 18%;
}
.doctor-stream-boxes .box h3{
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  margin: 15px 0 4px;
}
.doctor-stream-boxes .box h4{
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #6B7280;
  margin: 0;
}
.doctor-stream-boxes .box .icon{
	background-color: #5E7A6415;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
            DOCTOR-STREAM-END
::::::::::::::::::::::::::::::::::::::::::::: */




.multispeciality-why-choose .sec-title{
  text-align: center;
  margin-bottom: 80px;
}
.multispeciality-why-choose .doctor-stream-boxes{
  margin-bottom: 80px;
}
.multispeciality-why-choose .doctor-stream-boxes .box{
  width: 23.3%;
}

.multispeciality-numbers{
  background-color: #37483B;
  border-radius: 24px;
  padding: 64px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.multispeciality-numbers .block{
  text-align: center;
}
.multispeciality-numbers h3{
  font-family: var(--heading-font);
  font-weight: 400;
  font-style: Italic;
  font-size: 60px;
  line-height: 60px;
  color: var(--primary);
}
.multispeciality-numbers h4{
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #BDCCC0;
}

.expert-doctor-boxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.expert-doctor-boxes .box{
  border-radius: 16px;
  overflow: hidden;
  border: 0.64px solid #F3F4F6;
  box-shadow: 0px 1px 3px 0px #0000001A;
  width: 31.5%;
}
.expert-doctor-boxes .box .image{
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  height: 320px;
}
.expert-doctor-boxes .box .image h5{
  display: inline-flex;
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  background-color: #5E7A6490;
  padding: 6px 16px;
  border-radius: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.expert-doctor-boxes .box .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-doctor-boxes .box .text{
  padding: 24px 24px 44px 24px;
  background-color: var(--white);
}
.expert-doctor-boxes .box .text h3{
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--black);
  margin-bottom: 0;
}
.expert-doctor-boxes .box .text h4{
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  margin: 6px 0 8px;
}
.expert-doctor-boxes .box .text .primary-btn{
  width: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 24px;
}
.multispeciality-why-choose .view-all-btn{
  margin-top: 40px;
}
.multispeciality-why-choose .view-all-btn .secondary-btn{
  margin: 0 auto;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                CAREER-START
::::::::::::::::::::::::::::::::::::::::::::: */


.career-value .sec-title{
  text-align: center;
  margin-bottom: 80px;
}
.career-value-boxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.career-value-boxes .box{
  width: 31.5%;
  border-radius: 16px;
  overflow: hidden;
  border-top: 0.64px solid #F3F4F6;
  box-shadow: 0px 1px 3px 0px #0000001A;
}
.career-value-boxes .box .image{
  height: 256px;
}
.career-value-boxes .box .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-value-boxes .box .text{
  padding: 24px;
}
.career-value-boxes .box .text h3{
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1B1819;
  margin-bottom: 8px;
}
.career-value-boxes .box .text h4{
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 0;
}


.career-benefits .sec-title{
  text-align: center;
  margin-bottom: 80px;
}
.career-benefits .doctor-stream-boxes .box{
  width: 31.9%;
}



.open-positions .sec-title{
  text-align: center;
  margin-bottom: 80px;
}
.position-list{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}
.position-list .list-box{
  padding: 24px;
  border-radius: 16px;
  border-top: 0.64px solid #F3F4F6;
  box-shadow: 0px 1px 3px 0px #0000001A;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position-list .list-box .left-block{
  display: flex;
  align-items: center;
  gap: 24px;
}
.position-list .list-box .text h3{
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
}
.position-list .list-box .text ul{
  display: flex;
  gap: 35px;
  align-items: center;
  padding: 0;
  list-style: none;
}
.position-list .list-box .text ul li{
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  }
  .position-list .list-box .text ul li i{
    margin-right: 6px;
  }

  .open-positions .position-box{
    text-align: center;
  }
  .open-positions .position-box h3{
  font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 16px;
  }
  .open-positions .position-box a{
      margin: 0 auto;
    }


  .make-difference .sec-title{
      max-width: 960px;
      margin: 0 auto;
      background-color: #37483B;
      text-align: center;
      padding: 64px;
      border-radius: 24px;
    }
  .make-difference .sec-title h2{
      color: var(--white);
    }
  .make-difference .sec-title p{
      color: #BDCCC0;
      margin: 22px 0;
    }
  .make-difference .make-difference-btn{
      display: flex;
      justify-content: center;
      gap: 15px;
    }
  .make-difference .make-difference-btn a:first-child{
      background-color: var(--white);
    }
  .make-difference .make-difference-btn a:last-child{
      color: var(--white);
    }



/* :::::::::::::::::::::::::::::::::::::::::::::
                 CAREER-END
::::::::::::::::::::::::::::::::::::::::::::: */

.tour-details.seamless-care{
	display: none;
}
.real-stories .line-left::before{
	display: none;
}


.additional-fun .sec-title{
	text-align: center;
	margin-bottom: 40px;
}
.additional-fun-boxes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 17px;
}
.additional-fun-boxes .box{
	width: 24%;
}
.additional-fun-boxes .box .image{
	height: 250px;
}
.additional-fun-boxes .box .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.additional-fun-boxes .box h3{
	background-color: #37483B;
	color: #fff;
	padding: 10px;
	font-family: var(--body-font);
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
	text-align: center;
}

#BookableForm button[type="submit"]{
	margin-top: 25px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::
                Past-Event-Start
::::::::::::::::::::::::::::::::::::::::::::: */

.past-events.p-100{
	padding: 40px 0;
}
.past-events .sec-title{
  text-align: center;
  margin-bottom: 40px;
}
.past-event-boxes{
  display: flex;
  justify-content: center;
  gap: 26px;
}
.past-event-boxes .box{
  width: 24%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #37483BCC;
}
.past-event-boxes .box a{
  margin: 16px auto;
  background-color: #BDCCC0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::
                Past-Event-End
::::::::::::::::::::::::::::::::::::::::::::: */