@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Poppins:ital,wght@0,400;0,800;1,200;1,400;1,600&family=Work+Sans:wght@300;400;500;600;700;800&display=swap');
body{
  overflow: hidden;
    font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Work Sans', sans-serif;
height: 100%;
}


/* navbar  */
.navtxt{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 20;
}

.batxt{
    padding: 30px 10px;
   
}
.betxt a{
font-size: 20px;
font-weight: 700;
color: black;
text-decoration: none;
position: fixed;

}

/* banner  */
.oneside{
    position: sticky;
    top: 0;
    right: 0;
    background-color: #f8f2df;
    padding: 30px 30px 60px 30px;
    height: 100vh;
}
.awrds h6{
    font-size: 14px;
font-weight: 700;
text-align: end;

}
.awrds h5{
    font-size: 14px;
    font-weight: 600;
    text-align: end;
}


.digital-txt{
    padding-left: 50px;
    padding-top: 75px;
}

 .digital h2{
    font-weight: 500;
  font-size: 55px;
 }
.digital2  h2{
    font-weight: 500;
    font-size: 55px;
    margin-top: -25px;
}
.digital3  h2{
    font-weight: 500;
  font-size: 55px;
  margin-top: -25px;
  margin-left: 38px;
}
.digital4  h2{
    font-weight: 500;
    font-size: 55px;
    margin-top: -25px;

}

  .peratxt p{
    font-size: 19px;
  line-height: 27px;
  margin-left: 345px;
  }
.home a{
    text-decoration: none;
    font-weight: 700;
    color: black;
    font-size: 20px;
   
}
.homee{
  margin-left: 345px;
}
.circle{
    display: none;
    width: 10px;
    height: 10px;
    background-color: coral;
    border-radius: 100%;
}
.homee:hover .circle{
display: block;

}






.line-imge{
    position: relative;
    width: 100%;
    height: 425px;
   z-index: 10;
}
.line-imge img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ride{
    position: absolute;
  left: 50%;
  transform: translate(-50%,-54%);
  color: white;
  bottom: 0%;
  width: 80%;
}

.line-imge2{
    position: relative;
    width: 100%; 
    height: 425px; 
    padding-top: 40px;
}
.line-imge2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ride2{
    position: absolute;
  left: 50%;
  transform: translate(-50%,-54%);
  color: white;
  bottom: 0%;
  width: 80%; 
}
/* 3rd  */

.line-imge3{
    position: relative;
    width: 100%; 
    height: 425px; 
    padding-top: 40px;
}
.line-imge3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ride3{
    position: absolute;
  left: 50%;
  transform: translate(-50%,-54%);
  color:black;
  bottom: 0%;
  width: 80%; 
}







/* col-3  */
.line-imge11{
    position: relative;
    width: 100%; 
    height: 450px; 
  
}
.line-imge11 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ride11{
    position: absolute;
  left: 50%;
  transform: translate(-50%,-54%);
  color:black;
  bottom: 0%;
  width: 80%; 
}
/* second */
.line-imge12{
    position: relative;
    width: 100%; 
    height: 100%; 
    padding-top: 40px;
  
}
.line-imge12 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ride12{
    position: absolute;
  left: 50%;
  transform: translate(-50%,-54%);
  color: white;
  bottom: 0%;
  width: 80%; 
}


.triggerDiv{
position:absolute;
  width: 85px;
  height: 85px;
  border-radius: 100px;
  background-color: #C38133;
  border: none;
  z-index: 20;
  top: 86%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.triggerDiv:hover{
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #C38133;
  border: none;
}

.fstimage{
  width: 100%;
  height: 130px;

}
.fstimage img{
  width: 100%;
height: 100%;
  border-radius: 10px;
  object-fit: cover;
}


.target{
  opacity: 10;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  height: 350px;
z-index: 10;
}

.compbox{
  display: flex;
  flex-direction: column;
  gap: 10px;
 
}
.crcllflx{
  display: flex;
  align-items: center;
  gap: 10px;
 
}
.whitetxt a{
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.crcll{
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color:blue;
}








/* second */



/* .firstscroller{
  animation: animationpage 30s ease-in-out infinite  ;
}
@keyframes animationpage{
from{
  top: 0;
  transform: translateY(0%);
}
to{
  top: 100%;
  transform: translateY(-84%);
}
} */





/* .firstscroller{
  animation : animationpage 5s ease-in-out  infinite ;
}
@keyframes animationpage{
from{
  top: 0;
  transform: translateY(0%);
}
to{
  top: 100%;
  transform: translateY(-100%);
}
} */





/* mediaquery  */
@media (max-width:768px) {
    .betxt a {
        position: sticky;
      }

    .awrds h5 {
        font-size: 12px;
    }
    .digital-txt {
        padding-left: 0px;
    }
    .digital h2 {
        font-size: 45px;
      }
      .digital2 h2 {
        font-size: 45px;
        margin-top: -25px;
      }
      .digital3 h2 {
        font-size: 45px;
        margin-top: -25px;
      }
      .digital4 h2 {
        font-size: 45px;
        margin-top: -25px;
      }
      .homee {
   margin-left: 144px;
      }
      .peratxt p {
  margin-left: 144px;
}
.line-imge {
  height: 300px;

}
.line-imge2{
  height: 300px;
}
.line-imge3{
  height: 300px;
}
.line-imge11{
   height: 330px;
}
.line-imge12{
   height: 330px;
}

}