@font-face {
  font-family: 'Gotham';
  src: url('../css/fonts/subset-Gotham-Book.woff2') format('woff2'),
    url('../css/fonts/subset-Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Extra';
  src: url('../css/fonts/subset-Gotham-ExtraLight.woff2') format('woff2'),
    url('../css/fonts/subset-Gotham-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

::selection {
  background-color: #27aa67;
  color: #fff;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: #5a7184;
}

::-webkit-scrollbar-track {
  box-shadow: inset 3px 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  font-family: 'Gotham', sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  z-index: 10;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.m-hide-desktop img {
  width: 32px;
  height: 32px;
}

.hamburger-icon {
  width: 40px;
  height: 40px;
}

.menu-action-btn {
  background-color: transparent;
  width: 45px;
}

.close-icon {
  width: 36px;
  height: 36px;
  border: 2px solid #1e325c;
  border-radius: 3px;
}

.menu-header img:first-child {
  width: 140px;
}

.language {
  position: relative;
  display: flex;
  align-items: center;
}

.language__icon {
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-left: 2px;
  cursor: pointer;
}

.language__text {
  font-size: 15px;
  font-weight: 600;
  color: #1e325c;
  margin-left: 8px;
}

.language__dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 10px;
  background-color: #fff;
  border-top: 5px solid #27aa67;
  border-radius: 5px;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.language:hover .language__dropdown {
  opacity: 1;
  visibility: visible;
}

.language__dropdown:before {
  content: '';
  position: absolute;
  border-bottom: 10px solid #30ab70;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.language__item {
  display: flex;
  align-items: center;
  width: 40px;
  height: 34px;
  line-height: 32px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #162950;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.language__item:hover {
  color: #1e325c;
}

.language__dropdown li {
  margin-bottom: 10px;
}

.language__item {
  font-size: 15px;
}

.language__item img {
  margin-right: 8px;
}

.language__item.translate:nth-child(3) {
  display: none;
}

.account {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
}

.account__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.account__icon svg {
  transition: all 0.2s ease-in-out;
}

.account:hover svg {
  fill: #27aa67;
}

.account:hover .account__text {
  color: #27aa67;
}

.account__text {
  font-size: 13px;
  font-weight: 700;
  color: #1e325c;
  transition: all 0.2s ease-in-out;
}

.account__dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
  border-top: 5px solid #27aa67;
  border-radius: 5px;
  top: 67px;
  width: 170px;
  transition: all 0.2s ease-in-out;
}

.account:hover .account__dropdown {
  opacity: 1;
  visibility: visible;
}

.account__dropdown:before {
  content: '';
  position: absolute;
  border-bottom: 10px solid #30ab70;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.account__dropdown li {
  padding: 0;
}

.account__dropdown li:first-child {
  margin-bottom: 10px;
}

.account__dropdown li a {
  display: inline-block;
  width: 130px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #162950;
}

.account__dropdown li:first-child a {
  background-color: #27aa67;
  color: #fff;
  border-color: #27aa67;
}

.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 500px;
  background-image: url('https://www.kirapratik.com.tr/publicassets/kirapratik/kirapratik-dijital-mulk-yonetim-sistemi.jpg');
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(30, 50, 92, 0.7);
}

.hero__inner {
  position: relative;
  max-width: 1380px;
  z-index: 10;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero__title {
  max-width: 500px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.hero__line {
  height: 2px;
  width: 240px;
  background-color: #27aa67;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero__desc {
  font-size: 20px;
  color: #f7f7f7;
  margin-bottom: 80px;
}

.hero__button {
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 40px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background-color: #1e325c;
  border: 3px solid #fff;
  color: #fff;
  box-shadow: 3px 3px 13px 7px rgba(30, 50, 92, 0.2);
  transition: 0.15s border linear;
}

.hero__button:hover {
  border-color: #1e325c;
}
.banner-app .footer__app .app-text {
  font-size: 8px !important;
  top: 2px;
  right: 8px;
}

.banner-app .footer__app {
  width: 107px;
}
.cards {
  margin: 30px 0 0;
  background-color: rgba(39, 170, 103, 8%);
}

.cards .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.card__img {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  max-height: 430px;
  border-radius: 25px 3px;
}

.card__img img {
  border-radius: 25px 3px;
  display: block;
}

.card__img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 50, 92, 0.5);
}

.card__title {
  color: #27aa67;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.card__text {
  color: #5a7184;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 600px;
}

.card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  color: #1e325c;
  border: 3px solid transparent;
  border-radius: 15px 2px;
  background-color: rgba(39, 170, 103, 0.3);
  box-shadow: 1px 2px 7px 1px rgba(39, 170, 103, 0.2);
  transition: all 0.2s ease-in-out;
}

.card__btn svg path {
  fill: #1e325c;
  transform: scale(1.08);
}

.card__btn:hover {
  border-color: #1e325c;
}

.card__membership {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to left, #11998e, #6fdd98);
  color: #fff;
  border-radius: 8px;
  padding: 30px 15px;
}

.card__subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #1e325c;
  max-width: 300px;
  margin: 0 auto 15px;
}

.card__video {
  display: inline-flex;
  text-align: center;
  position: relative;
  max-width: 300px;
  max-height: 215px;
  border-radius: 8px;
  overflow: hidden;
}

.card__video:hover::after {
  opacity: 0.9;
}

.card__video::after {
  content: '';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://www.kirapratik.com.tr/publicassets/kirapratik/play.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  background-color: rgba(50, 30, 92, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.card__desc {
  text-align: center;
  color: #f5f5f5;
  margin-bottom: 20px;
  max-width: 440px;
}

.advantage {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e325c;
}

.advantage .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage__title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.advantage__items {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.advantage__item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 45%;
  height: 160px;
  margin: 8px;
  padding: 20px 8px;
  border-radius: 10px;
  background-color: #fff;
  color: #1e325c;
  box-shadow: inset 0 0 14px 9px rgba(50, 30, 92, 0.2);
  transition: all 0.2s ease-in-out;
}

.advantage__item:hover {
  transform: translateY(-5px);
}

.advantage__text {
  color: #1e325c;
  font-size: 13px;
}

.advantage__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(10, 175, 87, 0.28);
}

.advantage__icon img {
  width: 32px;
}

.price {
  margin: 50px 15px 30px;
}

.price .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price__cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 0 6px 3px rgba(39, 170, 103, 0.15);
  border-radius: 8px;
  padding: 20px 15px 10px;
  margin-bottom: 60px;
  background-color: rgba(39, 170, 103, 8%);
}

.price__title {
  text-align: center;
  color: #1e325c;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  margin-bottom: 40px;
}

.price__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 30px;
  height: 3px;
  background-color: #27aa67;
  transform: translateX(-50%);
}

.price__amount {
  min-width: 100%;
  font-size: 38px;
  font-weight: 700;
  color: #27aa67;
  margin-bottom: 40px;
}

.price__amount span:nth-child(2),
.price__amount span:nth-child(3) {
  font-size: 13px;
}

.price__info {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1e325c;
}

.price__options {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.price__options span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 17px;
  color: #5a7184;
  font-weight: 500;
}

.price__options span::before {
  content: '';
  position: absolute;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAbNJREFUSEu9lT9SwlAQxr/NBfQGaiHQiSdQb4AFoZRGoBNOIJzA2BEs1JJYiCfQI4TOhw3cAC6QdV5IYvIS8s/RzGQmM9n9frvf22wIf3zRH+sjE1Czem0HfEZAHdtbXjYDNhFmomm+pRW5E1CZdhpEdAfgMKPLJTMPFq3JLCkuEVC1ugaAm0L2MQzRMgdqTgxQSvxH9V7oZj8MiQA8W14LVa4EM/Nl2K4IoGp1lgAd/AYAYCl088jXCAByWhj8WEB8Q0wGE9+qOeEuAkDlpfdEzFc5ARsHzvmX/mDXpr2hCmGi50Vz3JZaAaBqdW0AJzkAgfixdV3XoL0D2FfybKGbpyqAYyPGNGJiORV73rs84m6o0E23+HAHEQAxjT5b46FX5YcM9m1JqTyoMQmgWrR24FxIn6WgzPSfd9gSNmAudNPNyTrkACKD81Qu4xIPOeUjcyEyMUflbheJYypfpHxoa69/dVoSho5XQp8EC/J/V8W2ixKbNO+y8+NKQmKbNDJFqpnbQ4eRvfx4xYx+oR9OGCZB0LQGMcu59lfJnIlsOM5sl3Bsm+bYQaVCMn/6pVRDSd+YHNUZ3tijxAAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: -28px;
}

.price__btn {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1.3px;
  margin-bottom: -30px;
  border-radius: 5px;
  background-color: #27aa67;
  box-shadow: 0 0 10px 4px rgba(39, 170, 103, 0.3);
  color: #fff;
  transition: opacity 0.2s ease-in-out;
}

.price__btn:hover {
  opacity: 0.9;
}

.store {
  background-color: rgba(39, 170, 103, 8%);
  margin-bottom: 30px;
  position: relative;
}

.store .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.store__title {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding: 5px 12px;
  margin-bottom: 15px;
}

.store__header {
  margin-bottom: 20px;
}

.store__title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top right, #45d78c, #4070d5);
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -10;
  transform: scale(1.02, 1.02) skewX(-15deg);
}

.store__text {
  max-width: 500px;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 20px;
  color: #5a7184;
}

.store__icon {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 12px 1px rgba(30, 50, 92, 0.1);
  border-radius: 5px;
  margin-bottom: 10px;
  transition: transform 0.2s ease-in-out;
}

.store__icon:hover {
  transform: scale(1.04);
}

.store__icon:first-child {
  margin-right: 10px;
}

.store__icon img {
  width: 100%;
  display: block;
}

.store__icon span {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  top: 3px;
  right: 7px;
  color: #000;
}

header nav,
header .menu-actions:not(.mobile) {
  display: none;
}

.logo img {
  height: 45px;
}

.menu-actions {
  display: flex;
  align-items: center;
}

.info {
  margin: 50px 15px;
}

.info .container {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.info .wrapper-img {
  order: 1;
  border-radius: 20px;
}

.info .wrapper {
  order: 2;
}

.main-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e325c;
  margin: 20px 0;
}

.m-hide {
  display: none;
}

.info .wrapper h1 {
  color: #27aa67;
}

.info .wrapper p {
  color: #5a7184;
  font-weight: 400;
  margin: 20px 0 30px;
  font-size: 16px;
  line-height: 1.4;
}

.youtube {
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  box-shadow: 0 0 7px 5px rgba(30, 50, 92, 0.1);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: #1e325c;
  color: #fff;
  transition: opacity 0.2s ease-in-out;
}

.btn:hover {
  opacity: 0.9;
}

.btn .play-icon {
  margin-left: 8px;
}

.footer-view {
  font-size: 11px;
  color: #5a7184;
  text-align: justify;
}

footer {
  margin-top: 50px;
}

footer hr {
  width: 100%;
}

footer hr:after {
  content: ' ';
  display: block;
  border-top: 1px solid #c5c9ce;
  position: relative;
}

.footer__app {
  position: relative;
}

.footer__app span {
  position: absolute;
  font-size: 12px;
  font-weight: 800;
  top: 13px;
  right: 9px;
  color: #000;
  z-index: 10;
}
.banner-app {
  display: flex;
  margin-top: 3%;
}
.ml-left-1 {
  margin-left: 1%;
}

footer .footer-icon {
  position: relative;
  top: -40px;
  left: 15px;
  width: 70px;
}

footer .footer-top-column {
  border-bottom: 1px solid #c5c9ce;
  padding-bottom: 2rem;
  max-width: 1200px;
  margin: -110px auto 10px;
}

footer .footer-top-column .column {
  margin-top: 70px;
  padding: 0 0 0 5px;
}

footer .footer-top-column .column .row {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  color: #1e325c;
  font-size: 14px;
}

footer .footer-top-column .column .row a {
  color: #5a7184;
  font-size: 13px;
  text-align: left;
  transition: color 0.2s ease-in-out;
}

footer .footer-top-column .column .row a:hover {
  color: #27aa67;
}

footer .footer-top-column .second,
footer .footer-top-column .third {
  display: none;
}

footer .second {
  display: flex;
  flex-direction: column;
  padding-left: 5rem;
  width: 40%;
}

footer .second a {
  color: #1e325c;
  margin-bottom: 0.1rem;
  line-height: 21px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}

footer .second a:hover {
  transform: translateX(5px);
  color: #27aa67;
}

footer .third {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

footer .third p {
  color: #5a7184;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
}

footer .third img {
  margin: 10px auto;
  filter: drop-shadow(1px 4px 6px rgba(0, 0, 0, 0.15));
  width: 160px;
}

footer .third .footer__app {
  transition: transform 0.2s ease-in-out;
}

footer .third .footer__app:hover {
  transform: scale(1.04);
}

footer .column .row {
  display: flex;
  align-items: center;
  padding: 0 0 20px 0;
}

footer .column .row img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

footer .column .social {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  margin-top: 1.5rem;
  max-width: 400px;
}

footer .column .social a {
  border-radius: 50%;
  margin-right: 20px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  box-shadow: 0 0 4px 2px rgba(30, 50, 92, 0.15);
  background-color: rgba(30, 50, 92, 0.06);
  transition: transform 0.2s ease-in-out;
}

footer .column .social a:hover {
  transform: scale(0.94);
}

footer .footer-bottom {
  color: #1e325c;
  font-size: 11px;
  font-weight: 700;
  padding: 12px;
}

footer .footer-bottom a {
  color: #27aa67;
}

.topnav {
  overflow: hidden;
  background-color: white;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 80%;
  height: 100%;
}

.topnav #hamburger-menu {
  display: none;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.menu-header {
  background-color: #deedf6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 75px;
  padding: 15px;
}

.inside-menu {
  padding: 15px;
  margin-top: 70px;
}

.dropdown-container,
.topnav a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.9px;
  font-weight: 600;
  color: #0e264b;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  line-height: 45px;
  outline: none;
}

.dropdown-container .drop-container {
  display: none;
}

.dropdown-container .drop-container a {
  display: block;
  flex-direction: column;
  background: #effaf3;
  line-height: 40px;
  padding-left: 10px;
}

.dropdown-container .drop-container a:hover {
  background-color: #0e264b;
}

.drop-container li {
  border: 0;
  margin-bottom: 5px;
}

.dropdown-container .language__icon {
  padding: 0;
  margin-left: 0;
}

.dropdown-container .language__text,
.dropdown-container .language__item {
  font-size: 18px;
}

.m-menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1000vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}

.social-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 50px;
  padding: 15px 5px;
  background-color: #deedf6;
}

.social-mobile a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 5px;
  border: 2px solid #1e325c;
  background-color: #fff;
  border-radius: 5px;
}

.menu-actions2 {
  display: flex;
  justify-content: center;
}

.menu-actions2 a {
  cursor: pointer;
  color: #1e325c;
  font-size: 11px;
  margin: 20px 10px 0;
  position: relative;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  border: 2px solid #1e325c;
  padding: 20px 0;
  height: 85px;
  line-height: 85px;
  border-radius: 10px;
}

.menu-actions2 a::before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

.menu-actions2 a span {
  font-size: 14px;
}

.menu-actions2 .signup::before {
  background: url('https://www.kirapratik.com.tr/publicassets/kirapratik/user.svg')
    no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.menu-actions2 .logout::before {
  background: url('https://www.kirapratik.com.tr/publicassets/kirapratik/login.svg')
    no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .m-hide-desktop {
    display: none !important;
  }

  header {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    z-index: 12;
  }

  header nav a.active {
    border-bottom: 2px solid #30a969;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown .dropbtn {
    padding: 0 30px 30px;
    margin: 0 -15px;
    border: none;
    cursor: pointer;
  }
  .banner-app {
    margin-bottom: 4%;
  }
  .banner-app .footer__app .app-text {
    top: 2px !important;
    font-size: 10px !important;
    right: 5px !important;
  }

  .banner-app .footer__app {
    width: 122px !important;
  }
  .dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
  }
  .dropdown:hover .dropdown-productContent {
    opacity: 1;
    visibility: visible;
  }
  .dropdown .dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    min-width: 360px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-top: 5px solid #27aa67;
    border-radius: 5px;
    z-index: 1;
    padding: 10px 5px;
    margin-top: 22px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all ease-in-out;
  }
  .dropdown .dropdown-productContent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    min-width: 630px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-top: 5px solid #27aa67;
    border-radius: 5px;
    z-index: 1;
    padding: 10px 5px;
    margin-top: 22px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all ease-in-out;
  }

  .dropdown .dropdown-content:before {
    content: '';
    position: absolute;
    border-bottom: 10px solid #30ab70;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dropdown .dropdown-productContent:before {
    content: '';
    position: absolute;
    border-bottom: 10px solid #30ab70;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .dropdown .dropdown-content a {
    color: #1f335b;
    padding: 12px 0;
    text-decoration: none;
    display: flex;
    line-height: 20px;
  }
  .dropdown .dropdown-productContent a {
    color: #1f335b;
    padding: 12px 0;
    text-decoration: none;
    display: flex;
    line-height: 20px;
  }
  .dropdown .dropdown-productContent a div {
    line-height: 25px;
    margin-left: 3%;
  }

  .dropdown .dropdown-productContent a strong {
    font-weight: 700;
  }

  .dropdown .dropdown-content a:hover {
    color: #27aa67;
  }
  .dropdown .dropdown-productContent a:hover {
    color: #27aa67;
  }

  .dropdown .dropdown-content a:before {
    content: '';
    display: table;
    background: url('https://www.kirapratik.com.tr/publicassets/kirapratik/drop-icon.png')
      no-repeat;
    width: 10px;
    height: 20px;
    padding-right: 15px;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropdown-productContent {
    display: block;
  }
  header .menu-actions:not(.mobile) {
    display: flex;
  }

  header .menu-actions.mobile {
    display: none;
  }

  .youtube {
    width: 500px;
    order: 2;
    aspect-ratio: 16/9;
  }

  .d-hide {
    display: none;
  }

  header {
    justify-content: space-around;
    height: 65px;
  }

  header nav {
    display: flex;
    align-items: center;
  }

  header nav a {
    color: #1e325c;
    font-size: 15px;
    margin: 0 10px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  header nav a:hover {
    color: #27aa67;
  }

  header .menu-actions .kira-ode {
    border-left: 1px solid rgb(216, 220, 226);
    display: flex;
    align-items: center;
    height: 40px;
  }

  header .menu-actions .kira-ode a {
    color: #1e325c;
    font-size: 14px;
    margin: 0 15px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    transition: all 0.2s ease-in-out;
  }

  header .menu-actions .kira-ode a:hover {
    color: #27aa67;
  }

  .hero__inner {
    margin-top: 80px;
  }

  .hero__title {
    max-width: 670px;
    font-size: 54px;
  }

  .hero__line {
    height: 3px;
    width: 315px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero__desc {
    font-size: 26px;
    margin-bottom: 90px;
  }

  .hero__button {
    width: 263px;
    height: 60px;
    line-height: 54px;
    border-radius: 10px;
    font-size: 24px;
  }

  .info {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .info .container {
    flex-direction: row;
    align-items: center;
  }

  .info .wrapper {
    padding-right: 10px;
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .info .wrapper p {
    margin-top: 0;
  }

  .info .wrapper-img {
    order: 1;
    border-radius: 20px;
  }

  .info .btn {
    margin-top: 35px;
    width: 190px;
    height: 50px;
    font-size: 17px;
  }

  .cards .container {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .card {
    flex-direction: row;
    margin-bottom: 70px;
  }

  .card:nth-child(2) {
    flex-direction: row-reverse;
    align-self: baseline;
  }

  .card:nth-child(1) .card__inner:first-child,
  .card:nth-child(3) .card__inner:first-child {
    margin-right: 50px;
  }

  .card:nth-child(2) .card__inner:first-child {
    margin-left: 50px;
  }

  .card__wrapper {
    min-height: 250px;
  }

  .card__title {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .card__text {
    font-size: 20px;
  }

  .card__btn {
    margin-top: 100px;
    width: 220px;
    height: 50px;
    border-radius: 20px 3px;
    font-size: 18px;
  }

  .card__btn svg path {
    transform: scale(1.16);
    fill: #1e325c;
  }

  .card__img {
    border-radius: 40px 3px;
  }

  .card__membership {
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 15px;
  }

  .card__subtitle {
    max-width: initial;
    font-size: 24px;
    text-align: left;
    margin: 0 0 30px;
  }

  .card__desc {
    text-align: left;
    font-size: 18px;
  }

  .advantage .container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .advantage__title {
    width: 100%;
    font-size: 25px;
  }

  .advantage__item {
    height: 200px;
    width: 50%;
    padding: 20px 10px;
  }

  .advantage__text {
    font-size: 15px;
    line-height: 1.4;
  }

  .advantage__icon {
    width: 80px;
    height: 80px;
  }

  .advantage__icon img {
    width: 42px;
  }

  .price {
    margin: 80px 0;
  }

  .price .container {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }

  .price__cart {
    min-height: 430px;
    margin: 0 10px 20px;
  }

  .price__options {
    margin-bottom: auto;
  }

  .price__btn {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }

  .store__header {
    position: absolute;
    top: 82%;
    left: 3%;
    transform: translateY(-82%);
    z-index: 10;
  }

  .store__title {
    font-size: 28px;
    padding: 5px 30px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .store__text {
    color: #fff;
    margin-bottom: 30px;
    max-width: 360px;
  }

  .store__img {
    position: relative;
  }

  .store__img > img {
    display: block;
    filter: brightness(0.8);
  }

  .store__img::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(
      to right,
      rgba(30, 50, 92, 0.8) 0%,
      rgba(30, 50, 92, 0.6) 40%,
      transparent 65%
    );
    width: 100%;
    height: 78%;
    bottom: 0;
    z-index: 5;
  }

  .footer-view {
    font-size: 12px;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .footer-icon {
    position: relative;
    float: left;
    top: -40px;
    left: -460px;
    width: 70px;
  }

  footer .footer-top-column {
    display: flex;
  }

  footer .footer-top-column .second,
  footer .footer-top-column .third {
    display: flex;
  }

  footer .second {
    display: flex;
    flex-direction: column;
    padding-left: 5rem;
    width: 40%;
  }

  footer .second a {
    color: #1e325c;
    margin-bottom: 7px;
    line-height: 21px;
    text-align: left;
    font-size: 14px;
  }

  footer .third {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }

  footer .column .row {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
  }

  footer .footer-top-column .column .row p {
    color: #1e325c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .footer-bottom {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  header {
    justify-content: space-between;
    padding: 0 30px;
  }

  header nav a {
    margin: 0 20px;
    font-size: 16px;
  }

  .dropdown a {
    font-size: 16px;
  }

  .hero {
    min-height: 650px;
  }

  .hero__inner {
    max-width: 1320px;
    padding-left: 0;
  }

  .hero__title {
    font-size: 60px;
    max-width: 740px;
  }

  .main-title {
    font-size: 32px;
  }

  .card__subtitle {
    font-size: 36px;
  }

  .card__desc {
    max-width: 600px;
    font-size: 22px;
    line-height: 1.5;
  }

  .card__video {
    max-width: initial;
    max-height: initial;
  }

  .card__video img {
    display: block;
    width: 500px;
  }

  .advantage {
    padding-top: 50px;
  }

  .advantage__title {
    font-size: 32px;
    flex: 1;
    line-height: 1.4;
  }

  .info .container {
    padding: 50px 30px;
    justify-content: space-around;
  }

  .info .wrapper p {
    font-size: 20px;
  }

  .price .container {
    justify-content: space-around;
  }

  .store .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .store__header {
    top: 65%;
    transform: translateY(-65%);
  }

  .store__text {
    max-width: 450px;
  }

  .store__icon img {
    width: 140px;
  }

  .store__icon span {
    font-size: 11px;
  }

  footer .footer-top-column .column .row a {
    font-size: 14px;
  }

  footer .footer-icon {
    left: -620px;
  }

  footer .footer-top-column {
    max-width: 1320px;
  }

  .footer-bottom {
    margin-bottom: 10px;
  }
}
