body {
	font-family: "Poppins", sans-serif !important;
	background: #1F1F1F !important;
}

a {
  text-decoration: none;
}

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

header {
  padding: 40px 40px 40px 24px;
}
header .header-items {
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.1px;
 
  text-decoration: none;

}
header .header-items:hover {
  transition: color 0.2s ease-in-out;
  color: #fff;
}

.main-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;

  text-align: center;
  
}

.detail-tabs {
  border: none !important;
}

.detail-tabs .tabs-items {
  padding: 15px;
  border: 1px solid transparent;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  height: 90px;
  width: 100%;
}
.detail-tabs .tabs-items:hover {
  border-color: #871b54;
}
.detail-tabs .tabs-items .img-box {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.detail-tabs .tabs-items .img-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.detail-tabs .tabs-items .title {
  color: #001b59;
  font-size: 16px;
  font-weight: 600;
  text-align: start;
}
.detail-tabs .tabs-items .text {
  color: #001b59;
  font-size: 12px;
  font-weight: 500;
}

.detail-tabs .tabs-items.active {
  border-color: #871b54;
}
.detail-tabs .tabs-items.active .title {
  color: #871b54;
}

.tabs-content {
  background-color: #fff;
  border-radius: 25px;
  padding: 40px;
}
.tabs-content .title {
  color: #871b54;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.tabs-content .main-text {
  color: #001b59;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.tabs-content .sm-title {
  color: #001b59;
  font-size: 22px;
  font-weight: 600;
}
.tabs-content ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #001b59;
}

.tabs-form {
    background: linear-gradient(180deg, #e91a3f 9.55%, #1f1f1f 94.85%);
    padding: 25px;
    border-radius: 24px;
}
.tabs-form .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.tabs-form .icon i {
  color: #fff;
}
.tabs-form .title {
  color: #fff;
  line-height: 22px;
}
.tabs-form .tab-inputs {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 12px 15px;
  width: 100%;
  font-size: 14px;
}
.tabs-form .tab-inputs:focus {
  outline: none;
}
.tabs-form .gonder-button {
background-color: #e8193f;
    font-size: 15px;
    border-radius: 40px;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 14px 16px;
    width: 100%;
}
.tabs-form .gonder-button:hover {
  background: linear-gradient(106deg, #871b54 1.68%, #001b59 75.27%);
  border-color: #001b59;
}

.customNextBtn {
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  height: 100%;
  color: #001b59;
  width: 35px;
}

.customPrevBtn {
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  height: 100%;
  color: #001b59;
  width: 35px;
}

.customNextBtn1, .customPrevBtn1 {
  display: none;
}

@media (max-width: 990px) {
  .customNextBtn1 {
    border: none;
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    color: #001b59;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customPrevBtn1 {
    border: none;
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    color: #001b59;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detail-tabs .tabs-items {
    padding: 10px 20px;
    font-size: 15px;
  }
  .detail-tabs .tabs-items.active {
    font-weight: 500;
  }
  .right-items {
    display: none;
  }
  .logo {
    width: 120px;
  }
  .logo img {
    width: 100%;
    max-width: 100%;
  }
  header {
    padding: 1.5rem;
  }
  header .mobil-bar-button {
    background-color: transparent;
    border: none;
  }
  header .mobil-bar-button i {
    font-size: 25px;
  }
  .main-title {
    font-size: 38px;
  }
  .detail-tabs .tabs-items .img-box {
    display: none;
  }
  .customPrevBtn, .customNextBtn {
    display: none;
  }
}

.markalogo img

{max-height:50px;}