.page-sevice {
  position: relative;
}
.slide-sv .swiper-slide {
}

.gallery-sv-item img {
  height: 26.0416vw;
  border-radius: 10px;
  width: 650px;
  transition: ease-in-out 0.5s;
}

.swiper-slide-active img {
  width: 100%;
  height: 33.85416vw;
  transition: ease-in-out 0.5s;
}

.slide-sv .swiper-wrapper {
  align-items: center;
}

.slide-sv .swiper-slide-prev {
  display: flex;
  justify-content: end;
}

.gallery-sv-item::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  transition: all 0.3s;
  border-radius: 10px;
}

.gallery-sv-item {
  position: relative;
  transition: all 0.3s;
}

.gallery-sv-item:hover::before {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

.marquee {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 22;
}

.single__marque__item {
  height: 70px;
  display: flex;
  align-items: center;
}

.single__marque__item__list {
  display: flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  margin: 0;
}

li.single__marque__item__list__text span {
  display: flex;
  align-items: center;
}

.single__marque__item__list__text {
  display: flex;
  margin: 0;
  gap: 40px;
  font-size: 80px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 40px;
  font-family: "Cormorant Garamond";
}

.single__marque__item__list__text span svg {
  height: 30px;
  min-width: 30px;
}

.single__marque__item.v__2 {
}

.single__marque__item.v__2 .single__marque__item__list {
  animation: marquee2 40s linear infinite;
}

.single__marque__item.v__2:hover .single__marque__item__list,
.single__marque__item.v__1:hover .single__marque__item__list {
  animation-play-state: paused;
  transition: all 0.3s;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(calc(-100% - 40px));
  }
}

@keyframes marquee2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.sv-contact {
    position: relative;
}

.list-sv.service-wrapper.row {
  margin: 0 -15px;
}

.sv-contact .sec-head-title .subtitle {
  justify-content: center;
}

.sv-contact .title {
  width: 60%;
  margin: auto;
}

ul.sv-contact-ct {
  list-style: none;
  width: 50%;
  margin: auto;
  margin-top: 50px;
}

li.sv-contact-item:first-child {
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 400;
  text-transform: uppercase;
}

li.sv-contact-item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bic-secondary-color);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
}

li.sv-contact-item:last-child {
    margin-bottom: 30px;
}

.icon-sv1 {
    position: absolute;
    top: 0;
    right: 0;
}

.icon-sv2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width:1025px) and (max-width:1280px) {
  .single__marque__item__list__text {
    font-size: 60px;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .page-sevice {
    overflow: hidden;
}

.single__marque__item__list__text {
  font-size: 50px;
}

.gallery-sv-item img {
  height: 240px;
}

.swiper-slide-active img {
  height: 300px ;
}

.icon-sv2,
.icon-sv1 {
  display: none;
}

ul.sv-contact-ct {
  width: 70%;
}

.sv-contact .title {
  width: 80%;
  margin: auto;
}

}

@media (max-width:576px) {
  .page-sevice {
    overflow: hidden;
    margin: 0 15px;
}

.gallery-sv-item img {
  height: 200px;
  width: 100%;
}

.swiper-slide-active img {
  height: 300px;
}

.single__marque__item__list__text {
  font-size: 40px;
}

.icon-sv2,
.icon-sv1 {
  display: none;
}

.sv-contact .title {
  margin: auto;
}

.sv-contact .title,
ul.sv-contact-ct {
  width: 100%;
}

li.sv-contact-item {
  font-size: 18px;
}
}
