* {
  padding: 0px;
  margin: 0px;
}

.slide-wrap {
  width: 100%;
  /* background-color: aliceblue; */
  border: white;
  text-decoration: none;
  border-radius: 10px;
  margin: 10px 10px;
  padding: 10px 10px;
}

.item {
  color: rgb(66, 65, 65);
  font-size: px;
}

/* .item :hover {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
} */

.item li {
  list-style-type: none;
}

.heading {
  width: auto;
  height: auto;
  background-image: linear-gradient(to right, #fc5546, #ffffff);
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  padding: 2px 4px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-float {
  margin-top: 16px;
}

.main-wrap {
  padding: 20px;
}

.box {
  width: 20vw;
  margin: 20px;
  height: 50px;
  background-image: linear-gradient(to right, #fc5546, #ffffff);
}

@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0.25;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

.container-trans {
  margin: 30px 20px;
}

.box {
  display: flex;
  justify-content: start;
  align-items: center;
  animation: slide-in 5000ms;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 900px) {
  .box {
    width: 100vw;
  }
}

.slide-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  background-color: rgb(255, 254, 254);
  border: 4px solid rgb(251, 249, 249);
  width: 80vw;
  margin: 3vw;
  padding: 3vh;
}

/* .service-title {
        background-color: antiquewhite;
    } */

.banner-title {
  text-align: center;
  align-items: center;
  padding: 10px;
}

.banner-description {
  margin: 20px 10px;
  padding: 10px;
}

.banner-description span {
  font-size: 20px;
  color: rgb(22, 12, 91);
}

.banner-description span:hover {
  background-image: linear-gradient(to left, #f3756a, #ffffff);
  display: inline-block;
  /* padding: 10px 10px; */
  border-radius: 5px;
}

.list {
  margin: 3vh;
}

.list-item {
  color: rgb(22, 12, 91);
}

.list-item:hover {
  display: inline-block;
  /* padding: 10px 10px; */
  background-image: linear-gradient(to left, #f3756a, #ffffff);
}

#banner-img-1 {
  padding: 20px;
}

.banner-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 20vw;
  color: black;
  padding: 4vh;
}

.dropdown-item {
  color: #f3756a;
}

.toggle-drop {
  background: none;
  /* padding: 2px 3px; */
}

#drop-adjust {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(-469px, 126px, 0px);
}

.dropdown-menu .dropdown-item {
  background-color: #f3756a;
}

.drop-up {
  display: flex;
  width: 100vw;
  height: 61vh;
  border-radius: none;
  padding: 5vh 7vw;
}

.drop-below {
  width: 77%;
  height: 80%;
}

.serice-web-side-img {
  height: 330px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.serice-web-side-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* object-fit: contain; */
}

