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

/* CSS Document © 2025 Envinto */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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:"Open Sans", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#424242; 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; overflow:hidden; overflow-y: scroll;}
:root { --primary-color: #ffffff; --secondary-color:#424242;}
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: "Merriweather", serif;}
p, p span { font-family:"Open Sans", sans-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: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;}

.global-btn{font-family: "Montserrat", sans-serif;}

.container{width: 94%;max-width: 1320px;}

/* -----header-wrapp------ */
.header-wrapp { position:relative; padding: 15px 0; z-index: 1;}
.header-wrapp .header-row {  width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo {  width: 230px; margin: 0 0 -30px; padding: 0 15px; position: relative;}
.header-wrapp .logo .shape {position: absolute; width: 100%; height: 100%; left: 0; bottom: -15px; background: #fff; z-index: -1;  border-radius: 0 0 15px 15px;}
.header-wrapp .logo .shape:after { content: ""; position: absolute; background-color: transparent; bottom: -10px; right: -20px; height: 40px;  width: 20px;  border-top-left-radius: 25px;   box-shadow: 0 -20px 0 0 #ffffff;}
.header-wrapp .logo .shape:before { content: "";  position: absolute; background-color: transparent; bottom: -10px; left: -20px; height: 40px;  width: 20px;  border-top-right-radius: 25px;  box-shadow: 0 -20px 0 0 #ffffff;}
.header-wrapp .header-links { width: auto;}
.header-wrapp .header-links ul { width: 100%;}
.header-wrapp .header-links ul li {display: inline-block;font-size: 16px; text-transform: uppercase; font-weight: 600;margin: 0 20px 0 0;}
.header-wrapp .header-links ul li:last-child{margin-right: 0;}
.header-wrapp .header-links ul li a { color: #5dbe93; padding: 10px; display: inline-block;}
.header-wrapp .header-links ul li a:hover { color: var(--secondary-color);}
.header-wrapp .header-right { width: auto; display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp .header-btn {display: inline-block;font-size: 16px;color: var(--primary-color);margin: 0 0 0 40px;position: relative;padding: 14px 28px 14px 28px;text-transform: uppercase;font-weight: 500;}
.header-wrapp .header-btn:hover{color: #5dbe93;}
.header-wrapp.sticky {position: fixed; top: 0; left: 0; background: var(--primary-color);animation: .7s slide-down; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; z-index: 9;}

.header-wrapp .social-icons ul li {display: inline-block;margin: 0 15px 0 0;}
.header-wrapp .social-icons ul li:last-child{margin-right: 0;}
.header-wrapp .social-icons ul li .icon {display: inline-block;width: 40px;height: 40px;margin: 0;padding: 10px;position: relative;border-radius: 50%;border: 1px solid var(--primary-color);transition: all .25s ease-in-out;}
.header-wrapp .social-icons ul li .icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 10px;opacity: 0;transition: all .25s ease-in-out;}
.header-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.header-wrapp .social-icons ul li:hover .icon > img {  opacity: 0;}
.header-wrapp .social-icons ul li:hover .icon .hover-icon { opacity: 1;}
.header-wrapp .social-icons ul li:hover .icon { background: transparent;}
.header-wrapp .social-icons ul li .icon:after { content: ""; width: 100%;  height: 100%; background: linear-gradient(to right, #37B4B6 0%, #CDDC2A 100%) border-box; border-radius: 50%; opacity: 1; transition: 0.25s ease-out 0s; margin: 0 0 0; position: absolute; top: 0; right: 0; left: 0; z-index: -1;}
.header-wrapp .social-icons ul li .icon:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 50%; background: linear-gradient(to right, #37B4B6 0%, #CDDC2A 100%) border-box; -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask-composite: exclude; -o-mask-composite: exclude; -ms-mask-composite: exclude; -moz-mask-composite: exclude; -webkit-mask-composite: exclude; -o-mask-composite: destination-out; -ms-mask-composite: destination-out; -moz-mask-composite: destination-out; -webkit-mask-composite: destination-out; position: absolute; top: 0; right: 0; left: 0;  z-index: -1;}
.header-wrapp .social-icons ul li .icon:hover:after { opacity: 0;}

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


/* ------banner-wrapp------- */
.banner-wrapp {position: relative; padding: 100px 0; background: url(../images/banner-bg1.jpg) no-repeat center top / cover; text-align: center; min-height: 630px; display: flex;  flex-wrap: wrap; align-items: center;}
/* .banner-wrapp:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/overlay.png) no-repeat center / cover;  z-index: -1; opacity: .3;} */
.banner-wrapp .banner-row { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.banner-wrapp .banner-col1 { width: 100%; max-width: 1000px; margin: 0 auto;}
.banner-wrapp h1 { font-size: 65px; line-height: 1.23; color: var(--primary-color); margin: 0 0 18px;}
.banner-wrapp .banner-col2 {width: 48%;}
.banner-wrapp .banner-img { width: 550px; height: 550px; position: relative;}
.banner-wrapp h3 {font-size: 18px; font-weight: 500; margin: 0 0 20px; padding: 10px 15px; color: #5dbe93; background: var(--primary-color); display: inline-block; border-radius: 10px;}
.banner-wrapp p { font-size: 20px; font-weight: 500; line-height: 1.56; color: var(--primary-color);  margin: 0 0 20px;}
.banner-wrapp .banner-btn { display: inline-block; font-size: 16px; color: var(--primary-color); margin: 0 0 0 0; position: relative;  padding: 14px 28px 14px 28px;  text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}


/* -----abouts-wrapp----- */
.abouts-wrapp {padding: 100px 0;}
.abouts-wrapp .abouts-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.abouts-wrapp .abouts-col1 { width: 46%;}
.abouts-wrapp h3 { font-size: 18px; color: #5dbe93;margin: 0 0 10px;}
.abouts-wrap h2 { font-size: 40px;}
.abouts-wrapp h2 { font-size: 40px; color: var(--secondary-color); margin: 0 0 20px;}
.abouts-wrapp p { font-size: 16px; line-height: 1.56;margin: 0 0 20px;}
.abouts-wrapp .abouts-col2 { width: 50%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.abouts-wrapp .abouts-col2 .abouts-img { width: 48.5%;}
.abouts-wrapp .abouts-col2 .abouts-img2 { width: 48.5%;}
.abouts-wrapp .abouts-col2 .abouts-img1 { width: 100%; margin: 0 0 20px;}
.abouts-wrapp .abouts-col2 .abouts-img1:last-child { margin: 0;}
.abouts-wrapp .abouts-col2  img {  width: 100%; display: block; border-radius: 10px;}



/* --------category-wrapp------ */
.category-wrapp { background: #37B4B6; padding: 100px 0; text-align: center;}
.category-wrapp h3 { font-size: 18px; color: var(--primary-color); margin: 0 0 10px;}
.category-wrapp h2 { font-size: 40px; color: var(--primary-color); margin: 0 0 50px;}
.category-wrapp .category-row { width: 100%;display: flex; flex-wrap: wrap;  justify-content: space-between;}
.category-wrapp .category-col1 { width: 48%; display: flex; flex-wrap: wrap; background: #ffff; text-align: left; position: relative; border-radius: 10px;  overflow: hidden;  min-height: 205px;}
.category-wrapp .category-col1 .category-img { width: 40%; border-right: 2px dashed var(--secondary-color);}
.category-wrapp .category-col1 .category-content { width: 60%; padding: 25px; display: flex; flex-direction: column;justify-content: center;}
.category-wrapp .category-col1 .category-img img { width: 100%; height: 100%;  display: block;  object-fit: cover;}
.category-wrapp .category-col1 .category-content h4 { font-size: 20px; margin: 0 0 12px;}
.category-wrapp p { font-size: 16px; line-height: 1.5;}
.category-wrapp .category-col1:before { content: ""; position: absolute; width: 25px; height: 18px; background: #37B4B6; border-radius: 0 0 50% 50%;  top: 0; left: 37.6%;}
.category-wrapp .category-col1:after { content: ""; position: absolute; width: 25px;  height: 18px; background: #37B4B6; border-radius: 50% 50% 0 0; bottom: 0; left: 37.6%;}



/* ---------packages-wrapp------- */
.packages-wrapp { padding: 100px 0 80px; background: #EFF5F4;}
.packages-wrapp h3 { font-size: 18px; color: #5dbe93; margin: 0 0 10px;}
.packages-wrapp h2 { font-size: 40px; color: var(--secondary-color); margin: 0 0 50px;}
.packages-wrapp .package-row { width: 100%; display: flex; flex-wrap: wrap;}
.packages-wrapp .package-col1 {  width: 32%; margin: 0 2% 34px 0; background: #ffff; border-radius: 15px; overflow: hidden; transition: all .25s ease-in-out; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;  cursor: pointer;}
.packages-wrapp .package-col1:nth-child(3n) { margin-right: 0;}
.packages-wrapp .package-col1 .package-img {  width: 100%; position: relative;}
.packages-wrapp .package-col1 .package-img img { width: 100%; display: block;  border-radius: 15px;}
.packages-wrapp .package-col1 .pricing-tag { position: absolute; top: 0; left: 50px; background: #eff5f4; padding: 7px 15px 10px 15px; border-radius: 0 0 20px 20px;  font-size: 18px;  font-weight: 700;}
.packages-wrapp .package-col1 .pricing-tag:after { content: ""; position: absolute; background-color: transparent;  top: 0px; right: -30px; height: 60px; width: 30px;  border-top-left-radius: 25px;  box-shadow: 0 -30px 0 0 #eff5f4;}
.packages-wrapp .package-col1 .pricing-tag:before { content: ""; position: absolute; background-color: transparent; top: 0; left: -30px; height: 60px; width: 30px; border-top-right-radius: 25px;  box-shadow: 0 -30px 0 0 #eff5f4;}
.packages-wrapp .package-col1 .pricing-tag span { font-size: 12px;}
.packages-wrapp .package-col1 .package-detail { width: 100%; padding: 25px 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.packages-wrapp .package-col1 .package-detail .package-col2 { width: 48%;}
.packages-wrapp h4 { font-size: 18px; font-weight: 600;margin: 0 0 5px;}
.packages-wrapp .package-col1 .package-detail p { font-size: 12px;}
.packages-wrapp .package-col1 .package-detail .action {  width: 48%; text-align: right;}
.packages-wrapp .book-btn { display: inline-block; font-size: 11px; color: var(--primary-color); margin: 0 0 0 auto; position: relative; padding: 14px 28px 14px 28px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.packages-wrapp .book-btn:hover { color: #5dbe93;}
.packages-wrapp .package-col1:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}



/* ---------gallery-wrapp------- */
.gallery-wrapp { padding: 100px 0; text-align: center;}
.gallery-wrapp h3 { font-size: 18px; color: #5dbe93; margin: 0 0 10px;}
.gallery-wrapp h2 { font-size: 40px; color: var(--secondary-color); margin: 0 0 50px;}
.gallery-wrapp .gallery-row { width: 100%; display: grid; grid-template-columns: 25% 30% 15% 25%; gap: 15px; place-content: center; grid-template-rows: 50% 50%; min-height: 460px;}
.gallery-wrapp .gallery-col1 { border-radius: 20px; box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);}
.gallery-wrapp .gallery-col1 img {width: 100%; height: 100%;border-radius: 20px; object-fit: cover;}
.gallery-wrapp .gallery-col1:nth-child(2) { grid-column: 2 / 3; grid-row: span 2;}
.gallery-wrapp .gallery-col1:nth-child(3) { grid-column: span 2;}



/* --------------testimonial-wrapp--------- */
.testimonial-wrapp {background: #eff5f4;padding: 100px 0;text-align: center;}
.testimonial-wrapp h3 {font-size: 18px; color: #5dbe93; margin: 0 0 10px;}
.testimonial-wrapp h2 { font-size: 40px; color: var(--secondary-color); margin: 0 0 50px;}
.testimonial-wrapp .testimonial-row { width: 100%;}
.testimonial-wrapp .testimonial-box { width: 100%; background: var(--primary-color); padding: 30px; text-align: left; transition: all .25s ease-in-out; border-radius: 20px; box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);}
.testimonial-wrapp .testimonial-box .quote {width: 40px; margin: 0 0 20px;}
.testimonial-wrapp .testimonial-box p { font-size: 16px; color: var(--secondary-color); line-height: 1.56; margin: 0 0 20px;}
.testimonial-wrapp .testimonial-box .rating { width: 100px; margin: 0 0 20px;}
.testimonial-wrapp .testimonial-box .testimonial-footer { width: 100%; display: flex; flex-wrap: wrap; align-items: center;}
.testimonial-wrapp .testimonial-box .testimonial-footer .avatar { width: 50px; height: 50px; margin: 0 15px 0 0;}
.testimonial-wrapp .testimonial-box .testimonial-footer .avatar-detail {  width: auto;}
.testimonial-wrapp .testimonial-box .testimonial-footer .avatar-detail h4 { font-size: 20px; font-weight: 600; margin: 0 0 6px;}
.testimonial-wrapp .testimonial-box .testimonial-footer .avatar-detail h5 { font-size: 12px;}
.testimonial-wrapp .testimonial-slider .slick-track { display: flex; flex-wrap: wrap; padding: 50px 0 0; margin: 0 0 20px;}
.testimonial-wrapp .testimonial-slider .slick-track .slick-slide { height: inherit;}
.testimonial-wrapp .testimonial-slider .slick-track .slick-slide.slick-current .testimonial-box{margin: -50px 0 0 ;}
.testimonial-wrapp .testimonial-slider .slick-track .slick-slide > div { width: 92%; margin: 0 auto; height: 100%;}
.testimonial-wrapp .testimonial-slider .slick-track .slick-slide .testimonial-box { height: 100%;}
.testimonial-wrapp .testimonial-slider .slick-dots{bottom: 5px;}



/* -----------contact-wrapp-------- */
.contact-wrapp {padding: 100px 0; position: relative;}
.contact-wrapp:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/contact-bg3.jpg) no-repeat center top / cover; z-index: -1; opacity: .2;}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row-reverse;}
.contact-wrapp .contact-col1 { width: 48%;}
.contact-wrapp h2 { font-size: 40px; color: var(--secondary-color); margin: 0 0 20px;}
.contact-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary-color); margin: 0 0 20px;}
.contact-wrapp .contact-add { width: 100%;}
.contact-wrapp .contact-add li { display: block; font-size: 16px; line-height: 1.56; margin: 0 0 15px; padding-left: 30px; position: relative;}
.contact-wrapp .contact-add li a { color: var(--secondary-color);}
.contact-wrapp .contact-add li a:hover { color: #5dbe93;}
.contact-wrapp .contact-add li .icon { display: inline-block; width: 20px; height: 20px; position: absolute; left: 0; top: 5px;}
.contact-wrapp .social-icons { width: 100%;  margin: 30px 0 0;}
.contact-wrapp .social-icons ul { width: 100%;}
.contact-wrapp .social-icons ul li {display: inline-block;margin: 0 15px 0 0;}
.contact-wrapp .social-icons ul li .icon {display: inline-block;width: 40px;height: 40px;margin: 0;padding: 10px;position: relative;border-radius: 50%;border: 1px solid var(--primary-color);transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li .icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 10px;opacity: 0;transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li:hover .icon > img {  opacity: 0;}
.contact-wrapp .social-icons ul li:hover .icon .hover-icon { opacity: 1;}
.contact-wrapp .social-icons ul li:hover .icon { background: transparent;}
.contact-wrapp .social-icons ul li .icon:after { content: ""; width: 100%;  height: 100%; background: linear-gradient(to right, #37B4B6 0%, #CDDC2A 100%) border-box; border-radius: 50%; opacity: 1; transition: 0.25s ease-out 0s; margin: 0 0 0; position: absolute; top: 0; right: 0; left: 0; z-index: -1;}
.contact-wrapp .social-icons ul li .icon:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 50%; background: linear-gradient(to right, #37B4B6 0%, #CDDC2A 100%) border-box; -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask-composite: exclude; -o-mask-composite: exclude; -ms-mask-composite: exclude; -moz-mask-composite: exclude; -webkit-mask-composite: exclude; -o-mask-composite: destination-out; -ms-mask-composite: destination-out; -moz-mask-composite: destination-out; -webkit-mask-composite: destination-out; position: absolute; top: 0; right: 0; left: 0;  z-index: -1;}
.contact-wrapp .social-icons ul li .icon:hover:after { opacity: 0;}
.contact-wrapp .contact-col2 { width: 48%; position: relative; margin: 0 0 0;}
.contact-wrapp .contact-form { width: 100%; padding: 50px; background: var(--primary-color); border-radius: 20px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.contact-wrapp .contact-form input { width: 100%; height: 52px; border: 1px solid #5dbe93; margin: 0 0 20px; font-size: 16px; padding: 12px 20px;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-grid input::placeholder, .contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-grid textarea::placeholder { color: var(--secondary);}
.contact-wrapp .contact-form textarea { width: 100%; height: 131px;  border: 1px solid #5dbe93;  margin: 0 0 20px;  font-size: 16px; padding: 12px 20px;  resize: none;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container .submit-btn { display: inline-block; font-size: 11px; color: var(--primary-color); border: none; background: none; margin: 0 0 0 auto; position: relative; padding: 14px 28px 14px 28px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container .submit-btn:hover{color: #5dbe93;}
.contact-wrapp .contact-form h2 { margin: 0  0 30px;}


.contact-wrapp .contact-form .everest-forms .evf-field-container {padding: 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row { margin: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-grid { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-container { margin: 0 0 0;}


/* ------footer-wrapp-------- */
.footer-wrapp { padding: 20px 0 20px; background:  linear-gradient(to right, #37B4B6 0%, #CDDC2A 100%); background-size: 250% 100%;}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;}
.footer-wrapp .logo { width: 220px;padding: 0 10px; margin: -35px 0 0; position: relative; z-index: 1;}
.footer-wrapp .footer-menu { width: auto;}
.footer-wrapp .footer-menu ul { width: 100%;}
.footer-wrapp .footer-menu ul li { display: inline-block;  font-size: 16px; text-transform: uppercase; font-weight: 600;  margin: 0 0 0 30px;}
.footer-wrapp .footer-menu ul li a { color: var(--primary-color); padding: 10px;  display: inline-block;}
.footer-wrapp .footer-menu ul li a:hover { color: var(--secondary-color);}
.footer-wrapp .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 30px 0 0; padding: 20px 0 0;  border-top: 1px solid #fff;}
.footer-wrapp p { font-size: 16px; line-height: 1.56; color: var(--primary-color);}
.footer-wrapp p a { color: var(--secondary-color);}
.footer-wrapp p a:hover { color: var(--primary-color);}
.footer-wrapp .logo .shape { position: absolute; width: 90px; height: 100%; background: #3ab5b3; z-index: -1; top: -10px; left: 6px; border-radius: 25px 25px 0 0;}
.footer-wrapp .logo .shape:before { content: ""; position: absolute; background-color: transparent; height: 40px; width: 20px; top: -15px; left: -14px; border-bottom-right-radius: 20px; box-shadow: 0 20px 0 0 #3ab5b4;}
.footer-wrapp .logo .shape:after { content: ""; position: absolute; background-color: transparent; height: 40px; width: 20px; top: -15px; right: -14px; border-bottom-left-radius: 20px;  box-shadow: 0 20px 0 0 #3ab5b4;}




/* --------inner-banner-------- */
.inner-banner { position: relative; text-align: center;}
.inner-banner .bg-img { width: 100%;}
.inner-banner .bg-img img { width: 100%; object-fit: cover;}
.inner-banner .inner-content { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.inner-banner h1 {font-size: 52px; line-height: 1.23; color: var(--primary-color); margin: 0 0 18px;}


/* -------about-wrapp-------- */
.about-wrapp {padding: 100px 0;}
.about-wrapp .about-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.about-wrapp .about-col1 { width: 46%;}
.about-wrapp .about-col2 {width: 50%;}
.about-wrapp .about-col2 img { width: 100%; display: block; border-radius: 10px;}
.about-wrapp h3 { font-size: 18px;  color: #5dbe93; margin: 0 0 10px;}
.about-wrapp h2 { font-size: 40px; color: var(--secondary-color); margin: 0 0 20px;}
.about-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}



/* ----------destin-wrapp---------- */
.destin-wrapp {background: #37B4B6;padding: 100px 0;}
.destin-wrapp .destin-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.destin-wrapp .destin-col1 { width: 45%;}
.destin-wrapp h3 {color: var(--primary-color);font-size: 40px;margin: 0 0 0px;}
.destin-wrapp h2 { font-size: 40px; color: var(--primary-color); margin: 0 0 20px;}
.destin-wrapp p {font-size: 16px;line-height: 1.56;margin: 0 0 20px; color: var(--primary-color);}
.destin-wrapp .destin-btn { display: inline-block; font-size: 11px;  color: var(--primary-color); margin: 0 0 0 auto;  position: relative; padding: 14px 28px 14px 28px;  text-transform: uppercase;  font-weight: 600; letter-spacing: 1px;}
.destin-wrapp .destin-widge { width: 100%; margin: 20px 0 0; padding: 20px 0 0; display: flex; flex-wrap: wrap;  border-top: 1px solid #cdcdcd;}
.destin-wrapp .destin-widge .widge-col1 { width: 32%; margin: 0 2% 0 0;}
.destin-wrapp .destin-widge .widge-col1:nth-child(3) { margin-right: 0;}
.destin-wrapp h3 span {color: var(--primary-color);}
.destin-wrapp .destin-widge p {color: var(--primary-color);font-weight: 600;margin: 0 0 0;}
.destin-wrapp .destin-col2 { width: 50%;}
.destin-wrapp .destin-img { width: 100%; margin: 0 0 20px;}
.destin-wrapp .destin-img img { width: 100%; border-radius: 10px;}




/* --------packages-wrapp2-------- */
.packages-wrapp2 { background: none;}
.packages-wrapp2 .package-col1 .pricing-tag {background: #fff;}
.packages-wrapp2 .package-col1 .pricing-tag:before { box-shadow: 0 -30px 0 0 #fff;}
.packages-wrapp2 .package-col1 .pricing-tag:after {box-shadow: 0 -30px 0 0 #fff;}



/* ---------contact-wrapp2-------- */
.contact-wrapp2:after { display: none;}
.contact-wrapp2 .map-wrapp { width: 100%; margin: 20px 0 0;}
.contact-wrapp2 .map-wrapp iframe { width: 100%; height: 250px; border-radius: 10px;}


.content-wrapp {padding: 80px 0;}
.content-wrapp .content-row { width: 100%; display: flex;flex-wrap: wrap; justify-content: space-between;}
.content-wrapp .content-col1 { width: 67%;}
.content-wrapp .content-col2 { width: 30%;}
.content-wrapp h2 { font-size: 40px; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrapp .content-img { width: 100%; margin: 0 0 25px;}
.content-wrapp .content-img img { width: 100%; border-radius: 10px;}
.content-wrapp  h3 { font-size: 28px; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.content-wrapp .itinerary-tabs { width: 100%;}
.content-wrapp .itinerary-tabs .itinerary-days-nav { width: 100%; margin: 0 0 20px;}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul {width: fit-content;display: flex;flex-wrap: wrap;box-shadow: 0 0 10px rgba(0,0,0,.2);margin: 0 0 0;}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul li { padding: 10px 12px 12px; cursor: pointer;}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul li:before{display: none;}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul li.active { background: #37B4B6; color: var(--primary-color);}
.content-wrapp .itinerary-tabs  .itinerary-content { width: 100%;}
.content-wrapp ul { width: 100%; margin: 0 0 20px;}
.content-wrapp ul li { position: relative; font-size: 16px; line-height: 1.56; padding-left: 10px;}
.content-wrapp ul li:before { content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrapp  h4 { font-size: 28px; color: var(--secondary-color); margin: 0 0 20px;}
.content-wrapp .content-img2 { width: 100%;  margin: 0 0 20px;}
.content-wrapp .content-img2 img { width: 100%; border-radius: 10px;}
.content-wrapp .book-btn { display: inline-block; font-size: 11px; color: var(--primary-color); margin: 0 0 0 auto; position: relative; padding: 14px 28px 14px 28px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.content-wrapp .book-btn:hover { color: #37B4B6;}
.content-wrapp .contact-form { width: 100%; margin: 30px 0; border: 2px solid #37B4B6; padding: 30px; border-radius: 10px;}
.content-wrapp .contact-form input { width: 100%; border: 1px solid #37B4B6;  height: 50px; margin: 0 0 15px; border-radius: 10px; font-size: 16px; padding: 10px 14px; font-family: "Open Sans", sans-serif;}
.content-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid input::placeholder { color: #37B4B6;}
.content-wrapp .contact-form textarea { width: 100%;  border: 1px solid #37B4B6; height: 105px; margin: 0 0 15px; border-radius: 10px; font-size: 16px; padding: 10px 14px; font-family: "Open Sans", sans-serif; resize: none;}
.content-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid textarea::placeholder { color: #37B4B6;}
.content-wrapp .contact-form .everest-forms .evf-container  .evf-submit-container button { display: inline-block; font-size: 11px; color: var(--primary-color); margin: 0 0 0 auto; position: relative;padding: 14px 28px 14px 28px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;background: none; border: none; transition: all .25s ease-in-out; font-family: "Montserrat", sans-serif;}
.content-wrapp .contact-form .everest-forms .evf-container  .evf-submit-container button:hover { color: #37B4B6;}
.content-wrapp .gallery { width: 100%;}
.content-wrapp .gallery .gallery-row2 { width: 100%; display: flex; flex-wrap: wrap;}
.content-wrapp .gallery .images { width: 49%; margin: 0 2% 2% 0;}
.content-wrapp .gallery .images:nth-child(2n) { margin-right: 0;}
.content-wrapp .gallery .images img { width: 100%; border-radius: 10px;}
.content-wrapp .itinerary-tabs .itinerary-content .tab-content { width: 100%; display: none;}
.content-wrapp .itinerary-tabs .itinerary-content .tab-content.active { display: block;}




.content-wrapp .contact-form .everest-forms .evf-container {margin: 0  0 0;}
.content-wrapp .contact-form .everest-forms .evf-container .evf-field-container { padding: 0 0 0;}
.content-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row { margin: 0 0 0;}
.content-wrapp .contact-form .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid { padding: 0 0 0;}
.content-wrapp .contact-form .everest-forms .evf-container  .evf-submit-container { padding: 0 0 0;}



.error-page-section {padding: 60px 0; text-align: center;}
.error-page-section h1 {font-size: 60px; color: var(--global); margin: 0 0 20px; font-weight: 500;}
.error-page-section h2 { font-size: 28px; margin: 0 0 20px;}
.error-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.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: #37B4B6; border-image: initial; border-radius: 80px; padding: 0px 20px; background: no-repeat; margin: 0 10px 0 0; flex: 1 0 0; color: var(--global);}
.error-page-section .search-form .search-submit { display: inline-block; font-size: 11px; color: var(--primary-color); margin: 0 0 0 auto; position: relative;padding: 14px 28px 14px 28px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;background: none; border: none; transition: all .25s ease-in-out; font-family: "Montserrat", sans-serif;}
.error-page-section .search-form .search-submit .screen-reader-text {font-size: 11px; clip: inherit; clip-path: inherit; position: relative !important; transition: all .25s ease-in-out; font-family: "Montserrat", sans-serif; text-transform: uppercase; letter-spacing: 1px;}
.error-page-section .search-form .search-submit:hover {color: #37B4B6; background: none;}
.error-page-section .search-form .search-submit:hover .screen-reader-text { color: #37B4B6;}
.error-page-section .search-form input::placeholder { color: var(--secondary-color);}
.error-page-section .search-form .search-submit:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #37B4B6, #CDDC2A) border-box;
    background-size: 100% 100%; 
	border-radius: 80px;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.error-page-section .search-form .search-submit:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 80px;
	background: linear-gradient(to right, #37B4B6, #CDDC2A) border-box;
    background-size: 100% 100%; 
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.error-page-section .search-form .search-submit:hover:after {
	opacity: 0;
}

.search-page-section {padding: 60px 0 0;}
.search-page-section h1 { font-size: 32px; margin: 0 0 20px;}
.search-page-section h3 { font-size: 28px; margin: 0 0 20px;}
.search-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.search-page-section .search-btn1 {  display: inline-block; font-size: 11px; color: var(--primary-color); margin: 0 0 0 auto; position: relative; padding: 14px 28px 14px 28px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;}
.search-page-section .search-btn1:hover { color: #37B4B6; background: none;}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}


.defualt-page-section .content-wrapp h2 { font-size: 28px; margin: 0 0 20px;}
.defualt-page-section p {font-size: 16px; line-height: 1.56; margin: 0 0 20px; word-break: break-all;} 
.defualt-page-section p a {color: #37B4B6;}
.defualt-page-section p a:hover { color: #000000;}



/* -----------responsive--------- */
@media screen and (max-width:1400px) {
.header-wrapp .header-links ul li { font-size: 14px; margin: 0 13px 0 0;}
.header-wrapp .logo { width: 200px;}

}

@media screen and (max-width:1200px) {
.header-wrapp .header-links ul li { margin: 0 5px 0 0;}

.banner-wrapp h3 { font-size: 16px;}
.banner-wrapp h1 { font-size: 50px;}
.banner-wrapp p { font-size: 18px;}
.banner-wrapp .banner-btn { font-size: 14px;}
.banner-wrapp { min-height: 500px;  padding: 80px 0;}

.inner-banner h1 { font-size: 48px;}

.destin-wrapp .destin-widge p { font-size: 13px;}

}

@media screen and (max-width:992px) {
.header-wrapp .header-right{display: none;}
.overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background: linear-gradient(to right, #37B4B6, #CDDC2A, #37B4B6, #CDDC2A); 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: var(--primary-color); display: block; padding: 12px 0;}
.overlay ul li { font-size: 18px; border-bottom: 1px solid #dadada;}
.overlay ul li a:hover { color: var(--secondary-color);}
.burger-btn { display: block; position: fixed; width: 50px; height: 30px; right: 5%; top: 28px; z-index: 999;  overflow: hidden;}
.burger-btn span { display: block; width: 100%; height: 3px; background: linear-gradient(to right, #37B4B6, #CDDC2A, #37B4B6, #CDDC2A); 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: var(--primary-color);}
.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;}
.header-wrapp .social-icons { display: none;}

.overlay .social-icons { width: 100%; margin: 50px 0 0;}
.overlay .social-icons ul { width: 100%;}
.overlay .social-icons ul li { width: auto; display: inline-block; border: none; margin: 0 15px 0 0;}
.overlay .social-icons ul li .icon { width: 35px; height: 35px; display: block; padding: 8px; border: 1px solid #fff; border-radius: 50%; position: relative;}
.overlay .social-icons ul li .icon .hover-icon { position: absolute; top: 0; left: 0; padding: 8px; opacity: 0; transition: all .25s ease-in-out;}
.overlay .social-icons ul li .icon img { transition: all .25s ease-in-out; width: 100%; height: 100%;}
.overlay .social-icons ul li:hover .icon > img { opacity: 0;}
.overlay .social-icons ul li:hover .icon > .hover-icon { opacity: 1;}
.overlay .social-icons ul li:hover .icon { background: #fff;}

.banner-wrapp h1 { font-size: 45px;}

.abouts-wrapp { padding: 60px 0;}
.abouts-wrapp h2 { font-size: 36px;}

.category-wrapp { padding: 60px 0 80px;}
.category-wrapp h2 { font-size: 36px;}
.category-wrapp .category-col1 { width: 100%; margin: 0 0 30px;}
.category-wrapp .category-col1:before {left: 38%;}
.category-wrapp .category-col1:after { left: 38%;}

.packages-wrapp { padding: 60px 0;}
.packages-wrapp h2 { font-size: 36px;}
.packages-wrapp .package-col1 { width: 48%; margin: 0 4% 35px 0;}
.packages-wrapp .package-col1:nth-child(3n) { margin-right: 4%;}
.packages-wrapp .package-col1:nth-child(2n) { margin-right: 0;}


.gallery-wrapp { padding: 60px 0 80px;}
.gallery-wrapp h2 { font-size: 36px;}

.testimonial-wrapp h2 { font-size: 36px; margin: 0 0 32px;}
.testimonial-wrapp .testimonial-slider .slick-track { padding: 10px 0 0;}
.testimonial-wrapp .testimonial-slider .slick-track .slick-slide.slick-current .testimonial-box { margin: 0;}
.testimonial-wrapp .testimonial-slider .slick-dots { bottom: -40px;}
.testimonial-wrapp { padding: 60px 0 80px;}

.contact-wrapp h2 { font-size: 36px;}
.contact-wrapp .contact-form { padding: 34px;}
.contact-wrapp { padding: 60px 0;}

.footer-wrapp .footer-menu ul li { font-size: 14px; margin: 0 0 0 0;}

.inner-banner h1 { font-size: 44px;}
.inner-banner .bg-img img { height: 300px;}

.about-wrapp { padding: 60px 0;}
.about-wrapp h2 { font-size: 36px;}

.destin-wrapp h2 {font-size: 36px;}
.destin-wrapp {padding: 60px 0;}
.destin-wrapp h3 {font-size: 36px;}


.content-wrapp h2 { font-size: 36px;}
.content-wrapp h3 {font-size: 26px;}
.content-wrapp h4 {font-size: 26px;}
.content-wrapp .contact-form {padding: 20px;}
.content-wrapp {padding: 60px 0;}


}

@media screen and (max-width:767px) {
.banner-wrapp p { font-size: 16px;}
.banner-wrapp h3 { font-size: 14px;}
.banner-wrapp { min-height: inherit;}


.abouts-wrapp .abouts-col1 { width: 100%; margin: 0 0 30px;}
.abouts-wrapp .abouts-col2 { width: 100%;}

.packages-wrapp h4 {font-size: 16px;}
.packages-wrapp .book-btn {font-size: 10px;padding: 14px 20px 14px 20px;letter-spacing: .3px;}

.gallery-wrapp .gallery-row { grid-template-columns: 50% 50%;  grid-template-rows: 18.33%;}
.gallery-wrapp .gallery-col1:nth-child(3) { grid-column: auto;}

.contact-wrapp .contact-col2 { width: 100%;}
.contact-wrapp .contact-col1 { width: 100%; margin: 0 0 48px;}
.contact-wrapp .contact-row { flex-direction: column-reverse;}
.contact-wrapp { padding: 60px 0 80px;}

.footer-wrapp .logo { width: 200px; margin: -35px  auto 0;}
.footer-wrapp .footer-menu { width: 100%; margin: 20px 0 0; text-align: center;}
.footer-wrapp .footer-row1 { justify-content: center; text-align: center; margin: 10px 0 0;}
.footer-wrapp p { font-size: 14px; width: 100%; margin: 0 0 5px;}
.footer-wrapp { background: linear-gradient(to bottom, #37B4B6 0%, #CDDC2A 100%); background-size: 250% 200%;}

.about-wrapp .about-col1 {width: 100%; margin: 0 0 20px;}
.about-wrapp .about-col2 {width: 100%;}

.destin-wrapp .destin-col1 { width: 100%; margin: 0 0 35px;}
.destin-wrapp .destin-col2 { width: 100%;}

.content-wrapp .content-col1 {width: 100%;margin: 0 0 20px;}
.content-wrapp .content-col2 { width: 100%;}

}

@media screen and (max-width:600px) {
.burger-btn {top: 20px;}
.header-wrapp .logo {  width: 166px;}

.packages-wrapp .package-col1 { width: 100%;  margin: 0 0 30px;}

}

@media screen and (max-width:480px) {
.banner-wrapp h3 { font-size: 12px;}
.banner-wrapp h1 { font-size: 36px;}

.abouts-wrapp h2 { font-size: 32px;}


.category-wrapp .category-col1 .category-img { width: 100%; border: none; border-bottom: 2px dashed var(--secondary-color); height: 40%;}
.category-wrapp .category-col1 .category-content { width: 100%; justify-content: inherit;}
.category-wrapp .category-col1:before { left: 0; border-radius: 0 50% 50% 0; top: 37%; width: 18px; height: 25px;}
.category-wrapp .category-col1:after { left: inherit; border-radius: 50% 0 0 50%; top: 37%; width: 18px; height: 25px; right: 0;}
.category-wrapp h2 { font-size: 32px;}
.category-wrapp .category-col1 {min-height: inherit;}

.packages-wrapp .package-col1 {width: 100%; margin: 0 0 30px !important;}
.packages-wrapp .package-col1 .pricing-tag { font-size: 14px; left: 45px;}
.packages-wrapp h2 { font-size: 32px;}

.gallery-wrapp h2 { font-size: 32px; margin: 0 0 20px;}

.testimonial-wrapp h2 { font-size: 32px;}

.contact-wrapp h2 { font-size: 32px;}

.footer-wrapp p { font-size: 12px;}

.overlay { width: 100%;}


.inner-banner h1 { font-size: 36px;}

.about-wrapp h2 { font-size: 32px;}

.destin-wrapp h2 {font-size: 32px;}
.destin-wrapp h3 {font-size: 32px;}
.destin-wrapp .destin-widge p {font-size: 10px;}

.contact-wrapp .contact-form {padding: 28px;}

.content-wrapp h2 { font-size: 32px;}
.content-wrapp h3 {font-size: 24px;}
.content-wrapp h4 {font-size: 24px;}

.search-page-section h1 {font-size: 30px;}
.search-page-section h3 {font-size: 24px;}

}