*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: SF PRO DISPLAY;
}
html,body{
    height: 100%;
    width: 100%;
    scroll-behavior:smooth;
}

.main{
    position: relative;
    overflow: hidden;
    scroll-behavior: smooth;
}
.nav{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3vw;
    border-bottom: 2px solid #dadada;
    z-index: 999;
    background: #cbcbcb;
}
.nav-part2{
    display: flex;
    gap: 4vw;
    align-items: center;
}
.nav>a>img{
    width: 6vw;
}
.nav-part2>a>h4{
    font-size: 1vw;
    color: #000;
}
.nav-part2>i{
    font-weight: 800;
    display: none;
}

.dropdown1 {
    position: relative;
}

.dropdown1-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 162, 255, 0.507);
    z-index: 1;
    border-radius: 20px;

}
.dropdown1 h4{
    font-size: 1vw;
    color: #000;
}
.dropdown1:hover .dropdown1-content {
    display: block;
}

.dropdown1-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius:100px;
}

.dropdown1-content a:hover {
    background-color: #cdcdcd;
}


.mobilemenu>ul{
    display: none;
}
.nav-part2>.mobilemenu ul {
    list-style: none;
    padding-left: 0;
  }
  
  .nav-part2>.mobilemenu ul li {
    display: inline-block;
    text-align: left;
  }
  
  .nav-part2>.mobilemenu a {
    display: block;
    padding: 0 16px;
    transition: color 0.2s;
    color: #000000;
    font-size: 18px;
    line-height: 2;
    text-decoration: none;
  }
  
  .nav-part2>.mobilemenu ul ul li a {
    color: #00ff48;
  }
  .nav-part2>.mobilemenu ul ul li a:focus,
  .nav-part2>.mobilemenu ul ul li a:active {
    color: #771085;
  }
  .nav-part2>.mobilemenu a:hover,
  .nav-part2>.mobilemenu a:focus,
  .nav-part2>.mobilemenu a:active,
  .nav-part2>.mobilemenu a:focus:hover,
  .nav-part2>.mobilemenu a:active:hover {
    color: #ff0000;
  }
  
  .nav-part2>.mobilemenu ul ul {
    display: none;
    position: absolute;
    background: #396a78;
    padding: 8px 0 8px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .nav-part2>.mobilemenu ul ul li {
    display: list-item;
    position: relative;
  
  }
  
  .nav-part2>.mobilemenu ul li:focus > ul,
  .nav-part2>.mobilemenu ul li:active > ul {
    display: inherit;
  
  }
  
  .nav-part2>.mobilemenu a:focus + ul,
  .nav-part2>.mobilemenu a:active + ul {
    display: inherit;
  }

.page{
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: #282828;
    z-index: -999;
    

}
.page>#first_img{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: -99;
    display: flex;
    object-fit: cover;
}
.page>h1{
    position: absolute;
    top: 15%;
    font-size: 11vh;
    color: transparent;
    letter-spacing: 2vh;
    align-items: flex-end;
    transform:translateX(10%);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    z-index: 999;
}
.page>h2{
    position: absolute;
    top: 40%;
    width: 40%;
    font-size:8vh;
    color: white;
    align-items: flex-end;
    left: 5%;
    z-index: 99;
}
.page>h3{
    position: absolute;
    top: 65%;
    font-weight: 100;
    width: 40%;
    font-size:2.5vh;
    color: white;
    letter-spacing: 0.5vh;
    align-items: flex-end;
    left: 5%;
    z-index: 99;
}
.page>h4{
    display: none;
}
.page>#second_img{
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
}
.page>#m1{
    position: absolute;
    top: -50%;
    left: 45%;
    width: 90%;
    transform: rotate(-45deg);
    z-index: 99;
}
.page>#m2{
    position: absolute;
    top: -50%;
    left: 10%;
    width: 90%;
    transform: rotate(-45deg);
    z-index: 99;
}
.page>#m3{
    position: absolute;
    top: 17%;
    left: 43%;
    width: 90%;
    transform: rotate(-45deg);
    z-index: 99;
}
.page1{
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    background-color: #ffffff;
    z-index: -99;
}
.page1>#third_img{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -9;
}
.page1>.left1{
    position: relative;
    height: 100%;
    width: 40%;
    z-index: -9;
}
.page1>.left1>#fourth_img{
    position: absolute;
    top: -15%;
    left: -12%;
    width: 340%;
    transform: translateX(-30%);
    z-index: 99;
    filter: drop-shadow(1px 6px 20px #ccff00) ;

}
.page1>.right1{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 60%;
}
.page1>.right1>h1{
    position: absolute;
    font-family:raleway;
    letter-spacing: 1px;
    line-height: 6vh;
    top: 28%;
    left: 10%;
    width: 80%;
    color: #fff;
    font-size: 2vw;
    font-weight: 10;
    font-weight: 550;
}
.page1>.right1>a{
    margin-top: 53%;
    margin-left: 10%;
}
.page1>.right1>a>button{
    padding: 10px 20px;
    border-color: black;
    cursor: pointer;
    background-color: rgb(255, 206, 206);
    color: #000;
    font-weight:500 ;
    border-radius:50px ;
    font-size: 2vw;
    margin-top:1.5vw ;

}
.page2{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}
.page2>#fifth_img{
    position: absolute;
    height: 100%;
    width: 100%;
}
.page2>#page2Image{
    top: -10%;
    height: 130vh;
    width: 80vw;
    position: relative;
    transform: translateX(10%);
    filter: drop-shadow(1px 6px 20px #ccff00) ;

}
span{
    font-weight: 999;
    color: #ccff00;
}
.page2>h1{
    width: 23%;
    position: absolute;
    font-size: 1.8vw;
    left: 50%;
    transform: translateX(-190%);
    top: 16%;
    color: #86868B;
    z-index: 999;
}
.page2>h2{
    width: 27%;
    position: absolute;
    font-size: 1.8vw;
    left: 50%;
    transform: translateX(70%);
    bottom: 20%;
    color: #86868B;
}
.page3{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}
.page3>#m4{
    position: relative;
    height: 100vh;
    width:100vw;
}
.page3>#m5{
    display: none;
}
.page3>h2{
    width: 35%;
    position: absolute;
    font-size: 5vw;
    left: 6%;
    top: 15%;
    color: #ffffff;
    z-index: 999;
}
.page4{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FFF;
}
.page4>#m6{
    height: 100vh;
    width: 100vw;
    position: relative;
}
.page4>#m7{
    display: none;
}
#span1{
    font-weight: 999;
    color: #ccff00;
}
.page4>h1{
    width: 37%;
    position: absolute;
    font-size: 2vw;
    left: 25%;
    transform: translateX(70%);
    bottom: 45%;
    color: #86868B;
}
.page4>button{
    width: 25%;
    position: absolute;
    left: 33.5%;
    transform: translateX(70%);
    bottom: 30%;
    padding: 10px 20px;
    border: none;
    background-color: #FF6A19;
    color: #fff;
    font-weight:500 ;
    border-radius:100px ;
    font-size: 2vw;
    margin-top:1.5vw ;

}
.footer{
    position: relative;
    display: flex;
    height: 40vh;
    width: 100%;
    background: linear-gradient(to left bottom,#000000,#4e4e4e,#7d7d7d);

}
.left-footer{
    position: relative;
    height: 100%;
    width: 30%;
}
.left-footer>img{
    height: 13rem;
    position: absolute;
    font-size: 2.4vw;
    left: 50%;
    transform: translateX(-50%);
    top: 16%;
}
.right-footer{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 15%;
    padding-left:5vw ;
    padding: 10px;
}
.right-footer>h2{
    color: #c6c6c6;
    font-size: 1.2vw;
    font-weight: 550;
}



@media (max-width:767px) {
    .nav{
        padding: 0 7vw;
    }
    .nav>a>img{
        width:10vw;
    }
    .nav-part2>h4{
        font-size: 4vw;
        display: none;
    }
    .nav-part2>i{
        display: block;
        font-size: 6vw;
    }
}

@media (max-width:480px) {
    .nav{
        height: 55px;
        padding: 0 7vw;
        background: #cbcbcb;
    }
    .nav>a>img{
        width:9.5vw;
        transform: translateX(800%);
    }
    .nav-part2>a>h4{
        display: none;
    }
    .nav-part2>i{
        display: block;
        font-size: 6vw;
    }
    .dropdown1 {
        display: none;
    }

    .mobilemenu>ul{
        display:block;
        transform: translateX(-560%);
    }

    .page>#first_img{
        display: none;
    }
    .page>h1{
        display: none;
    }
    .page>h2{
        display: none;
    }
    .page>h3{
        display: none;
    }
    .page>h4{
        display: block;
        position: absolute;
        top: 45%;
        left: 37%;
        width: 60%;
        color: rgb(210, 176, 255);
        font-weight: 200;
        font-size:2.2vh;
        letter-spacing: 0.5vh;
        text-align: right;
        align-items: flex-end;
        z-index: 99;
    }
    .page>#m1{
        position: absolute;
        top: 35%;
        left: -90%;
        width: 200%;
        transform: rotate(45deg);
        z-index: 99;
    }
    .page>#m2{
        position: absolute;
        top: 55%;
        left: -17%;
        width: 200%;
        transform: rotate(-45deg);
        z-index: 99;
    }
    .page>#m3{
        position: absolute;
        top: 73%;
        left: -90%;
        width: 200%;
        transform: rotate(45deg);
        z-index: 99;
    }
    .page>#second_img{
        display: block;
    }
    .page1>#third_img{
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -99;
    }
    .page1>.left1{
        display: block
    }
    .page1>.left1>#fourth_img{
        position: absolute;
        top: 10%;
        width: 1000%;
        transform: translateX(-37%);
        z-index: 99;
        filter: drop-shadow(1px 6px 20px #ccff00) ;
    }
    .page1>.right1{
        display: block;
    }
    .page1>.right1>h1{
        position: absolute;
        font-family:raleway;
        line-height: 3.6vh;
        top: 2%;
        left: -55%;
        width: 150%;
        color: #fff;
        font-size: 5vw;
        font-weight: 10;
        font-weight: 550;
    }
    .page1>.right1>a{
        display: none;
    }
    .page1>.right1>a>button{
        display: none;
    }
    .page2>#fifth_img{
        display: block;
    }
    .page2>#page2Image{
        top: -4%;
        height: 115vh;
        width:270vw;
        position: relative;
        transform: translateX(-31%);
        filter: drop-shadow(1px 6px 20px #ccff00) ;
    }
    span{
        display: block;
    }
    .page2>h1{
        width: 38%;
        position: absolute;
        font-size: 5vw;
        left:76%;
        transform: translateX(-190%);
        top: 1%;
        color: #86868B;
        z-index: 999;
    }
    .page2>h2{
        width: 42%;
        position: absolute;
        text-align:right;
        font-size: 5vw;
        left: 25%;
        transform: translateX(70%);
        bottom: 12%;
        color: #86868B;
    }
    .page3>#m4{
        display: none;
    }
    .page3>#m5{
        display: block;
        width: 100%;
        height: 100%;
        z-index: -99;
    }
    .page3>h2{
        display: none;
    }
    .page4>h1{
        display: none;
    }
    .page4>button{
        display: none;
    }
    .page4>#m6{
        display: none;
    }
    .page4>#m7{
        display: block;
        width: 100%;
        height: 100%;
    }
    .footer{
        position: relative;
        display: flex;
        height: 20vh;
        width: 100%;
        background: #292929;
    
    }
    .left-footer{
        display: none;
    }
    .left-footer>img{
        display: none;
    }
    .right-footer{
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction:column;
        height: 100%;
        width: 100%;
        padding-left:5vw ;
        padding: 10px;
    }
    .right-footer>h2{
        color: #c6c6c6;
        font-size: 3vw;
        font-weight: 550;
        text-align: center;
    }
    
}
