@import url('https://fonts.googleapis.com/css2?family=Playwrite+HU:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
*{
    border: 0px solid red;
    margin: 0;
    padding: 0;
    font-family: "Bebas Neue", sans-serif;
    -webkit-tap-highlight-color: transparent;
}
html,body{
    font-family: Arial, sans-serif;
    width: 100vw;
    height: 100vh;
    background-image:linear-gradient(90deg, #ffffff,#77a3ee7a);
    font-size: 20px;
    overflow-x: hidden;
    z-index:5
    zoom: 0;
    
}
#page1{
    width: 100%;
    height: max-content;
    position: relative;
    background-color: ;
    margin-bottom: 30px;
}
#page1 img{
    width: 100%;
    height: 100%;
    object-fit:cover ;
}
#text{
    position: absolute;
    top: 1%;
    left: 2%;
    width: 50%;
    height: max-content;
    
}
#text h1{
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    
    font-size: 12vw;
    color: black;
    
}
#p p{
    position: absolute;
    line-height: 15px;
    top: 47%;
    left: 58%;
    color: black;
    transform:rotate(2.5deg);
    width: 30%;
    height: max-content;
    text-align: center;
    font-weight: 800;
    font-size: 3vw;
    font-family: "Playwrite HU", cursive;
    
}
#p span{
    font-size: 14px;
}
#page2{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    margin-bottom: 25px;
}
#t1{
    width: 100%;
    opacity:1;
    position:relative;
    top: -2%;
    text-align: center;
    background-color:;
    font-size: 14vw;
    
    
}
#products{
    width: 90%;
    height: 90%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    grid-template-columns: repeat(auto-fit,1fr); 
    
}
.productbox{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color:#d9d9d97a;
   height: 20vh;
    width: 100%;
    border-radius: 20px;
    border: 2px white solid;
    color: black;
}
.imgbox{
    width:130px;
    height: 130px;
    position: absolute;
    top:50%;
    left: 22%;
    transform: translate(-50%,-50%);
    scale: 1;
    border-radius: 50%;
    background-color: black;
}
.imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.textbox{
    background-color: transparent;
    position: absolute;
    left:45%;
    top: 35px;
    width: 50%;
    height: 70px;
    
}
.price{
    position: absolute;
    font-size: 20px;
    left: 45%;
    top: 65%;
    width: 25%;
    padding: 1vw;
    height: max-content;
    border-radius: 20px;
    background-color: transparent ;
}
#page3{
    width: 100%;
    height: max-content;
    background-color: ;
    position: relative;
}
#custom_img{
    background-color: ;
    position: relative;
    width:40%;
    height: 200px;
    top: 5vh;
    left:55vw;
    border-radius: 3vw;
    
}
#custom_img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 3vw;
}
#c_text{
    font-size: 14vw;
    width: 30%;
    position: relative;
    top:-165px;
    left: 10%;
}
#page3 button{
    width: 60%;
    height: 60px;
    position: absolute;
    background-color: #518ff3;
    top: 70%;
    left: 50%;
    font-size: 8vw;
    transform: translate(-50%,0%);
    padding: 4vw;
    border-radius: 40vw;
}
#page3 button:hover{
    color:white;
    box-shadow: 5px 5px 5px #32a2ffc6,
               -5px -5px 5px  #32a2ffc6,
               -5px 5px 5px  #32a2ffc6,
                5px -5px 5px  #32a2ffc6;
}
#page4{
    background-color: white;
    width: 100%;
    height: max-content;
    padding-bottom: 20px;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}
#page4 ul{
    font-size: 4vw;
    display:flex;
    align-items: center;
    color: black;
    
}
#page4 svg{
    width: 4vw;
}
#page4{
    font-size: 5vw;
}
.un{
    text-decoration: none;
}
.un:hover{
   transform: scalex(1.2);
   transform-origin: left;
    transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
    #text h1 {
        font-size: 6vw;
    }

    #p p {
        font-size: 1.8vw;
        top: 50%;
        line-height: 2.5vw;
    }

    #p span {
        font-size: 1vw;
    }

    #t1 {
        font-size: 5vw;
        top: -3%;
    }

    #products {
        grid-template-columns: repeat(2, 48%);
        gap: 2%;
    }

    .productbox {
        height: 45vh;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
    }

    .imgbox {
        width: 200px;
        height: 200px;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);
    }

    .textbox {
        top: 30px;
        left: 50%;
        font-size: 1.5vw;
        width: 45%;
        height: auto;
    }

    .price {
        left: 50%;
        top: 70%;
        font-size: 1.2vw;
        width: auto;
    }

    #custom_img {
        width: 400px;
        height: 500px;
        left: 60vw;
        top: 5vh;
    }

    #c_text {
        font-size: 4vw;
        width: 35%;
        top: -400px;
        left: 10%;
    }

    #page3 button {
        font-size: 2vw;
        width: 35%;
        height: 80px;
        padding: 1vw;
    }

    #page4 ul {
        font-size: 1.5vw;
    }

    #page4 svg {
        width: 1.5vw;
    }

    #page4 {
        font-size: 2vw;
    }
}