nav
{
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding: 0 3rem;
    transition: all ease-in-out;
}
nav:before
{
    content: '';
    background: url('amrit.jpg') no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
nav
{
    background-color:rgba(255, 255, 255, 0) ;
    height: 100vh;
    position: relative;
}
#k
{
    margin: 10px 0px 5px 0px;
    font-size: 35px;
    font-weight: bolder;
    text-shadow: 2px 1px 5px  black;
    color: white;
    margin-top: 30px;
}
#ch
{
 text-align: center;
  text-shadow: none;
}
#k
{
    transform: translatey(-700px);
    animation: text 1s forwards ease-in;
}
@keyframes text
{
    to
    {
        transform: translatey(0);
    }
}
#ch
{
    animation: blink 3s linear infinite;
    font-size: 1em;
}
@keyframes blink
{
    0%{opacity: 1;
    color: red;}
    25%{opacity: 3;
    color: rgb(119, 255, 95) ;}
    50%{opacity: 1;
    color: yellow;}
    100%{opacity: 3;
    color:rgb(0, 225, 255);}
}
.back{
    border: none;
    padding: 5px;
    background-color:transparent;
    color: white;
    border-radius: 10px;
    font-size: 1.5rem;
}
.back:hover
{
    background: rgb(247, 246, 246);
    color: rgb(0, 0, 0);

}
#outerbox
{
    float: right;
   width: 500px;
   overflow: hidden;
}
#sliderbox
{
   
    position: relative;
    width: 2400px;
    animation-name: jass;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
#sliderbox img{
    float: right;
    border-radius:0%;
}
@keyframes jass
{
    0%{
       left: 0px;
    }
    25%{
        left: -600px;
     }
    50%{
        left: -1200px;
     }
    75%{
        left:-1800px;
    }
   100%{
        left: -2400px;
     }
     
}

.ho{
    border: none;
    margin: 10px;
    padding: 10px;
    background-color: transparent; 
    color: white;
    border-radius: 30px;
    font-size: 2rem;
    
}
.ho:hover
{
    opacity: 0.5;
    background-color: white;
    color: teal;
}
#hh
{
    justify-content: center;
    align-items: center;
}
#gj
{text-align: center;
    font-size: 40px ;
    color: white;
    font-style: oblique;
    font-weight: bolder;
    min-width: 100px;
    border-radius: 5px;
}
@keyframes j
{
    0% {
        transform: scale(1,1);
        opacity: 1;
        color: hsl(244, 100%, 49%);

    }
    50% {
        transform: scale(1.1,1.1);
        opacity: 2;
        color: #00fcef;
    }
    75% {
        transform: scale(1.2,1.2);
        opacity: 3;
        color: #fcf800;

    }
    100% {
        transform: scale(1.1,1.1);
        opacity: 4;
        color: #ff0745;
    }
}
.jg
{
    animation: j 4s reverse linear infinite;
    text-shadow: #fbff00 -2px 1px ;
}
#room
{
    width: 100%;
    color: white;
    height:100%;
    background: linear-gradient(to right,#1b1b1bbb,#272727d2);;
    margin: 1% 0% auto;
}   
h1
{

    font-size: 3rem;
    color: white;
    text-align: center;
    text-shadow: 2px 1px 5px  black;
}
#ty
{
    height: 320px;
    background: linear-gradient(to right,#fffefe,#131312,white);
    font-size:  small;
   margin-top: 10% 10% auto ;
   text-align: center;
   color: rgb(251, 251, 251);
}
input
{
    font-size: 1rem;
    margin: 1% ;
    color: crimson;
    border-radius:10%;
}
#ccc
{
    font-size: larger;
    border-radius: 10px;
    padding: 20px;
    border: none;
    color: white;
    font-weight: bolder;
    background: linear-gradient(to right,#fcfcf9f1,#0f0f0fa1,white);

} 
#ccc:hover
{
   opacity: 1px;
   color: rgb(255, 251, 0);
   background-color: white;
}
.mm
{
    font-size: larger;
    border: none;
    color: rgb(0, 0, 0);
    font-weight: bolder;
}
#naa
{
    text-align: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding: 0 3rem;
    transition: all ease-in-out;
}
#naa
{
    background-color:rgba(255, 255, 255, 0.103) ;
    height: 100vh;
}
#foot
{
    color: white;
    height: 400px;
    background-color: black;
}
#gf
{
    display: flex;
    justify-content: center;
    text-align: center;
}
#noe
{
    margin: 0% auto;
}

body
{
    background-color: rgb(255, 250, 250);
}
#yy
{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: black;
    text-shadow: 2px 1px 5px  rgb(252, 249, 249);

}
.ppp
{
    margin: 10% ;
    font-size: 3rem;
    background: transparent;
    border: none;
    color: white;
    text-align: center;
    text-shadow: 2px 1px 5px  black;
}
.ppp:hover
{
    background: linear-gradient(to right,#fdfdfc96,#070707a1,white);

}
a
{
    text-decoration: none;
    color: white;
}