@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

*{
    padding: 0;
    margin: 0;
}

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

.main-navigation li{
    list-style: none;
    padding: 0px 15px;
}

.navbar-brand img{
   width: 161px;
}
.navbar-nav  a{
    font-family: 'Poppins', sans-serif;
   color: #fff;
   transition: all 0.5s ease;
}
.navbar-nav  a:hover{
    color: #fff;
}
.main-navigation {
    background-color: #221c5a;
}

.slider img{
    height: 375px;
    /* object-fit: cover; */
}

.heading-h4{
    color: #62408c;
    font-size:35px;
    line-height: 40px;
    font-weight: bold;
    margin: 100px 0px 50px;
    font-family: 'Poppins', sans-serif;
}

.abot-content p{
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    color: #7762a1;
    font-weight: 600;
    text-align: justify;
}

.about-img img{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.services-item img{
    width: 60px;
}

.services-item-pos img{
    width: 40px;
}

.services-item h3 , .services-item-pos h3{
    color: #62408c;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    padding-top: 40PX;
}

.services-item p , .services-item-pos p{
    color: #7762a1;
    font-size: 16px;
    line-height: 24px;
}

.services {
    margin-top: 100px;
}

.services-box:hover{
    border: 1px solid #9b79cd;
    border-radius: 50px;
}

.services-box{
    padding: 30px 20px;
    transition: all 0.4s ease;
}

.prizing{
    margin-top: 100px;
}

.prizing-item{
    box-shadow: 0px 0px 10px 3px #ede9f3;
    padding-bottom: 100px;
}
.prizing-item h4{
    font-size: 60px;
    color: #e625a4;
    padding: 35px 0px;
}
.prixing-header{
    color: #fff;
    font-size: 24px;
    padding: 40px 0;
    /* margin-bottom: 25px; */
    background-color: #62408c;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.prizing-item button , .send{
    color: #fff !important;
    background-color: #221c5a;
    padding: 18px 50px;
    cursor: pointer;
    transition: all .2s linear;
    border-radius: 50px;
    font-size: 18px;
    box-shadow: 0px 0px 50px 0px rgb(55 28 188 / 65%);
    border: none;
    margin-top: 20px;
    text-transform: uppercase;
}

.contact-details{
    background-color: #5f1ab4;
    padding: 100px 70px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

.contact-form {
    background-color: #fff;
    padding: 32px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

.contact-details ul{
    display: flex;
line-height: 3;
}
.contact-details li{
    list-style: none;
    color: #fff;
    font-size: 18px;
}

.contact{
    margin-top: 100px;
    background-color: #f3f1f6;
    padding: 70px;
}

.first-li{
    padding-left: 30px;
}

.contact-logo img{
    width: 200px;
}

.form-control:focus {
    color: #7762a1;
    background-color: rgb(255, 255, 255);
    border-color: #7762a1;
    outline: 0px;
    box-shadow: none !important;
}

.contact-form input , .contact-form textarea{
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
}

.footer{
    background-color: #221c5a;
    padding: 40px;
}

.terms{
    margin: 100px 0px;
}

.terms h4{
    color: #62408c;
    font-size:35px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 100px 0px 50px;
    font-family: 'Poppins', sans-serif;
}

.terms-content p{
    text-align: justify;
    color: #7762a1;
}

@media (max-width:575px) {

    .about-img img {
        width:100%;  
    }

    .contact {
        padding: 15px;
    }
    .contact-details {
        padding: 65px 15px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }
    .contact-details li {
        font-size: 13px;
    }
    .contact-form {

        border-bottom-right-radius: 0px ;
        border-top-right-radius: 0px;
    }

    footer p{
        font-size: 12px;
        
    }

    footer ul{
        margin-top: 10px;
        font-size: 9px;
    }

    footer a{
        margin-top: 20px;
    }
  
}

@media (max-width:992px) {
    .navbar-toggler{
        background-color: #fff;
    }
    
}
.login-btn{
     background: #1a9740;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 40px;
    font-size: 16px;
    padding: 11px 27px !important;
}