@media (min-width: 768px) {
  .luanch-swiper .swiper-slide:not(.swiper-slide-next) {
    transform: scale(0.9);
    z-index: 1;
  }
  .luanch-swiper .swiper-slide-next .see-details {
    transform: translateY(0);
    position: unset;
  }
  .card_content .see-details {
    margin-top: 20px;
    /* transform: translateY(100px); */
    transition: transform 1s ease-in-out;
    /* position: absolute; */
  }
  .launch-popup-image img:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1600px) {
  body {
    --container-width: 1200px;
  }
  p {
    font-size: 18px;
    line-height: 25px;
  }
  .launch-popup-image img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
  }
  .launch-popup-inside {
    grid-template-columns: 275px 1fr;
  }
  .launch-popup-content p {
    margin: 15px 0 30px 0;
  }
  .banner-content h1 {
    font-size: 45px;
  }
  .arrow-button {
    padding: 12px 37px;
    font-size: 18px;
  }
  .request_form h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  select.form-field,
  input.form-field {
    --height: 44px;
  }
  .video-block img {
    max-width: 900px;
  }
  .new-launch > img {
    max-width: 1100px;
  }
  .sideing-content h2,
  .lets-talk .content h2 {
    font-size: 45px;
  }
  .sideing-content .arrow-button {
    margin-top: 25px;
  }
  .meet_experts .content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .meet_experts .content {
    margin-bottom: 40px;
  }
  .meet_card-content h3 {
    font-size: 22px;
  }
  .meet_card-content p {
    font-size: 14px;
  }
  .lets-talk .content h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .video-block img {
    max-width: 100%;
  }
  .banner-content h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .request_form {
    width: 390px;
    padding: 15px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .card_content h4 {
    font-size: 18px;
  }
  .card_content p {
    font-size: 14px;
  }

  .new-launch {
    text-align: center;
    padding: 82px 0 0 0;
  }

  .sideing-content h2,
  .lets-talk .content h2 {
    font-size: 30px;
  }
  .sideing {
    gap: 25px;
  }
  .lets-talk,
  .grd-section {
    padding: 80px 0;
  }
  .meet_experts {
    padding: 80px 0 0 0;
  }
  .footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .meet_expert_swiper .swiper-slide .meet_card img {
    height: 290px;
  }

  .meet_expert_swiper .swiper-slide,
  .meet_expert_swiper .swiper-slide-active .meet_card img {
    height: 330px !important;
  }
  .main-section {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 767px) {
  .lets-talk,
  .grd-section {
    padding: 50px 0;
  }
  .meet_experts {
    padding: 50px 0 0 0;
  }
  .banner-content {
    width: 100%;
    padding-top: 120px;
  }
  .banner .container {
    flex-wrap: wrap;
    row-gap: 30px;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
  .banner {
    height: auto;
  }
  .main-section {
    margin-top: 0;
  }
  .sideing {
    grid-template-columns: 1fr;
  }
  .sideing-content h2,
  .lets-talk .content h2,
  .meet_experts .content h2 {
    font-size: 24px;
  }
  .lets-talk .content {
    width: 100%;
  }
  .lets-talk .container {
    flex-wrap: wrap;
    row-gap: 30px;
    flex-direction: column-reverse;
  }
  .request_form {
    border: 1px solid #ebe9e9;
    width: 100%;
  }
  .new-launch {
    padding: 50px 0 0 0;
  }
  .luanch-swiper .swiper-button-prev,
  .luanch-swiper .swiper-button-next {
    display: none;
  }
  .arrow-button {
    padding: 9px 27px;
    font-size: 14px;
  }
  .banner video {
    height: 980px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .container {
    overflow: hidden;
  }
  .icons {
    order: 2;
    margin-top: 10px;
  }
  .main-section {
    padding: 50px 0 0 0;
  }
  .new-launch p br {
    display: none;
  }
  .card_content {
    padding: 20px;
  }

  .badge {
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
  }
  .banner-content .arrow-button {
    margin-top: 20px;
  }
  .luanch-swiper {
    margin-top: 30px;
  }

  .luanch-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .card_content .see-details {
    margin-top: 15px;
  }
  .card_content h6 {
    font-size: 14px;
  }
  .request_form button {
    height: 46px;
    font-size: 16px;
  }
  .footer .container {
    row-gap: 15px;
  }
  .footer {
    padding-bottom: 25px;
  }
  .launch-popup-inside {
    grid-template-columns: 1fr;
  }
  .launch-popup-content h2 {
    font-size: 22px;
  }
  .launch-popup-content p {
    margin: 10px 0 15px 0;
  }
  .launch-popup-content .content h5 {
    margin-top: 4px;
  }
  .launch-popup-content .content h5,
  .launch-popup-content .content span {
    font-size: 14px;
  }
  .launch-popup-content li + li {
    margin-top: 8px;
  }
  .access-btn {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    margin-top: 25px;
  }
  .launch-popup-image img:nth-child(1) {
    display: none;
  }

  .see-details {
    padding: 5px 12px;
    font-size: 13px;
  }
  .launch-popup-inside {
    gap: 15px;
  }
  .launch-popup {
    padding: 23px;
  }
  .footer .center p{
    text-align: center;
  }
}

@media (max-width: 580px) {
  .banner-content h1 {
    font-size: 27px;
  }
  .site-logo {
    width: 100px;
  }
  .card_content p {
    font-size: 13px;
  }

  .launch-popup-content {
    max-height: 400px;
    overflow: auto;
    padding-right: 10px;
  }
}
