@media only screen and (min-width: 100px) and (max-width: 1399px) {
    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .banner-section {
        padding: 25px 0;
        /* height: 100vh; */
    }

    .btn-primary {
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 100px) and (max-width: 912px) {

    header {
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 50px;
    }

    .btn-menu {
        font-size: 20px;
        padding: 5px 9px;
    }

    .nav-link {
        margin: 0 10px;
    }

    .offcanvas-end {
        width: 20% !important;
    }

    .banner-section {
        padding: 25px 0;
        height: 32vh;
    }

    .banner-content .welcome-text {
        font-size: 30px;
    }

    .banner-content .intro-text {
        font-size: 18px;
        padding-right: 36%;
    }

    .banner-content .services-text {
        display: none;
    }

    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;
    }

    .banner-content .contact-text {
        margin-bottom: 0%;
    }
}


@media only screen and (min-width: 100px) and (max-width: 820px) {
    header {
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 50px;
    }

    .btn-menu {
        font-size: 20px;
        padding: 5px 9px;
    }

    .nav-link {
        margin: 0 10px;
    }

    .offcanvas-end {
        width: 20% !important;
    }

    .banner-section {
        padding: 25px 0;
        height: 35vh;
    }

    .banner-content .welcome-text {
        font-size: 30px;
    }

    .banner-content .intro-text {
        font-size: 16px;
        padding-right: 36%;
    }

    .banner-content .services-text {
        display: none;
    }

    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;
    }

    .banner-content .contact-text {
        margin-bottom: 0%;
    }
}


@media only screen and (min-width: 100px) and (max-width: 768px) {
    header {
        padding: 10px 0;
    }

    .navbar-brand img {
        height: 50px;
    }

    .btn-menu {
        font-size: 20px;
        padding: 5px 9px;
    }

    .nav-link {
        margin: 0 10px;
    }

    .offcanvas-end {
        width: 20% !important;
    }

    .whatsapp-icon-fixed img,
  .call-icon-right img {
    width: 50px;
    height: 50px;
  }

  .whatsapp-icon-fixed {
    bottom: 15px;
    left: 15px;
  }

  .call-icon-right {
    bottom: 15px;
    right: 15px;
  }

    .banner-section {
        padding: 25px 0;
        height: 35vh;
    }

    .banner-content .welcome-text {
        font-size: 25px;
    }

    .banner-content .intro-text {
        font-size: 14px;
        padding-right: 38%;
    }

    .banner-content .services-text {
        display: none;
    }

    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;

    }

    .banner-content .contact-text {
        margin-bottom: 0%;
    }
}

/* Small devices (phones, below 768px) */
@media only screen and (min-width: 100px) and (max-width: 767px) {
    header {
        padding: 8px 0;
    }
    .social-icons {
        justify-content: center;
    }

    .navbar-brand img {
        height: 45px;
    }

    .btn-menu {
        font-size: 18px;
        padding: 4px 8px;
    }

    .offcanvas .nav-link {
        font-size: 1rem;
    }

    .offcanvas-end {
        width: 50% !important;
    }
}


@media only screen and (min-width: 100px) and (max-width: 575px) {
    .navbar-brand img {
        height: 40px;
    }

    .btn-menu {
        font-size: 16px;
        padding: 4px 7px;
    }

    .whatsapp-icon-fixed img,
  .call-icon-right img {
    width: 45px;
    height: 45px;
  }

  .whatsapp-icon-fixed {
    bottom: 10px;
    left: 10px;
  }

  .call-icon-right {
    bottom: 10px;
    right: 10px;
  }

    .offcanvas .offcanvas-title {
        font-size: 1.1rem;
    }

    .offcanvas-end {
        width: 40% !important;
    }

    .banner-section {
        padding: 25px 0;
        height: 23vh
    }

    .banner-content .welcome-text {
        font-size: 20px;
    }

    .banner-content .intro-text,
    .banner-content .services-text {
        display: none;
    }

    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;
        font-size: 14px;
    }

    .banner-content .contact-text {
        margin-bottom: 0%;
    }
}

@media only screen and (min-width: 100px) and (max-width: 540px) {
    .banner-section {
        padding: 25px 0;
        height: 30vh;
    }
}

@media only screen and (min-width: 100px) and (max-width: 430px) {
    .banner-section {
        padding: 25px 0;
        height: 24vh;
    }

    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;
        font-size: 13px;
    }

}

@media only screen and (min-width: 100px) and (max-width: 414px) {
    .banner-section {
        padding: 25px 0;
        height: 50%;
    }

    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;
        font-size: 13px;
    }

    .section-title::after {
        content: "";
        display: block;
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #ff77a9, #e91e63);
        /* margin: 10px auto 0 auto; */
        margin-left: 13px;
        border-radius: 2px;
    }

    .section-desc {
    font-size: 18px;
    text-align: left;
    }

}




@media only screen and (min-width: 100px) and (max-width: 360px) {
    .navbar-brand img {
        height: 40px;
    }

    .btn-menu {
        font-size: 16px;
        padding: 4px 7px;
    }

    .offcanvas .offcanvas-title {
        font-size: 1.1rem;
    }

    .offcanvas-end {
        width: 50% !important;
    }

    .banner-section {
        padding: 25px 0;
        height: 25vh;
    }

    .banner-content .welcome-text {
        font-size: 18px;
    }

    /* .banner-content p {
        font-size: 10px;
    } */

    .banner-content .intro-text,
    .banner-content .services-text {
        display: none;
    }

    .btn-primary {
        padding: 12px 9px;
        font-weight: 500;
        font-size: 12px;
    }

    .banner-content .contact-text {
        margin-bottom: 0%;
    }
    .section-desc {
    font-size: 18px;
    text-align: left;
    }
}
