* {
    margin: 0%;
    padding: 0%;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #eeee;
}

.logo img {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
    border: 1px solid #000;
    margin-left: 40px;
    margin-top: 0px;
}

nav {
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    background-color: #eeee;
    box-shadow: 0px 2px 2px 2px rgb(162, 162, 162);
    padding: 0.5rem 1%;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#menu-icon {
    font-size: 3rem;
    margin-right: 3rem;
    margin-top: 30px;
    display: none;
}


ul {
    margin-right: 45px;
    margin-top: 22px;
}

nav ul li {
    list-style: none;
}

ul li a {
    margin-inline: 20px;
    font-size: 1.3rem;
}

ul li i {
    font-size: 22px;
}

ul li #home {
    color: rgb(5, 167, 167);
}

ul li a:hover {
    border-bottom: 2px solid black;
    cursor: pointer;
}

ul li i:hover {
    color: gray;
    cursor: pointer;
}

.hero1 img {
    display: none;
}

.container {
    margin-top: 14vh;
}

.mainText {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin-right: 100px; */
    height: 100vh;
    width: 100%;
}

.mainPage .hero img {
    height: 100vh;
    width: 100%;
    margin-left: -10rem;
    /* border: 3px solid red; */
}

.mainPage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    /* background-color: #dc0a0a; */
}

.mainPage h1 {
    font-size: 3rem;

}

.mainPage .top {
    font-size: 2em;
    color: rgb(4, 138, 138);
}

.mainPage button {
    width: 145px;
    height: 40px;
    background-color: rgb(4, 140, 140);
    border: none;
    font-size: 22px;
    color: white;
    margin-top: 24px;
}

.mainPage p {
    margin-top: 12px;
}

.mainPage button:hover {
    border: 3px solid rgb(3, 128, 128);
    background-color: transparent;
    color: #027979;
}

.social-icon a {
    display: inline-flex;
    justify-content: center;
    width: 4rem;
    text-decoration: none;
    align-items: center;
    height: 4rem;
    background: transparent;
    border: 0.2rem solid rgb(3, 128, 128);
    font-size: 2rem;
    border-radius: 50%;
    color: var(--main-color);
    margin: 3rem 1.5rem 3rem 0;
    transition: 0.3s ease-in-out;
}

.social-icon a:hover {
    color: white;
    transform: scale(1.3)translate(-5px);
    background-color: rgb(3, 128, 128);
    box-shadow: 0 0 25px rgb(3, 128, 128);
}

.head {
    text-align: center;
    padding: 44px;
    margin-top: 11px;
}

.head span {
    color: rgb(4, 155, 155);
}

.card {
    display: flex;
    justify-content: center;
    padding: 22px;
}

.card .crd {
    width: 300px;
    height: 500px;
    background-color: #fff;
    margin-inline: 22px;

}

.card .crd:hover {
    width: 320px;
    height: 520px;
    transition: 0.6s ease;
}

.crd .txt {
    margin-left: 28px;

}

.txt i {
    color: rgb(255, 196, 0);
    margin-top: 4px;
    font-size: 19px;
}

.txt button {
    width: 110px;
    height: 33px;
    border: none;
    background-color: rgb(1, 148, 148);
    color: white;
    font-size: 16px;
    margin-top: 8px;
}

.crd img {
    width: 85%;
    padding: 22px;
    border-radius: 30px;
}

.fullPage img {
    height: 60vh;
    width: 30rem;
    /*border: 3px solid;*/
}

.trd {
    display: flex;
    justify-content: center;


}

.trending {
    display: flex;
    width: 100%;
    height: 60vh;
    background-color: #fff;
    margin-inline: 22px;
    border-radius: 22px;

}

.trending .txt {
    padding: 2rem;
    margin-top: 5%;
    font-size: 1rem;
}

.txt a {
    width: 100rem;
    height: 36px;
    background-color: rgb(3, 94, 94);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 7px;
}

.txt a:hover {
    background-color: rgb(2, 146, 146);
    cursor: pointer;
    border-radius: 22px;
    transition: 0.9 ease;
}

.trending img {
    width: 55%;
    border-radius: 22px;
    padding: 12px;
}

.trending:hover {
    width: 100%;
    height: 62vh;
    transition: 0.7s ease;
    cursor: pointer;
}

.letter {
    display: flex;
    justify-content: space-between;
    color: white;
    background-color: rgb(2, 2, 66);
    padding: 43px;
}

.inp {
    display: flex;
}

.inp input {
    width: 330px;
    height: 33px;
    outline: none;
    font-size: 18px;
    border: none;
}

.inp button {
    width: 100px;
    height: 33px;
    background-color: rgb(2, 173, 173);
    color: white;
    border: none;
}

.footer {
    display: flex;
    justify-content: center;
    background-color: rgb(219, 218, 218);
    padding: 42px;

}

.footer .Ftext {
    margin-inline: 72px;
}

.Ftext p {
    margin-top: 22px;
}

/* about */

.about {
    display: none;
}

.aboutText {
    background-color: rgb(1, 1, 43);
    color: white;
    padding: 54px;
    font-size: 18px;

}

.aboutus {
    display: flex;
    justify-content: center;
    width: 60rem;
    background-color: #fff;
    padding: 22px;
    margin-left: 10rem;
    margin-top: 8%;
    border-radius: 6px;
}

.dumiText {
    margin-top: 6rem;
}

.dumiText p {
    margin-top: 2rem;
}

.aboutus img {
    width: 20rem;
}

/* contact */

.contact {
    display: none;
}

.contactBanner {
    background-color: rgb(4, 4, 44);
    color: white;
    padding: 55px;
}

.connect {
    display: flex;
    justify-content: center;
    margin-top: 33px;


}

.connectText {
    background-color: #fff;
    padding: 53px;
}

.connectText p {
    margin-top: 21px;
}

.contact img {
    width: 50%;
}

.contact img:hover {
    width: 52%;
    transition: 0.8s ease;
    cursor: pointer;

}

.form {
    text-align: center;
    margin-top: 73px;
}

.form button {
    width: 340px;
    height: 40px;
    border: none;
    background-color: rgb(1, 87, 87);
    color: white;
    font-size: 22px;
    margin-top: 22px;
}

.form input {
    width: 320px;
    padding: 8px;
    outline: none;
    margin: 3px;
    margin-top: 11px;
}

/* FullPage */

.fullPage {

    display: flex;
    justify-content: center;
    display: none;
    margin-top: 22px;
}

.fullPage .cartText {
    padding: 22px;
    margin-top: 33px;
}

.cartText p {
    margin-top: 11px;
}

.cartText .btn button {
    width: 140px;
    height: 40px;
    background: rgb(247, 133, 2);
    color: white;
    border: none;
    font-size: 22px;
    margin-top: 22px;
}

.btn button:hover {
    background-color: rgb(253, 173, 25);
    cursor: pointer;
}

.cartText h2 {
    margin-top: 11px;
}

.relode {
    background-color: rgb(3, 75, 75);
    color: white;
    width: 140px;
    height: 34px;
    border: none;
    font-size: 22px;
    margin-top: 22px;
}

.relode:hover {
    background-color: rgb(4, 141, 141);
    cursor: pointer;

}

@media(max-width:1200px) {
    html {
        font-size: 50%;
    }

    .container {
        width: 100%;
    }

    .mainText {
        padding-bottom: 20rem;
    }

    ul {
        margin-right: 45px;
        margin-top: 50px;
    }

    #menu-icon {
        font-size: 3rem;
        margin-right: 3rem;
        margin-top: 50px;
    }

    .trending .txt {
        padding: 2rem;
        margin-top: 5%;
        font-size: 1.5rem;
    }
}

@media(max-width:1000px) {
    nav {
        padding: 1.5rem 1%;
    }

    .logo img {
        width: 10vh;
        height: 10vh;
        border-radius: 50%;
        border: 1px solid #000;
        margin-left: 40px;
        margin-top: 0px;
    }
    /* #menu-icon {
        font-size: 3rem;
        margin-right: 3rem;
        margin-top: 50px;
    } */
    .mainPage{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .mainPage .hero img {
        height: 50vh;
        width: 50vh;
        /* margin-left: 5rem; */
    }
    .mainPage .mainText {
        padding-bottom: 10rem;
        font-size: 2rem;
    }

    .head h1 {
        font-size: rem;
        margin-top: 0px;
        padding-top: 10px;
    }

    .head h1 {
        font-size: 2rem;
        margin-top: 0px;
        padding-top: 10px;
    }


    .trd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #eeee;
        gap: 20px;
    }

    .aboutus {
        width: 60rem;
        height: 40vh;
        padding: 1rem;
        margin-left: 15rem;
        margin-top: 4rem;
    }

    .fullPage img {
        height: 60vh;
        width: 30rem;
        /*border: 3px solid;*/
    }

    .letter {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 27px 0px 27px 0px;
    }

    .cart img {
        width: 20vh;
    }

    .footer .Text {
        margin-inline: 10rem;
    }
}

@media(max-width:995px) {
    #menu-icon {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 5.5rem;
        right: -38px;
        width: 50%;
        border-left: 3px solid rgb(2, 173, 173);
        border-bottom: 3px solid rgb(2, 173, 173);
        border-bottom-left-radius: 2rem;
        padding: 4rem 4%;
        background: #eeee;
        display: none;

    }

    .navbar.active {
        display: block;
    }

    .navbar a {
        display: block;
        font-size: 2rem;
        margin: 3rem 0;
    }
}

@media(max-width:650px) {
    nav {
        padding: 0rem 1%;
    }

    ul {
        margin-right: 45px;
        margin-top: 45px;
    }

    #menu-icon {
        font-size: 3rem;
        margin-right: 3rem;
        margin-top: 25px
    }

    .hero1 img.active {
        display: block;


    }

    .hero img {
        height: 100vh;
        width: 100%;
        display: none;
    }

    .mainPage {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100%;
        margin-top: -25px;
    }

    .mainPage .hero1 img {
        display: block;
        height: 100vh;
        width: 100%;
        left: 0;
    }

    .mainPage .mainText {
        margin-top: 5rem;
        margin-left: 11rem;
        font-size: 10px;
        margin-right: 100px;
        width: 100%;
        padding-bottom: 20rem;
        position: absolute;
        color: #eeee;
        z-index: 9;

    }

    .card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #eeee;
        gap: 20px;
    }

    .aboutus {
        display: flex;
        justify-content: center;
        width: 30rem;
        background-color: #fff;
        padding: 22px;
        margin-left: 6rem;
        margin-top: 8%;
        border-radius: 6px;
    }

    .dumiText {
        margin-top: 6rem;
    }

    .dumiText p {
        margin-top: 2rem;
    }

    .aboutus img {
        width: 18rem;
    }

    .fullPage {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .fullPage img {
        height: 40vh;
        width: 25rem;
        /*border: 3px solid;*/
    }

    .fullPage {

        display: flex;
        justify-content: center;
        display: none;
        margin-top: 22px;
    }

    .inp input {
        width: 10rem;
        height: 33px;
        outline: none;
        font-size: 18px;
        border: none;
    }

    .mainPage .mainText {
        padding-bottom: 50rem;
    }

    .inp button {
        width: 5rem;
        height: 33px;
        background-color: rgb(2, 173, 173);
        color: white;
        border: none;
    }

    .footer {
        display: flex;
        justify-content: center;
        background-color: rgb(219, 218, 218);
        padding: 12px;

    }

    .footer .Ftext {
        margin-inline: 26px;
    }

    .Ftext p {
        margin-top: 22px;
    }
}
