* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "League Spartan", serif;
    user-select: none;
    scroll-behavior: smooth;
    
    
}
body{
    /* overflow: hidden; */
    /* min-height: 100%; */
    background-color: black;
    

}
#active{
    color: #ff3131;
    font-weight: 700;
}

@media screen and (max-width: 480px){
    #active{
        color: black;
    }
}
@media screen and (min-width: 481px) and (max-width: 749px){
    #active{
        color: black;
    }
}
@media screen and (min-width: 750px) and (max-width: 1024px){
   #active{
    color: black;

   }
    
}

.cursor-dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ff3131;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.01s ease-out;
    
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.header {
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.nav {
    width: 80%;
    height: 8vh;
    background-color: rgba(0, 0, 0, 0.435);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    animation: slideDown 1s ease-out;
    position: fixed;
    z-index: 3;
}

.logo {
    height: 50px;
    width: 320px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.links{
    display: flex;
    gap: 25px;
    /* justify-content: center; */
    align-items: center;
    z-index: 99;
    /* margin-top: 30px; */
}

.links li {
    list-style: none;
    font-size: 25px;
}

.links a {
    text-decoration: none;
    color: white;
    position: relative;
}

.links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #ff3131;
    transition: width 0.3s ease-in-out;
}

.links a:hover::after {
    width: 100%;
}

.menu-op-icon{
    color: white;
    font-size: 35px;
    display: none;
}
.menu-cl-icon{
    color: white;
    font-size: 35px;
    display: none;
}

#contact-btn{
    
    font-size: 25px;
    padding: 5px 15px;
    background-color: #ff3131;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    border-radius: 5px;
}





@media screen and (max-width: 480px) {
 
   .menu-op-icon{
       display: block;
       margin-top: 5px;
   }
   

   .links{
       display: none;
       flex-direction: column;
       height: 100vh;
       width: 100%;
       background-color: #ff3131f0;
     border-bottom-left-radius: 10px;
       position: absolute;
       align-items: flex-start;
       top: -10px;
       right: 0;
       justify-content: center;
       padding-left: 30px;
   }
   
   .nav{
       width: 100%;
       /* background-color: aqua; */
       padding: 0 5px;
       position: fixed;
   }
   .header{
       position: relative;
   }
   .logo{
       height: 40px;
       width: 220px;
       /* background-color: green; */
   }
   .menu-cl-icon{
       display: block;
   }
   #contact-btn{
       width: 125px;
       background-color: white;
      
   }
   #contact-btn a{
       color: black;
      }
      .cursor-dot{
        display: none;
     }
     

   
}







@media screen and (min-width: 481px) and (max-width: 749px) {
    .menu-op-icon{
        display: block;
        margin-top: 5px;
    }
  

  .links{
      display: none;
      flex-direction: column;
      height: 100vh;
      width: 100%;
      background-color: #ff3131f0;
    border-bottom-left-radius: 10px;
      position: absolute;
      align-items: flex-start;
      top: -10px;
      right: 0;
      justify-content: center;
      padding-left: 30px;
  }
  .nav{
      width: 100%;
      /* background-color: aqua; */
      padding: 0 5px;
      position: fixed;
  }
  .header{
      position: relative;
  }
  .logo{
      height: 40px;
      width: 220px;
      /* background-color: green; */
  }
  .menu-cl-icon{
      display: block;
  }
  #contact-btn{
      width: 125px;
      background-color: white;
      
     
  }
  #contact-btn a{
   color: black;
  }
  .cursor-dot{
   display: none;
}


  
}








@media screen and (min-width: 750px) and (max-width: 1024px) {
  
  .menu-op-icon{
      display: block;
      margin-top: 5px;
  }
  

  .links{
      display: none;
      flex-direction: column;
      height: 100vh;
      width: 100%;
      background-color: #ff3131f0;
    border-bottom-left-radius: 10px;
      position: absolute;
      align-items: flex-start;
      top: -10px;
      right: 0;
      justify-content: center;
      padding-left: 30px;
      align-items: center;
  }
  .nav{
      width: 100%;
      /* background-color: aqua; */
      padding: 0 5px;
      position: fixed;
  }
  .header{
      position: relative;
  }
  .logo{
      height: 40px;
      width: 220px;
      /* background-color: green; */
  }
  .menu-cl-icon{
      display: block;
  }
  #contact-btn{
      width: 125px;
      background-color: white;
      
     
  }
  
 

  .cursor-dot{
   display: none;
}


 
}











.main-one{
    min-height: 90vh;
    width: 100%;
    /* background-color: aqua; */
    /* background-color: rgb(214, 18, 18); */
    color: white;
   
    
}


.one-top{
    height: 30vh;
    /* background-color: green; */
    color: white;
    display: flex;
    align-items: end;
    
}
.one-top h1{
    font-size: 115px;
    margin-left: 30px;
}
.one-top h1 span{
    color: #ff3131;
}

.one-bottom{
    min-height: 60vh;
    /* background-color: rgba(14, 17, 196, 0.382); */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 285px;
    
   
}





.one-text{
    width: 55%;
    /* min-height: 60vh; */
    padding-right: 55px;
  
    /* background-color: rgba(128, 0, 128, 0.474); */
}
.one-text h1{
    font-size: 35px;
    margin-bottom: 20px;

}
.one-text p{
    font-size: 25px;
}
.one-text p span{
    font-family: "Instrument Serif", serif;
    color: #ff3131;
}

#sec-heading{
    margin-top: 55px;
}

.one-left{
    width: 40vh;
    /* background-color: green; */
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-card{
    height: 300px;
    width: 260px;
    background-color: black;
    
    transform: rotate(-10deg);
    border-radius: 15px;
    border: 2px solid gray;
    padding: 10px;
}
.logo-card:hover{
    border: 2px solid white;
    box-shadow: 4px 4px  20px rgb(134, 134, 134);

}
.logo-card img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}









@media screen and (max-width: 480px){
    .one-top h1{
        font-size: 50px;
    } 
    .one-text{
        width: 85%;
        padding: 0 0;
    }
    .one-bottom{
        justify-content: center;
        padding-top: 25px;
        padding-bottom: 20px;
        flex-direction: column-reverse;
        gap: 25px;

    }
    .logo-card{
        
        height: 210px;
        width: 180px;
    }
}


@media screen and (min-width: 481px) and (max-width: 749px){
    .one-top h1{
        font-size: 60px;
    }
    .one-text{
        width: 80%;

    }
    .one-bottom{
        padding-top: 25px;
        padding-bottom: 25px;
        gap: 0;
        flex-direction: column-reverse;
        
    }
    .logo-card{
        
        height: 210px;
        width: 180px;
    }
    
}


@media screen and (min-width: 750px) and (max-width: 1024px){
    .one-top h1{
        font-size: 90px;
    }
    .one-text{
        width: 60%;

    }
    .one-bottom{
        padding-top: 25px;
        padding-bottom: 25px;
        gap: 0;
    
    }
    .one-left{
        width: 40%;
    }
    .logo-card{
        
        height: 210px;
        width: 180px;
    }
}














.main-two{
    min-height: 100vh;
    /* background-color: red; */
    color: white;
    
}

.two-top{
    min-height: 70vh;
    /* background-color: blue; */
    display: flex;
}


.two-bottom{
    min-height: 30vh;
    /* background: purple; */
    display: flex;
}



.two-t-left{
    width: 65%;
    min-height: 70vh;
    /* background-color: green; */
    display: flex;
    align-items: center;
}

.two-text{
    width: 80%;
    margin-left: 30px;
    /* background-color: aqua; */
}
.two-text h1{
    font-size: 35px;
}
.two-text p{
    font-size: 25px;
}
.two-t-left p span{
    color: #ff3131;
}

.two-t-right{
    width: 35%;
    min-height: 70vh;
    /* background-color: pink; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-b-left{
    min-height: 30vh;
    width: 65%;
    /* background-color: brown; */
    display: flex;
    align-items: end;
}
.two-b-left h1{
font-size: 115px;
margin-left: 30px;
}

.two-b-left h1 span{
    color: #ff3131;
}

.two-b-right{
    min-height: 30vh;
    width: 35%;
    /* background-color: burlywood; */
    display: flex;
    align-items: end;
    justify-content: end;
    padding-bottom: 20px;
    padding-right: 10px;
}
.two-b-right p{
    font-size: 25px;
    width: 75%;
}
.two-b-right p span{
    font-family: "Instrument Serif", serif;
    color: #ff3131;
}

#two-logo{
    transform: rotate(10deg);
}











@media screen and (max-width: 480px){
    .two-top{
        flex-direction: column;
    }
    .two-t-left{
        width: 100%;
    }
    .two-t-right{
        width: 100%;
    }
    .two-bottom{
        flex-direction: column;
    }
    .two-b-left{
        width: 100%;
    }

    .two-b-right{
        width: 100%;
        justify-content: center;
        padding: 0 0;
    }
    .two-b-right p{
        width: 85%;
        
        align-items: start;
        /* background-color: #ff3131; */
    }
    .two-text{
        width: 85%;
    }
    .two-b-left h1{
        font-size: 50px;
    }
    .main-two{
        padding-top: 15px;
    padding-bottom: 15px;
    }
}






@media screen and (min-width: 481px) and (max-width: 749px){
    .two-top{
        flex-direction: column;
    }
    .two-t-left{
        width: 100%;
    }
    .two-t-right{
        width: 100%;
    }
    .two-bottom{
        flex-direction: column;
    }
    .two-b-left{
        width: 100%;
    }

    .two-b-right{
        width: 100%;
        justify-content: center;
        padding: 0 0;
    }
    .two-b-right p{
        width: 85%;
        
        align-items: start;
        /* background-color: #ff3131; */
    }
    .two-text{
        width: 85%;
    }
    .two-b-left h1{
        font-size: 60px;
    }
    .main-two{
        padding-top: 15px;
    padding-bottom: 15px;
    }
}



@media screen and (min-width: 750px) and (max-width: 1024px){
    .two-b-left h1{
        font-size: 90px;
    }
  
}




















.main-three{
    min-height: 100vh;
    /* background-color: aqua; */
    display: flex;
    padding-top: 50px;
    padding-bottom: 10px;
    color: white;
}

.three-left{
    height: 100vh;
    width: 40%;
    /* background-color: green; */
    display: flex;
    align-items: center;
}
.three-left h1{
    font-size: 115px;
    margin-left: 30px;
}
.three-left h1 span{
    color: #ff3131;
}
.three-right{
    min-height: 100vh;
    width: 60%;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}



.our-team{
    min-height: 90vh;
    width: 90%;
    /* background-color: orange; */
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}


.member{
    height: 40vh;
    background-color: black;
    width: 300px;
    background-image: url(IMG_3890.JPG);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    transition:  0.5s ease-in-out;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 20px;
    border: 1px solid rgb(209, 209, 209);
}
.member:hover{
    filter: grayscale(0%);
    /* background-size: 110%; */
    /* background-position: center; */
    text-shadow: 5px 2px 5px #000000;
   
}

.member-details{
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
}

#one{
    background-image: url(1.JPG);
}
#two{
    background-image: url(2.JPG);
}


#three{
    background-image: url(3.jpg);
}


@media screen and (max-width: 480px){
    .main-three{
        flex-direction: column;
        padding-top: 10px;
    }
    .three-left{
        width: 100%;
        height: 20vh;

    }
    .three-left h1{
        font-size: 50px;
    }

    .three-right{
        width: 100%;

    }
    .our-team{
        gap: 10px;
    }
    .member{
        filter: grayscale(0);
        height: 50vh;
        text-shadow: 5px 2px 5px #000000;
    }
    
   
}



@media screen and (min-width: 481px) and (max-width: 749px){
    .main-three{
        flex-direction: column;
        padding-top: 10px;
    }
    .three-left{
        width: 100%;
        height: 20vh;

    }
    .three-left h1{
        font-size: 60px;
    }

    .three-right{
        width: 100%;

    }
    .our-team{
        gap: 10px;
    }
    .member{
        filter: grayscale(0);
        height: 50vh;
        text-shadow: 5px 2px 5px #000000;
    }
}


@media screen and (min-width: 750px) and (max-width: 1024px){
    .member{
        filter: grayscale(0);
        text-shadow: 5px 2px 5px #000000;
    }
    .three-left h1{
        font-size: 90px;
    }
}














.main-four{
    min-height: 30vh;
    color: white;
    display: flex;
    /* background-color: gray; */
    
    padding-top: 50px;
    padding-bottom: 10px;
}


.four-left{
    min-height: 30vh;
    /* background-color: red; */
    width: 40%;
    padding-left: 30px;
    display: flex;
    align-items: end;
    padding-bottom: 18px;
   
}

.four-left p{
    font-size: 25px;
    width: 70%;
    
}

.four-right{
    width: 60%;
    min-height: 30vh;
    display: flex;
    align-items: end;
    padding-right: 10px;
    /* background-color: aqua; */
}

.four-right h1{
    font-size: 115px;
    text-align: right;
    text-transform: uppercase;
}


.four-right h1 span{
    color: #ff3131;
 
}



@media screen and (max-width: 480px){
    .four-left{
        width: 100%;

    }

    .four-right{
        width: 100%;
    }

    .main-four{
        flex-direction: column;
    }
    .four-left p{
        width: 85%;
    }

    .four-right h1{
        font-size: 50px;
        text-align: left;
        margin-left: 35px;
    }
}



@media screen and (min-width: 481px) and (max-width: 749px){
    .four-left{
        width: 100%;

    }

    .four-right{
        width: 100%;
    }

    .main-four{
        flex-direction: column;
    }
    .four-left p{
        width: 85%;
    }

    .four-right h1{
        font-size: 60px;
        text-align: left;
        margin-left: 35px;
    }
}

@media screen and (min-width: 750px) and (max-width: 1024px){
    .four-right h1{
        font-size: 90px;
       
    }
}



















.main-five{
    min-height: 100vh;
    /* background-color: aqua; */
    color: white;
}

.five-top{
    min-height: 30vh;
    /* background-color: blueviolet; */
    display: flex;
    align-items: end;
}

.five-top h1{
    font-size: 115px;
    margin-left: 30px;
    text-transform: uppercase;
}

.five-top h1 span{
    color: #ff3131;
}


.five-bottom{
    min-height: 70vh;
    /* background-color: red; */
    display: flex;
    justify-content: end;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.faq{
    min-height: 70vh;
    /* background-color: green; */
    width: 60%;
    padding-top: 5px;
    padding-bottom: 5px;
}


.q-lists{
    min-height: 10vh;
    width: 100%;
    border-bottom: 1px solid rgb(26, 26, 26);
    /* background-color: rgb(219, 164, 92); */
    margin-bottom: 50px;
}

.q-lists h1{
    font-size: 30px;
    margin-bottom: 10px;
    color: #ff3131;
}

.q-lists p{
    font-size: 25px;
    margin-bottom: 30px;
}











@media screen and (max-width: 480px){
    .five-top h1{
        font-size: 50px;

    }

    .faq{
        width: 85%;
    }

    .five-bottom{
        justify-content: center;
    }
}


@media screen and (min-width: 481px) and (max-width: 749px){
    .five-top h1{
        font-size: 60px;

    }

    .faq{
        width: 90%;
    }

    .five-bottom{
        justify-content: center;
    }
}


@media screen and (min-width: 750px) and (max-width: 1024px){
    .five-top h1{
        font-size: 90px;

    }
}



























.footer{
    min-height: 70vh;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-box{
    background-color: #ff3131;
    min-height: 65vh;
    width: 95%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.fb-top{
    width: 98%;
    min-height: 8vh;
    background: black;
    border-radius: 10px;
    
}


.fb-bot{
    min-height: 45vh;
    width: 98%;
    /* background-color: aqua; */
    border-radius: 10px;
    display: flex;
    border-bottom: 2px dashed black;
    
}

.fb-b-left{
    height: 45vh;
    width: 50%;
    /* background-color: brown; */
    display: flex;
    align-items: center;
    
}
.logo-card{
    height: 300px;
    width: 260px;
    background-color: black;
    margin-left: 85px;
    transform: rotate(-10deg);
    border-radius: 15px;
    border: 2px solid gray;
    padding: 10px;
}
.logo-card:hover{
    border: 2px solid white;
    box-shadow: 4px 4px  20px black;

}
.logo-card img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.fb-b-right{
    height: 45vh;
    width: 50%;
    /* background-color: green; */
}

.fb-last{
    height: 7vh;
    /* background-color: gray; */
    width: 98%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;

}
.fb-last p{
    font-size: 15px;

}
.fb-last a{
    font-size: 25px;
    text-decoration: none;
    color: black;
}
.fb-last a:hover{
    color: white;
}


.fb-right-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh;
    /* background-color: blue; */
}

.fb-right-top h1{
    font-size: 95px;
}
.fb-right-top a{
    text-decoration: none;
    color: black;
    font-size: 25px;
}
.fb-right-top a:hover{
    color: white;
}
.fb-last a:hover{
    color: white;
}


.fb-right-bot{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 5vh;

}
.icons{
    display: flex;
    align-items: center;
    height: 5vh;
    gap: 10px;
    margin-right: 25px;

}
.icons a{
    font-size: 30px;
    text-decoration: none;
    color: black;
}

.icons a:hover{
    color: white;

}

.back-to-top a:hover{
   text-decoration: underline;
    
}


@media screen and (max-width: 480px){
.fb-bot{
    flex-direction: column;
}
.fb-b-left{
    width: 100%;

}
.fb-b-right{
    width: 100%;
}
.logo-card{
    margin-left: 0;
    height: 210px;
    width: 180px;
}
.fb-b-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fb-right-top h1{
    font-size: 45px;
}
.fb-right-top a{
    font-size: 20px;
}
.fb-right-bot{
    display: flex;
    justify-content: center;
}
.fb-last a{
    font-size: 15px;

}
.foot-box{
    margin-bottom: 15px;
    padding: 10px 0px;
}
.footer{
    padding-top: 15px;
}
}

@media screen and (min-width: 481px) and (max-width: 749px){
    .fb-bot{
        flex-direction: column;
    }
    .fb-b-left{
        width: 100%;
    
    }
    .fb-b-right{
        width: 100%;
    }
    .logo-card{
        margin-left: 0;
        height: 210px;
        width: 180px;
    }
    .fb-b-left{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fb-right-top h1{
        font-size: 45px;
    }
    .fb-right-top a{
        font-size: 20px;
    }
    .fb-right-bot{
        display: flex;
        justify-content: center;
    }
    .fb-last a{
        font-size: 15px;
    
    }
    .foot-box{
        margin-bottom: 15px;
        padding: 10px 0px;
    }
    .footer{
        padding-top: 15px;
    }
}

@media screen and (min-width: 750px) and (max-width: 1024px){
   
    .fb-b-left{
        width: 100%;
    
    }
    .fb-b-right{
        width: 100%;
    }
    .logo-card{
        margin-left: 0;
        height: 270px;
        width: 240px;
    }
    .fb-b-left{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fb-right-top h1{
        font-size: 65px;
    }
    .fb-right-top a{
        font-size: 25px;
    }
    .fb-right-bot{
        display: flex;
        justify-content: center;
    }
    .fb-last a{
        font-size: 25px;
    
    }
    .foot-box{
        margin-bottom: 15px;
        padding: 10px 0px;
    }
    .footer{
        padding-top: 15px;
    }
}