@media (min-width: 1400px) and (max-width: 1599px) {
    .hero .row h1, .hero .row .h1 {
        font-size: 48px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .hero .row h1, .hero .row .h1 {
        font-size: 45px;
    }
    .about .about-desc h2, .about .about-desc .h2 {
        font-size: 30px;    
        margin-bottom: 15px;
    }
    .services .service-card {
        min-height: 340px;
    }
    .contact .contact-form {
        max-width: 950px;
    }
    .section-title h2, .section-title .h2 {
        font-size: 50px;
    }
    .about .about-desc p.desc {
        font-size: 17px;
    }
    .contact .contact-item p {
        font-size: 16px;
    }
    .contact .contact-item {
        gap: 10px;
    }
    .contact .contact-item .icon-box {
        width: 60px;
        height: 60px;
    }
    .contact .contact-form label {
        font-size: 17px;
    }
    main.main-wrap .hero {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .about {
        margin-top: 70px;
    }
    .hero .row h4, .hero .row .h4 {
        font-size: 38px;
    }
    #about_me p.mb-10 {
        margin-bottom: 10px;
    }
    .g-projects.services .img-wrap {
        height: 300px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px) {
    .hero .row h4, .hero .row .h4 {
        font-size: 38px;
    }
    .hero .row h1, .hero .row .h1 {
        font-size: 40px;
    }
    #about_me p strong {
        line-height: 1.3;
    }
    .g-projects.services .img-wrap {
        height: 280px;
    }
}
@media (min-width: 1200px) { 
    .logo-img {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contact .contact-item .icon-box {
        width: 60px;
        height: 60px;
    }
    .contact .contact-form label {
        font-size: 17px;
    }
    .contact .contact-item p {
        font-size: 17px;
    }
    .hero .row h1, .hero .row .h1 {
        font-size: 28px;
    }
    .hero .row h4, .hero .row .h4 {
        font-size: 26px;
    }
    .services .service-card h4, .services .service-card .h4 {
        font-size: 21px; 
    }
    .about .about-desc h2, .about .about-desc .h2 {
        font-size: 36px;
    }
    .services .service-card {
        padding: 32px 20px;
    }
    .about {
        padding-top: 60px;
    }
    main.main-wrap .hero {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #about_me p.mb-10 {
        margin-bottom: 10px;
    }
    #about_me p strong {
        line-height: 1.3;
    }
    .g-projects.services .img-wrap {
        height: 250px;
    }
}
@media (max-width: 1199px) {
    .header {
        background: rgba(255, 255, 255, 0.9);
    }
    .logo-img {
        display: inline-block;
    }
    .header .container-fluid {
        justify-content: space-between !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) { 
    .about {
        padding-top: 60px;
    }
    main.main-wrap .hero {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero {
        min-height: auto;
    }
    .hero .row h1, .hero .row .h1 {
        font-size: 28px;
    }
    .g-projects.services .img-wrap {
        height: 220px;
    }
}
@media (max-width: 767px) { 
    .about .experience-card {
        display: none;
    }
    .about {
        padding-top: 60px;
    }
    main.main-wrap .hero {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .g-projects.services .img-wrap {
        height: auto;
    }
    .hero .row .hero-content {
        text-align: center;
    }
    .hero .row .hero-content .d-flex {
        justify-content: center;
    }
    .hero .row .img-wrapper {
        display: inline-block;
    }
    .contact .social-icons a {
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 575px) {
    .hero .row .hero-content {
        padding-top: 30px;
        padding-bottom: 110px;
    }
    .hero .row p {
        margin-bottom: 30px;
    }
    .about .experience-card {
        margin-top: 30px;
    }
    .section-title h2, .section-title .h2 {
        font-size: 26px;
    }
    .services {
        margin-top: 40px;
    }
    #excited_about.services  {
        padding-bottom: 20px;
    }
    #my_skills {
        margin-top: 0;
    }
    #my_skills .col-lg-2.col-md-2{
        width: 50%;
    }
    #tools.services, #learning.services {
        margin-top: 0px;
    }
    #tools .col-lg-3.col-md-3 {
        width: 50%;
    }
    .section-title {
        margin-bottom: 35px;
    }
    .hero .row .img-wrapper {
        margin-bottom: 80px;
    }
    .about .about-desc h2, .about .about-desc .h2 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    .about .about-desc p.desc {
        font-size: 16px;
    }
    .contact .contact-form {
        max-width: 100%;
    }
    .contact .contact-form .submit-btn {
        margin-top: 20px;
    }
    .contact .contact-form label {
        font-size: 17px;
    }
    #about_me p strong {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
    }
}
@media (max-width: 375px) {
    h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
        line-height: 1.4;
    }
    .hero .row h1, .hero .row .h1 {
        font-size: 22px;
    }
}