* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.ms-10 {
    margin-left: 150px;
}

.pt-10 {
    padding-top: 100px;
}

p {
    color: #31576d;
}

/* home css */
.home-section {
    & {
        background-image: url(../image/Vector\ 1.svg);
        width: 100%;
        height: 120vh;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #74dcfd;
    }

    & .home-btn a {
        color: #317189;
    }

    & .left {
        width: 100%;
        height: 550px;
        border-radius: 40px;
    }

    & .owl-nav {
        padding-top: 40px;
        display: flex;
        font-size: 24px;
        color: #8a93e5;
        justify-content: space-around;
    }

    & .item {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    & .imageSlider {
        width: 100%;
        height: 300px;
    }

    & .imageSlider img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    & .tag {
        width: 100px;
        padding: 10px;
        text-align: center;
        background-color: #8a93e5;
        color: #fff;
        border-radius: 0px 12px 12px 0px;
    }
    & .scroll{
        color: #234d70;
    }
}

/* all Product */
.product-section {
    & .imageCard {
        width: 100%;
        height: 300px;
    }

    & label {
        color: #7d9eaa;
        font-size: 18px;
    }

    & select,
    option {
        color: #31576d;
    }

    & h2 {
        color: #31576d;
    }

    & .imageCard img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    & .product-item {
        box-shadow: #00000005 0px 1px 3px 0px, #1b1f2326 0px 0px 0px 1px;
    }

    & .product-item:hover {
        box-shadow: #00000029 0px 10px 36px 0px, #0000000f 0px 0px 0px 1px;
        transition: all .3s ease-out;
    }

    & .price {
        font-size: 18px;
        font-weight: bold;
        color: #317189;
    }

    & .card-btn {
        text-decoration: none;
        color: #74dcfd;
        border: 3px solid;
        padding: 10px 60px;
        border-radius: 10px;
        font-weight: 600;

    }

    & .card-btn:hover {
        /* text-decoration: none; */
        color: #ffffff;
        padding: 20px 60px;
        border-radius: 10px;
        background: linear-gradient(to right, #75caed, #70b7fd);
        transition: all .3s ease-in-out;
    }
}

/*  */
.buy-section {
    & {
        background-image: url(../image/Vector\ 2.svg);
        width: 100%;
        height: 100vh;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #74dcfd;
    }

    & .buy-btn {
        text-decoration: none;
        color: #ffffff;
        padding: 20px 60px;
        border-radius: 10px;
        background: linear-gradient(to right, #74dcfd, #70b7fd);
    }

    & .st {
        color: #e35b3e;
    }

    & s {
        color: #51bdd8;
    }

    & .circle-img {
        width: 100%;
        height: 100vh;

    }

    & .circle-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../image/1.png);
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    & .circle-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 80%;
        background-color: white;
        border-radius: 100%;
        margin: auto;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    & .circle-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        height: 60%;
        border-radius: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    & .circle-3 img {
        width: 100%;
        height: 100%;
        margin: auto;
        object-fit: contain;
    }
}


footer {
    width: 100%;
    height: 250px;
    background-color: #234d70;
}