/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #06FC02;
    --secondary: #03B900;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Wix Madefor Text", sans-serif;
}

section {
    position: relative;
}

h1,
h2,
h3,
h4 {
    font-family: "Inter", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--white);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    padding: 1.1875rem 2.8em;
    border-radius: 50px;
    line-height: normal;
    font-family: "Inter", sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themeBtn:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    z-index: -1;
    transition: 0.8s ease;
    transform: translateY(100%);
}

.themeBtn:hover {
    color: var(--white);
}

.themeBtn:hover:before {
    transform: translateY(0);
}

/* !GLOBAL CSS */

/* Main Banner Css Start */

.mainBanner {
    
    height: 1054px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.bannerContent h1 {
    color: var(--white);
    font-weight: bold;
    font-size: 3.625rem;
    width: 90%;
}

.bannerContent h1 span {
    color: var(--primary);
}

.bannerContent p {
    color: var(--white);
    font-size: 0.9375rem;
    margin: 1.125rem 0 1.75rem 0;
}

.bannerContent .btn-group {
    gap: 2rem;
}

.borderBtn {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

/* Main Banner Css End */

/* Shipping Sec Css Start */

.shippingSec {
    background: var(--black);
    padding: 3.75rem 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.shipWraps {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.shipContent {
    flex: 1;
}

.shipContent h3 {
    color: var(--white);
    font-weight: bold;
    font-size: 1.8125rem;
}

.shipContent p {
    color: var(--white);
    font-size: 1.0625rem;
    margin: 0;
}

.mainWraps {
    position: relative;
}

/* Shipping Sec Css End */

/* About Sec Css Start */

.aboutSec {
 
    padding: 5rem 0;
}

.smallHead {
    font-size: 1.4125rem;
    color: var(--secondary);
    font-weight: bold;
    position: relative;
}

.smallHead:before {
    content: "";
    position: absolute;
    background: var(--secondary);
    height: 3px;
    width: 77px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6rem;
}

.secHeading {
    color: var(--black);
    font-weight: bold;
    font-size: 3.225rem;
}

.aboutContent h2 {
    margin: 0.625rem 0 1.375rem 0;
}

.aboutContent h2 span {
    color: var(--secondary);
}

.aboutContent p {
    font-size: 0.9375rem;
    color: var(--black);
    margin-bottom: 1.25rem;
}

.aboutContent p span {
    color: var(--secondary);
    display: block;
}

.aboutImage {
    text-align: right;
}

.aboutImage img {
    border-radius: 20px;
}

/* About Sec Css End */

/* Rental Sec Css Start */

.rentalSec {
    
    padding: 6.25rem 0;
}

.rentalHeading .smallHead {
    color: var(--primary);
    font-size: 2rem;
}

.rentalHeading .smallHead:before {
    width: 110px;
    background: var(--primary);
    right: -8rem;
}

.rentalHeading .secHeading {
    color: var(--white);
    font-weight: 400;
    margin: 1rem 0 0 0;
}

.rentalWraps figure {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.rentalWraps figure img {
    width: 100%;
    transition: 0.8s ease;
}

.rentalWraps figure:hover img {
    transform: scale(1.15);
}

.rentalWraps h3 {
    color: var(--white);
    text-align: center;
    font-weight: bold;
    font-size: 1.6875rem;
    margin: 1.5rem 0;
}

.rentalWraps p {
    color: var(--secondary);
    font-size: 0.9375rem;
    text-align: center;
    width: 90%;
    margin: auto;
}

.rentalWraps {
    margin-top: 5rem;
    width: 95%;
    display: block;
}

/* Rental Sec Css End */

/* Choose Sec Css Start */

.chooseSec .aboutContent h2 {
    color: var(--black);
    font-weight: bold;
    font-size: 2.1875rem;
    margin: 0;
}

.chooseSec .aboutContent h2 span {
    color: var(--secondary);
}

.chooseSec .aboutContent ul {
    margin: 1.375rem 0;
}

.chooseSec .aboutContent ul li {
    color: var(--black);
    font-size: 1.125rem;
}

.chooseSec .aboutContent {
    margin-left: 4rem;
}

/* Choose Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: url(../images/testimonialBg.png)center/cover fixed;
    padding: 5rem 0;
}

.testimonialWraps {
    text-align: center;
    margin-top: 3.125rem;
}

.testimonialContent {
    background: var(--secondary);
    border-radius: 24px;
    padding: 3.125rem 1.875rem 1.5rem 1.875rem;
    margin-top: -2.75rem;
}

.testimonialContent p {
    color: var(--black);
    margin: 0.875rem 0 1.25rem 0;
}

.testimonialContent span {
    color: var(--black);
    font-size: 1.125rem;
}

/* Testimonial Sec Css End */

/* Contact Sec Css Start */

.contactSec {
    padding: 6.25rem 0;
}

.contactImage img {
    border-radius: 20px;
}

.contactContent h2 {
    color: var(--black);
    font-weight: bold;
    font-size: 2.625rem;
    text-transform: capitalize;
    margin-bottom: 1.5625rem;
}

.contactContent label {
    font-size: 14px;
    color: var(--black);
    text-transform: capitalize;
}

.contactContent .form-control,
.contactContent select {
    outline: unset;
    box-shadow: unset;
    border-radius: 50px;
    height: 42px;
    color: #6E6E6E;
    border: 1px solid rgb(0 0 0 / 60%);
    width: 100%;
    padding-left: 1rem;
}

.contactContent .form-control::placeholder {
    color: #6E6E6E;
}

.contactContent textarea {
    height: 90px !important;
    border-radius: 20px !important;
    resize: none;
}

.contactContent .themeBtn {
    border: unset;
    outline: unset;
    padding: 0.8125rem 8em;
}

.contactContent .form-group {
    margin-bottom: 1.375rem;
}

/* Contact Sec Css End */

/* Footer Css Start */

footer {
    background: var(--black);
    padding: 3.125rem 0 1.875rem 0;
}

.footerlogo {
    display: block;
    margin-top: 1.875rem;
}

footer h4 {
    color: var(--primary);
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.links li a,
.contactLinks li a {
    color: var(--white);
    font-size: 0.875rem;
    text-transform: capitalize;
}

.contactLinks li a span {
    display: block;
    color: var(--primary);
}

.copyRight p {
    color: var(--white);
    text-align: center;
    font-size: 0.875rem;
    margin: 1.25rem 0 0 0;
}

/* Footer Css End */

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}

/* Inner Css Start */

.aboutBanner {
    height: 520px;
    display: flex;
    align-items: end;
    padding-bottom: 120px;
}

.aboutBanner:before {
    content: "";
    position: absolute;
    background: var(--black);
    inset: 0;
    opacity: 80%;
}

.areaSec {
    background: url(../images/areaBg.png)center/cover;
    padding: 5rem 0;
}

.areaImage img {
    border-radius: 20px;
}

.areaContent p {
    color: var(--white);
    margin: 0;
    width: 80%;
}

.areaContent h3 {
    color: var(--primary);
    font-size: 1.375rem;
    font-weight: bold;
    margin: 1.375rem 0;
}

.areaContent p span {
    color: var(--primary);
}

.areaContent ul {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.areaContent ul li a {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 0.625rem;
    justify-content: center;
    border: 1px solid var(--white);
    border-radius: 50px;
    height: 50px;
    width: 250px;
}

.areaContent ul+ul {
    margin-top: 0.625rem;
}

.areaContent ul li a i {
    font-size: 1.5rem;
}

.areaContent ul li a:hover {
    background: var(--white);
    color: var(--black);
}

.areaContent small {
    margin-bottom: 1.25rem;
    display: inline-block;
}

.areaThree {
    margin: 1.375rem 0;
}

.areaThree li a {
    width: 190px !important;
}

/* .rentalBanner {
    background: url(../images/rentalBanner.png)center/cover;
} */

.rentalImagess img {
    border-radius: 20px;
}

.rentalImagess {
    margin: 2.5rem 0 1rem 0;
}

.rentalInner .swiper-button-next,
.rentalInner .swiper-button-prev {
    background: var(--white);
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    top: 20%;
}

.rentalInner .swiper-button-next:after,
.rentalInner .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
}

.rentalDetails h2 {
    color: var(--white);
    font-size: 1.6875rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.rentalDetails h2 span {
    font-size: 1.375rem;
    font-family: 'Wix Madefor Text';
    font-weight: 400;
    color: var(--primary);
}

.rentalDetails p {
    color: var(--white);
    font-size: 1.125rem;
    margin: 1.375rem 0;
}

.rentalDetails h3 {
    color: var(--primary);
    font-family: 'Wix Madefor Text';
    font-size: 1.375rem !important;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce .products ul, .woocommerce ul.products {
    text-align: left !important;
}
.rentlistOne li span {
    color: var(--white);
    font-size: 0.9375rem;
    display: grid;
}

.rentlistOne li span small {
    font-size: 0.9375rem;
    color: var(--primary);
}

.rentlistOne {
    display: flex;
    gap: 6.25rem;
    margin: 1.375rem 0 !important;
}

.rentlistTwo {
    margin: 1.375rem 0 !important;
}

.rentlistTwo li {
    color: var(--white);
}

.rentalDetails .themeBtn {
    font-size: 0.8125rem;
    padding: 0.9375rem 3em;
}

/* .faqBanner {
    background: url(../images/faqBanner.png)center/cover;
} */

.faqHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqHeading h2 {
    color: var(--black);
    font-weight: 400;
    font-size: 2rem;
    margin: 0;
}

.searchBar {
    display: flex;
    border-bottom: 1px solid rgb(0 0 0 / 60%);
    width: 280px;
    align-items: center;
    justify-content: space-between;
    color: var(--black);
    padding: 0.625rem 0;
}

.searchBar input {
    border: unset;
    outline: unset;
    box-shadow: unset;
    width: 100%;
}

.searchBar input::placeholder {
    color: var(--black);
}

.searchBar button {
    border: unset;
    outline: unset;
    background: unset;
    padding: 0;
    color: var(--black);
    font-size: 1.125rem;
}

.accordian {
    margin-top: 3rem;
}

.accordian li {
    margin-bottom: 0.75rem;
    border: 1px solid var(--black);
}

.accordian li h4 {
    color: var(--black);
    font-size: 1.25rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    line-height: 1.3;
    font-family: 'Wix Madefor Text';
    font-weight: 400;
}

.accordian h4::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    position: absolute;
    top: 25px;
    right: 35px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.accordian p {
    margin: 0;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1rem;
}

.accordian li>div {
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 0 1.4rem 1rem 1.4rem;
}

.accordian li.active h4::after {
    content: "\f077";
}

.getinTocuh h2 {
    color: var(--secondary);
    font-weight: bold;
    margin-bottom: 0.75rem;
    font-size: 2.875rem;
}

.getinTocuh p {
    color: var(--black);
    margin: 0;
    width: 92%;
}

.getinTocuh ul li a {
    display: grid;
}

.getinTocuh ul li a span {
    color: var(--secondary);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.getinTocuh ul li a {
    color: var(--black);
}

.getinTocuh ul li {
    margin-top: 1.25rem;
}

/* Inner Css End */