@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    scroll-padding-top: 32px;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.container {
    max-width: 1068px;
    margin: auto;
    width: 100%;
}

section {
    /* background-color: #a32828; */
    padding: 0 0 3rem;

}

header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 4px hsl(0 4% 15% /10%);
}

body {
    font-family: montserrat;
}

nav {
    background-color: #ffffff;
    height: 80px;
    width: auto;
}

.logo {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    /* line-height: 0px; */
    padding: 20px 20px 0 20px;
}

.ul {
    float: right;
    margin-right: 20px;
}

.li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

.li-a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
}

.li-a.active,
.li-a:hover {
    text-decoration: underline;
    color: #000000;
}

.checkbtn {
    font-size: 30px;
    color: #000000;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    float: right;
    display: none;
}

#check {
    display: none;
}

/* 
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.nav .icons {
    font-size: 23px;
    cursor: pointer;
}

.store-name {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
} */

.footer-main-body {
    z-index: 100;
    /* background-color: #000000; */
    width: 100%;
    height: auto;
}

.left-section {
    /* width: 30%; */
    height: 600px;
    /* background-color: black; */
}

.left-section-button {
    margin: 20% 0 0 0;
}

.btn-terms {
    text-decoration: none;
    /* color: #000000; */
    color: white;
}

.btn-terms:hover .btn-terms-link:hover {
    background-color: #000000;
    color: white;
}

.btn-terms-link {
    text-decoration: none;
    color: black;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}


.right-section {
    position: relative;
    right: 0%;
    /* width: 70%; */
    height: auto;
    /* background-color: #8f6b6c; */
}

.terms-sect-hdg {
    margin: 50px 0 0 50px;
    text-transform: uppercase;
}

.terms-sect-parah {
    margin: 20px 25px 30px 60px;
}

.terms-sect-parah-ul li {
    list-style-type: disc;
    margin: 10px 25px 0 60px;
}

.terms-section-parah-ul-sp li{
    list-style-type: decimal;
    margin: 10px 25px 0 60px;
}

.city-selection {
    margin-top: 15%;
}

.city-selection select {
    margin-left: 10%;
    width: 40%;
    font-size: 18px;
}

.city-selection button {
    margin-left: 10%;
    width: 40%;
    font-size: 18px;
    border-radius: 20px;
}

.card-custom {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px 0 10px 10px;
    transition: transform 0.2s;
}

.card-custom:hover {
    transform: scale(1.05);
}

.card-custom .icon {
    font-size: 30px;
    margin-bottom: 15px;
}

.card-custom h5 {
    font-weight: bold;
    margin: 0px 10px 10px 10px ;
}

.care-link, .care-link:hover{
    color: black;
    text-decoration: none;
}

.faq-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.faqs-hdg button{
    text-decoration: none;
    color: #000000;
}


footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 450px;
    background-color: white;
    color: black;
}

span {
    /* border: 1px solid black; */
    padding: 7px;
    border-radius: 5px;
    background-color: white;
    color: black;
}

.footer-margin {
    margin-top: 30px;
}

.footer-info {
    font-size: 15px;

}

.about-footer {
    font-size: 20px
}

.footer-link {
    text-decoration: none;
    color: #000000;
}

.footer-link:hover {
    text-decoration: underline;
    color: black;
}

.btn-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 110px;
    padding: 5px;
    color: white;
    background-color: #8f6b6c;
}

.btn-footer:hover {
    background-color: white;
    color: black;
}

.footer-end {
    text-align: center;
}



@media (max-width: 952px) {
    .logo {
        font-size: 30px;
        padding-left: 50px;
    }

    .li-a {
        font-size: 16px;
    }
}

@media (max-width: 858px) {
    .logo {
        font-size: 20px;
        padding-left: 30px;
    }
    
    .checkbtn {
        display: block;
    }

    .ul {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #10002d;
        top: 20px;
        left: 0%;
        text-align: center;
        color: #f8f8f8;
        transition: all 0.5s;
        display: none;
    }

    .li a {

        display: block;
        margin: 20px 0;
        line-height: 30px;
    }

    .li-a {
        color: #ffffff;
        font-size: 20px;
    }

    .li-a:active,
    .li-a.active {
        background-color: none;
        color: #240046;
    }

    #check:checked~.ul {
        left: 0;
    }
}