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

/* CSS Document © 2024 ProWebPrism */

::-moz-selection {
  background: #7b7d7f;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #7b7d7f;
  color: #000;
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
   font-family: "Manrope", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #000;
  background: #ffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  overflow-y: scroll;
}
:root {
  --primary-color:#0A7ABA;
  --secondary-color: #23A8D8 ;
  --global-color: #fff;
}
a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
  font-family: "Manrope", sans-serif;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
      font-family: "Manrope", sans-serif;
}
p,
p span {
   font-family: "Plus Jakarta Sans", sans-serif;
}
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
   font-family: "Manrope", sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* * {
  -webkit-appearance: none;
} */
::-webkit-input-placeholder {
  color: var(--primary-color);
}
::-moz-placeholder {
  color: var(--primary-color);
}
:-ms-input-placeholder {
  color: var(--primary-color);
}
:-moz-placeholder {
  color: var(--primary-color);
}

section,
header,
footer {
  width: 100%;
  float: left;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}
button {
  border: none;
}

/* ---------hedaer-wrap---------------------- */
.header-wrap { position: absolute; width: 100%; padding: 30px 0;z-index: 1;}
.header-row { display: flex; justify-content: space-between; align-items: center;flex-wrap: wrap;}
.header-row .logo{ width: 150px;}
.header-row ul { display: flex;}
.header-row ul li { color: #ffffff; padding: 10px 30px;}
.header-row ul li a { color:#fff;padding: 10px 0;display: block;position: relative;text-transform: uppercase;font-size: 16px;}
.header-row ul li a:hover{color:var(--secondary-color); font-weight: 700;}
.header-wrap ul li a:after {content: "";position: absolute;width: 0;height: 3px;left: 50%;transform: translateX(-50%);bottom: 4px;background:#fff;transition: all .25s ease-in-out;border-radius: 50px;}
.header-wrap ul li a:hover:after { width: 100%;}
.header-wrap.sticky {position: fixed;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;animation: 0.7s slide-down;z-index: 100;background-color:#000;padding: 12px 0;z-index: 99999999;}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}
.header-wrap.sticky .header-row .logo img {width: 110px;}
.header-wrap.sticky.header-wrap ul li a:after{height: 2px;} 


.primary-btn a { padding: 10px 22px;color: #fff; background-color:var(--primary-color); display: inline-block;font-weight: 500;font-size: 14px; border-radius:5px; transition:all 0.6s ease-in-out;}
.primary-btn  a:hover{  background-color:var(--secondary-color) !important;color: #000 !important;font-weight: 600;}



.overlay {display: none;}
.burger-btn {display: none;}


/* -----------banner-wrap----------- */

.banner-wrap { position: relative; width: 100%; height: 120vh;}
.banner-video {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;}
.banner-wrap::after{content: "";top: 0; left: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.724), transparent); position: absolute; height: 100%; width: 100%;} 

.banner-row { display: flex; flex-direction: column; justify-content: center; align-items: center;}
.banner-content{display: flex;position: absolute;left: 50%; right:50%; top: 50%;bottom:50%;transform: translate(-50%,-50%);align-items: center;justify-content: center;width: 100%;z-index: 1;display: flex;gap: 20px;}
.banner-content h1{font-size: 180px;text-align: center;;color: #fff;font-weight: 700;line-height: 0.80;}
.banner-content h6{font-size: 20px;text-transform: uppercase;color: #fff;font-family: Inter, sans-serif;}
.banner-wrap .bottom-content{ position: absolute;left: 0;  bottom:0;width: 100%;z-index: 1;}
.bottom-row{display: flex;justify-content: space-between;align-items: center;padding: 20px 0;}
.bottom-row .bottom-left{width: 58%;display: flex;justify-content: flex-start;gap: 10px;}
.bottom-row .bottom-left .primary-btn{flex-shrink: 0;}
.bottom-row .bottom-left p{color: #fff;font-size: 16px;}
.bottom-row .bottom-right{width: 38%;display: flex;align-items: center;gap: 10px;justify-content: flex-end;}
.bottom-row .bottom-right .social-media-icon{width: 38px;height: 38px;border-radius: 5px;border: 1px solid #fff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);transition: all 0.2s ease-in-out;display: flex;justify-content: center;align-items: center;}
.bottom-row .bottom-right .social-media-icon:hover{background-color:#115278;}
.bottom-row .bottom-right .social-media-icon img{width: 20px;object-fit: cover;}


/* -------------booking-wrap--------------- */


.booking-wrap{padding: 30px 0;}
.booking-row{display: flex;flex-wrap: wrap;border: 1px solid #ccc;padding: 40px 20px;border-radius:20px;}
.booking-wrap{padding: 30px 0;}
.booking-row{display: flex;flex-wrap: wrap;border: 1px solid #ccc;padding: 40px 20px !important;border-radius:20px;}

.booking-form {width: 100%;}
.booking-form  .everest-form {display: flex;justify-content: space-between;flex-wrap: wrap;}
.booking-row .booking-form  .everest-forms .evf-field-container {width: 85%;}
.booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid { width: 100%; display: flex; flex-wrap: wrap;/* padding: 0; */}
.booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid .evf-field {width: 23%;margin: 0 2% 0 0;}

.booking-row .booking-form  .everest-forms .evf-field-container .evf-frontend-grid .evf-field label {font-size: 16px;color: var(--primary-color);font-weight: 500;margin: 0 0 20pxpx;}
.booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid input {
width: 100%;
height: 48px;
border: 1px solid var(--secondary-color);
margin: 0;
font-size: 16px;
font-weight: 500;
padding: 12px 20px;
background: none;
border-radius: 6px;
}

 .booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--secondary-color);
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  background: url(../images/chevron-down-svgrepo-com.svg) no-repeat center / 14px;
  background-position-x: 95%;
  border-radius: 6px;
  cursor: pointer;
  -webkit-appearance: none;
}

 .booking-row .booking-form  .everest-forms .evf-submit-container {
  padding: 0;
  width: 15%;
}

.booking-row .booking-form .everest-forms .evf-container {margin: 0 0 0;}
.booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid .evf-field label.evf-error { font-size: 12px !important; color: red !important; }
.booking-row .everest-forms-submit-button.button.evf-submit {width:100% !important; background-color: var(--primary-color) !important;text-align: center !important;color: #fff !important;padding: 12px 0 !important; border-radius:8px !important;margin: 37px  0 0 !important;}
.booking-row .everest-forms-submit-button.button.evf-submit:hover{background-color:var(--secondary-color) !important;color: #000 !important;}


/* -------------about-wrap----------------- */

.about-wrap{padding: 60px 0;background-color: #EEF8FF;}
.about-wrap h6{margin: 0 0 20px;font-size: 16px;color:#000;font-weight: 700;text-transform: uppercase;}
.about-row{display: flex;justify-content: space-between;flex-wrap: wrap;}
.about-col1{width: 48%;}
.about-col1 h2{font-size: 38px;color: var(--primary-color);font-weight: 700;margin: 0 0 20px;}

.about-col2{width: 48%;}
.description p{font-size: 16px;color: #000;line-height: 1.56;margin: 0 0 20px;}
.about-col2 .widget-row{display: flex;flex-wrap: wrap;margin: 0 0 30px;}
.about-col2 .widget-row .widget-col1 h2{font-size: 38px;color: var(--primary-color);font-weight: 700;margin: 0 0 10px; width: 100%;}
.about-col2 .widget-row .widget-col1 h2 span{color: rgb(251, 140, 49);font-size: 42px;}
.about-col2 .widget-row .widget-col1 p{font-size: 18px;color: #000;font-weight: 600;}
.about-col2 .widget-row  .widget-col1{width: 32%;margin: 0 2% 0 0;}
.about-col2 .widget-row  .widget-col1:nth-child(3n){margin-right: 0;}
.about-col2 .images-row{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about-col2 .img-col{width: 48%;height: 300px;border-radius: 20px;overflow: hidden;}
.about-col2 .img-col img{width: 100%;height: 100%;object-fit: cover;}


/* ---------------service-wrap---------- */

.service-wrap{padding: 60px 0;}
.service-row{display: flex;flex-wrap: wrap;justify-content: center;}
.service-wrap h2{font-size: 38px;color: var(--primary-color);font-weight: 700;margin: 0 0 20px;text-align: center;}

.service-col1{position: relative;height:340px;width: 23.8%;margin: 20px 1.5% 0 0;border-radius: 10px;overflow: hidden;border: 1px solid #0A7ABA;transition: all 0.5s;}
.service-img{width: 100%;height: 100%;border-radius: 10px;opacity: 0.8;}
.service-img img{width: 100%;height: 100%;object-fit:cover;}
.service-col1 .bottom-content{position: absolute;bottom:0;z-index: 1;padding: 20px;display: flex;flex-direction: column;transition: all 0.5s;}
.service-col1 .bottom-content h3{ color: #fff;font-size: 24px;text-transform: uppercase;font-weight: 600;}
.service-col1 .bottom-content p{color: #fff;font-size: 16px;line-height: 1.56;  opacity: 0; max-height: 0;transform: translateY(10px);overflow: hidden; transition: all 0.6s ease; visibility: hidden;}
.service-col1:hover .bottom-content p{  opacity: 1; max-height: 400px; /* adjust based on content */ transform: translateY(0); visibility: visible;}
.service-col1:hover .bottom-content h3{margin: 0 0 20px;}
.service-col1:nth-child(4n){margin-right: 0;}
.service-col1::after{content: "";top: 0; left: 0;background: linear-gradient(to top, rgba(0, 0, 0, 0.915), transparent); position: absolute; height: 100%; width: 100%;} 
.service-col1:hover.service-col1::after{content: "";position: absolute;top: 0;left: 0;background-color: #0a79ba45;transition: 0.5s;}





.package-wrap{padding: 60px 0;background-color: #EEF8FF;}
.package-wrap h6{margin: 0 0 20px;font-size: 16px;color:#000;font-weight: 700;text-transform: uppercase;text-align: center;}
.package-wrap h2{font-size: 38px;color: var(--primary-color);font-weight: 700;margin: 0 0 20px;text-align: center;}
.package-row{display: flex;flex-wrap: wrap;justify-content: center;}
.package-col1{width: 30%;border-radius: 10px;margin: 20px 2% 0 0;overflow: hidden;border:1px solid #ccc;background-color: #fff;transition: all 0.5s;}
.package-col1:nth-child(3n){margin-right: 0;}
.package-img {height: 300px;width: 100%;}
.package-img img{width: 100%;height: 100%;object-fit: cover;}
.package-details{padding: 20px;}
.package-details h3{font-size: 22px;font-weight: 600;margin: 0 0 15px;font-family: Inter, sans-serif;}
.package-details p{font-size: 16px;color:#115278;line-height: 1.56;margin: 0 0 15px;}
.place-row{display: flex;justify-content: space-between;margin: 0 0 20px;}
.place p{font-size: 16px;color:#115278;margin: 0 0 0 ;}
.place img{width: 15px;object-fit: cover;}
.place {display: flex;gap: 5px;align-items:baseline;flex-shrink: 0;}
/* .days{display: flex;gap: 10px;} */
.package-col1:hover{box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);transform: translateY(-10px);transition: all 0.3s ease-in-out;}












.testimonial-wrap{padding: 60px 0;}
.testimonial-wrap h2{font-size: 38px;color: var(--primary-color);font-weight: 700;margin: 0 0 20px;text-align: center;}
.testimonial-wrap h6{margin: 0 0 20px;font-size: 16px;color:#000;font-weight: 700;text-transform: uppercase;text-align: center;}
/* .testimonial-row{display: flex;flex-wrap: wrap;} */
.testimonial-col1{width: 23.5%;padding: 20px;background-color: #EEF8FF;border-radius: 10px;margin: 0 2% 0 0 ;height: 300px;}
.profile-details{display: flex;flex-wrap: wrap;gap: 10px;align-items: center;margin: 0 0 50px;}
.profile-details .progile{width: 60px;height: 60px;border-radius: 50px;overflow: hidden;}
.profile-details .progile img{width: 100%;height: 100%;object-fit: cover;}
.profile-details h3{font-size: 20px;color: #000;font-weight: 600;margin: 0 0 5px;}
.testimonial-col1 .review p{font-size: 16px;color: #000;line-height: 1.56;}
.testimonial-col1 .rating{width: 100px;margin: 0 0 20px;}
.testimonial-col1:nth-child(4n){margin-right: 0;}
.testimonial-slider .slick-slide {margin: 0 10px; padding: 0  0 50px;}
.testimonial-slider .slick-track { display: flex; flex-wrap: wrap;}






/* ----------contact-wrap------------- */

.contact-wrap{padding: 60px 0; background-color: #EEF8FF;}
.contact-wrap h6{margin: 0 0 20px;font-size: 16px;color:#000;font-weight: 700;text-transform: uppercase;}
.contact-wrap h2{font-size: 38px;color: var(--primary-color);font-weight: 700;margin: 0 0 20px;}
.contact-row{display: flex;align-items:flex-start;flex-wrap: wrap;}
.contact-col1{width:50%;border-right: 1px solid #a3a0a0;padding: 0 20px 0 0 !important;}
.contact-col2{width: 50%;padding: 0 0 0 30px;}
.contact-form  h5{font-size: 20px;}
.contact-wrap .contact-form  {display: flex;flex-direction: column;width: 48.5%;margin: 0 3% 0 0;}
.contact-wrap .contact-form  .everest-forms .evf-field-container .evf-frontend-grid .evf-field:nth-child(2n){margin-right: 0;}
.contact-wrap .contact-form   label{font-weight: 600;font-size: 16px;color:#000;}
.contact-wrap .contact-form   input[type="text"]{width: 100% !important;border: 1px solid var(--primary-color) !important;padding: 10px 20px !important;border-radius: 10px !important;}
.contact-wrap .contact-form  input[type="mail"]{width: 100% !important;border: 1px solid var(--primary-color) !important;padding: 10px 20px !important;border-radius: 10px !important;}
.contact-wrap .contact-form  input[type="email"]{width: 100% !important;border: 1px solid var(--primary-color) !important;padding: 10px 20px !important;border-radius: 10px !important;}
.contact-wrap .contact-form  input[type="date"]{width: 100% !important;border: 1px solid var(--primary-color) !important;padding: 10px 20px !important;border-radius: 10px !important;}
.contact-wrap .contact-form  input[type="number"]{width: 100% !important;border: 1px solid var(--primary-color) !important;padding: 10px 20px !important;border-radius: 10px !important;}
.contact-wrap .contact-form select{width: 100% !important;border: 1px solid var(--primary-color) !important;padding: 10px 20px !important;border-radius: 10px !important;  background: url(../images/chevron-down-svgrepo-com.svg) no-repeat center / 14px;background-color: #fff !important;  background-position-x: 95%; cursor: pointer;-webkit-appearance: none;}
.contact-wrap .contact-form  textarea{width: 100% !important;border: 1px solid var(--primary-color) !important;padding: 10px 20px !important;border-radius: 10px !important;resize: none;height: 100px !important;}
div#evf-9-field_message-container {  width: 100%;margin-right: 0;}
.contact-wrap .contact-form .everest-forms .evf-field-container .evf-frontend-grid .evf-field { width: 49%;margin: 0 2% 20px 0;}
.contact-wrap .contact-form .everest-forms .evf-field-container .evf-frontend-grid .evf-field:nth-child(2n){margin-right: 0;}
.contact-wrap .contact-form {width: 100%;}
.contact-wrap .contact-form .everest-forms { width: 100%;}
.contact-wrap .contact-formm  .everest-forms .evf-field-container {padding: 0 0; width: 85%;}
.contact-wrap .contact-form .everest-forms .evf-field-container .evf-frontend-grid {width: 100%;  display: flex; flex-wrap: wrap; padding: 0;}
.contact-wrap .contact-form .everest-forms .evf-field-container .evf-frontend-grid .evf-field.evf-field-checkbox.form-row{width: 100%;}
.contact-wrap .contact-form .everest-forms .evf-field-container .evf-frontend-grid .evf-field ul {display:flex;flex-wrap:wrap; gap:20px}

.contact-wrap .contact-form .everest-forms .evf-submit-container {padding: 0;}
.contact-wrap .contact-form .everest-forms .evf-container {margin: 0 0 0;}
.contact-wrap .contact-form   .everest-forms .evf-field-container .evf-frontend-grid .evf-field label.evf-error { font-size: 12px !important; color: red !important; }
.contact-wrap .contact-form form button{width: 100% !important;padding: 10px 22px !important;color: #fff !important; background-color:var(--primary-color) !important;font-weight: 500 !important;font-size: 14px !important; border-radius:5px !important; transition:all 0.6s ease-in-out !important;border:none !important;}
.contact-wrap .contact-form form button:hover{ background-color: #23A8D8 !important;font-weight:600 !important;color: #000 !important;}

/* 
 .booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--secondary-color);
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  background: url(../images/chevron-down-svgrepo-com.svg) no-repeat center / 14px;
  background-position-x: 95%;
  border-radius: 6px;
  cursor: pointer;
  -webkit-appearance: none;
}  */

/* .everest-forms-submit-button.button.evf-submit{width: 100% !important;padding: 10px 22px !important;color: #fff !important; background-color:var(--primary-color) !important; display: inline-block !important;font-weight: 500 !important;font-size: 14px !important; border-radius:5px !important; transition:all 0.6s ease-in-out !important;}
.everest-forms-submit-button.button.evf-submit:hover{ background-color: #23A8D8 !important;font-weight:600 !important;color: #000 !important;} */ 


.contact-col2 .description{margin: 0 0 20px;}
.contact-col2 .description p{color: #000;}
.contact-col2 .contact-icon{width: 60px;height: 60px;border-radius: 10px;background-color: #115278;display: flex;justify-content: center;align-items: center;flex-shrink: 0;transition: all 0.6s ease-in-out;}
.contact-col2 .contact-icon:hover{background-color: var(--secondary-color);}
.contact-col2 .contact-icon img{width:25px;}
.contact-col2 .contact-detail{display: flex;gap: 10px;margin: 0 0 30px;}
.contact-col2 .contact-detail:last-child{margin: 0;}
.contact-content{display: flex;flex-wrap: wrap;flex-direction: column;}
.contact-col2 .contact-detail h3{font-size: 22px;margin: 0 0 10px;color: #000;font-weight: 600;}
.contact-col2 .contact-detail p{color: var(--primary-color);font-size: 16px;}
.contact-col2 .contact-detail p a{color: var(--primary-color);font-weight: 600;}

.contact-col2 .contact-detail:hover.contact-detail p a{color:#000}
.contact-col2 .contact-detail:hover.contact-detail h3{color: var(--primary-color);}

/* ------footer-wrap-------------------------------------------- */


.footer-wrap{padding: 30px 0 0; background-color:#000;opacity: 0.9;}
.footer-row{display: flex;flex-wrap: wrap;padding:0 0 10px ;}
.footer-column{width:20%; margin:20px 2% 0 0;}
.footer-column:first-child{width: 34%;}
.footer-column:nth-child(4n){margin-right: 0;}
.footer-column h3{font-size: 22px;margin:0 0 20px;font-weight:600;color:var(--secondary-color); text-transform: uppercase;}
.footer-column ul li {padding:10px 0;}

.footer-column a{color:#fff;font-size: 16px;transition:all 0.5s;}
.footer-column a:hover{color:var(--primary-color);font-weight: 600;}
.footer-column p{font-size: 16px;color: #fff;line-height: 1.56;}
.footer-column .contact-info{display: flex;margin: 0 0 20px;}
.footer-column .contact-info .icon-img{width:25px;height: 25px; margin-right: 20px; flex-shrink: 0;}
.footer-column .contact-info .icon-img img{object-fit:contain; width: 100%; height: 100%; transition: transform 0.3s ease;overflow: hidden;}
.footer-column .contact-info .icon-img:hover img{transform: scale(1.2);}
.footer-column .social-icons{display: flex;}
.footer-column .social-icons li{margin-right: 20px;} 
.footer-column .social-icons li img{width: 20px; height: 20px;}
.footer-column .social-media-icons ul li span img{width: 25px; height: 25px;transition: transform 0.3s ease;overflow: hidden;}
.footer-column .social-media-icons  img:hover{transform: scale(1.2);}
.social-media-icons ul{display: flex; gap: 20px; color:#B3D8A8;}
.footer-row-2{display: flex; justify-content:space-between;padding: 10px 0; border-top:1px solid var(--secondary-color);color:#fff;font-size: 14px;}
.footer-row-2 a{color:#fff;}
.footer-row-2 a:hover{color:var(--primary-color);font-weight: 600;}
/* .footer-column .logo-img{width: 100px;margin: 0 0 20px;} */
.logo-img{width: 180px;margin: 0 0 20px;}











/* -------------------------Whatsapp------------------ */

.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25d366;
  overflow: hidden;
}
.whatsapp-image {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
.whatsapp-icon .whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whatsapp-icon:hover .whatsapp-image {
  transform: scale(1.1);
}

/*--------------------------Responsive------------------------------*/

@media screen and (max-width: 1400px) {

  .banner-content h1{font-size: 150px;}

}

@media screen and (max-width: 1200px) {

 .banner-content h1{font-size: 120px;}

 .container{max-width:94%;}
 .header-row ul li {padding: 10px 22px;}

 .header-row .logo { width: 125px;}
 

}

@media screen and (max-width:1100px) {



 .service-col1{width: 32.3%;}
 .service-col1:nth-child(3n){margin-right: 0;}
 .service-col1:nth-child(4n){margin-right: 1.5%;}
 .service-col1:nth-child(12n){margin-right: 0;}

 .package-col1{width: 32%;}
}


@media screen and (max-width: 1024px) {

.banner-wrap{height:100vh}
.banner-content h1{font-size: 100px;}
.header-row ul li a{font-size: 14px;}

.about-col2 .widget-row .widget-col1 p{font-size: 16px;}

.about-col1 h2{font-size: 33px;}
.service-wrap h2{font-size: 33px;}
.package-wrap h2 {font-size: 33px;} 
.testimonial-wrap h2{ font-size: 33px;}
.contact-wrap h2{ font-size: 33px;}

.footer-column a{font-size: 14px;}


}




 @media screen and (max-width: 992px) { 

.header-row ul{display: none;}
.header-row  .primary-btn{display: none;}


.burger-btn {display: block;position: fixed; width: 45px; height: 30px; right: 5%;top: 46px; z-index: 999;overflow: hidden;cursor: pointer;}

.burger-btn span { display: block; width: 100%; height: 3px; background: var(--primary-color); background-size: 300% 100%;border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}

.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.header-wrap.sticky{padding: 25px 0;}

.header-menu {  display: none;}

.burger-btn span:nth-child(2n) {margin: 9px 0;transition: all 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);}

.burger-btn span:first-child {width: 70%;}

.burger-btn span:last-child { width: 70%;}

.overlay { display: block;position: fixed;  right: 0;  top: 0;width: 350px; height: 100%;  background-color: #fff; background-size: 300% 100%; z-index:100; padding: 110px 5% 50px; transform: translateX(100%); opacity: 0;  visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}

.overlay ul li a { color:var(--primary-color); display: block; padding: 20px 0;}

.overlay ul li { font-size: 18px;border-bottom: 1px solid #000;font-weight: 500;}

.overlay.show { transform: translateX(0); opacity: 1; visibility: visible;}

.burger-btn .active span:first-child {  transform: translateY(13px) rotate(-45deg);}

.burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}

.burger-btn .active span:nth-child(2n) {transform: translateX(-100%);} 


.banner-content h6{font-size: 16px}
.banner-content h1{font-size: 80px;line-height: 0.70;}
.bottom-row .bottom-left p{font-size: 14px;}
.description p{font-size: 14px;}
.bottom-row .bottom-left{flex-wrap:wrap;}
.header-row .logo{width: 100px;}



.booking-row{padding: 20px 20px !important;}
.booking-row .booking-form  .everest-forms .evf-field-container { width: 100%;}
.booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid .evf-field { width: 23.5%; margin: 0 2% 20px 0;}
.booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid .evf-field:nth-child(4n){margin-right:0}
.booking-form  .everest-form {display: flex;align-items: center;justify-content:center;flex-wrap: wrap;}
.booking-row .booking-form .everest-forms .evf-submit-container{width: 35%;padding: 12px 0;}
.booking-row .everest-forms-submit-button.button.evf-submit{margin: 0 !important;}


.about-row{flex-direction: column-reverse;}
.about-col2{width: 100%; margin: 0 0 30px; text-align: center;}
.about-col1{  width: 100%;}

.service-col1 .bottom-content h3{font-size: 20px;}
.service-col1 .bottom-content p{font-size: 14px}


.package-col1{width: 49%;margin: 30px 2% 0 0;}
.package-col1:nth-child(2n){margin-right: 0;}
.package-col1:nth-child(3n){margin-right: 1.5%;}
.package-col1:last-child{margin-right: 0;}



.profile-details h3{font-size: 18px;}
.profile-details .progile{width: 45px;height: 45px;}
.profile-details{margin: 0 0 30px;}

.contact-row{flex-direction: column-reverse;}
.contact-col1{width: 100%;border-right: none;padding: 0 !important;}  
.contact-col2{width: 100%;padding: 0 0 30px;}
.contact-wrap h6{text-align: center;}
.contact-wrap h2{text-align: center;}
.contact-wrap .description{margin: 0 0 20px;text-align: center;}
.contact-wrap .check-container{width: 18%;}
.contact-wrap .contact-form{margin: 0;}



.footer-column a { display: block;}
.footer-column { width: 28%;} 
.footer-column:nth-child(2n){margin-right: 0;}
.footer-column:first-child{ width: 40%;}
.footer-column h3{font-size: 18px;margin: 0 0 10px;}

 }
 




@media screen and (max-width: 767px) {


 .overlay ul li a { font-size: 16px;}

 .banner-wrap{height: 90vh;}
 .banner-content h6{font-size: 16px}
 .banner-content h1{font-size: 68px;}
 .bottom-row .bottom-left p{font-size: 12px;}

 .booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid .evf-field { width: 49%;}
.booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid .evf-field:nth-child(2n){margin-right:0}
.booking-row .booking-form  .everest-forms .evf-field-container .evf-frontend-grid .evf-field label{font-size: 14px;}
.booking-row .booking-form  .everest-forms .evf-submit-container{width: 100%;}
.booking-row .everest-forms-submit-button.button.evf-submit{padding: 10px 0 !important;}
/* .booking-row .booking-form   .everest-forms .evf-field-container .evf-frontend-grid input{height: 38px;} */

 .about-col1 h2{font-size: 28px;}
 .service-wrap h2{font-size: 28px;}
 .package-wrap h2 {font-size: 28px;} 
 .testimonial-wrap h2{ font-size: 28px;}
 .contact-wrap h2{ font-size: 28px;}

 .about-wrap{padding: 30px 0;}
 .about-col1{display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}

 .service-wrap{padding: 30px 0;}
 .service-col1{width: 49%;}
 .service-col1:nth-child(2n){margin-right: 0;}
 .service-col1:nth-child(3n){margin-right: 1.5%;}
 .service-col1:nth-child(6n){margin-right: 0;}

 .package-wrap{padding: 30px 0;}
 .package-img{height: 200px;}
 .package-details { padding: 10px;}
 .place p{font-size: 14px;}
 .place img{width: 13px;}
 .package-details h3{font-size: 20px;margin: 0 0 10px;}
 .primary-btn a{padding: 8px 15px;}

 .testimonial-wrap{padding: 30px 0;}
 .testimonial-col1 .review p{font-size: 14px;}

 .contact-wrap{padding: 30px 0;}
 .contact-col2 .contact-detail h3{font-size: 20px;line-height: 1.26;}
 .contact-col2 .contact-icon{width: 45px;height: 45px;}
 .contact-col2 .contact-icon img {width: 22px;}
 .contact-col2 .contact-detail p{font-size: 14px;}
 .contact-wrap .input-group label{font-size: 14px;}

 .footer-column { width:49% !important;margin:0 2% 20px 0}
 .footer-column:nth-child(2n){margin-right: 0;}
 .footer-row-2{flex-direction: column;justify-content: center;align-items: center;}
 .footer-row-2 a{font-size: 12px;}
 .footer-row-2 p{font-size: 12px;margin: 0 0 10px;}
 }

@media screen and (max-width: 600px) {

  .banner-content h1{font-size: 58px;}
  .bottom-row .bottom-left p{display: none;}


  .about-col2 .widget-row .widget-col1 h2{font-size: 33px;}
  .about-col2 .widget-row .widget-col1 h2 span{font-size: 38px;}

  .bottom-row .bottom-right .social-media-icon{width:28px;height: 28px;}
  .bottom-row .bottom-right .social-media-icon img{width: 15px;}

  .booking-row{padding:12px !important}
  .booking-row .input-group{width: 49%;}
  .booking-row .input-group:nth-child(4n){ width: 49%;margin-right: 0;}
  .booking-row .input-group:nth-child(5n){ width: 100%;}

  .contact-wrap .check-container {width: 23%;}

  .about-col2 .img-col{width: 100%;height: 250px;margin: 0 0 20px;}
  .about-col2 .img-col:last-child{margin: 0;}

 }


@media screen and (max-width: 480px) {
  .overlay{width: 100%;}

  

  .about-col1 h2{font-size: 23px;margin: 0 0 10px;}
  .service-wrap h2{font-size: 23px;margin: 0 0 10px;}
  .package-wrap h2 {font-size: 23px;margin: 0 0 10px;} 
  .testimonial-wrap h2{ font-size: 23px;margin: 0 0 10px;}
  .contact-wrap h2{ font-size: 23px;margin: 0 0 10px;}

  .about-wrap h6{margin: 0 0 10px;}
  .package-wrap h6{margin: 0 0 10px;}
  .contact-wrap h6{margin: 0 0 10px;}
  .testimonial-wrap h6{margin: 0 0 10px;}

  .overlay ul li { font-size: 22px;}
  .burger-btn{width: 40px;height: 25px;}
  .burger-btn span:nth-child(2n){margin: 7px 0;}
  .burger-btn span{height: 3px;}
  .burger-btn .active span:first-child{transform: translateY(10px) rotate(-45deg);}
  .burger-btn .active span:last-child {transform: translateY(-10px) rotate(45deg);}

  .banner-wrap{height: 80vh;} 
  .bottom-row{justify-content: flex-end;}
  .banner-content h1{font-size: 48px;}
  .banner-content h6{font-size: 14px;}



  .booking-row .booking-form .everest-forms .evf-field-container .evf-frontend-grid .evf-field{   width: 100%; margin: 0 0 10px;}

  .about-col2 .widget-row .widget-col1 p{font-size: 14px;}
  .about-col2 .widget-row .widget-col1 h2{font-size: 28px;}
  .about-col2 .widget-row .widget-col1 h2 span{font-size: 33px;}

  .service-col1{width: 90%;margin: 0 0 20px;}
  .service-col1:nth-child(n){margin-right: 0;} 
  .service-col1:last-child{margin: 0;}

  .package-col1{width: 90%;margin: 0 0 20px;}
  .package-col1:nth-child(n){margin-right: 0;}
  .package-col1:last-child{margin: 0;}
  .place img { width: 10px;}
  .place p{font-size: 12px;}

  .contact-wrap .input-group{width: 100%;margin: 0 0 20px;}
  .contact-wrap .input-group:nth-child(n){margin-right: 0;}
  .contact-wrap .check-container{width: 32%;}
  .contact-wrap .check-container:nth-child(3n){margin-right: 0;}

  .contact-wrap .contact-form .everest-forms .evf-field-container .evf-frontend-grid .evf-field {width: 100%;margin: 0 0 10px;}

  .footer-column .contact-info .icon{width:18px;}
  .footer-column { width: 100% !important; margin: 0 0 20px;}
  .footer-column .social-media-icons ul li span img{width: 20px;height: 20px;}
  .footer-column .contact-info .icon-img{width: 20px;height: 20px;}
  .footer-column:last-child{margin: 0;} 
  .logo-img{width: 120px;}
  .error-page-section h1 {font-size: 35px;}
  .error-page-section h2 {font-size: 25px;}
}

@media screen and (max-width: 320px) {

  .banner-content h1{font-size: 42px;}
  .banner-content h6{font-size: 12px;}

  .about-col1 h2{font-size: 20px;}
  .service-wrap h2{font-size: 20px;}
  .package-wrap h2 {font-size: 20px;} 
  .testimonial-wrap h2{ font-size: 20px;}
  .contact-wrap h2{ font-size: 20px;}

  .about-col2 .widget-row .widget-col1 h2{font-size: 24px;}
  .about-col2 .widget-row .widget-col1 h2 span{font-size: 28px;}

  .contact-wrap .check-container{width: 48%;}
  .package-col1{width: 100%;}
  .service-col1{width: 100%;}

  section.banner-wrap.default-banner .banner-content h1{font-size: 33px;}
}  







/* -------------Error-page-------------------- */

.error-page-section {
  padding: 60px 0;
  text-align: center;
}
.error-page-section h1 {
  font-size: 60px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
}
.error-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
  color: var(--primary-color);
}
.error-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  color: #000;
}
.error-page-section .search-form {
  width: auto;
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.error-page-section .search-form input {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-color);
  border-image: initial;
  border-radius: 8px;
  padding: 0px 20px;
  background: no-repeat;
  margin: 0 10px 0 0;
  flex: 1 0 0;
}
.error-page-section .search-form .search-submit {
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  margin: 0 0 0 auto;
  position: relative;
  padding: 14px 28px 14px 28px;
  font-weight: 500;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  font-family: "Poppins", serif;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.error-page-section .search-form .search-submit .screen-reader-text {
  font-size: 16px;
  clip: inherit;
  clip-path: inherit;
  position: relative !important;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.error-page-section .search-form .search-submit:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transform: scale(1.05);
}




/* ---------------Privacy-wrap-------------- */

.defualt-page-section {
  padding: 80px 0 0;
}
.defualt-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.defualt-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  word-break: break-all;
  color: #000;
}

/*----------------search-page-wrap-------------- */

.search-page-section {
  padding: 60px 0 0;
}
.search-page-section h1 {
  font-size: 32px;
  margin: 0 0 20px;
  color: var(--global-color);
  font-weight: 600;
}
.search-page-section .search-page-card {
  width: 100%;
  margin: 0 0 50px;
}
.search-page-section h3 {
  font-size: 28px;
  margin: 0 0 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.search-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.search-page-section .search-btn1 {
  display: inline-block;
  background: var(--secondary-color);
  padding: 12px 26px 12px;
  color: var(--global-color);
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  color: #fff;
}
.search-page-section .search-btn1:hover{  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transform: scale(1.05);}


/* .search-page-section .contact-form{border: 1px solid var(--primary-color);} */



/* --------------------------------- */
section.banner-wrap.default-banner{height: 50vh;}

section.banner-wrap.default-banner .banner-content h1{font-size: 48px;}
.inner-banner {
    position: relative;
    height: 50vh;
}

.bg-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-img {
    height: 100%;
    width: 100%;
    position: absolute;
}
.inner-content {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.inner-content h1{font-size: 42px; color: #fff;font-weight: 600;}
 

.inner-banner::after{top: 0; left: 0; content: "";position:absolute; background-color: #0000004f;width: 100%; height: 100%;}