.hero{position:relative}
.banner-are,.banner,.banner .owl-item ,.banner-area{overflow:hidden;height:76vh;}
.banner-area{z-index:1;position:relative;background-position:center;background-size:cover;padding-top:5%}
.banner-area::before{content:"";position:absolute;z-index:0;bottom:0;left:0;width:100%;height:100%;opacity:0.35;background:var(--black-color);pointer-events:none;}
.banner-content{max-width:700px;display:flex;flex-flow:column;justify-content:center;text-align: center;position:relative;margin:0 auto;}
.banner-content::after{content:'';position:absolute;left:0;top:-50px;width:100%;height:100%;background:url(images/logo-icon-op.png) no-repeat top 0px center;opacity:.95;background-size:280px}

.banner-content .hedu{font-size:60px;color:var(--whiteColor);line-height:1.1;font-weight:500;margin:0 0 20px;}
.banner-content .tsta{font-size:16px;font-weight:500;}
.banner-content .tsta span{text-decoration:underline;}
.banner-content p span{background-color:rgba(0,0,0,.2);}
.banner-content p.h5{font-family:var(--font2);}

.fw-300{font-weight:400;}
.banner-content p{margin-bottom:10px;max-width:700px;color:var(--main-color3)}
.banner-content{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner-content .hedu{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner-content p{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner-content .tsta{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner-content .stepp{-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner .active .banner-content{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-delay:.4s;animation-delay:.4s}
.banner .active .banner-content .hedu{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.5s;animation-delay:.5s}
.banner .active .banner-content p{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.7s;animation-delay:.7s}
.banner .active .banner-content .tsta{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1s;animation-delay:1s}
.banner .active .banner-content .stepp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.5s;animation-delay:.5s}

.banner.dotta .owl-dots{position: absolute;top:auto;bottom:20px;left: 50%;margin: 0;transform: translateX(-50%);transition: opacity .3s ease;display: flex;justify-content: center;}
.banner.dotta .owl-dots .owl-dot{margin:0 3px;}
.banner.dotta .owl-dots .owl-dot.active,.banner.dotta .owl-dots .owl-dot.active span{width:30px;border-radius:10px;}
.banner-are .forthenav{position:absolute;bottom:30%;left:50%;transform:translateY(-30%) translateX(-50%);z-index:1;}

.forthenav .owl-next,.forthenav .owl-prev{position:absolute;display:inline-block;vertical-align:middle;cursor:pointer;-webkit-transition:all .4s ease;transition:all .4s ease;color:#888;width:36px;height:40px;line-height:40px;text-align:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:9;transition:all .4s ease;margin:0;padding:0;font-size:14px;font-weight:600;border:1px solid rgba(15,15,15,.1)!important;background-size:20px!important;}

.forthenav .owl-next{right:15px;background:url(images/right-arrow.svg) no-repeat center center var(--main-color);border-radius:3px;}
.forthenav .owl-prev{left:15px;background:url(images/left-arrow.svg) no-repeat center center var(--main-color);border-radius:3px;}
.forthenav .owl-next:hover{right:18px;background:url(images/right-arrow.svg) no-repeat center center var(--main-color);}
.forthenav .owl-prev:hover{left:18px;background:url(images/left-arrow.svg) no-repeat center center var(--main-color);}

@media only screen and (min-width:1300px) and (max-width:1350px) {
.banner-content .hedu{font-size:50px}
.banner-are,.banner,.banner .owl-item ,.banner-area{overflow:hidden;height:84vh;}
}
@media only screen and (min-width:1200px) and (max-width:1299px) {
.banner-content .hedu{font-size:48px}
}
@media (min-width:1200px){
.hero-slide{border-radius:30px;}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.banner-content .hedu{font-size:44px}
.banner-are,.banner,.banner .owl-item ,.banner-area{overflow:hidden;height:82vh;}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.banner-are,.banner,.banner .owl-item ,.banner-area{overflow:hidden;height:75vh;}
.banner-area{overflow:hidden;padding-bottom:3%;}
.banner-content{margin-bottom:0;padding:10px 20px 0;max-width:440px}
.banner-content .hedu{font-size:40px;margin-bottom:10px}
.banner-content p{margin-bottom:5px;}
.banner-content .ls2{letter-spacing:1px;font-size:16px;}
}
@media only screen and (max-width:767px) {
.banner-are,.banner,.banner .owl-item ,.banner-area{overflow:hidden;height:60vh;}
.banner-content{max-width:80%;}
.banner-content .hedu{font-size:36px;}
.banner-content p{margin-bottom:0;font-size:14px;}
.banner-content .tsta{font-size:14px;}
.banner-are .forthenav{bottom:35%;}
.banner-are .forthenav{position:absolute;bottom:20%;left:50%;transform:translateY(-20%) translateX(-50%);z-index:1;}
}
@media only screen and (max-width:575px) {
.banner-content .hedu{font-size:32px;}
.banner-are,.banner,.banner .owl-item ,.banner-area{overflow:hidden;height:400px;}
}

.jiji{overflow:hidden;}
.jiji::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;text-align:center;opacity:0;}
.jiji:hover::before{opacity:1;}
.jiji span{position:absolute;opacity:0;bottom:-10px;display:block;width:100%;color:var(--black-color);transition:var(--transition);text-align:center;padding:10px 15px;background:var(--main-color3);font-size:18px;font-weight:600;cursor:pointer;}
.jiji:hover span{opacity:1;bottom:5px;}

/* .hero-slide{padding:80px 0 150px;} */
/* .hero-slide::before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;background:var(--main-color);width:100%;height:100%;z-index:1;opacity: .98;} */
.jannaa{position:absolute;left:0;top:30px;z-index:1;}
/*.hero-content{position:relative;z-index:1;width:100%;max-width:930px;margin:0 auto;text-align:center}
.hero-content .section-title h1{font-size:40px;}
@media(min-width:1440px){
.hero-content .section-title p{font-size:16px!important;}
}
@media(min-width:1200px){
.hero-slide{border-radius:30px;}
}
@media(max-width:1280px){
.hero-content .section-title h1{font-size:34px;}
}
@media(max-width:1199px){
.hero-slide{padding:50px 0 110px;}
}
@media(max-width:991px){
.hero-slide{padding:40px 0 90px;}
.hero-content .section-title h1{font-size:24px;}
}
@media(min-width:575px) AND (max-width:767px){
.maxout{max-width:350px;}
}
@media(max-width:575px){
.hero-slide{padding:30px 0 80px;}
}*/

.dki{min-height:300px;}
.dki::before{content:'';position:absolute;width:100%;height:100%;left:0;bottom:0;transition: var(--transition);display:block;z-index:1;background:linear-gradient(180deg,rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 66%) 100%);z-index:1;pointer-events:none;}
.dki img{width:100%;height:auto;object-fit: cover;}
.dki:hover img{transform:scale(1.1);}
.pplace .desco{position: absolute;width: 100%;height: 20%;left: 0;bottom: 0;padding: 15px 20px;background: #fdf5e5;}
.pplace .desco .therest{font-size:14px;font-weight:400;line-height:1.5;transition:all ease-in-out .2s;position:relative;bottom:0px}
.pplace .desco h4{color: var(--main-color2);transition: var(--transition);position: relative;bottom: 0;-webkit-transition: var(--transition);-moz-transition: var(--transition);-ms-transition: var(--transition);-o-transition: var(--transition);font-weight: 500;text-transform: uppercase;font-size: 17px;}

.faq-accordion .accordion-item{background:none;}
.faq-accordion .accordion-header{border:none;}
.faq-accordion .accordion-content ul {margin: 0;padding: 0;padding-left: 20px;}
.faq-accordion .accordion-button:not(.dusra),
.faq-accordion .accordion-button:not(.collapsed) {border:0;color:var(--black-color);background:none;border-radius:4px;box-shadow: none;}
.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:not(.collapsed):hover {color: var(--black-color);background:none;}
.faq-accordion .accordion-button::after {background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%2305213a' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");transform: scale(.7) !important;}
.faq-accordion .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%2305213a' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");}
.accordion-content p{margin-bottom: 0;}

.rent-details{width:100%;z-index:2;position:relative;margin-top:-90px;padding-bottom:20px;}

.about-us{background:url(images/bg-pahad.jpg) repeat-x left bottom;}
.about-content-body{margin-bottom:30px}
.about-trusted-booking{display:flex;border-bottom:1px solid var(--divider-color);padding-bottom:12px;margin-bottom:12px}
.about-trusted-booking:last-child{border:none;padding-bottom:0;margin-bottom:0}
.about-trusted-booking .icon-box{position:relative;margin-right:15px;width:50px;height:50px;border-radius:50%;background:var(--main-color6);text-align:center;line-height:50px;}
.about-trusted-booking:hover .icon-box::before{background-color:var(--main-color);opacity:70%}
.about-trusted-booking .icon-box img{position:relative;max-width:36px;z-index:1}
.car-details-list li{padding:8px 0;border-bottom:.6px solid #d9d9d9;font-size:14px;}
.firstt{font-weight:600;}

.testimonial{background:url(images/icons/quote.svg) no-repeat top 15px right 4% #fff;background-size:50px;padding-bottom:80px!important;border:1px solid var(--main-color5);border-bottom-width:3px}
.kiatro{position:absolute;left:0;bottom:30px;width:100%;padding:0 0 0 45px}
.circle-initials{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:var(--black-color);background:var(--main-color3)}


.list-items{display: flex;justify-content: flex-start;gap: 25px;align-items: center;flex-wrap: wrap;}
.list-items li svg{width: 32px;height: 32px;fill: #0d233e;margin-right: 10px;}
.list-items li span{font-weight: 500;color: var(--main-color);}

@media screen and (max-width:1024px) {
.rent-details{margin-top: -60px;}
}

.our-services{background:url(images/bg-pahad.jpg) repeat-x left bottom;}
.service-item{position:relative;background-color:var(--whiteColor);border:1px solid #f4f0eb;border-radius:20px;padding:0 25px 30px 25px;margin-bottom:0;z-index:1;height:100%;display:flex; flex-direction:column;}
.service-item:hover:before{top:0;border-radius:0;opacity:.8}
.service-item .icon-box{position:relative;padding:10px 0 0 10px;margin-bottom:15px;z-index:1}
.service-item .icon-box::before{content:'';position:absolute;top:-15px;left:0;background-color:var(--main-color);opacity:.09;border-radius:50%;width:60px;height:60px;z-index:0;transition:all .5s ease-in-out}
.service-item:hover .icon-box::before{transform:scale(1.1);}

.service-item .icon-box img{position:relative;max-width:40px;z-index:1}
.service-content{position:relative;margin-bottom:0;z-index:1}
.service-content h3{font-size:18px;font-weight:600;text-transform:capitalize;margin-bottom:10px;transition:all .5s ease-in-out}
.service-content p{margin:0;transition:all .5s ease-in-out}
.service-footer{position:absolute;z-index:1;right: 20px;bottom:100px;}
.service-item:hover .section-icon-btn{background-color:var(--main-color2)}
.service-item:hover .section-icon-btn img{transform:rotate(45deg)}
.imgboxx{margin-top:-30px;overflow:hidden;border-radius:20px 20px 0 0;}
.imgboxx img{transition:var(--transition);transform:scale(1);}
.service-item:hover .imgboxx img{transform:scale(1.05);}

.trusted-booking-content{width:calc(100% - 80px)}
.trusted-booking-content h3{font-size:18px;font-weight:600;text-transform:capitalize;margin-bottom:10px}
.trusted-booking-content p{margin:0}

@media only screen and (max-width: 991px) {
.about-trusted-booking{padding-bottom:20px;margin-bottom:20px}
.about-trusted-booking .icon-box img{max-width:64px}
.trusted-booking-content{width:calc(100% - 84px)}
.about-content-body{margin-bottom:30px}
}
@media only screen and (max-width:767px) {
.about-trusted-booking .icon-box{margin-right:10px;padding:5px 0 0 5px}
.about-trusted-booking .icon-box img{max-width:60px}
.trusted-booking-content{width:calc(100% - 70px)}
.trusted-booking-content h3{font-size:18px;margin-bottom:5px}
}
.pilgri{position:fixed;bottom:80px;left:20px;background-color:var(--main-color);border-radius:8px;width:100%;max-width:200px;padding:10px;z-index:2;animation:trustedmoveobjectslow 4s infinite linear alternate;}
.pilgri a.allt{right:5px;position:absolute;top:5px;line-height:16px;text-align:center;}
@keyframes trustedmoveobjectslow {
50%{left:0}
}

.trusted-client{position:fixed;bottom:140px;left:0;background-color:var(--main-color3);border-radius:16px;width:100%;max-width:200px;padding:20px;animation:trustedmoveobject 2s infinite linear alternate;z-index:2;-webkit-animation:trustedmoveobject 2s infinite linear alternate; }
@keyframes trustedmoveobject {
50%{left:20px}
}
.trusted-client-content{border-bottom:1px solid var(--whiteColor);margin-bottom:15px;padding-bottom:15px}
.trusted-client a.allt{right:-5px;position:absolute;top:-5px;width:22px;height:22px;background:var(--main-color2);border-radius:5px;line-height:20px;text-align:center;}

.why-choose-item{display:flex;border-bottom:1px solid var(--divider-color);}
.why-choose-item:last-child{border:none;margin-bottom:0;padding-bottom:0}
.why-choose-item .icon-box{position:relative;padding:5px 0 0 5px;margin-right:15px}
.why-choose-item .icon-box::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);background-color:var(--main-color);opacity:10%;border-radius:50%;width:30px;height:30px;z-index:0;transition:all .5s ease-in-out}
.why-choose-item .icon-box img{position:relative;max-width:40px;z-index:1}
@media(max-width:991px){
.why-choose-content{width:calc(100% - 60px)}
.why-choose-image{margin:30px 0 0}
.why-choose-image img{aspect-ratio:1 / 1.6}
.why-choose-image::before{background-size:50% auto}
}
.why-choose-content h3{font-size:20px;font-weight:600;text-transform:capitalize;margin-bottom:10px}
.why-choose-content p{margin:0}
.why-choose-image{position:relative;text-align:center}
.why-choose-image::before{content:'';position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;background:url(images/car-why.png) no-repeat;background-position:bottom center;background-size:100% auto;z-index:1}
.why-choose-image img{aspect-ratio:1 / 1.65;object-fit:cover;border-radius:200px}
.why-choose-content h3{font-size:18px;margin-bottom:5px}
.why-choose-image img{aspect-ratio:1 / 1.4}
.why-choose-image::before{background-size:100% auto}