@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;800&family=Roboto+Slab:wght@200;400;500;600;700;900&display=swap');

* {
    margin: 0%;
    padding: 0;
}

.new{
    background-image: linear-gradient(to bottom , #9600FF , #AEBAF8); 
    height: 100%;
    width: 100%;
}
header {
    margin: 12%;
    margin-top: 2%;
    padding-top: 2%;
    margin-bottom: 3%;
}

header {
    display: flex;
    justify-content: space-around;
}
.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.logo a {
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    color: rgb(251, 249, 247);
    /* position: absolute; */
    font-weight: 800;
    margin: 2px;
}

.head {
    font-family: 'Playfair Display', serif;
    color: rgb(251, 250, 249);
    text-align: center;

}

.container {
    margin: 6%;
    margin-top: 5%;
    display: flex;
    color: white;
    justify-content: space-around;
}

.text {
    font-size: 20px;
    position: relative;
    /* top: 60px;
    left: 60px; */
}

.text span {
    color: rgb(255, 94, 0);
}

.text h1 {
    font-family: 'Poppins', sans-serif;
    color: rgb(246, 245, 243);
}

.box-img img {
    height: 320px;
    width: 300px;
    border-radius: 5px;
    padding: 15px;
}

button {
    margin: 5px;
    cursor: pointer;
    background-color: rgb(255, 94, 0);
    color: white;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    box-shadow: 4px 4px 0 rgb(87, 44, 1);
   transition: transform 0.2s, box-shadow 0.2s;
}

button:active {
    transform: translateX(4px) translateY(4px);
    box-shadow: 0 0 0 rgb(153, 77, 0);
}
#picluplines{
    margin-top: 5%;
}
#picluplines span{
    padding: 2px;
    color: rgb(8, 8, 8);
    white-space: pre-wrap;
    font-family: 'Poppins', sans-serif;
    width: 200px;
}

.box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 30px black;
}

.box span{
    white-space: pre-wrap;

}

.box1{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f5f9;
    border-radius: 5px;
    box-shadow: 2px 2px 30px black;

}
.box span{
padding-bottom: 20px;
color: #000;
}

footer{
    margin: 10px;
    text-align: center;
    padding-bottom: 10px;
}
.vid{
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 70px;
    left: 45%;
    z-index: -1;
}

.loader{
position: absolute;
bottom: 10%;
left: 50%;
transform: translate(-50% , -50%);
width: 30px;
height: 30px;
border-radius: 50%;
border: 10px solid rgb(10, 10, 10) ;
border-top: 10px solid #9600FF;
animation: animate 2s 2 linear ;
}

@keyframes animate {
    0%{
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100%{
        transform: translate(-50% ,-50%) rotate(360deg);
    }
}
.box2{
    height: 400px;
    width: 400px;
    text-align: center;
    position: absolute;
    left: 35%;
    display: none;
    background-color: #ffffff;
    border-radius: 5px; 
    z-index: 1; 
 }

#warning{
    font-family: 'Poppins', sans-serif;
    padding: 45px;
    margin-top: 10px;
    font-size: 34px;
    color: black;
}
.box2 button a{
    color: #f8f5fa;
    text-decoration: none;
}

.box2 img{
    height: 100px;
}
@media (max-width:786px) {

    .vid{
        height: 60px;
        width: 60px;
        position: absolute;
        bottom: 20px;
        left: 40%;
        z-index: -1;
    }
    header {
        margin: 12%;
        margin-top: 2%;
        padding-top: 2%;
        margin-bottom: 6%;
    }
    .container {
        margin: 12%;
        margin-top: 1%;
        display: flex;
        color: white;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .box-img img {
    height: 220px;
    width: 200px;
    border-radius: 5px;
    padding: 15px;
    }
    .box{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f8f5fa;
        border-radius: 5px;
        /* width: 250px; */
    }

    .box1{
        position: relative;
        align-items: center;
        background-color: #f8f5fa;
        border-radius: 5px;
       
    }

    #picluplines span{
        text-align: center;
        width: 200px;
        /* height: 50px; */
        /* overflow-x: scroll; */
        white-space: pre-wrap;
        }
        
        .box2{
            height: 200px;
            width: 200px;
            text-align: center;
            position: absolute;
            left: 30%;
            background-color: #ffffff;
            border-radius: 5px; 
            z-index: 1; 
           align-items: center;
         }

         .box2 img{
            height: 70px;
         }
        
        #warning{
            font-family: 'Poppins', sans-serif;
            padding: 45px;
            margin-top: 10px;
            font-size: 14px;
            color: black;
        }

}



@media (max-width:400px) {
    .loader{
bottom: 7%;
    }
    .vid{
        height: 60px;
        width: 60px;
        position: absolute;
        bottom: 40px;
        left: 35%;
        z-index: -1;
    }
    .box2{
        height: 250px;
        width: 200px;
        text-align: center;
        position: absolute;
        left:20%;
        background-color: #ffffff;
        border-radius: 5px; 
        z-index: 1; 
       align-content: center;
     }

     .box2 img{
        height: 50px;
     }
    
    #warning{
        font-family: 'Poppins', sans-serif;
        padding: 15px;
        margin-top: 10px;
        font-size: 14px;
        color: black;
    }
    .container {
        margin: 12%;
        margin-top: 1%;
        display: flex;
        color: white;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .box-img img {
    height: 220px;
    width: 200px;
    border-radius: 5px;
    padding: 15px;
    }
    .box{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f6f4f7;
        border-radius: 5px;
        /* width: 250px; */
    }

    .box1{
        position: relative;
        align-items: center;
        background-color: #f8f5fa;
        border-radius: 5px;
    }

    #picluplines span{
    text-align: center;
    width: 200px;
    white-space: pre-wrap;
    }

}
