@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Heavy.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Black.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-ExtraBold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Light.ttf");
  font-weight: 200;
}
:root {
  --Black: #000000;
  --White: #ffffff;
  --Yellow: #ffe269;
  --Red: #ee7a67;
  --Green: #40ffb3;
  --DarkGreen: #05d888;
  --LightGreen: #b2ffdd;
  --Blue: #4f80fb;
  --LightBlue: #a0bae7;
  --PurpleBlue: #3e4093;
  --Grey: #8f9bb3;
  --DarkGrey: #525658;
  --SoftGrey: #e5eaee;
  --LightGrey: #f7f9fa;
  color-scheme: light only;
}

html,
body {
  background-color: white;
  overflow-x: hidden;
  font-family: "Gilroy", sans-serif;
}
p {
  color: var(--Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
#mobile-menu .header,
header {
  height: 92px;
  width: 100%;
}

#mobile-menu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  padding-left: 16px;
  padding-right: 12px;
}

header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
header nav {
  display: flex;
  gap: 40px;
}
header nav a {
  text-decoration: none;
  color: var(--Black);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.darkgreen {
  color: var(--DarkGreen);
}
.lightgreen {
  color: var(--LightGreen);
}
.grey {
  color: var(--Grey);
}
.lightgrey {
  color: var(--LightGrey);
}
.softgrey {
  color: var(--SoftGrey);
}
.sect1 {
  padding-top: 160px;
  padding-bottom: 120px;
}
#mobile-menu {
  background-color: var(--White);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.mobile-background {
  position: absolute;
  bottom: 0;
  right: 46px;
  z-index: -1;
}
.mobile-background img {
  width: 100vw;
}
.mobile-links {
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 150px;
}
.mobile-links a {
  text-decoration: none;
  color: var(--Black);
  font-size: 36px;
  font-weight: 500;
}
.mobile-links a strong {
  font-weight: 800;
}
.hero-flex {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
  height: calc(100vh - 92px);
}
.hero-flex-l {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 650px;
  padding-left: 12px;
  padding-right: 12px;
}
.hero-flex-r {
  width: calc(100vw / 2 - 32px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 32px;
}
.hero-flex-r img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-title {
  font-size: 70px;
  font-weight: 600;
}
.hero-subtitle {
  font-size: 40px;
  line-height: 87px;
}
.bg-black {
  background-color: var(--Black);
}
section .sect2 {
  position: relative;
}
.sect2 .container {
  padding: 150px;
}
.container {
  max-width: 1200px;
}
.oblique {
  position: relative;
  color: white;
  padding-bottom: 500px;
  background-color: #000000;
}
.oblique::after {
  content: "";
  position: absolute;
  bottom: -175px;
  left: 0;
  height: 300px;
  width: 100%;
  background-color: black;
  transform-origin: top left;
  transform: skewY(-5deg);
  z-index: 0;
}

.sect2-title {
  color: var(--Dark-green, #05d888);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sect2-p1 {
  font-size: 20px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 31px;
}
.sect2-p2 {
  color: var(--light-blue, #a0bae7);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  letter-spacing: 0.2px;
  text-align: center;
}

.sect2-hero {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -500px;
  left: 0;
  right: 0;
  z-index: 9;
}
.sect2-hero picture {
  width: 1250px;
  height: 1250px;
  object-fit: contain;
  display: flex;
}
.sect3 {
  background-color: var(--LightGrey);
}
.sect3 .container {
  padding-top: 400px;
  padding-bottom: 96px;
}

.sect3-item strong {
  display: block;
  color: #0a2540;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.sect3-item p {
  font-weight: 200;
  line-height: 24px;
  max-width: 250px;
}
.sect3-item img {
  width: 121px;
  height: 89px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 22px;
}
.sect3-hero {
  margin-top: 54px;
  display: flex;
  align-items: center;
}
.sect3-hero picture {
  margin-right: -120px;
}
.sect3-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.sect3-subtitle {
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
}
.sect3-small-p {
  color: var(--Grey, #8f9bb3);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
  letter-spacing: 0.2px;
  margin-top: 124px;
}

.sectF {
  background-color: var(--SoftGrey);
  padding-top: 96px;
  padding-bottom: 96px;
  width: 100%;
}
.sectF .container {
  max-width: 740px;
  width: 100%;
  text-align: center;
}

.sectF h5 {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
}
.sectF p {
  color: var(--Dark-grey, #525658);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.sectS {
  background-color: black;
  padding-top: 54px;
  padding-bottom: 54px;
  color: white;
}
.sectS h5 {
  font-size: 32px;
  line-height: 40px;
  color: white;
}
.sectS p {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  opacity: 0.5;
}
footer {
  background-color: white;
  padding-top: 81px;
  padding-bottom: 0;
}
.logo-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
.logo-area .logo {
  width: 95px;
  height: 33px;
}
.logo-area p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
}
.links strong {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: black;
}
b,
strong {
  font-weight: 600 !important;
}
.links ul {
  list-style: none;
  padding: 0;
  margin-top: 18px;
}

.links ul li {
  columns: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.links ul li a {
  text-decoration: none;
  color: black !important;
}
.links ul li a:hover {
  text-decoration: underline;
}
.bg-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.bg-text-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
.contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.contact-item p {
  font-size: 16px;
}
.contact-item a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.logos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
}
.logos a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.logos img {
  display: flex;
  flex-shrink: 0;
  object-fit: contain;
}

.small {
  color: #959a9c;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.footer-ex {
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: var(--Black);
  width: 100%;
  margin-top: 81px;
}
.item-right strong {
  font-size: 24px;
}
.copyright {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  color: var(--Grey);
}
.social {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: flex-end;
}
.ucretlerSect1,
.aggrSect1,
.faqSect1 {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ucretlerSect1 {
  max-width: 1220px;
}
.contSect1 {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contSect1 .h1 {
  color: var(--Black, #000);
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 87px; /* 124.286% */
}
.ucretlerSect1 .h1,
.aggrSect1 .h1,
.faqSect1 .h1 {
  color: var(--Black, #000);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 87px; /* 124.286% */
}

.ucretlerSect1 p,
.aggrSect1 p,
.faqSect1 p {
  color: var(--Black, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-top: 13px;
}

.search-view {
  max-width: 760px;
  width: 100%;
  margin-top: 54px;
  position: relative;
}
.search-view input {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 90px;
  border: 2px solid #000;
  background: var(--white, #fff);
  padding-left: 47px;
  padding-right: 47px;
  padding-bottom: 0px;
  flex-shrink: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
}
.search-view input::placeholder {
  color: var(--Grey, #8f9bb3);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
}

.search-view button {
  position: absolute;
  right: 34px;
  top: 21px;
  border: none;
  outline: none;
  background-color: transparent;
}
#scrollToTop {
  position: fixed;
  bottom: 150px;
  right: 50px;
}
.faqSect2 {
  padding-top: 110px;
  padding-bottom: 150px;
  background: var(--light-grey, #f7f9fa);
}
.faqSect2 .container {
  max-width: 1240px;
}
.sectContent {
  padding-top: 110px;
  padding-bottom: 150px;
  background: var(--light-grey, #f7f9fa);
}
#limitler-body .nav-pills .nav-link,
#limitler-body .nav-pills .show > .nav-link,
.faqSect2 .nav-pills .nav-link,
.faqSect2 .nav-pills .show > .nav-link {
  border-radius: 70px;
  width: 306px;
  text-align: left;
  color: var(--Black, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  height: 63px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border: 2px solid transparent;
  background: transparent;
  justify-content: space-between;
  padding-left: 32px;
  margin-bottom: 7px;
}
#limitler-body .nav-pills .nav-link,
#limitler-body .nav-pills .show > .nav-link {
  width: 100%;
}
#limitler-body .nav-pills .nav-link img,
#limitler-body .nav-pills .show > .nav-link img,
.faqSect2 .nav-pills .nav-link img,
.faqSect2 .nav-pills .show > .nav-link img {
  opacity: 0;
}
#limitler-body .nav-pills .nav-link.active,
#limitler-body .nav-pills .show > .nav-link,
.faqSect2 .nav-pills .nav-link.active,
.faqSect2 .nav-pills .show > .nav-link {
  border-color: #000;
  background: var(--Green, #40ffb3);
}

#limitler-body .nav-pills .nav-link.active img,
#limitler-body .nav-pills .show > .nav-link img,
.faqSect2 .nav-pills .nav-link.active img,
.faqSect2 .nav-pills .show > .nav-link img {
  opacity: 1;
}

.faqSect2 .tab-content {
  width: 100%;
}
.faqSect2 .tab-content .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e5eaee;
}

.faqSect2 .tab-content .accordion-button {
  background-color: transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  outline: none;
  color: var(--Black, #000);
}
.faqSect2 .tab-content .accordion-body p {
  color: var(--Black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.faqSect2 .tab-content .accordion-button:focus {
  border: transparent;
  box-shadow: none;
}
.accordion-body {
  color: var(--Black, #000);
  /* Subtitle 1 */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.sozlesmeler {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 1024px;
  gap: 42px;
  margin-top: 104px;
}
.sozlesme-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #e5eaee;
  padding-bottom: 42px;
}
.sozlesme-item:last-child {
  border-bottom: none;
}
.sozlesmeler h5 {
  color: var(--Black, #000);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}

.form {
  width: 100%;
  max-width: 740px;
}

.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */

  padding-bottom: 18px !important;
}
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-1.3rem) translateX(0.15rem);
  color: var(--Black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.3;
}

form {
  margin-top: 64px;
}
.form-check {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
}

.form-check input {
  flex-shrink: 0;
  display: flex;
  width: 24px;
  height: 24px;
}

.form-btn {
  width: 100%;
  margin-top: 50px;
  border-radius: 50px;
  background: var(--Black, #000);
  height: 80px;
  border: none;
}
.form-btn:active,
.form-btn:focus,
.form-btn:hover {
  background: var(--Black, #000) !important;
}

.link-button {
  display: inline-flex;
  height: 44px;
  padding: 8px 28px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--Black, #000);
  text-decoration: none;
  color: var(--light-grey, #f7f9fa);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.link-button svg {
  margin-left: 4px;
  transition: all 0.4s;
}
.link-button:hover svg {
  margin-left: 14px;
}
.ucretlerSect1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.ucretlerSect1 h1 {
  text-align: left;
}
.toggle-top {
  display: flex;
  border-radius: 70px;
  border: 1px solid var(--Soft-Grey, #e5eaee);
  background: var(--light-grey, #f7f9fa);
  overflow: hidden;
}
.toggle-top button {
  color: var(--Black, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  border: 2px solid transparent;
  padding: 18px 81px;
  align-items: center;
  background-color: transparent;
  letter-spacing: 0.52px;
  height: 63px;
}
.toggle-top button.active {
  border-radius: 70px;
  border: 2px solid #000;
  background: var(--Green, #40ffb3);
}
.ucretlerSect2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--light-grey, #f7f9fa);
}
.ucretlerSect2 .container {
  max-width: 1220px;
}
#limitler-body table {
  width: 100%;
  border-collapse: separate;
}

#limitler-body tr th {
  color: var(--Grey, #8f9bb3);
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  width: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}
#limitler-body tr th:first-child {
  min-width: 350px;
}
#limitler-body tr td:not(:first-child) {
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  width: auto;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  letter-spacing: 0.56px;
}
#limitler-body tr td small {
  display: block;
  color: var(--Grey, #8f9bb3);
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}
#limitler-body tr td:first-child {
  color: var(--DarkGrey, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  padding-top: 16px;
  padding-bottom: 16px;

  text-align: left;
  border-bottom: 1px solid #ccc;
}
#ucretler-body .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e5eaee;
}
#ucretler-body .item-left {
  color: var(--DarkGrey);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */

  display: flex;
  flex-direction: column;
}
#ucretler-body .item-left small {
  color: var(--Grey, #8f9bb3);
  /* Body 1 */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
}
.item-right {
  color: var(--Black, #000);
  text-align: right;
  /* Heading 4 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 40px; /* 125% */
}
@media only screen and (max-width: 1440px) {
  header .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-title {
    font-size: 60px;
  }
  .hero-subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .sect2 .container {
    padding: 100px 26px;
  }
  .hero-title {
    font-size: 54px;
  }
  .hero-subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .hero-flex {
    justify-content: space-between;
    height: auto;
    margin-bottom: 40px;
  }
  .hero-flex-l {
    width: 400px;
  }
  .sect2 .container {
    padding: 60px 26px;
  }
  .hero-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 720px) {
  .hero-flex-r img {
    margin-left: 20px;
  }
  .bg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
  }
  .bg-text-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
  }
  p {
    font-size: 16px;
    font-weight: 300;
  }
  .sectContent {
    padding-top: 49px;
  }
  .contSect1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ucretlerSect1 .h1,
  .aggrSect1 .h1,
  .faqSect1 .h1 {
    color: var(--Black, #000);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
  }

  .contSect1 .h1 {
    font-size: 34px;
  }
  #scrollToTop {
    position: fixed;
    bottom: 70px;
    right: 10px;
  }
  .footer-ex {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #scrollToTop img {
    width: 40px;
    height: 40px;
  }
  .sect1 {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .hero-flex {
    flex-direction: column-reverse;
  }
  .hero-flex-l {
    width: 100%;
  }
  .sect3-item p {
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .hero-flex-r {
    width: 100%;
  }
  .sect2-hero picture,
  .sect2-hero img {
    width: 120%;
    height: 100%;
    object-fit: cover;
    margin-left: -6%;
  }
  .sect3-hero {
    flex-direction: column-reverse;
  }
  .sect3-hero picture {
    margin-right: 0;
  }
  .sect3-subtitle {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
  }
  .sect3-hero img {
    width: 100%;
  }
  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }
  .social {
    justify-content: center;
  }
  .sect2 .container {
    padding: 60px 16px 0 16px;
  }
  .oblique::after {
    bottom: -66px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 53.23px;
    letter-spacing: -0.549px;
  }
  .hero-subtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 47.742px; /* 217.01% */
    letter-spacing: -0.549px;
  }
  .sect2-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
  }
  .sect2-p1 {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }
  .sect2-p2 {
    font-size: 16px;
    line-height: 24px; /* 150% */
    text-align: left;
  }
  .sect2-hero {
    position: relative;
    bottom: 0;
  }
  .oblique {
    padding-bottom: 0;
  }
  .sect3 {
    margin-top: -200px;
  }
  .sect3 .container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 310px;
  }
  .sectF h5 {
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
    text-align: left;
  }
  .sectF p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  #limitler-body tr td:not(:first-child) {
    font-size: 20px;
  }
  .item-right strong {
    font-size: 20px;
  }
  header .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  #hamburger {
    display: flex !important;
  }
  #menu {
    display: none !important;
  }
  .toggle-top button {
    font-size: 20px;
    padding: 10px 32px;
    height: auto;
  }
  .ucretlerSect1,
  .aggrSect1,
  .faqSect1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .ucretlerSect1 {
    flex-direction: column;
    gap: 41px;
  }
  #limitler-body tr td:first-child,
  #ucretler-body .item-left {
    font-size: 20px;
  }
  .search-view input::placeholder {
    font-size: 20px;
  }
  .search-view input {
    font-size: 20px;
    padding-left: 24px;
  }
  .show-one tr > th,
  .show-two tr > th,
  .show-three tr > th {
    display: none;
  }
  .show-one tr > *:nth-child(3),
  .show-one tr > *:nth-child(4) {
    display: none;
  }
  .show-two tr > *:nth-child(3),
  .show-two tr > *:nth-child(2) {
    display: none;
  }
  .show-three tr > *:nth-child(2),
  .show-three tr > *:nth-child(4) {
    display: none;
  }
  #limitler-body .nav-pills .nav-link,
  #limitler-body .nav-pills .show > .nav-link,
  .faqSect2 .nav-pills .nav-link,
  .faqSect2 .nav-pills .show > .nav-link {
    font-size: 20px;
  }
  .item-right {
    font-size: 20px;
  }
}

@media only screen and (min-width: 601px) {
  #mobile-menu {
    display: none !important;
  }
}

#v-pills-tab {
  display: none;
}
.faqSect2 #v-pills-tab {
  display: block;
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 760px) {
  #v-pills-tab {
    display: block !important;
  }
}
