@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

header {
    height: 120px;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.267);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    font-size: 15px;
    font-family: 'Readex Pro', sans-serif;
    z-index: 999;
    background-color: white;
}

header .row {
    width: 100%;
}

header .row#top-header {
    width: 100%;
    height: 60px;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    color: white;

    .col {
        text-align: center;
    }
}

header .row#main-header {
    display: flex;
    align-items: center;
    height: 100%;
}

header .col#logo {
    margin-right: auto;
    padding-left: 120px;
}

header .col img {
    position: absolute;
    top: 35%;
    width: 12%;
}

header .col-1 {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

header .col-1 a {
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
}

header .col-1 a:hover {
    color: rgb(1, 149, 149);
    transition: 0.3s ease-in-out;
}

header #last-col {
    margin-right: 150px;

    .fa-whatsapp {
        width: 20px;
        height: 20px;
    }

    a {
        text-decoration: none;
        color: rgb(255, 255, 255);
        padding: 5px;
        background-color: #56db2a;
        border: 2px solid #56db2a;
        border-radius: 3px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        transition: 0.3s ease-in-out;
        display: flex;
        width: fit-content;
        align-items: center;
        justify-content: center;
    }

    a:hover {
        background-color: transparent;
        color: black;
        transition: 0.3s ease-in-out;
    }
}

header #burguer-menu {
    display: none;
    width: fit-content;
    cursor: pointer;
}

#list-menu #whatsapp-contact {
    margin: 10px;
    width: 100%;
}

#list-menu #whatsapp-contact .fa-whatsapp {
    width: 20px;
    height: 20px;
}

#list-menu #whatsapp-contact a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 5px;
    background-color: #56db2a;
    border: 2px solid #56db2a;
    border-radius: 3px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: 0.3s ease-in-out;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

#list-menu #whatsapp-contact a:hover {
    background-color: transparent;
    color: black;
    transition: 0.3s ease-in-out;
}

main #list-menu {
    display: none;
    position: fixed;
    right: -71%;
    height: 100%;
    width: 70%;
    background-color: white;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.244);
    font-family: 'Readex Pro', sans-serif;
    font-size: 20px;
}

main {
    padding-top: 120px;
    font-family: 'Readex Pro', sans-serif;
}

main #list-menu .row {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

main #list-menu .row .fa-xmark {
    width: 20px;
    color: red;
    height: 20px;
    cursor: pointer;
}

main #list-menu .row a {
    text-decoration: none;
    color: black;
}

main #home-swiper {
    width: 100%;
    height: fit-content;
}

main #home-swiper .swiper-slide {
    background-color: transparent;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main #home-swiper .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

main #home .col {
    padding: 50px;
    text-align: justify;
    flex-direction: column;
    display: flex;
}

main #home .col p {
    font-size: 20px;
}

main #home img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 8px gray;
}

main #about .row.mb-5.mt-5 {
    padding: 0 70px;
}

main #about .col .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    background-color: rgba(128, 128, 128, 0.163);
    transition: 0.3s ease-in-out;
    padding: 10px;
    cursor: pointer;

    .fa-circle-dot {
        width: 20px;
        height: 20px;
    }

    p {
        margin: 0;
        width: fit-content;
        font-size: 18px;
    }
}

#about-first-row {
    border-top-left-radius: 10px;
}

#about-last-row {
    border-bottom-left-radius: 10px;
}

main #about .col .row:hover,
main #about .col .row.active {
    background-color: #dc3545;
    color: white;
    transition: 0.3s ease-in-out;
}

main #about .col .content {
    display: none;
    text-align: justify;
    height: 100%;
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.163);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
}

main #about .col .content.active {
    display: block;
    opacity: 100%;
    transition: 0.3s ease-in-out;
}

main #products #product-swiper {
    width: 100%;
    height: 360px;
}

main #products #product-swiper .swiper-slide {
    display: flex;
    width: 33%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 18px;

    img {
        width: 100%;
    }
}

main #contact img {
    width: 70%;
}

main #contact a {
    text-decoration: none;
    font-size: 18px;
}

main #contact .fa-solid {
    width: 20px;
    height: 20px;
}

#contact-mobile{
    display: none;
}

main #home-mobile {
    display: none;
}

footer {
    height: 150px;
    /* background-image: linear-gradient(to top, #dc3545, #dc3545 80%, white 100%); */
    background-color: #076efe;
}

@media screen and (max-width: 850px) {

    header {
        height: 150px !important;
    }

    header #logo {
        padding-left: 0 !important;
        margin-right: 0 !important;
        display: flex;
        justify-content: center;
    }

    header .col img {
        top: 5%;
        width: 40%;
    }

    #top-header {
        display: none !important;
    }

    #main-header {
        z-index: 1000;
        height: 100px !important;
    }

    header #last-col {
        display: none;
    }

    header .col-1 {
        display: none;
    }

    header #burguer-menu {
        display: block;
        margin-top: 45px;
    }

    #burguer-menu .fa-bars {
        width: 50px;
        height: 50px;
    }

    main {
        padding-top: 150px !important;
    }

    main #list-menu {
        display: flex;
        flex-direction: column;
        z-index: 900;
        font-size: 40px;
    }

    main #list-menu .row .fa-xmark{
        width: 50px;
        height: 50px;
    }

    main #list-menu .fa-whatsapp {
        width: 40px !important;
        height: 40px !important; 
    }

    main #home-mobile {
        display: flex;
        background-image: url(./imgs/banner-1-mobile.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 82vh;
    }

    main #home .text-center {
        display: none;
    }

    main #home .col{
        text-align: left;
    }

    #main #home .col h1{
        font-size: 52px;
        font-weight: bold;
    }

    main #home .col p{
        font-size: 40px;
    }

    main #home .col button{
        width: 100% !important;
    }

    main #home .col button h3{
        font-size: 40px;
    }

    #mid-banner{
        background-image: url(./imgs/banner-2-mobile.jpeg) !important;
        height: 85vh !important;
        width: 102.6vw !important;
        background-size: 105% !important;
    }

    .swiper {
        display: none;
    }

    #about-container{
        display: none;
    }

    #products-container{
        display: none;
    }

    #contact-desktop{
        display: none;
    }

    #contact-mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #contact-mobile h3{
        font-size: xx-large;
    }

    #contact-mobile .row a {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 30px;
    }

    #contact-mobile .fa-whatsapp, #contact-mobile .fa-envelope, #contact-mobile .fa-globe, #contact-mobile .fa-location-dot{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

}

@media screen and (max-width: 720px) {
    header .col {
        padding-left: 30px;
    }

    header .col#logo {
        padding-left: 50px;
    }

    header .col img {
        top: 8%;
        width: 50%;
    }

    #home-mobile{
        background-size: 105% !important;
        
    }

    #mid-banner{
        background-image: url(./imgs/banner-2-mobile.jpeg) !important;
        height: 80vh !important;
        width: 104vw !important;
        background-size: 102% !important;
    }

    #contact-mobile .row a {
        font-size: 20px;
    }

    #contact-mobile .fa-whatsapp, #contact-mobile .fa-envelope, #contact-mobile .fa-globe, #contact-mobile .fa-location-dot{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }   
}