@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarpanch:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100vh;
    width: 100%;
    font-family:'Sarpanch', sans-serif ;
    overflow: hidden;
}
.container{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.nav{
    position: absolute;
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.logo{
    background: #FFD000;
    position: absolute;
    top: 0;
    left: 0;
    height:300px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo span{
    position: relative;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    transform: rotate(-90deg);
    margin-top:-20px;
    margin-right: 10px;
    overflow: hidden;
    background: rgba(0, 139, 139, 0);
}
.logo .ti1 {
    position: absolute;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 34px;
    background: rgba(0, 139, 63, 0);
    margin-left: -80px;
    height: 70px;
}
.logo .ti2{
    position: absolute;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
    background: rgba(0, 139, 63, 0);
    margin-left: 20px;
    padding: 0;
    height: 70px;
}
.logo .tip{
    position: absolute;
    bottom: 13px;
    transform: rotate(-180deg);
    font-weight: 100;
    font-size: 1em;
    letter-spacing: 2px;
}

.logo p {
    
}

.menu-link ul{
    list-style: none;
    background: rgba(188, 143, 143, 0);
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-evenly;
}

.menu-link{
    position: absolute;
    top: 350px;
    perspective: 100px;
}

.menu-link ul li{
    transition: .5s;
    background: #ff322300;
    width: 100px;
    text-align: center;
    padding:10px 70px;
    cursor: pointer;
    transform-style: preserve-3d;
}

.menu-link ul li:hover{
    transition: .5s;
    background: #5e5d5d;
    transform: translate(-5px) translateZ(5px);
    box-shadow:0 0 10px #00000050 ;
}

.Setting{
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    cursor: pointer;
}

.topbar{
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search{
    margin-top: 20px;
    width: 600px;
    background: rgba(128, 255, 0, 0);
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
}

.search input{
    height: 100%;
    width: 80%;
    border: none;
    outline: none;
    box-shadow: 0 0 5px #00000050;
    font-size: 1.1rem;
    padding-left: 20px;
    font-weight: 100;
    font-family: 'Sarpanch';
}

.search .srion{
    position: absolute;
    right: 80px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

.search .srmic{
    font-size: 20px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}

a{
    color: black;
    text-decoration: none;
    
}


.lang{
    position: absolute;
    right: 20px;
    line-height: 50px;
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 13px;
    cursor: pointer;
    z-index: 1;
}

.media{
    position: absolute;
    top: 50%;
    right: 0;
    height: 500px;
    width: 40px;
    background: rgba(34, 139, 34, 0);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.media ul{
    position: absolute;
    list-style: none;
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 12px;
    transform: rotate(-90deg);
    display: flex;
    background: rgba(0, 139, 139, 0);
    height: 20px;
    width: 400px;
    align-items: center;
    justify-content: space-evenly;   
}
.media ul li{
    transition: .2s;
    cursor: pointer;
}
.media ul li:hover{
    transition: .2s;
    color: #00000070;
}

.main-content{
    position: absolute;
    top: 200px;
    left: 250px;
    text-transform: uppercase;
    font-size: 35px;
}

.main-content .title{
    position: absolute;
    background: rgba(218, 165, 32, 0);
    height: 100px;
    width: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.title h1{
    opacity: .8;
    z-index: 1;
}
.main-content .title2{
    position: absolute;
    background: rgba(218, 165, 32, 0);
    width: 620px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    height: 180px;
    overflow: hidden;
}

.title2 h2{
    position: relative;
    left: -8px;
    color: #FFD000;
    font-size: 155px;
    z-index: 0;
}


.person{
    position: absolute;
    top: 0;
    right: 0;
}

.content{
    background: #ff322300;
    position: absolute;
    width: 550px;
    height: 80px;
    font-size: 15px;
    bottom: -300px;
    left: 40px;
    text-align: center;
    perspective: 100px;
}

.join{
    margin-top: 20px;
    padding: .5rem 1.5rem;
    border: none;
    outline: none;
    box-shadow: 0 0 10px #00000050;
    color: white;
    font-size: 1rem;
    background: #FFD000;
    position: absolute;
    left: 35px;
    cursor: pointer;
    transform-style:preserve-3d ;
    transition: .5s;
}
.join:hover{
    transform: translateZ(5px) translateX(10px);
    transition: .5s;
    background: #ffd000ec;
    box-shadow: 0 0 20px #00000050;
}

.layout{
    position:absolute;
    height: 100vh;
    width: 100vw;
    background: #FFD000;
    transform: skewX(30deg);
}

.lay1{
   z-index: 99;
   top: 0;
   left:-50vw;
}
.lay2{
    z-index: 99;
    top: 0;
    left:50vw;
 }