*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: myFont1;
}
::selection{
    background-color: #A9A8A4;
}

@font-face{
    font-family: myFont1;
    src: url("./fonts/font1.woff2");
}
@font-face{
    font-family: myFont2;
    src: url("./fonts/font2.woff2");
}
@font-face{
    font-family: myFont3;
    src: url("./fonts/font3.woff2");
}
:root{
    --maincolor: #F8F6F1;
    --black: #0D0D0D;
}
/* -------------------- loading Start*/
#load{
    width: 100%;
    height: 100%;
    background-color: #F8F6F1;
    position: fixed;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#load-images{
    width: 100%;
    height: fit-content;
    align-self: center;
}
.images{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40vw;
}
#box1{
    width: 100vw;
    height: 100vh;
    background-color: #F8F6F1;
    z-index: 99;
    position: absolute;
}
#box2{
    width: 100vw;
    height: 100vh;
    background-color: #F8F6F1;
    position: absolute;
    bottom: -100%;
    z-index: 100;
}
/* --------------------Loading End */
#mini-circle{
    height: 13px;
    width: 13px;
    background-color: #F8F6F1;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
    mix-blend-mode: difference;
}
body{
    width: 100%;
    height: 100%;
    max-width: 1380px; 
    /* padding: 5px 5px; */
    margin: 0px auto ;
    overflow-x: hidden;
    /* background-color: #F8F6F1; */
    background-color: #F8F6F1;
}
#main{
    overflow-x: hidden;
    width: 100%;
    background-color:#F8F6F1;
    color: #0D0D0D;
}
/* -----------------------List */
#menu-list{
    height: 100%;
    width: 100%;
    background-color: #0d0d0d;
    position: fixed;
    bottom: -0%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#topHead{
    width: 100%;
    /* background-color: red; */
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #F8F6F1;
    position: absolute;
    top: 0%;
}
#list-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
#list-logo h3{
    font-size: 2rem;
}
#list-logo div{
    width: 2rem;
    height: 1px;
    background-color: #F8F6F1;
}
#close h3{
    font-size: 1.6rem;
    text-transform: uppercase;
    cursor: pointer;
}
#list-mid{
    /* background-color: green; */
    position: absolute;
    width: 100%;
   padding: 18px 20px;
   color: #F8F6F1;
   display: flex;
   flex-direction: column;
   gap: 10px;
}
#list-mid div{
    width: 100%;
    border-bottom: 2px solid #A9A8A4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
}
#list-mid h1{
    font-size: 7.2vw;
    font-weight: 900;
    text-transform: uppercase;

}
#list-mid h3{
    font-size: 2rem;
}


#list-foot{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    /* background-color: blue; */
    position: absolute;
    bottom: 0%;
    color: #F8F6F1;
}
#list-foot h4{
    text-transform: uppercase;
    font-size: 0.9rem;
    word-spacing: 2px;
    font-weight: 900;
}

/* ------------------------List End */
#page1{
    height: 100vh;
    /* background-color: red; */
    position: relative;
}
nav{
    width: 100%;
    /* background-color:red; */
    padding: 1vw 2vw;    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo{
    display: flex;
    /* background-color:rgb(255, 255, 255); */
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
#logo h3{
    font-size: 2rem;
    font-weight: 600;
}
#logo div{
    height: 1px;
    width: 2.2rem;
    background-color: #0D0D0D;
}
#menu h3{
    font-size: 1.3rem;
    font-weight: 800;
    cursor: pointer;
}
#pg-mid{
    position: absolute;
    bottom: 0%;
    padding-left: 2vw;
    padding-right: 2vw;
    width: 100%; 
}
#head1{
    display: flex;
    align-items: center;
    gap: 60px;
}
.head{
    width: 100%;
    overflow: hidden;
    /* background-color: yellow; */
}
.head h1{
    font-size: 17vw;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 0.9;
}
#head1 h6{
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: myFont2;
}
#head2{
    text-align: end;
}
/* ------------------Page1 end */

#page2{
    min-height: 100vh;
    width: 100%;
    margin-top: 100px;
    padding: 5vw 8vw;
}
#mini-head{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#mini-head h5{
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1.3px;
}
#main-para{
    margin-top: 70px;
    /* background-color: red; */
}
#main-para h2{
    width: 80%;
    font-size: 3.4vw;
    font-weight: 500;
}
#main-para h2:nth-child(2){
    margin-top: 20px;
}
/* --------------------Page2 End*/
#page3{
    min-height: 100vh;
    width: 100%;
    padding: 15vw 8vw;
    display: flex;
    flex-direction: column;
    gap: 70px;
    border-bottom: 1px solid #A9A8A4;
}
#inner-div3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background-color: red; */
}
#inner-div3 h5{
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1.3px;
}
#video-div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page3 video{
    height: 500px;
    width: 600px;
    cursor: pointer;
}
/* ---------------------Page 3 End */
#page4{
    height: 100vh;
    width: 100%;
    /* background-color: yellow; */
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #A9A8A4;
}
#top{
    height: 50%;
    width: 100%;
    display: flex;
    background-color: #0D0D0D; 
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    /* display: none;     */
    z-index: 10;
    top: 0%;
}
#top h1{
    font-size: 270px;
    font-weight: 900;
    position: absolute;
    bottom: -168px;
    text-transform: uppercase;
}
#center{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    text-align: center;
    opacity: 0; 
    background: #F8F6F1;
}
#center h1{
    font-size: 22vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #0D0D0D;
    background-color: #F8F6F1;
}
#bottom{
    height: 50%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    background-color: #0D0D0D; 
    bottom: 0%;
    overflow: hidden;
    /* display: none; */
    z-index: 10;
}
#bottom h1{
    font-size: 270px;
    font-weight: 900;
    position: absolute;
    top: -160px;
    text-transform: uppercase;
}



/* ------------------------Page 4 End */
footer{
    height: 70vh;
    widows: 100%;
    /* background-color: red; */
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Foot{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: blue; */
    gap: 20px;
}
#foot-div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#foot-div h3{
    font-size: 2.6rem;
    font-weight: 600;
}
#foot-div div{
    height: 1px;
    width: 3.5rem;
    background-color: #F8F6F1;
}
#foot-para{
    width: 300px;
    text-align: center;
}
#foot-para h4{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3;
}

#last-div{
    padding: 1.3vw 2vw;
    display: flex;
    position: absolute;
    bottom: 0%;
    justify-content: space-between;
    width: 100%;
}
#last-div h5{
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    word-spacing: 2px;
}
