* {
  margin: 0;
  font-family: "Inter", sans-serif;
  user-select: none;
}
#myCarousel {
  display: none;
}

ul {
  margin-bottom: 0px;
}
.head {
  display: flex;
  padding: 0px 10px;
  align-items: center;
}
.logo_head {
  display: flex;
  justify-content: space-between;

  width: 100%;
}
.baku_paymes {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  padding: 15px 0px;

  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.linkHeader {
  width: 85%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
}

.navbar_link {
  color: #192c6a;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.linkHeader,
ul,
li,
a {
  list-style-type: none;
  text-decoration: none;
}
.daxil {
  background-color: #24d05e;
  border-radius: 60px;
  padding: 4px 15px;
}

.body_main {
  background: linear-gradient(180deg, #1f357e 0%, #08143d 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.body_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 1140px; */
  padding: 40px 10px 0px 10px;
}
.body_head_paragraf {
  width: 80%;
  color: rgba(255, 255, 255, 0.87);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 135% */
}
.body_main_paragraf {
  margin-top: 20px;
  width: 75%;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}

.paymes_logo {
  width: 190px;
  height: 54px;
}
.drawer {
  display: none;
}
.drawer:hover {
  cursor: pointer;
}
.terminal_main {
  color: var(--light-text-primary, rgba(0, 0, 42, 0.87));
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.023%; /* 36.965px */
}
.terminal_check_head {
  color: var(--light-text-primary, rgba(0, 0, 42, 0.87));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-bottom: 5px;
}
.terminal_check_paragraf {
  color: var(--light-text-primary, rgba(0, 0, 42, 0.87));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.how_to_use_head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.how_to_info {
  width: 100%;
}
.how_to_info_sub {
  color: var(--light-text-primary, rgba(0, 0, 42, 0.87));
  text-align: start;

  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.023%; /* 36.965px */
}
.contain_container {
}
.how_to_use {
  /* width: 1140px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.image {
  width: 320px;
  height: 400px;
  margin: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.how_to_use img {
  width: 294px;
  z-index: -1;
}
.how_to_use_svg {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: -15px;
}
.image_paragraf {
  text-align: center;

  color: var(--light-text-primary, rgba(0, 0, 42, 0.87));

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.image_paragraf_container {
  padding-top: 20px;
  height: 100px;
}
.pay_terminal_container_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pay_terminal_container_leadMain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.yellow_kiosk {
  width: 100%;
  margin-top: 10px;
}
.content_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.content_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.box_head {
  width: 363px;
  height: 164px;
  margin-bottom: 20px;
}
.box_head img {
  margin-bottom: 8px;
}
.image_content {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 310px;
}
.card_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #192653;
  padding: 100px 0px;
}
.card_main_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.card_lead {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 24px;
  height: auto;
  margin: 10px 0px;
  width: 47%;
  border-radius: 16px;
  border: 1px solid var(--light-secondary-main, #24d05e);
  background: #22336d;
  box-shadow: 0px 0px 16px 0px rgba(36, 208, 94, 0.2);
}
.only_border {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 24px;
  margin: 10px 0px;
  height: auto;
  width: 47%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #22336d;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
}
.card_lead_spread {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.card_paymes_paragraf {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.023%; /* 27.724px */
}
.card_paymes_paragras_2 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.chose_terminal {
  color: #fff;
  margin-bottom: 30px;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dropdown_head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}
.dropdown_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
  background: #fff;
}
.dropdown_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0px;
}
.divider {
  width: 100%;
  background-color: #edecf5;
}
.yellow_kiosk_content {
  width: 60%;
}
.dropbuttonsetting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  cursor: pointer;
}
.dropbutton {
  border-top: 2px solid #edecf5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  cursor: pointer;
}
.terminal_controll {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
}
.terminal_controll_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #24d05e;
  border-radius: 16px;
  padding: 20px 24px 0px 24px;
}

.terminal_controll_head {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
}
.different_method {
  color: var(--light-text-primary, rgba(0, 0, 42, 0.87));
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.023%; /* 30.805px */
}
.paymes_pay_terminal {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.023%; /* 49.287px */
}
.paymes_pay_terminal_lead {
  padding-right: 60px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.start {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 0.4px;
  border-radius: 29px;
  background: #fff;
  display: flex;
  width: 212px;
  height: 44px;
  padding: 2px 0px;
  justify-content: center;
  align-items: center;
}
.start_body {
  display: flex;
  width: 212px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 43px;
  color: white;
  background: var(--light-secondary-main, #24d05e);
}

.mockup {
  display: flex;
  justify-content: center;
  align-items: end;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.footer_main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer_content {
  background: var(--light-text-primary, rgba(0, 0, 42, 0.87));
  padding: 80px 10px;
}
@media only screen and (min-width: 1200px) {
  .linkHeader {
    display: flex !important;
  }

  .slider-container,
  .slider-dots {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.9px) {
  ul {
    width: 85%;
  }
  .linkHeader {
    display: flex !important;
  }
  .slider-container,
  .slider-dots {
    display: none !important;
  }
  .body_head {
    display: flex;
    justify-content: space-between;
    /* width: 1140px; */
    flex-direction: column;
  }
  .yellow_kiosk_content {
    width: 60% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .body_head_paragraf {
    width: 100%;
  }

  .yellow_kiosk {
    width: 80%;
  }
  .card_lead {
    width: 100%;
  }
  .only_border {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .box_head {
    width: 100% !important;
    margin-bottom: 0px;
  }
  .logo_head {
    display: flex;
    justify-content: space-between;

    width: 100%;
    flex-direction: column;
  }
  ul {
    width: 90%;
    padding: 0px;
    display: flex;
    align-items: baseline;
  }
  nav {
    display: flex;
    align-items: self-start;
  }
  .linkHeader {
    display: none;
    justify-content: flex-start;
  }

  .drawer {
    display: flex;
  }
  .head {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    flex-direction: row;
  }
  ul {
    flex-direction: column;
  }
  .linkHeader,
  ul,
  li,
  a {
    list-style-type: none;
    text-decoration: none;
    margin: 5px 0px;
  }
  header {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    background-color: white;
    width: 100%;
    padding: 10px 10px;
  }
  .body_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 1140px; */
    flex-direction: column;
  }

  .slider-container,
  .slider-dots {
    display: none !important;
  }
  .card_lead {
    width: 100%;
  }
  .body_head_paragraf {
    width: 100%;
  }
  .body_main_paragraf {
    width: 100%;
  }
  #drawer {
    display: flex;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.9px) {
  .box_head {
    width: 100% !important;
  }
  ul {
    width: 90%;
    padding: 0px;
    display: flex;
    align-items: baseline;
  }
  nav {
    display: flex;
    align-items: self-start;
  }
  .linkHeader {
    display: none;
    justify-content: flex-start;
  }

  .head {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
  }
  ul {
    flex-direction: column;
  }

  .linkHeader,
  ul,
  li,
  a {
    list-style-type: none;
    text-decoration: none;
    margin: 5px 0px;
  }
  header {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    background-color: white;
    width: 90%;
    padding: 10px 0px;
  }

  /* //ksdlfjdksfjksfks */

  .linkHeader {
    display: none;
  }
  .drawer {
    display: flex;
    cursor: pointer;
    user-select: none;
  }
  .logo_head {
    display: flex;
    justify-content: space-between;

    flex-direction: column;
    width: 100%;
  }
  header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    width: 100%;
    padding: 10px;
  }
  .body_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 1140px; */
    flex-direction: column;
  }

  .slider-container,
  .slider-dots {
    display: none !important;
  }
  .card_lead {
    width: 100%;
  }
  .terminal_controll_main {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0px 20px;
  }
  .start {
    width: 100%;
  }
  .body_head_paragraf {
    width: 100%;
  }
  .body_main_paragraf {
    width: 100%;
  }
  .footer_brand_icon_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse !important;
  }
  .social_media {
    margin: 20px;
  }
  #drawer {
    display: flex;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .social_media {
    margin: 20px;
  }
  .footer_brand_icon_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse !important;
  }
  .footer_brand {
    text-align: center;
  }
  .box_head {
    width: 100% !important;
    height: auto;
  }
  .linkHeader {
    /* display: none; */
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
  }
  ul {
    flex-direction: column;
  }
  #drawer {
    display: flex;
  }

  .drawer {
    display: flex;
  }
  .logo_head {
    display: flex;
    justify-content: space-between;

    width: 100%;
    flex-direction: column;
  }
  header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column !important;
    padding: 20px 0px;
  }
  .paymes_logo {
    width: 128px;
    height: 30px;
  }
  nav {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .linkHeader,
  ul,
  li,
  a {
    list-style-type: none;
    text-decoration: none;
    margin: 5px 0px;
  }

  ul {
    display: flex;
    justify-content: center;
    align-items: self-start;
    padding: 0;
  }
  .head {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
  }
  .how_to_use_head {
    display: none;
  }
  .body_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 1140px; */
    flex-direction: column;
  }
  .pay_terminal_container_leadMain {
    z-index: -1;
  }
  .card_main_content {
    width: 95%;
    background-color: #192653;
    padding: 30px 0px;
    border-radius: 16px;
  }
  .card_lead {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 24px;
    margin: 10px 0px;
    width: 90%;
    border-radius: 16px;
    border: 1px solid var(--light-secondary-main, #24d05e);
    background: #22336d;
    box-shadow: 0px 0px 16px 0px rgba(36, 208, 94, 0.2);
  }
  .card_content {
    background-color: #fff;
    padding: 20px 0px;
  }
  .card_paymes_paragras_2,
  .card_paymes_paragraf {
    font-size: 14px;
  }
  .card_paymes_paragraf {
    margin: 5px 0px 5px 0px;
  }
  .card_main_container_content {
    width: 85% !important;
  }
  .chose_terminal {
    font-size: 16px;
  }

  .only_border {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 24px;
    margin: 10px 0px;

    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #22336d;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
  }
  .image_content img {
    width: 200px;
    z-index: -1;
  }
  .image_content {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 210px;
    justify-content: center;
    align-items: center;
  }
  .image {
    height: auto;
    margin: 0px;
  }
  .dropdown_head {
    margin: 0px 0px 15px 0px;
  }
  .body_head_paragraf {
    width: 100%;
    color: rgba(255, 255, 255, 0.87);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 135% */
  }
  .body_main_paragraf {
    width: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
  }
  .terminal_controll_main {
    flex-direction: column;
    padding: 20px 20px 0px 20px;
  }

  .mockup {
    display: flex;
    justify-content: center;
  }
  .mockup img {
    width: 75%;
  }
  .start {
    width: 100%;
  }
  .paymes_pay_terminal {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .start_body {
    width: 100%;
  }

  .paymes_pay_terminal_lead {
    font-size: 14px;
  }
  .different_method {
    color: var(--light-text-primary, rgba(0, 0, 42, 0.87));
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  .footer_content {
    background: var(--light-text-primary, rgba(0, 0, 42, 0.87));
    padding: 20px 10px;
  }
  .footer_main {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .footer_logo_head {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
  }
  #myCarousel {
    display: flex !important;
  }
}

@media only screen and (max-width: 1081px) {
  .how_to_use {
    width: auto;
  }
  .how_to_info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1100px) {
  .card_lead_spread {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}

.slider-container {
  width: 300px;
  overflow: hidden;
  position: relative;
  display: contents;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  justify-content: center;
  align-items: center;
}

.slider-item {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 10px 20px;
  display: none; /* Slaytları başlangıçta gizle */
}

.slider-item.active {
  display: block; /* Aktif slaytı göster */
}

/* Noktalar */
.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}

.dropdown {
  position: relative;
  margin: 0px;
  display: flex;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 6px;
  top: 25px;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:visited .dropdown-content {
  display: block;
}

.online_pay_main {
  border: 1px solid #e6e6e6;
  padding: 10px 24px;

  border-radius: 16px;
}

.social_media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
}

.social_media a {
  color: #fff !important;
  font-size: 16px;
  margin: 0px;
}

.footer_brand_icon_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#drawer {
  display: flex;
}
#language {
  margin-left: 10px;
  border: none;
}
#language:focus-visible {
  outline: none;
}

.chose_language {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-menu {
  width: 200px;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 6px 15px rgba(0, 0, 0, 0.15);
}

.active {
  -webkit-border-radius: 5px;
  /*chrome için*/
  -moz-border-radius: 5px;
  /*mozilla için*/
  border-radius: 5px;
  /*ie için ve genel*/
}

._content_mobil {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 210px;
  justify-content: center;
  align-items: center;
}

._paragraf_mobil_container_mobil {
  padding-top: 20px;
  height: 140px;
}

.how_to_use_svg_mobil {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: -15px;
}

.carousel-indicators {
  margin-bottom: 0;
  z-index: -1;
}

._paragraf_mobil {
  text-align: center;

  color: var(--light-text-primary, rgba(0, 0, 42, 0.87));

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.carousel-item {
  padding: 10px 20px;
  z-index: -1;
}

.myCarausel_head li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  background-color: #192653 !important;
}

#dropdownMenuButton::after {
  display: none !important;
}
