.karta__auto__container {
  width: 100%;
  margin-bottom: 40px;
}
.vin__link  {
color: #0090ff;
   cursor:pointer;
}
.karta__auto {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px;
  gap: 20px;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.estimate__btn {
  cursor: pointer;
  text-decoration: underline;
}
.karta__foto {
  width: 40%;
  max-width: 800px;
  height: auto;
}
.kf__desc {
  font-size: 18px;
  padding: 20px 0;
}
.kf__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 3px solid #e5e5e5;
  padding: 14px 28px;
  border-radius: 20px;
}
.kfs__title {
  font-size: 22px;
  font-family: "Unbounded", sans-serif;
}
.kfs__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.kfss__cont {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.karta__foto .swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.karta__foto .swiper.mySwiper3 {
  height: 150px;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.mySwiper2 {
  height: 60%;
  width: 100%;
  margin-bottom: 10px;
}

.mySwiper3 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper3 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.mySwiper3 .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper3 .swiper-slide img {
  height: 100%;
  border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  color: #333;
}

.karta__detail {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.karta {
  border: 3px solid #e5e5e5;
  padding: 20px 40px;
  border-radius: 20px;
}
.karta__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 15px;
}
.kh__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.kh__title  .kh__title_h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.kht__status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #6e6e6e;
}

.karta__infos {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 10px 0;
}
.ki__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.kii__title {
  color: #6e6e6e;
  font-weight: 300;
  font-size: 14px;
}
.kii__desc {
  font-size: 16px;
  font-weight: 400;
}
.ki__blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.kib__btn {
  padding: 14px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0090ff;
  font-weight: 500;
  background: #dae6ff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

.karta__pricing {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}
.kp__price {
  display: flex;
  gap: 14px;
}
.kpp__usd {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -1px;
}
.kpp__zt {
  font-size: 24px;
  font-weight: 500;
  color: #0090ff;
}
.kp__btns {
  display: flex;
  gap: 15px;
}
.kpb__btn {
  padding: 10px 35px;
  border: 2px solid #0090ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0090ff;
  font-size: 16px;
  gap: 10px;
  border-radius: 10px;
  font-size: 22px;
  letter-spacing: -0.5px;
  background: #fff;
}
.kpb__btn.btn__active {
  background: #0090ff;
  color: #fff;
}

.karta__form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  gap: 20px;
}
.kf__desc .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* nechta qator ko'rinsin */
  -webkit-box-orient: vertical;
  transition: 0.3s;
  
}
#toggleBtn {
  background: none;
  border: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0px -20px 10px 0px rgb(209, 209, 209);
}

.kf__desc .text.expanded {
  -webkit-line-clamp: unset;
}

.karta__form input {
    height: 60px;
    border-radius: 10px;
    background: #f1f1f1;
    padding: 0 20px;
    font-size: 18px;
    border: 1px solid transparent;
    width: 100%;
}
.input-wrapper .star {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #0090ff;
    top: 50%;
    transform: translateY(-50%);
}
.karta__form button {
  height: 60px;
  border-radius: 10px;
  border: none;
  font-size: 22px;
  background: #000;
  color: #fff;
  font-weight: 400;
  width: 320px;
}
.zl__subtitle {
 margin-bottom: 20px;
}
@media (max-width: 1650px) {
  .kpb__btn {
    font-size: 20px;
  }
  .kpp__usd {
    font-size: 32px;
  }
  .kpp__zt {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .kpb__btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media (max-width: 1350px) {
  .karta__foto .swiper {
    height: 250px;
  }
  .karta__foto .swiper.mySwiper3 {
    height: 100px;
  }
  .mySwiper3 .swiper-slide img {
    border-radius: 10px;
  }
  .swiper-slide {
    border-radius: 10px;
  }
  .mySwiper3 {
    padding: 0;
  }
  .karta__auto {
    gap: 10px;
  }
  .kf__desc {
    font-size: 16px;
  }
  .karta__infos {
    grid-template-columns: repeat(3, 1fr);
  }
  .kh__title  .kh__title_h3 {
    font-size: 20px;
  }
  .kht__status {
    font-size: 14px;
  }
  .kh__title {
    gap: 8px;
  }
  .karta__pricing {
    flex-direction: column;
    gap: 10px;
  }
  .kp__price {
    justify-content: space-between;
    width: 100%;
  }
  .kp__btns {
    width: 100%;
  }
  .kpb__btn {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .karta__form {
    flex-direction: column;
  }
  .karta__form input {
    width: 100%;
  }
  .karta__form button {
    width: 100%;
  }
  .kpb__btn {
    font-size: 16px;
  }
  .kf__socials {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .karta__foto .swiper {
    height: 200px;
  }
  .karta__foto .swiper.mySwiper3 {
    height: 70px;
  }
  .mySwiper3 .swiper-slide img {
    border-radius: 6px;
  }
  .swiper-slide {
    border-radius: 6px;
  }
  .kfs__title {
    font-size: 18px;
  }
}
@media (max-width: 1030px) {
  .karta__auto {
    flex-direction: column;
  }
  .karta__foto .swiper {
    height: 600px;
  }
  .karta__foto {
    width: 100%;
  }
  .swiper-slide {
    border-radius: 20px;
  }
  .mySwiper3 .swiper-slide img {
    border-radius: 20px;
  }
  .karta__foto .swiper.mySwiper3 {
    height: 140px;
  }
  .karta__detail {
    width: 100%;
  }
  .karta__foto {
    max-width: 1000px;
  }
}
@media (max-width: 700px) {
  .karta__foto .swiper {
    height: 400px;
  }
  .karta__foto .swiper.mySwiper3 {
    height: 100px;
  }
  .karta__auto {
    padding: 15px;
    border-radius: 20px;
  }
  .swiper-slide {
    border-radius: 10px;
  }
  .mySwiper3 .swiper-slide img {
    border-radius: 10px;
  }
  .kf__socials {
    padding: 14px 20px;
  }
  .karta {
    padding: 14px 20px;
  }
}
@media (max-width: 560px) {
  .karta__infos {
    grid-template-columns: repeat(2, 1fr);
  }
  .kh__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .kp__btns {
    flex-direction: column;
  }
  .kp__btns .kpb__btn {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
  }
  .karta__form button {
    font-size: 18px;
  }
  .karta__foto .swiper {
    height: 250px;
  }
  .karta__foto .swiper.mySwiper3 {
    height: 120px;
  }
}

/* CALCULATION */

.calculation__cont {
  width: 100%;
}
.calculation {
  width: 100%;
  background: #fff;
  border-radius: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px;
}
.calc__cards {
  border-radius: 20px;
  border: 3px solid #e5e5e5;
  padding: 20px 30px;
}
.calc__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #e5e5e5;
}

.calc__info {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px 0;
}
.ci__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.cii__title {
  color: #6e6e6e;
  font-weight: 300;
  font-size: 14px;
}
.cii__desc {
  font-size: 16px;
  font-weight: 400;
}
.calc__blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.cb__btn {
  padding: 14px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0090ff;
  font-weight: 500;
  background: #dae6ff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

@media (max-width: 1500px) {
  .calc__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .calc__title {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1150px) {
  .calc__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .calculation {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc__title {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 850px) {
  .calculation {
    padding: 20px;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .calculation {
    border-radius: 20px;
  }
  .calc__cards {
    border-radius: 10px;
    padding: 10px 15px;
  }
}
@media (max-width: 670px) {
  .calculation {
    grid-template-columns: repeat(1, 1fr);
  }
}
