@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Baloo";
}

.header {
    width: 100%;
    height: 100vh;
    background: url(../images/background_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

    & p {
        z-index: 2;
    }
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.btn {
    color: #fff;
    z-index: 2;
    padding-left: 86px;
    padding-right: 86px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 500px;
    border: 2px solid #fff;
    font-size: 25px;
    margin-top: 20vh;
}

.btn:hover {
    transition: 0.4s all linear;
    opacity: 0.7;
}

.header-title {
    color: #fff;
    font-size: 58px;
    margin-top: 5vh;
}

.contain {
    background: #02021E;
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

    & .title {
        color: #fff;
        font-size: 40px;
        margin-bottom: 7vh;
    }

    & .subtitle {
        color: #fff;
        font-family: "Poppins";
        width: 80%;
        font-size: 18px;
    }

    & a {
        padding: 15px 180px 15px 180px;
        border: 1px solid #fff;
        font-size: 25px;
        border-radius: 10px;
        color: #fff;
    }
}

.whyChoose {
    width: 100%;
    height: auto;
    text-align: center;

    & .containerTitle {
        margin-top: 50px;
        font-size: 36px;
    }
}

.containerChoose {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.itemsChoose {
    width: 60vh;
    height: 40vh;
    min-width: 60vh;
    min-height: 40vh;
    /* background: orange; */

    & .itemsTitle {
        font-family: "Poppins";
        margin-top: 3vh; 
        font-weight: 700;
        font-size: 24px;
    }

    & .itemsSubtitle {
        font-family: "Poppins";
        margin-top: 5vh;
        font-size: 20px;
    }
}

.ourProduct {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.navigateProduct {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;

    & p {
        font-size: 36px;
        margin-left: 50px;
    }
    & a {
        color: #0066CC;
        font-size: 24px;
        margin-right: 50px;
    }
}

.ourProductContainer {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.itemsProduct {
    width: 500px;
    min-width: 500px;
    height: 630px;
    min-height: 630px;
    background-color: #fff;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 20%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    & img {
        width: 500px;
        height: 390px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
}

.productInfo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1vh;

    & p {
        font-size: 25px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.desc {
    width: 92%;
    height: 13vh;
    color: #898989;
    font-family: "Poppins";
    font-size: 14px;
}

.viewMore {
    width: 90%;
    height: 6vh;
    background: #02021E;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    font-family: "Poppins";
    font-weight: 600;
}















.contact {
    width: 100%;
    height: auto;
    margin-bottom: 5vh;
}

.titleContact {
    margin-top: 5vh;
    margin-left: 10vh;
    font-size: 40px;
}

.containerContact {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.firstContainerContact {
    /* background: orange; */
    width: 100vh;
    height: auto;

    & form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 50px;
        margin-top: 40px;

        & textarea {
            width: 50vh;
            height: 20vh;
            padding-top: 20px;
            padding-left: 15px;
            resize: none;
            border: 1px solid rgba(2, 2, 30, 0.7);
            border-radius: 10px;
            margin-top: 20px;
            font-family: Arial;
            font-size: 17px;
        }

        & input {
            width: 50vh;
            height: 5vh;
            padding-left: 15px;
            resize: none;
            border: 1px solid rgba(2, 2, 30, 0.7);
            border-radius: 10px;
            margin-top: 20px;
            font-family: Arial;
            font-size: 17px;
        }

        & input[type=submit] {
            width: 51.5vh;
            height: 7.5vh;
            margin-top: 10vh;
            border-radius: 10px;
            border: none;
            background: #02021E;
            color: #fff;
            font-weight: bold;
            font-family: "Arial";
            font-size: 25px;
            cursor: pointer;
        }
    }
}

.lastContainerContact {
    width: 100vh;
    /* background: rebeccapurple; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    & p {
        color: rgba(2, 2, 30, 0.4);
        font-family: "Arial";
        margin-top: 20px;
    }
}



@media screen and (max-width: 1000px) {
    .header-title {
        color: #fff;
        font-size: 48px;
        margin-top: 5vh;
    }

    .itemsChoose {
        width: 100%;
    }

    iframe {
        width: 400px;
        height: 300px;
        margin-top: 5vh;
    }

    .firstContainerContact {
    & form {
        & textarea {
            width: 85%;
        }

        & input {
            width: 85%;
        }

        & input[type=submit] {
            width: 85%;
        }
    }
}

.contain {
    height: auto;
    padding-bottom: 30px;

    & .title {
        margin-top: 20px;
        font-size: 35px;
    }

    & a {
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 130px 15px 130px;

    }
}

.itemsProduct {
    width: 500px;
    min-width: 300px;
    height: 630px;
    min-height: 630px;
    background-color: #fff;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 20%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    & img {
        width: 385px;
        height: 390px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    & .productInfo {

        & .sku {
            font-size: 14px;
        }
    }

    & .desc {
        margin-top: 8vh;
    }
}

.itemsChoose {
    width: 500px;
    min-width: 300px;
}
}