/* Fix Responsive */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.FOKSocialMedia{
    background: #cfdbde;
}

.FOKBannerContent__title br{
    display: none !important;
}
 
body footer.FOKFooter {
    padding: 10px 20px 10px;
}

body .wpcf7 form.sent .wpcf7-response-output{
    text-align: center;
    padding: 30px 10px;
}

.FOKForm__submit i{
    pointer-events: none;
}

.navigation_arrow{
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    cursor: pointer;
    width: 50px;
    animation: sdb04 2s infinite;
    color: #fff;
}


.navigation_arrow .strokeColor{
    stroke: #85714D;
}




@-webkit-keyframes sdb04 {
    0% {
      -webkit-transform: translate(-50%, 0);
    }
  
    20% {
      -webkit-transform: translate(-50%, 10px);
    }
  
    40% {
      -webkit-transform: translate(-50%, 0);
    }
  }
  
  @keyframes sdb04 {
    0% {
      transform: translate(-50%, 0);
    }
  
    20% {
      transform: translate(-50%, 10px);
    }
  
    40% {
      transform: translate(-50%, 0);
    }
  }

.curated_list{
    padding-bottom: 15px;
    margin-bottom: 130px !important;
}

.curated_box{
  font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif !important;
  /* max-width: 400px; */
  padding: 31px 27px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 2;
  position: relative;
  width: 340px;
}

.curated_overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    z-index: 1;
}

.event_status_soldout .curated_overlay {
    opacity: 0.7;
}

.curated_box.event_status_soldout::after {
    content: " ";
    display: block;
    background: url(https://karmagroup.com/wp-content/themes/karma/css/images/sold_out_01.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center center;
    position: absolute;
    z-index: 5;
    opacity: 0.7;
     top: 25%;
    left: 87%;
    margin-left: -35px;
    margin-top: -53px;
}

.curated_list .slick-track{
    display:flex;
    gap:30px;
    align-items: stretch;
}

.curated_list .slick-slide{
    height: auto; 
    flex: 1;
}

.curated_box::before{
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.curated_wrapper{
    position: relative;
    z-index: 2;
}

.curated_description {
    position: absolute;
    bottom: 0;
}

.curated_wrapper::after{
    content:"";
    display: block;
    padding-bottom: 72%;
}

.curated_box h4{
    margin: 0 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #fff;
      font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif !important;
}

.curated_details{
    /* padding-top: 20%; */
    display: flex;
    color: #fff;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 10px;
      font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif !important;
}

.curated_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
      font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif !important;
}
.curated_cta{
    background: #CAC0AC;
    border-radius: 50px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 17px;
    letter-spacing: 1.2px;
    font-size: 8px;
    text-decoration: none !important;
}

.curated_cta:hover{
        text-decoration: none !important;
        color:#fff !important;
}
  

section#about_karma_group{
    padding: 45px 0 0;
}

.aboutKG_img{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.aboutKG_img::after{
    content: "";
    display: block;
    padding-bottom: 70%;

}

#about_karma_group .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aboutKG_desc {
    padding: 20px 30px;
}

#about_karma_group h2{
    font-family: "Playfair Display" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 55px */
    text-transform: uppercase;
    color: #85714D;
}

#about_karma_group p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 30px 0 35px;
        font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif !important;
}

#about_karma_group a{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.04px;
    text-transform: uppercase;
    color: #85714D;
    text-decoration: none;
}

section#awards{
    margin: 25px 0 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#awards h2{
    text-align: center;
    font-family: "Playfair Display" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 55px */
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.award_desc{
    padding: 30px 15px 70px;
}


.award_box{
    margin: 0 5px;
}

#awards .slick-dots li button:before{
    color: #9F9F9F;
}

#awards .slick-dots {
    bottom: -60px;
    width: 100%;
    left: unset;
    transform: unset;
}

#awards .slick-dots li button:before{
    font-size: 15px;
}

#awards .slick-dots li {
    width: 16px;
}

#awards .slick-slide img {
    width: 100%;
}

/* curated */
section#curated{
    margin: 25px 0 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


#curated h2{
    text-align: center;
    font-family: "Playfair Display" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 55px */
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

#curated p{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif !important;
    max-width: 969px;
    margin: 0 auto;

}

.curated_desc{
    padding: 60px 15px 40px;
}



#curated .slick-dots li button:before{
    color: #9F9F9F;
}

#curated .slick-dots {
    bottom: -60px;
    width: 100%;
    left: unset;
    transform: unset;
}

#curated .slick-dots li button:before{
    font-size: 15px;
}

#curated .slick-dots li {
    width: 16px;
}

#curated .slick-slide img {
    width: 100%;
}




section#destinations{
    margin: 30px 0 40px;
}

#destinations .container-fluid{
    padding: 0;
}

#destinations h2,
#awards h2{
    text-align: center;
    font-family: "Playfair Display" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    color: #85714D;
    margin-bottom: 40px;
}

#destinations span{
    display: block;
}

.destinations_wrap{
    position: relative;
}

.destinations_slider{
    padding: 0;
}

.destinations_box{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
    position: relative;
    margin: 0 4px;
}

.destinations_desc{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 11px;
    color: #fff;
    padding: 15px;
}

.destinations_box::after{
    content: "";
    display: block;
    padding-bottom: 160%;
}

.destinations_resort{
    text-align: center;
    font-family: "Playfair Display" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.destinations_location{
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.09px;
    text-transform: uppercase;
}

.destinations_progress{
    max-width: 300px;
    margin: 45px auto 20px;
    position: relative;
}

.destination_nav{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    width: 100%;
    z-index: 10;
    color: #85714D;
    display: none;
}

.destinations_wrap:hover .destination_nav{
    display: block;
}

.destination_nav__item {
    position: absolute;
    cursor: pointer;
}

.destination_nav__left {
    left: 5px;
}

.destination_nav__right {
    right: 5px;
}

.destinations_progressbar{
    height: 1px;
    width: 100%;
    background-color: #989482;
    position: relative;
    z-index: 1;
}

.progress_bar{
    width: 100%;
    height: 3px;
    border-radius: 50px;
    position: absolute;
    top: -1px;
    z-index: 2;
    overflow: hidden;
    background-color: transparent;
    background-image: linear-gradient(to right, #85714D, #85714D);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.destinations_cta{
    text-align: center;
    margin-top: 30px;
}

.destinations_cta a{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.04px;
    text-transform: uppercase;
    text-decoration: none;
    color: #85714D;
}




.FOKBannerContent__subtitle h2{
    max-width: 100%;
}
.FOKBannerContent__title h1 {
    text-transform: uppercase !important;
    font-family: "Playfair Display" !important;
    margin-bottom: 35px !important;
}

  #FOKBanner .FOKImageSlider {
      height: 382px !important;
      z-index: 2;
  }
  
  .FOKBannerContent__titleForm {
      font-size: 28px !important;
      margin-bottom: 18px !important;
      font-family: "Montserrat", Open Sans, Helvetica, Arial, sans-serif !important;
      font-weight: 500 !important;
      letter-spacing: 0.84px;
  }
  
  .FOKLogo img{
    max-width: 142px !important;
  }
  
  .FOKBannerContent__wrapper{
      padding-top:30px !important;
  }
  
  .FOKBannerContent__description p{
      margin-top: 40px !important;
  }
  
  .FOKForm__field label{
      position: absolute;
      color: black;
      z-index: 99;
      font-size: 19px;
      top: 12px;
      left: 24px;
  }
  
  .FOKForm__field input.wpcf7-not-valid + .wpcf7-not-valid-tip, .wpcf7-not-valid-tip {
      background-color: #e00;
      color: #fff;
      padding: 0 4px;
      border-radius: 3px;
      bottom: -22px !important;
  }
  
  .FOKBannerContent__description .tnc {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      display: block;
      text-transform: capitalize;
      margin-top: 20px;
  }
  
  .FOKImageSlider__bg {
      height: 400px !important;
  }
  
  .FOKOverlay {
      z-index: 3 !important;
  }
  
  .FOKBannerContent__form {
      margin-top: 25px;
  }
  
  .FOKBannerContent__wrapper {
      padding-top: 0;
      position: relative;
  }
  
  .FOKBannerContent__titleForm {
      margin-bottom: 25px;
      font-family: inherit;
      font-weight: bold;
  }
  
  .FOKBannerContent__title h1 {
      font-family: inherit;
      font-weight: bold;
  }
  
  .FOKBannerContent__subtitle {
      padding-top: 410px;
      margin-top:-11px;
      margin-bottom: 14px;
  }
  
  .FOKBannerContent__subtitle h2{
      font-weight: 500 !important;
      letter-spacing: 0.84px;
  }
  
  .FOKBannerContent__title {
      position: absolute;
      left: 0;
      right: 0;
      top: 240px;
      transform: translateY(-100%);
  }
  
  .col-lg-5.col-md-5.col-xs-12.FOKBannerContent__right {
      margin-top: 0;
  }
  
  .FOKBannerContent__subtitle {
      /* height: 0; */
      padding-top: 240px;
  }
  
  .FOKBannerContent__description span {
      display: block;
      font-weight: 700;
      margin-top: 18px;
      text-transform: uppercase;
      font-size: 20px;
  }
  
  .FOKSocialMedia {
      z-index: 9;
      position: relative;
  }
  
  footer.FOKFooter {
      position: relative;
      z-index: 9;
  }
  
  #agree_tnc input {
    top: 0;
  }
  
  .FOKBannerContent__title h1 {
    text-transform: uppercase;
    font-weight: 400;
  }
  
  
  #FOKBanner .FOKImageSlider .FOKImageSlider__bg,
  #FOKBanner .FOKImageSlider .slick-list,
  #FOKBanner .FOKImageSlider .slick-track {
    height: 100% !important;
  }
  
  .FOKBannerContent__smallTitle {
    font-weight: 350;
  }
  
  .FOKBannerContent .FOKBannerContent__smallTitle {
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 350;
  }

  
  @media (min-width: 400px){
    .curated_box{
            width: 380px;
        }
    }
  
  @media (min-width: 768px){

    .curated_box{
        width: auto;
    }
    .FOKBannerContent__description span {
      font-size: 25px;
    }
    .FOKBannerContent__wrapper{
      padding-top: 70px !important;
    }
    .FOKBannerContent__subtitle{
        padding-top: 220px;
    }
  }
  
  
  @media (min-width: 992px){
    .navigation_arrow{
        bottom: 25px;
    }
    .navigation_arrow .strokeColor{
        stroke: #fff;
    }
      .FOKBannerContent__wrapper {
          padding-top: 0 !important;
      }
      .FOKBannerContent__titleForm {
          margin-bottom: 38px !important;
      }
      
      #FOKBanner .FOKImageSlider {
          height: 100vh !important;
          z-index: 2;
      }
  
      .FOKBannerContent__form {
          margin-top: 0;
      }
  
      .row.FOKForm__grup.bg_white-mobile.tc__mobile{
          padding-top: 0;
      }
  
      .FOKBannerContent__title{
          position: initial;
          transform: none;
      }
  
      .FOKBannerContent__subtitle{
          padding-top: initial;
      }
  
      .FOKBannerContent .col-xs-12.FOKBannerContent__left{
          bottom: 8%;
      }
      
      .FOKBannerContent__text .FOKBannerContent__description p {
        margin-top: 8px;
      }
      
      .FOKBannerContent__subtitle {
        /*display: none;*/
      }
      
      .FOKBannerContent .FOKBannerContent__smallTitle {
        position: initial;
        transform: none;
        margin-bottom: 2rem;
      }
      
      .FOKBannerContent__text .FOKBannerContent__title h1 {
         margin-bottom: 0;
      }

      .FOKBannerContent__description p{
        max-width: 87% !important;
        }

        body .row.FOKForm__grup.bg_white-mobile.tc__mobile{
            padding-top: 0px;
        }

        body .FOKBannerContent__form{
            padding: 20px 10px;
        }

        
        .FOKBannerContent__description p{
            margin-top: 22px !important;
        }
  }
  
  @media (min-width: 1024px){
    .FOKBannerContent__description span {
      font-size: 36px;
    }
  }

  @media (min-width: 1200px){

    body .FOKBannerContent__form {
        padding: 20px 50px;
    }
    
    body .FOKForm__accept .wpcf7-list-item-label{
        left: 0;
        margin-left: 10px;
    }

    .FOKBannerContent__title br{
        display: block !important;
    }
    
    body .FOKSocialMedia{
        padding: 30px 0 30px;
    }
    #about_karma_group .row{
        flex-direction: row;
    }

    #about_karma_group h2{
        font-size: 35px;
     }

    #awards h2{
        font-size: 35px;
        margin-bottom: 50px;
    }

    #destinations h2,
    #curated h2{
        font-size: 35px;
    }


    section#about_karma_group{
        padding: 50px 0 0;
    }
    section#awards{
        margin: 50px 0 0;
    }

    .award_desc{
        padding: 0 15px 80px;
    }

    section#destinations{
        margin: 40px 0 55px;
    }

    #destinations .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }

    .navigation_arrow{
        width: 60px;
    }
    .destinations_box::after{
        padding-bottom: 140%;
    }

    .destinations_resort{
        font-size: 25px;
    }
    
    .destinations_location{
        font-size: 7px;
    }

    .FOKAppDownload__text{
        margin-right: 0 !important;
    }


    body .FOKSocialMedia {
        padding: 10px 0 10px;
    }
   

  }

  @media (min-width: 1400px){

    body .FOKBannerContent__form{
        padding: 20px 74px;
    }
    #about_karma_group p{
        font-size: 16px;
        margin: 38px 0 45px;
    }
    #about_karma_group a{
        font-size: 16px;
    }
    .award_desc{
        padding: 0 15px 80px;
    }
      


    .destinations_resort{
        font-size: 26px;
    }
    
    .destinations_location{
        font-size: 9px;
    }

    .destinations_progress{
        max-width: 800px;
        margin: 65px auto 35px;
    }

   

    
    .destinations_desc{
        bottom: 35px;
    }

   


  }


  
  @media (min-width: 1600px){

    .destinations_resort{
        font-size: 30px;
    }
    
    .destinations_location{
        font-size: 11px;
    }
 
    .FOKLogo {
        padding-top: 65px !important;
    }
    .col-lg-7.col-md-7.col-xs-12.FOKBannerContent__left{
        bottom: 15% !important;
    }
    .FOKBannerContent__description span {
      font-size: 50px;
    }
    .navigation_arrow{
        width: 70px;
    }
  }
  
  @media only screen and (min-width: 1900px){
      .col-lg-7.col-md-7.col-xs-12.FOKBannerContent__left {
          bottom: 6%;
      }
      .FOKBannerContent__title h1 {
          font-size: 80px !important;
      }
      .FOKBannerContent__subtitle h2 {
          font-size: 28px !important;
      }
      .FOKBannerContent__description p{
          font-size: 16px !important;
      }

    .aboutKG_desc {
        padding: 65px 160px 65px 65px;
     }

     #about_karma_group h2{
        font-size: 50px;
     }

    #awards h2{
        font-size: 50px;
        margin-bottom: 70px;
    }

    #destinations h2
     {
        font-size: 50px;
        margin-bottom: 60px;
    }

    #curated h2{
        font-size: 50px;
    }

     section#about_karma_group{
        padding: 80px 0 0;
    }

    section#awards{
        margin: 80px 0 0;
    }

    .award_desc{
        padding: 0 15px 140px;
    }

    #awards .slick-dots {
        bottom: -100px;
    }

    section#destinations{
        margin: 80px 0 95px;
    }

    .destinations_slider{
        padding: 0 25px;
    }

    .destinations_box{
        margin: 0 16px;
    }

    .destinations_cta a{
        font-size: 16px;
    }

    .destinations_box::after{
        padding-bottom: 140%;
    }

    .destinations_cta{
        margin-top: 50px;
    }

    .navigation_arrow{
        bottom: 51px;
        width: 90px;
    }
    
   

     
  }
  
  /* END Fix Responsive */

 
  
  