@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Bold.otf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Regular.otf") format("truetype");
  font-weight: 500;
}
body {
  font-family: Satoshi;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

footer {
  background-color: rgb(220, 32, 37);
  padding: 34px 0;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .center {
  display: flex;
  align-items: center;
  gap: 40px;
}

footer .footer-items {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.footer-top-card {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-top-card .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.footer-top-card .right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-top-card .title {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 700;
}

.footer-top-card .text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}

.main-title {
  color: #1E1E1E;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-title.sm {
  font-size: 28px;
}
.main-title.white {
  color: #fff;
}

.main-image {
  width: 100%;
}

.main-image img {
  width: 100%;
}

.section-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
}

.section-two .title {
  color: #1E1E1E;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.section-two .text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}

.section-two .text span {
  font-weight: 700;
}

.section-two .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-two .list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.main-button {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  background: #DC2025;
  padding: 14px 40px;
}
.main-button.sm {
  padding: 10px 30px;
  font-size: 14px;
}
.main-button.light {
  background-color: #fff;
  color: #DC2025;
}

.mt-170 {
  margin-top: 170px;
}

.section-one-bottom .text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.section-one-bottom .text span {
  font-weight: 700;
}

.header-section {
  position: relative;
}

.header-abs {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
header .left {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .left .items {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .header-items {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
header .header-items.light {
  font-weight: 500;
}
header .right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-section .slider-item {
  height: 100vh;
}
.header-section .slider-item img {
  height: 100%;
  object-fit: cover;
}
.header-section .full-image-section {
  height: 100vh;
  background-size: cover;
}
.header-section .full-image-section img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.header-section .full-image-section .section-column {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-section .full-image-section .section-column.padding {
  padding-top: 180px;
}
.header-section .full-image-section .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 60px;
}
.header-section .full-image-section .content .top {
  display: flex;
  align-items: center;
  gap: 35px;
}
.header-section .full-image-section .content .test-link {
  color: #DC2025;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  padding: 12px 30px;
  border: none;
  background-color: #fff;
  border-radius: 6px;
}
.header-section .full-image-section .content .test-link.red {
  color: #fff;
  background-color: #DC2025;
}
.header-section .full-image-section .content .center {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}
.header-section .full-image-section .content .center .title {
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
}
.header-section .full-image-section .content .center .text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.header-section .full-image-section .bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}

.slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 5.531vw;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.slider-content .text {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
}
.slider-content .text span {
  font-weight: 700;
}

.pagination {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.531vw;
  z-index: 1;
  border-radius: 12px;
  background: rgba(30, 30, 30, 0.3);
  backdrop-filter: blur(5px);
}

.pagination .number {
  background-color: transparent;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

.pagination .number.active {
  color: #DC2025;
  border-bottom: 1px solid #DC2025;
  font-weight: 700;
}

.top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.left-shadow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: rotate(90deg);
}

.bottom-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.car-slider {
  padding: 130px 0;
}
.car-slider .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car-slider .left {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.car-slider .top-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.car-slider .top-text span {
  font-weight: 700;
}
.car-slider .swiper-container-wrapper {
  overflow: hidden;
}
.car-slider .swiper-slide {
  width: auto;
}

.car-slider-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.car-slider-card .image-box {
  width: 100%;
}
.car-slider-card .image-box img {
  width: 100%;
}
.car-slider-card .name {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.car-slider-card .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.car-slider-card .link {
  color: #DC2025;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  background-color: #fff;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.car-slider-content {
  padding-left: 5.531vw;
}

.mobile-header {
  display: none;
}

.car-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 6px;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(10px);
  padding: 40px 70px 20px 50px;
  align-items: center;
  position: relative;
}
.car-card .border-red {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  background: rgba(220, 32, 37, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.car-card .name {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}

.test-modal .modal-header {
  border: none;
}
.test-modal .modal-body {
  padding: 1rem 5rem;
}
.test-modal .modal-body .top-sec {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.test-modal .modal-body .top-sec .title {
  color: #DC2025;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.test-modal .modal-body .top-sec .text {
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.modal-input-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-input-div label {
  color: rgba(30, 30, 30, 0.5);
  font-size: 16px;
  font-weight: 500;
}
.modal-input-div .modal-input {
  border-radius: 6px;
  background: rgba(30, 30, 30, 0.1);
  padding: 12px 15px;
  border: none;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.modal-input-div span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.modal-label {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
}

.mt-40 {
  margin-top: 40px;
}

.modal-gonder {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  background: #DC2025;
  padding: 10px 30px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.car-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car-info .car-info-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.car-info .car-info-card .name {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.car-info .car-info-card .name.light {
  font-weight: 500;
}

.model-title {
  color: #1E1E1E;
  font-size: 28px;
  font-weight: 500;
}
.model-title span {
  font-weight: 700;
}

.model-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.model-image {
  width: 100%;
}
.model-image img {
  width: 100%;
}

.model-madde {
  display: flex;
  align-items: center;
  gap: 10px;
}
.model-madde .text-b {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 700;
}
.model-madde .text-s {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}

.model-center {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.model-center .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.model-center .top .title {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 700;
}
.model-center .top .text {
  color: #DC2025;
  font-size: 24px;
  font-weight: 700;
}
.model-center .mid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.model-center .mid .mid-text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.model-center .bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.model-center .bottom span {
  color: #DC2025;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(30, 30, 30, 0.1);
  padding: 10px 20px;
  text-wrap: nowrap;
}

.model-two-title {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 700;
}

.model-page-bottom-card {
  display: flex;
  gap: 20px;
  align-items: center;
}
.model-page-bottom-card .image-box {
  width: 210px;
  min-width: 210px;
}
.model-page-bottom-card .image-box img {
  width: 100%;
}
.model-page-bottom-card .name {
  color: #DC2025;
  font-size: 16px;
  font-weight: 700;
}
.model-page-bottom-card .text {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
}

.servis-card {
  padding: 25px 30px 10px 30px;
  border-radius: 6px;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.servis-card .name {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.top-sec.servis {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top-sec.servis .title {
  color: #DC2025;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.top-sec.servis .text {
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.mobile-servis-slider-div {
  display: none;
}

.full-img-sec {
  background-image: url(/assets/img/bg-image4.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.column-sec {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.column-sec .ust {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.column-sec .ust .title {
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
}
.column-sec .ust .text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.contact-left .contact-title {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
}
.contact-left .contact-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.contact-left .text-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-border {
  width: 200px;
  height: 30px;
  background-color: rgb(220, 32, 37);
}

.contact-right {
  border-radius: 6px;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(10px);
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.contact-right .contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-right .bottom-left {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 50%;
}
.contact-right .bottom-left .contact-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-right .bottom-left .contact-card .contact-card-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.kampanya-card {
  padding: 10px 18px;
  border-radius: 6px;
  background: rgba(30, 30, 30, 0.6);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 20px;
}
.kampanya-card .kampanya-name {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.kampanya-card .image-box {
  width: 100px;
  height: 100px;
  min-width: 100px;
}
.kampanya-card .image-box img {
  width: 100%;
  height: 100%;
}

.swiper-container-wrap {
  padding-left: 210px;
}

@media (min-width: 1400px) and (max-width: 1499.98px) {
  .swiper-container-wrap {
    padding-left: 80px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  .swiper-container-wrap {
    padding-left: 130px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .swiper-container-wrap {
    padding-left: 60px;
  }
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  .swiper-container-wrap {
    padding-left: 110px;
  }
}
@media (max-width: 990px) {
  .swiper-container-wrap {
    padding: 0 12px;
  }
  .contact-right iframe {
    height: 300px;
  }
  .mobile-servis-slider-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .mobile-servis-slider-div .prev-button,
  .mobile-servis-slider-div .next-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #DC2025;
    color: #FFF;
    border: none;
  }
  .full-image-section.servis .content {
    top: 26vw;
    width: 100%;
    gap: 30px;
  }
  .full-image-section.servis .content .center {
    width: 100%;
  }
  .model-page-bottom-card {
    flex-direction: column;
  }
  .model-page-bottom-card .image-box {
    width: 100%;
  }
  .header-abs {
    display: none;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobile-header .bars-button {
    background-color: transparent;
    border: none;
    color: #fff;
  }
  .mobile-header .offcanvas.offcanvas-end {
    width: 80%;
  }
  .mobile-header .offcanvas-body {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .mobile-header .mobile-header-item {
    font-size: 16px;
    font-weight: 500;
    color: #1E1E1E;
    border-bottom: 1px solid #EEE;
    padding: 10px 15px;
  }
  .mobile-header .satin-al {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #DC2025;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    padding: 10px 20px;
  }
  .mobile-header .pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 3vw;
    top: unset;
    flex-direction: unset;
    right: unset;
    padding: 20px 30px;
  }
  .mobile-header .slider-content .text {
    font-size: 20px;
  }
  .brand-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .mt-150 {
    margin-top: 60px;
  }
  .mt-170 {
    margin-top: 60px;
  }
  .main-title {
    font-size: 26px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .car-slider {
    padding: 60px 0;
  }
  .car-slider .left {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  .car-slider .top {
    flex-direction: column;
    gap: 30px;
  }
  .car-slider .top .main-title br {
    display: none;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .car-slider-content {
    padding-right: 5.531vw;
  }
  .mt-140 {
    margin-top: 60px;
  }
  .mt-70 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  footer .top {
    flex-direction: column;
    gap: 20px;
  }
  footer .bottom {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-text {
    text-align: center;
  }
  .header-section .full-image-section .content .top {
    flex-direction: column;
    gap: 20px;
  }
  .header-section .full-image-section .content .center {
    width: 100%;
  }
  .mobile-none {
    display: none !important;
  }
  .header-section .full-image-section .section-column.padding {
    padding-top: 130px;
  }
  .full-image-section.iletisim {
    height: auto;
  }
  .contact-right .contact-bottom {
    flex-direction: column;
    gap: 40px;
  }
  .contact-right .bottom-left {
    width: 100%;
  }
}