
*{
    margin: 0;
    padding: 0;
    font-family: 'Audiowide', sans-serif;
font-family: 'Gulzar', serif;
line-height: 1.6;
}
body,html{
    scroll-behavior: smooth;
    cursor: url("./img/cursor_doritos.png"), auto;
}
#preloader{
    height: 100vh;
    width: 100%;
    background: #000 url(./img/ezgif-2-5468d589f84e.gif) no-repeat center center;
    position: fixed;
    z-index: 100;
}
button{
    cursor: url("./img/dog_cursor.png") ,auto;
}
.container nav {
    cursor: url("./img/dog_cursor.png") ,auto;
}
.container{
    height: 100%;
    width: 100%;
}

/* *********************** */
    /* navvigation bar  */

/* *************************     */
.container nav{
    display: flex;
    justify-content: space-between;
    background-color: #0b1829;
    color: white;
    height:12vh;

}
nav svg{
    display: none;
}
nav .a{
    color: white;
    margin-top: 1.2vw;
    text-decoration: none;
    font-size: 2vw;
    margin-left: 12vh;
    margin-top: 3.7vh;
    transition: 0.3s;
}
nav a{
    color: white;
    text-decoration: none;
    transition: 0.3s;
}
nav a:hover{
    color: #FFE54C;
}
.container nav ul{
    display: flex;
    column-gap: 3vw;
    margin-right: 13vh;
    list-style: none;
    margin-top: 1.2vw;
}
/* .container nav ul{
    display: flex;
    gap: 13vh;
    font-size: 2vh;
    margin-left: 3vw;
    list-style: none; 
} */
.container nav ul li{
    margin-top: 0.7vw;
    font-size: 1.3vw;
    cursor: pointer;
    transition: 0.4s;
}
li:hover{
    color: crimson;
}

.page1{
    width: 100%;
    height: 100%;
    display: flex;
    
    
}
.page1 .left{
    width: 60%;
    height: 100%;
    background-color:;
}
.page1 .cont h1{
    color: white;
}
.cont{
    margin-top: 20vh;
    margin-left: 12vw;
    font-size: 3.2vh;
    font-weight: 100;
    text-wrap: wrap;
    color: white;
    width: 100%;
    
}
.cont span{
    color: crimson;
}

.cont button{
    margin-top: 20px;
    width: 190px;
    height: 50px;
    border-radius: 13px;
    color: #000;
    background: #FFE54C;
    font-size: 4vh;
    font-weight: 10000;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}
button:hover{
    background: white;
    color: black;
}
.icon{
    margin-top: 4vw;
    margin-left: -30px;
   
}
.icon i{
    
    margin-left: 30px;
    cursor: pointer;
    transition: 0.4s;
}
.icon i:hover{
    color: crimson;
    
}
/* -----------------------------------page--right------------------------------------------------------------ */
.page1 .right img{
    height: 35vw;
    border-radius: 50%;
    margin-top: 13vh;
    margin-left: 5vw;
}

/* ----------------------------------------------------------------------------------------------------------- */


.page2{
    padding-top: 2vw;
    background: #0B1829;

}
.page2 .about{
    background-color: #0B1829;
}
.pg2cont{
    display: flex;
    background-color: #07192F;
    
}
.pg2cont .pg2left{
    width: 50%;
    flex-direction: column;
}
.pg2cont .pg2left img{
    height: 35vw;
    margin-left: 13vw;
    margin-top: 5vw;
    border: solid ;
    border-radius: 15px;
}
.pg2cont .pg2right{
    margin-top: 5vw;
    margin-left: 28vh;

}
.pg2cont .pg2right h1{
    color: #FFE54C;
}
.pg2cont .pg2right p{
    color: white;
}
.pg2cont .pg2right .pg2about{
    margin-top: 2vw;
    padding-right: 18vw;
}
.pg2cont .pg2right h3,#age{
    margin-top: 1vw;
    color: #FFE54C;
}
.pg2cont .pg2right span{
    color: crimson;
}
.pg2cont .pg2right button{
    margin-top: 2vw;
    color: #FFE54C;
    background-color: crimson;
    border: none;
    height: 3vw;
    width: 22vh;
    border-radius: 8px;   
}
.pg2cont .pg2right .btn2{
    margin-left: 1vw;
}
.about h1{
    margin-left: 94vh;
    color: white;
}
.about i{
    margin-right: 12px;
}

/* ----------------------------------------------------------------------------------------- */
.page3{
    background-color: #07192F;
    height: 100%;
    cursor: url("./img/dog_cursor.png"), auto;
}
.page3 .head3{
    background: #0B1829;
}
.page3 .head3 h1{
    margin-left: 40%;
    padding-top: 2vw;
    background-color: #0B1829;
    color: white;
}
.page3 .pg3cont{
    display: flex;
}
.page3 .pg3left{
    width: 50%;
    margin-top: 4vw;
}

.page3 .pg3cont p,progress{
    appearance: none;
    /* border: none; */
    margin-left: 20vw;
    color: white;
    border-radius: 10px;
    width: 44vh;
    height: 8px;
    margin-bottom: 20px;
}
progress::-webkit-progress-bar{
    background-color: #FFE54C;
    border-radius: 10px;
}
progress::-webkit-progress-value{
    background-color: crimson;
    border-radius: 10px;
}
.page3 .pg3right{
    width: 50%;
    margin-top: 4vw;
    margin-left: -12vw;
}
progress{
    transition: 1s;
}
.page3 .pg3cont .pg3right progress{
    appearance: none;
    color: white;
    margin-top: ;
    border-radius: 10px;
    width: 44vh;
    height: 8px;
    margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------------------------------- */
.page4{
    height: 100%;
    width: 100%;
    background-color: #07192F;
    cursor: url("./img/3d_cursor.png"), auto;
}
.page4 .head4{
    background-color:#0B1829;
}
.page4 .head4 h1{
    margin-left: 40%;   
    padding-top: 2vw;
    color: white;
}
.page4 .Gallery{
    height: 100%;
/*     width: 82vw; */
    width: 100%;
    /* background-color: #FFE54C; */
    /* margin-left: 3vw; */
    /* overflow: hidden;
    justify-content: center;
    align-items: center; */
    display: flex;
    flex-wrap: wrap;
}
.page4 .Gallery{
    margin-left: 9vw;
    margin-top: 3vw;
    border-color: red;
    
    
    
}
.page4 .Gallery img{
    /* height: 15vh;
    width: 24vw; */
    height: 35vh;
    width: 55vh;
    object-fit: cover;
    border: #000 solid;
    margin-top: 1vw;
    margin-left: 2vw;
    transition: 0.3s;
}
.page4 .Gallery img:hover{
    /* box-shadow:  4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow:0 4px 8px 0 #FFE54C, 0 6px 20px 0 #FFE54C ;
    scale: 1.01;
    
}
/* ------------------------------------------------------------------------------------------- */


.page5{
        height: 100%;
        width: 100%;
        background-color: #07192F;
}
.page5 .head5{
    background-color:#0B1829;
    color: white;
}
.page5 .head5 h1{
    margin-left: 40%;   
    padding-top: 2vw;
    color: white;
}
.page5 .Gallery{
    margin-left: 9vw;
    margin-top: 3vw;
    border-color: red;
}
.page5 .Gallery{
    height: 100%;
/*     width: 82vw; */
    width: 100%;
    /* background-color: #FFE54C; */
    /* margin-left: 3vw; */
    /* overflow: hidden;
    justify-content: center;
    align-items: center; */
    display: flex;
    flex-wrap: wrap;
}
.page5 .Gallery .project{
    /* height: 15vh;
    width: 24vw; */
    height: 35vh;
    width: 55vh;
    object-fit: cover;
    border: #000 solid;
    margin-top: 1vw;
    margin-left: 2vw;
    transition: 0.3s;
    ---------------
    position: relative;
}
/* .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: crimson;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  .project:hover .overlay {
    height: 40%;
    
  } */
.page5 .Gallery .project img{
    height: 100%;
    width: 100%;
    object-fit: ;
}
.page5 .Gallery .project{
    position: relative;
    transition: 0.5s;
   
    button {
        /* position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -150%);
        -ms-transform: translate(-50%, -50%); */
        
     } 
   
     h2{
        width: 100%;
        object-fit: contain;
        color: white;
        text-align: center;
        background-color: crimson;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        
     }
     
     
    }
    .b1{
        transform: translate(-190%, 60%);
    }
    .b1,.b2{
        background-color: #FFE54C;
        position: absolute;
        top: 60%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        display: none;
        transition: 1s;
        border-radius: 6px;
        border: none;
        width: 12vh;
        height: 2vw;
        font-size: 1vw;
        font-weight: bolder;
        box-shadow: #000;
    }
    .b2{
        transform: translate(70%,  60%);
    }
    .page5 .Gallery .project:hover{
        /* box-shadow:  4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
        box-shadow:0 4px 8px 0 #FFE54C, 0 6px 20px 0 #FFE54C ;
        scale: 1.01;
        .b2,.b1{
            display: block;
            /* scale: 0.5; */
        }
        .b1,.b2:hover{
            
            
        }
        h2{

            overflow: hidden;
            object-fit: cover;
            /* padding-top: 7vw; */
            height: 9vw;
            margin-bottom: 113vw;
            width: 100%;
            color: white;
            text-align: center;
            background-color: crimson;
            position: absolute;
            top: 90%;
            left: 50%;
            transform: translate(-50%, -85%);
            transition: 1s;
            /* -ms-transform: translate(-50%, -50%); */
         }
        
    
        
    }

 /* *****************************************    */
         /* footer  */

 /* *******************************************         */
.page6{
    background-color: #07192F;
    height: inherit;
}
footer{
    height: 70vh;
    width: 100%;
    background-color: #0B1829;
    display: flex;
    
    justify-content: space-evenly;
    
}
footer div{
    margin-top: 13vh;
}
footer par{
    margin-top: 20px;
    color: white;
}
footer div ul li{
    margin-top: 3vh;
}.
footer ul{
    list-style: none;
    list-style: " \2933 ";
    color: white;
}
footer div a{
    text-decoration: none;
    color: white;
}
footer div h1{
    /* font-size: 23px; */
    color: #FFE54C;
}
.foot2{
    color: white;
}



@media (max-width:600px) {
    .foot2{
        color: white;
        margin-top: 1vh;
    }
    .foot3{
        margin-top: 1vh;
    }
    .container nav a{
        font-size: larger;
        margin-left: -1px;
    }
    nav svg{
        display: block;
        margin-top: 12px;
        margin-right: 18px;
    }
    .container nav ul{
        display: none;
    }
    footer{
        flex-direction: column;
        background-color: #07192F;
        
    }
    footer div{
        background-color: #07192F;
        /* margin-left: 4vh; */
    }
    footer div .contfooter{

    }
    .foot1 h1{
        margin-top: 200vh;
    }
    .page1{
        flex-direction: column;
    }
    .page1 .right{
        width: 100%;
    }
    .page1 .cont{
        margin-top: 2vw;
        margin-left: 2vw;
    }
    .cont .icon{
        margin-top: 17vw;
        margin-left: .5vw;
    }
    nav a{
        font-size: 6vw;
        margin-left: 2vw;
    }
    .page1 .left{
        width: 100%;
        height: 100%;
        background-color:;
    }
    .page1 .right img{
        margin-left: 30vw;
        border-radius: 50%;
        width: 44vw;
    }
    .page1 .left .cont h1{
       font-size: 7vh;
    }
    .page1 .left .cont button{
        height: 7vh;
        width: 50vw;
     }
    .icon i{
        margin-left: 7vw;
    }
    .page2 .about h1{
        margin-top: 4vh;
        margin-left: 30%;
    }
    .pg2cont .pg2left{
        width: 100%;
        flex-direction: column-reverse;
    }
    .pg2cont .pg2right{
        margin-top: 5vw;
        margin-left: 4vh;
    
    }
    .pg2cont .pg2left img{
        height:62vh;
        width: 40vh;
    }
    
    .pg2cont{
        flex-direction: column;
    }
    .pg2cont .pg2right button{
        height: 7vh;
    }   
    .pg3cont .pg3left{
        width: 100%;
        margin-left: -6vh;
    }
    .page3 .pg3cont .pg3left p{
        margin-left: 9vh;
        
        
    }

    .page3 .pg3cont .pg3right p,progress{
        margin-left: 9.5vh;
    }
    
    .pg3cont{
        flex-direction: column;
    }
    .page3 .head3 h1{
        font-size: 25px;
        margin-left: 10vh;
        padding-top: 12vw;
    }
    .page4 .head4 h1{
        margin-left: 30%;
        padding-top: 2vw;
        color: white;
        font-size: 25px;
        margin-left: 3vh;
        padding-top: 12vw;
    }
    .Gallery{
        display: flex;
        flex-direction: column;
        margin-left: -20px;
        background-color:;
    }
    .Gallery img{
       width: 50%;
       margin-right: -11vw;
    }
    .page4 .Gallery img{
        
        object-fit: cover;
        border: #000 solid;
        margin-top: 1vw;
        margin-left: 2vw;
        width: 79vw;
        margin-top: 2vw;
        
    }
    .page5 .Gallery .project{
        
        object-fit: cover;
        border: #000 solid;
        margin-top: 2vw;
        margin-left: 2vw;
        width: 79vw;
        margin-top: 2vw;
        
    }
    .page5 .Gallery .project:hover{
        .b1,.b2{
              height: 6vw;
              width: 16vw;
              font-size: 3vw;
             margin-top: 20px;
        }
        h2{

            overflow: hidden;
            object-fit: cover;
            /* padding-top: 7vw; */
            height: 32vw;
            margin-bottom: 113vw;
            width: 100%;
            color: white;
            text-align: center;
            background-color: crimson;
            position: absolute;
            top: 90%;
            left: 50%;
            transform: translate(-50%, -82%);
            transition: 1s;
            /* -ms-transform: translate(-50%, -50%); */
         }
         
         }
         
        
    
        
    }
}
@media screen and (max-width: 768px) {
    .Gallery img {
        width: 50%; /* Two images in a row for screens up to 768px */
    }

}
    
    


/* --------------------------------------------------------------------------------------------- */

