/*GG Main Template */

body, html {
    overflow-x: hidden;
}


/*////////////////////////////////////////
Footers
///////////////////////////////////////*/
.footer {
    position: relative;
}

.footer p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    font-family: 'Hind', sans-serif;
}

.footer p strong {
    font-weight: 600;
}

.footer.style-1 {
    background: #f5f5f5;
    text-align: center;
    padding: 60px 0 40px 0;
}

.footer.style-1 img {
    margin-bottom: 15px;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    transition: transform 0.2s;
}

.footer.style-1 img:hover {
    cursor: pointer;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
}

.footer.style-1 ul {
    list-style: none;
    float: none;
    margin: 0 auto 100px auto;
    padding-left: 0px;
}

.footer.style-1 li {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer.style-1 ul li a,
.footer.style-1 > a {
    color: #191a1c;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
}

.footer.style-1 > a {
    display: inline-block;
}

.footer.style-1 > p {
    color: #555;
    font-size: 12px;
}
/* Footer 2 Dark*/
.footer.style-1.dark {
    background: #111;
}

.footer.style-1.dark img {
    margin-bottom: 5px;
}

.footer.style-1.dark ul {
    margin-bottom: 0;
}

.footer.style-1.dark ul li a,
.footer.style-1.dark > a {
    color: #ddd;
}

.footer.style-1.dark ul li a:hover {
    color: #ddd;
}

.footer.style-1.dark>p {
    color: #ddd;
    font-size: 12px;
}

/*----- Back to Top Button -----*/
.scroll-top {
    position: absolute;
    color: #fff;
    z-index: 100;
    line-height: 26px;
    bottom: 30px;
    right: 32px;
    display: none;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    opacity: 1;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
}

.scroll-top:hover {
    background-color: #222;
}

.scroll-top i {
    color: #fff;
    font-size: 10px;
    line-height: 30px;
}


/*GENERAL*/
.container {
    max-width: 80%;
}

.yellow-text {
    color: #f7b500 !important;
}

.white_text {
    color: #ffffff !important;
}

/*END GENERAL*/

/*HEADER*/

.header-icons img {
    width: 45px;
    margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li:last-child a {
    padding-right: 0;
}


.header-area .main-header-area.sticky {
    background-color: white;
    height: 65px;
} 

.slicknav_menu .slicknav_nav a:hover,
.slicknav_menu .slicknav_nav a:focus { 
    color: #3BB5A5;
}
.register-section {
    padding: 100px 0;
    background-color: white;
    z-index: 0;
}

/* Chatbot button */
.sticky-icons {
    position: fixed;
    bottom: 9%;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    right: 1%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px rgb(182, 182, 182);
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
  }
  .sticky-icons:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  .sticky-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #0D9F16;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
    position: relative;
    transform: rotate(30deg);
}
  .sticky-icons :hover{cursor: pointer;}
  .sticky-icon img{
    width: 70%;
    object-fit: contain;
  }
  .rotate-image {
    transform: rotate(-25deg);
}
  .sticky-icons p{
    color: #0a6b10;
    font-family: 'Roboto';
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0;
    font-weight: bold;
    line-height: 1.2;
}
@-webkit-keyframes pulse {
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-moz-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @-o-keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  @keyframes pulse{
    0% {transform: scale(0.9);}
    70% {transform: scale(1);box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);}
    100% {transform: scale(0.9);box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);}
  }
  
  @media(max-width:500px){
    .sticky-icons p{font-size: 16px;}
    .sticky-icon{width: 35px;height: 35px;}
    .reg-form-active {
       width: 100%;
    }
  }

@-webkit-keyframes loader {
    0% {
       width: 0;
    }
    20% {
       width: 10%;
    }
    25% {
       width: 24%;
    }
    43% {
       width: 41%;
    }
    56% {
       width: 50%;
    }
    66% {
       width: 52%;
    }
    71% {
       width: 60%;
    }
    75% {
       width: 76%;
    }
    94% {
       width: 86%;
    }
    100% {
       width: 100%;
    }
}

@keyframes loader {
    0% {
       width: 0;
    }
    20% {
       width: 10%;
    }
    25% {
       width: 24%;
    }
    43% {
       width: 41%;
    }
    56% {
       width: 50%;
    }
    66% {
       width: 52%;
    }
    71% {
       width: 60%;
    }
    75% {
       width: 76%;
    }
    94% {
       width: 86%;
    }
    100% {
       width: 100%;
    }
}

.progress-bar {
    width: 95%;
    max-width: 95%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}
.progress {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.bar {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.progress-bar {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
    display: none;
}
.progress-bar span {
    display: block;
}
.bar {
    background: 0 0;
}
.progress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #2f475a;
    color: #fff;
    padding: 5px;
    width: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.progress-bar {
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: transparent;
}

.register-section .touch_form .single_input input, 
.register-section .touch_form .single_input select, 
.register-section .touch_form .single_input textarea {
    height: 60px;
    padding: 10px 5px 10px 5px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    background: white;
    border-bottom: 1px solid #000;
    font-family: 'Museo Sans 500';
    border: 1px solid #ced4da;
}

/* .register-section .touch_form label { 
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    font-family: 'Museo Sans 500';
    color: #936021;
    font-weight: bold;
} */

.register-section .touch_form span { 
    cursor: pointer;
    font-size: 13px;
    display: block;
    margin-bottom: 25px;
    color: #2f475a;
}

.register-section .touch_form .single_input input::placeholder,
.register-section .touch_form .single_input textarea::placeholder {
    color: gray;
    font-size: 16px;
    font-weight: 400;
}

.register-section .touch_form .single_input input:focus,
.register-section .touch_form .single_input select:focus,
.register-section .touch_form .single_input textarea:focus,
.register-section .touch_form .single_input input:hover,
.register-section .touch_form .single_input select:hover,
.register-section .touch_form .single_input textarea:hover {
    outline: 0;
}

#registration-form {
    width: 65%;
    margin: 0 auto;
}

#registration-form .btn-submit {
    color: #E8CD87;
    text-transform: uppercase;
    font-family: 'Museo Sans 500';
    background-color: #214F6C;
    padding: 15px 0;
    border-radius: 3px;
    font-size: 20px;
    width: 25%;
    margin: 0 auto;
    border: 1px solid #214F6C;
    letter-spacing: 2px;
}

#registration-form .btn-submit:hover {
    background: #fff;
    color: #2f475a;
    cursor: pointer;
}

.header-area .main-header-area {
    background-color: white; 
    box-shadow: none;
    height: 80px;
}
.header-area .main-header-area .main-menu ul li a.btn-register,
.header-area .main-header-area.sticky .main-menu ul li a.btn-register {
    color: #E8CD87;
    text-transform: uppercase;
    font-family: 'Museo Sans 500';
    background-color: #214F6C;
    padding: 10px 35px;
    border-radius: 3px;
    font-size: 18px;
    width: auto;
    margin: 0 auto;
    border: 1px solid #214F6C;
    letter-spacing: 2px;
}

.header-area .main-header-area .main-menu ul li a.btn-register:hover,
.header-area .main-header-area.sticky .main-menu ul li a.btn-register:hover {
    background: #fff;
    color: #2f475a;
    cursor: pointer;
}

.logo-img img {
    max-height: 60px;
}
.header-area .main-header-area .main-menu ul li {
    padding: 0 15px;
    vertical-align: middle;
    margin-top: 8px;
}
.header-area .main-header-area.sticky .main-menu ul li { 
    margin-top: 5px;
}
.header-area .main-header-area .main-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 20px 0px;
    text-transform: uppercase;
    color: #936021;
    line-height: 1.65;
    display: table-cell !important;
    vertical-align: middle;
    font-family: 'Museo Sans 500'; 
}
.header-area .main-header-area .main-menu ul li a:hover, .header-area .main-header-area .main-menu ul li a:focus {
    color: #214F6C; 
    cursor: pointer;
} 
.header-area .main-header-area .main-menu ul li .submenu li:hover{
    background-color: #3FBA8C;
}
.header-area .main-header-area .main-menu ul li:last-child {
    padding-right: 0;
}
.slicknav_icon-bar {
    background: #2f475a !important;
}
/* .sticky-icons {
    position: fixed;
    bottom: 15%;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    right: 1%;
}
.icon-container {
    /* background-color: #00a884;
    border-radius: 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 65px;
    height: 65px;
}
/*.sticky-icon {
    width: 30px;
}
.sticky-icons p{
    color: white; 
    font-weight: bold;
    font-size: 18px;
} */ 
.text-blue{color: #214F6C;}
.text-brown{color: #936021;}
.text-white{color: white;}
.text-black{color: black;}

.slider_text {
    padding: 60px 0 0;
    width: 65%;
    margin: 0 0 0 auto;
}

.slider_area .single_slider .slider_text img {
    width: 65%;
    margin-bottom: 10px;
}

.slider_area .single_slider .slider_text h2{
    font-family: 'Monik Regular'; 
    line-height: 1;
    font-size: 80px;
    letter-spacing: 0;
}
.slider_area .single_slider .slider_text h4{
    font-family: 'Monik Regular'; 
    font-size: 45px; 
    margin-bottom: 0;
    letter-spacing: 0;
}
.slider_area .single_slider .slider_text h5{
    font-family: 'Monik Regular'; 
    font-size: 32px; 
    margin-bottom: 15px;
    letter-spacing: 0;
}
.slider_area .single_slider .slider_text h2:nth-child(3){margin-left: 18%;}
.slider_area .single_slider .slider_text h6 {
    line-height: 1.2;
    font-size: 28px;
    letter-spacing: 10px;
    text-transform: uppercase;
    width: 75%;
    margin: 0 0 15px auto;
}
.slider_area .single_slider .slider_text p{
    font-family: 'Museo Sans 300'; 
    font-size: 18px; 
}
.slider_area .single_slider .slider_text a{
    color: white;
    text-transform: uppercase;
    font-family: 'Museo Sans 500';
    font-weight: bold;
    background-color: rgb(51, 69, 89);
    padding: 15px 40px;
    border-radius: 28px;
    font-size: 18px;
    border: 1px solid #2f475a;
}
.slider_area .single_slider .slider_text a:hover{cursor: pointer;color: #2f475a;background-color: white;}
.lifestyle-section{
    background-color: white;
    padding: 100px 0;
}
.section-title h3 {
    font-family: 'Monik Regular';
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 52px;
    letter-spacing: 3.71px;
}
.lifestyle-features img {
    width: 135px;
}
.lifestyle-features p {
    width: 50%;
    margin: 0 auto;
    color: #936021;
    font-family: 'Museo Sans 500';
}
.floating-title{
    position: absolute;
    bottom: -3px;
    width: 50%;
    left: 15%;
}
.float-left{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 10%;
}
.float-right{
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 10%;
}
.explore-section{
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #214F6C, #185661);
}

.explore-section h4 {
    color: #E8CD87;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
}

.explore-section p {
    width: 90%; 
    color: #fff;
    font-family: 'Museo Sans 500';
}

.explore-section img {
    width: 90%;
    margin-bottom: 15px;
}

.explore-section .float-left{
    position: absolute;
    left: 0%;
    top: auto;
    bottom: 0%;
    width: 10%;
}
.explore-section .float-right{
    position: absolute;
    right: 0%;
    top: auto;
    bottom: 0%;
    width: 10%;
    opacity: 0.5;
}


.explore-slider h1{
    font-family: 'Monik Regular';
    text-transform: uppercase;
    line-height: 0.7;
    font-size: 15em;
    color: #93602124;
}
.explore-slider h3{
    font-family: 'Monik Regular';
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 3.71px;
    margin-bottom: 0px;
}
.explore-slider h4{
    font-family: 'Monik Regular';
    text-transform: uppercase;
    line-height: 1;
    font-size: 25px;
    letter-spacing: 3.71px;
    margin-bottom: 0px;
}
.explore-box{
    width: 70%;
    margin: 0 0 0 auto;
}
.owl-carousel .owl-nav div{
    color: black;
    font-size: 40px;
    border: none;
    left: unset;
    top: unset;
    width: unset;
    height: unset;
}
.owl-carousel .owl-nav div.owl-prev{
    bottom: -14%;
    right: 47%;
}
.owl-carousel .owl-nav div.owl-next{
    bottom: -14%;
    right: 42%;
}
.owl-carousel .owl-nav div.owl-prev:hover, .owl-carousel .owl-nav div.owl-next:hover{
    background-color: transparent;
    border-radius: none;
    border: none;
    color: #214F6C;
}

.register-section .float-left {
    left: 0%;
    bottom: unset;
    width: 10%;
    top: 5%;
}
.register-section .float-right {
    right: 0%;
    top: 10%;
    width: 15%;
}

.footer p, .footer ul a{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    font-family: 'Hind', sans-serif;
    letter-spacing: 1px;
}
.footer ul a:hover{color: #3FBA8C;}

.location-section {
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #214F6C, #185661);
}

.location-section .float-left{
    position: absolute;
    left: 0%;
    top: 25%;
    bottom: auto;
    width: 8.5%;
    opacity: 0.5;
}
.location-section .float-right{
    position: absolute;
    right: 0%;
    top: 10%;
    bottom: auto;
    width: 10%;
}

.zoom-mobile {
    display: none;
}

.superlink-bg {
    background-image: url(../assets/desktophero-superlink.jpg) !important;
    background-position: center top !important;
}

.superlink-bg .justify-content-center {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}

.superlink-bg .slider_text {
    text-align: left;
    margin: 0;
}

.superlink-bg .slider_text h6 {
    margin-left: 0 !important;
}
.floating-label {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    color: #6c757d; /* Bootstrap secondary text color */
    background: white;
    font-size: 16px; /* Default text size */
  }
  
  /* Floating effect when input is focused or has value */
  .floating-input:focus + .floating-label,
  .floating-input:not(:placeholder-shown) + .floating-label {
    top: -7px;
    left: 5px;
    transform: translateY(0);
    font-size: 12px;
    color: black;
    padding: 0 5px;
  }
  .form-control:focus{box-shadow: none;}

.location-section h3{
    font-family: 'BerlingskeSerif-Regular';
    text-transform: uppercase;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 2.5px;
    color: #fff;
}
.location-section h3 span{
    font-family: 'BerlingskeSerif-Regular';
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 45px; 
    display: block;
    color: #E8CD87;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.location-section .float-left2,
.location-section .float-right2 {   
    display: none;
}
