/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;

}

.container {
  width: 1350px;
  max-width: 95%;

  padding: 5px;
}

.elave_melumat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
}

.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,
.axtaranmodel,
.PartYear,
.PartTelCity {
  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;
}

.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%;
}

.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 */
}


.elanNumber p {
  font-size: 15px !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%;
  overflow: hidden;
  margin: 10px 0px;
}


.left {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rightdata {
  width: 60%;
}

.sendOffer {
  margin-top: 5px;
  border: 1px solid #16a085;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* align-items: center; */
  gap: 5px;
  width: 100%;
}

.sendOffer input,
select {
  padding: 5px 10px;
  border: 1px solid #16a085;
  border-radius: 5px;
  width: 55%;
}

.sendOffer1,
.sendOffer2,
.sendOffer3,
.sendOffer4,
.sendOffer5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;


}

.offer {
  margin-top: 20px;
  padding: 5px;
  border-radius: 10px;
  width: 100%;

}


ol li {
  width: 80%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #16a085;
  margin-top: 5px;
  list-style-type: decimal !important;
  text-align: center;
}

.qiymet_sendOffer3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 55%;

}

.qiymet_sendOffer3 input {
  width: 100%;
}

.qiymet_sendOffer3 select {
  width: 65%;
}

.sendOffer button {
  width: 50%;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
  background-color: #16a085;
  color: #fff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sendOffer button:hover {
  background-color: #13836c;
}

.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: #8d94ad;
  font-size: 25px;
  font-weight: 300;
}

.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 hr {
  margin: 15px 0;
  width: 100%;
  height: 3px;
  background-color: #16a085;
}

.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;
}

.detail_img {
  width: 100%;
  height: 484px;
  overflow: hidden;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;

}

.leftdata {
  width: 38%;
}

.detail_img img {
  width: 100%;


}

.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 {
  left: 0;
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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: 10;
}

.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;
}

.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;
}

.fullscreen-image {
  width: 100%;

  border-radius: 8px;
  margin-bottom: 50px;
}

.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%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-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: 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;

}

.forAdvertising p {
  -webkit-animation-name: advertising;
  animation-name: advertising;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.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;
}

#qiymet {
  font-size: 30px;
}

.cntctbtn button {
  padding: 8px;
  border: none;
  border-radius: 10px;
  width: 150px;
  font-size: 17px;
}

.rightPart {
  width: 20%;
  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;
}

.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;
}

@-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);
  }
}


/* Əsgər Əlave etdi */
form.sendOffer .form_field {
  margin: 0px 0px 5px 0px;
}

.detail_advert_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}