body{
    font-family: 'Lato';
}
.Josefin_fonts{
    font-family: 'Josefin Sans';
}

.top_banner{
    background: #7f0597;
    width: 100%;
    height: 110vh;
    position: relative;
    overflow: hidden;
}
.top_banner::after{
        background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    background-image: url(../images/baneer_patern.png);
    width: 100%;
    background-position: top right;
    background-repeat: no-repeat;
}
.custom_header{
    z-index: 999;
    padding: 20px 20px;
    transition: ease 0.5s;
}
.custom_header.scrolled{
    background: #7f0597 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: ease 0.5s;
    padding: 10px 20px;
}
.custom_header .Josefin_fonts{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.custom_header.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px;
    color: #fff;
    padding: 0 17px;
}
.custom_header .btn-outline-secondary{
    font-size: 18px;
    padding: 12px 24px;
    color: #fff;
    border-color: #fff;
    border-radius: 10px;
}
.custom_header .btn-outline-secondary:hover{
    background-color: #fff;
    color: #7f0597;
}
.banner_content{
    z-index: 999;
    position: relative;
    margin-top: 78px;
}
.banner_content h3{
    font-size: 62px;
    color: #fff;
    font-weight: 800;
}
.banner_content p{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-top: 24px;
}
.banner_content .form-control{
    padding: 22px 18px;
    border-radius: 20px;
    font-size: 18px;
}

.banner_content .form{
 position: relative;
}
.banner_content .btn_submit{
      position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #7f0597;
    top: 7px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg_img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 110;
    width: 100%;
}

.services{
    padding: 130px 0px;
}
.services h4{
    font-size: 42px;
    color: #111827;
    font-weight: 800;
}
.services p{
    font-size: 22px;
    line-height: 36px;
    margin-top: 34px;
    color: rgba(17, 24, 39, 0.51);
}
.services .card{
    background: #FBF3FF;
    padding: 30px 24px 60px;
    height: 100%;
    border-radius: 30px;
    border: none;
    box-shadow: none;
}
.services .card h5{
    font-size: 20px;
    color: #111827;
    font-weight: 800;
    margin-bottom: 0;
}
.services .card p{
    font-size: 18px;
    color: rgba(17, 24, 39, 0.51);
    margin-bottom: 0;
    line-height: inherit;
    margin-top: 20px;
}
.project{
    padding: 80px 0px;
}
.project h5{
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 32px;
}
.project p{
    font-size: 18px;
    color: rgba(17, 24, 39, 0.51);
    margin-bottom: 0;
    line-height: inherit;
    margin-top: 0px;
}
.btn_link{
    font-size: 16px;
    font-weight: bold;
    color: #AF52DE;
    margin-top: 20px;
    display: inline-block;
}
.load_more .btn-primary{
    background-color: #7f0597;
    color: #fff;
    font-size: 18px;
    border-radius: 16px;
    padding: 12px 30px;
    border: none;
}

.about_us{
    padding: 60px 0px 100px;
}

.about_us .about_card{
    background: #FBF3FF;
    padding: 30px;
    border-radius: 30px;
}
.about_us .about_card .user_img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 30px;
}
.about_us .about_card .user_img .play_button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_us .about_card h4{
    font-size: 32px;
    font-weight: 900;
}
.about_us .about_card p{
        font-size: 18px;
    color: rgba(17, 24, 39, 0.51);
    margin-bottom: 0;
    line-height: inherit;
    margin-top: 20px;
}

.footer .logo{
        font-size: 26px;
    font-weight: bold;
    color: #111827;
    text-decoration: none;
}
.footer .links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 34px;
}
.footer .links li{
display: inline-block;
}

.footer .links li a{
    font-size: 16px;
    color: #111827;
    text-decoration: none;
}
.footer .btn-outline-secondary{
    font-size: 18px;
    padding: 12px 24px;
    color: #111827;
    border-color: #111827;
    border-radius: 10px;
}

.project_detail_img{
    margin-top: -22%;
    position: relative;
    z-index: 9999;
}
.back_arrow{
    width: 86px;
    height: 86px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.core_capabilitys{
    padding: 100px 0px;

}
.core_capabilitys h4{
        font-size: 42px;
    color: #111827;
    font-weight: 800;
}
.core_capabilitys p {
    font-size: 22px;
    line-height: 36px;
    margin-top: 34px;
    color: rgba(17, 24, 39, 0.51);
}

.list{
    display: flex;
    margin: 0px;
    padding: 0px;
    gap: 10px 0px;
    flex-direction: column;
}
.list li{
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: rgba(00, 00, 00, 0.80);
    padding-left: 26px;
}
.list li::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: " ";
    background: url(../images/check_icon.svg);
}
.headding{
    font-size: 42px;
    color: #111827;
    font-weight: 800;
}
.bg_purple{
    background: #FBF3FF;
}
.py_80{
    padding: 80px 0px;
}
.key_benfits h5{
    font-size:  24px;
    font-weight: bold;
    color: #985AD3;
    margin-top: 30px;
}
.key_benfits p{
    font-size:  18px;
    color: rgba(00, 00, 00, 0.80);
    line-height: inherit;
}
 .footer .btn-outline-secondary:hover{
            background: #7f0597 !important;
            color: #fff !important;
        }

@media (max-width: 999px) {
  .project{
    padding: 40px 0px;
  }
  .order_2{
    order: 2;
  }
  .order_1{
    order: 1;
  }
  .footer .d-flex{
    flex-direction: column;
    gap: 15px 0px;
  }
  .banner_content h3 {
    font-size: 32px;
}
        .services h4 {
            font-size: 32px;
        }
        .project h5 {
            font-size: 26px;
        }
        .navbar-toggler{
            padding: 0px;
            border: none;
            color: #fff;
        }

        .navbar-toggler-icon{
            background-image: url(../images/menu.svg) !important;
        }
        .navbar-collapse{
                position: fixed;
                top: 68px;
                left: 0;
                width: 100%;
                background: #7f0597;
                height: 100vh;
                 z-index: 9999999999999;
                 padding: 20px;
        }
                .custom_header {
                        z-index: 9999;
                        padding: 20px 20px;
                        transition: ease 0.5s;
                        }
                        .custom_header.navbar-expand-lg .navbar-nav .nav-link{
                            padding: 16px 0px;
                            font-size: 32px;
                            display: block;
                            text-align: center;
                            font-weight: bold;
                        }
                    .custom_header .btn-outline-secondary{
                        display: block;
                        margin-top: 20px;
                        font-weight: bold;
                    }  
                    .back_arrow{
                        display: none;
                    }  
                    .top_banner{
                        height: 90vh;
                    }
                    .headding {
    font-size: 32px;
}
       
}