@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
/* @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap'); */

::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); 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: "Jost", serif; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#000000; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
:root { --primary-color:#f44c04; --secondary-color:#f4743b; overflow: hidden; overflow-y: auto;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
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: "Palanquin Dark", serif;}
p, p span {font-family: "Jost", serif;  }
img { border:0px;}
ol, ul, li{ list-style: none;}
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:#000;
}
::-moz-placeholder { 
  color:#000;
}
:-ms-input-placeholder {
  color:#000;
}
:-moz-placeholder {
  color:#000;
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

/* font-family: "Mansalva", serif;
font-family: "Palanquin Dark", serif;
font-family: "Jost", serif; */

strong{font-weight: bold;}

.error-page-section {background: #ffffff;}
.error-page-row {max-width: 800px; margin: 50px auto;}
.error-page-col1 h1 {font-size: 40px;color: #000;}
.error-page-col1 h2 {font-size: 40px;font-weight: 700;margin: 0 0 20px;color: #000;}
.error-page-col1 p {font-size: 16px;font-weight: 600;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-form { width: 100%; display: flex; align-items: center;}
.search-form input {width: 197px;height: 45px;border: 1px solid #000;margin: 0 7px 0 0;padding: 0 10px;color: #000;outline: none;box-shadow: none;display: inline-block;border-radius: 80px;}
.search-form .search-submit {width: auto;height: 45px;display: inline-block;padding: 0 25px;color: #ffff;border: 1px solid #000;background: #000;transitio all 0.25s ease-in-out;border-radius: 80px;}
.search-form .search-submit .screen-reader-text { position: relative !important;  display: block;  height: auto;  width: auto;  color: #ffff;  clip-path: none;  transition: all 0.25s ease-in-out;}
.search-form .search-submit:hover { color: #000; background: none;}
.search-form .search-submit:hover .screen-reader-text { color: #000;}
.search-form input::placeholder { color: #000;}
.search-page-section {padding: 80px 0px;background: #ffff;}
.search-page-row {  max-width: 1320px;  margin: 0 auto;}
.search-page-row .page-header .page-title {font-size: 40px;margin: 0 0 35px;display: flex;color: #000;font-weight: 500;}
.search-page-card {  margin: 0 0 50px;}
.search-page-content { padding: 0; max-width: inherit;  width: 100%;  text-align: left;  flex: 1 0 0;}
.search-page-content h3 {font-size: 32px;color: #000;font-weight: 500;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary);}
.search-page-content p {font-size: 16px;font-weight: 500;line-height: 1.67;margin: 0 0 22px;color: #000;}
.search-btn1 {padding: 12px 24px;background-color: #000;border-radius: 80px;color: #ffffff;border: 1px solid #000;transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 400;display: inline-block;margin: 10px auto 0;}
.search-btn1:hover {background-color: #ffffff;color: #000;}

.defualt-page-section {padding: 60px 0; background: #fff;}
.content-wrapp h2 { font-size: 3rem; font-weight: 500; color: var(--primary-color); margin: 0 0 20px;line-height: 1.3;}
.content-wrapp p { font-size: 16px; color:#000; line-height: 1.56; margin: 0 0 20px;}
.content-wrapp ul {width: 100%; margin: 0 0 20px;}
.content-wrapp ul li { font-size: 16px; line-height: 1.56; color: var(--primary-color); padding-left: 10px; position: relative;}
.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrapp ol { width: 100%;float: none; counter-reset: my-awesome-counter; margin: 0 auto 28px;position: relative;}
.content-wrapp ol li {font-size: 16px; line-height: 1.56; color: var(--primary-color); padding-left: 20px;position: relative;counter-increment: step-counter;}
.content-wrapp ol li:before { content: counter(step-counter) '.'; margin-right: 0px; position: absolute; left: -4px; top: 0;}
.content-wrapp p a, .content-wrapp ul li a, .content-wrapp ol li a{color:var(--primary-color);}
.content-wrapp p a:hover, .content-wrapp ul li a:hover, .content-wrapp ol li a:hover{color: #000000;}


.overlay{display: none;}
.burger-btn{display: none;}

.main-header.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 999;background:#000000;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;}
.main-header.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}


.header-row{display: flex;align-items: center;justify-content: space-between;width: 100%;margin: 20px 0px;z-index: 99;position: relative;}
.header-col1{width: 20%;}
.header-col2{width: 80%;}
.meanu-list{display: flex;align-items: center;justify-content: flex-end;}
.meanu-list ul{display: flex;align-items: center;justify-content: flex-end;}
.meanu-list ul li{margin-right: 50px;}
.meanu-list ul li a{color: #fff;font-size: 1.2rem;}
.meanu-list ul li a:hover{color: var(--primary-color);}




.banner-sec{margin-top: -120px;height: 100vh;}
.banner-img{position: relative;height: 100vh;object-fit: cover;object-position:center center;}
.banner-img img{width: 100%;height: 100vh;object-fit: cover;}
.banner-img::after{position: absolute;top: 0;left: 0;background-color: #00000085;width: 100%;height: 100%;content: "";}
.banner-slider{position: relative;}
.banner-slider::after{position: absolute;bottom:-90px;left: 0;content: "";background-image: url("../images/slider-mask.png");width: 100%;height:200px;background-repeat: no-repeat;background-size: cover;}
.banner-content{position: absolute;top: 60%;left: 50%;transform: translate(-50%,-60%);color: #fff;max-width: 1000px;width: 100%}
.banner-content h1{font-size: 7rem;text-align: center;font-family: "Palanquin Dark", serif;line-height: 1;}
.banner-content h1 span{display: block;font-family: "Mansalva", serif;font-size: 4rem;color: #fff;}
.banner-content .global-btn{max-width: fit-content;margin: 80px auto;}
.banner-row1 { width: 94%; position: absolute;  top: 50%; transform: translateY(-50%);  left: 0;  right: 0;  margin: 0 auto;}
.banner-row1 .banner-col1 { width: fit-content;  display: flex; flex-wrap: wrap; align-items: center; position: absolute; left: -95px; top: 0; transform: rotate(270deg);}
.banner-row1 .banner-col1 ul { width: auto; display: flex; flex-wrap: wrap;}
.banner-row1 .banner-col1 ul li { display: inline-block;   margin: 0 0 0 14px;}
.banner-row1 .banner-col1 ul li .icon { width: 25px; height: 25px; display: inline-block; position: relative;}
.banner-row1 .banner-col1 ul li .icon .hover-icon { width: 100%; height: 100%;  position: absolute;  top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.banner-row1 .banner-col1 ul li a {  display: inline-block;}
.banner-row1 .banner-col1 ul li .icon img { width: 100%; height: 100%; object-fit: contain; transition: all .25s ease-in-out; display: block;}
.banner-row1 .banner-col1 h3 {  font-size:2rem; text-transform: uppercase; color:#fff;  font-weight: 400;letter-spacing: 1px;}
.banner-row1 .banner-col1 ul li:hover .icon > img { opacity: 0;}
.banner-row1 .banner-col1 ul li:hover .icon .hover-icon { opacity: 1;}

.non-home .banner-wrap{height: 60vh;}
.non-home .banner-wrap .bg-img{height: 60vh;position: relative;}
.non-home .banner-wrap .bg-img::after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color:#0000008a;content: "";}
.non-home .banner-wrap .bg-img img{height: 60vh;width:100%;object-fit: cover;}
.banner-sec.non-home{height: 60vh;}
.banner-sec.non-home .banner-content{top: 25%;transform: translate(-50%,-25%);}






.advebture-idea-sec{padding: 60px 0px;}
.adventure-head h2{font-size: 4rem;text-align: center;font-family: "Palanquin Dark", serif;line-height: 1;}
.adventure-head h2 span{display: block;font-family: "Mansalva", serif;font-size: 2rem;color:var(--primary-color);}
.adventure-cards{margin: 40px 0px;}
.adventure-card{text-align: center;margin: 0px 20px;}
.adventure-event{display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}
.adventure-cards .adventure-event img{width: 250px;height: 250px;border-radius: 50%;object-fit: cover;}
.adventure-des h3{font-size: 2.2rem;}
.adventure-des p{font-size: 1rem;font-weight: 300;}



.about-sec{padding: 180px 0px 150px;background-color: var(--primary-color);}
.about-row{display: flex;align-items: center;justify-content: space-between;}
.about-col1{width: 58%;position: relative;}
.about-col2{width: 38%;}
.about-col1 h2{font-size: 4rem;font-family: "Palanquin Dark", serif;line-height: 1;color: #fff;margin-bottom: 30px;}
.about-col1 h3{display: block;font-family: "Mansalva", serif;font-size: 2rem;color: #000;}
.about-col1 p{font-size: 1.2rem;color: #fff;line-height: 1.9;}
.about-col2 .about-image{background-color: #fff;width: 400px;height: 400px;border-radius: 50%;}
.about-col2 .about-image img{border-radius: 50%;}
.founder-social-media-row1 { width: 100%; position: absolute;left: 0;  right: 0;}
.founder-social-media-row1 .founder-social-media-col1 { width: fit-content;  display: flex; flex-wrap: wrap; align-items: center; position: absolute;top: 0;left: 0;margin: 30px 0px;}
.founder-social-media-row1 .founder-social-media-col1 ul { width: auto; display: flex; flex-wrap: wrap;}
.founder-social-media-row1 .founder-social-media-col1 ul li { display: inline-block;   margin: 0 14px 0 0px;}
.founder-social-media-row1 .founder-social-media-col1 ul li .icon { width: 25px; height: 25px; display: inline-block; position: relative;}
.founder-social-media-row1 .founder-social-media-col1 ul li .icon .hover-icon { width: 100%; height: 100%;  position: absolute;  top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.founder-social-media-row1 .founder-social-media-col1 ul li a {  display: inline-block;}
.founder-social-media-row1 .founder-social-media-col1 ul li .icon img { width: 100%; height: 100%; object-fit: contain; transition: all .25s ease-in-out; display: block;}
.founder-social-media-row1 .founder-social-media-col1 h3 {  font-size:2rem; text-transform: uppercase; color:#fff;  font-weight: 400;letter-spacing: 1px;}
.founder-social-media-row1 .founder-social-media-col1 ul li:hover .icon > img { opacity: 0;}
.founder-social-media-row1 .founder-social-media-col1 ul li:hover .icon .hover-icon { opacity: 1;}


.about-col1.full-width{width:100%;}
.company-col1.full-width{width:100%;}




.company-about{padding: 80px 0px 200px;position: relative;background-image: url("../images/company-bg.jpg");background-repeat: no-repeat;background-size: cover;z-index: 66;background-position: bottom center;}
.company-about::after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000000c5;content: "";z-index: 5;}
.company-row{width: 100%;display: flex;align-items: center;justify-content: space-between;z-index: 555;position: relative;}
.company-col1{width: 55%;}
.company-col2{width: 35%;}
.company-col1 h2{font-size: 4rem;font-family: "Palanquin Dark", serif;line-height: 1;color:var(--primary-color);margin-bottom: 30px;}
.company-col1 h3{display: block;font-family: "Mansalva", serif;font-size: 2rem;color: #ffffff;}
.company-col1 p{font-size: 1.2rem;color: #ffffff;line-height: 1.9;margin-bottom: 20px;}
.com-about-image-1{position: relative;}
.com-about-image-1 img{width:400px;height: 600px;object-fit: cover;border-radius: 20px;}
.mission-sec{padding: 30px 50px 50px;background-color: #ffffffe3;z-index: 55;position: absolute;bottom: -120px;max-width: 1000px;left: 50%;transform: translateX(-50%);border-radius: 20px;}
.mission-row{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.mission-col1{width: 45%;position: relative;}
.mission-col2{width: 45%;}
.mission-col1::after{position: absolute; right: -40px;top: 10px;width: 2px;height: 160px;background-color: var(--primary-color);content: "";}
.mission-row h3{font-size: 2.5rem;color: var(--primary-color);max-width: fit-content;border-bottom: 1px solid var(--primary-color);line-height: 1.3;}
.mission-row p{font-size: 1.2rem;margin-top: 20px;}





.core-values{padding: 60px 0px;}
.core-head{text-align: center;}
.core-head h2{font-size: 3rem;font-family: "Palanquin Dark", serif;line-height: 1;color: #000000;margin-bottom: 30px;max-width: fit-content;margin: 0 auto;border-bottom: 1px solid #000;padding-bottom: 10px;}
.core-head p{font-size: 1.2rem;color: #fff;line-height: 1.9;max-width: 800px;margin: 0 auto;}
.core-values-row{margin: 50px 0px 0px;display: flex;align-items: center;justify-content: space-between;}
.core-card-icon{margin-bottom: 20px;}
.core-card{width: 17%;display: flex;align-items: center;justify-content: space-between;flex-direction: column;}
.core-card-des h3{font-size: 1.8rem;color: var(--primary-color);border-bottom: 1px solid var(--primary-color);line-height: 1.3;font-weight: 400;margin-bottom: 20px;padding-bottom: 5px;text-align: center;}
.core-card-des p{font-size: 1.1rem;color: #000000;line-height: 1.3;margin-bottom: 20px;text-align: center;min-height: 80px;}



.whychoose-sec{padding: 80px 0px;background-image: url("../images/banner-1.jpg");position: relative;background-repeat: no-repeat;background-size: cover;z-index: 66;background-position:center center;}
.whychoose-sec::after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000000b3;content: "";z-index: 5;}
.choose-col1{width: 48%;}
.choose-col2{width: 48%;}
.choose-head h2{font-size: 3rem;line-height: 1;color: #ffffff;margin-bottom: 30px;max-width:fit-content;margin: 0 auto;border-bottom: 1px solid #ffffff;padding-bottom: 10px;}
.choose-content{position: relative;z-index: 66;}
.choose-row{display: flex;align-items: center;justify-content:center;flex-wrap: wrap;margin:50px 0px 0px;}
.choose-card{width: 45%;color: #fff;margin-right: 100px;border-bottom: 1px solid #fff;padding-bottom: 20px;margin-bottom: 40px;text-align: center;}
.choose-card:nth-child(2n){margin-right: 0;}
.choose-card h3{font-size: 2rem; margin-bottom: 10px;}
.choose-card p{font-size: 1.2rem;}
.choose-card:last-child{margin: 0;}




.destination-sec{padding: 80px 0px;background-color: #000;}
.destination-head h2{font-size: 3rem;line-height: 1;color: #ffffff;margin-bottom: 30px;max-width:fit-content;margin: 0 auto;border-bottom: 1px solid #ffffff;padding-bottom: 10px;}
.destination-cards{display: flex;align-items: center;justify-content: space-between;margin: 80px 0px;flex-wrap: wrap;}
.destintaion-card:hover .destination-card-inner{opacity: 1;transition: 0.3s all ease-in-out;}
.destintaion-card{width: 32%;position: relative;margin-bottom: 30px;}
.destintaion-card:last-child{margin-bottom: 0;}
.desti-img{border: 30px solid #fff;border-bottom: 10px solid #fff;border-radius: 20px 20px 0px 0px;}
.desti-img img{height: 300px;width: 100%;object-fit: cover;}
.desti-content{padding: 0px 30px 10px;background-color: #fff;border-radius: 0px 0px 20px 20px;}
.desti-content h3{font-size: 2rem;text-align: center;}
.destination-card-inner{background-color:#000;padding: 30px;height: 410px;position: absolute;top: 0;left: 0;opacity: 0;border-radius: 20px;width: 100%;border: 2px solid #fff;}
.destination-card-inner ul li{margin-bottom: 10px;font-size: 2rem;color: #fff;}
.destintaion-card:first-child .destination-card-inner ul li{font-size: 1.2rem;}









.service-sec{padding: 50px 0px 20px;background-color: var(--primary-color);}
.service-head h2{font-size: 3rem;line-height: 1;color: #ffffff;margin-bottom: 30px;max-width:fit-content;margin: 0 auto;border-bottom: 1px solid #ffffff;padding-bottom: 10px;}
.service-cards{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;width: 100%;margin: 50px 0px;}
.service-card{background-color: #fff;width: 48%;padding: 20px;border-radius: 20px;text-align: center;margin-bottom: 40px;}
.service-card h3{font-size: 1.8rem;max-width: fit-content;margin: 0px auto 20px;padding-bottom: 10px;border-bottom: 1px solid #000;}
.service-cards ul li{font-size: 1.2rem;margin-bottom: 10px;}



.extra-sec{padding: 80px 0px;position: relative;background-image: url("../images/banner-3.jpg");background-repeat: no-repeat;background-size: cover;z-index: 66;background-position: center center;}
.extra-sec::after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #ffffffc5;content: "";z-index: 5;}
.extra-row{display: flex;align-items: center;justify-content: space-between;align-items: stretch;position: relative;z-index: 55;}
.extra-col1{width: 48%; background-color: #000;}
.extra-col2{width: 48%; background-color: #000;}
.extra-content{background-color: #000;padding: 50px 30px;color: #fff;}
.extra-content h3{color: var(--primary-color);font-size: 2.2rem;margin: 0px 0px 20px;padding-bottom: 10px;border-bottom: 1px solid var(--primary-color);max-width: fit-content;}
.extra-content p{font-size: 1.5rem;margin-bottom: 20px;color: var(--primary-color);}
.extra-content ul li{margin-bottom: 15px;font-size: 1.3rem;}




.contact-sec{padding: 80px 0px;}
.contact-row{display: flex;justify-content: space-between;}
.contact-col1{width: 47%;}
.contact-col2{width: 47%;}
.contact-details-col{display: flex;align-items: center; margin: 30px 0px;}
.contact-details-icon {margin-right: 20px;}
.contact-details-icon{width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;object-fit: contain;}
.contact-details-icon img{width: 100%;height: 100%;object-fit: contain;}
.contact-details-content h3{font-size: 18px;font-weight: 600;color: var(--primary-color);}
.contact-details-content p{font-size: 14px;font-weight: 500;line-height: 1.67;color: #585858;} 
.contact-details-content a{font-size: 14px;font-weight: 500;line-height: 1.67;color: #585858;} 
.contact-details-content a:hover{color: var(--primary-color);}
.contact-details-content p:hover{color: var(--primary-color);}
.contact-head h4{font-size: 18px;text-transform: uppercase;font-weight: 600; margin-bottom: 20px;color: var(--primary-color);position: relative;padding-left: 30px;}
.contact-head h4::after{content: "";display: block;height: 3px;background: var(--primary-color);transition: width 0.3s;position: absolute;width:20px;left: 0;top: 50%;transform: translateY(-50%);}
.contact-head h2{font-size: 40px;font-weight: 700;margin: 0 0 20px;line-height: 1.3;color:#000;text-transform: uppercase;}
.contact-wrapp .contact-form { width: 100%;}
.contact-wrapp .contact-form .text-fields { width: 100%;}
.contact-wrapp .contact-form .text-fields .text-field { width: 100%; margin: 0 0 20px;}
.contact-wrapp .contact-form input { width: 100%; height: 62px; border: none; border-bottom: 1px solid var(--primary-color); color:#000;}
.contact-wrapp .contact-form textarea { width: 100%; height: 130px; border: none; border-bottom: 1px solid var(--primary-color); padding: 19px 0 0;  resize: none;}
.contact-wrapp .contact-form .submit-btn { margin: 30px 0 0;}
.contact-wrapp .submit-btn.global-btn{margin-top: 50px;}
.contact-wrapp .submit-btn.global-btn a{display: inline-block;}
.contact-details-col:last-child{margin-bottom: 0px;}
.conatct-map-sec iframe{width: 100%;}
.everest-forms-submit-button.button.evf-submit{background-color: var(--primary-color) !important;color:#fff !important;padding: 10px 30px !important;border: 1px solid var(--primary-color) !important;}
.everest-forms-submit-button.button.evf-submit:hover{background-color: #fff !important;color: var(--primary-color) !important;}



.footer-wrapp {padding: 50px 0 30px;background-color:#000;}
.footer-wrapp .footer-row {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-wrapp .footer-logo { width: 200px;}
.footer-wrapp .footer-nav {width: auto;}
.footer-wrapp .footer-nav ul { width: 100%;}
.footer-wrapp .footer-nav ul li { display: inline-block;}
.footer-wrapp .footer-nav ul li a { display: block; padding: 10px 15px; font-size: 18px;font-weight: 500; color:#fff;}
.footer-wrapp .footer-nav ul li a:hover { color:var(--primary-color);}
.footer-wrapp .footer-social { width: auto;}
.footer-wrapp .footer-social a { display: inline-block; margin: 0 12px 0 0;}
.footer-wrapp .footer-social a:last-child { margin-right: 0;}
.footer-wrapp .footer-social .social-icon { display: inline-block; width: 20px; height: 20px; position: relative;}
.footer-wrapp .footer-social .social-icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social a:hover .social-icon  .hover-icon { opacity: 1;}
.footer-wrapp .footer-social a:hover .social-icon > img { opacity: 0;}
.footer-wrapp  .footer-row1 {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 0 0; margin: 20px 0 0; border-top: 1px solid var(--primary-color);}
.footer-wrapp .footer-row1 p {font-size: 16px; color:#fff;}
.footer-wrapp .footer-row1 p a { color:#fff; font-weight: 500;}
.footer-wrapp .footer-row1 p a:hover { color:#fff;}
.slick-arrow{display: none !important;}






@media(max-width:1366px){
  .core-card-des h3{font-size: 1.5rem;}
  .footer-wrapp .footer-nav ul li a{padding: 10px;}
  .adventure-head h2,.company-col1 h2,.about-col1 h2,.core-head h2,.destination-head h2,.service-head h2,.choose-head h2,.contact-head h2{font-size: 3rem;}
  .adventure-des h3{font-size: 2rem;}
}


@media(max-width:1200px){
  .container{max-width: 94%;}
  .banner-content h1{font-size: 5rem;}
  .banner-img img{height: 100vh;object-fit: cover;width: 100%;}
  .meanu-list ul li{margin-right: 20px;}
  .about-col2 .about-image{width: 300px;height: 300px;}
  .core-card{width: 32%;margin-right: 15px;}
  .core-card:nth-child(3){margin-right: 0;}
  .core-card:last-child{margin-right: 0;}
  .core-values-row{flex-wrap: wrap;justify-content: center;}
  .destintaion-card{width: 48%;margin-bottom: 50px;}
  .choose-card{margin-right: 50px;}
  .extra-content h3{font-size: 2rem;}
  .footer-wrapp .footer-row{justify-content: center;}
  .footer-wrapp .footer-nav{width: 100%;text-align: center;margin: 30px 0px;}
  .footer-wrapp .footer-social{width: 100%;text-align: center;}
}
@media(max-width:992px){
  .meanu-list{display: none;}
  .banner-row1 .banner-col1{transform: translateX(-50%);left: 50%;width: 100%;justify-content:center;bottom:-350px;top: 0;}
  .banner-slider::after{height: 100px;bottom: 0px;}
  .banner-content{top: 50%;transform: translate(-50%,-50%);}
  .company-row{flex-wrap: wrap;}
  .company-col1{width: 100%;}
  .company-col2{width: 100%;}
  .com-about-image-1 img{width: 100%;height: 400px;}
  .mission-col1::after{right: -25px;}
  .about-row{flex-wrap: wrap;}
  .about-col2{width: 100%;margin-bottom: 50px;}
  .about-col1{width: 100%;}
  .desti-img{border: 15px solid #fff;}
  .core-card{width: 45%;}
  .core-card:nth-child(3){margin-right: 15px;}
  .core-card:nth-child(2n){margin-right: 0;}
  .service-card h3{font-size: 1.5rem;}
  .service-cards{align-items: stretch;}
  .choose-card h3{font-size: 1.5rem;}
  .choose-card{margin-right: 5%}
  .choose-row{align-items: stretch;}
  .extra-content h3{line-height: 1.5;}
  .adventure-head h2, .company-col1 h2, .about-col1 h2, .core-head h2, .destination-head h2, .service-head h2, .choose-head h2, .contact-head h2{font-size: 2rem;}
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background:var(--primary-color); background-size: 300% 100%; z-index: 99; padding: 110px 5% 50px; transform:translateX(100%); opacity: 0; visibility: hidden; transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  .overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
  .overlay ul {width: 100%;}
  .overlay ul { width: 100%;}
  .overlay ul li a { color: #fff; display: block; padding: 20px 0;}
  .overlay ul li { font-size: 18px; border-bottom: 1px solid #fff; text-transform: uppercase;}
  .overlay ul li a:hover { color: var(--primary-color) !important;}
  .burger-btn { display: block; position: fixed; width: 50px; height: 30px; right: 5%; top: 25px; 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:hover span{background-position: 50% 0;}
  .burger-btn .active span { background: #fff;}
  .burger-btn span:first-child { width: 70%;}
  .burger-btn span:nth-child(2n) { margin: 9px 0; transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
  .burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
  .burger-btn span:last-child { width: 70%;}
  .burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
  .burger-btn .active span:first-child { transform: translateY(13px) rotate(-45deg);}
  .burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
  body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
  body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
  body.menu-open{  overflow-y: hidden;}
  .overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
  .overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
  .overlay ul li.has-sub > a {background: url(../images/chevron-down-white.svg) no-repeat center / 14px; background-position-x: 95%;}
  .global-btn.contact-btn{display: none;}
  .overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
  .content-wrapp h2{font-size: 2rem;}
}


@media(max-width:600px){
  .banner-content h1{font-size: 2rem;}
  .banner-content h1 span{font-size: 2rem;}
  .banner-content{top: 35%;transform: translate(-50%,-35%)}
  .banner-row1 .banner-col1 h3{font-size: 1rem;}
  .banner-row1 .banner-col1 ul li .icon{height: 20px;width: 20px;}
  .banner-row1 .banner-col1{height: 100px;}
  .banner-sec{height: 80vh;}
  .banner-img img{height: 80vh;}
  .banner-img{height: 80vh;}
  .banner-slider::after{content: none;}
  .extra-row{flex-wrap: wrap;}
  .extra-col1{width: 100%;}
  .extra-col2{width: 100%;margin-top: 50px;}
  .adventure-cards{margin: 40px 0px 0px;}
  .company-about{padding: 60px 0px;}
  .company-col1 p{font-size: 1rem;}
  .mission-sec{position: relative;transform: none;left: 0;padding: 20px;bottom: 0;margin-top: 50px;}
  .mission-row{flex-wrap: wrap;}
  .mission-col1{width: 100%;}
  .mission-col2{width: 100%;}
  .mission-col1::after{content: none;}
  .mission-row h3{font-size: 2rem;}
  .mission-row p{font-size: 1rem;}
  .about-sec{padding: 60px 0px 100px;}
  .about-col1 p{font-size:1rem;}
  .core-card{width: 100%;margin-right: 0;}
  .destintaion-card{width: 100%;height:450px;}
  .desti-img img{height: 350px;}
  .destination-sec{padding: 60px 0px;}
  .destination-cards{margin: 50px 0px 0px;}
  .service-card{width: 100%;}
  .destination-card-inner{min-height: 450px;height: 100%;}
  .service-cards ul li{font-size: 1rem;}
  .service-cards{margin: 50px 0px 0px;}
  .whychoose-sec{padding: 60px 0px;}
  .service-card h3{line-height:1.3;}
  .choose-card{width: 100%;}
  .choose-head h2{text-align: center;}
  .extra-content ul li{font-size: 1rem;}
  .contact-sec{padding: 60px 0px;}
  .contact-row{flex-wrap: wrap;}
  .contact-col1{width:100%}
  .contact-col2{width: 100%;margin-top: 50px;}
  .footer-wrapp .footer-row1{justify-content: center;}
  .footer-wrapp .footer-row1 p{font-size: 14px;}
  .header-col1{width: 40%;}
}