header{
    width: 100%;
    height: 3.7vw;
    background-color: #202020;
    position: fixed;
    z-index: 1;
}

.felkrdn{
    width: 100%;
    height: 3.7vw;
}



#main{
    width: 100%;
    height: 48.1vw;
}
footer{
    background-color: grey;
    clear: both;
}



.nav ul {
    list-style: none;
}

.nav{
    position: absolute;
    text-align: center;
    display: inline-block;
    width: 70vw;
    left: 50%;
    transform: translate(-50% , 0% );
}
.nav li:hover{
    background: #525252;
}

.nav > ul{
    list-style: none;
    padding: 0vw;
    margin: 0vw;
    display: inline-block;
    background-color: #202020;
}

.nav > ul > li{
    position: relative;
    float: left;
    width: 5vw;
    font-size: 1.5vw;
    padding: 1vw;
    margin-left: 2vw;
    transition: 0.4s;    
}

.dropdown{
    position: absolute;
    padding: 0vw;
    top: 100%;
    width: 100%;
    left: 0;
}

.dropdown li{
    background: #262626;
    padding: 0.5vw;
    transition: 0.4s;
}

.dropdown li:hover{
    background: #5a5a5a;
}

.dropdown li{
    display: none;
}

.nav li:hover > .dropdown li{
    display: block;
}

.nav li:hover > .dropdown {
    perspective: 1000px;
}

.nav li:hover > .dropdown li{
    transform-origin: top left;
    opacity: 0;
}

.nav li:hover > .dropdown li:nth-child(1){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: -150ms;
}

.nav li:hover > .dropdown li:nth-child(2){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 0ms;
}

.nav li:hover > .dropdown li:nth-child(3){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 150ms;
}

.nav li:hover > .dropdown li:nth-child(4){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 300ms;
}

.nav li:hover > .dropdown li:nth-child(5){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 450ms;
}

.nav li:hover > .dropdown li:nth-child(6){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 600ms;
}

.nav li:hover > .dropdown li:nth-child(7){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 750ms;
}

.nav li:hover > .dropdown li:nth-child(8){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 900ms;
}

.nav li:hover > .dropdown li:nth-child(9){
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 1050ms;
}

@keyframes animate{
    0%{
        opacity: 0;
        transform: rotateZ(90deg);
    }
    70%{
        transform: skewX(10deg);
    }
    100%{
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.nav a{
    text-decoration: none;
    color: darkgray;
}

.nav li:hover a{
    color: whitesmoke;
}

.navsocial{
    position: absolute;
    list-style-type:none ;
    padding: 0vw;
    margin: 0vw;
    display: flex;
    flex-direction: row;
    font-size: 1.8vw;
    margin-left: 85vw;
    margin-top: 1vw;
}

.social{
    margin-left: 1vw;
    color: darkgray;
    transition: 0.25s;
}
.social:hover{
    font-size: 2.3vw;   
}

#facebook , #youtube , #snapchat , #instagram{
    transition: 0.25s;
}

#facebook:hover{
    color: #097fec;
}

#youtube:hover{
    color: #ff0000;
}

#snapchat:hover{
    color: #fffc00;
}

#instagram:hover{
    color: #f24e59;
}


#boxlogo{
    width: 5vw; 
    height: 5vw; 
    background: url(logo.png) no-repeat center center; 
    background-size: cover;
    position:absolute;
    text-decoration: none;
    margin: 0vw;
    padding: 0vw;
    animation: koko 3s ease-in-out 10s infinite;
    animation-direction: alternate;
    z-index: 1;
    transition: 0.3s;
    margin-top: -0.55vw;
}

@keyframes koko{
    from{
    }
    to{
        transform: translate(15vw , 0vw) rotate(360deg) ;
    }
}

#boxlogo:hover{
    animation-play-state: paused;
    transform: rotate(0deg);
    background: url(logo2.png) no-repeat center center; 
    background-size: cover;
    position:absolute;
}

body section.slideshow {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    visibility: hidden;
    overflow: hidden;
    z-index: 0;
  }
  body section.slideshow ul.navigation {
    position: absolute;
    display: block;
    width: 41.666666666666664vw;
    height: 41.666666666666664vw;
    padding: 0;
    margin: 0;
    left: -14.973958333333334vw;
    top: 50%;
    margin-top: -20.833333333333332vw;
    z-index: 10;
  }
  
  body section.slideshow ul.navigation li.navigation-item {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    width: 7.8125vw;
    height: 7.8125vw;
    padding: 0.6510416666666666vw;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: border 0.6s ease-in-out;
  }
  
  body section.slideshow ul.navigation li.navigation-item .rotate-holder {
    position: fixed;
    display: block;
    width: 0;
    height: 0;
    left: -650.9765625vw;
    top: -650.9765625vw;
  }
  body section.slideshow ul.navigation li.navigation-item .background-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;    
    background-size: cover;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  }
  body section.slideshow ul.navigation li.navigation-item:hover .background-holder {
    opacity: 0.75;
  }
  body section.slideshow ul.navigation li.navigation-item.active .background-holder {
    opacity: 0;
    visibility: hidden;
  }
  body section.slideshow .detail {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
  }
  body section.slideshow .detail .detail-item {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  body section.slideshow .detail .detail-item .headline {
    position: absolute;
    display: block;
    width: 100%;
    max-width: calc(100% - 31.25vw);
    height: 8.203125vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    white-space: nowrap;
    box-sizing: border-box;
    z-index: 2;
  }
 
  body section.slideshow .detail .detail-item .headline .letter {
    font-family: 'Oswald', sans-serif;
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    color: #FFFFFF;
    font-size: 8.59375vw;
    line-height: 7.161458333333333vw;
    font-weight: 900;
    font-kerning: none;
    white-space: nowrap;
    box-sizing: border-box;
      text-transform: uppercase;
  }
  
  body section.slideshow .detail .detail-item .background {
    position: absolute;
    display: block;
    width: 100%;
    width: calc(100% + 6.510416666666667vw);
    height: 100%;
    height: calc(100% + 6.510416666666667vw);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center center;     
    background-size: cover;
    z-index: 1;
  }
  body section.slideshow .detail .detail-item .background::before {
    content: ""; 
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 90%);   
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
      
  }
  body section.slideshow .detail .detail-item.active {
    opacity: 1;
    visibility: visible;
  }

  .topic{
      position: absolute;
      width: 45.5vw;
      height: 15vw;
      background-color: lavender;
      top: 4.5vw;
      left: 40vw;
      border-radius: 1vw;
      border: 1px solid black;
      box-shadow: 2px 2px 20px 5px black;
  }

  .fantastic_four{
      padding: 0vw;
      margin: 0vw;
      display: flex;
      flex-direction: row;
      list-style-type: none;
  }

  .fantastic_four li{
      width: 11vw;
      height: 15vw;
}

.fantastic_four li:first-child{
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
    border: none;
}

.fantastic_four li:last-child{
    border-bottom-right-radius: 1vw;
    border-top-right-radius: 1vw;
}

.rasm{
    width: 9.5vw;
    height: 13vw;
    background-color: red;
    margin-top: 0.5vw;
    margin-left: 1.5vw;
}

.rizbandy{
    text-align: center;
    margin-left: 1.5vw;
    font-size: 1.3vw;
    font-weight: 700;
}

.after {
    width: 9.5vw;
    height: 13vw;
    background-color: black;
    opacity: 0;
    border-radius: 0.5vw;
    transition: 0.5s;
}

.name{
    position: absolute;
    width: 9.5vw;
    height:auto;
    opacity: 1;
    top: 1.7vw;
    opacity: 0;
    transition: 0.5s;
}

.name p{
    text-align: center;
    font-size: 1.2vw;
    color: white;
    font-weight: 900;
    padding-right: 0.1vw;
    padding-left: 0.1vw;
    text-shadow: 1px 1px 1px 1px black;
    transition: 0.3s;
}

.play{
    color: red; 
    font-size: 3vw;
    transition: 0.5s;
}

.play:hover{
    cursor: pointer;
    color: whitesmoke;
}

.rasm:hover .after{
    opacity: 0.6;
}

.rasm:hover .name{
    opacity: 1;
}


#myModal {
    display: none; 
    position: fixed; 
    z-index: 4; 
    padding-top: 5vw; 
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
  }
  
  .boxing  , .topic {  
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
  }
  
  .close {
    position: absolute;
    top: 5vw;
    right: 16vw;
    color: #c4c0c0;
    font-size: 4vw;
    font-weight: bold;
    transition: 0.3s;  
  }
  
  .close:hover,
  .close:focus {
    color: whitesmoke;
    text-decoration: none;
    cursor: pointer;
  }
  
  .boxing{
      height: auto;
      margin: auto;
    display: block;
  }

  #cinema{
      width: 60vw;
      height: 35vw;
      margin-top: 5vw;
      margin-left: 20vw;
  }

  ::-webkit-scrollbar{
    width: 4px;
}

::-webkit-scrollbar-track{
border: 1px solid black;
box-shadow: inset 0 0 rgba(0,0,0,1);
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(
        45deg,
        #e1da06,
        #e10606
        );
    border-radius: 3px;
}



#pshten{
    width: 100%;
    height: 4vw;
    background-color: #101010;
    text-align: center;
    align-items: center;
    padding-top: 0.5vw;
    font-size: 3vw;
    word-spacing: 0.8vw;
    color: whitesmoke;
    font-family: 'Playball', cursive;
    font-weight: 400;
}

#axirlogo{
    width: 28vw;
    height: 28vw;
    background-color: red;
    position: absolute;
    top: 0vw;
    left: 35.4vw;
    background: url(logoblack.png) no-repeat center center; 
    background-size: contain;
}

#active{
    color: whitesmoke;
}

#acon{
    width: 100%;
    height: auto;
    background: #f5f5f5;
}

#alogo{
    width: 20vw;
    height: 20vw;
    margin-left: 26vw;
    background: url(ab/alogo.png) no-repeat center center; 
    background-size: cover;
}

#topic22{
    position: absolute;
    font-size: 3.5vw;
    top: 7vw;
    left: 45vw;
    color: #ffc215;
}

#topic22 h3{
    text-shadow: 2px 2px 5px black;
    font-family: 'Merienda', cursive;
}

#zorgotn{
    width: 60vw;
    height: auto;
    margin-left: 20vw;
    font-size: 1.8vw;
    font-family: 'Volkhov', serif;
    word-spacing: 0.8vw;
    text-align: justify;
    margin-bottom: 4vw;
}
#shetbwm{
    clear: both;
    width: 100%;
    height: 50vw;
    background: url(movie.jpg) no-repeat center center; 
    background-size: cover;
    position:absolute;
}

#contentall{
    width: 100%;
    height: 50vw;
}

#fcontent{
    width: 100%;
    height: 50vw;
}

#taqana{
    width: 70vw;
    height: 43vw;
    position: absolute;
    top: 5vw;
    left: 15vw;
}

#cat{
    list-style-type: none;
    padding: 0vw;
    margin: 0vw;
    display: flex;
}



.catt0 , .catt1 , .catt2{
    width: 22.5vw;
    height: 13.4vw; 
    margin: 0.5vw;
    border-radius: 1vw;
    border: 0.5px solid black;
    box-shadow: 0.3vw 0.5vw 0.5vw 0vw;
}



.catt0:nth-child(1){
    background: url(l_film/film_p.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(50%);
}

.catt0:nth-child(2){
    background: url(l_film/film_a.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt0:nth-child(3){
    background: url(l_film/film_r.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt1:nth-child(1){
    background: url(l_film/film_h.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt1:nth-child(2){
    background: url(l_film/film_c.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt1:nth-child(3){
    background: url(l_film/drama.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt2:nth-child(1){
    background: url(l_film/fantasy.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt2:nth-child(2){
    background: url(l_film/sport.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt2:nth-child(3){
    background: url(l_film/animation.jpg) no-repeat center center; 
    background-size: cover;
    opacity: 0.5;
    transition: 0.4s;
    filter: grayscale(50%);
}

.catt0:hover , .catt2:hover , .catt1:hover{
    opacity: 1;
    filter: none;
}

.catt0 a , .catt1 a , .catt2 a{
    text-decoration-style: none;
    font-family: 'Merienda', cursive;
    text-decoration: none;
    color: white;
    position: absolute;
    font-size: 3vw;
    margin-top: 4.5vw;
    margin-left: 5.7vw;
    text-shadow: 2px 2px 5px black;
    z-index: 1;
    opacity: 1;
}

#activee{
    color: #ffc215;
}

#puzcontent{
    width: 100%;
    height: 50vw;
}



.yeah{
    position: absolute;
    width: 13vw;
    height: 19vw;
    right: 18vw;
    top: 4.9vw;
    border: 0.5px solid black;
    border-radius: 10px;
    box-shadow: 0.3vw 0.5vw 1vw 0vw;
}
#onezer{
    background: url(puzzle/nowcm1.jpg) no-repeat center center; 
    background-size: cover;
    left:1.5vw;
}

#twozer{
    background: url(puzzle/nowcm2.jpg) no-repeat center center; 
    background-size: cover;
    right: 1.5vw;
}

#threezer{
    background: url(puzzle/inception.jpg) no-repeat center center; 
    background-size: cover;
    top: 27.5vw;
    left: 1.5vw;
}

#forzer{
    background: url(puzzle/prst.jpg) no-repeat center center; 
    background-size: cover;
    top: 27.5vw;
    right: 1.5vw;
}

.damgra{
    text-decoration: none;
    font-family: 'Merienda', cursive;
    text-shadow: 1px 1px 3px black;
    color: #ffc215;
    position: absolute;
    font-size: 1.4vw;
    top: 10vw;
    padding-bottom: 0.1vw;
    padding-top: 0.1vw;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
    border: 0.5px solid #ffc215;
    border-radius: 5vw;
    transition: 0.5s;
}

.damgra:hover{
    border-color: #ff0000;
    background-color: #ff0000;
    color: white;
}

#yakamm{
    left: 4vw;
    top: 24.7vw;
}

#dwamm{
    right: 4vw;
    top: 24.7vw;
}

#seyamm{
    left: 4vw;
    top: 47.2vw;
}

#chwaramm{
    right: 4vw;
    top: 47.2vw;
}

#panjara{
    position: absolute;
    width: 59vw;
    height: 35vw;
    top: 13vw;
    left: 19vw;
    z-index: 0;
    border-radius: 1vw;
    border-top-right-radius: 0vw;
    border-bottom-right-radius: 0vw;
}

#glop{
    z-index: 0;
    position: absolute;
    width: 4vw;
    height: 4vw;
    top: 4vw;
    left: 48.9vw;
    border-radius: 100%;
    background-color: #f5f5f5;
}

#lalala{
    color: #ffc215;
    font-size: 2.5vw;
    margin-left: 1.1vw;
    margin-top: 0.7vw;
}

#lalala:hover{
    cursor: pointer;
}

#pardaa{
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: black;
    top: 0vw;
    left: 0vw;
    display: none;
    opacity: 0.945;
}

#topiccc{
    position: absolute;
    width: 59vw;
    top: 8vw;
    left: 21.2vw;
    font-size: 2.2vw;
    text-align: center;
    text-shadow: 2px 2px 3px black;
    font-family: 'Merienda', cursive;
    color: #ffc215;
    padding: 0vw;
    margin: 0vw;
}

.hovering:hover{
    cursor: pointer;
}

#rating{
    width: 4.5vw;
    height: 3vw;
    background-color: #a0a0a0;
    position: absolute;
    top: 33.48vw;
    right: 17.45vw;
    padding: 0.5vw;
    padding-bottom: 0vw;
    padding-top: 0vw; 
    text-shadow: 2px 2px 3px black;
    font-family: 'Merienda', cursive;
    color: #ffc215;
    font-size: 2vw;
    transform: rotate(270deg);
}

#syak , #sdw , #sse , #schwar , #spenj{
    width: 1vw;
    height: 1vw;
    position: absolute;
    right: 18.7vw;
    padding: 0.9vw;
    padding-top: 0vw;
    border-right: 0.2vw solid #a0a0a0;
    color: #ffc215;
    text-shadow: 1px 1px 3px black;
    font-size: 1vw;
}

#syak{
    border-bottom-right-radius: 1vw;
    top: 45.9vw;    
    border-bottom: 0.2vw solid #a0a0a0;
}


#syaks:hover , #sdws:hover , #sses:hover , #schwars:hover , #spenjs:hover{
    opacity: 1;
    cursor: pointer;
}

#sdw{
    top: 44.11vw;
}

#sdws , #sses , #syaks , #schwars , #spenjs{
    opacity: 0.5;
} 

#sse{
    top: 42.19vw;
}

#schwar{
    top: 40.3vw;
}

#spenj{
    top: 37.7vw;
    border-top: 0.2vw solid #a0a0a0;
    padding-top: 0.5vw; 
}

#hrate{
    width: 6vw;
    height: 4vw;
    position: absolute;
    top: 15vw;
    right: 16.9vw;
    text-shadow: 2px 2px 3px black;
    font-family: 'Merienda', cursive;
    color: #ffc215;
    font-size: 2vw;
    transform: rotate(270deg);
    z-index: 1;
}

#border{
    width: 2.8vw;
    height: 19.1vw;
    position: absolute;
    top: 13vw;
    right: 18.7vw;
    border-right: 0.2vw solid #a0a0a0;
    border-top: 0.2vw solid #a0a0a0;
    border-top-right-radius: 1vw;
    background-color: #a0a0a0;
}

#stay{
    width: 6vw;
    height: 4vw;
    position: absolute;
    top: 25.5vw;
    right: 16.2vw;
    text-shadow: 2px 2px 3px black;
    font-family: 'Merienda', cursive;
    color: #ffc215;
    font-size: 1.4vw;
    transform: rotate(270deg);
    z-index: 1;
}

#home{
    width: 6vw;
    height: 4vw;
    position: absolute;
    top: 20.8vw;
    right: 16.2vw;
    text-shadow: 2px 2px 3px black;
    font-family: 'Merienda', cursive;
    color: white;
    font-size: 1.4vw;
    transform: rotate(270deg);
    z-index: 1;
}

#contact{
    width: 40%;
    height: 30vw;
    background-color: #eeeeee;
    position: absolute;
    top: 16vw;
    left: 31vw;
    box-shadow: 0.3vw 0.5vw 1vw 0vw;
    border-radius: 0.5vw;
}

#contact-title{
    text-shadow: 1px 1px 2px black;
    position: absolute;
    justify-content: center;
    color: #ffc215;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
    top: 3vw;
    left: 32.5vw;
}

#contact-title h1{
    font-size: 3vw;
}

#contact-title h2{
    font-size: 2vw;
}

form{
    margin-top: 1.5vw;
    transition: all 4s ease-in-out;
}

.form-control{
    background: transparent;
    width: 35vw;
    border:none;
    outline: none;
    border-bottom: 1px solid grey;
    font-family: 'Merienda', cursive;
    color: #000;
    font-size: 1vw;
    margin-bottom: 1vw; 
    margin-left: 3vw;
}

input{
    height: 2vw;
}

form .submit{
    background: #ffc215;
    border-color: transparent;
    color: black;
    font-size: 1.2vw;
    font-weight: bold;
    height: 2vw;
    margin-top: 0vw;
}

form .submit:hover{
    background-color: #f44336;
    cursor: pointer;
}

#ooo{
    width: 25%;
    height: 30vw;
    background-color: #eeeeee;
    position: absolute;
    top: 16vw;
    left: 39vw;
    box-shadow: 0.3vw 0.5vw 1vw 0vw;
    border-radius: 0.5vw;
    overflow: hidden;
    margin-left: 0vw;
}

#usernnn{
    position: absolute;
    width: 20vw;
    left: 2vw;
    top: 3vw;
    transition: 0.7s;
    margin-left: 0vw;
}

#pass{
    position: absolute;
    width: 20vw;
    left: 2vw;
    top: 7vw;
    transition: 0.7s;
    margin-left: 0vw;
}

#login{
    position: absolute;
    width: 4vw;
    left: 2vw;
    margin: 0vw;
    z-index: 1;
    padding: 0vw;
    top: 11vw;
    font-family: 'Merienda', cursive;
    font-size: 1vw;
    border: 1px solid black;
    transition: 0.4s;
    padding-top: 0.3vw;
    padding-bottom: 0.35vw;
    border-radius: 0.5vw;
    font-weight: bold;
    transition: 0.7s;
    margin-left: 0vw;
}

#login:hover{
    cursor: pointer;
    background-color: #ffc215;
    border-color: #ffc215;
    color: white;
    text-shadow: 1px 1px 3px black;
}

#forget{
    margin-left: 0vw;
    position: absolute;
    width: 10vw;
    left: 12vw;
    margin: 0vw;
    padding: 0vw;
    top: 11vw;
    font-family: 'Merienda', cursive;
    font-size: 1vw;
    border: 1px solid black;
    transition: 0.4s;
    padding-top: 0.3vw;
    padding-bottom: 0.35vw;
    border-radius: 0.5vw;
    font-weight: bold;
    transition: 0.7s;
    z-index: 1;
}

#forget:hover{
    cursor: pointer;
    background-color: blue;
    border-color: blue;
    color: white;
    text-shadow: 1px 1px 3px black;
}

#create{
    margin-left: 0vw;
    position: absolute;
    z-index: 1;
    width: 5vw;
    left: 6.5vw;
    margin: 0vw;
    padding: 0vw;
    top: 11vw;
    font-family: 'Merienda', cursive;
    font-size: 1vw;
    border: 1px solid black;
    transition: 0.4s;
    padding-top: 0.3vw;
    padding-bottom: 0.35vw;
    border-radius: 0.5vw;
    font-weight: bold;
    transition: 0.7s;
}

#create:hover{

    cursor: pointer;
    background-color: red;
    border-color: red;
    color: white;
    text-shadow: 1px 1px 3px black;
}

#nameee{
    margin-left: 0vw;
    position: absolute;
    width: 20vw;
    left: 32vw;
    top: 3vw;
    transition: 0.7s;
}

#cmail{
    margin-left: 0vw;
    position: absolute;
    width: 20vw;
    left: 32vw;
    top: 7vw;
    transition: 0.7s;
}

#pass1{
    margin-left: 0vw;
    position: absolute;
    width: 20vw;
    left: 32vw;
    top: 11vw;
    transition: 0.7s;
}

#pass2{
    margin-left: 0vw;
    position: absolute;
    width: 20vw;
    left: 32vw;
    top: 15vw;
    transition: 0.7s;
}

#phone{
    margin-left: 0vw;
    position: absolute;
    width: 20vw;
    left: 32vw;
    top: 19vw;
    transition: 0.7s;
}

#cacc{
    margin-left: 0vw;
    position: absolute;
    width: 8vw;
    left: 32vw;
    margin: 0vw;
    padding: 0vw;
    top: 25vw;
    font-family: 'Merienda', cursive;
    font-size: 1vw;
    border: 1px solid black;
    transition: 0.4s;
    padding-top: 0.3vw;
    padding-bottom: 0.35vw;
    border-radius: 0.5vw;
    font-weight: bold;
    transition: 0.7s;

}

#cacc:hover{
    cursor: pointer;
    background-color: #ffc215;
    border-color: #ffc215;
    color: white;
    text-shadow: 1px 1px 3px black;
}

#back{
    margin-left: 0vw;
    position: absolute;
    width: 3vw;
    left: 49vw;
    margin: 0vw;
    padding: 0vw;
    top: 25vw;
    font-family: 'Merienda', cursive;
    font-size: 1vw;
    border: 1px solid black;
    transition: 0.4s;
    padding-top: 0.3vw;
    padding-bottom: 0.35vw;
    border-radius: 0.5vw;
    font-weight: bold;
    transition: 0.7s;
}

#back:hover{
    cursor: pointer;
    background-color: blue;
    border-color: blue;
    color: white;
    text-shadow: 1px 1px 3px black;   
}

#disanlogo{
    margin-left: 0vw;
    width: 22vw;
    height: 22vw;
    position: absolute;
    background: url(ab/logologin.png) no-repeat center center; 
    background-size: cover;
    top: 11vw;
    left: 1vw;
    transition: 0.7s;
}

#mailorn{
    margin-left: 0vw;
    position: absolute;
    width: 20vw;
    left: 2vw;
    top: -27vw;
    transition: 0.7s;
}

#back2{
    margin-left: 0vw;
    position: absolute;
    width: 3vw;
    left: 19vw;
    margin: 0vw;
    padding: 0vw;
    top: -23vw;
    font-family: 'Merienda', cursive;
    font-size: 1vw;
    border: 1px solid black;
    transition: 0.4s;
    padding-top: 0.3vw;
    padding-bottom: 0.35vw;
    border-radius: 0.5vw;
    font-weight: bold;
    transition: 0.7s;
}

#back2:hover{
    cursor: pointer;
    background-color: blue;
    border-color: blue;
    color: white;
    text-shadow: 1px 1px 3px black;
}

#generate{
    margin-left: 0vw;
    position: absolute;
    z-index: 1;
    width: 8vw;
    left: 2vw;
    margin: 0vw;
    padding: 0vw;
    top: -23vw;
    font-family: 'Merienda', cursive;
    font-size: 1vw;
    border: 1px solid black;
    transition: 0.4s;
    padding-top: 0.3vw;
    padding-bottom: 0.35vw;
    border-radius: 0.5vw;
    font-weight: bold;
    transition: 0.7s;
}

#generate:hover{
    cursor: pointer;
    background-color: red;
    border-color: red;
    color: white;
    text-shadow: 1px 1px 3px black;
}

#z , #zzz , #zzzz{
    position: absolute;
    padding: 0vw;
    margin: 0vw;
    left: 15vw;
    list-style-type: none;
}

#kkk , #rrr , #ffff , .zz , #cpc , #classy{
    position: absolute;
    font-size: 1.5vw;
    color: #ffc215;
    top: 10.2vw;
    left:62vw;
    text-decoration: none;
}

#ffff:hover , .zz:hover{
    text-shadow: 1px 1px 1px #a0a0a0; 
}

#rrr{
    top: 13.2vw;
}

#ffff{
    top: 16.2vw;
}

.zz:nth-child(1){
    left: 16vw;
}
.zz:nth-child(2){
    left: 16vw;
    top: 13.2vw;
}
.zz:nth-child(3){
    left: 16vw;
    top: 16.2vw;
}

.zz:nth-child(4){
    left: 24vw;
}

.zz:nth-child(5){
    left: 24vw;
    top: 13.2vw;
}

.zz:nth-child(6){
    top: 16.2vw;
    left: 24vw;
}

.zz:nth-child(7){
    left: 32vw;
}

.zz:nth-child(8){
    left: 32vw;
    top: 13.2vw;
}

.zz:nth-child(9){
    top: 16.2vw;
    left: 32vw;
}

#cpc{
    top: 44vw;
    left: 41.1vw;
}

#classy{
    top: 22.3vw;
    left: 44vw;
}

.oop1{
    position: absolute; 
    top: 7.7vw; 
    left: 3vw; 
    letter-spacing: 0.05vw;
}

@media only screen and (max-width: 1250px) {
  .topic{
    width: 50vw;
    height: 20vw;
    left: 45vw;
    top: 23vw;
  }
  .rasm{
    width: 11vw;
    height: 18vw;
  }
  

  #y1{
    font-size: 6vw;
  }

  #rrr2{
    position: absolute;
    left: 12.2vw;
  }

  #rrr3{
    position: absolute;
    left: 24.5vw;
  }

  #rrr4{
    position: absolute;
    left: 36.5vw;
  }

  .rizbandy{
    position: absolute;
    top: 18.5vw;
  }

  #riz1{
    left: 5vw;
  }

  #riz2{
    left: 17vw;
  }

  #riz3{
    left: 29vw;
  }

  #riz4{
    left: 41vw;
  }

  .after{
    width: 11vw;
    height: 18vw;
  }

  #main{
    height: 60vw;
  }
}

@media only screen and (max-width: 800px) {
    #main{
    height: 80vw;
  }
}

@media only screen and (max-width: 550px) {
    #main{
    height: 100vw;
  }
  .topic{
    width: 50vw;
    height: 80vw;
    left: 47.5vw;
    top: 11vw;
  }
  .rasm{
    width: 23vw;
    height: 36vw;
  }

  #rrr1{
    position: absolute;
    top: 1.5vw;
  }
  #rrr3{
    left: 0vw;
    top: 41vw;
  }

  #rrr4{
    top: 41vw;
    left: 24.5vw;
  }

  #rrr2{
    top: 1.5vw;
    left: 24.5vw;
  }
  .after{
    width: 23vw;
    height: 36vw;
  }
  #ttt1{
    text-align: center;
    width: 23vw;
    font-size: 2.5vw;
  }
  #rat1{
    width: 23vw;
    text-align: center;
    font-size: 3vw;
  }

  #y1{
    width: 17vw;
    font-size: 10vw;
    position: absolute;
    top: 9vw;
  }

  #tra1{
    width: 18vw;
    text-align: center;
    position: absolute;
    top: 20vw;
    font-size: 5vw;
  }

}

.nnnn{
    width: 90%;
    text-shadow: 1px 1px 2px black;
    position: absolute;
    justify-content: center;
    color: #ffc215;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
    top: 3vw;
    text-align: center;
    position: absolute;
    left: 6vw;
}

.nnnn h1{
    font-size: 3vw;
}

.nnnn h2{
    font-size: 2vw;
}
