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

/* CSS Document © 2025 ENVINTO */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignatureRegular.eot');
    src: url('../fonts/BrittanySignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('../fonts/BrittanySignatureRegular.woff') format('woff'),
        url('../fonts/BrittanySignatureRegular.ttf') format('truetype'),
        url('../fonts/BrittanySignatureRegular.svg#BrittanySignatureRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-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: "Roboto", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#ffffff; background: #000000; -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; scroll-behavior: smooth;}
:root { --primary: #cba04f; --secondary:#fdedc6; --global: #ffffff;}
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: "Cormorant Upright", serif}
p, p span {font-family: "Roboto", 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(--secondary-color);
}
::-moz-placeholder { 
  color:var(--secondary-color);
}
:-ms-input-placeholder {
  color:var(--secondary-color);
}
:-moz-placeholder {
  color:var(--secondary-color);
}

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

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

strong{font-weight: bold;}

.container{max-width: 1320px; margin: 0 auto;}


.header-row{display: flex;align-items: center;justify-content: space-between;margin: 20px 0px;}
.header-col .logo img{width: 100%; max-width: 200px; height: auto; display: block;}
.header-col ul{display: flex;align-items: center;justify-content: space-between;}
.header-col ul{display: flex;align-items: center;justify-content: space-between;}
.header-col ul{gap: 80px;}
.header-col ul li a{font-size: 1.2rem;color: var(--secondary);text-transform: capitalize;position: relative;}
.header-col ul li a::after{content: '';display: block;width: 0%;height: 1px;background-color: var(--secondary);transition: width 0.3s ease-in-out;opacity: 1;bottom: -8px;position: absolute;left: 0;}
.header-col ul li a:hover{color: var(--primary);}
.header-col ul li a:hover::after{width: 100%;background-color: var(--primary);}

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

.banner-head{margin-top: 40px;}
.banner-head h1{font-size:8rem;text-align: center;text-transform: uppercase;line-height: 1;font-weight: 700;-webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-stroke: 0.02EM var(--primary);}
.banner-bg video{width: 100%; height: 70vh; object-fit: cover;}



.about-section{padding: 50px 0px;}
.about-wrap{padding:20px;background-color:var(--secondary);border-radius: 20px;}
.about-row{display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.about-bg img{width: 100%; height: 600px; border-radius: 20px;object-fit: contain;}
.about-col1{width: 50%;}
.about-col2{width: 50%;}
.about-head h2{font-size: 4rem;line-height: 1.2;font-weight: 700;color:#000000;text-transform: uppercase;}
.about-head h2 span{color: var(--primary);-webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-stroke: 0.02EM var(--primary);}
.about-content p{color: #000000;line-height: 2;max-width: 600px;margin-top:20px;}
.about-content ul{margin-top: 30px;}
.about-content ul li{color:var(--primary);line-height: 2;font-size: 1.1rem;font-weight: 600;padding-left: 50px;position: relative;margin: 25px 0px;}
.about-content ul li::after{content:'';display: block;background-image: url("../images/anchor.png");width: 35px;height:35px;position: absolute;top: 0;left: 0;background-repeat: no-repeat;background-size: cover;}



.service-sec{padding: 50px 0px;}
.service-head h2{font-size: 4rem;line-height: 1.2;font-weight: 700;color:var(--primary);text-transform: uppercase;text-align: center;-webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-stroke: 0.02EM var(--primary);}
.service-row{width: 100%; display: flex; flex-wrap: wrap; align-items: center;justify-content: center; margin-top: 50px;}
.service-col{width: 32.33%;border-radius: 30px;position: relative;padding: 10px;border: 2px solid var(--primary); margin: 0 1.5% 30px 0;}
.service-col-image img{width: 100%; height: 500px; border-radius: 20px; overflow: hidden;object-fit: cover;}
.service-content{background-color: var(--secondary);position: absolute;bottom: 20px;left: 0;width: auto;padding: 20px;border-radius: 20px;margin: 0px 20px;min-height: 160px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.service-content h3{font-size: 1.4rem;line-height: 1.2;font-weight: 700;color:#000000;text-transform: uppercase;margin-bottom: 10px;text-align: center;}
.service-content p{color: var(--secondary);line-height: 1.5;font-size: 1rem;max-width: 400px;color: var(--primary);text-align: center;}
.service-col:nth-child(3n) { margin-right: 0;}
.service-col:last-child { margin-right: 0;}
.service-col .book-btn a { background: var(--primary); border: 1px solid var(--primary); color: var(--secondary);}
.service-col .book-btn a:hover { color: var(--primary); background: none;}




.rental-service{padding: 50px 0px;}
.rental-head{display: flex;align-items: center;justify-content: center;margin-bottom: 50px;flex-direction: column;}
.rental-head img{width: 80px;height: 80px;object-fit: cover;margin-bottom: 20px;}
.rental-head h2{font-size: 4rem;line-height: 1.2;font-weight: 700;color:var(--primary);text-transform: uppercase;text-align: center;-webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-stroke: 0.02EM var(--primary);}
.rental-row{display: flex;align-items: center;justify-content:center;gap: 20px;margin-top: 50px;flex-wrap: wrap;}
.rental-col{width: 31.33%;position: relative;margin-bottom: 50px;}
.rental-image img{width: 100%; height: 300px; border-radius: 900px; overflow: hidden;object-fit: cover;border: 3px solid var(--primary);padding: 10px;}
.rental-content h3{font-size: 2rem;line-height: 1.2;font-weight: 700;color:var(--secondary);text-transform: uppercase;margin: 20px 0px;text-align: center;}
.rental-content h4{color: var(--secondary);line-height: 1.5;font-size: 1.6rem;max-width: 400px;color: var(--primary);text-align: center;margin-top: 0px;font-weight: 600;}
.rental-service .load-more-wrapper { width: 100%; text-align: center;}
.rental-service .load-more-wrapper button#load-more-btn { padding: 15px 40px; background-color: var(--secondary); color: #000000; border-radius: 50px; font-size: 1.1rem; font-weight: 500;  border: 1px solid var(--secondary); margin: 0 auto; transition: all .25s ease-in-out;}
.rental-service .load-more-wrapper button#load-more-btn:hover { background: var(--primary); border-color: var(--primary); color: var(--secondary); opacity: 1;}


.book-btn{display: flex;align-items: center;justify-content: center;margin-top: 20px;}
.book-btn a{padding:15px 40px;background-color: var(--secondary);color: #000000;border-radius: 50px;font-size: 1.1rem;font-weight: 500;}
.book-btn a:hover{background-color: var(--primary);color: var(--secondary);transition: all 0.3s ease-in-out;}


.reservation-sec{padding: 50px 0px;}
.reservation-wrap{position: relative;background-color: var(--secondary);padding: 20px;border-radius: 20px;}
.reservation-wrap video{width: 100%; height: 80vh; object-fit: cover;border-radius: 20px;object-position: center center;position: relative;}
.reservation-wrap .reservation-video{position: relative;overflow: hidden;border-radius: 20px;}
.reservation-wrap .reservation-video::after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);content:'';border-radius: 20px;}
.reservation-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;max-width: 800px;width: 100%;text-align: center;}
.reservation-content h3{font-size: 4rem;line-height: 1.2;font-weight: 700;color:var(--secondary);text-transform: uppercase;margin-bottom: 20px;}
.reservation-content img{display: flex;align-items: center;justify-content: center;margin: 20px auto;width: 100px;height: 100px;object-fit: cover;margin-bottom: 20px;}
.reservation-content p{color:#ffffff;line-height: 1.5;font-size: 1.2rem;max-width: 600px;margin: 0 auto;}
.reservation-content .book-btn{margin-top: 20px;}



.specilaty-sec{padding: 0px 0px 50px;}
.specilaty-head h2{font-size: 4rem;line-height: 1.2;font-weight: 700;color:var(--primary);text-transform: uppercase;text-align: center;-webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-stroke: 0.02EM var(--primary);}
.specilaty-wrap{display: flex;align-items: center;justify-content: space-between;gap: 10px;margin-top: 10px;}
.specilaty-left{width: 40%;}
.specilaty-center{width: 20%;display: flex;align-items: center;justify-content: center;}
.specilaty-right{width: 40%;}
.specailaty-col{display: flex;flex-direction: column;padding: 30px 0px;border-bottom: 1px solid var(--secondary);}
.specailaty-col:last-child{border-bottom: none;}
.specilaty-col-img{margin-bottom: 15px;}
.specilaty-col-img img{width: 70px; height: 70px;}
.specilaty-col-content h3{font-size: 1.7rem;line-height: 1.2;font-weight: 700;color:var(--primary);text-transform: uppercase;margin-bottom: 10px;}
.seprator-image img{height: 600px;object-fit: cover;width:100%;}
.specilaty-col-content p{color: #ffffff;line-height: 1.5;font-size: 0.85rem;max-width: 550px;}
.specilaty-right .specailaty-col{text-align: right;}
.specilaty-right .specailaty-col .specilaty-col-img{margin-left: auto;}
.specilaty-right .specailaty-col .specilaty-col-content p{margin-left: auto;}



.secondry-banner{padding: 100px 0px;background-image:url("../images/secondry-banner.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;background-attachment:fixed;position: relative;}
.secondry-banner::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1;}
.seccondry-banner-content{position: relative;z-index: 2;text-align: center;padding: 20px;}
.seccondry-banner-content h2{font-size: 4rem;line-height: 1.2;font-weight: 700;color:var(--secondary);text-transform: uppercase;text-align: center;margin-bottom: 20px;}
.seccondry-banner-content p{color:#ffffff;line-height: 1.5;font-size: 1.2rem;max-width: 600px;margin: 0 auto;text-align: center;}
.seccondry-banner-content .book-btn{margin-top: 20px;display: flex;align-items: center;justify-content: center;}




.weoffer-sec{padding: 50px 0px;}
.weoffer-head h2{font-size: 4rem;line-height: 1.2;font-weight: 700;color:var(--primary);text-transform: uppercase;text-align: center;-webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-stroke: 0.02EM var(--primary);}
.weoffer-row{width: 100%; display: flex; flex-wrap: wrap; align-items: center;justify-content: center; margin-top: 50px;}
.weoffer-col{width: 32%;border-radius: 30px;position: relative;padding: 10px;border: 2px solid var(--primary);  margin: 0 2% 30px 0;}
.weoffer-content{background-color: var(--secondary);width: auto;padding: 20px;border-radius: 20px;min-height: 160px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.weoffer-content h3{font-size: 1.4rem;line-height: 1.2;font-weight: 700;color:#000000;text-transform: uppercase;margin-bottom: 10px;text-align: center;}
.weoffer-content p{color: var(--secondary);line-height: 1.5;font-size: 0.8rem;max-width: 400px;color: var(--primary);text-align: center;}
.weoffer-col:nth-child(3n) { margin-right: 0;}
.weoffer-col:last-child { margin-right: 0;}



.testimonial-sec{padding: 50px 0px;}
.testi-head h2{font-size: 4rem;line-height: 1.2;font-weight: 700;color:var(--primary);text-transform: uppercase;text-align: center;-webkit-text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-stroke: 0.02EM var(--primary);margin-bottom: 50px;}
.testimonial-slider {width: 100%;margin: 0 auto;}
.testimonial-card {background: #fff;border-radius: 16px;overflow: hidden;box-shadow: 0 4px 12px rgba(0,0,0,0.1);display: flex;flex-direction: column;align-items: center;padding: 0;position: relative;top: 10px;left: 10px;}
.testimonial-card img {width: 100%;height: auto;object-fit: cover;}
.testimonial-content {padding: 20px;text-align: center;position: absolute;background-color: #fff;margin: 20px;max-width:400px;width: 100%;margin-right: auto;top: 15%;}
.testimonial-content h3{font-size: 1.5rem;margin-bottom: 10px;font-weight: 700;color: var(--primary);text-transform: uppercase;}
.testimonial-content p{font-size: 1rem;line-height: 1.5;color: #333;margin-bottom: 10px;}
.testimonial-content strong {font-weight: 600;display: block;margin-top: 20px;color: var(--primary);}
.testimonial-content span {font-size: 0.9rem;color: #777;}
.testimonial-slider .slick-slide {padding: 0 10px;box-sizing: border-box;}
.testimonial-slider {margin: 0 -10px;}


.contact-section {display: flex;padding: 80px;justify-content: space-between;align-items: flex-start;gap: 50px;flex-wrap: wrap;}
.contact-left {flex: 1;}
.contact-left h3{font-size: 1.8rem;line-height: 1.4;margin-bottom: 40px;font-weight: 700;color: var(--primary);text-transform: uppercase;}
.contact-info .info-item {display: flex;align-items: flex-start;margin-bottom: 30px;}
.contact-info .info-item i {font-size: 21px;margin-right: 15px;margin-top: 5px;color:var(--primary);}
.contact-info .label {font-weight: 700;margin-bottom: 5px;color:var(--primary);}
.contact-info p a {color: var(--global);}
.contact-info p a:hover { color: var(--primary);}
.contact-right {flex: 1;min-width: 300px;max-width: 650px;}
.contact-right h3{font-size: 2.2rem;line-height: 1.4;margin-bottom: 20px;font-weight: 700;color: var(--primary);text-transform: uppercase;}
.contact-right .sub-text {font-size: 14px;color: #ffffff;margin-bottom: 30px;line-height: 2;}
.contact-form {display: flex;flex-direction: column;gap: 20px;}
.form-row {display: flex;gap: 20px;flex-wrap: wrap;}
.form-row input,.form-row textarea {padding: 18px;border: none;border-radius: 30px;background-color: transparent;color: var(--primary);font-size: 16px;flex: 1;width: calc(50% - 10px);box-sizing: border-box;outline: none;border: 1px solid var(--primary);}
textarea {resize: none;border-radius: 30px;}
.full-width {width: 100%;}
.contact-row{display: flex;align-items: center;justify-content: space-between;}



.footer-section {background-color:#000000;padding: 80px 60px 20px;border-top: 1px solid var(--secondary);}
.footer-container {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;gap: 40px;margin-bottom: 40px;}
.footer-left h1 {font-size: 3rem;line-height: 1.2;margin-bottom: 30px;color: var(--primary);font-weight: 600;}
.cta-button {padding: 12px 28px;background: var(--secondary);color: rgb(0, 0, 0);border: 2px solid rgb(0, 0, 0);border-radius: 30px;
font-size: 16px;cursor: pointer;transition: 0.3s;}
.cta-button:hover {background:var(--primary);color: rgb(255, 255, 255);}
.footer-links{margin-right: 0px;}
.footer-links h3 {font-size: 2rem;margin-bottom: 15px;color: var(--primary);font-weight: 600;}
.footer-links ul {list-style: none;padding: 0;margin: 0;text-align: center;}
.footer-links ul li {margin-bottom: 20px;}
.footer-links ul li a {color: #ffffff;text-decoration: none;transition: 0.3s;font-size:1.1rem;}
.footer-links ul li a:hover {text-decoration: underline;}
.footer-newsletter h3 {font-size: 2rem;margin-bottom: 15px;color: var(--primary);font-weight: 600;}
.footer-newsletter p {font-size: 1.1rem;color: #000000;line-height: 2;margin-bottom: 50px;}
.newsletter-form {position: relative;max-width: none;margin-bottom: 20px;}
.newsletter-form input {width: 100%;padding: 10px 40px 10px 10px;background: transparent;border: none;border-bottom: 1px solid #aaa;
  color: rgb(255, 255, 255);font-size: 1rem;outline: none;}
.newsletter-form .send-icon {position: absolute;right: 10px;top: 10px;color: rgb(0, 0, 0);cursor: pointer;font-size: 16px;}
.footer-bottom {text-align: center;padding-top: 20px;font-size: 14px;color: #ffffff;border-top: 1px solid var(--primary);}
.footer-right{display: flex;align-items: baseline;}

.footer-bottom p a {color: var(--primary);}
.footer-bottom p a:hover {color: var(--global);}
.footer-social {width: 100%;display: flex; flex-wrap: wrap;}
.footer-social a { width: fit-content;  display: inline-block; margin: 0 17px 0 0;}
.footer-social .social-icon { display: inline-block; width: 35px; height: 35px; background: var(--primary); position: relative; padding: 8px; border: 1px solid var(--primary); border-radius: 50%; transition: all .25s ease-in-out;}
.footer-social .social-icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-social .social-icon .hover-icon { width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all .25s ease-in-out; padding: 7px; opacity: 0;}
.footer-social .social-icon:hover .hover-icon { opacity: 1;}
.footer-social .social-icon:hover > img { opacity: 0;}
.footer-social .social-icon:hover { background: none;}



.contact-section .everest-forms { width: 100%;}
.contact-section .everest-forms .evf-container { margin: 0 0 0;}
.contact-section .everest-forms .evf-container .evf-field-container { padding: 0 0 0;}
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row { margin: 0 0 0;}
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid { padding: 0 0 0; width: 100%;  display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field { width: 48%;}
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field input { padding: 18px; border-radius: 30px; background-color: transparent; color: var(--primary); font-size: 16px; width: 100%; box-sizing: border-box; outline: none; border: 1px solid var(--primary);}
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field input::placeholder {color: var(--primary);}
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field:last-child { width: 100%;}
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field textarea::placeholder { color: var(--primary);}
.contact-section .everest-forms .evf-container .evf-submit-container { width: 100%; padding: 0 0 0;}
.contact-section .everest-forms .evf-container .evf-submit-container button { background: var(--primary); border: 1px solid var(--primary); color: var(--secondary); padding: 15px 40px; border-radius: 50px; font-size: 1.1rem; font-family: "Roboto", sans-serif; font-weight: 500; transition: all .25s ease-in-out;}
.contact-section .everest-forms .evf-container .evf-submit-container button:hover { background: var(--secondary); border-color: var(--secondary); color: #000;}


.inner-banner { position: relative; text-align: center;}
.inner-banner .bg-img {width: 100%; position: relative;}
.inner-banner .bg-img img { width: 100%; max-height: 520px; object-fit: cover;}
.inner-banner .inner-content { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%);}
.inner-banner h1 {font-size: 3.4rem; line-height: 1.2; font-weight: 700; color: var(--secondary); text-transform: uppercase; margin-bottom: 20px;}
.inner-banner .bg-img:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 40%);}


.defualt-page-section { padding: 70px 0 0;}
.defualt-page-section h2 { font-size: 2.4rem; line-height: 1.2; font-weight: 700; color: var(--primary); text-transform: uppercase; margin-bottom: 10px;}
.defualt-page-section p { color: #ffffff; line-height: 1.5; font-size: 0.85rem; margin: 0 0 20px;}
.defualt-page-section h3 { font-size: 2rem; line-height: 1.2; font-weight: 700; color: var(--primary); text-transform: uppercase; margin-bottom: 10px;}


.search-page-section { padding: 70px 0 0;}
.search-page-section h1 { font-size: 2.4rem; line-height: 1.2; font-weight: 700; color: var(--primary); text-transform: uppercase; margin-bottom: 10px;}
.search-page-section .search-page-card { width: 100%; margin: 0 0 30px;}
.search-page-section h3 { font-size: 2rem; line-height: 1.2; font-weight: 700; color: var(--primary); text-transform: uppercase; margin-bottom: 10px;}
.search-page-section  p { font-size: 16px; line-height: 1.56;  margin: 0 0 20px;}
.search-page-section .search-btn1 { background: var(--primary); border: 1px solid var(--primary); color: var(--secondary); padding: 13px 32px; display: inline-block;  font-size: 16px; font-weight: 500; border-radius: 50px;}
.search-page-section .search-btn1:hover { background: var(--secondary); border-color: var(--secondary); color: #000;}

.error-page-section {padding: 70px 0 0; text-align: center;}
.error-page-section h1 {font-size: 60px; color: var(--primary); margin: 0 0 20px; font-weight: 500;}
.error-page-section h2 { font-size: 28px; margin: 0 0 20px; color: var(--primary);} 
.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: var(--primary);border-image: initial;border-radius: 80px;padding: 0px 20px;background: no-repeat;margin: 0 10px 0 0;flex: 1 0 0;color: var(--primary);}
.error-page-section .search-form .search-submit {display: inline-block;font-size: 14px;color: var(--secondary);margin: 0 0 0 auto;position: relative;padding: 14px 28px 14px 28px;font-weight: 500;background: var(--primary);border: 1px solid var(--primary);border-radius: 50px;font-family: "Roboto", sans-serif;transition: all .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 .25s ease-in-out;font-family: "Roboto", sans-serif;}
.error-page-section .search-form .search-submit:hover {color: #000000;background: var(--secondary);border-color: var(--secondary);}
.error-page-section .search-form .search-submit:hover .screen-reader-text {color: #000000;}
.error-page-section .search-form input::placeholder { color: var(--primary-color);}

.footer-logo img{width:350px;}

.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;}
.header-wrapp.sticky .menu-list ul li a{color:var(--primary);}
.header-wrapp.sticky .header-sec{padding: 0;margin: 10px 0px;}
.header-wrapp.sticky .header-sec .header-col .logo img{height: 50px;}
.header .header-wrapp.sticky .header-col .logo img{width: 130px;}

@keyframes slide-down {
  0% {
    transform: translateY(-100%); 
  }

  100% {
    transform: translateY(0);
  }
}


@media(max-width:1366px){
  .service-content h3{font-size: 1.3rem;}
  .footer-logo img{width: 300px;}

  .header-col ul li a{font-size: 1.1rem;}
  .header-col ul { gap: 48px;}

  .banner-head h1{ font-size: 7rem; }
}

@media(max-width:1024px){
  .banner-head h1{font-size: 6rem;}
  .header-col ul{gap: 40px;}
  .about-section{padding: 50px 0px 0px;}
  .service-sec{padding: 30px 0px;}
  .service-content{padding: 10px;min-height: 130px;}
  .service-row{margin-top: 20px;}
  .service-content h3{font-size: 1.1rem;}
  .service-content p{font-size: 0.8rem;}
  .rental-service{padding: 30px 0px;}
  .rental-head img{width: 60px;height: 60px;}
  .rental-content h3{margin: 10px 0px;}
  .reservation-content h3{font-size: 3rem;}
  .reservation-content{max-width: 1000px;}
  .reservation-content img{width: 80px;height: 80px;}
  .seccondry-banner-content h2{font-size: 3rem;}
  .testi-head h2{font-size: 3rem;}
  .footer-section{padding:40px 20px;}
  .footer-links{margin-right: 0px;}
  .testimonial-content{top: 8%;}
}

@media(max-width:991px){
  .banner-head{margin-top: 0;}
  .about-head h2{font-size: 3rem;}
  .about-content p{font-size:0.8rem;}
  .about-content ul li{font-size: 1rem;line-height: 1.5;}
  .service-head h2{font-size: 3rem;}
  .rental-head h2{font-size: 3rem;}
  .rental-content h3{font-size: 1.5rem;}
  .rental-content h4{font-size: 1.1rem;}
  .rental-row{margin-top: 30px;}
  .rental-col{margin-bottom: 30px;}
  .specilaty-head h2{font-size: 3rem;}
  .container{max-width: 95%;}
  .header-col ul li a{font-size: 1rem;}
  .weoffer-head h2{font-size: 3rem;}
  .weoffer-content h3{font-size: 1.2rem;}
  .testimonial-card img{height: 400px;object-fit: cover;}
  .testimonial-content{max-width: 500px;}
  .contact-section{padding: 50px 20px;}
  .footer-section{padding: 20px;}
  .footer-left{width: 100%;}
  .footer-center{width: 100%;}
  .footer-left{order: 3;text-align: center;}
  .footer-center{order: 1;}
  .footer-right{order: 2;}
  .footer-left h1 br{display: none;}
  .footer-container{justify-content: center; gap: 20px;}
  .footer-links{margin-right: 0;text-align: center;}
  .footer-links ul{ width: 100%;}
  .footer-links ul li{display: inline-block; margin: 0px 15px 15px;}
  .footer-logo img{margin: 0 auto;}
  .header-col ul{gap: 20px;}
  .header-col .logo img{max-width: 160px;}
  .banner-head h1{font-size: 5rem;}
  .about-row{flex-wrap: wrap;flex-direction: column-reverse;}
  .about-col1{width: 100%;}
  .about-col2{width: 100%;}
  .about-bg img{height: 400px;}
  .service-row{flex-wrap: wrap;}
  .service-col{width: 48%; margin: 0 4% 30px 0;}
  .service-col:nth-child(3n) {margin-right: 4%;}
  .service-col:nth-child(2n) { margin-right: 0;}
  .service-col-image img{height: 300px;}
  .service-content h3{font-size: 1.2rem;}
  .service-content p{font-size: 1rem;}
  .rental-col{width: 48%;}
  .reservation-content{max-width: 600px;}
  .specilaty-col-content h3{font-size: 1.2rem;}
  .weoffer-col{ width: 49%; margin: 0 2% 20px 0;}
  .weoffer-col:nth-child(3n) {margin-right: 2%;}
  .weoffer-col:nth-child(2n) { margin-right: 0;}
  .weoffer-row{flex-wrap: wrap;justify-content: center;}
  .weoffer-row{margin-top: 20px;}
  .testi-head h2{margin-bottom: 20px;}
  .contact-row{flex-wrap: wrap;flex-direction: column-reverse;}
  .contact-left{width: 100%;flex: auto;}
  .contact-right{width: 100%;flex: auto;margin-bottom: 60px; min-width: inherit;}
  .testimonial-sec{padding: 30px 0px;}

.header-col1 {display: none;} 
.header-col3 { display: none;}
.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: #000000;background-size: 300% 100%;z-index: 999;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);display: block;padding: 18px 0;}
.overlay ul li {font-size: 36px;font-weight: 500;font-family: "Cormorant Upright", serif;text-transform: uppercase;}
.overlay ul li a:hover {color: var(--secondary) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 65px;z-index: 9999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: var(--primary);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 span:nth-child(2n) {margin: 6px 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 .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(-3px) rotate(45deg);}
body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 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%;}
.overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay .overlay-menu {width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;}
.sticky-found .burger-btn { top: 36px;}

.inner-banner h1 { font-size: 3.2rem;}

}


@media(max-width:768px){
  .header-col1{display: none;}
  .header-col3{display: none;}
  .header-col .logo img{width: 200px;}
  .banner-head h1{font-size: 4rem;margin-bottom: 20px;}
  .about-head h2,.service-head h2,.rental-head h2,.specilaty-head h2{font-size: 2.5rem;}
  .about-bg img{height: 300px;}
  .about-content ul li:last-child{margin-bottom: 0;}
  .reservation-sec{padding: 30px 0px;}
  .reservation-content{max-width: 400px;}
  .reservation-wrap video{height: 90vh;}
  .reservation-content h3{font-size: 2rem;}
  .reservation-content p{font-size: 0.9rem;}
  .specilaty-wrap{flex-wrap: wrap;}
  .specilaty-center{display: none;}
  .specilaty-left{width: 100%;}
  .specilaty-right{width: 100%;}
  .specilaty-right .specailaty-col{text-align:left;}
  .specilaty-right .specailaty-col .specilaty-col-img{margin-right: auto;margin-left: 0;}
  .specailaty-col:last-child{border-bottom: 1px solid var(--secondary);}
  .specilaty-right .specailaty-col:last-child{border-bottom: none;}
  .seccondry-banner-content h2{font-size: 2rem;}
  .seccondry-banner-content p{font-size: 0.8rem;}
  .weoffer-head h2,.testi-head h2{font-size: 2.5rem;}
  .weoffer-col{width: 100%; margin: 0 0 20px !important;}
  .testimonial-content{max-width: 400px;}
  .contact-section{padding-top: 0;}
  .footer-left h1{font-size: 2rem;}


.service-col { width: 100%; margin: 0 0 20px !important;}
.service-content { width: 92%; left: 50%; transform: translateX(-50%); margin: 0 0 0;}

.specilaty-right .specailaty-col .specilaty-col-content p { margin-left: 0;}

.inner-banner .bg-img img {height: 400px;}
.footer-logo img{width: 200px;}
.contact-info{margin-bottom: 20px;}
}


@media(max-width:600px){
  .banner-head h1{font-size: 2.5rem;}
  .footer-links ul{flex-wrap: wrap;}
  .footer-links ul li{margin-bottom: 30px;}
  .banner-bg video{height: 50vh;}
  .header-col .logo img{width: 120px;}
  .burger-btn{top:50px;}
  .about-section{padding-top: 30px;}
  .about-head h2, .service-head h2, .rental-head h2, .specilaty-head h2{font-size: 2rem;}
  .about-content ul li{font-size: 0.8rem;}

  .service-content p{font-size: 0.8rem;}
  .rental-head{margin-bottom: 20px;}
  .rental-image img{height: 250px;}
  .rental-col{width: 100%;}
  .book-btn a{font-size: 0.8rem;}
  .reservation-wrap{background-color: none;border: 2px solid var(--secondary);}
  .reservation-wrap video{height: 70vh;}
  .reservation-content{padding: 20px;}
  .reservation-content img{width: 50px;height: 50px;}
  .specilaty-col-img img{width: 50px;height: 50px;}
  .secondry-banner{padding: 50px 0px;}
  .weoffer-head h2, .testi-head h2{font-size: 2rem;}
  .testimonial-content{max-width: none;padding: 10px;margin: 0px;top: 50%;}
  .testimonial-content h3{font-size: 1.2rem;}
  .testimonial-content p{font-size: 0.8rem;}
  .contact-section{padding: 0;}
  .contact-right{margin-bottom: 20px;}
  .form-row input,.form-row textarea{width:auto;}
  .contact-left h3{font-size: 1.1rem;margin-bottom: 20px;}
  .footer-section{padding:40px 0 0px;}
  .footer-left h1{font-size: 1.5rem;margin-bottom: 20px;}
  .footer-links h3{margin-bottom: 20px;}
  .contact-right h3{font-size: 2rem;margin-bottom: 10px;}
  .footer-bottom{font-size: 12px;padding: 20px 0px;}


  .overlay ul li {font-size: 30px;}
.overlay ul li a { padding: 15px 0;}

.defualt-page-section h2 { font-size: 2rem;}
.defualt-page-section h3 { font-size: 1.8rem;}

.rental-service .load-more-wrapper button#load-more-btn {font-size: 0.8rem;}

}


@media screen and  (max-width: 480px) {
.contact-section .everest-forms .evf-container .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field { width: 100%;}

.inner-banner h1 {font-size: 2.5rem;}
  
}