*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .masthead{
    margin-top:114px;
    
  }
  .slide1{
    background:  linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../assets/img/bg1.jpg);
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
  }
  .slide2{
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../assets/img/bg2.jpg);
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide3{
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../assets/img/bg3.jpeg);
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #fit-img{
    
    height:70%; 
    width:100%
  }
  #join{
    background-color: #9E5DB1;
  }
  #join:hover{
    background-color: #6e407c;
  }
  #footer-detail .fas{
    color:#9E5DB1;
    background-color: #9E5DB1;
  }
                                                   
.contact-btn{
   
  width:30%;
  height:50px;
  margin-top: 10px;
  border:2px solid #9E5DB1;
  color:white;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  outline: none;
  background-color:#9e5db1; 
}
.contact-btn:hover{
  background-color:#6e407c; 
  border:2px solid #6e407c;
}
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header{
    position: relative;
    height:100vh;
    width:100%;
  }
  .cl .nav-item a{
    color:black;
  }
  .swiper-slide img{
    object-fit: fill;
   
  }
  .hello{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

    color:white;
   
    z-index: 99;
   
    width:70%;
   
  }

  .masthead .working{
   
    max-width: 75%;
    width:100%;
    font-size: 1.2rem;
  }
 .masthead .try{
position:relative;
 }
 .masthead .btn{
  position: absolute;
  margin-top: 50px;
  
  left:50%;
  transform: translateX(-50%);
  background-color: #9E5DB1;
 }
 .masthead .btn:hover{
  background-color: #6e407c;
 }
 .hello  .txt{
  color:#9e5db1;
  background: linear-gradient(170deg, #9E5DB1 11.93%, rgba(153, 38, 212, 0.77) 37.28%, rgba(130, 8, 239, 0.38) 81.07%, rgba(117, 23, 237, 0.00) 120.81%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 800;
font-size: 6rem;
 }
 @media  (min-width:320px) and (max-width:480px) {
  .hello  .txt{
    color:#9e5db1;
    background: linear-gradient(170deg, #9E5DB1 11.93%, rgba(153, 38, 212, 0.77) 37.28%, rgba(130, 8, 239, 0.38) 81.07%, rgba(117, 23, 237, 0.00) 120.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 1000;
  font-size: 20px;
  
   }
   .masthead .try h2{
    font-size: 15px;
     }
     .contact-btn{
      width: 80%;
     }
 }



 @media  (min-width:481px) and (max-width:768px) {
  .hello  .txt{
    color:#9e5db1;
    background: linear-gradient(170deg, #9E5DB1 11.93%, rgba(153, 38, 212, 0.77) 37.28%, rgba(130, 8, 239, 0.38) 81.07%, rgba(117, 23, 237, 0.00) 120.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 40px;
   }
   .contact-btn{
    width: 75%;
   }
 }
 @media  (min-width:769px) and (max-width:1023px) {
  .hello  .txt{
    color:#9e5db1;
    background: linear-gradient(170deg, #9E5DB1 11.93%, rgba(153, 38, 212, 0.77) 37.28%, rgba(130, 8, 239, 0.38) 81.07%, rgba(117, 23, 237, 0.00) 120.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 50px;
   }
   .contact-btn{
    width: 55%;
   }
 }
 @media  (min-width:1024px) and (max-width:1200px) {
  
 }
 @media (min-width:1201px){

 }