
*
{
    -webkit-user-drag: none;
    -webkit-user-modify: none;
    user-select: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: fontnew, monospace;
    font-weight: lighter;
    text-shadow: 3px 3px 0px rgb(41, 87, 186);
}
@font-face {
    font-family: fontnew;
    src: url("fontnew.ttf") format("opentype");
}
   

body
{
    background-image: image-set("assets/back.jpg");
    background-size: cover;
    background-position-x: center;
    background-attachment:fixed;
}

header
{
    top: 0;
    position: fixed;
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    width: 100%;
    color: rgb(239, 239, 239);
    z-index: 10;
    box-shadow: 0 5px 30px 0 rgba(59, 59, 59, 0.507), inset 0px -10px 60px 0px #ffffff62;
}
header .title
{
    font-size: 25px;
    margin-right: auto;
}
header .nav
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 12px 0;
}
header .nav li
{
    list-style:none;
    margin: 0 15px ;
}
header .nav li a
{
    transition: all .1s;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: 1px;
}
.hello2
{
   
    margin: auto;
    width: 100%;
    padding: 10px;
   
    padding-bottom: 50px;
    background-color: rgb(31, 31, 31);
    text-align: center;
    border-style: none;
    border-radius: 10px;
    text-shadow: none;

    color: white;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.252);


}
.hello2 h1{
    text-shadow: none;
}
.hello2 p{
    text-shadow: none;
}
.hello
{
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 1px;
    background-image: image-set("assets/back4.png");
    background-size: 10%;
    background-position-x: center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    max-width: fit-content;
    padding-left:30%;
    padding-right:30%;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.136);
    backdrop-filter: Blur(15px);
    -webkit-backdrop-filter: Blur(15px);
    
    border-style: none;
    border-radius: 10px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.21);
    text-align: center;
    justify-content: center;

    color: white;
    font-size: 14px;
    box-shadow: 0 5px 30px 0 rgba(59, 59, 59, 0.507), inset 0px -10px 60px 0px #ffffff47;


}


 .hello h1
{
    font-size: 50px;

}
img
{
    max-width: 200px;

}
.image
{
    
    border-radius: 5px;
    transition: all .5s;
    max-width: 200px;
}
.image:hover
{
    border-radius: 2px;
    width: fit-content;    
    max-width: 300px;
}
.box
{   
    
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.293);
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    justify-content: center;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    /*background-image: image-set("assets/back3.jpg");*/
}
.box{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: Blur(15px);

    background-color: rgba(255, 255, 255, 0.103);

  
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgba(59, 59, 59, 0.507), inset 0px -10px 20px 0px #ffffff6a;
    border: 0.1px solid transparent;
}
.box p{
    text-shadow: none;
}
.box1
{   
   
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.293);
    max-width:fit-content;
    min-width: fit-content;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    justify-content: center;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    /*background-image: image-set("assets/back3.jpg");*/
    rotate: -5deg;
    transition: all .3s;
    animation: boxanimation 4s;
    animation-iteration-count: infinite;

}
.box1{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    background-color: rgba(255, 255, 255, 0.103);

  
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgba(59, 59, 59, 0.507), inset 0px -10px 20px 0px #ffffff6a;
    border: 0.1px solid transparent;
}
.box1:hover{
    rotate: 0deg;
}
.box2{   
    
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.293);
    max-width:fit-content;
    min-width: fit-content;
    background-attachment: fixed;
    background-position-x: center;
    background-size: cover;
    justify-content: center;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    rotate: 5deg;
    transition: all .3s;
    animation: boxanimation1 4s;
    animation-iteration-count: infinite;
}
.box2{
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    background-color: rgba(255, 255, 255, 0.103);

  
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgba(59, 59, 59, 0.507), inset 0px -10px 20px 0px #ffffff6a;
    border: 0.1px solid transparent;
}
.box2:hover{
    rotate: -0deg;

}
button{
    transition: all .1s;
    border-radius: 5px;
    border-style: none;
    font-size: larger;
    background-color: rgb(255, 255, 255);
    color: rgb(132, 132, 132);
    text-shadow: none;
    padding: 5px;
}
button:hover {
    background-color: rgb(236, 236, 236);
    transform: scale(1.2);
}
.text{
    
    color: white;
    font-size: 14px;
    text-align:center;
}
p{
    
    color: white;
    font-size: 14px;
}
a{
    transition: all .2s;
    color: white;
    text-decoration: none;

    font-size: 14px;
}
a:hover{
    color: rgb(228, 228, 228);
    text-decoration: none;

    font-size: 18px;
}
@keyframes boxanimation1{
    0%{rotate:3deg;}
    50%{rotate: -3deg;}
    100%{rotate: 3deg;}
}
@keyframes boxanimation{
    0%{rotate:-3deg;}
    50%{rotate: 3deg;}
    100%{rotate: -3deg;}
}
.intertext{
    animation: popup .4s;
    animation-delay: .5s;

}
    

@keyframes popup{
    0%{transform:scale(100%);}
    25%{transform:scale(75%)}
    50%{transform:scale(200%);}
    75%{transform:scale(75%);}
    100%{transform:scale(100%)}
}
iframe{
    
    width: 100%;
    border-style: none;
    border-radius: 10px;
}
.frame1{
    
    display: block;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}
.title{
    text-align: center;
    width: 50%;
    display: block;

    margin-left: auto;
    
    margin-right: auto;
    color: white;
}