@font-face {
    font-family: nb;
    src: url(./Fonts/NBInternationalProBoo.ttf);
}

@font-face {
    font-family: rejoy;
    src: url(./Fonts/Rejouice-Headline.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: nb;
}    

html, body {
    height: 100%;
    width: 100%;
}

//*-------page1 startts here--------------------------------------------------------*/

#page1{
    height: 100vh;
    width: 100%;
    background-color: white;
    position: relative;
}

#cursor{
    height: 5vw;
    width: 5vw;
    background-color: #FF5F38;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);

}

#cursor h5{
    font-size: 1.15vw;
    font-weight: 500;

}



#page1 video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

#page1-content{
    height: 100%;
    width: 100%;
  /*background-color: rgb(0, 0, 0);*/
    position: relative; 
    z-index: 10;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
   
}

nav{
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*background-color: red;*/
    padding: 3vw 3vw;
    position: static;
}
nav h3{
    font-size: 1.4vw;
    font-weight: 100;
    font-family: rejoy;
    
}


/*----------------------hamburger-menu bar starts here---------------------------------------------------------------------------------*/
  
  /* Boring button styles */
  a.button {
    /* Frame */
    display: inline-block;
    padding: 20px 28px;
    border-radius: 50px;
    box-sizing: border-box;
    --button-background: rgba(0, 0, 0, 0);
    --button-color: white;
    
     
    /* Style */
    border: none;
    background: var(--button-background);
    color: var(--button-color);
    font-size: 1.4vw;
    font-weight: 100;
    cursor: pointer;
    font-family: rejoy;
  }
  
  a.button:active {
    filter: brightness(75%);
  }
  
  /* Dropdown styles */
  .dropdown {
    position: relative;
    padding: 0;
    margin-right: 1em;
    --dropdown-highlight:black;
    --dropdown-width: 160px;
    --dropdown-background: white;
    --dropdown-color: black;   
    border: none;
  }
  
  .dropdown summary {
    list-style: none;
    list-style-type: none;
  }
  
  .dropdown > summary::-webkit-details-marker {
    display: none;
  }
  
  .dropdown summary:focus {
    outline: none;
  }
  
  .dropdown summary:focus a.button {
    border: 2px solid white;
  }
  
  .dropdown summary:focus {
    outline: none;
  }
  
  .dropdown ul {
    position: absolute;
    margin: 20px 0 0 0;
    padding: 20px 0;
    width: var(--dropdown-width);
    left: 50%;
    margin-left: calc((var(--dropdown-width) / 2)  * -1);
    box-sizing: border-box;
    z-index: 2;
    
    background: var(--dropdown-background);
    border-radius: 6px;
    list-style: none;
  }
  
  .dropdown ul li {
    padding: 0;
    margin: 0;
    font-family: rejoy;
  }
  
  .dropdown ul li a:link, .dropdown ul li a:visited {
    display: inline-block;
    padding: 10px 0.8rem;
    width: 100%;
    box-sizing: border-box;
    font-family: rejoy;
    color: var(--dropdown-color);
    text-decoration: none;
  }
  
  .dropdown ul li a:hover {
    background-color: var(--dropdown-highlight);
    color: var(--dropdown-background);
    font-family: rejoy;
  }
  
  /* Dropdown triangle */
  .dropdown ul::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--dropdown-background) transparent;
    font-family: rejoy;
  }
  
  
  /* Close the dropdown with outside clicks */
  .dropdown > summary::before {
    display: none;
  }
  
  .dropdown[open] > summary::before {
      content: ' ';
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
  }
  

/*----------------------hamburger-menu bar ends here---------------------------------------------------------------------------------*/

/*
nav h4{
    font-size: 1.4vw;
    font-weight: 100;
    
} */



#page1-content h1{
    font-family: rejoy;
    font-size: 20vw;
    font-weight: 100;
    line-height: 27vw;
}

#page1-content h1 span{
    font-family: rejoy;
}





/*-----------------------------------------------------page 2 starts here-----------------------------------------------------------------------*/


#page2{
    height: 100vh;
    width: 100%;
    background-color: white;
    position: relative;
    padding: 5vw 2.5vw;
}
#page2-top{
    /*height: 100%;*/
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 1.2vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #00000092
}
#page2-top h3{
    font-size: 1.7vw;
    font-weight: 500;
    font-family: rejoy;
    width: 26%;
}

#page2-top h4{
    font-size: 1.7vw;
    font-weight: 500;
    font-family: rejoy;
}

    
.elem{
    overflow: hidden;
}

.elem h1 p{
    font-size: 4.2vw;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
    
}

/*-----------------------------------------------------page 2 ends here-----------------------------------------------------------------------*/

#page3{
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 3vw;
}
#page3-top{
    /*background-color: red;*/
    text-align: center;

}
#page3-top h4{
    margin-bottom: 1vw;
    font-size: 1vw;
    font-weight: 500;
}
#page3-top h2{
    font-size: 4vw;
    font-weight: 500;
}
#page3-top h4 span{
    font-size: 0.7vw;
    background-color: black;
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
}

#page3-elements{
    height: 75vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8vw;
    /*background-color: red;*/
}

#page3-elements .box{
    height: 100%;
    width: 32.5%;
    /*background-color: blue;*/
    position: relative;
}
#page3-elements .box video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
#page3-elements .box img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all linear o.7s;
}
#page3-elements .box:hover img{
    opacity: 0;
}


/*-------------------pag4 starts here----------------*/

#page4{
    height: 100vh;
    width: 100%;
    padding: 4vw 0;
    position: relative;
}

/*#page4 video{
    height: 100%;
}*/

#page4 h1{
    font-size: 10vw;
    font-family: rejoy;
    font-weight: 100;
    border-bottom: 1px solid black;
    width: 96%;
    margin-left: 2%;
}

#swiperdiv{
    height: 60vh;
    width: 100%;
    /*background: red;*/
    position: relative;
    margin-top: -5%;
}


.swiper {
    width: 130%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
   /* background: #fff;*/
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 19%;
    object-fit: cover;
  }

/*---------page-5 footer---------------------------------*/

#page4{
    height: 100vh;
    width: 100%;
    padding: 4vw 0;
    position: relative;
}

*{
    margin: 0;
    padding: 0;
    font-family: rejoy;
    box-sizing: border-box;
}

body{
    background: white;
}
footer{
    width: 100%;
    position: relative;
    bottom: 0;
    background: #0E0E0E;
    color: white;
    padding: 100px 0 30px;
    /*border-top-left-radius: 125px;*/
    font-size: 13px;
    line-height: 20px;
}
.row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.col{
    flex-basis: 25%;
    padding: 10px;
}
.col:nth-child(2), .col:nth-child(3){
    flex-basis: 15%;
}
.logo{
    width: 80px;
    margin-bottom: 30px;
}
.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}
.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}
ul li{
    list-style: none;
    margin-bottom: 12px;

}
ul li a{
    text-decoration: none;
    color: white;
}
form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
form .fa-regular{
    font-size: 18px;
    margin-right: 10px;

}
form input{
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}
form button{
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}
form button .fa-solid{
    font-size: 16px;
    color: #ccc;
}
.social-icons .fa-brands{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: white;
    margin-right: 15px;
    cursor: pointer;
}
hr{
    width: 90%;
    border: 0;
    border-radius: 1px solid #ccc;
    margin: 20px auto;
}
.copyright{
    text-align: center;
}
.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 100%;
    background: white;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation:moving 2s linear infinite;
}
@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left: 100%;
    }
}
@media (max-width: 700px){
    footer{
        bottom: unset;
    }
    .col{
        flex-basis: 100%;
    }
    .col:nth-child(2), .col:nth-child(3){
        flex-basis: 100%;
    }
}




/*-----------------------------Footer starts ends here----------------------------------------------------------------*/

#page6{
    height: 40vh;
    padding: 25px 15px;
    background-color: #0E0E0E;
    position: relative;
}

#page6 h1{
    font-family: rejoy;
    font-size: 20vw;
    font-weight: 100;
    line-height: 11vw;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;

    

}
#page6 h1 span{
    font-family: rejoy;
    color: #FFFCF1;
}


