@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Lato:wght@100;300;400;700;900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
@font-face {
    font-family: w;
    src: url(./fonts/WanoQuin-ExtraBold.otf);
}

body{
    color: #fff;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-color: #141414;
    z-index: 3;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem;
    position: fixed;
    top: 0;
    width: 100vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    backdrop-filter: blur(10px)
}

.navbar span{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: animate 5s infinite linear;
}
/*head menu animation*/

@keyframes animate {
    0%{
        left: 0;
        transform: translate(-100%);
    }
    100%{
        left: 100%;
        transform: translate(0%);
    }
}


.logo {
    text-transform: capitalize;
    font-style: 30px;
    cursor: pointer;
    font-family: w;
}

li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

.menu {
    display: flex;
    gap: 5rem;
    text-transform: uppercase;
    font-weight: 100;
}
.btn {
    font-weight: 500;
    text-transform: uppercase;
}
.wrapper{
    display:grid;
}

section{
    width:100vw;
    flex-shrink: 0;
    overflow: hidden;
  
}
.animationsection{
    position: fixed;

}



.img-container{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
}

.img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.text-content{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.title {

    width: 450px;
    position: relative;
    height: 110px;
    overflow: hidden;
}
.bg{
    font-family: w;
    font-size: 100px;
}
.tv .bg{
    font-size: 50px;
}
.sm{
    font-size: 35px;
    height: 40px;
}
.tv .sm{
    font-size: 25px;
}
.t-left{
    left: -20%;
}
.t-right{
    top: 50px;
    left: 70%;
}
.title span{
    position: absolute;
}
.n{
    z-index: -1;
}
.text-content p{
    transform: translateY(150px);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 12px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    
}
/* .text1{
    position: absolute;
   
}
.text2{
    position: absolute;
} */
.v_container {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 3fr;

    /* align-items: center;
    justify-content: center; */
    /* display: block; */
    padding-top: 2rem;
    
    


}

/* push envlop*/
.left-side{
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center; 

    padding-left: 4rem;
    padding-right: 4rem;
    gap: 1rem;
}
.left-side img{
    width: 600px;
}

.tv{
    font-family: w;
    display: flex;
 
    text-transform: capitalize;

    
}

/********* paragraph ********/
.text-container{
    max-width: 600px;
    scroll-snap-align: start; 
 
}

.text-container p{
    padding-bottom: 1rem;
    line-height: 1.4;
    opacity: 0.8;
}
/******************************/
.right-side{
    
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 

    text-align: center;
    padding: 4rem;
    gap: 3rem;

    scroll-snap-type: y mandatory;


    
 
    

}





.fa-arrow-right-long{
    transform: translateX(2px);
    
}
.text1 h2{
    font-family: w;
    font-size: 3rem;
    padding-bottom: 1rem;
}
.text1 p{
    font-size: 1.3rem;
}
.text2{
    display: flex;
    flex-direction: column;
}
.text2 h2{
    font-size: 1.5rem;
    font-weight: 900;
    padding-bottom: 1rem;
}
.keydiv{
    display: flex;
    /* align-items: center;
    justify-content: space-evenly; */
    gap: 1rem;
}

/*//btn//////////////////////////////////////////////////*/


.right-sideBtn{
    margin: 0;
    width: 160px;
    height: 160px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: relative;
    transition: .5s;

}

.right-sideBtn p{
    position: absolute;
    top: 40%;
    left: 10%; 
    text-transform: uppercase;
    font-size: 20px;


    
}

.right-sideBtn1{
    position: absolute;
    left: 250%;
    top: 10%;
    margin: 0;
    width: 60px;
    height: 60px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: relative;
    transition: .5s;
 
    /* scroll-snap-align: start; */
    /************************/
}
.right-sideBtn1 p{
    position: absolute;
    top: 35%;
    left: 10%; 
    text-transform: uppercase;
    font-size: 10px;
    
    
}


.right-sideBtn2{
    position: absolute;
    left: 160%;
    top: 80%;
    margin: 0;
    width: 100px;
    height: 100px; 

    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: relative;
    transition: .5s;
    align-items: center;
    justify-content: center;
}
.right-sideBtn2 p{
    position: absolute;
    top: 40%;
    left: 15%; 
    text-transform: uppercase;
    font-size: 13px;
    
    
}




.right-sideBtn:hover{
    background-color: rgba(0, 0, 0, .5);
    color: rgb(255, 255, 255);

}
.right-sideBtn1:hover{
    background-color: rgba(83, 2, 2, 0.5);
    color: rgb(255, 255, 255);

}
.right-sideBtn2:hover{
    background-color: rgba(0, 61, 3, 0.5);
    color: rgb(255, 255, 255);

}
.answerInput{
    background-color: transparent;
    width: 50%;
    border: solid 0;
    border-bottom:dashed 1PX rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, .1);
    height: 50px
}






/**********************************************************/
/*mouse effect*/

@keyframes rotate {
    from {
      rotate: 0deg;
    }
    
    50% {
      scale: 1 1.5;
    }
    
    to {
      rotate: 360deg;
    }
  }
 

  #blob {
    background-color: white;
    height: 20vmax;
    aspect-ratio: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    background: linear-gradient(to right, aquamarine, mediumpurple);
    animation: rotate 20s infinite;
    opacity: 0.8;
    z-index: -5;
  }
  
    .blur {
    height: 100vh;
    width: 100vw;
    position:fixed;
    z-index: -2;
    backdrop-filter: blur(100px);
 


  }
  /*////////////////////////////////grid//////////////////////////////*/
  
.container {
    padding: 10vh;

    width: 100vw;
    display: flex;
    flex-direction: column;
   
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
    
    z-index: 1000;
}
.gallery{
    display: grid;
    
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(1,1fr); */
    align-items: center;
    justify-content: center;
    gap: 1rem;
    
    padding: 5rem;
    border:solid rgb(26, 25, 25);

}
.box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-row: span 1;
    overflow: hidden;

    
}
.cursorGrab{
    cursor: grab;
}
.ifland{
    width: 100%; 
    height: 100%; 
    overflow: hidden;
  
}
.box1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

    
    justify-content: center; 
    align-items: center;
  
    
}
.left-text{
    /* border: solid orange; */
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction:column ;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    border: 2px solid rgb(34, 34, 34);
    /* grid-row: span 1; */
   


}
.heading{
    font-family: w;
    font-size: 2.5rem;
}
.box1 img{
    
    width:100%;
    height: 500px;
    /* border:solid greenyellow; */
    object-fit:cover;
   
}
.box img{
    position: relative;
    width:100%;
   
    /* border:solid greenyellow; */
    object-fit: cover;
    grid-row: span 1;
    grid-column: span 1;
    
   
}
.subheading{
 
 
    align-items: center;
    justify-content: center;
    
    line-height: 2rem;
    text-align: justify;

    margin-top: 1rem;

    
}

.row-2{
    grid-row: span 2;
}
.col-2{
    grid-column: span 2;
}
.row-3{
    grid-row: span 3;
}
.col-3{
    grid-column: span 3;
}
.col-4{
    grid-column: span 3;
}

/*////////////////////////////////////DICE/////////////////////////////////////*/

/*
* Dice Style
*/

.game-container{


    height: 100%;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);

    place-items: center;
    justify-content: center;
    /* background: #1b1b1b8c; */

    /* border: solid purple; */

}


.dice{
    position: relative;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
    transition: 0.1s ease;

   /* animation: rolling 4s;*/

}
@keyframes rolling{
    50%{
        transform: rotateX(455deg) rotateY(455deg)
    }
}
.face{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 5px solid #333333;
    transform-style: preserve-3d;
    background: linear-gradient(
        145deg, #5f5f5f, #202020
    );
}
/*corners*/
.face::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 50%;
    border-radius: 200px;
    background: #333333;
    transform: translateZ(-1px)
}


.face::after{
    position: absolute;
    content: '';
    top:50%;
    left:50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;

}
/*1*/
.front {
    transform:translateZ(50px);
}
.back{
    transform: rotateX(180deg) translateZ(50px)
}
/*2*/
.top{
    transform: rotateX(90deg) translateZ(50px)
}
.bottom{
    transform: rotateX(-90deg) translateZ(50px)
}
/*4*/
.right{
    transform: rotateY(90deg) translateZ(50px) 
}
/*3*/
.left{
    transform: rotateY(-90deg) translateZ(50px)
}




.front::after{
    width: 30px;
    height: 30px;
    background: #f63330;
    margin: -15px 0 0 -15px
}

.back::after{
    margin: -35px 0 0 -30px;
    box-shadow: 40px 0,
                0 25px,
                40px 25px,
                0 50px,
                40px 50px;
}

.top::after{
    margin: -30px 0 0 -30px;
    box-shadow:40px 40px;
}
.bottom::after{
    margin: -36px 0 0 -36px;
    box-shadow: 26px 26px,
                52px 52px,
                52px 0,
                0 52px;
}
.right::after{
    margin: -30px 0 0 -30px;
    box-shadow: 40px 0,
    0 40px,
    40px 40px;
}
.left::after{
    margin: -35px 0 0 -35px;
    box-shadow: 25px 25px,
                50px 50px;
}
.game-btn{
    cursor: pointer;
    font-weight: 900;
    background-color: transparent;
    color:#00c020;
    width: 200px;
    padding: 6px 12px;
    border-radius: 15px;
    font: 700 16px;
    border: 2px solid #00c020;
    transition: 0.4s;
}
.game-btn:hover{
    color: #fff;
    background: #00c020;
}
/*/////////////////////////////////////////////3d//////////////////////////////////////*/

 #threedwindow{
    width: 100%;
    height: 30vw;
}
 #frame {
    width: 100%;
    height: 100%;
}  

.threeDcontainer{


    overflow: hidden;





}

/*///////////////////////////////////tictactoe/////////////////////////////////////////*/
#main-heading{
     text-align: center;
    color: white;
     mix-blend-mode: difference ;
}


#win-message{
    color: white;
    font-size: 18px;
    visibility: hidden;
}

#game-canvas{

    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    
}

/*************************************GAME******************************************/
.game1{
    width: 90vw;
    height: 90vh;
    margin: 4rem;
   
    display: flex;
    flex-direction: column  ;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}
.game1 h2{
    font-family: w;
    font-size: 5rem;
    padding-top: 1rem;
}
.gameframe{
    width: 90%;
    height: 80%;
    border-radius: 30px;
}
  /*********************************phone***************************************/

  @media screen and (max-width: 1200px){

    .bg{
        font-size: 70px;
    }
    .sm{
        font-size: 25px;
        height: 20px;
    
    }
    .left{
        left: 15%;
    }
    .right{
        top: 20px;
        left: 45%;
    }
    .title span{
        position: absolute;
    }
    
    .text-content p{
        transform: translateY(150px);
        text-align: center;
        
        font-size: 10px;
        letter-spacing: 12px;
        font-weight: 800;
    }
    .menu {
        display: flex;
        gap: 2rem; 
        
        text-transform: uppercase;
        font-weight: 300;
        font-size: 15px;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: -2rem;
        margin-top: -2rem;
       
    }
    .logo{
        
        visibility: hidden;
    }
    .btn {
        visibility: hidden;
        
    }
    .navbar{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 0.1rem 1rem;
        
    }
    .txt-bottom{
        line-height: 1.5rem;
    }
    .container{
        padding: 5rem 3rem;
        padding-right: 4rem;

    }

    .gallery{
        display: grid;
     
        grid-template-columns: repeat(1, 1fr);
        /* grid-template-rows: repeat(1,1fr); */
        align-items: center;
        justify-content: center;
        gap: 1rem;
        
        padding: 2rem;
        

  
    
        
    
    }
    .ifland{
        
        aspect-ratio:2/1 ;
        overflow: hidden;
    }
    .row-2{
        grid-row: span 1;
    }
    .col-2{
        grid-column: span 1;
    }
    .row-3{
        grid-row: span 1;
    }
    .col-3{
        grid-column: span 1;
    }
    .col-4{
        grid-column: span 1;
    }

    .right{
        transform: rotateY(90deg) translateZ(5px) translateY(-16px) 
    }
    /*3*/
    .left{
        transform: rotateY(-90deg) translateZ(60px)
    }
    .box1 img{
        min-height: 800px;
    }


        
    #threedwindow{
        width: 100%;
        height: 60vw;
    }


    

    /********************************************/
    .text-container{
        padding-top: 0rem;
        max-width: 900px;  
    }
    .left-side{
        display: flex;
        flex-direction: row;
        align-items:end;
    }
    .left-side img{
        width: 300px;
    }

    
    .text-container p{
        text-align: center;
        font-size: 1.1rem;
        padding-bottom: 1rem;
        line-height: 1.4rem;
        opacity: 0.8;
        
       
    }
    /********************************************/

    .tv .bg{
        font-size: 55px;
        
    }

    .tv .sm{
        position: absolute;
        font-size: 25px;
        transform: translateY(50px) translateX(-60px);
      
        
    }
    .v_container {
        align-items: center;
        display: block;
        padding-top: 5rem;
        
    
    
    }
    .v_container .left-side .tv {
        align-items:start;
        justify-content: end;
        display: flex;
        flex-direction: column;
        text-align: right;
        gap: 1rem;  
        padding-bottom: 2rem;  
    
    }
    div .right-side {
        margin-top: -3rem;
    
    }
    .answerInput{
        width: 60%;
        height: 40px

    }
    /* .keydiv {
        justify-content:center
    } */

    .right-side{
        padding: 3rem;
        gap: 2rem;
    }



    .right-sideBtn p{
        top: 45%;
        font-size: 20px;
    }
    .right-sideBtn1{
        left: 270%;
    }
    .right-sideBtn1 p{
        top: 30%;
        font-size: 10px;
    }
    .right-sideBtn2{
        left: 180%;
    }
    .right-sideBtn2 p{
        top: 40%;
        font-size: 15px;
        left: 10%;
    }



    

    
  }


  @media screen and (max-width: 700px){
    .bg{
        font-size: 70px;
    }
    .sm{
        font-size: 25px;
        height: 20px;
    
    }
    .left{
        left: 15%;
    }
    .right{
        top: 20px;
        left: 45%;
    }
    .title span{
        position: absolute;
    }
    
    .text-content p{
        transform: translateY(150px);
        text-align: center;
        
        font-size: 10px;
        letter-spacing: 12px;
        font-weight: 800;
    }
    .menu {
        display: flex;
        gap: 2rem; 
        
        text-transform: uppercase;
        font-weight: 300;
        font-size: 15px;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: -2rem;
        margin-top: -2rem;
       
    }
    .logo{
        
        visibility: hidden;
    }
    .btn {
        visibility: hidden;
        
    }
    .navbar{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
         padding: 0.1rem 1rem;
        
    }
    .txt-bottom{
        line-height: 1.5rem;
    }

    /********************************************/
    .text-container{
        padding-top: 0rem;
        max-width: 600px;  
        
    }
    .text1 h2{
        font-size: 40px;

        
    }
    
    .text2 h2{
        font-size: 25px;
        
    }
    
    .text-container p{
        text-align: center;
        padding-bottom: 0rem;
        line-height: 1.4;
        opacity: 0.8;
        
       
    }
    /********************************************/
    .tv .bg{
        font-size: 30px;
    }
    .tv .sm{
        font-size: 15px;
       transform: translateY(30px) translatex(-100px);
    }

    .t-left{
        left: 10%;
    }
    .t-right{
        top: 50px;
        left: 40%;
    }
    .title span{
        position: absolute;
    }
    .v_container {
        align-items: center;
        display: block;
        padding-top: 5rem;
    
    
    }
    .v_container .left-side .tv {
        align-items: start;

        flex-direction: column;
        gap: .5rem;    
    }
     .right-side {
        margin-top: -2rem;
        gap: 1rem;
    

    }
    .left-side{
    
        flex-direction: row;
        align-items:end;
        justify-content: center;
    }
    .left-side img{
        width: 250px;
    }



    /********************************************/
 
    /********************************************/ 
    
    

/*/////////////////////////////////////////////3d//////////////////////////////////////*/




}

@media screen and (max-width: 450px){
    .container{
        padding: 5rem 1rem;
    }
    .bg{
        font-size: 55px;
        font-weight: 900;
        font-family: w;
    }
    .sm{
        font-size:20px ;
    }
    .img_txt{
        padding-left: 4rem;
    }
    .left-side img{
        width: 150px;
    }
    .left-side{

        align-items: center;
        gap: 3rem;
        padding-top: 1rem ;
    }

    .tv{
        margin-bottom: -2rem;
        
    }


    .tv .sm{
    
 
        font-size: 20px;
    } 
    /* .right-sideBtn2{
        margin-top: -.5rem;
    } */
    .right-side{
        gap:.5rem
    }
    /* .keydiv .right-sideBtn{
        width: 60px;
        height: 60px; 

    }
    .keydiv .right-sideBtn p{
        top: 40%;
        left: 5%;
        font-size: 10px;
        
    } */
    /* .right-sideBtn{
        width: 120px;
        height: 120px; 

    } */

    /* .right-sideBtn p{
        top: 45%;
        left: 5%;
        font-size: 10px;
        
    } */
    .right-side .text2 h2{
        font-size: 15px;
    }
    

    .right-sideBtn{
        left: -20%;
    }

    .right-sideBtn1{
        left: 180%;
    }
    .right-sideBtn2{
        left: 100%;
    }


/*     
    .right-sideBtn p{
        top: 45%;
        font-size: 20px;
    }
    .right-sideBtn1{
        left: 270%;
    }
    .right-sideBtn1 p{
        top: 30%;
        font-size: 10px;
    }
    .right-sideBtn2{
        left: 180%;
    }
    .right-sideBtn2 p{
        top: 40%;
        font-size: 15px;
        left: 10%;
    } */



}

#preloader{
    background: #0c0c0c url(./media/OSNw.gif) no-repeat center center;
    background-size:30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10000;
    background-blend-mode: lighten;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    transition: 10s;
    
    


}
#preloader h2{
    color: rgb(116, 116, 116);
    font-family: w;
    font-size: 35px;
    z-index: 100001;
    padding-bottom: 1rem;



    /* position: absolute;
    top: 50%;
    left: 50%; */
    

}
#preloader p{
    color: rgb(143, 143, 143);

    font-size: 20px;
    z-index: 100001;
    padding-bottom: 4rem;
    
    /* padding-bottom: 4rem; */
    /* position: absolute;
    top: 50%;
    left: 50%; */
    

}