* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 10px;
}

/* header */
.header {
    height: 8rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0rem;
    background-color: white;
}

.header1 {
    height: 3.5rem;
    width: 45rem;
    display: flex;
    justify-content: end;
    gap: 2rem;
}

.header2 {
    height: 3rem;
    width: 40rem;
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
    font-family: Arial;
}

.sp1 a {
    color: black;
    text-decoration: none;
}

.sp1 {
    cursor: pointer;
}

.header3 {
    height: 4rem;
    width: 45rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.btn1 {
    height: 3.5rem;
    width: 8rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    border: black 0.2rem solid;
    padding-top: 0.2rem;
    cursor: pointer;
    background-color: white;
}

.btn1:hover {
    background-color: black;
    color: white;
    transition-duration: 0.5s;
}

input[type="text"] {
    border-radius: 0.7rem;
    font-size: 1.8rem;
    height: 100%;
    width: 18rem;
    border: none;
    box-shadow: 0rem 0rem 0.3rem 0.1rem rgb(207, 207, 207);
    padding: 0rem 0.3rem 0rem 0.3rem;
}

.cart {
    height: 3.5rem;
    width: 8rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    border: black 0.2rem solid;
    padding-top: 0.2rem;
    background-color: white;
    cursor: pointer;
}

.cart:hover {
    background-color: black;
    color: white;
    transition-duration: 0.5s;
}

.drop-down {
    height: 4rem;
    width: 23rem;
    border-radius: 2rem;
    font-size: 1.8rem;
    padding: 0.3rem 0rem 0rem 1.5rem;
    border: black 0.2rem solid;
    font-weight: bold;
    cursor: pointer;
}

.drop-down:hover {
    background-color: black;
    color: white;
}

option {
    background-color: black;
    color: white;
    margin-top: 10rem;
}

.main-container {
    height: 70rem;
    width: 105rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* border:red dashed 2px; */
}

.child1 {
    height: 40rem;
    width: 8.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.child2,
.child3 {
    height: 70rem;
    width: 50rem;
}

.child3 {
    height: 70rem;
    width: 40rem;
}

.data {
    height: 8.5rem;
    width: 8.5rem;
    cursor: pointer;
}

.data:hover {
    border: black solid 0.2rem;
    border-radius: 2rem;
    ;
}

img {
    height: 70rem;
    width: 50rem;
    border-radius: 10rem;
}

.small_image {
    height: 8.5rem;
    width: 8.5rem;
    border-radius: 2rem;
}

#layers {
    background-color: rgb(3, 165, 3);
    height: 3rem;
    width: 9rem;
    border-radius: 2.5rem;
    text-align: center;
    align-content: center;
    font-weight: bold;
}

#text-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 1.8rem;
}

.size {
    height: 5rem;
    width: 28rem;
    display: flex;
    justify-content: space-around;
    margin-top: 3.5rem;
}

.size1 {
    height: 5rem;
    width: 5rem;
    border: black 0.2rem solid;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    align-content: center;
    font-family: arial;
    cursor: pointer;
}

.size1:focus {
    background-color: black;
    color: white;
    transition-duration: 0.5s;
}

.increment {
    height: 4.5rem;
    width: 17rem;
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-around;
}

.increment1 {
    height: 4.5rem;
    width: 4.5rem;
    border: black 0.2rem solid;
    border-radius: 50%;
    font-family: Arial;
    font-size: 2rem;
    text-align: center;
    align-content: center;
    font-weight: bold;
}

.sold_button {
    height: 4rem;
    width: 100%;
    background-color: gray;
    margin-top: 3rem;
    border-radius: 2.5rem;
    text-align: center;
    align-content: center;
    color: white;
    font-weight: bold;
    font-family: Arial;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.sold_button:hover {
    background-color: black;
}

.btn:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

.p1 {
    font-size: 2rem;
    font-family: Gill Sans MT;
    margin-top: 2.5rem;
}

/* footer */
#footer {
    height: 35rem;
    width: 100%;
    background-color: rgb(201, 194, 243);
    display: flex;
    justify-content: center;
    margin-top: 11rem;
    position: relative;
}

.footer1 {
    width: 98rem;
    height: 25rem;
    display: grid;
    grid-template-columns: 30rem 30rem 30rem;
    justify-content: space-between;
    margin-top: 5rem;
}

.item1 {
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
}

.item2,
.item3 {
    height: 13rem;
}

.item2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: arial;
    padding-top: 1rem;
}

.item3 {
    display: flex;
    justify-content: center;
}

.item4 {
    grid-column-start: 2;
    grid-column-end: 4;
    height: 5rem;
}

.round-div {
    height: 25rem;
    width: 23rem;
    border-radius: 50% 50% 0% 0%;
    background-color: gold;
}

.round-text1,
.round-text2,
.round-text3 {
    font-size: 3rem;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
}

.round-text1 {
    top: 4rem;
    left: 8.5rem;
}

.round-text2 {
    left: -1rem;
    transform: rotate(-90deg);
    bottom: 7.5rem;
}

.round-text3 {
    transform: rotate(90deg);
    right: 5rem;
    bottom: 7.5rem;
}

#arrow_btn {
    height: 4rem;
    width: 4rem;
    background-color: black;
    border-radius: 50%;
    color: white;
    text-align: center;
    align-content: center;
    font-size: 3rem;
}

.d_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.2rem;
    font-family: arial;
    word-spacing: 3rem;
    align-content: center;
    font-weight: bold;
    cursor: pointer;
}

.d1_text {
    font-family: arial;
    list-style-type: none;
    font-weight: bold;
}

.d1_text li {
    padding: 0.7rem;
}

.icon {
    height: 6rem;
    width: 6rem;
    background-color: white;
    position: absolute;
    right: 3rem;
    bottom: 0rem;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-size: 3rem;
    cursor: pointer;
}

#prev-button {
    height: 3.5rem;
    width: 16rem;
    font-size: 1.8rem;
    background-color: white;
    text-align: center;
    align-content: center;
    border-radius: 1.5rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-weight: bold;
    cursor: pointer;
}

#prev-button a {
    color: black;
    text-decoration: none;
}

.footer-animation {
    background-color: rgb(201, 194, 243);
    width: 100%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    font-family: Arial;
}

.footer_span_text {
    font-size: 2.4rem;
    margin: 0rem 0.8rem 0rem 0.8rem;
    letter-spacing: 0.13rem;
}

svg {
    height: 2rem;
    width: 2.4rem;
}

.ani {
    animation: hello 10s infinite linear
}

@keyframes hello {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.contact {
    height: 50rem;
    width: 40rem;
    background-color: grey;
    margin: auto;
    border-radius: 2rem;
    position: fixed;
    top: -50rem;
    left: 37%;
    transition-duration: 0.4s;
}

.hide-button {
    height: 3rem;
    width: 3rem;
    float: right;
    margin: 2rem;
    font-size: 2rem;
    background-color: aquamarine;
    border: rgb(90, 89, 89) solid 0.2rem;
    cursor: pointer;

}

form {
    width: 27rem;
    margin: auto;
    padding-top: 4rem;
}

.submit_form {
    display: flex;
    justify-content: space-around;
}

label {
    font-size: 2rem;
    color: white;
}

#box1,
#box2,
#box3,
#box4 {
    width: 25rem;
    height: 3rem;
    border-radius: 1rem;
    border: none;
    font-size: 1.7rem;
    padding: 0rem 0.7rem 0rem 0.8rem;
}

textarea {
    border-radius: 1rem;
    padding: 0.4rem;
    font-size: 1.7rem;
}

.box1 {
    height: 3.5rem;
    width: 8.5rem;
    border-radius: 1rem;
    font-size: 2rem;
    border: rgb(97, 97, 97) 0.2rem solid;
}

.box1:hover {
    background-color: aquamarine;
}


@media only screen and (max-width:1300px) {
    html {
        font-size: 7px;
    }
}


@media only screen and (max-width:800px) {
    html {
        font-size: 4px;
        background-color: rgb(233, 232, 232);
    }

    .header {
        height: 15rem;
    }

    .header2 {
        font-size: 3rem;
    }

    .btn1 {
        height: 4rem;
        width: 9rem;
        font-size: 2rem;
    }

    input[type="text"] {
        font-size: 1.7rem;
        width: 18rem;
    }


    .cart {
        height: 4rem;
        width: 10rem;
        font-size: 2rem;
    }


    .drop-down {
        height: 4.8rem;
        width: 27rem;
        font-size: 2rem;
    }

    .child1 {
        height: 60rem;
        width: 8.5rem;
        display: flex;
        flex-direction: column;
        gap: 7rem;
    }

    .small_image {
        height: 13rem;
        width: 8.5rem;
        border-radius: 2rem;
    }

    img {
        height: 80rem;
    }

    .main-container {
        height: 80rem;
        width: 105rem;
        margin: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }

    #footer {
        position: absolute;
        bottom: 8px;
    }

    .footer-animation {
        position: absolute;
        bottom: 0px;
    }
}

@media only screen and (max-width:450px) {
    html {
        font-size: 3px;
    }

    #arrow_btn {
        display: none;
    }
}


#loader {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    position: fixed;
    z-index: 9999;
}

#loader img {
    height: 120px;
    width: 170px;
}