@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=gambetta@400,300,600,500,700&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0px;
    margin: 0;
    font-family: 'Mulish', sans-serif;

}

.heading h1 {
    font-family: "Gambetta";
    font-weight: 300;
    font-size: 46px;
    inline-size: 790px;
    margin: 0px auto;
    background: linear-gradient(0deg, #FAC9A8, #FAC9A8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading h2 {
    font-weight: 300;
    font-size: 46px;
    font-family: "Gambetta";
    color: #581D1D;
}
footer {
    background: linear-gradient(212.34deg, #1B2F33 12%, #0E2529 89.96%);
    padding: 60px 40px 45px 40px;
}

.footerInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

.footerLogo {
    width: 25%;
}

.footerMenu {
    width: 70%;
}

.footerContact {
    display: flex;
    align-items: center;
    justify-content: left;
}

.footerContact.socialmedia {

    margin-top: 45px;
}

.footerContact h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 15%;
}

.footerContact .links {
    margin-left: 40px;
}

.footerContact .links ul li {
    list-style: none;
    margin-left: 20px;
}

.footerContact .links ul {
    display: flex;
    align-items: center;
}

.footerContact .links ul li:first-child {
    margin-left: 0;
}

.footerContact a {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footerContact a img {
    margin-right: 15px;
}

.footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.footerBottom p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.footerBottom ul {
    display: flex;
    align-items: center;
}

.footerBottom ul li {
    list-style: none;
    margin-left: 40px;
}

.footerBottom ul li:first-child {
    margin-left: 0;
}

.footerBottom ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 400;
}


/* ABOUT US PAGE */
.aboutUsHeader {
    background: #9E9E9E;
    padding: 20px;
}

.aboutUsHead {
    background: #9E9E9E;
    padding: 20px 40px;
}

.aboutUsHead .heading {
    text-align: center;
    margin-bottom: 0;
}

.aboutUsHead .heading h1 {
    inline-size: auto;
}

.aboutUsContent {
    background: #9E9E9E;
    padding: 30px 40px;
}

.aboutUsContent p {
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}


/* FAQs PAGE */
.aboutUsContent ol li {
    margin-bottom: 45px;
}

.aboutUsContent ol li::marker {
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}

.aboutUsContent ul li {
    list-style: disc;
    margin-bottom: 0;
    margin-left: 23px;
}

.aboutUsContent ul li p {
    margin-bottom: 10px;
}

.aboutUsContent ul li::marker {
    color: #fff;
    font-size: 25px;
    line-height: 10px;
}

.aboutUsContent {
    padding: 30px 100px;
}

@media only screen and (max-width: 680px) {
    .aboutUsContent.faqs {
        padding: 30px 60px;
    }
}

/* PRIVACY & POLICY PAGE */
.aboutUsContent.privacy ul li {
    margin-bottom: 45px;

}

.aboutUsContent.privacy ul li ul {
    margin-top: 20px;
}

.aboutUsContent.privacy ul li ul li {
    list-style: circle;
    margin-bottom: 5px;
}

.aboutUsContent.termsCondition .heading h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.aboutUsContent.termsCondition .heading p {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

.aboutUsContent.termsCondition .listABC li {
    list-style: lower-alpha;
    margin-bottom: 20px;
}

.aboutUsContent.termsCondition .listABC li::marker {
    font-size: 20px;
}

.aboutUsContent.termsCondition .listABC li ol {
    margin-top: 20px;
}

.aboutUsContent.termsCondition .listABC li ol li {
    list-style: lower-roman;
    margin-bottom: 10px;
}

.aboutUsContent.termsCondition .listABC li ol li::marker {
    font-size: 15px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color: #fff;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.pageLink {
    color: #9a1643;
}

@media only screen and (max-width: 1080px) {
    .footerMenu {
        width: 60%;
    }

    .footerContact h2 {
        width: 25%;
    }

    .footerContact.contactUs {
        align-items: normal;
    }

    .footerContact.contactUs .links ul {
        display: block;
    }

    .footerContact.contactUs .links ul li {
        margin-left: 0;
        margin-bottom: 20px;
    }


}


@media only screen and (max-width: 820px) {
    .footerBottom {
        display: block;
    }

}

@media only screen and (max-width: 690px) {
    .aboutUsContent {
        padding: 30px 20px !important;
    }
}

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

    .footerInfo {
        display: block;
    }

    .footerMenu {
        width: 100%;
        margin-top: 35px;
    }
}

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

    .footerBottom ul {
        display: block;
    }

    .footerBottom ul li {
        margin-left: 0;
        margin-top: 15px;
    }

    .footerContact {
        display: block;
    }

    .footerContact h2 {
        width: auto;
    }

    .footerContact .links {
        margin-left: 0;
        margin-top: 25px;
    }

}