@charset "UTF-8";
@import "/css/partials/page-constants.css";
body {
  background-color: white;
}

.mobil-menu-opend {
  opacity: 1 !important;
}

.active-nav {
  background: rgba(15, 15, 15, 0.7882352941);
}

.active-menu {
  right: 0% !important;
  transition-duration: 1s;
  height: 102px;
  background: rgba(15, 15, 15, 0.7882352941);
}
.active-menu nav .nav-wrapper {
  transition-duration: 1s;
  margin-top: 0px;
}

header {
  background: linear-gradient(180deg, #000000 0%, #000000 33.9%, rgba(0, 0, 0, 0.78) 64.82%, rgba(0, 0, 0, 0) 99.31%);
}

#header {
  position: relative;
}
#header nav {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
#header .background {
  transition-duration: 1s;
  background-color: #000000;
}
#header .background img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .bottom-side {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: self-end;
}
#header .bottom-side .last-match {
  background: rgba(117, 117, 117, 0.5215686275);
  width: 50%;
  position: relative;
  height: 147px;
}
#header .bottom-side .last-match .last-match-items {
  width: 496px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .bottom-side .last-match .last-match-items .item-header {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 178.04%;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1.6px solid #ffffff;
}
#header .bottom-side .last-match .last-match-items .item-header div a {
  font-weight: 400;
  color: white;
  display: flex;
  align-items: center;
  gap: 9px;
}
#header .bottom-side .last-match .last-match-items .item-body {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .bottom-side .last-match .last-match-items .item-body .teams-score {
  display: flex;
  align-items: center;
  gap: 12px;
}
#header .bottom-side .last-match .last-match-items .item-body .teams-score img {
  width: 75px;
  height: 75px;
}
#header .bottom-side .last-match .last-match-items .item-body .teams-score .score {
  gap: 16px;
  display: flex;
}
#header .bottom-side .last-match .last-match-items .item-body .teams-score .score span {
  font-size: 18px;
  color: white;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
}
#header .bottom-side .last-match .last-match-items .item-body .week span {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 67.69%;
  text-align: center;
  color: #ffffff;
}
#header .bottom-side .number {
  text-align: center;
  width: 90px;
  height: 250px;
  background: #00875b;
}

 
#header .bottom-side .number img {
    height: 222px;
}

#header .bottom-side .team-photo {
  background: rgba(117, 117, 117, 0.5215686275);
  width: 50%;
  position: relative;
  height: 100px;
}
#header .bottom-side .team-photo .images {
  display: flex;
  position: absolute;
  bottom: 83px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  cursor: pointer;
}
#header .bottom-side .team-photo .images .gradient-border {
  --border-width: 3px;
  width: 284px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 46px;
  text-transform: uppercase;
  background: transparent;
}

    #header .bottom-side .team-photo .images .gradient-border img {
        width: 284px;
        height: 150px;
        object-fit: cover;
    }

#header .bottom-side .team-photo .images .gradient-border::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  z-index: -1;
  background-image: linear-gradient(60deg, #00875a, #ffffff);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  -webkit-animation: moveGradient 4s alternate infinite;
          animation: moveGradient 4s alternate infinite;
}
@-webkit-keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

.menu-bg {
  background: transparent;
  transition-duration: 1s;
}

#supporter {
  background-color: #1e1e1e;
}
#supporter .wrapper__supporters {
  padding: 22px 0px;
}
#supporter .wrapper__supporters .Banner_supporters .container #arabamcom-slide .swiper-wrapper {
  transition-timing-function: linear;
}
#supporter .wrapper__supporters .Banner_supporters .container #arabamcom-slide .swiper-wrapper .swiper-slide img {
  height: 40px;
}

#next_match-news {
  max-width: 1845px;
  margin: 0px auto;
  padding: 38px;
  display: flex;
  justify-content: space-between;
}
#next_match-news .background-img img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#next_match-news .next_match {
  width: 872px;
  height: 478px;
  position: relative;
}
#next_match-news .next_match .next-match-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  max-width: 522px;
  margin: 0px auto;
  margin-top: 57px;
  margin-bottom: 67px;
}
#next_match-news .next_match .next-match-header h3 {
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #00875a;
  position: relative;
  margin: 0px;
}
#next_match-news .next_match .next-match-header h3 span img {
  position: absolute;
  left: 0px;
  top: -10px;
}
#next_match-news .next_match .next-match-header a {
  display: flex;
  width: 113px;
  height: 37px;
  background: rgb(0, 94, 64);
  color: white;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 67.69%;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  position: relative;
  background-image: url("/images/icons/fikstür-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 80%;
}
#next_match-news .next_match .next-mactch-body {
  max-width: 522px;
  margin: 0px auto;
}
#next_match-news .next_match .next-mactch-body .date span,
#next_match-news .next_match .next-mactch-body .time span {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 111.69%;
  color: #dfdfdf;
}
#next_match-news .next_match .next-mactch-body .date span:last-child,
#next_match-news .next_match .next-mactch-body .time span:last-child {
  margin-left: 6px;
  font-weight: 400;
  font-size: 17px;
  left: 19px;
  color: rgb(131, 133, 132);
}
#next_match-news .next_match .next-mactch-body .time {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
#next_match-news .next_match .next-mactch-body .time hr {
  width: 26px;
  margin: 0px 4px;
  transform: rotate(90deg);
  border: 1px solid #acacac;
}
#next_match-news .next_match .next-mactch-body .time span {
  font-weight: 700;
  font-size: 23px;
}
#next_match-news .next_match .next-mactch-body .time span:last-child {
  font-weight: 300;
  font-size: 14px;
  margin-top: 0px;
  margin-left: -7px;
}
#next_match-news .next_match .next-mactch-body .next_match_teams-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  align-items: center;
}
#next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
}
#next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams img {
  width: 83px;
  height: 83px;
}
#next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams hr {
  height: 24px;
  margin: 0px;
  transform: rotate(90deg);
  background-color: #acacac;
}
#next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams span {
  width: 48px;
  text-align: center;
  font-family: "BigNoodleTitling";
  font-weight: 400;
  font-size: 35px;
  line-height: 39px;
  text-align: center;
  color: #00875a;
}
#next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
  position: absolute;
  left: 50%;
  bottom: 0px;
  top: 107px;
  transform: translatex(-50%);
}
#next_match-news .news {
  width: 862px;
  height: 478px;
  position: relative;
}
#next_match-news .news .background img {
  width: 100%;
  height: 100%;
}
#next_match-news .news .news-detail {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
#next_match-news .news .news-detail span {
  color: white;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  color: #eaeceb;
}

#news-text .wrapper {
  max-width: 1845px;
  margin: 0px auto;
  display: flex;
  margin-bottom: 51px;
  margin-top: 13px;
  padding: 0px 20px;
}
#news-text .wrapper .news-hood {
  width: 50%;
  background: #00875a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 97px;
  display: flex;
  align-items: center;
}
#news-text .wrapper .news-hood span {
  font-family: "SofiaPro";
  font-weight: 400;
  color: white;
  padding-left: 77.84px;
  font-size: 35px;
}
#news-text .wrapper .news-hood img {
  width: 118px;
  height: 118px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#news-text .wrapper .go-news {
  width: 50%;
  height: 97px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
    #news-text .wrapper .go-news span {
        font-family: "SofiaPro";
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        padding-left: 94px;
        width: 535px;
        padding-right: 12px;
    }
#news-text .wrapper .go-news span b {
  font-weight: 800;
  color: #323232;
}
#news-text .wrapper .go-news a {
  display: flex;
  width: 161px;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  height: 97px;
  background: #00875a;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 67.69%;
  text-align: center;
  color: #ffffff;
  background-image: url("/images/icons/fikstür-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 80%;
}

#news .wrapper-header {
  margin-bottom: 73px;
}
#news .wrapper-header .wrapper-img {
  display: flex;
  justify-content: center;
}
#news .wrapper-header .wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .wrapper-header .wrapper-img .web-img {
  display: block;
}
#news .wrapper-header .wrapper-img .tablet-img {
  display: none;
}
#news .wrapper-header .wrapper-img .mobil-img {
  display: none;
}
#news .wrapper {
  max-width: 1417px;
  margin: 0px auto;
}
#news .wrapper .items {
  display: flex;
  flex-wrap: wrap;
}
#news .wrapper .items .item {
  flex: 0 0 auto;
  width: 25%;
}
#news .wrapper .items .item img {
  width: 325px;
  height: 206px;
}
#news .wrapper .items .item .new-session-green {
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  background: #0cc185;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news .wrapper .items .item .new-session-black {
  background: #2c2c2c;
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news .wrapper .items .item .date {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #3d3e3d;
}
#news .wrapper .items .item .text {
  width: 311px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #3d3e3d;
}
#news .wrapper .items .item .text b {
  font-weight: 700;
}
#news .wrapper .items .item .text span {
  color: rgb(40, 133, 77);
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
}
#news .wrapper .items .item-two {
  flex: 0 0 auto;
  max-width: 50%;
  margin: 0px auto;
}
#news .wrapper .items .item-two img {
  width: 678px;
  height: 206px;
}
#news .wrapper .items .item-two .new-session-green {
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  background: #0cc185;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news .wrapper .items .item-two .new-session-black {
  background: #2c2c2c;
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news .wrapper .items .item-two .date {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #3d3e3d;
}
#news .wrapper .items .item-two .text {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #3d3e3d;
  width: 663px;
}
#news .wrapper .items .item-two .text b {
  font-weight: 700;
}
#news .wrapper-tablet-mobile-news {
  display: none;
  margin-bottom: 105px;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one {
  height: 450px;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide {
  transform: scale(0.9);
  transition: all linear 0.3s;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items {
  width: 100%;
  margin: 0px auto;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items__header img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  height: 201px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items__body {
  background-color: #00875a;
  color: white;
  padding: 6px 26.06px;
  border-radius: 0px 0px 12px 12px;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items__body h3 {
  margin: 0px;
  font-family: "BigNoodleTitling";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fafafb;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items__body p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  color: #eaeceb;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items__body .link-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items__body .link-date a {
  width: 58px;
  display: flex;
  text-decoration: none;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 67.69%;
  text-align: center;
  color: #ffffff;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: all linear 0.3s;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: rgba(47, 47, 47, 0.5019607843);
  border-radius: 2px;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-pagination-bullet-active {
  background-color: #00875a;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-slide-shadow-left {
  background-image: unset !important;
}
#news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-slide-shadow-right {
  background-image: unset !important;
}

#footbal-basketball {
  position: relative;
}
#footbal-basketball .background-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footbal-basketball .wrapper {
  margin-top: 77px;
  margin-bottom: 39px;
  height: 332px;
  position: relative;
  padding: 53px 0px;
}
#footbal-basketball .wrapper .flag-logo {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
#footbal-basketball .wrapper div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 157px;
  display: flex;
  gap: 30px;
}
#footbal-basketball .wrapper div img {
  width: 405.73px;
  height: 158.38px;
}
#footbal-basketball .wrapper .top-mobil {
  display: none;
}

#news-two .wrapper {
  max-width: 1417px;
  margin: 0px auto;
}
#news-two .wrapper .items {
  display: flex;
  flex-wrap: wrap;
}
#news-two .wrapper .items .item {
  flex: 0 0 auto;
  width: 25%;
  position: relative;
  margin-bottom: 20px;
}
#news-two .wrapper .items .item .play-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
#news-two .wrapper .items .item img {
  width: 325px;
  height: 206px;
}
#news-two .wrapper .items .item .new-session-green {
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  background: #0cc185;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news-two .wrapper .items .item .new-session-black {
  background: #2c2c2c;
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news-two .wrapper .items .item .date {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #3d3e3d;
}
#news-two .wrapper .items .item .text {
  width: 311px;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #3d3e3d;
}
#news-two .wrapper .items .item .text b {
  font-weight: 700;
}
#news-two .wrapper .items .item .text span {
  color: rgb(40, 133, 77);
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
}
#news-two .wrapper .items .item-two {
  flex: 0 0 auto;
  max-width: 50%;
  margin: 0px auto;
  margin-bottom: 20px;
  position: relative;
}
#news-two .wrapper .items .item-two .play-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
#news-two .wrapper .items .item-two img {
  width: 678px;
  height: 206px;
}
#news-two .wrapper .items .item-two .new-session-green {
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  background: #0cc185;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news-two .wrapper .items .item-two .new-session-black {
  background: #2c2c2c;
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news-two .wrapper .items .item-two .date {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #3d3e3d;
}
#news-two .wrapper .items .item-two .text {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #3d3e3d;
  width: 663px;
}
#news-two .wrapper .items .item-two .text b {
  font-weight: 700;
}
#news-two .wrapper .items .item-three {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  margin-bottom: 20px;
}
#news-two .wrapper .items .item-three img {
  cursor: pointer;
}
#news-two .wrapper .items .item-three .new-session-green {
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  background: #0cc185;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news-two .wrapper .items .item-three .new-session-black {
  background: #2c2c2c;
  font-family: "nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  width: 251px;
  height: 29px;
  margin: 0px auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#news-two .wrapper .items .item-three .play-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}
#news-two .wrapper .items .item-three div {
  background-color: #3e3b3b;
  padding: 24px 28px;
  margin-top: 25px;
  width: 618px;
}
#news-two .wrapper .items .item-three div .date {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #c1c9c6;
}
#news-two .wrapper .items .item-three div .text {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #c1c9c6;
  width: 100%;
  margin-bottom: 0px;
}
#news-two .wrapper .items .item-three div .text b {
  font-weight: 700;
}
#news-two .wrapper .items .item-three div .text span {
  color: rgb(40, 133, 77);
  font-weight: 700;
}
#news-two .wrapper .items .item-three img {
  width: 678px;
  height: 206px;
}
#news-two .wrapper-tablet-mobile {
  display: none;
}
#history {
  background-color: #00875a;
  background-image: url("/images/icons/flag.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50% 100%;
  padding: 58px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#history .wrapper {
  max-width: 1420px;
  margin: 126px;
  display: grid;
  justify-content: end;
  position: relative;
}
#history .wrapper__hood {
  display: flex;
  width: 692px;
}
#history .wrapper__hood h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 100px;
  text-align: center;
  color: #a7d5c5;
  font-family: "NothingYouCouldDo";
  margin: 0px;
  margin-left: -30px;
}
#history .wrapper__text-hood-card {
  width: 692px;
}
#history .wrapper__text-hood-card .hood {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#history .wrapper__text-hood-card .hood img {
  height: 50px;
  width: 248px;
}
#history .wrapper__text-hood-card .hood h3 {
  font-family: "BigNoodleTitling";
  font-weight: 400;
  color: #78dab9;
  font-size: 90px;
  line-height: 99px;
  margin: 0px;
}
#history .wrapper__text-hood-card .text p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin: 23px 0px;
  color: #cdd9d5;
}
#history .wrapper__text-hood-card .text p b {
  font-weight: 700;
}
#history .wrapper__text-hood-card .card {
  display: flex;
  gap: 36px;
}
#history .wrapper__text-hood-card .card .card-items img {
  width: 325px;
  height: 206px;
  -o-object-fit: none;
     object-fit: none;
}
#history .wrapper__text-hood-card .card .card-items p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #cdd9d5;
}
#history .wrapper__text-hood-card .card .card-items p b {
  font-weight: 700;
}
#history .wrapper__text-hood-card .card .card-items a {
  display: none;
}
#history .wrapper .go-history a {
  display: flex;
  font-family: "SofiaPro";
  font-style: normal;
  width: 85px;
  height: 15px;
  font-weight: 700;
  font-size: 17px;
  line-height: 67.69%;
  text-align: center;
  color: #ffffff;
  text-align: center;
  background-image: url("/images/icons/fikstür-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 80%;
  position: absolute;
  top: 0px;
  right: -115px;
}

#store .wrapper {
  max-width: 1845px;
  margin: 0px auto;
  margin-bottom: 51px;
  margin-top: 13px;
  padding: 0px 20px;
}
#store .wrapper .store-header {
  display: flex;
}
#store .wrapper .store-header .news-hood {
  width: 50%;
  background: #00875a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 97px;
  display: flex;
  align-items: center;
  position: relative;
}
#store .wrapper .store-header .news-hood img {
  position: absolute;
  right: -100px;
}
#store .wrapper .store-header .news-hood span {
  font-family: "SofiaPro";
  font-weight: 400;
  color: white;
  padding-left: 77.84px;
  font-size: 35px;
}
#store .wrapper .store-header .go-news {
  width: 50%;
  height: 97px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#store .wrapper .store-header .go-news span {
  font-family: "SofiaPro";
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  padding-left: 150px;
  width: 535px;
  color: #00875a;
}
#store .wrapper .store-header .go-news span b {
  font-weight: 800;
  color: #00875a;
}
#store .wrapper .store-header .go-news a {
  display: flex;
  width: 161px;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  height: 97px;
  background: #00875a;
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 67.69%;
  text-align: center;
  color: #ffffff;
  background-image: url("/images/icons/fikstür-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 80%;
}
#store .wrapper-two {
  max-width: 1200px;
  margin: 0px auto;
  margin-bottom: 51px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide {
  display: flex;
  padding-bottom: 20px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl {
  width: 318px;
  height: 616px;
  background: #eaeaea;
  padding: 32px 21px;
  position: relative;
  border-radius: 10px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl .session {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6ec5b3;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #494949;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #00875b;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl .product-image {
  width: 68%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large {
  background: #eaeaea;
  border-radius: 10px;
  width: 414px;
  height: 260px;
  padding: 32px 21px;
  border-radius: 10px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large .session {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: white;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin: 0px;
  margin-bottom: 12px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #3e3e3e;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large .product-image {
  position: absolute;
  right: 65px;
  bottom: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-large .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md {
  background: #eaeaea;
  border-radius: 10px;
  width: 278px;
  height: 260px;
  padding: 32px 21px;
  border-radius: 10px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md .session {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: white;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #00875a;
  margin: 0px;
  margin-bottom: 12px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #00875a;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md .product-image {
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-md .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width {
  display: none;
  width: 100%;
  height: 280px;
  background: #eaeaea;
  border-radius: 10px;
  padding: 32px 21px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: white;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  width: 149px;
  font-size: 24px;
  line-height: 34px;
  color: #494949;
  margin: 0px;
  margin-bottom: 12px;
  margin-top: 9px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width .product-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 275px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #3e3e3e;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-full-width .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two {
  margin-left: 32px;
  width: 808px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl {
  width: 318px;
  height: 616px;
  background: #eaeaea;
  padding: 32px 21px;
  position: relative;
  border-radius: 10px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl .session {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6ec5b3;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #00875b;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl .product-image {
  width: 68%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-xxl .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large {
  background: #eaeaea;
  border-radius: 10px;
  width: 414px;
  height: 260px;
  padding: 32px 21px;
  border-radius: 10px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .session {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #494949;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin: 0px;
  margin-bottom: 12px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #3e3e3e;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .product-image {
  position: absolute;
  right: 65px;
  bottom: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md {
  background: #e6e6e6;
  border-radius: 10px;
  width: 278px;
  height: 260px;
  padding: 32px 21px;
  border-radius: 10px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md .session {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #494949;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #00875a;
  margin: 0px;
  margin-bottom: 12px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #00875a;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md .product-image {
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width {
  display: none;
  width: 100%;
  height: 280px;
  background: #00875a;
  border-radius: 10px;
  padding: 32px 21px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width h3 {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: white;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  width: 149px;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin: 0px;
  margin-bottom: 12px;
  margin-top: 9px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width .product-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 275px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #3e3e3e;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-full-width .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three {
  display: none;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl {
  width: 318px;
  height: 616px;
  background: #e6e6e6;
  padding: 32px 21px;
  position: relative;
  border-radius: 10px;
  position: relative;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl .session {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6ec5b3;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl .item-name {
  font-family: "BakbakOne";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  margin: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl .see-items {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 125px;
  height: 35px;
  background: #00875b;
  border-radius: 8px;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl .product-image {
  width: 68%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl .product-price {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 21px;
  gap: 10px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl .product-price img {
  width: 32px;
  height: 32px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl .product-price span {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3e3e3e;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-pagination {
  bottom: 0px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: rgba(47, 47, 47, 0.5019607843);
  border-radius: 2px;
}
#store .wrapper-two .banner_shop .container #shop-slide .swiper-pagination-bullet-active {
  background-color: #00875a;
}

#main-background-web {
    object-fit:cover!important;
    display: block;
}

#main-background-tablet {
    display: none;
}

#main-background-mobil {
    display: none;
}

@media only screen and (max-width: 1810px) {
  #next_match-news {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
  }
  #next_match-news .next_match {
    width: 772px;
    height: 418px;
  }
  #next_match-news .next_match .next-match-header {
    margin-bottom: 27px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail {
    margin-top: 18px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
    top: 116px;
  }
  #next_match-news .news {
    width: 761px;
    height: 416px;
  }
}
@media only screen and (max-width: 1612px) {
  #next_match-news .next_match {
    width: 702px;
    height: 398px;
  }
  #next_match-news .next_match .next-match-header {
    margin-bottom: 27px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail {
    margin-top: 18px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
    top: 95px;
  }
  #next_match-news .news {
    width: 702px;
    height: 398px;
  }
  #next_match-news .news .background {
    width: 702px;
    height: 398px;
  }
}
@media only screen and (max-width: 1450px) {
  #next_match-news {
    padding: 16px;
  }
  #next_match-news .next_match {
    width: 602px;
    height: 390px;
  }
  #next_match-news .next_match .next-match-header {
    margin-bottom: 27px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail {
    margin-top: 18px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
    top: 87px;
  }
  #next_match-news .news {
    width: 602px;
    height: 390px;
  }
  #next_match-news .news .background {
    width: 602px;
    height: 390px;
  }
  #history {
    background-size: 40% 100%;
  }
  #history .wrapper__text-hood-card .card {
    width: 632px;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: 275px;
    height: 176px;
  }
  #news .wrapper {
    max-width: 1200px;
    margin: 0px auto;
  }
  #news .wrapper .items .item {
    max-width: 23%;
    margin: 0px auto;
    padding: 12px;
  }
  #news .wrapper .items .item img {
    width: 100%;
    height: 176px;
  }
  #news .wrapper .items .item .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news .wrapper .items .item-two {
    max-width: 48%;
    margin: 0px auto;
    padding: 12px;
  }
  #news .wrapper .items .item-two img {
    width: 100%;
    height: 176px;
  }
  #news .wrapper .items .item-two .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper {
    max-width: 1200px;
  }
  #news-two .wrapper .items .item {
    max-width: 23%;
    margin: 0px auto;
    padding: 8px;
    margin-bottom: 0px;
  }
  #news-two .wrapper .items .item img {
    width: 100%;
    height: 176px;
  }
  #news-two .wrapper .items .item .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper .items .item-two {
    max-width: 48%;
    margin: 0px auto;
    padding: 12px;
  }
  #news-two .wrapper .items .item-two .text {
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper .items .item-three {
    width: 48%;
    padding: 8px;
    margin-bottom: 0px;
  }
  #news-two .wrapper .items .item-three div {
    width: 90%;
    margin-top: 15px;
  }
  #news-two .wrapper .items .item-three div .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper .items .item-three img {
    width: 100%;
    height: 176px;
  }
  #store .wrapper .store-header .news-hood span {
    font-size: 28px;
  }
  #store .wrapper .store-header .go-news span {
    font-size: 16px;
    line-height: 18px;
  }
  #news-text .wrapper .news-hood span {
    font-size: 28px;
    line-height: 32px;
  }
  #news-text .wrapper .go-news span {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1350px) {
  .active-menu {
    height: 92px;
  }
}
@media only screen and (max-width: 1250px) {
  #next_match-news {
    gap: 30px;
  }
  #next_match-news .next_match {
    width: 100%;
    height: 320px;
  }
  #next_match-news .next_match .next-match-header {
    margin-bottom: 27px;
    padding: 0px 30px;
  }
  #next_match-news .next_match .next-match-header h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #next_match-news .next_match .next-match-header a {
    width: 94px;
    height: 34px;
  }
  #next_match-news .next_match .next-mactch-body {
    padding: 0px 30px;
  }
  #next_match-news .next_match .next-mactch-body .date span,
#next_match-news .next_match .next-mactch-body .time span {
    font-size: 22px;
  }
  #next_match-news .next_match .next-mactch-body .date span:last-child,
#next_match-news .next_match .next-mactch-body .time span:last-child {
    font-size: 14px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail {
    margin-top: 18px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams {
    gap: 16px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams img {
    width: 66px;
    height: 66px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams hr {
    height: 14px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams span {
    font-size: 22px;
    width: 30px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
    top: 57px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo img {
    width: 76px;
  }
  #next_match-news .news {
    width: 100%;
    height: 320px;
  }
  #next_match-news .news .background {
    width: 100%;
    height: 100%;
  }
  #header .bottom-side .last-match .last-match-items {
    width: 403px;
  }
  #header .bottom-side .team-photo .images .gradient-border {
    width: 202px;
    height: 106px;
  }

    #header .bottom-side .team-photo .images .gradient-border img {
        width: 202px;
        height: 106px;
        object-fit: scale-down;
    }
  #header .bottom-side .team-photo .images img {
    width: 200px;
    height: 110px;
  }
  #store .wrapper {
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #history {
    background-image: unset;
  }
  #history .wrapper {
    justify-content: center;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  #history .wrapper__hood {
    justify-content: center;
    width: 768px;
  }
  #history .wrapper__text-hood-card {
    width: 768px;
  }
  #history .wrapper__text-hood-card .card {
    width: 100%;
    justify-content: center;
  }
  #history .wrapper__text-hood-card .card .card-items {
    text-align: center;
    width: 300px;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: 275px;
    height: 176px;
  }
  #history .wrapper__text-hood-card .card .card-items p {
    text-align: start;
  }
  #history .wrapper .go-history a {
    right: 0px;
  }
  #footbal-basketball .wrapper .flag-logo {
    width: 194px;
    height: 74px;
  }
  #footbal-basketball .wrapper img {
    width: 49%;
    height: auto;
  }
  #news .wrapper {
    max-width: 992px;
    margin: 0px auto;
    padding: 0px 8px;
  }
  #news .wrapper .items .item {
    max-width: 23%;
    margin: 0px auto;
    padding: 8px;
  }
  #news .wrapper .items .item img {
    width: 100%;
    height: 176px;
  }
  #news .wrapper .items .item .new-session-green {
    line-height: 31px;
    width: 151px;
  }
  #news .wrapper .items .item .new-session-black {
    line-height: 31px;
    width: 151px;
  }
  #news .wrapper .items .item .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news .wrapper .items .item-two {
    max-width: 48%;
    padding: 12px;
    margin: 0px auto;
  }
  #news .wrapper .items .item-two img {
    width: 100%;
    height: 176px;
  }
  #news .wrapper .items .item-two .new-session-green {
    line-height: 31px;
    width: 151px;
  }
  #news .wrapper .items .item-two .new-session-black {
    line-height: 31px;
    width: 151px;
  }
  #news .wrapper .items .item-two .date {
    font-size: 16px;
    line-height: 16px;
  }
  #news .wrapper .items .item-two .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper {
    max-width: 992px;
  }
  #news-two .wrapper .items .item {
    max-width: 23%;
    margin: 0px auto;
    padding: 8px;
    margin-bottom: 0px;
  }
  #news-two .wrapper .items .item img {
    width: 100%;
    height: 176px;
  }
  #news-two .wrapper .items .item .new-session-green {
    line-height: 31px;
    width: 151px;
  }
  #news-two .wrapper .items .item .new-session-black {
    line-height: 31px;
    width: 151px;
  }
  #news-two .wrapper .items .item .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper .items .item-two {
    max-width: 48%;
    margin: 0px auto;
    padding: 12px;
  }
  #news-two .wrapper .items .item-two .new-session-green {
    line-height: 31px;
    width: 151px;
  }
  #news-two .wrapper .items .item-two .new-session-black {
    line-height: 31px;
    width: 151px;
  }
  #news-two .wrapper .items .item-two .text {
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper .items .item-three {
    width: 48%;
    padding: 8px;
    margin-bottom: 0px;
  }
  #news-two .wrapper .items .item-three .new-session-green {
    line-height: 31px;
    width: 151px;
  }
  #news-two .wrapper .items .item-three .new-session-black {
    line-height: 31px;
    width: 151px;
  }
  #news-two .wrapper .items .item-three div {
    width: 88%;
    margin-top: 15px;
  }
  #news-two .wrapper .items .item-three div .date {
    margin-top: 0px;
  }
  #news-two .wrapper .items .item-three div .text {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  #news-two .wrapper .items .item-three img {
    width: 100%;
    height: 176px;
  }
  #store .wrapper .store-header .news-hood span {
    padding-left: 18.84px;
  }
  #store .wrapper .store-header .go-news span {
    width: 100%;
    padding-left: 114px;
  }
  #store .wrapper-two {
    max-width: 992px;
    margin: 0px auto;
    margin-bottom: 51px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide {
    display: flex;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl {
    width: 238px;
    height: 596px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two {
    margin-left: 10px;
    gap: 10px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large {
    width: 324px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .product-image {
    width: 140px;
  }
}
@media only screen and (max-width: 992px) {
    #main-background-web {
        display: none;
    }

    #main-background-tablet {
        object-fit: contain!important;
        display: block;
    }

    #main-background-mobil {
        display: none;
    }
  .active-menu {
    height: 108px;
    background: rgba(15, 15, 15, 0.7176470588);
  }
  .menu-bg {
    background: transparent;
    transition-duration: 1s;
    background: linear-gradient(180deg, #000000 0%, #000000 33.9%, rgba(0, 0, 0, 0.78) 64.82%, rgba(0, 0, 0, 0) 99.31%) !important;
  }
  #header .background img {
         height: 500px;

  }
 
  #header .bottom-side .last-match .last-match-items {
    width: 100%;
  }
  #header .bottom-side .last-match .last-match-items .item-header {
    margin: 8px 30px;
  }
  #header .bottom-side .last-match .last-match-items .item-header span {
    font-size: 14px;
    line-height: 178.04%;
  }
  #header .bottom-side .last-match .last-match-items .item-header div a {
    font-size: 14px;
    line-height: 85%;
  }
  #header .bottom-side .last-match .last-match-items .item-body {
    margin: 0px 30px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score {
    gap: 8px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score img {
    width: 39px;
    height: 39px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score .score {
    gap: 8px;
  }
  #header .bottom-side .number {
    width: 68.35px;
    height: 190px;
  }
  #header .bottom-side .number img {
    height: 160px!important;
  }
  #header .bottom-side .team-photo .images .gradient-border {
    width: 106px;
    height: 55px;
  }

    #header .bottom-side .team-photo .images .gradient-border img {
        width: 106px;
        height: 55px;
        object-fit: scale-down;
    }
  #header .bottom-side .team-photo .images img {
    width: 150.68px;
    height: 94.81px;
  }
  #store .wrapper {
    padding: 0px 0px;
  }
  #store .wrapper .store-header .news-hood {
    background-color: white;
  }
  #store .wrapper .store-header .news-hood span {
    display: none;
  }
  #store .wrapper .store-header .go-news {
    background: #00875a;
    justify-content: end;
  }
  #store .wrapper .store-header .go-news span {
    display: none;
  }
  #store .wrapper-two {
    max-width: 706px;
    margin: 0px auto;
    margin-bottom: 51px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item .product-xxl {
    display: none;
    width: 238px;
    height: 596px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two {
    margin-left: 10px;
    gap: 10px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large {
    width: 324px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large .product-image {
    width: 140px;
  }
  #next_match-news {
    max-width: 893px;
    margin: 0px auto;
    display: block;
    padding: 0px 50px;
  }
  #next_match-news .next_match {
    margin-bottom: 37px;
    margin-top: 24px;
    position: relative;
    height: 445px;
  }
  #next_match-news .next_match .next-match-header {
    margin-top: 0px;
    padding-top: 50px;
    justify-content: center;
    position: relative;
    margin-bottom: 0px;
  }
  #next_match-news .next_match .next-match-header h3 {
    text-align: center;
    line-height: 74px;
  }
  #next_match-news .next_match .next-match-header h3 span img {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    width: 133px;
    height: 27px;
  }
  #next_match-news .next_match .next-match-header a {
    position: absolute;
    top: 44px;
    right: 0px;
    height: 37px;
    font-size: 14px;
    line-height: 67.69%;
  }
  #next_match-news .next_match .next-mactch-body {
    display: grid;
  }
  #next_match-news .next_match .next-mactch-body .date {
    position: absolute;
    bottom: 84px;
    left: 35px;
  }
  #next_match-news .next_match .next-mactch-body .time {
    position: absolute;
    left: 35px;
    bottom: 37px;
  }
  #next_match-news .next_match .next-mactch-body .time span:last-child {
    width: 258px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail {
    justify-content: center;
    order: 1;
    margin-top: 82.2px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams {
    gap: 46px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams img {
    width: 125px;
    height: 125px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams hr {
    height: 39px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams span {
    font-size: 35px;
    line-height: 39px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
    top: 132px;
    left: 234px;
  }
  #next_match-news .news {
    height: 100%;
  }
  #next_match-news .news .background {
    height: 100%;
  }
  #next_match-news .news .background img {
    height: auto;
  }
  #news-text .wrapper {
    margin-top: 63px;
    padding: 0px;
  }
  #news-text .wrapper .news-hood {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #news-text .wrapper .news-hood span {
    font-size: 28px;
    line-height: 32px;
    display: none;
  }
  #news-text .wrapper .go-news {
    justify-content: end;
    background-color: #00875a;
  }
  #news-text .wrapper .go-news span {
    display: none;
    font-size: 16px;
    line-height: 18px;
  }
  #news .wrapper-header {
    margin-bottom: 66px;
  }
  #news .wrapper-header .wrapper-img .web-img {
    display: none;
  }
  #news .wrapper-header .wrapper-img .tablet-img {
    display: block;
  }
  #news .wrapper-header .wrapper-img .mobil-img {
    display: none;
  }
  #news .wrapper {
    display: none;
  }
  #news .wrapper-tablet-mobile-news {
    display: block;
  }
  #news .wrapper-tablet-mobile-news .splide__track {
    height: 450px;
  }
  #footbal-basketball {
    background-color: #2e3331;
  }
  #footbal-basketball .background-img {
    display: none;
  }
  #footbal-basketball .wrapper {
    height: 458px;
    margin-top: 187px;
  }
  #footbal-basketball .wrapper .flag-logo {
    width: 194px;
    height: 74px;
    display: none;
  }
  #footbal-basketball .wrapper div {
    height: 328.18px;
    width: 354px;
    left: 50%;
    display: block;
  }
  #footbal-basketball .wrapper div img {
    width: 354px;
    height: 138.18px;
  }
  #footbal-basketball .wrapper div img:first-child {
    margin-bottom: 45px;
  }
  #footbal-basketball .wrapper .top-mobil {
    top: -129px;
    width: 100%;
    height: 152px;
    position: relative;
    display: flex;
  }
  #footbal-basketball .wrapper .top-mobil img {
    margin: 0px;
    width: 126px;
    height: 126px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    margin-bottom: 0px;
  }
  #footbal-basketball .wrapper .top-mobil .white {
    height: 100%;
    width: 50%;
    background-color: #ffffff;
    transform: unset;
    left: 0px;
    top: 0px;
  }
  #footbal-basketball .wrapper .top-mobil .green {
    height: 100%;
    width: 50%;
    background-color: #00875a;
    transform: unset;
    right: 0px;
    top: 0px;
  }
  #news-two .wrapper {
    display: none;
  }
  #news-two .wrapper-tablet-mobile {
    margin-top: 28px;
    display: block;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items {
    margin-bottom: 40px;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__header {
    display: flex;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__header img {
    width: 100%;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__body {
    background: #2e3331;
    padding: 29px 52px;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__body p {
    margin: 0px;
    font-family: "SofiaPro";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #eaeceb;
    margin-top: 31px;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__body p span {
    font-weight: 800;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__body h3 {
    font-family: "BigNoodleTitling";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #fafafb;
    margin: 0px;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__body .link-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 39px;
    margin-bottom: 37px;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__body .link-date a {
    width: 73px;
    font-family: "SofiaPro";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 67.69%;
    color: #ffffff;
    text-decoration: unset;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .items__body .link-date p {
    margin: 0px;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    background: rgba(47, 47, 47, 0.5019607843);
    border-radius: 2px;
  }
  #news-two .wrapper-tablet-mobile .banner_news-two .swiper-pagination-bullet-active {
    background-color: #00875a;
  }
  #history {
    background-color: #00875a;
    background-image: url("/images/icons/flag.svg");
    background-repeat: no-repeat;
    background-position: 0px -280px;
    background-size: 45% 100%;
  }
  #history .wrapper {
    display: block;
  }
  #history .wrapper__hood {
    width: 100%;
  }
  #history .wrapper__hood h3 {
    font-size: 50px;
    line-height: 55px;
    margin-left: 70px;
  }
  #history .wrapper__text-hood-card {
    width: 100%;
  }
  #history .wrapper__text-hood-card .hood {
    margin-left: 40%;
    margin-top: -28px;
  }
  #history .wrapper__text-hood-card .hood img {
    margin-left: 24px;
  }
  #history .wrapper__text-hood-card .text p {
    margin-left: 41%;
    margin-bottom: 81px;
  }
  #history .wrapper__text-hood-card .card {
    display: block;
  }
  #history .wrapper__text-hood-card .card .card-items {
    width: 100%;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: 100%;
  }
  #history .wrapper .go-history a {
    top: 0px;
    right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #history .wrapper {
    max-width: 100%;
    padding: 0px;
  }
  #history .wrapper__hood {
    width: 100%;
  }
  #history .wrapper__text-hood-card {
    width: 100%;
  }
  #history .wrapper__text-hood-card .card {
    justify-content: space-around;
    gap: 0px;
  }
  #store .wrapper-two {
    max-width: 576px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large {
    width: 278px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md {
    width: 194px;
  }
  #next_match-news .next_match .next-mactch-body .date {
    font-size: 20px;
    line-height: 52.69%;
  }
  #next_match-news .next_match .next-mactch-body .time span {
    font-size: 20px;
    line-height: 111.69%;
  }
  #next_match-news .next_match .next-mactch-body .time span:last-child {
    font-size: 14px;
    line-height: 111.69%;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams {
    position: relative;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams img {
    width: 95px;
    height: 95px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo img {
    width: 76px;
    position: absolute;
    left: 110px;
    bottom: -111px;
  }
  #header .bottom-side .team-photo .images .gradient-border {
    width: 108px;
    height: 55px;
  }

    #header .bottom-side .team-photo .images .gradient-border img {
        width: 108px;
        height: 55px;
        object-fit: scale-down;
    }
  #header .bottom-side .team-photo .images img {
    width: 107.68px;
    height: 78.81px;
  }
}
@media only screen and (max-width: 650px) {
  #history .wrapper__text-hood-card .card {
    display: grid;
  }
  #history .wrapper__text-hood-card .card .card-items {
    width: 100%;
  }
  #history .wrapper__text-hood-card .card .card-items img {
    width: unset;
  }
  #history .wrapper__text-hood-card .card .card-items p {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .active-menu {
    height: 62px;
  }
  .mobil-remove-slide-item {
    display: none;
  }
  #header .bottom-side .last-match {
    height: 88px;
  }
  #header .bottom-side .last-match .last-match-items {
    top: unset;
    bottom: -22px;
  }
  #header .bottom-side .last-match .last-match-items .item-header {
    padding-bottom: 4px;
  }
  #header .bottom-side .last-match .last-match-items .item-header span {
    font-size: 12px;
  }
  #header .bottom-side .last-match .last-match-items .item-header div a {
    font-size: 12px;
  }
  #header .bottom-side .last-match .last-match-items .item-header div a img {
    width: 11px;
    height: 11px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score img {
    width: 30px;
    height: 30px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .week span {
    font-size: 12px;
    line-height: 67.69%;
  }
  #header .bottom-side .number {
    width: 39.79px;
    height: 108px;
  }
  #header .bottom-side .number img {
    height: 95px!important;
  }
  #header .bottom-side .team-photo {
    height: 88px;
  }
  #header .bottom-side .team-photo .images {
    bottom: 14px;
  }
  #header .bottom-side .team-photo .images .gradient-border {
    width: 87px;
    height: 55px;
  }

    #header .bottom-side .team-photo .images .gradient-border img {
        width: 87px;
        height: 55px;
        object-fit: cover;
    }
  #header .bottom-side .team-photo .images img {
    width: 89px;
    height: 56px;
  }
  #next_match-news {
    padding: 0px 16px;
  }
  #next_match-news .next_match {
    height: 320px;
  }
  #next_match-news .next_match .next-match-header h3 {
    font-size: 20px;
    line-height: 40px;
  }
  #next_match-news .next_match .next-match-header h3 span img {
    width: 59px;
    height: 12.09px;
  }
  #next_match-news .next_match .next-match-header a {
    width: 70px;
    height: 37px;
    height: 30px;
    top: 92px;
    font-size: 12px;
  }
  #next_match-news .next_match .next-mactch-body .date,
#next_match-news .next_match .next-mactch-body .time {
    left: 27px;
  }
  #next_match-news .next_match .next-mactch-body .date span,
#next_match-news .next_match .next-mactch-body .time span {
    font-size: 14px;
    line-height: 52.69%;
  }
  #next_match-news .next_match .next-mactch-body .date span:last-child,
#next_match-news .next_match .next-mactch-body .time span:last-child {
    font-size: 11px;
    line-height: 111.69%;
  }
  #next_match-news .next_match .next-mactch-body .date {
    bottom: 98px;
  }
  #next_match-news .next_match .next-mactch-body .time {
    bottom: 76px;
  }
  #next_match-news .next_match .next-mactch-body .time hr {
    width: 14px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail {
    margin-top: 45.2px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams {
    gap: 20px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams img {
    width: 57px;
    height: 57px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams hr {
    height: 18px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams span {
    font-size: 20px;
    line-height: 22px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
    left: -34px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo img {
    bottom: -52px;
  }
  #history {
    background-position: 0px -470px;
    background-size: 44% 100%;
  }
  #history .wrapper__hood h3 {
    margin-left: 120px;
    font-size: 30px;
    line-height: 40px;
  }
  #history .wrapper__text-hood-card .hood img {
    height: 20px;
    width: 148px;
    margin-bottom: 70px;
    margin-top: 32px;
  }
  #history .wrapper__text-hood-card .hood h3 {
    top: 92px;
    position: absolute;
    left: 0px;
    font-size: 32px;
  }
  #history .wrapper__text-hood-card .text {
    margin-bottom: 50px;
  }
  #history .wrapper__text-hood-card .text p {
    margin-bottom: 32px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 16px;
  }
  #history .wrapper__text-hood-card .card .card-items p {
    width: 325px;
    font-size: 24px;
    line-height: 28px;
    text-align: start;
  }
  #history .wrapper__text-hood-card .card .card-items a {
    margin-bottom: 9px;
    display: flex;
    background: rgba(48, 48, 48, 0.46);
    float: right;
    justify-content: center;
    align-items: center;
    font-family: "SofiaPro";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 67.69%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 12px;
    padding-right: 33px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-image: url("/images/icons/fikstür-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 90%;
  }
  #history .wrapper .go-history a {
    top: 210px;
    left: 0px;
    width: 95px;
  }
  #store .wrapper .store-header .news-hood img {
    width: 159px;
    height: 80px;
    right: -80px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two {
    justify-content: center;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large {
    width: 300px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md {
    width: 300px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three {
    display: block;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl {
    height: 564px;
  }
  #news .wrapper-header .wrapper-img .web-img {
    display: none;
  }
  #news .wrapper-header .wrapper-img .tablet-img {
    display: none;
  }
  #news .wrapper-header .wrapper-img .mobil-img {
    display: block;
  }
  #news .wrapper {
    display: none;
  }
  #news .wrapper-tablet-mobile-news {
    margin-bottom: 45px;
    display: block;
  }
  #news .wrapper-tablet-mobile-news .splide .splide__track .splide__slide .items {
    width: 250px;
  }
  #news .wrapper-tablet-mobile-news .splide .splide__track .splide__slide .items__body h3 {
    font-size: 20px;
  }
  #news .wrapper-tablet-mobile-news .splide .splide__track .splide__slide .items__body p {
    font-size: 12px;
    line-height: 16px;
  }
  #news .wrapper-tablet-mobile-news .splide .splide__track .is-active {
    z-index: 999;
  }
  #news .wrapper-tablet-mobile-news .banner_news .container #news-one {
    height: 440px;
  }
  #news .wrapper-tablet-mobile-news .banner_news .container #news-one .swiper-wrapper .swiper-slide .items {
    width: 300px;
  }
  #supporter .wrapper__supporters .Banner_supporters .container #arabamcom-slide .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 20px;
  }
}
@media only screen and (max-width: 500px) {
    #main-background-web {
        object-fit: contain!important;
        display: none;
    }

    #main-background-tablet {
        display: none;
    }

    #main-background-mobil {
        display: block;
    }
  #header .bottom-side .last-match {
    height: 77px;
  }
  #header .bottom-side .last-match .last-match-items {
    bottom: -28px;
  }
  #header .bottom-side .last-match .last-match-items .item-header {
    margin: 8px 8px;
  }
  #header .bottom-side .last-match .last-match-items .item-header span {
    font-size: 10px;
  }
  #header .bottom-side .last-match .last-match-items .item-header div a {
    font-size: 10px;
  }
  #header .bottom-side .last-match .last-match-items .item-body {
    margin: 8px 4px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score {
    gap: 6px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score img {
    width: 20px;
    height: 20px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score .score {
    gap: 3px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score .score span {
    font-size: 11px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .week span {
    font-size: 10px;
  }
  #header .bottom-side .number {
    width: 38.79px;
  }
  #header .bottom-side .number svg {
    width: 34.79px;
  }
  #header .bottom-side .team-photo {
    height: 77px;
  }
  #header .bottom-side .team-photo .images {
    bottom: 16px;
  }
  #header .bottom-side .team-photo .images .gradient-border {
    width: 74px;
    height: 45px;
  }

    #header .bottom-side .team-photo .images .gradient-border img {
        width: 74px;
        height: 45px;
        object-fit: cover;
    }
  #header .bottom-side .team-photo .images img {
    width: 79px;
    height: 46px;
  }
}
@media only screen and (max-width: 400px) {
  #footbal-basketball .wrapper div {
    width: 280px;
    height: 268.18px;
    left: 50%;
    display: block;
  }
  #footbal-basketball .wrapper div img {
    width: 280px;
    height: 108.18px;
  }
  #footbal-basketball .wrapper div img:first-child {
    margin-bottom: 45px;
  }
  #store .wrapper .store-header .go-news a {
    width: 90px;
    font-size: 14px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-large {
    width: 260px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-two .product-md {
    width: 260px;
    height: 230px;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three {
    display: block;
  }
  #store .wrapper-two .banner_shop .container #shop-slide .swiper-wrapper .swiper-slide .item-three .product-xxl {
    width: 238px;
  }
  #news-text .wrapper .go-news span {
    font-size: 17px;
  }
  #news-text .wrapper .go-news a {
    width: 91px;
    font-size: 14px;
  }
  #history .wrapper .go-history a {
    top: 222px;
  }
}
@media only screen and (max-width: 360px) {
  #header .bottom-side .last-match .last-match-items .item-header span {
    font-size: 8px;
  }
  #header .bottom-side .last-match .last-match-items .item-header div a {
    font-size: 8px;
  }
  #header .bottom-side .last-match .last-match-items .item-body {
    margin: 8px 8px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score img {
    width: 20px;
    height: 20px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score .score {
    gap: 3px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .teams-score .score span {
    font-size: 11px;
  }
  #header .bottom-side .last-match .last-match-items .item-body .week span {
    font-size: 8px;
  }
  #header .bottom-side .number {
    width: 38.79px;
  }
  #header .bottom-side .number svg {
    width: 34.79px;
  }
  #header .bottom-side .team-photo {
    height: 77px;
  }
  #header .bottom-side .team-photo .images {
    bottom: 16px;
  }
  #header .bottom-side .team-photo .images .gradient-border {
    width: 52px;
    height: 32px;
  }

    #header .bottom-side .team-photo .images .gradient-border img {
        width: 52px;
        height: 32px;
        object-fit: cover;
    }
  #header .bottom-side .team-photo .images img {
    width: 52.55px;
    height: 33.07px;
  }
}
@media only screen and (max-width: 350px) {
  #history .wrapper__text-hood-card .card .card-items img {
    width: 100%;
  }
  #history .wrapper__text-hood-card .card .card-items p {
    width: 300px;
  }
  #next_match-news .next_match .next-mactch-body .date {
    bottom: 98px;
  }
  #next_match-news .next_match .next-mactch-body .time {
    margin: 0px;
    width: 238px;
    bottom: 66px;
  }
  #next_match-news .next_match .next-mactch-body .time hr {
    width: 30px;
  }
  #next_match-news .next_match .next-mactch-body .time span {
    font-style: 10px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo {
    top: 116px;
  }
  #next_match-news .next_match .next-mactch-body .next_match_teams-detail .next_match-teams .süperlig-logo img {
    bottom: -69px;
  }
  #store .wrapper .store-header .go-news a {
    width: 55px;
  }
}/*# sourceMappingURL=index.css.map */