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

/* CSS Document © 2024 ProWebPrism */

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

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

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

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



/* ---------hedaer-wrap---------------------- */

.header-wrap.sticky {
  position: fixed;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.7s slide-down;
  z-index: 100;
  border-bottom: none;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

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

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

.header-wrap{background-color: #fff;padding: 10px 0;}
.header-row { display: flex; justify-content: space-between; align-items: center;}
.header-wrap .logo-img { width: 70px;}
.menu-list ul{display: flex; gap: 20px;}
.menu-list ul li{padding: 10px;font-size: 14px;font-weight: 600;text-transform: uppercase;}
.menu-list ul li a {color:#000;font-weight: 600; position: relative;}
.menu-list ul li a:hover {color:var(--primary-color);}
.menu-list ul li:last-child{padding-right: 0;}
.menu-list ul li a:after {content: "";position: absolute;width: 0;height: 1px;left: 50%;transform: translateX(-50%);bottom: -4px;background:#000;transition: all .25s ease-in-out;border-radius: 100px;}
.menu-list ul li a:hover:after { width: 100%;}

.banner-wrap{position: relative;width: 100%;z-index: 1;height: 90vh;}
.banner-wrap::after{content: "";top: 0;left: 0;position: absolute;width: 100%; height: 100%; background-color: #0000003c;z-index: 2;}
.banner-img .images{width: 100%;height: 100%;}
.banner-img .images img { width: 100%; height: 100%; object-fit:cover;  animation: zoomIn 5s ease-in-out forwards infinite;object-position:center;}
.banner-row{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 6;width: 100%;}
.banner-row-content{display: flex;justify-content: space-between;flex-wrap: wrap; width: 100%;}
.banner-col1{width: 48%;}
.banner-col1 h1 {font-size: 50px;font-weight: 700;color: #fff;margin: 0 0 20px;line-height: 1.26;}
.description p {font-size: 16px;color: #fff;line-height: 1.56;margin: 0 0 20px;}
.banner-col2{width: 48%;}


@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}


.banner-wrap .banner-slider .slick-list{height: 100%;}
.banner-wrap .slick-track{display: flex; height: 100%;}
.banner-wrap .slick-track .slick-slide{ height: inherit;}
.banner-wrap .slick-track .slick-slide > div {width: 100%; height: 100%;}
.banner-wrap .slick-track .slick-slide > div .images{height: 100%;}
.banner-wrap .banner-slider { position: absolute; top: 0;left: 0;width: 100%; height: 100%;z-index: -1;}
.banner-wrap .banner-slider img {object-fit: cover;width: 100%;height: 100%;}
.banner-wrap .banner-slider::before {content: "";position: absolute;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.118); top: 0;left: 0;z-index: 1;}





.default-banner{position: relative;width: 100%;height:70vh;z-index: 1;}
.default-banner h1{font-size: 50px;color: #fff; text-align: center; font-weight: 600; text-transform: capitalize;}
.default-banner .default-row-content{display: flex;justify-content: center;align-items: center;}
.default-images img{width: 100%;height: 100%;object-fit: cover;}
.default-images{width: 100%;height: 100%;}
.default-banner::after{content: "";background-color: #00000057;top: 0;left: 0;width: 100%;height: 100%;position: absolute;z-index: 1;}
.banner-img { width: 100%; height: 100%;}




.banner-bottom{position: relative;width: 100%;z-index: 66;top:-70px;padding: 20px 0;}
.bottom-content{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 40px;}
.bottom-col1{background-color:#f3faff;width: 23%;padding: 20px 10px;border-radius: 5px;display: flex;align-items: center; gap: 20px;justify-content: center;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.bottom-col1 h3{font-weight: 600;font-size:20px; color: #000;margin: 0 0 10px;}
.bottom-col1 .icon{width: 50px;}
.bottom-col1 .content{text-align: left;}
.bottom-col1 .content p{font-size: 14px;color: #8b8787;}





.primary-btn a{border-radius: 5px; padding: 12px 30px;background-color: var(--secondary-color);color: #fff;font-size: 14px;font-weight: 600;display: inline-block;transition: all 0.5s;text-transform: uppercase;}
.primary-btn a:hover {background-color: var(--primary-color);}

.sticky-image{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: -4;}
.sticky-image img{width: 100%;height: 100%;object-fit: cover;}

.category-wrap{padding:60px 0;}
.category-wrap h2{font-size:40px;color:#000;margin: 0 0 30px;text-align: center;font-weight: bold;text-transform: capitalize;}
.category-row{display: flex; justify-content: center;flex-wrap: wrap;}
/* .category-row .category-col1{width:17%; text-align: center;cursor: pointer;position: relative;margin: 0 2% 20px 0;}
.category-col1 .category-img{width: 100%; height: 150px;margin: 0 0 20px;transition: all 0.5s ease-in-out;overflow: hidden;}
.category-col1 .category-img img{width: 100%;height: 100%;object-fit:cover;}
.category-col1 h6{font-size: 16px;font-weight: 700;color:var(--primary-color); text-transform: uppercase;}
 */

.category-col1{width:23.5%; margin: 0 2% 20px 0;border-radius:10px;overflow: hidden;height: 250px;position: relative;padding: 20px;cursor: pointer;z-index: 10;border: 1px solid #ccc;}
.category-img{height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: -1;}
.category-img img{height: 100%;width: 100%;object-fit: cover;}
.category-col1:nth-child(4n){margin-right: 0;}
.category-col1:hover .category-img img{transform: scale(1.1);transition: all 0.5s ease-in-out;}
.place-name{position: absolute;border-radius:10px;z-index: 1;padding: 10px 20px;left:50%;right: 50%;bottom: 20px;transform: translateX(-50%);display: flex;width:90%;justify-content: space-between;align-items:center ;gap: 10px; background: rgba(255, 255, 255, 0.2);  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(20px); border: 1px solid #ccc; }
.place-name h6{font-size:18px;color: #000; font-weight: 600;}
.place-name .icon{width: 35px;height: 35px;border-radius: 50px; background-color: #fff;display: flex;justify-content: center;align-items: center;position: relative;flex-shrink: 0;}
.place-name .icon img{left: 50%;top: 50%;transform: translate(-50%,-50%);left: 50%;right: 50%;width:20px;position: absolute;}
.place-name .icon .white-icon{opacity: 0;}
.place-name:hover .white-icon{opacity: 1;}
.place-name:hover .black-icon{opacity: 0;}
.place-name:hover .icon{background-color:var(--secondary-color);}
.place-name:hover .place-name h6{color:var(--secondary-color);} 
.category-col1:hover h6 {color:var(--secondary-color);}
.category-col1 a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 40;}


/* .default-category{padding: 60px 0;} */



.about-wrap{padding: 60px 0; background-color:#000; position: relative;}
/* .about-wrap::after{content: "";position: absolute;background-image: url(../images/about-2.png);width: 400px;height:100%;left:20px;top:-30px;background-repeat: no-repeat;background-size: contain;z-index:1;} */
.about-row {display: flex;justify-content:center;align-items: center;flex-direction: column;position: relative;z-index: 2; text-align: center;}
.about-row h6{font-size: 18px;color: var(--primary-color);font-weight: 600;margin: 0 0 10px;}
.about-row h2{font-size: 40px;font-weight: 600;margin: 0 0 20px;line-height: 1.26; color:#fff;}
.about-row-content{display: flex;flex-wrap: wrap;width: 100%;justify-content:center ;gap: 20px;}
.about-col{width: 23%;text-align: center;}
.about-row .about-col h2{font-size:30px;font-weight: 600;color: #fff;line-height: 1.26;margin: 0 0 10px;}
.about-wrap .description p{font-size: 16px;color: #fff;line-height: 1.56;margin: 0 0 20px;}


.product-wrap{padding: 60px 0;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);}
.product-wrap h6{font-size: 18px;color: var(--secondary-color);font-weight: 600;margin: 0 0 20px;text-align: center;}
.product-wrap h2{font-size: 40px;font-weight: 600;margin: 0 0 40px;line-height: 1.26;text-align: center;color: #000;}
.product-row{display: flex;flex-wrap: wrap;justify-content: center;}
.product-col{width: 23.5%;margin: 0 2% 20px 0;text-align: center;border: 1px solid #ccc;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;transition: all 0.5s; background-color: #fff;}
.product-col:nth-child(4n) {margin-right: 0;}
.product-col:last-child{margin-right: 0;}
.product-col .product-img{height: 200px;overflow: hidden;padding: 10px;}
.product-col .product-img img {width: 100%;height: 100%;object-fit:cover; transition: all 0.5s;}
.product-col h3.pro-name{font-size: 16px;font-weight:500;margin: 0 0 20px;color: #000; line-height: 1.56}
.product-col .rate{font-size: 18px;color: var(--secondary-color);font-weight: 600; }
.product-col .rate.old-rate{text-decoration: line-through !important;color: #7b7d7f !important;font-weight: 400 !important;font-size: 16px;}
.product-col .primary-btn a{padding: 8px 20px;font-size: 12px;}
.product-col .primary-btn a:hover{background-color:#062871;}
.product-info{padding: 20px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.product-info .pro-rate{display: flex;gap: 10px;margin: 0 0 20px;justify-content: center;align-items: center;}
.product-col:hover .product-img img{transform: scale(1.2);}






.whychoose-wrap {background-color:#000;}
.whychoose-wrap h6{font-size: 18px;color: var(--primary-color);font-weight: 600;margin: 0 0 20px;}
.whychoose-wrap h2{font-size: 35px;font-weight: 600;margin: 0 0 20px;line-height: 1.26;color: #fff;}
.whychoose-row{display: flex;flex-wrap: wrap;justify-content: space-between;/* align-items: center; */}
.whychoose-col{width: 48%;}
.whychoose-img{width: 100%;height: 100%;}
.whychoose-img img {width: 100%;height: 100%;object-fit: cover;}
.whychoose-col2{width: 50%;padding: 60px 0;}
.whychoose-col2 .description p{color: #fff;}
.why-choo-content{display: flex;flex-wrap: wrap;gap:20px;margin: 0 0 20px;align-items: center;}
.choose-col1{width:38%;background-color: var(--secondary-color);padding: 20px;border-radius: 10px;}
.choose-col1 .icon{width: 50px;margin: 0 0 20px;transition: all 0.5s;flex-shrink: 0;}
.choose-col1 h3{font-size:18px;font-weight: 600;color: #fff;}
.choose-col1:hover .icon{transform: scale(1.2);}
.choose-col2 ul li{font-size: 16px;margin: 0 0 10px;color: #fff; background-image: url(../images/tick-svgrepo-com.svg);background-size: 20px;padding-left: 30px ; background-repeat: no-repeat;}





.additional-wrap{padding: 60px 0; background-color: #fff;}
.additional-row{display: flex;flex-wrap: wrap;justify-content: space-between;}
.additional-col1{width: 58%;}
.additional-col1 h6{font-size: 18px;color: var(--secondary-color);font-weight: 600;margin: 0 0 10px;}
.additional-col1 h2{font-size: 40px;font-weight: 600;margin: 0 0 40px;line-height: 1.26;color: #000;}
.additional-col2{width: 28%;}
.product-slider .slick-slide{margin: 0 20px;}
/* .product-slider .product-col{height: 340px;} */
.additional-col2{border-radius: 10px;overflow: hidden;position: relative;}
.additional-col2::after{content: "";background-color:#093fb479;top: 0;left: 0;width: 100%;height: 100%;position: absolute;z-index: 1;}
.additional-col2 .bg-img{width: 100%;height: 100%;}
.additional-col2 .bg-img img{height: 100%;width: 100%;object-fit: cover;}
.additional-col2 .bg-content{position: absolute;z-index:5;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 10px;text-align: center;}
.additional-col2 .bg-content h3{font-size: 30px;font-weight: 600;color: #fff;margin: 0 0 20px;}
.call-btn a{position: relative;padding: 12px 20px; background-color: var(--secondary-color); color: #fff; text-transform: uppercase;padding-left: 40px;font-size: 14px;font-weight: 600;border-radius: 5px;transition: all 0.3s;}
.call-btn a::before{content: ""; background-image: url(../images/call-svgrepo-com.svg); background-size: 20px; background-position: left;position: absolute;left:10px;width: 100%; height: 100%;z-index: 1; background-repeat: no-repeat; top:0px;}
.call-btn a:hover{background-color: var(--primary-color);  }




.offers-wrap{padding: 60px 0;background-color:#f3faff;}
.offers-row{display: flex;justify-content: space-between;flex-wrap: wrap;}
.offers-col1{width: 48%;display: flex;justify-content:end;align-items:center;}
.offers-col2{width: 48%;display: flex;justify-content: start;align-items:center;}
.offers-card{width:400px;padding:10px 30px;background-color: #093FB4;border-radius: 10px;display: flex;align-items: center;justify-content: space-between;height: 200px;}
.offers-card{width:400px;height:200px;padding: 10px 30px;background-color: #093FB4;border-radius: 10px;display: flex;align-items: center;justify-content: space-between;}
.offers-card .offer-info{width: 58%;}
.offers-card .offer-info h6{font-size: 18px;color:#fff;font-weight: 600;margin: 0 0 10px;}
.offers-card .offer-info h3{font-size:20px;font-weight: 600;margin: 0 0 20px;line-height: 1.26;color: #fff;}
.offers-card .offer-info a{color: var(--global-color);text-transform: uppercase;font-size: 14px;}
.offers-card .offer-info a:hover{color: #fff;}
.offers-card .product-img{width: 38%;}
.offers-card .product-img img{width: 150px;;height:150px;object-fit:contain;}



.testimonial-wrap{background-image: url(../images/testi-bg.jpg);position: relative; background-position: center;background-size: cover;background-repeat: no-repeat;}
.testimonial-wrap::after{content: "";top: 0;left: 0;width: 100%;height: 100%;position: absolute;z-index:1; background:linear-gradient(to right, #fff, #093fb4);opacity: 0.9;}
.testimonial-row{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;z-index: 5;position: relative;}
.testimonial-col2{width: 48%; display: flex;justify-content: center;align-items:flex-end;}
.testimonial-col2 .bg-img{width:400px;height:100%;}
.testimonial-col2 .bg-img img{width: 100%;height: 100%;object-fit:contain;}
.testimonial-col1{width: 50%; padding: 60px 0;}
.testimonial-col1 h6{font-size: 18px;color:#fff;font-weight: 600;margin: 0 0 20px;text-align: center;}
.testimonial-col{padding: 20px;background-color:#f3faff;height: 350px;border-radius: 10px;}
.profile-info{display: flex;align-items: center; margin: 0 0 20px;gap: 10px;}
.profile-img{width: 50px;height: 50px;border-radius: 50%;overflow: hidden; background-color: #b3d8a8;}
.profile-img img{width: 100%;height: 100%;object-fit: cover;object-position: top;}
.name h6{font-size: 16px;font-weight: 600;color: var(--secondary-color); margin: 0 0 10px;text-align: left;}
.designation p{font-size: 14px;color:#ccc;}
.testimonial-col .description p{color: #000;font-size: 14px;}
.testimonial-slider .slick-slide{margin: 0 20px;}
.rating{width: 100px;margin: 0 0 20px;}



.contact-wrap{padding: 60px 0;background-color: #fff;}
.contact-row{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact-col1{width: 48%;}
.contact-col2{width: 48%;}
.contact-col1 h6{font-size: 18px;color: var(--secondary-color);font-weight: 600;margin: 0 0 10px;}
.contact-col1 h2{font-size: 40px;font-weight: 600;margin: 0 0 20px;line-height: 1.26;color: #000;}
.contact-col1 p{font-size: 16px;line-height: 1.56;margin: 0 0 20px;color: #000;}
.contact-form input{width: 100% !important;border:1px solid #ccc !important;border-image: initial !important;border-radius: 4px !important;padding: 20px !important;margin: 0 0 20px !important;font-size: 14px !important; color: #000 !important;}
.contact-form textarea{width: 100% !important;height: 150px !important;border:1px solid #ccc !important;border-radius: 4px !important;padding:  20px !important;margin: 0 0 20px !important;font-size: 14px !important; color: #000 !important;}
.contact-content{display: flex;flex-wrap: wrap;}
.contact-content .contact-info{width: 49%;margin: 0 2% 20px 0; background-color: #f3faff;padding: 10px;}
.contact-content .contact-info h5{font-weight: 600;font-size: 20px;color: #000;}
.contact-content .contact-info .text{width: 100%;text-align: left;}
.contact-content .contact-info .text p{font-size: 14px;color:#524b4b;margin: 0;}
.contact-content .contact-info .icon{width: 50px;margin-right: 10px;}
.contact-content .contact-info .top-row{width: 100%;display: flex;align-items: center;margin: 0 0 10px;}
.contact-content .contact-info:nth-child(2n){margin-right:0}
.contact-content .contact-info:hover{box-shadow: 0 4px 8px rgba(0,0,0,0.2);}
.contact-content .contact-info:hover h5{color: var(--secondary-color);}
.contact-content .contact-info .text p a{color:#524b4b;}
.contact-content .contact-info .text p a:hover{font-variant: var(--secondary-color);}


.everest-forms-submit-button.button.evf-submit{border-radius: 5px !important; padding: 12px 30px !important;background-color: var(--secondary-color) !important;color: #fff !important;font-size: 14px !important;font-weight: 600 !important;display: inline-block !important;transition: all 0.5s !important;text-transform: uppercase !important;}
.everest-forms-submit-button.button.evf-submit:hover{background-color: var(--primary-color) !important;}
.evf-submit-container {padding:0 !important}
.input-text { margin: 0 !important;}
.evf-field.evf-field-text.form-row.validate-required {margin:0 !important;}
.evf-container.default{margin:0 !important;}
.evf-field.evf-field-email.form-row.validate-required.validate-email{margin:0 !important}
.evf-frontend-grid.evf-grid-1 {padding:0 !important}


.location-wrap{height: 300px;background-color: #fff;overflow: hidden;}
.location-wrap iframe{width: 100%;height: 100%;}

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

.footer-wrap { padding: 100px 0 ; background-image: url(../images/footer-banner.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;z-index:-1;}
.footer-wrap::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color:#000000c6;z-index: -1;}
.footer-row{display: flex;flex-wrap: wrap;justify-content: space-between; border-bottom: 1px solid #fff; padding-bottom: 20px}
.footer-column:nth-child(2n){display: flex;flex-direction: column;align-items: center;width: 50%;text-align: center;}
.footer-column .logo-img{width: 150px; margin: 0 0 30px;}
.footer-column:nth-child(3n){margin-right: 0;text-align:right;}
.footer-column:last-child{width: 100%;display: flex !important;flex-direction: row; gap: 20px;justify-content: center;margin-top: 30px;align-items: center;}
.footer-column p{color:#ccc;font-size: 14px;line-height: 1.56;}
.footer-column h3{font-size: 20px;font-weight: 600;color:var(--primary-color);margin: 0 0 20px;}
.footer-column a{color: #fff;font-size: 14px;}
.footer-column a:hover{color: var(--primary-color);}
.footer-column  ul li{margin: 0  0  10px;}
.social-media-icons {margin-top: 30px;}
.social-media-icons ul{display: flex;flex-wrap: wrap;gap: 20px;flex-shrink: 0;}
.social-media-icons ul li{width: 40px; height: 40px;border-radius: 50px;background-color: #fff;display: flex;justify-content: center;align-items: center;transition: all 0.5s;position: relative;}
.social-media-icons ul li span{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1;} 
.social-media-icons ul li span img{width: 15px;height: 100%;object-fit:contain;}
.social-media-icons ul li .red-logo{opacity: 1;}
.social-media-icons ul li .white-icon{opacity: 0;}
.social-media-icons ul li:hover{background-color: var(--primary-color);}
.social-media-icons ul li:hover .red-logo{opacity: 0;}
.social-media-icons ul li:hover .white-icon{opacity: 1;}
.icon-img{width: 20px;flex-shrink: 0;}
.icon-img img{width: 100%;height: 100%;object-fit:cover;}
.footer-column .contact-info{display: flex;align-items: center;gap: 6px;}

.footer-row-2{display: flex;justify-content: space-between; padding-top: 20px;}
.footer-row-2 p{color:#fff;font-size: 14px;}
.footer-row-2 a{color:var(--primary-color);font-size: 14px;}
.footer-row-2 a:hover{color:#fff;}

.slick-dotted.slick-slider{margin-bottom: 0;}

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

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

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



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

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

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




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

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

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

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


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




@media screen and (max-width: 1400px) {
  .container{max-width: 96%;}
}  

@media screen and (max-width: 1200px){
.banner-col1 h1{font-size: 40px;}

.category-wrap h2{font-size: 35px;}



.additional-col2{width: 32%;}

.contact-col1 h2{font-size: 35px;}
.default-banner h1{font-size:45px}
}


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

.banner-col1 h1{font-size: 38px;}

.category-wrap h2{font-size: 32px;}


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

.default-banner h1{font-size:38px}

.place-name{padding: 10px;}
}

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


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

.burger-btn {display: block;position: fixed; width: 50px; height: 30px; right: 5%;top: 36px; z-index:1000;overflow: hidden;cursor: pointer;}
.burger-btn span { display: block; width: 100%; height: 3px; background:var(--primary-color); background-size: 300% 100%;border-radius: 5px; transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.menu-list {  display: none;}
.burger-btn span:nth-child(2n) {margin: 9px 0;transition: all 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);}
.burger-btn span:first-child {width: 70%;}
.burger-btn span:last-child { width: 70%;}
.overlay { display: block;position: fixed;  right: 0;  top: 0;width: 350px; height: 100%;  background-color: #fff; background-size: 300% 100%; z-index: 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 ul li a { color:#000; display: block; padding: 20px 0;}
.overlay ul li a:hover{color: var(--primary-color);font-weight: 600;}
.overlay ul li { font-size: 18px;border-bottom: 1px solid #000;font-weight: 500;}
.overlay.show { transform: translateX(0); opacity: 1; visibility: visible;}
.burger-btn .active span:first-child {  transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child { transform: translateY(-11px) rotate(45deg);}
.burger-btn .active span:nth-child(2n) {transform: translateX(-100%);}


.category-wrap h2{font-size: 30px;}

.about-row h2{font-size: 30px;}
.choose-col1{width: 100%;}


.whychoose-wrap h2{font-size: 30px;}


.additional-col1 h2{font-size: 30px;}

/* ---product-wrap-- */
.product-col{width: 32%;}
.product-col:nth-child(3n){margin-right: 0;}
.product-col:nth-child(4n){margin-right: 2%;}

.additional-col1{width: 66%;}
.additional-col1 .product-col{box-shadow: none;}
.product-slider .slick-slide{margin: 0 10px;}
.additional-col2 .bg-content h3{font-size: 28px;}


.contact-col1 h2{font-size: 30px;}

.category-row .category-col1{width: 31%;}
.category-row .category-col1:nth-child(2n){margin-right:2% ;}
.category-row .category-col1:nth-child(3n){margin-right:0 ;}
.category-row .category-col1:nth-child(6n){margin-right:0 ;}

}


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

.banner-col1{width: 100%;}
.banner-col1 h1{font-size: 34px;}
.default-banner h1{font-size:34px}



.about-wrap{padding: 30px 0;}
.about-row h2{font-size: 28px;}


/* ---why-choose-- */
.whychoose-row{flex-direction: column-reverse;}
.whychoose-col2{padding: 30px 0;}
.whychoose-wrap h2{font-size: 28px;}
.whychoose-col{width: 100%;}
.whychoose-col2{width: 100%;}
.choose-col1{display: flex;align-items: center;gap: 20px;padding: 10px;}
.choose-col1 .icon{margin: 0 ;}
.choose-col1 h3{line-height: 1.56;font-size: 16px;}

.additional-wrap{padding: 30px 0;}
.additional-col1 h2{font-size: 28px;}

/* ---category---- */
.category-wrap{padding: 30px 0;}
.category-wrap h2{font-size: 28px;}
.place-name h6{font-size: 16px;}
.category-row .category-col1{width: 48%;}
.category-row .category-col1:nth-child(2n){margin-right:0 ;}
.category-row .category-col1:nth-child(3n){margin-right:2% ;}
.category-row .category-col1:nth-child(6n){margin-right:0;}

/* ---product-wrap-- */
.product-wrap{padding: 30px 0;}
.product-col{width: 48%;}
.product-col:nth-child(2n){margin-right: 0;}
.product-col:nth-child(3n){margin-right: 2%;}

.additional-col1 h2{font-size: 28px;}
.additional-col2{width: 48%;}
.additional-col1{width: 48%;}
.additional-col2 .bg-content h3{font-size: 26px;}

.offers-wrap{padding: 30px 0;}
.offers-card{padding: 10px 20px;}
.offers-card .offer-info h3{font-size: 18px;}


.contact-wrap{padding: 30px 0;}
.contact-col1{width: 100%;}
.contact-col2{width: 100%;}
.contact-col1 h2{font-size: 28px;}


.footer-column a{color: #fff;font-size: 12px;}


.primary-btn a{padding: 10px 20px;}
.everest-forms-submit-button.button.evf-submit{padding: 10px 20px !important;}
.search-page-section{padding: 30px 0;}
.defualt-page-section{padding: 30px 0;}
}



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

.banner-col1 h1{font-size: 32px;}
.default-banner h1{font-size:32px}

.category-wrap h2{font-size: 26px;}
.place-name h6{font-size: 14px;}
.place-name .icon{width: 30px; height: 30px;}

.about-row h2{font-size: 26px;}

.whychoose-wrap h2{font-size: 26px;}

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

.additional-col1 h2{font-size: 26px;}

.contact-col1 h2{font-size: 26px;}




.footer-wrap { padding: 30px 0 ; background-image: url(../images/footer-banner.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;z-index:-1;}
.footer-column:nth-child(2n){align-items: start;width: 100%;text-align: left;}
.footer-column .logo-img{width: 130px; margin: 0 0 30px;}
.footer-column:nth-child(n){margin-right: 0;}
.footer-column:last-child{width: 100%;display: flex !important;flex-direction:column; gap: 20px;justify-content: center;align-items:flex-start;margin: 0;}
.footer-column p{font-size: 14px;}
.footer-column a{font-size: 14px;}
.footer-column h3{font-size: 18px;}
.footer-column{width: 100%;  margin: 0 0 20px;text-align: left;}
.footer-column:nth-child(3n){text-align: left;}
.footer-column .contact-info{gap: 10px;}
.icon-img{width: 18px;}

.footer-row-2{display: flex;justify-content: space-between;padding-top: 20px;flex-direction: column;text-align: center;gap: 10px;}
.footer-row-2 p{font-size: 12px;}


.defualt-page-section h2{font-size: 26px;}
.search-page-section h3{font-size:26px ;}
}



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

.banner-wrap{height: 70vh;}
.default-banner{height: 60vh;}
.header-wrap .logo-img{width: 50px;}
.burger-btn{top:22px}


.banner-col1 h1{font-size: 30px;}
.default-banner h1{font-size:30px}
.description p{font-size: 14px;}
.primary-btn a{padding: 8px 20px;font-size: 12px;}
.everest-forms-submit-button.button.evf-submit{padding: 8px 20px !important;font-size: 12px !important;}


.about-row h2{font-size: 24px;}
.about-wrap .description p{font-size: 14px;}
/* ---category---- */
.category-wrap h2{font-size: 24px;}


/* --whychoose--- */
.whychoose-wrap h2{font-size: 24px;}
.choose-col2 ul li{font-size: 14px;}
.choose-col1 {gap: 10px;}
.choose-col1 .icon {width: 40px;}
.choose-col1 h3 {font-size:14px;}


/* ---product-wrap-- */
.product-wrap h6{font-size: 14px;}
.product-col{width: 100%;margin: 0 0 20px;}
.product-col:nth-child(n){margin-right: 0;}
.product-col:last-child{margin: 0 0 0 ;}


.additional-col1 h2{font-size: 24px;margin: 0 0 20px;}
.additional-col1 h6{font-size: 14px;}
.additional-col1{width: 100%;margin: 0 0 20px;}
.additional-col2{width: 100%;height: 300px;}
.additional-col2 .bg-content h3{font-size:22px;}
.call-btn a{padding: 10px 20px 10px 30px;font-size: 14px;}
.call-btn a::before{background-size: 15px;}

.contact-col1 h2{font-size: 24px;}
.contact-col1 h6{font-size: 14px;}
.contact-content .contact-info h5{font-size: 18px;}
.contact-content .contact-info .icon{width: 35px;}
.contact-form input{padding: 10px;margin: 0 0 10px;}
.contact-form textarea{padding: 10px;height: 100px;margin: 0 0 10px;}


.defualt-page-section p{font-size: 14px;}
.defualt-page-section h2{font-size: 24px;}
.search-page-section h1{font-size: 30px;}
.search-page-section h3{font-size: 24px;}
.search-page-section .search-btn1{padding: 8px 20px 8px; font-size: 12px;}
}


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

.banner-col1 h1{font-size: 28px;}
.default-banner h1{font-size:28px}

.category-wrap h2{font-size: 22px;}

.about-row h2{font-size: 22px;}

.whychoose-wrap h2{font-size: 22px;}

.additional-col1 h2{font-size: 22px;}


.contact-col1 h2{font-size: 22px;}
.contact-content .contact-info h5{font-size: 16px;}
.contact-content .contact-info{width: 100%; margin: 0 0 20px;}

.offers-card{height: unset;flex-direction: column;}
.offers-card .offer-info{width: 100%;}
.offers-card .product-img{margin: 0 0 10px;}

.defualt-page-section h2{font-size: 22px;}
.search-page-section h1{font-size: 28px;}
.search-page-section h3{font-size: 22px;}


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


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

.banner-col1 h1{font-size: 26px;}
.default-banner h1{font-size:26px}
.category-col1 h6{font-size: 14px;}
 
.search-page-section h1{font-size: 26px;}
.search-page-section h3{font-size: 20px;}
}









