/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.container {
  width: 1350px;
  max-width: 95%;
  margin: 0 auto;
  padding: 5px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
}

.blur {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.car_detail .main_data {
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.car_detail .main_data i {
  font-size: 30px;
  margin-right: 10px;
  color: #106d5a;
}

.car_detail .main_data p {
  font-size: 30px;
}

.seller_detail {
  width: 20%;
  background-color: azure;
}

.elanNumber {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}

.elanNumber p {
  font-size: 20px !important;
}

.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.name div {
  font-size: 20px;
}

.main_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main_data i {
  font-size: 20px;
  color: #007bff;
}

.main_data span {
  font-size: 25px;
}

.car_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}

.car_detail .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  overflow: hidden;
}

.col,
.col2 {
  width: 49%;
}

.car_detail .left #baxis {
  color: #8d94ad;
  font-size: 20px;
}

.additional-data {
  width: 100%;
}

.car_detail .left .additional-data .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.car_detail .left .additional-data .top span {
  color: #000;

  font-size: 25px;
  font-weight: 600;
}

.car_detail .left .additional-data .top p {
  color: #000;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-weight: 300;
}

.car_detail .left .additional-data .top .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.car_detail .left .additional-data .top .box li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.car_detail .left .additional-data .top .box li i {
  color: #106d5a;
  font-size: 25px;
  display: inline;
}

.car_detail .left .additional-data .bottom {
  padding: 10px;
}

.car_detail .left .additional-data .bottom #melumat {
  font-weight: bold;
  font-size: 25px;
  color: #106d5a;
}

.car_detail .left .additional-data .bottom hr {
  margin: 20px 0;
  width: 200px;
  height: 3px;
}

.car_detail .left .additional-data .bottom #melumat_value {
  font-size: 25px;
  padding: 0 40px 0 0;
}

.car_detail .right {
  background-color: #b7d7f9;
  width: 30%;
  margin: 0 20px;
  /* padding: 30px; */
  border-radius: 10px;
  height: 31vh;
  -webkit-box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
}

.car_detail .right #qiymet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.car_detail .right .box hr {
  background-color: #007bff;
  color: #007bff;
  width: 100%;
  height: 3px;
  margin: 30px 0;
}

.car_detail .right .box .cntctbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.car_detail .right .box .cntctbtn button {
  color: aliceblue;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  padding: 15px 60px;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.car_detail .right .ownerinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.car_detail .right .ownerinfo .owner-left #owner {
  font-weight: 300;
}

.car_detail .right .ownerinfo .owner-left #city {
  color: #8d94ad;
  font-size: 20px;
}

.car_detail .right .ownerinfo .owner-right img {
  width: 90px;
  height: 80px;
  border-radius: 100%;
}

/* .slider_wrapper {
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.slider-container {
  position: relative;
  width: 900px;
}

.slider {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.slide.active {
  left: 0;
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.arrow.leftSlider {
  left: 10px;
}

.arrow.rightSlider {
  right: 10px;
}

.thumbnails {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

.thumbnail {
  width: 77px;
  height: 60px;
  margin-left: 31px !important;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.thumbnail.active,
.thumbnail:hover {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.slider_wrapper {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
}

.slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slide.active {
  position: relative;
  left: 0;
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.arrow.leftX {
  left: 10px;
}

.arrow.rightX {
  right: 10px;
}

.thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;

  margin: 10px auto;
}

.slide.active img {
  opacity: 1;
}

.thumbnail {
  width: 80px;
  height: 60px;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.thumbnail.active,
.thumbnail:hover {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Fullscreen modal */
.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.fullscreen-content {
  position: relative;
  /* width: 750px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 46px;
}

.bisey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1200px;
  height: 550px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #000;
}

.fullscreen-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.close-fullscreen {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #106d5a;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  color: #106d5a;
}

/* Modal içində thumbnail-lar */
.modal-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  margin: 10px auto;

  gap: 5px;
  height: 100px;
}

.modal-thumbnail {
  width: 100px;
  height: 50px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-thumbnail:hover,
.modal-thumbnail.active {
  opacity: 1;
}

.modal-thumbnail img {
  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;
}

.mainAdvert5 {
  display: none !important;
  width: 100%;

  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

.slideshow-containerR {
  width: 100%;
  max-height: 670px;
  overflow: hidden;
}

.slideshow-containerR img {
  width: 100%;
  height: 100%;
}

.slide-containerR {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

.slider-containerAdvert {
  position: relative;
  overflow: hidden;
  width: calc((100% - 920px) / 2);
  height: 67vh;
}

.mainAdvert1 {
  width: 100%;

  background-color: gray;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  margin-top: 17px;
}

.left-slideAdvert {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.left-slideAdvert>div {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.left-slideAdvert h1 {
  width: 100%;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.video-container1 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (yükseklik / genişlik = 9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainAdvert5 {
  display: none !important;
  width: 100%;

  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

.slideshow-containerR {
  width: 100%;
  max-height: 670px;
  overflow: hidden;
}

.slideshow-containerR img {
  width: 100%;
  height: 100%;
}

.slide-containerR {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

.slider-containerAdvert {
  position: relative;
  overflow: hidden;
  width: calc((100% - 920px) / 2);
  height: 67vh;
}

.mainAdvert1 {
  width: 100%;

  background-color: gray;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  margin-top: 17px;
}

.left-slideAdvert {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.left-slideAdvert>div {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.left-slideAdvert h1 {
  width: 100%;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.video-container1 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (yükseklik / genişlik = 9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainAdvert5 {
  display: none !important;
  width: 100%;

  background-color: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

.slideshow-containerR {
  width: 100%;
  max-height: 670px;
  overflow: hidden;
}

.slideshow-containerR img {
  width: 100%;
  height: 100%;
}

.slide-containerR {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: none;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

.slider-containerAdvert {
  position: relative;
  overflow: hidden;
  width: calc((100% - 920px) / 2);
  height: 67vh;
}

.mainAdvert1 {
  width: 100%;

  background-color: gray;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  margin-top: 17px;
}

.left-slideAdvert {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.left-slideAdvert>div {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.left-slideAdvert h1 {
  width: 100%;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.video-container1 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (yükseklik / genişlik = 9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-arrow {
  background-color: #8d94ad !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 32px;
  padding: 20px;
  cursor: pointer;
  z-index: 1001;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.modal-arrow.left {
  left: 20px;
}

.modal-arrow.right {
  right: 20px;
}

.modal-arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}

.forAdvertising {

  width: 100%;
  height: 450px;


  border-radius: 20px;

}


.boxP {
  width: 100%;
  height: 250px;
  background: #16a085;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  color: #fff;
  border-radius: 20px;
}

.boxP hr {
  height: 3px;
  width: 100%;
  background-color: #fff !important;
}

#qiymet {
  font-size: 30px;
}

.cntctbtn button {
  padding: 8px;
  border: none;
  border-radius: 10px;
  width: 150px;
  font-size: 17px;
}

.rightPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 20%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (yükseklik / genişlik = 9 / 16 = 0.5625) */
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}

.vinForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.vinBtn {
  border: none;
  background-color: #16A085;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  cursor: pointer;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.vinBtn:hover {
  background-color: #106d5a;

}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* Video oranını bozmadan kapsayacak şekilde görüntüler */
}

@-webkit-keyframes advertising {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  25% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  50% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}

@keyframes advertising {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  25% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  50% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}

/* esger */
.detail_advert_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}