*{ box-sizing: border-box;}

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: rgb(105, 55, 55);        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: black;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid rgb(105, 55, 55);  /* creates padding around scroll thumb */

}


html,body{
  overflow-x: hidden;
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: rgb(87, 25, 25) rgb(0, 0, 0);
    background-image: url(../assets/bg.jpg);
    background-size: contain;background-position: center;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: Poppins;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
   
}
@font-face {
    font-family: 'Wishful Display';
    font-style: normal;
    font-weight: normal;
    src: local('Wishful Display'), url('Wishful.woff') format('woff');
    }

    .head{
        width: 100%;display: flex;flex-direction: column;position: relative;height: 100%;margin: 0;
        background-image: url(../assets/bg2.jpg);background-repeat: no-repeat;background-size: cover;background-attachment: fixed;background-position: center;

      
    }
   
    
    .nav{
        display: block;margin: 0;padding: 10px;
    }

    .li{
        list-style: none;display: flex;margin: 5px;padding: 10px;justify-content: center;align-items: center;}
    .ul{
        margin: 2px;
    }
    .items{
        text-decoration: none;
        text-align: center;
        position: relative;
        color:#f3f3f3 ;
        transition: 0.5s;
        font-family: Codystar;
        
    }
    .items::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background-color: #f3f3f3;
        transition: 0.5s ease-out;
    }
    .items:hover::after{
        width: 100%;
    }
    .log{
        width: 40px;height: 50px; padding: 8px;
    }
   .title{
        display: flex;margin:0 0 7em 0;padding:0;flex-direction: column;align-items: center;justify-content: center;
       }
     .banner{
      width: 700px;
      height: 200px;
     }

      .name1{
        color: #f3f3f3;font-family:Poppins ;font-size: 14px;text-align: center;margin:80px 0px 0px 0;
        padding: 0;line-height: 1.5;letter-spacing: 1px;border-left: solid 4px red;width: 47%;
      }
   
      .btn-grp{
        display: flex;justify-content: center;align-items: center;margin-top: 40px;
      }
      .atrr{
        text-decoration: none;color: #f3f3f3;padding: 15px ;cursor:pointer;font-family: Montserrat Alternates ;font-size: 15px;
      }
      .btn{
        padding: 15px ; width: 200px;background-color: red;border: none; border-radius: 20px;
      }
      .btn:hover{
        background-color: #0C0C0C;border: solid 2px red;transition: 0.5s;
      }
 
  .cont-middle{
    display: flex;justify-content: center;align-items: center;
  }
  .vd-intro{
    width: 70vw;border-radius: 0px 30px 0 30px;
  }
  
  .parag{
    color: white;font-family:Poppins ;line-height: 2;text-align: start;padding: 0 50px 50px 50px;
  }
  .para1{
    color: rgb(239, 255, 92);font-family: Alex Brush ;font-size: 40px;padding: 0px 20px 120px 20px;
  }
  .hr1{
    height: 5px; background-color: yellow;border: none;margin: 10px;padding: 0;
  }
  .hr2{
    height: 4px; background-color: yellow;border: none;margin: 0 0 20px 0;padding: 0;
  }


 .b-work{
  margin: 0;padding: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;
 }
 .cont-work{
  display: flex;
  justify-content: center;align-items: center;
  margin: 20px;padding: 20px;
 }
 .c-left{display: flex;justify-content: center;align-items: center;flex-direction: column;
  background-color: black;margin: 20px;padding: 20px;border-radius: 10px;border: solid 2px rgb(41, 40, 40);
 }
 .c-middle{display: flex;justify-content: center;align-items: center;flex-direction: column;
  background-color:black;margin: 20px;padding: 20px;border: solid 2px rgb(41, 40, 40);border-radius: 10px;
 }
 .c-right{display: flex;justify-content: center;align-items: center;flex-direction: column;
  background-color: black;margin: 20px;padding: 20px;border-radius: 10px;border: solid 2px rgb(41, 40, 40);
 }

 
 .bwp{
  color: #797878;
  font-family: Montserrat Alternates;font-size: 15px;line-height: 1.5;padding: 5px;
 }
 .bwi{
  border-radius: 10px;width: 300px
 }
 .grid-container {
  display: grid;
  grid-template-columns: auto auto ;border-radius: 2px;
  margin: 20px;
  padding: 10px;
}
.grid-item {
  border: 1px solid rgba(49, 49, 49, 0.8);
  padding: 20px;
  font-size: 30px;backdrop-filter: blur(12px);
  text-align: center;margin: 20px;border-radius: 10px;display: flex;align-items: start;flex-direction: column;
}
.grid-item:hover{
  border: 1px solid #b6038f;transition: 0.5s;
}
.service{
  margin: 0;padding: 10px;display: flex;flex-direction: row;justify-content: center;
}
.s-middle{
  flex: 60%;
}
.o-servic{
  flex: 40%;display: flex;align-items: center;flex-direction: column;
}
.sym{
  width: 70px;border-radius: 50%;height: 70px;
}
.l-des{
  color: #f3f3f3;font-family: Montserrat Alternates;font-size: 15px;text-align: start;
}
.l-info{
  color: #575757;font-family: Poppins;font-size: 11px;text-align: start;
}
.forth{
  margin: 0;
padding: 120px 0 120px 0;display: flex;justify-content: center;align-items: center;
}
.f-middle{
  margin: 0;padding: 40px;
}
.lets{
  color: #f3f3f3;font-family: Montserrat Alternates;font-weight: bold;text-align: center;font-size: 20px;
  letter-spacing: 1px;line-height: 2;
}
.footer-head{
  background-color: #0a0909;margin: 0;padding: 10px;
  display: flex;justify-content: center;align-items: center;
}
.f-con{
  display: flex;justify-content: center;align-items: center;
  flex-direction: row;
}
.f-img{
  width: 250px;
}
.f-left{margin: 0px 20px 20px 50px;padding: 30px;
  display: flex;justify-content: center;
align-items: center;}

.f-middle{margin: 2px 150px 20px 50px;padding: 30px;
  display: flex;justify-content: center;flex-direction: column;
align-items: center;}

.f-rigth{margin: 0px 20px 20px 20px; padding: 30px;
  display: flex;justify-content: center;flex-direction: column;
align-items: center;}
.flx{
  display: flex;flex-direction: row;
}
.detail{
color: #5c5a5a;
}
#li-f{
  text-decoration: none;color: #afadad;
}
#fa{
  color:#afadad ;margin: 10px;font-size: 20px;
}
.footer{
  background-color: #0a0909;
  margin: 0;padding: 10px;display: flex;flex-direction:row ;justify-content: center;align-items: center;
}
.dad{
  color: #575757;margin: 20px;
}
.pixl{
  color: #eb6b02;text-decoration: none;
}
.div{
  background-color: #0a0909;padding: 20px;
}
.style{
  border: solid 2px yellow;height: 1px;
}
.dad1{
  font-size: small;color: #5c5a5a;text-align: center;
}

.mobile-nav{
  background-color: rgb(0, 0, 0,0.5);
  backdrop-filter: blur(30px);
  width: auto;
  height: 100%;
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.9s ease-in-out;
  margin-top: -800px;
  
  
}
.ul1{
  display: inline;
  text-align: center;
  font-size: large;
  
}
.li1{
  margin-top: 10px;
  padding: 30px;
  text-align: center;
  list-style: none;
  
}
.a1{
  text-decoration: none;
  text-align: center;
  position: relative;
  color:rgb(247, 247, 247) ;
  transition: 0.5s;
  font-family: codystar;
  
}
.a1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: 0.5s ease-out;
}
.a1:hover::after{
  width: 100%;
}
.cls-btn{
  float: right;
  color: #000000;
  font-weight: 500;
  font-size: 30px;
  margin-top: 15px;
  margin-right: 20px;
  color:rgb(255, 255, 255) ;
  cursor: pointer;font-family: Arial, Helvetica, sans-serif;
}
.cls-btn:hover{
  color: #000000;
}
.logoss{
  width: 80px;
}

.fc{
  width: 250px;height: 250px;border-radius: 50%;
}
.team{
  margin: 0;padding: 0px;background-color: rgb(5, 5, 5);display: flex;justify-content: center;
  align-items: center;flex-direction: column;
}
.founder{
  color: #cac9c9;text-align: center;letter-spacing: 1px;font-family: Montserrat Alternates;line-height: 0;
}
.ceo{
  color: #5c5a5a;text-align: center;font-size: 15px;line-height: 1;font-style: italic;
}
.team-flex{
  margin: 30px  30px 25px 30px;background-color: #1b1b1b;padding: 30px;border-radius: 30px;
}
.team-flex:hover{
  box-shadow: 2px 2px 20px 2px rgb(43, 16, 26);
}
.join{
  color: #eb6b02;text-align: center;
}
.contact{
  padding: 20px 60px 60px 150px;margin: 0;display: flex;justify-content: center;
  flex-direction: row;background-color: rgb(3, 3, 3)
}
.cont-left{
  background-color: #ffffff;padding: 40px;border-radius: 10px;
}
.cont-right{
  padding: 20px 20px 10px 50px;
}
.cont-des{
  color: #ffffff;font-family:Elephant;font-size: 30px;
}
.duration{
  color: #cac9c9;
}
