.bannerservice {
    background: linear-gradient(#545455d8, rgba(255, 255, 255, 0.3)),url(./img/aboutbanner.jpg);
    height: 320px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white
}

.aboutonhome {
    display: flex;
    flex-direction: row;
    gap: 80px;
    padding: 50px;
    margin: 10px;
    letter-spacing: 0.5px;
    word-spacing: 5px;
}
.aboutimg{
    filter: drop-shadow(4px 4px 30px #ffc451);
}
.aboutcontent {
    text-align: center;
}

.aboutcontent h5 {
    line-height: 28px;
}


.calltoaction {
    text-align: center;
    padding: 40px;
    background-image: url(./img/call\ toa\ ction.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    color: black;
    background-position: center;
    gap: 20px;
    display: flex;
    flex-direction: column;

}

.serbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serbtn a {
    border: 2px solid #ffc451;
    border-radius: 10px;
    padding: 8px 35px;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    width: 280px;
}

.serbtn img {
    height: 30px;
}

.serbtn a:hover {
    color: white;
    background-color: #ffc451;
    transform: scale(1.2);
    border: 2px solid #545455;

}

.serheading {
    text-align: center;
}

.servlistdone {
    background:linear-gradient(#4f4d3feb, rgba(15, 15, 15, 0.7)), url(./img/serbackgroundai.webp);
    background-position: center;
    text-align: start;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 20px; */

}
.serviceslink{
    text-align: start;
}
.serviceslink a{
    font-size: 20px;
    color: white;
}
.servlistdone a {
    text-decoration: none;
    border-bottom: 2px solid #ffc451;
    border-radius: 5px;
}

.servlistdone a:hover {
    color: #ffc451;
}

.allserviceslistcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    margin-top: 10px;
    color: white;
}
#oddtxtanimation{
  animation-name: divoddtxt;
  animation-duration: 100ms;
  animation-timeline: view();
  animation-range: entry 5% cover 50% ;
}
@keyframes divoddtxt {
  0%{
    transform: translateX(60px )
  }  
  100%{
    transform: translateX(0px)
  }
}
#oddimganimation{
  animation-name: divoddimg;
  animation-duration: 100ms;
  animation-timeline: view();
  animation-range: entry 5% cover 50% 
}
@keyframes divoddimg {
  0%{
    transform: translatex(-60px )
  }  
  100%{
    transform: translateX(0px)
  }
}

#eventxtanimation{
  animation-name: divevebtxt;
  animation-duration: 100ms;
  animation-timeline: view();
  animation-range: entry 5% cover 50% ;
  /* transform: translateY(50px) */
}
@keyframes divevebtxt {
  0%{
    transform: translateX(-60px )
  }  
  100%{
    transform: translateX(0px)
  }
}
#evenimganimation{
  animation-name: divevebimg;
  animation-duration: 100ms;
  animation-timeline: view();
  animation-range: entry 5% cover 50% 
}
@keyframes divevebimg {
  0%{
    transform: translatex(60px )
  }  
  100%{
    transform: translateX(0px)
  }
}