:root {
    --Primary: #5E419D;
    --Secondary: #F0837B;
    --Black: #102631;
    --Grey: #737373;
    --White: #FFF;
    --Input-Text: #A1A6B6;
    --colorBg: #FFF5ED;
}
html {
    scroll-behavior: smooth;
    margin: 0 !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: var(--colorBg);
}
input,
select,
button {
    outline: none;
    box-shadow: none;
}
input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
p{
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
a:hover {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}



/* --- Start Header --- */
.header{
    padding: 30px 0px;
}
.header .header-content{
    display: flex;
    align-items: center;
}
.header .logo{
    margin-right: 30px;
    margin-bottom: 30px;
    display: block;
}
.header .home-btn{
    width: 120px;
    height: 28px;
    padding: 5px 10px;
    display: inline-flex;
    border-radius: 24px;
    align-items: center;
    border: 1px solid var(--Black, #102631);
}
.header .home-btn svg{
    stroke: #5E419D;
    margin-right: 10px;
}
.header .home-btn span{
    color: var(--Black);
    font-size: 14px;
    font-weight: 600;
}
.header .header-content .home-btn:hover{
    background-color: var(--Primary);
}
.header .header-content .home-btn:hover span{
    color: var(--White);
}
.header .header-content .home-btn:hover svg{
    stroke: var(--White);
}
/* --- End Header --- */


/* --- Start Terms & Conditions --- */
.terms-and-Conditions{
    padding: 60px 0px;
}
.terms-and-Conditions .content h2{
    margin-bottom: 30px;
    color: var(--Black);
    font-size: 54px;
    font-weight: 600;
}
.terms-and-Conditions .content p{
    color: var(--Black);
    font-size: 20px;
    font-weight: 500;
}
.terms-and-Conditions .title-description{
    margin-bottom: 60px;
}
.terms-and-Conditions .Conditions-box strong{
    margin-bottom: 30px;
    color: var(--Black);
    font-size: 24px;
    font-weight: 600;
    display: block;
}
.terms-and-Conditions .Conditions-box p{
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
}

/* --- End Terms & Conditions --- */

/* --- Faq --- */
.faqs h2{
    margin-bottom: 60px;
    color: var(--Black);
    font-size: 54px;
    font-weight: 600;
}
.faqs .accordion{
    --bs-accordion-bg:transition;
}
.faqs  button{
    color: var(--Black);
    font-size: 18px;
    font-weight: 600;
}
.faqs .accordion-button:not(.collapsed){
    color: var(--Black);
    background-color:transparent;
}
.faqs .accordion-button::after{
    background-image:url("../images/accordion-1.svg");
}
.faqs .accordion-button:not(.collapsed)::after{
    background-image:url("../images/accordion-2.svg");
}
.faqs button{
    padding-left: 0px;
}
.faqs .accordion-body{
    padding-left: 0px;
}
/* --- Faq --- */

/* --- Credits --- */
.credits .title-description h2{
    margin-bottom: 60px;
    color: var(--Black);
    font-size: 54px;
    font-weight: 600;
}
.credits .title-description p{
    margin-bottom: 60px;
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
}
.credits .credits-list img{
    width: 198px;
    margin-right: 40px;
}
.credits .credits-text{
    border-bottom: 1px solid #E4E3E2;
    margin-bottom: 30px;
}
.credits .credits-text span{
    margin-bottom: 10px;
    color: var(--Black);
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.credits .credits-text p{
    margin-bottom: 30px;
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
}
.credits .resources-used{
    margin-bottom: 30px;
    color: var(--Black);
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.credits .resources-used{
    color: var(--Black);
    font-size: 18px;
    font-weight: 600;
}
.credits .company{
    margin-bottom: 10px;
    color: var(--Black);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.credits .company-text{
    margin-bottom: 30px;
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
}

/* --- Start Divider --- */
.divider-line{
    width: 100%;
    height: 1px;
    background-color: #E4E3E2;
}
/* --- End Divider --- */

/* 404  */
/* .erer{
    padding: 100px 0px;
}
.erer .erer-bg{
    margin-top: -290px;
}
.erer .erer-bg img{
    width: 100%;
    object-fit: cover;
}
.erer .erer-board{
    margin: auto;
    display: block;
}
.erer .light-left{
    width: 100%;
}
.erer .light-right{
    width: 100%;
}
.erer .erer-bg{
    position: relative;
}
.erer .erer-content{
    margin-top: -226px;
}
.erer .erer-content h4{
    margin-bottom: 30px;
    color: var(--Black);
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
}
.erer .erer-content p{
    color: var(--Black);
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
} */


.erer img{
    width: 100%;
}

/* --- Footer --- */
.footer{
    padding: 100px 0px;
}
.footer .footer-logo{
    margin-bottom: 30px;
}
.footer .social li{
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--Primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .social li svg{
    stroke: var(--Primary) !important;
}
.footer .social li:last-child{
    margin-right: 0px;
}
.footer .social li:hover{
    stroke: var(--White) !important;
    background-color: var(--Primary);
}
.footer .social li:hover svg{
    stroke: var(--White) !important;
}
.footer .support-contact h6{
    margin-bottom: 15px;
    color: var(--Primary);
    font-size: 18px;
    font-weight: 600;
}
.footer .support-contact span{
    display: block;
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
}
.footer .menu-title{
    color: var(--Primary, #5E419D);
    font-size: 18px;
    font-weight: 600;
}
.footer .support-contact a{
    margin-top: 10px;
    color: var(--Black);
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.footer .support-contact a:hover{
    color: var(--Primary);
}
.footer .menu-title{
    color: var(--Primary);
    font-size: 18px;
    font-weight: 600;
}
.footer .menu{
    padding-left: 0;
    display: grid;
}
.footer .menu li a{
    color: var(--Black);
    font-size: 16px;
    font-weight: 500;
}
.footer .menu li a:hover{
    color: var(--Primary);
}
.footer .copy-rights{
    display: flex;
    margin-top: 30px;
    padding: 30px 51px;
    border-radius: 20px;
    background-color: #FAEFE7;
}
.footer .copy-rights p{
    margin: auto;
    color: var(--Grey);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.footer .dmga{
    float: right;
}


/* --- Responsive --- */

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .terms-and-Conditions {
        padding: 30px 0px;
    }
    .terms-and-Conditions .content h2{
        font-size: 48px;
    }
    .terms-and-Conditions .title-description {
        margin-bottom: 30px;
    }

    .faqs h2{
        font-size: 48px;
        margin-bottom: 30px;
    }

    .credits .title-description h2 {
        margin-bottom: 30px;
        font-size: 48px;
    }
    .credits .title-description p {
        margin-bottom: 30px;
    }



    .footer{
        padding: 60px 0px;
    }
    .footer .social{
        margin-bottom: 30px;
    }
    .footer .copy-rights p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer .menu-title{
        margin-top: 30px;
    }
    .footer .copy-rights {
        display: block;
    }
    .footer .dmga {
        float: none;
        display: block;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .banner h1 {
        font-size: 34px;
    }
    .header .logo{
        width: 100px;
    }
    .terms-and-Conditions .content h2 {
        font-size: 42px;
    }
    .faqs h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .credits .title-description h2 {
        font-size: 42px;
    }
    .credits .credits-list img {
        width: 150px;
        margin-right: 30px;
    }

    .footer .footer-logo{
        width: 100px;
    }
}


@media (max-width: 575.98px) {
    .header{
        padding: 30px 0px 0px;
    }
    .faqs h2 {
        font-size: 28px;
        margin-bottom: 0px;
    }
    .terms-and-Conditions .content h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .terms-and-Conditions .title-description {
        margin-bottom: 15px;
    }
    .terms-and-Conditions .content p{
        font-size: 18px;
    }
    .terms-and-Conditions .Conditions-box strong {
        margin-bottom: 15px;
    }
    .credits .title-description h2 {
        font-size: 28px;
    }
}

@media (max-width: 425px) {
    .credits .credits-list img {
        width: 115px;
        margin-right: 15px;
    }
    .footer .copy-rights{
        margin-top: 15px;
        padding: 15px 30px;
    }
    .footer .social li{
        width: 40px;
        height: 40px;
    }

}
@media (max-width: 375px) {
    .footer .footer-logo {
        width: 100px;
    }
    .terms-and-Conditions .content h2 {
        font-size: 28px;
    }
}

@media (max-width: 320px) {

}   