@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
p{
    color: #6F6F6F;
}
h2{
    font-size: 44px;
}
.banner{
    background: #FFE7F3;
}
.heading-title {
    color: #5C35A0;
    font-size: 72px;
    font-weight: 700;
    line-height: 84px;
}
.heading-title2 {
    color: #5C35A0;
    font-size: 54px;
    font-weight: 700;
    line-height: 84px;
}
.top-nav{    
    /* z-index: 10002; */
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.fw-600{
    font-weight: 600 !important;
}
.top-nav .navbar-nav .nav-link{
    margin-top: 0.3rem;
    padding: 0.8rem 1.5rem;   
    /* color: #6C6767; */
    margin-left: 0.5rem;
    border-radius: 3px;
} 
.top-nav .navbar-nav .nav-item .nav-link.active{
    background: #5C35A0;
    border-radius: 3px;
    color: #fff;
}
.form-control, .form-select{
    padding: 0.75rem 0.5rem;
}
.fs-24{
    font-size: 24px;
}
.fs-48{
    font-size: 48px;
}
.nav-pills .nav-link.active .icon{
    padding: 15px 16px;   
    background: #FFFFFF;
    color: #078080 !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    width: 100px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.top-nav .btn-primary{
    padding: 0.7rem 1.2rem;
}
.btn{
    padding: 0.7rem;
}

.footer{
    background: #F1F1F1;
}
.footer .ft-nav{
    list-style-type: none;
}
.footer .ft-nav li{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.banner{
    /* position: relative; */
    margin-top: 84px;
}
.section{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 600px) {
    .banner{      
        margin-top: 85px;
    }
    .footer .border-start{
        border-left: 0px !important;
    }
    .carousel-caption h1 {
        font-size: 20px;
      }
      .carousel-caption .lead{
        font-size: 16px;
      }
      .carousel-inner{
        max-height: auto;
        min-height: auto;
    }
    .heading-title {
        color: #5C35A0;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
  }
  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #cd1e7a;
    --bs-btn-border-color: #e33c94;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cd1e7a;
    --bs-btn-hover-border-color: #cd1e7a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e33c94;
    --bs-btn-active-border-color: #cd1e7a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #cd1e7a;
    --bs-btn-disabled-border-color: #cd1e7a;
  }