@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px;
    }
}



/* Start MAX Width */
@media (max-width: 1399px){
    /* Start Banner Section */
    .banner-main-title{
        font-size: 60px;
    }
    /* End Banner Section */
    /* Start About-me-sec */
    .about-me-sec .text-content h2{
        font-size: 55px;
        font-weight: 600;
    }
    /* End About-me-sec */
    /* Start Title-sec */
    .title-img h3{
        font-size: 45px;
    }
    /* End Title-sec */
    /* Start about-me-detail-sec */
    .section.about-me-detail {
        padding: 60px 0px;
    }
    .about-me-detail-title h2{
        font-size: 35px;
    }
    /* End about-me-detail-sec */
}

@media (max-width: 1199px){
    .section {
        padding: 70px 0px;
    }
    /* Start Banner Section */
    .banner-main-title{
        font-size: 55px;
    }
    .banner-img{
        padding: 60px 0px;
    }
    .banner-sec p{
        font-size: 20px;
    }
    /* End Banner Section */
    /* Start About-me-sec */
    .about-me-sec .text-content h2{
        font-size: 50px;
        font-weight: 600;
    }
    .about-me-sec .text-content p{
        line-height: unset;
        letter-spacing: unset;
    }
    .about-me-sec::before{
        width: 200px;
        height: 200px;
        filter: blur(120px);
    }
    /* End About-me-sec */
    /* Start Title-sec */
    .title-img h3{
        font-size: 40px;
        margin-top: -52px;
    }
    /* End Title-sec */
    /* Start projects-sec */
    .projects-sec::before{
        width: 180px;
        height: 180px;
    }
    /* End projects-sec */
    /* Start service-sec */
    .service-card h4{
        font-size: 22px;   
    }
    .service-card p{
        font-size: 15px;
    }
    .service-card .service-icon{
        height: 70px;
        width: 70px;
    }
    /* End service-sec */
    /* start testimonials-sec */
    .testimonials-card-body::before{
        width: 125px;
        height: 100px;
        right: -15px;
        bottom: -25px;
    }
    .testimonials-bg::before {
        right: 25px;
        top: -55px;
        width: 160px;
        height: 160px;
    }
    .testimonials-bg::after {
        left: 30px;
        bottom: 2px;
        width: 230px;
        height: 230px;
    }
    /* End testimonials-sec */
    /* start footer-sec */

    .btn-social{
        padding: 13px;
    }
    /* End footer-sec */
    /* Start Project-list */

    .title-top .title-content{
        padding: 30px 0px;
    }
    .title-top::before{
        content: "";
        width: 200px;
        height: 200px;
        position: absolute;
        top: 65px;
        left: -10px;
        border-radius: 100%;
        background: #ffffffbc;
        filter: blur(120px);
    }
    .title-top h2{
        font-size: 40px;
    }
    .project-name h2{
        font-size: 25px;
    }
    .other-projects-sec .title{
        font-size: 40px;
        margin-bottom: 25px;
    }
    .other-projects-content h5{
        font-size: 20px;
    }
    .other-projects-content p{
        font-size: 14px;
    }
    .project-list-card h5{
        font-size: 25px;
    }
    /* End Project-list */
    /* start contact */
    .form-control {
        padding: 10px 15px;
        font-size: 15px;
    }
    .section.contact-sec{
        padding: 50px 0px;
    }
    /* End contact */
    /* Start about-me-detail-sec */
    .section.about-me-detail {
        padding: 50px 0px;
    }
    .about-me-detail-title h2{
        font-size: 30px;
    }
    /* End about-me-detail-sec */
}

@media (max-width: 991px){
    
    .section {
        padding: 60px 0px;
    }
    .sec-header .navbar .navbar-collapse ul{
        padding: 10px;
        border: 0.5px solid rgba(255, 255, 255, 0.35);
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(5.5px);
        -webkit-backdrop-filter: blur(5.5px);
        border-radius: 15px;
    }
    /* Start Banner Section */
    .banner-main-title{
        font-size: 50px;
    }
    .banner-sec .banner-list li:nth-child(1), .banner-sec .banner-list li:nth-child(2){
        padding-right: 30px;
        margin-right: 30px;
    }
    .banner-img{
        padding: 50px 0px;
    }
    .banner-sec p{
        font-size: 20px;
    }
    /* End Banner Section */
    /* Start About-me-sec */
    .about-me-sec .text-content h2{
        font-size: 45px;
        font-weight: 600;
    }
    .about-me-sec .text-content p{
        font-size: 16px;
    }
    .about-me-sec::before{
        width: 170px;
        height: 170px;
    }
    /* End About-me-sec */
    /* Start Title-sec */
    .title-img h3{
        font-size: 35px;
        margin-top: -42px;
    }

    /* End Title-sec */
     /* Start projects-sec */
     .projects-sec::before{
        width: 150px;
        height: 150px;
    }
    /* End projects-sec */
    /* Start service-sec */
    .service-card h4{
        font-size: 20px;   
    }
    
    /* End service-sec */
    /* start testimonials-sec */
    .testimonials-card-body::before {
        width: 100px;
        height: 100px;
        right: -12px;
        bottom: -30px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .testimonials-bg::after {
        left: 12px;
        bottom: 15px;
        width: 200px;
        height: 200px;
    }
    .testimonials-bg::before {
        top: -50px;
        right: 8px;
        width: 150px;
        height: 150px;
    }
    .testimonials-card-body p{
        font-size: 14px;
    }
    /* End testimonials-sec */
    /* start footer-sec */
    .footer-title{
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .footer-card p{
        font-size: 15px;
        max-width: 650px;
    }
    .btn-social{
        padding: 10px;
    }
    /* End footer-sec */
    /* Start Project-list */
    .other-projects-sec .title{
        font-family: var(--font-syne);
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 18px;
    }
    .other-projects-content h5{
        font-size: 18px;
    }
    .other-projects-content p{
        font-size: 14px;
    }
    .project-detail-text p{
        font-size: 14px;
    }
    /* End Project-list */
    /* Start title-top */
    .title-top h2{
        font-size: 35px;
    }
    .title-top .title-content {
        padding: 40px 0px 25px 0px;
    }
    .section.contact-sec{
        padding: 40px 0px;
    }
    /* End title-top */
    /* Start about-me-detail-sec */
    .section.about-me-detail {
        padding: 40px 0px ;
    }
    .about-me-detail-title h2{
        font-size: 25px;
    }
    .about-me-detail-title p{
        font-size: 14px;
    }
    .about-me-detail-title ul{
        font-size: 15px;
    }
    .skills-sec .text-content{
        font-size: 14px;
    }
    .skills-sec .image-content img {
        max-width: 100%;
        width: 100%;
        max-height: 300px;
    }
    /* End about-me-detail-sec */
}

@media (max-width: 767px){
    .section {
        padding: 50px 0px;
    }
    /* Start Banner Section */
    .banner-main-title{
        font-size: 40px;
    }
    .banner-img{
        padding: 40px 0px;
    }
    .banner-sec p{
        font-size: 18px;
    }
    /* End Banner Section */
    /* Start About-me-sec */
    .about-me-sec .text-content h2{
        font-size: 40px;
        font-weight: 500;
    }
    .about-me-sec .text-content p{
        font-size: 14px;
    }
    /* End About-me-sec */
    /* Start Title-sec */
    .title-img h3{
        font-size: 30px;
        margin-top: -32px;
    }
    /* End Title-sec */
    /* Start project-sec */
    .project-card .card-content {
        padding: 10px;
    }
    .projects-sec::before{
        width: 130px;
        height: 130px;
    }
    /* End project-sec */
    /* start testimonials-sec */
    .testimonials-card-body::before {
        width: 70px;
        height: 70px;
        right: -11px;
        bottom: -22px;
    }
    .testimonials-bg::before {
        top: -40px;
        right: 10px;
        width: 120px;
        height: 120px;
    }
    .testimonials-bg::after {
        left: 7px;
        bottom: 20px;
        width: 180px;
        height: 180px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 35px;
        height: 35px;
    }
    .swiper-button-next::after, .swiper-button-prev::after{
        font-size: 18px;
    }
    /* End testimonials-sec */
     /* start footer-sec */
     .footer-title{
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .footer-card p{
        font-size: 14px;
    }
    /* End footer-sec */
    /* Start Project-list */
    .project-name h2{
        font-size: 22px;
    }
    .project-name p{
        font-size: 14px;
    }
    .other-projects-sec .title{
        font-family: var(--font-syne);
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    /* End Project-list */
    .title-top .title-content {
        padding: 40px 0px 20px 0px;
    }
    /* Start about-me-detail-sec */
    .section.about-me-detail {
        padding: 30px 0px;
    }
    .about-me-detail-title h2{
        font-size: 22px;
    }
    .about-me-detail-title p{
        font-size: 13px;
    }
    .about-me-detail-title ul{
        font-size: 14px;
    }
    .skills-text{
        font-size: 14px;
    }
    /* End about-me-detail-sec */
}

@media (max-width: 575px){
    .row {
        --bs-gutter-x: -2.5rem;
    }
    .section {
        padding: 40px 0px;
    }
    .nav-logo + h2{
        display: none;
    }
    /* Start Banner Section */
    .banner-main-title{
        font-size: 40px;
    }
    .banner-sec .banner-list{
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .banner-sec  .banner-list li{
        padding-right: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
        border: unset !important;
    }
    .banner-img{
        padding: 30px 0px;
    }
    .banner-sec p{
        font-size: 16px;
    }
    /* End Banner Section */
    /* Start About-me-sec */
    .about-me-sec .text-content h2{
        font-size: 35px;
        font-weight: 500;
    }
    .about-me-sec::before{
        width: 130px;
        height: 130px;
    }
    /* End About-me-sec */
    /* Start Title-sec */
    .title-img img{
        padding: 0px 20px;
    }
    .title-img h3{
        font-size: 28px;
        margin-top: -30px;
    }
    /* End Title-sec */
    /* Start service-sec */
    .service-card h4{
        font-size: 18px;   
    }
    .service-card p{
        font-size: 12px;
    }
    /* End service-sec */
    /* Start testimonials-sec */
    .testimonials-card-body p{
        font-size: 12px;
    }
    .testimonials-card-body h5{
        font-size: 16px;
    }
    .testimonials-bg::before {
        top: -35px;
        right: 3px;
        width: 110px;
        height: 110px;
    }
    .testimonials-bg::after {
        left: 1px;
        bottom: 29px;
        width: 160px;
        height: 160px;
    }
    /* End testimonials-sec */
    /* start footer-sec */
    .footer-title{
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .footer-card p{
        font-size: 13px;
    }
    /* End footer-sec */
    /* Start Project-list */
    .other-projects-sec .title{
        margin-bottom: 0px;
    }
    .other-projects-content h5{
        font-size: 16px;
    }
    .other-projects-content p{
        font-size: 12px;
    }
    /* End Project-list */
     /* Start title-top */
     .title-top p{
        font-size: 14px;
    }
    .title-top .title-content {
        padding: 40px 0px 15px 0px;
    }
    .section.contact-sec{
        padding: 30px 0px;
    }
    /* End title-top */
    /* Start about-me-detail-sec */
    .section.about-me-detail {
        padding: 20px 0px 30px 0px;
    }
    /* End about-me-detail-sec */
}
@media (max-width: 475px){
    /* Start Title-sec */
    .title-img img{
        padding: 0px;
    }
    .title-img h3{
        margin-top: -20px;
    }

    /* End Title-sec */
    /* Start project-sec */
    .project-card .card-content {
        padding: 10px;
    }
    .project-card .card-content h5{
        font-family: var(--font-lato);
        font-size: 14px;
        font-weight: 600;
    }
    .project-card .card-content p{
        font-size: 12px;
    }
    /* End project-sec */
}
/* End MAX Width */
