@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Inter', sans-serif !important;
}

body{
    overflow-x: hidden !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fadeInAnimation {
    animation: fadeIn 3s ease-in-out;
}

.nav-link {
    color: #212529 !important;
    background: #F9F0F9 !important;
}

.banner {
    height: 95vh;
    background-image: url('../images/banner.png'); /* Replace with the correct file path */
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding-top: 90px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-image {
    animation: moveUpDown 3s infinite linear; /* Set the duration as needed */
}

@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px); /* Adjust the distance the image moves up */
    }
}

.navbar-custom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.banner p {
    font-size: 40px !important;
    margin-bottom: 10px;
    text-align: left;
}

.banner img {
    margin: auto;
    vertical-align: middle;
}

.banner p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.sec-a {
    margin-bottom: 50px;
}
.sec-a h2 {
    font-size: 40px;
    color: #333333;
    padding-bottom: 20px;
    font-weight: bold;
}

.sec-a p {
    font-size: 17px;
    color: #000000;
}

.sec-a span {
    color: #791875;
}

.sec-b h2 {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.sec-b h3 {
    font-size: 25px;
    font-weight: bold;
    color: #791875;
}

.sec-b p {
    font-size: 20px;
    color: #212529;
}


.sec-b .icon {
    margin-bottom: 10px;
}

.sec-b span {
    color: #791875;
}

.mb-40 {
    margin-bottom: 100px;
}

.sec-c {
    background: #791875;
    padding: 80px 10px;
}

.sec-c h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 0px 60px;
    text-align: center;
}

.sec-c h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 0px 0px;
    text-align: center;
}

.sec-c p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding: 0px 0px 0px;
    text-align: center;
}

.sec-c img {
    padding-bottom: 10px;
    text-align: center !important;
}

.sec-d {
    background: #FAF1FA;
    padding: 0px 0px 120px;
}

.sec-d h2 {
    font-size: 52px;
    color: #333333;
    padding-bottom: 100px;
    padding-top: 120px;
}

.sec-d .bg-change {
    background: #791875;
}

.sec-e {
    padding: 100px 0px 0px;
}

.sec-e h2 {
    font-size: 32px;
    color: #212529;
    padding-bottom: 20px;
}

.sec-e p {
    font-size: 20px;
    color: #000000;
    padding-bottom: 15px;
}

.sec-e li {
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
}

.sec-e .no-mar-bot {
    margin: 0px 0px 0px !important;
}

.sec-e span {
    color: #791875;
}

.no-pad-bot p {
    padding-bottom: 0px !important;
}

.sec-e .pad-left-50 {
    padding-left: 50px;
}

.sec-f {
    background: #F9F0F9;
    padding: 100px 0px 100px;
}

.sec-f h3 {
    font-size: 42px;
    font-weight: bold;
    color: #791875;
    text-align: center;
    padding: 0px 0px 40px;
}

.bg-purple{
    background: #791875;
}
.icon-header{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #FFF;
    vertical-align: middle;
}

.icon-header-head{
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    vertical-align: middle;
}

.body-content{
    padding: 0px 60px 20px;
}

.body-content-2{
    padding: 30px 60px 20px;
}

.listing-gap{
    padding: 20px 20px 20px 100px !important;
    /* margin: auto !important; */
}

.no-display {
    background: #FAF1FA;
}

.valign-middle {
    vertical-align: middle !important;
}

.iconclass {
    padding: 0px 10px 0px 0px;
}

.textclass {
    padding: 0px 0px 0px 0px;
}

.partnershipclass {
    padding-right: 0px;
    vertical-align: middle;
}

.partnershipclass-2 {
    vertical-align: middle;
}

.footer{
    background:url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}
.footer h3{
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
}
.footer p{
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    line-height: 35px;
}
.footer p a{
    color: #FFF;
}

.padding-left-20 {
    padding-right: 20px;
}

.custom-border::before {
    content: "";
    position: absolute;
    top: 150px;
    left: -80px;
    height: 2px;
    width: 75px;
    background: url('../images/border-left-dark.png') repeat-y;
}

.custom-border {
    position: relative;
}

.sec-g {
    padding: 50px 0px 50px;
}

.sec-g h3 {
    font-size: 42px;
    font-weight: bold;
    color: #791875;
    text-align: center;
    padding: 0px 0px 40px;
}

.pr-50 {
    padding-right: 50px;
}

@media (max-width: 767px) {
    .banner {
        height: auto;
        padding: 20px !important;
        /* padding-top: 0px !important; */
    }

    .banner p {
        font-size: 25px !important;
        margin-bottom: 30px;
        margin-top: 80px;
        text-align: left;
    }

    .footer {
        height: 350px !important;
    }

    .sec-a h2 {
        font-size: 25px;
    }

    .sec-a p {
        font-size: 15px;
    }

    .sec-b h2 {
        font-size: 25px;
    }

    .sec-b h3 {
        font-size: 20px;
    }

    .sec-c h3 {
        font-size: 25px;
    }

    .sec-b p {
        font-size: 15px;
    }

    .sec-d h2 {
        font-size: 25px;
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .sec-e h2 {
        font-size: 25px;
    }
    .sec-e p {
        font-size: 15px;
    }
    .sec-e li {
        font-size: 15px;
    }
    .sec-f h3 {
        font-size: 30px;
        padding: 0px 0px 0px;
    }
    .sec-g h3 {
        font-size: 30px;
        padding: 0px 0px 0px;
    }

    .mob-center {
        text-align: center !important;
        padding-bottom: 30px;
        width: auto;
    }

    .banner p {
        font-size: 1.2rem;
    }

    .sec-b .right-img {
        padding-bottom: 0px;
        text-align: center;
        padding-left: 0px !important;
    }
    .mb-40 {
        margin-bottom: 50px;
    }
    .no-display {
        display: none !important;
    }
    .partnershipclass {
        padding-right: 0px !important;
        vertical-align: middle;
        text-align: center !important;
    }

    .pad-mob-20 {
        padding-bottom: 20px;
    }
    .body-content{
        padding: 20px 60px 20px;
    }
    .listing-gap{
        padding: 20px 20px 20px 50px !important;
    }
    
    .pr-50 {
        padding-right: 0px !important;
    }
  }

