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

/* CSS Document © 2024 Prowebprism.com */

::-moz-selection{ background:#7b7d7f; color:#ffffff; text-shadow:none;}
::selection { background:#7b7d7f; color:#ffffff; 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", serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#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;}
:root { overflow-y: scroll;--primary:#a83f3c; --secondary:#f1e237;}
a { text-decoration:none; transition:all 0.25s ease-out 0s;font-family: "Open Sans", serif;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: "Playfair", serif;}
p, p span {font-family: "Open 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:#000000;
}
::-moz-placeholder { 
  color:#000000;
}
:-ms-input-placeholder {
  color:#000000;
}
:-moz-placeholder {
  color:#000000;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:var(--primary); 
}
section, header, footer {width: 100%; float: left;}

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



.top-header {padding: 15px 0px;color: #ffffff;z-index: 55;position: relative;}
.top-header-row {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.top-header-col1{display: flex; align-items: center; width: 80%;}
.top-header-col2{display: flex;align-items: center;width: 18%;justify-content: flex-end;}
.header-call,.header-mail {display: flex;align-items: center;justify-content: space-between;}
.header-mail{margin-left: 15px;}
.call-icon,.location-icon {width: 30px;height: 30px;background-color: var(--primary);border-radius: 50%;display: flex; align-items: center;justify-content: center;}
.phone-call-link a,.location-link a{color:#ffffff;font-size: 0.9rem;}
.phone-call-link a:hover{color: var(--secondary);}
.location-link a:hover{color: var(--secondary);}
.call-icon img,.location-icon img {width: 15px;}
.phone-call-link,.location-link{ margin-left:10px;}
.header-social-icons { width: auto;}
.header-social-icons a { display: inline-block; margin: 0 12px 0 0;}
.header-social-icons a:last-child { margin-right: 0;}
.header-social-icons .social-icon { display: flex;align-items: center;justify-content: center; width: 20px; height: 20px; position: relative;}
.header-social-icons .social-icon img { width: 15px;height: 15px; transition: all .25s ease-in-out;object-fit: contain;}
.header-social-icons .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;display: flex;align-items: center;justify-content: center;}
.header-social-icons a:hover .social-icon  .hover-icon { opacity: 1;}
.header-social-icons a:hover .social-icon > img { opacity: 0;}
.header-social-icons{display: flex;width: 100%;align-items: center;justify-content: space-between;max-width: 160px;}
.header-social{background-color: var(--primary);width: 30px;height: 30px;border-radius: 50%; display: flex;align-items: center;justify-content: center;}

/* main-header */


.main-header{padding: 20px 0px;z-index: 55;position: relative;}
.header-row{display: flex;align-items: center;justify-content: space-between;}
.header-col1{width: 40%;}
.header-col2{width: 60%;}
.logo-icon{width: 80px;}
.menu-list ul{display: flex;align-items: center;justify-content: flex-end;}
.menu-list ul li a{color:#ffffff;margin-right:30px;font-weight: 500;font-size: 1.1rem;}
.menu-list ul li a:hover{color: var(--secondary);}




.main-header.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 99;background:#fff;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);}




/* banner-sec */
.banner-wrapp {position: relative;margin-top: -180px;height: 100vh;}
.banner-wrapp::after{content: "";position: absolute;top: 0;left: 0;background-color: #00000095;width: 100%;height: 100%;z-index:5;}
.banner-wrapp .banner-swiper {width: 100%;position: relative;}
.banner-wrapp .bg-img img{height: 100vh;object-fit: cover;}
.banner-wrapp .banner-swiper img { width: 100%;height: 100vh;object-fit: cover;}
.banner-wrapp .banner-content {width: 100%; position: absolute; left: 0;top: 60%;transform: translateY(-60%); text-align: center;z-index: 9;}
.banner-wrapp h1 { font-size:6rem;color:#fff; margin: 0 0 24px;text-transform: uppercase;font-weight: 700;}
.banner-wrapp p {font-size: 1.5rem;color:#ffffff; margin: 0 0 24px; text-transform: uppercase;font-weight: 500;}
.banner-wrapp .banner-btn {font-size: 16px;margin-top: 50px;}


/* .banner-wrapp {position: relative;text-align: center;}
.banner-wrapp .bg-img {width: 100%; position: relative;}
.banner-wrapp .bg-img img { width: 100%;}
.banner-wrapp .banner-content { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0;}
.banner-wrapp h2 {font-size: 52px; color: #d39818; font-weight: 600; text-shadow: 4px 4px 2px #000000;margin: 0 0 14px; text-transform: uppercase;}
.banner-wrapp p { color: #d39818; font-size: 18px;}
.banner-wrapp .bg-img:after { content: "";position: absolute; width: 100%; height: 100%; top: -2px; left: 0; background: linear-gradient(0deg, transparent 60%, rgba(0, 0, 0, 1) 100%);} */










.about-sec{padding: 80px 0px;background-color: #f2f2f2;}
.about-sec.full-width .about-col-2{width:100%};
.about-sec.full-width .about-col-1{display:none}
.about-row{display: flex;align-items: center;justify-content: space-between;}
.about-col-1{width: 45%;}
.about-image{position: relative;z-index: 5;}
.about-image img{max-height: 500px; height: 100%; width: 100%; object-fit: cover;}
.about-image::before{position: absolute;content: "";background-color: var(--primary);width: 100%;height: 100%;top:-30px;left:-30px;z-index: -1;}
.about-col-2{width: 50%;}
.about-content h2{font-size: 5rem;line-height: 1;font-weight: 400;margin-bottom: 30px;}
.about-content p{font-size: 1.1rem;line-height: 2;font-weight: 300;}







.ticket-service-sec{padding: 80px 0px;background-color: var(--primary);}
.service-row{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.service-col1{width: 32%;}
.service-col2{width: 60%;}
.service-content h2{font-size: 5rem;line-height: 1;font-weight: 400;margin-bottom: 30px;color: #fff;}
.service-content p{font-size: 1.1rem;line-height: 2;font-weight: 300;color: #fff;}
.service-card{background-image: url('../images/ticketapporval.jpeg');padding:40px 20px;text-align: center;background-size: cover;position: relative;border-radius: 20px;}
.service-card::after{position: absolute;top: 0;left: 0;background-color: #00000096;width: 100%;height: 100%;content: "";z-index:1;border-radius: 20px;}
.service-card h3{font-size: 1.9rem;font-weight: 500;margin-bottom: 20px;color:#fff;border-bottom: 1px solid #fff;text-transform: capitalize;padding-bottom: 10px;z-index: 5;position: relative;}
.service-card p{font-size: 1.1rem;font-weight: 300;line-height: 2; color: #ffffff;z-index: 5;position: relative;}





.package-sec{padding: 80px 0px 0px;background-color:#f2f2f2;}
.package-head h2{font-size: 5rem;line-height: 1;font-weight: 400;margin-bottom: 30px;}
.package-row{width: 100%;display: flex;align-items: center;justify-content: space-between;margin: 60px 0px;flex-wrap: wrap;}
.package-card{width: 32%;background-color:#fff;border-radius: 20px;margin-bottom: 50px;}
.package-card .package-image img{border-radius: 20px;}
.package-card-content{padding:25px 20px;}
.package-card-content h3{font-size: 2rem;color: var(--primary);font-weight: 600;}
.package-card-content p{font-size: 1rem;font-weight: 300;}
.package-card .package-image{position: relative;}
.package-card-content{display: flex;align-items: center;justify-content: space-between;}
.package-card-content .book-btn{text-transform: uppercase;padding: 14px 20px !important;font-size: 0.9rem;}
.package-card .pricing-tag { position: absolute; top: 0; left: 50px; background: #f2f2f2; padding: 7px 15px 10px 15px; border-radius: 0 0 20px 20px;  font-size: 18px;  font-weight: 700;color: var(--primary);}
.package-card .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 #f2f2f2;}
.package-card .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 #f2f2f2;}
.package-card .pricing-tag span { font-size: 12px;}





.gallery-wrapp { padding: 80px 0;}
.gallery-wrapp h2 { font-size:5rem; color:#000000; margin: 0 0 50px;font-weight: 400;line-height: 1;}
.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;}



.uniquevalues-sec{padding: 80px 0px;background-color: var(--primary);}
.value-head h2{font-size:5rem; color:#000000; margin: 0 0 10px;font-weight: 400;line-height: 1;color: #ffffff;}
.values-row{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin: 50px 0px;}
.value-card{width: 32%; padding:40px 30px; background-color: #ffffff;border-radius: 20px;margin-bottom: 30px;}
.value-card .value-icon img{width: 60px; height: 60px;object-fit: contain;}
.value-card .value-card-content h3{font-size: 1.8rem;margin: 10px 0px 20px;color: var(--primary);border-bottom: 1px solid var(--primary);max-width: fit-content;padding-bottom: 10px;text-transform: capitalize;}
.value-card .value-card-content p{font-size: 1rem;line-height: 1.8;font-weight: 300;}




.testimonial-sec{padding: 80px 0px 20px; background-color: var(--primary);text-align: center;}
.testi-head h2{font-size:5rem; color:#000000; margin: 0 0 10px;font-weight: 400;line-height: 1;color: #ffffff;border-bottom: 1px solid #fff;padding: 0 0 30px;}
.testi-wrpper{margin:50px 0px 0px;}
.testi-swiper{text-align: center;}
.testi-card{max-width: 900px; margin: 0 auto;}
.testi-card p{font-size: 1.3rem;font-weight: 400;line-height: 2; color: #ffff;z-index: 5;position: relative;}
.testi-card .testi-client{margin: 50px 0px;}
.testi-card .testi-client h3{font-size:1.8rem; color: var(--secondary);}
.testi-card .testi-client p{font-size: 1.1rem;font-weight: 400;color: var(--secondary);}
.swiper-button-next, .swiper-button-prev{color: var(--secondary);}





.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.webp') 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: 5rem; color: var(--secondary-color); margin: 0 0 20px;}
.contact-wrapp p { font-size: 1.2rem; line-height: 1.8; color: var(--secondary-color); margin: 0 0 20px;}
.contact-wrapp .contact-add { width: 100%;margin-top: 50px;}
.contact-wrapp .contact-add li { display: block; font-size: 16px; line-height: 1.56; margin: 0 0 40px; padding-left: 60px; position: relative;}
.contact-wrapp .contact-add li a { color: var(--secondary-color);font-size: 1.2rem;}
.contact-wrapp .contact-add li a:hover { color:var(--primary)}
.contact-wrapp .contact-add li .icon { display: inline-block; width: 40px; height: 40px; position: absolute; left: 0; top: -7px;background-color: var(--primary);border-radius: 50%;display: flex;align-items: center;justify-content: center;align-items: center;}
.contact-wrapp .contact-add li .icon  img{width: 20px;height: 20px;object-fit: contain;}
.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:var(--primary); 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:var(--primary); -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  h2{font-size:2.5rem;}
.contact-wrapp .contact-form input { width: 100%; height: 52px; border: 1px solid var(--primary); margin: 0 0 20px; font-size: 16px; padding: 12px 20px;}
.contact-wrapp .contact-form input::placeholder, .contact-wrapp .contact-form textarea::placeholder { color: var(--primary);}
.contact-wrapp .contact-form textarea { width: 100%; height: 131px;  border: 1px solid var(--primary);  margin: 0 0 20px;  font-size: 16px; padding: 12px 20px;  resize: none;}




.footer-wrapp { background: var(--primary); padding: 70px 0 30px;}
.footer-wrapp .footer-row {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-wrapp .footer-logo { width: 80px;}
.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: 16px; color: #fff; font-family: Philosopher, sans-serif;}
.footer-wrapp .footer-nav ul li a:hover { color: var(--secondary);}
.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: 40px 0 0; border-top: 1px solid #fff;}
.footer-wrapp .footer-row1 p {font-size: 16px; color: #ffffff;}
.footer-wrapp .footer-row1 p a { color: #ffffff; font-weight: 500;}
.footer-wrapp .footer-row1 p a:hover { color: var(--secondary);}
.whatsup-icon { position: fixed; bottom: 20px; right: 20px; z-index: 999; }
.whatsup-icon img { width: 50px; height: 50px; }













.error-page-section { padding: 80px 0; text-align: center;}
.error-page-section .error-page-row { width: 100%;}
.error-page-section .error-page-col1 { width: 100%; max-width: 500px; margin: 0 auto;}
.error-page-section h1 { font-size: 50px; margin: 0 0 20px;}
.error-page-section  h2 { font-size: 35px; margin: 0 0 20px;}
.error-page-section p { font-size: 16px; margin: 0 0 20px;}
.error-page-section .error-page-col1 .search-form { width: 100%; display: flex; justify-content: center;}
.error-page-section .error-page-col1 .search-form input { margin: 0 2% 0 0; height: 50px; border: 1px solid var(--primary); border-radius: 80px; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: 500; padding: 0 15px; background: none;}
.error-page-section .error-page-col1 .search-form .search-submit { display: inline-block; padding: 12px 24px; background: var(--primary);  color: var(--primary-color); border-radius: 80px; text-transform: uppercase; font-size: 16px; border: 1px solid var(--primary); transition: all .25s ease-in-out; margin: 0 0 0;}
.error-page-section .error-page-col1 .search-form .search-submit .screen-reader-text { position: static !important;  color: #fff; clip-path: border-box;}
.error-page-section .error-page-col1 .search-form .search-submit:hover{background: none; color: var(--primary);}
.error-page-section .error-page-col1 .search-form .search-submit:hover .screen-reader-text{color: var(--primary);}

.search-page-section { padding: 80px 0;}
.search-page-section h1 { font-size: 42px; margin: 0 0 20px;}
.search-page-section .search-page-card { width: 100%;}
.search-page-section .search-page-card .search-page-content { width: 100%;}
.search-page-section .search-page-card h3 {font-size: 25px; margin: 0 0 20px;}
.search-page-section .search-page-card p { font-size: 16px; margin: 0 0 20px; line-height: 1.56;}
.search-page-section .search-page-card .search-btn1 { display: inline-block; padding: 12px 24px; background: var(--primary); color:#fff; border-radius: 80px; text-transform: uppercase; font-size: 16px; border: 1px solid var(--primary); transition: all .25s ease-in-out;}
.search-page-section .search-page-card .search-btn1:hover { background: none; color: var(--primary);}


.defualt-page-section {padding: 80px 0;}
.defualt-page-section .content-wrapp { width: 100%;}
.defualt-page-section h2 { font-size: 35px; margin: 0 0 20px;}
.defualt-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.defualt-page-section p a { color: var(--primary);}
.defualt-page-section p a:hover { color: #ffff;}








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








@media(min-width:1600px){
  .banner-wrapp{height: 90vh;}
  .banner-wrapp .bg-img img { width: 100%;height: 90vh;object-fit: cover;}
  .banner-wrapp .banner-swiper img{height: 90vh;}
}






@media(max-width:1440px){
  .top-header-col1{width: 70%;}
  .top-header-col2{width: 30%;}
  .header-col1{width: 20%;}
  .top-header{padding: 10px 0px;}
  .header-col2{width: 80%;}
  .logo-icon{width: 60px;}
  .main-header{padding: 10px 0px;}
  .banner-wrapp{height: 80vh;}
  .banner-wrapp .bg-img img { width: 100%;height: 80vh;object-fit: cover;}
  .banner-wrapp .banner-swiper img{height: 80vh;}
}
@media(max-width:1366px){
  .value-card .value-card-content h3{font-size: 1.5rem;}
}

@media(max-width:1200px){
  .container{max-width: 94%;}
  .banner-wrapp h1{font-size: 4rem;margin-bottom: 0;}
  .banner-wrapp p{font-size: 1.2rem;}
  .banner-wrapp .banner-btn{margin-top: 20px;}
  .about-content h2,.service-content h2,.package-head h2,.value-head h2,.gallery-wrapp h2,.testi-head h2,.contact-wrapp h2{font-size: 3rem;}
  .about-sec,.ticket-service-sec,.package-sec,.uniquevalues-sec{padding: 50px 0px;}
  .package-row{margin-bottom: 0px;}
  .service-col1{width: 48%;}
  .service-col2{width: 48%;}
  .package-card-content h3{font-size: 1.2rem;}
  .package-card-content .book-btn{padding: 10px;font-size: 0.7rem;}
  .value-card{padding: 30px 15px;}
  .values-row{margin-bottom: 10px;}
  .gallery-wrapp{padding: 50px 0px 80px;}
  .gallery-wrapp h2{margin-bottom: 30px;}
  .testimonial-sec{padding: 50px 0px;}
  .contact-wrapp{padding: 50px 0px;}
  .testi-wrpper{margin: 30px 0px 0px;}
  .testi-card .testi-client{margin: 20px 0px;}
  .about-image::before{top: -20px;left: -20px;}
  .testi-card{max-width: 700px;}
}

@media(max-width:1024px){
  .value-card{width: 48%;}
  .contact-wrapp .contact-form{padding: 30px;}
}

@media(max-width:992px){
  .top-header{display: none;}
  .header-col2{display: none;}
  .banner-wrapp{margin-top: -100px;}
  .about-content p{line-height: 1.6;font-size: 0.9rem;}
  .package-card{width: 48%;}
  .testi-card p{font-size: 1rem;line-height: 1.8;}
  .value-card .value-icon img{width: 50px;height: 50px;}
  .banner-wrapp p{font-size: 1rem;}
  .overlay {display: block;position: fixed; right: 0; top: 0; width: 350px; height: 100%; background:var(--primary); 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); 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%;}
.overlay ul li.has-sub > a:hover {background: url(../images/chevron-down-grey.svg) no-repeat center / 14px; background-position-x: 95%;}
.footer-wrapp .footer-logo{width: 100%;margin-bottom: 20px;display: flex;justify-content: center;}
.footer-wrapp .footer-logo img{width: 80px;}
.footer-wrapp .footer-nav{width: 100%;}
.footer-wrapp .footer-nav ul{text-align: center;}
.footer-wrapp .footer-nav{margin-bottom: 20px;}
.footer-wrapp .footer-social{width: 100%;text-align: center;}
}

@media(max-width:769px){
  .gallery-wrapp .gallery-row { grid-template-columns: 50% 50%;  grid-template-rows: 18.33%;}
  .gallery-wrapp .gallery-col1:nth-child(3) { grid-column: auto;}
  .service-card p{line-height: 1.6;font-size: 0.9rem;}
  .service-content p{line-height: 1.6;font-size: 0.9rem;}
  .value-card .value-card-content p{line-height: 1.6;font-size: 0.9rem;}
  .swiper-button-next, .swiper-button-prev{display: none;}
  .package-card-content p{font-size: 0.9rem;}
  .contact-wrapp p{font-size: 1rem;line-height: 1.6;}
  .contact-wrapp .contact-add li a{font-size: 1rem;line-height: 1.6;}
  .gallery-wrapp{padding: 50px 0px;}
  .contact-wrapp .contact-row{flex-direction: column-reverse;}
  .contact-wrapp .contact-col1{width: 100%;margin-bottom: 50px;}
  .contact-wrapp .contact-col2{width: 100%;}
  .contact-wrapp:after{background: none;}
  .package-card-content h3{font-size: 1.5rem;}
  .value-card{padding: 30px;}
  .value-card .value-card-content h3{font-size: 1.3rem;}
  .footer-wrapp .footer-row{justify-content: center;}

}

@media(max-width:600px){
  .about-content h2, .service-content h2, .package-head h2, .value-head h2, .gallery-wrapp h2, .testi-head h2, .contact-wrapp h2{font-size: 2.2rem;margin-bottom: 20px;}
  .banner-wrapp h1{font-size: 2.2rem;}
  .banner-wrapp p{font-size: 0.8rem;}
  .banner-wrapp{height:auto;}
  .banner-wrapp .banner-swiper img{height: 70vh;}
  .banner-wrapp .bg-img img{height: 70vh;object-fit: cover;}
  .about-row{flex-wrap: wrap;}
  .about-col-1{width: 100%;}
  .about-col-2{width: 100%;}
  .about-image{margin-bottom: 30px;}
  .about-image img{max-height: 200px;object-fit: cover;}
  .about-image::before{content: none;}
  .service-row{flex-wrap: wrap;}
  .service-col1{width: 100%;}
  .service-col2{width: 100%;margin-top: 30px;}
  .package-row{margin: 30px 0px;}
  .package-card{width: 100%;margin-bottom: 40px;}
  .package-card:last-child{margin-bottom: 0;}
  .values-row{margin: 30px 0px;}
  .value-card{width: 100%;}
  .value-card .value-card-content h3{max-width:none;font-size: 1.5rem;}
  .value-card:last-child{margin-bottom: 0;}
  .testi-card p{font-size: 0.9rem;}
  .testi-card .testi-client h3{font-size: 1.5rem;}
  .contact-wrapp .contact-form h2{font-size: 1.8rem;}
  .contact-wrapp .contact-form{padding: 20px;}
  .footer-wrapp .footer-row1 p{font-size: 0.8rem;}
  .footer-wrapp .footer-row1{justify-content: center;}
  .footer-wrapp{padding: 50px 0px 30px;}
  .footer-wrapp .footer-nav ul li a{padding: 10px;}
  .contact-form .everest-forms-submit-button.button.evf-submit{padding: 12px 35px;}
}