@import url(https://fonts.googleapis.com/css?family=Nunito:300);

body { font-family: "Nunito", sans-serif; font-size: 24px; }

header {
  padding: 16px 23px 15px;
  width: 100%;
  z-index: 100;
  background-color: #303d4e;
}

.header-fit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  font-size: 16px;
  font-family: "Nunito";
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
}
.header__select__wrapper {
  display: flex;
  width: 130px;
}
.header__select__arrow {
  width: 8px;
  position: absolute;
  right: 15px;
  top: 4px;
  transform: rotate(90deg);
}

.ls-select {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: -5px;
}

.ls-select__head {
  width: 100px;
  color: #FFFFFF;
  font-family: "Nunito";
  font-size: 16px;
  padding-bottom: 15px;
}

.ls-select__option-list {
  display: none;
  width: 115px;
  height: 100%;
}

.ls-select--opened .ls-select__option-list {
  display: block;
  position: absolute;
  left: -25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 350px;
}

.ls-select__option {
  height: 44px;
  padding: 12px 0 0 18px;
  width: 100%;
  font-size: 16px;
  font-family: "Nunito";
  background-color: #FFFFFF;
  color: #586589;
  border-radius: 5px;
}

.ls-select__option--selected, .ls-select__option:hover {
  background-color: #F4F4F8;
}

@media only screen and (min-width: 768px) {
  header {
    padding: 18px 30px 15px 25px;
  }
  .header__logo {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  header {
    padding: 14px 35px 15px 25px;
  }
  .header-fit {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
  }
  .header__logo {
    font-size: 21px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #F8F9FA;
}

.main-background {
  background-color: #FFFFFF;
  display: flex;
  height: 100vh;
  flex-direction: column;
}

img {
  max-width: 100%;
}

a, a:visited {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

@media only screen and (min-width: 768px) {
  body::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 150px;
    background-color: #E1E9EB;
  }
  .main-background {
    position: relative;
    width: 690px;
    margin: auto;
    background-color: #FFFFFF;
    display: flex;
    min-height: 923px;
    height: unset;
    flex-direction: column;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1370px) {
  .main-background {
    width: 1370px;
    min-height: 980px;
  }
}
.qr-block {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.qr-block__cover {
  max-width: 296px;
  margin: auto;
}
.qr-block__header {
  margin-top: 27px;
  font-size: 18px;
  color: #2E3A51;
  padding-bottom: 20px;
}
 

 
/* List item ikonlarının hizasını düzenleme */
.qr-block__list__item__text-icons {
  vertical-align: middle !important; /* İkonların metinle aynı hizada olması için */
}

/* Link with phone number span tarzını güncelleme */
.qr-block__list__item span[role="button"] {
  /* Diğer liste öğeleriyle aynı stilleri uygula */
  
  margin-bottom: 23px !important;
  padding-left: 0 !important; /* Eğer liste öğelerinde padding varsa */
  color: #128C7E !important;
  font-size: 18px !important;
  text-align: left; /* Metni sola hizalama */
  
}
.qr-block__list__item, .qr-block__list__item__text {
  margin: auto;
 
  color: #128C7E !important; /* WhatsApp Green */
  font-size: 21px !important;
 
 
}

.qr-block__list__item__text-icons {
  display: inline-block;
  vertical-align: middle;
}
.qr-block__list {
  margin-bottom: 27px;
}
.qr-block__list-cover {
  list-style: inside;
}
.qr-block__list__item {
  margin-bottom: 23px;
}
.qr-block__list__item:last-child {
  margin-bottom: 0;
}
.qr-block__list__item__icon {
  margin-right: 14px;
  width: 34px;
}
.qr-block__list__item__text {
  font-size: 16px;
  color: rgba(46, 58, 81, 0.75);
}
.qr-block__list__item__text-icons {
  display: inline-block;
  vertical-align: middle;
}
.qr-block__list__picture {
  display: block;
  margin: 27px auto auto;
  width: 263px;
  height: 263px;
}

.list-item-icon {
  width: 20px;
  height: 20px;
}
.list-item-icon:first-child {
  margin-right: 5px;
}

.qr-block__video {
  margin: auto;
  width: 360px;
  height: 240px;
  display: flex;
}

.qr-code-default {
  width: 263px;
  margin: auto;
}

.display-none {
  display: none;
}

.direction-rtl {
  direction: rtl;
}
.direction-rtl .qr-block__list__item__icon {
  margin-right: 0;
  margin-left: 14px;
}

@media only screen and (min-width: 768px) {
  .qr-block__cover {
    max-width: 530px;
    margin-bottom: 84px;
  }
  .qr-block__header {
    margin-top: 58px;
    font-size: 28px;
    padding-bottom: 34px;
  }
  .qr-block__list {
    margin-bottom: 33px;
  }
  .qr-block__list__item__icon {
    width: 40px;
  }
  .qr-block__list__item__text {
    font-size: 18px;
  }
  .qr-block__list__picture {
    margin: 33px auto 84px;
  }
  .list-item-icon {
    width: 22px;
    height: 22px;
  }
  .qr-block__video {
    width: 100%;
    height: 100%;
  }
  .qr-block__video-cover {
    width: 690px;
    height: 340px;
    margin: auto;
    background-color: #F8F9FA;
  }
}
@media only screen and (min-width: 1370px) {
  .qr-block__cover {
    max-width: 1200px;
    display: flex;
  }
  .qr-block__header {
    padding-bottom: 0;
    margin-top: 40px;
  }
  .qr-block__list {
    min-height: 263px;
    margin-right: 270px;
  }
  .qr-block__list__item {
    flex-direction: column;
  }
  .qr-block__list__item__text {
    font-size: 22px;
  }
  .qr-block__list__item__icon {
    margin-right: 0;
    width: 66px;
    margin-bottom: 21px;
  }
  .qr-block__list-cover {
    margin-top: 53px;
  }
  .qr-block__list__picture {
    margin: 0;
  }
  .qr-code-default {
    width: 295px;
  }
  .qr-block__video {
    width: 560px;
    display: flex;
  }
  .qr-block__video-cover {
    margin: unset;
    height: 460px;
    width: 100%;
    padding: 85px 0;
  }
  .direction-rtl .qr-block__list {
    margin-right: 0;
    margin-left: 270px;
  }
  .direction-rtl .qr-block__list-cover {
    margin-right: 0;
    margin-left: 77px;
  }
  .direction-rtl .qr-block__list__item__icon {
    margin-right: 0;
    margin-left: 0;
  }
}

/*# sourceMappingURL=qrCode.css.map */