@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;
}
a {
  text-decoration: none;
}

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

body {
  font-family: Satoshi;
}

.container.md {
  max-width: 81vw !important;
}

.header-top {
  padding: 10px 0;
  background-color: #fff;
}
.header-top .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
.header-top .text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.header-top .right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top .right .items {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #DC2025;
  font-size: 16px;
  font-weight: 500;
}

header {
  padding: 30px 0;
  border-bottom: 1px solid #DC2025;
  background: #1E1E1E;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content .right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-content .header-items {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.header-content .header-link {
  color: #DC2025;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: none;
}

footer {
  padding: 45px 0;
  background-color: rgb(30, 30, 30);
  border-bottom: 10px solid #DC2025;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}
footer .top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
footer .footer-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
footer .footer-text span {
  font-weight: 700;
  font-size: 24px;
}
footer .input-div {
  position: relative;
}
footer .input-div .footer-input {
  border-radius: 6px;
  border: 1px solid #DC2025;
  background: #FFF;
  width: 400px;
  padding: 10px 20px;
}
footer .input-div .footer-button {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #DC2025;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
footer .center {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .footer-items {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

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

.main-slider-content {
  background-color: rgb(30, 30, 30);
}

.main-slider-items .top-right {
  display: flex;
  justify-content: end;
}
.main-slider-items .top-right p {
  color: #05F831;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #009D1D;
  background: rgba(0, 157, 29, 0.1);
  padding: 12px 40px;
}
.main-slider-items .top-right p span {
  font-weight: 700;
  color: #fff;
}
.main-slider-items .slider-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main-slider-items .top {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.main-slider-items .top .name {
  color: #DC2025;
  font-size: 24px;
  font-weight: 700;
}
.main-slider-items .top .desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.main-slider-items .bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-slider-items .bottom .text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 500;
}
.main-slider-items .center {
  display: flex;
  align-items: center;
}
.main-slider-items .center .info {
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid #DC2025;
  padding-right: 20px;
  padding-left: 20px;
}
.main-slider-items .center .info:first-child {
  padding-left: 0;
}
.main-slider-items .center .info .text {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.main-slider-items .center .info-link {
  font-weight: 500;
  color: #DC2025;
  font-size: 14px;
  text-decoration: underline;
  padding-left: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(220, 32, 37);
}

.main-button {
  border-radius: 6px;
  background: #DC2025;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border: none;
  width: fit-content;
}

.next-button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5vw;
}

.prev-button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5vw;
}

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

.firma-logo {
  width: 90px;
}
.firma-logo img {
  width: 100%;
}

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

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

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

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

.right-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.right-section .top-section {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.right-section .neden {
  color: #DC2025;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 13px 30px;
  border-radius: 8px;
  background: rgba(220, 32, 37, 0.1);
  width: fit-content;
}
.right-section .title {
  color: #1E1E1E;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}
.right-section .bottom-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.right-section .bottom-section .right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-section .bottom-section .right-item .icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(220, 32, 37, 0.1);
}
.right-section .bottom-section .right-item .text-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.right-section .bottom-section .right-item .text-div .item-title {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.right-section .bottom-section .right-item .text-div .item-text {
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.before-content {
  position: relative;
}
.before-content .absolute-svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.main-title-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-title-section.light .main-title,
.main-title-section.light .main-text {
  color: #fff;
}
.main-title-section .icon {
  width: 60px;
  min-width: 60px;
  height: 22px;
  background-color: #DC2025;
}
.main-title-section .main-title {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 700;
}
.main-title-section .main-text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}

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

.blog-card {
  width: 100%;
  position: relative;
}
.blog-card img {
  width: 100%;
}
.blog-card .blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0px 12px 12px;
  background: rgba(30, 30, 30, 0.1);
  backdrop-filter: blur(17px);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
}
.blog-card .blog-info .name {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  width: 70%;
}
.blog-card .blog-info .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.slider-car-section {
  background-color: rgb(30, 30, 30);
  padding: 100px 0;
}
.slider-car-section .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.tumunu-gor {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}

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

@media (min-width: 1400px) and (max-width: 1499.98px) {
  .swiper-container-wrap {
    padding-left: 80px;
  }
  .slider-content {
    left: 6vw;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  .swiper-container-wrap {
    padding-left: 130px;
  }
  .slider-content {
    left: 10vw;
  }
  .uygun-arac-ara .select-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .swiper-container-wrap {
    padding-left: 60px;
  }
  .slider-content {
    left: 6vw;
  }
  .uygun-arac-ara .select-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
  .swiper-container-wrap {
    padding-left: 110px;
  }
  .slider-content {
    left: 10vw;
  }
  .uygun-arac-ara .select-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}
@media (max-width: 990px) {
  .swiper-container-wrap {
    padding: 0 12px;
  }
}
.car-slider-card {
  padding: 40px 25px 15px 25px;
  background-color: #E0DFDF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background-image: url(../img/citroen-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.car-slider-card:hover {
  background-color: #DC2025;
}
.car-slider-card .car-img {
  width: 100%;
}
.car-slider-card .car-img img {
  width: 100%;
}

.uygun-arac-ara {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(30, 30, 30, 0.25);
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.uygun-arac-ara .title-top {
  color: var(--Secondary-500, #1A202C);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.uygun-arac-ara .title-icon::before {
  content: "";
  width: 15px;
  height: 15px;
  min-width: 15px;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(220, 32, 37, 0.3);
  border-radius: 50%;
}
.uygun-arac-ara .car-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uygun-arac-ara .car-type .item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: rgba(19, 19, 19, 0.4);
}
.uygun-arac-ara .car-type .item.active {
  color: #DC2025;
}
.uygun-arac-ara .select-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
.uygun-arac-ara .select-section .select-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid rgba(220, 32, 37, 0.4);
  padding-right: 40px;
}
.uygun-arac-ara .select-section .select-card:last-child {
  border: none;
  padding-right: 0;
}
.uygun-arac-ara .select-section select {
  font-size: 12px;
  border: none;
  background-color: transparent;
}
.uygun-arac-ara .select-section label {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.mobile-header {
  display: none;
}

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

.hakkimizda-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hakkimizda-text p {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.kampanya-card {
  background-image: url(../img/kampanya-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D8D8D8;
  padding: 15px 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
}
.kampanya-card .icon-two {
  color: #fff;
}
.kampanya-card:hover {
  background-color: #DC2025;
}
.kampanya-card:hover .icon,
.kampanya-card:hover .title,
.kampanya-card:hover .text,
.kampanya-card:hover .text-two {
  color: #fff;
}
.kampanya-card:hover .main-button {
  background-color: #FFF;
  color: #1E1E1E;
}
.kampanya-card:hover .icon-two {
  color: #1E1E1E;
}
.kampanya-card .icon {
  height: 18px;
  display: flex;
}
.kampanya-card .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kampanya-card .title {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
}
.kampanya-card .text {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
}
.kampanya-card .text-two {
  color: #1E1E1E;
  font-size: 12px;
  font-weight: 500;
}
.kampanya-card .bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
}
.kampanya-card .main-button {
  padding: 10px 25px;
}

.online-hizmet-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background-image: url(../img/online-hizmetler-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 20px;
  background-color: #D8D8D8;
  border-radius: 10px;
}
.online-hizmet-card:hover {
  background-color: #DC2025;
}
.online-hizmet-card:hover .title,
.online-hizmet-card:hover .text {
  color: #fff;
}
.online-hizmet-card .icon {
  width: 82px;
  height: 82px;
  min-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
}
.online-hizmet-card .title {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
}
.online-hizmet-card .text {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
}
.online-hizmet-card .right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bg-page {
  background-image: url(../img/page-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.body-bg-color {
  background-color: #F6F7F9;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.main-input-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-input-section label {
  color: rgba(30, 30, 30, 0.5);
  font-size: 16px;
  font-weight: 500;
}
.main-input-section .main-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;
}
.main-input-section .main-button-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

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

.contact-right-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-right-bottom .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-right-bottom .contact-info .contact-info-text {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
}

.car-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.car-card .main-button {
  width: 100%;
  justify-content: center;
}
.car-card .image-box {
  border-radius: 12px;
  background: #FFF;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  height: 225px;
  gap: 18px;
}
.car-card .image-box .name {
  color: #DC2025;
  font-size: 20px;
  font-weight: 700;
}
.car-card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.car-card .card-bottom {
  display: flex;
  width: 100%;
}
.car-card .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.car-card .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.car-card .desc-title {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
}
.car-card .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.car-card .features-text {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.car-card .features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.car-detail-page {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background-color: #fff;
  padding: 10px 22px;
  border-radius: 12px;
}
.car-detail-page .detail-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.car-detail-page .car-name {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.48px;
}
.car-detail-page .car-desc {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.car-detail-page .mid-left,
.car-detail-page .mid-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.car-detail-page .mid-text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.car-detail-page .mid-text span {
  color: #DC2025;
  font-weight: 700;
}

.car-detail-page-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.car-detail-page-bottom .detail-bottom-card {
  padding: 20px 45px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.car-detail-page-bottom .detail-bottom-card.green {
  background-color: rgba(0, 157, 29, 0.1);
}
.car-detail-page-bottom .detail-bottom-card.green .sm-text {
  color: rgb(0, 157, 29);
}
.car-detail-page-bottom .detail-bottom-card.green .lg-text {
  color: rgb(0, 157, 29);
}
.car-detail-page-bottom .detail-bottom-card .sm-text {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.car-detail-page-bottom .detail-bottom-card .lg-text {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.48px;
}

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

.slider-item-ratio .slider-container > * > * {
  border-radius: 8px;
}

.product-slider-item img {
  border-radius: 8px;
}

header .modal-body {
  padding: 30px 50px;
}
header .modal-body .top-sec {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
header .modal-body .top-sec .title {
  color: #DC2025;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
header .modal-body .top-sec .text {
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
header .modal-body .modal-label {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 990px) {
  .car-card .card-bottom {
    gap: 20px;
  }
  .contact-left {
    gap: 20px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mt-35 {
    margin-top: 30px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mobile-header {
    display: block;
  }
  header {
    display: none;
  }
  .header-top {
    display: none;
  }
  .header-top .content {
    padding: 10px 0;
    justify-content: center;
  }
  .header-top .right {
    display: none;
  }
  .header-top .text {
    text-align: center;
  }
  footer .center {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .input-div {
    width: 100%;
  }
  footer .input-div .footer-input {
    width: 100%;
  }
  .satin-al {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #DC2025;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
  }
  .mobile-header {
    padding: 20px 0;
    background-color: rgb(30, 30, 30);
  }
  .mobile-header .bars-button {
    border: none;
    background-color: transparent;
  }
  .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;
  }
  .main-slider-items .top-right p {
    padding: 10px 20px;
    font-size: 14px;
  }
  .main-slider-items .top-right {
    justify-content: start;
  }
  .main-slider-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main-slider-items .slider-left {
    gap: 20px;
  }
  .main-slider-items .center {
    flex-wrap: wrap;
    gap: 15px;
  }
  .next-button,
  .prev-button {
    display: none;
  }
  .main-button {
    padding: 10px 20px;
  }
  .uygun-arac-ara .select-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .uygun-arac-ara .select-section .select-card {
    border: none;
    padding-right: 0;
  }
  .slider-car-section {
    padding: 50px 0;
  }
  .slider-car-section .top {
    flex-direction: column;
    gap: 20px;
  }
  .main-title-section .main-title {
    font-size: 18px;
  }
  .main-title-section .main-text {
    font-size: 14px;
  }
  .main-title-section .icon {
    min-width: 40px;
    width: 40px;
    height: 15px;
  }
  .mt-150 {
    margin-top: 60px;
  }
  .blog-card .blog-info .icon {
    display: none;
  }
  .blog-card .blog-info {
    padding: 10px;
  }
  .blog-card .blog-info .name {
    width: 100%;
    font-size: 14px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .mt-140 {
    margin-top: 60px;
  }
  .car-detail-page-bottom {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1399.98px) {
  .car-detail-page-bottom {
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
}