*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto flex;
}

html, body{
    width: 100%;
    height: 100%;
    color: #ffffff;
}

body{
    overflow-x: hidden;
    font-family:'Times New Roman', Times, serif;
    background-color:#1e1e1e;
}

#main{
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
    animation: fade-in 3s;
}

@keyframes fade-in {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.vid{
    width: 100%;
    z-index: -1;
    position: absolute;
}

#home{
    width: 100%;
    
}

#nav{
    width: 100vw;
    padding: 5vh 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav img{
    width: 100px;
}

#nav #right{
    display: flex;
    align-items: center;
    gap: 40px;
}

#right img{
    width: 8vh;
}

#nav i{
    margin-top: 3px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

#nav a{
    text-decoration: none;
    font-weight: 400;
    font-size: 1.5vmax;
    color: #ffffff;
    letter-spacing: -1;
}

#menu{
    height: 100vh;
    width: 20vw;
    position: fixed;
    right: -20vw;
    top: 0;
    background-color: #00000066;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5vh;
    padding-left: 3vw;
    z-index:2;
}

#menu a{
    color: #fff;
    font-size: 3vmax;
}

#menu a:hover{
    color: #ff8239;
}

#menu i{
    font-size: 2vmax;
    position: absolute;
    top: 3vh;
    right: 13%;
    cursor: pointer;
}

#home #homemain{
    width: 100%;
    
    padding: 15% 13vw;
    
}

#homemain h1{
    /*font-weight: 900;*/
    font-size: 1.5vw;
    letter-spacing: 1px;
    color: #fff;
}

#homemain h1::selection{
    color: #fff;
    background-color: #000;
}

#homemain .headings{
    display: flex;
    justify-content: space-between;
}

#homemain .headings h1{
    font-size: 9vw;
    font-family: Matter;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    /* letter-spacing: -4px; */
}

#homemain .headings h1:hover{
    color: #fff;
}

#homelast{
    padding: 2vmin 20vmin;
}

#homelast p{
    font-size: 1.3vw;
    font-weight: 500;
    color: #fff;
}

#homelast p::selection{
    color: #fff;
    background-color: #000;
}

#DGT{
    padding: 4vw 10vw;
    background-color: rgb(49, 49, 49);
    overflow-x: hidden;
}

.fheading>h1{
    font-size: 4vw;
    font-weight: 100;
}

.fheading>h1:nth-child(2){
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-family: Matter;
    letter-spacing: -3px;
}

#floting{
    padding: 10vh;
    font-size: 10vw;
}

#floting h1{
    font-weight: 400;
}


#info{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3vmin;
}

#information{
    height: 30vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#infoWritten{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: inherit;
}

#infoWritten h1{
    font-size: 2.5vmax;
    letter-spacing: 5px;
}

#infoWritten h2{
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 1.5vmax;
}

#infoWritten h3{
    font-weight: 400;
    font-size: 1.5vmax;
}


#infoImg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25vmax;
    height: 17vmax;
    
}

#infoImg img{
    border-radius: 20px;
    width: 90%;
    height: 90%;
}

#dgtimg{
    width: 100%;
    height: 60vmin;
    justify-content: space-between;
    display: flex;
    margin-top: 5vw;
    margin-bottom: 3vw;
    /* flex-wrap: wrap; */
}

#dgleft{
    overflow: auto;
    width: 45%;
    height: inherit;
    scrollbar-width: none;
}

.dglele{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: inherit;
}

.dglele h1{
    font-size: 2.2vmax;
    font-weight: 900;
    margin: 1.5vw 0;
}

.dglele h2{
    letter-spacing: 5px;
    font-size: 1vmax;
    font-weight: 200;
}

.dglele h3{
    opacity: .6;
    font-weight: 500;
}

#dgright{
    width: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: inherit;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

#dgright .img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
} 

#dgright img{
    border-radius: 20px;
}

.btndiv{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn{
    margin-top: 2vw;
    margin-bottom: 3vw;
    padding: 1vw 2.5vw;
    border-radius: 100px;
    border: 2px solid rgb(197, 197, 197);
    background-color: #1e1e1e;
    font-size: 2vmin;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.btn a{
    color: #fff;
    text-decoration: none;
}

#dev{
    width: 100%;
    padding: 2vw 15vw;
    background-color: rgb(34, 34, 34);
}

#dev h1{
    font-size: 3vw;
    font-weight: 200;
    text-transform: capitalize;
    width: 60%;
    line-height: 3;
}

#dev p{
    font-size: 1.2vw;
    margin-bottom: 3vw;
}

#dev a{
    color: #fff;
}

#slides{
    width: 100%;
    padding: 1vw 10vw;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    /* background-color: rgb(104, 104, 104); */
    background-color: rgb(49, 49, 49);
}

#slides a{
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}

#slides a:hover{
    color: #fff;
    text-decoration: underline;
}

.slidescover{
    display: none;
}

.slide{
    width: 25vmax;
    height: 25vmax;
    border: 1px solid gray;  
    /* background-color: rgb(63, 63, 63); */
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.divbox{
    width: 25vmax;
    height: 17vmax;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divbox img{
    border-radius: 20px;
    width: 25vmax;
    height: 17vmax;
}

.con{
    padding: 10px 15px;
    color: #fff;
}

.con p{
    font-size: 1vmax;
}

.con h3{
    display: flex;
    justify-content: center;
    font-size: 1.5vmax;
}

.btndiv{
    /* background-color: rgb(104, 104, 104); */
    background-color: rgb(49, 49, 49);
    
} 

#chatbox{
    position: relative;
    left: 25%;
    width: 50vw;
}

#nav{
    position: fixed;
    /* background: #32313130; */
    height: 5px;
}

#footer{
    background-color: #424242;
    min-height: 40vh;
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.socials{
    display: flex;
    gap: 1.8vw;
    /* flex-wrap: wrap; */
}

.socials i:hover{
    font-size: 2vw;
}

#part1 a{
    font-size: 4vh;
    color: #fff;
    text-decoration: none;    
}

#part1 img{
    width: 7vmax;
}

#part1 h3{
    font-weight: 100;
    padding-bottom: 2vh;
}

.part h5{
    font-weight: 200;
    cursor: pointer;
}

.part h5:hover{
    font-weight: 400;
    font-size: 2vh;
    border-radius: 20px;  
    color: #ff4c1b;
}

#part2,#part3,#part4{
    display: flex;
    flex-direction: column;
    gap: 2vh;
    cursor: pointer;
}

#part4{
    overflow-y: hidden;
}

.copyright{
    height: 7vh;
    /* background-color: #424242; */
    background-color: rgb(49, 49, 49);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

@media (max-width:600px){
    #homemain .headings h1{
        font-size: 9vw;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
    }
    
    .fheading>h1:nth-child(2){
        -webkit-text-stroke: 0.2px #fff;
        font-size: 15px;
        letter-spacing: 1px;
    }

    #menu{
        width:50vw;
        position: fixed;
        right: -50vw;
    }
}