/* =========================
   RESPONSIVE STYLES
========================= */

/* Large tablets */
@media (max-width: 1200px) {
    .carousel-caption h2 {
        font-size: 48px;
    }

    .carousel-caption p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .carousel,
    .carousel-item {
        height: 80vh;
    }

    .home-contact {
        padding: 60px 10px;
    }

    .navbar-nav {
        gap: 0;
        margin-right: 0;
    }

    .main-header .navbar-toggler {
        margin-left: auto;
        display: flex;
    }

    .award-box {
        width: 100%;
    }

    .our-product .title {
        font-size: 18px;

    }

    .doors-box {
        padding: 25px;
    }

    .headline {
        font-size: 25px;

    }

    .about-images {
        flex-direction: column;
    }


    .carousel-caption h2 {
        font-size: 38px;
    }

    .carousel-caption p {
        font-size: 15px;
    }

    .carousel-caption .btn-modern {
        padding: 10px 28px;
        font-size: 15px;
    }

    .about-section {
        padding: 60px 6%;
        gap: 30px;
    }

    .headline {
        font-size: 36px;
    }

    .about-content p {
        font-size: 15px;
    }

    .img-secondary {
        right: -40px;
        top: 30px;
        width: 80%;
    }

    .award-box {
        left: -30px;
        font-size: 13px;
        padding: 12px 16px;
    }

    .doors-section {
        flex-direction: column;
    }

    .doors-left,
    .doors-right {
        flex: 100%;
    }

    .doors-box {
        position: relative;
        left: auto;
        transform: none;
        margin: 20px auto;
        max-width: 90%;
    }
}

@media (max-width: 768px) {

    .carousel,
    .carousel-item {
        height: 70vh;
    }

    .custom-section {

        padding: 20px 0;
    }

    #whatsappBtn {
        right: 6rem;

    }

    #backToTop {
        bottom: 74px;

    }

    #whatsappBtn {
        bottom: 74px;
    }

    .title {
        font-size: 1.6rem;
        font-weight: 700;
        color: #222;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .image-anime img {
        height: auto;

    }

    .inner-banner h1 {

        font-size: 2rem;

    }

    .inner-banner {
        height: 34vh;
    }

    .image-anime img {
        height: auto;

    }

    .contact-info-section {
        padding: 28px 10px;

    }

    section.cont {
        padding: 60px 0;

    }

    .contactpageform {
        padding: 8px;
    }

    .doors-left {
        padding: 0;
    }

    .doors-box {
        margin: 0;
        max-width: 100%;
    }

    .carousel-caption h5 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .carousel-caption h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .carousel-caption p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .carousel-caption .btn-modern {
        padding: 8px 22px;
        font-size: 14px;
    }

    .about-section {
        flex-direction: column;
        text-align: center;
        padding: 50px 5%;
    }

    .headline {
        font-size: 30px;
    }

    .about-images {
        margin-top: 25px;
    }

    .img-secondary {
        position: relative;
        right: 0;
        top: -15px;
        width: 70%;
        margin: 0 auto;
    }

    .award-box {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        max-width: 100%;
        text-align: left;
        /* mobile e abar center */
    }

    .carousel-caption h2 {
        font-size: 32px;
    }

    .carousel-caption p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .carousel,
    .carousel-item {
        height: 43vh;
    }

    #whatsappBtn {
        right: 8px;
    }

    .contactpageform input,
    .contactpageform textarea {

        padding: 8px 10px;

        font-size: 15px;

    }

    .carousel-caption {
        top: 40%;
    }

    .home-contact input,
    .home-contact textarea {
        padding: 6px 15px;
        font-size: 15px;
    }

    .our-product .title {
        font-size: 20px;

    }

    .carousel-caption h2 {
        font-size: 25px;
    }

    .carousel-caption p {
        font-size: 13px;
    }

    .carousel-caption .btn-modern {
        width: 100%;
        max-width: 250px;
        font-size: 13px;
    }

    .headline {
        font-size: 30px;

        letter-spacing: 0.5px;
    }

    .about-content p {
        font-size: 14px;
    
    }

    .btn-outline {
        padding: 8px 20px;
        font-size: 14px;
    }

    .img-secondary {
        width: 100%;
        top: -10px;
    }

    .award-box {
        font-size: 12px;
        padding: 10px;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    .doors-box {
        padding: 50px 15px;
    }

    .doors-box h2 {
        font-size: 22px;
        color: #fff;
    }

    .doors-box p {
        font-size: 13px;
    }

    .custom-headline {
        font-size: 25px;

    }
}


@media only screen and (max-width: 475px) {
    .headline {
        font-size: 22px;

    }

    .carousel,
    .carousel-item {
        height: 50vh;
    }

    .btn-fancy {

        padding: 3px 15px;
        font-size: 14px;

    }
}