@charset "UTF-8";
@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;
}

header {
  position: relative;
}
header .logo {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.header-top {
  padding: 15px 0;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.header-top .top-items {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid rgba(30, 30, 30, 0.5);
}
.header-top .top-items.end {
  border: none;
}
.header-top .top-items .title {
  color: rgba(30, 30, 30, 0.5);
  font-size: 12px;
  font-weight: 700;
}
.header-top .top-items .number {
  color: #DC2025;
  font-size: 16px;
  font-weight: 700;
}
.header-top .social-div {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 20px;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  background-color: #DC2025;
}
.header-bottom .header-items {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.header-bottom .bottom-items {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-left: 13vw;
  padding: 20px 0;
}
.header-bottom .teklif-al {
  background-color: #1E1E1E;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 100px;
}

footer {
  padding: 150px 0 75px 0;
  background-color: #1E1E1E;
  position: relative;
}
footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .left-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-adress {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
footer .footer-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
footer .footer-items-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-items-div .footer-title::before {
  content: "";
  width: 45px;
  height: 5px;
  background-color: #DC2025;
  position: absolute;
  bottom: -10px;
  left: 0;
}
footer .footer-items-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-items {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
footer .footer-absolute {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 100px;
  background-color: #1E1E1E;
  border: 15px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4vw;
  padding: 15px 30px 15px 15px;
}
footer .footer-absolute .icons {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC2025;
  border-radius: 50%;
}
footer .footer-absolute .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-absolute .right .abs-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
footer .footer-absolute .right .abs-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.main-slider {
  position: relative;
}
.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 45px;
  margin-top: 0;
}
.main-slider .button-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  padding: 0 50px;
}
.main-slider .button-div .prev-button,
.main-slider .button-div .next-button {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 40px;
  background-color: transparent;
  border-radius: 30px;
  position: relative;
  border: none;
}

.main-slider-items {
  width: 100%;
  height: 40vw;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  align-items: center;
}
.main-slider-items .slider-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 70%;
}
.main-slider-items .slider-content .sm-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
}
.main-slider-items .slider-content .lg-title {
  color: #FFF;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.main-slider-items .slider-content .lg-title span {
  font-size: 26px;
}
.main-slider-items .slider-content .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

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

.main-title {
  color: #1E1E1E;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.main-title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 5px;
  background-color: #DC2025;
}

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

.product-card {
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.product-card .title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.product-card .text {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
}
.product-card .link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.product-card.red {
  background-color: #DC2025;
}
.product-card.dark-blue {
  background-color: #022033;
}
.product-card.claret-red {
  background-color: #542127;
}
.product-card.navy-blue {
  background-color: #0B356D;
}
.product-card.black {
  background-color: #000;
}
.product-card.blue {
  background-color: #0297B2;
}

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

.brand-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
  position: relative;
}
.brand-left .title {
  color: #1E1E1E;
  font-size: 26px;
  font-weight: 700;
}
.brand-left .text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.brand-left .absolute-svg {
  position: absolute;
  right: -40px;
  top: 30px;
}

.absolute-images {
  width: 100%;
  position: relative;
}
.absolute-images img {
  width: 100%;
}
.absolute-images .absolute-bottom {
  background-color: #DC2025;
  padding: 20px 90px;
  display: flex;
  gap: 30px;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.absolute-images .absolute-bottom .text {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.absolute-images .absolute-bottom .text.b {
  font-weight: 700;
}
.absolute-images .w-logo {
  width: 130px;
  padding: 10px 30px 10px 0;
  border-right: 1px solid #fff;
}
.absolute-images .w-logo img {
  width: 100%;
}
.absolute-images .absolute-top {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  left: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.absolute-images .absolute-top .text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.absolute-images .absolute-top .text.b {
  font-weight: 700;
}

.blog-card {
  padding: 80px 25px 40px 25px;
  position: relative;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-card .blog-card-content {
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.blog-card .title {
  font-size: 20px;
  font-weight: 700;
  color: #1E1E1E;
}
.blog-card .desc {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.blog-card .link {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.blog-card .link a {
  color: #DC2025;
  font-weight: 700;
  font-size: 16px;
}
.blog-card .blog-card-date {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  background-color: #DC2025;
  border-radius: 10px 0px 0px 0px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.hakkimizda-section .title {
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.hakkimizda-section .text {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
}

.hakkimizda-section-two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hakkimizda-section-two .title {
  color: #1E1E1E;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4; /* 142.857% */
}
.hakkimizda-section-two .text {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
}
.hakkimizda-section-two .red-text {
  font-size: 16px;
  font-weight: 500;
  color: #DC2025;
}

.blog-page-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-page-card .image-box {
  width: 100%;
}
.blog-page-card .image-box img {
  width: 100%;
  max-width: 100%;
}
.blog-page-card .blog-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-page-card .date {
  color: rgba(30, 30, 30, 0.75);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.blog-page-card .name {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.blog-page-card .short-desc {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.blog-page-card .read-more {
  color: #DC2025;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.blog-main-title {
  color: #1E1E1E;
  font-size: 26px;
  font-weight: 700;
}

.mb-40 {
  margin-bottom: 40px;
}

.blog-detail-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-d-image {
  width: 100%;
}
.blog-d-image img {
  width: 100%;
  border-radius: 30px;
}

.blog-detail-text {
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
}

.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;
}

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

.sigorta-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sigorta-section .title {
  color: #1E1E1E;
  font-size: 26px;
  font-weight: 500;
}
.sigorta-section .title span {
  font-weight: 700;
}
.sigorta-section .text {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 18px;
}

.sigorta-detay-bg {
  background-color: rgba(30, 30, 30, 0.1);
  padding: 60px 0;
}

.sigorta-detay-form {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sigorta-detay-section {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.sigorta-detay-section .detail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sigorta-detay-section .detail-text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}

.table-sec th,
.table-sec td {
  border: none;
}

.bg-table .items {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 50px;
}
.bg-table .items.bg {
  background-color: #FFE1E1;
}
.bg-table .items .left {
  width: 20%;
  min-width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-table .items .title {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 700;
}
.bg-table .items .text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}

.faqs-section .accordion-item {
  margin-bottom: 40px; /* Accordion item'lar arasında boşluk */
  border: none; /* Kenarlardaki varsayılan borderları kaldır */
  border-radius: 14px;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
  padding: 20px;
}
.faqs-section .accordion-button {
  border-bottom: none !important; /* Button ile body arasında border olmasın */
  box-shadow: none;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 14px;
}
.faqs-section .accordion-button:not(.collapsed) {
  box-shadow: none; /* Açıkken oluşan ekstra shadow'u kaldırır */
  background-color: transparent;
}
.faqs-section .accordion-collapse {
  border-top: none; /* İçerik açıldığında üst kısımda border olmasın */
}
.faqs-section .accordion-item.show,
.faqs-section .accordion-item:has(.accordion-collapse.show) {
  border: 2px solid #DC2025;
  box-shadow: 0px 6px 16px 0px rgba(220, 32, 37, 0.19);
}
.faqs-section .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 14px;
}
.faqs-section .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 14px;
}
.faqs-section .accordion-button::after {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23DC2025' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.faqs-section .accordion-button:not(.collapsed)::after {
  background-color: #DC2025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}
.faqs-section .accordion-text {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.mobile-header
{
  display: none;
}
.radio-div
{
  display: flex;
  align-items: center;
  gap: 30px;
}
.plaka-var, .plaka-yok {
  display: none;
}
.p-div
{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 990px) {
  .main-slider .owl-dots
  {
    position: unset;
  }
  .main-slider .button-div
  {
    display: none;
  }
  .main-button
  {
    font-size: 14px;
    padding: 10px 25px;
  }
  header 
  {
    display: none;
  }
  .mobile-header 
  {
    background-color: #1E1E1E;
    padding: 25px 0;
    display: block;
  }
  .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 .slider-content .text {
    font-size: 20px;
  }
  .faqs-section .accordion-button {
    font-size: 18px;
    gap: 30px;
  }
  .faqs-section .accordion-item {
    padding: 0;
  }
  .contact-left {
    gap: 20px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .brand-left .absolute-svg {
    display: none;
  }
  .main-slider-items {
    height: auto;
  }
  .main-slider-items .slider-content {
    width: 100%;
  }
  .mt-150 {
    margin-top: 40px;
  }
  .absolute-images .absolute-bottom {
    position: unset;
  }
  .mt-70 {
    margin-top: 30px;
  }
  .mobil-center {
    justify-content: center;
  }
  .absolute-images-img {
    height: 400px;
    object-fit: cover;
  }
  .absolute-images .absolute-top {
    top: 90px;
    transform: unset;
    left: 30px;
  }
  .absolute-images .w-logo {
    min-width: 130px;
  }
  .absolute-images .absolute-bottom {
    padding: 20px;
  }
  .absolute-images .absolute-bottom .text {
    font-size: 18px;
  }
  .mt-250 {
    margin-top: 50px;
  }
  footer .footer-absolute {
    position: unset;
    transform: unset;
    margin: 0 20px;
    border: 5px solid #fff;
    margin-top: 30px;
  }
  footer .footer-absolute .icons {
    min-width: 90px;
  }
  footer {
    padding: 75px 0;
  }
  .footer-logo {
    width: 130px;
  }
  .main-slider-items .slider-content .sm-title {
    font-size: 18px;
  }
  .main-slider-items .slider-content .lg-title {
    line-height: normal;
    font-size: 34px;
  }
  .main-slider-items {
    padding: 30px;
  }
  .bg-table .items {
    flex-direction: column;
    gap: 20px;
  }
  .bg-table .items .left {
    width: 100%;
  }
  .bg-table .items .text {
    text-align: center;
  }
}


.button-div button{
    position:relative;
    width:120px !important;
    height:40px !important;
    border-radius:0 !important;
}

.button-div button::before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius:0;
    top:0;
    left:0;
    border-top:1px solid white;
    border-right:1px solid white;
    animation:border-top-right 3s infinite alternate;
}
.button-div button::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius:0;
    bottom:0;
    right:0;
    border-bottom:1px solid white;
    border-left:1px solid white;
    animation:border-bottom-left 3s infinite alternate;
}

@keyframes border-top-right{
    0%{width:0; height:0;}
    25%{width:120px; height:0;}
    50%{width:120px; height:40px;}
    100%{width:120px; height:40px;}
}
@keyframes border-bottom-left{
    0%{width:0; height:0;opacity:0;}
    50%{width:0; height:0;opacity:0;}
    50.1%{width:0; height:0;opacity:1;}
    75%{width:120px; height:0;opacity:1;}
    100%{width:120px; height:40px;opacity:1;}
}


