/* Common class */
.container{
    max-width:1400px;
    margin:0 auto;
    padding:0 20px;
    width:100%;
}
.body, .html{
    overflow-x: hidden;
}
/* Navbar starts */
.img_1{
    width:224px;
    height:224px;
    margin-left:65px;
    margin-top:-14px;
}
.li_1, .li_2, .li_3, .li_4{
    margin-top:-70px;
    margin-left: 50px;
}
.btn_1{
    margin-top:-67px;
}
/* Navbar Ends */
/* Banner starts */
.img_2{
    width:1500px;
    height:888px;
}
.head_1{
    font-size:54px;
    font-family: SangBlue Sunrise;
    line-height:65px;
    letter-spacing:0%;
    margin-top:-55px;
    margin-left:605px;
}
.head_2{
    font-size:54px;
    font-family: SangBlue Sunrise;
    line-height:65px;
    letter-spacing:0%;
    margin-left:516px;
}
.btn_2{
    background-color: #AA6AAA;
    color:white;
    border: radius 10px;
    padding:20px 20px;
    height:51px;
    width:132px;
    margin-left:711px;
}
.para_1{
    font-size:16px;
    font-family:DM Sans;
    line-height:24px;
    letter-spacing:0%;
    margin-left:536px;
}
.img_2{
    margin-top:15px;
    margin-left:100px;
}
/* Banner ends */
/* Potential section starts */
.img-3{
    width:475px;
    height:609px;
}
.sec_1{
    margin-top:81px;
}
.head_3{
    font-size:50px;
    font-family: SangBlue Sunrise;
    line-height:58px;
    letter-spacing:0%;
    margin-left: 200px;
    margin-top:923px;
}
.img-3{
    margin-top:50px;
    margin-left: 200px;
}
.img-4{
    width:440px;
    height:415px;
    margin-top: 845px;
    margin-left:200px;
}
.para_2{
    font-size:16px;
    font-family:DM Sans;
    line-height:24px;
    letter-spacing:0%;
    margin-left: 200px;
    margin-top: 20px;
}
.btn_3{
    background-color: #AA6AAA;
    color:white;
    border-radius:  10px;
    padding:20px 20px;
    height:54px;
    width:231px;
    margin-left: 200px;
}
/* Potential section ends */
/* Extraordinary section starts */
.sec_2{
    margin-top:63px;
    background-color: #BEBEBE;
}
.head_4{
    font-size:50px;
    font-family: SangBlue Sunrise;
    line-height:54px;
    letter-spacing:0%;
    margin-left: 694px;
    margin-top: 94px;
    font-weight: 500;
}
.head_5{
    font-size:50px;
    font-family: SangBlue Sunrise;
    line-height:54px;
    letter-spacing:0%;
    margin-left: 514px;
    margin-top: 11px;
    font-weight: 500;
}
.img-5{
    width:360px;
    height:356px;
    margin-left:89px;
}
.img-6{
    width:360px;
    height:356px;
}
.img-7{
    width:360px;
    height:356px;
}
.img-8{
    width:360px;
    height:356px;
    margin-left: 88px;
}
.project-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.project-card:hover {
    transform: translateY(-5px);
}
.project-text {
    background: #e6e2e8;
    padding: 93px;
    border-radius: 15px;
    margin-left:-106px;
}
.purple-bg {
    background: #8e44ad;
    color: white;
    padding: 89px;
    border-radius: 15px;
    margin-left:87px;
}
.contact-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.text-1{
    margin-left:-187px;
}
/* Extraordinary section ends */
/* Testimonial section starts */
.img-33{
    width:117px;
    height:30px;
    margin-top:100px;
    margin-left: 550px;
}
.sec_5{
    height:100px;
}
.head_15{
    font-size:50px;
    font-family: SangBlue Sunrise;
    line-height:54px;
    letter-spacing:0%;
    width:636px;
    height:38px;
    margin-left:357px;
}
.img-34{
    width:1107px;
    height:132px;
}
/* Footer section starts */
.sec_4{
    margin-top:200px;
    background-color: #000000;
}
.head_13{
    font-size:20px ;
    margin-left:18px;
    font-family: SangBlue Sunrise;
    line-height:124.5%;
    letter-spacing:0%;
}
.img-9{
    width:81px;
    height:108px;
}
.f_1{
    margin-left:494px;
}
.head_6{
    font-size:18px;
    margin-left: 18px;
    font-family: SangBlue Sunrise;
    line-height:124.5%;
    letter-spacing:0%;
    margin-top: 20px;
}
.head_7{
    font-size:18px;
    margin-left: 1px;
    font-family: SangBlue Sunrise;
    line-height:124.5%;
    letter-spacing:0%;
    margin-top: 20px;
}
.img-12{
    margin-top:100px;
}
/* Footer section Ends */
/* Media Queries starts */
/* Navbar Media Queries starts */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .btn_1 {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .img_1 {
        width: 140px; 
    }

    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .btn_1 {
        display: block;
        width: 80%;
        margin: 10px auto;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .img_1 {
        width: 120px;
    }

    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin: 8px 0;
    }

    .btn_1 {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 10px;
        text-align: center;
    }
}
/* Navbar Media Queries ends */
/* Banner Media Queries starts */
@media (max-width: 991px) {
    .head_1 {
        font-size: 46px;
    }

    .head_2 {
        font-size: 40px;
    }

    .para_1 {
        font-size: 16px;
        line-height: 26px;
    }

    .btn_2 {
        font-size: 16px;
        padding: 10px 20px;
    }

    .img_2 {
        max-width: 1100px;
    }
}

@media (max-width: 768px) {
    .head_1 {
        font-size: 38px;
    }

    .head_2 {
        font-size: 32px;
    }

    .para_1 {
        font-size: 14px;
        line-height: 24px;
    }

    .btn_2 {
        font-size: 14px;
        padding: 8px 16px;
    }

    .img_2 {
        max-width: 900px;
    }
}

@media (max-width: 575px) {
    .head_1, .head_2 {
        font-size: 28px;
    }

    .para_1 {
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px;
    }

    .btn_2 {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .img_2 {
        max-width: 700px;
        position: relative;
        margin: 0 auto;
    }
}
/* Banner Media Queries ends */
/* Potential section Media Queries starts */
@media (max-width: 991px) {
    .poten_main {
        flex-direction: column;
        text-align: center;
    }

    .head_3 {
        font-size: 42px;
    }

    .para_2 {
        font-size: 16px;
        line-height: 26px;
    }

    .btn_3 {
        font-size: 16px;
        padding: 10px 20px;
    }

    .img-3,
    .img-4 {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .head_3 {
        font-size: 36px;
    }

    .para_2 {
        font-size: 14px;
        line-height: 24px;
    }

    .btn_3 {
        font-size: 14px;
        padding: 8px 16px;
    }

    .img-3,
    .img-4 {
        max-width: 350px;
    }
}

@media (max-width: 575px) {
    .head_3 {
        font-size: 28px;
    }

    .para_2 {
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px;
    }

    .btn_3 {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .img-3,
    .img-4 {
        max-width: 300px;
    }
}
/* Potential section Media Queries ends */
/* Extraordinary section Media Queries starts */
@media (max-width: 991px) {
    .head_4, .head_5 {
        font-size: 42px;
    }

    .project-text, .purple-bg {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .head_4, .head_5 {
        font-size: 36px;
    }

    .project-text, .purple-bg {
        padding: 30px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .head_4, .head_5 {
        font-size: 28px;
    }

    .project-text, .purple-bg {
        padding: 20px;
    }

    .contact-link {
        font-size: 14px;
    }
}
/* Extraordinary section Media Queries ends */
/* Footer section Media Queries starts */
@media (max-width: 991px) {
    .newsletter input {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .footer .row {
        text-align: center;
    }

    .newsletter {
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .newsletter input {
        width: 100%;
    }

    .newsletter img {
        display: block;
        margin: 10px auto 0;
    }

    .footer-bottom {
        font-size: 14px;
    }
}
/* Footer section Media Queries ends */
/* Media Queries ends */