body {
  font-family: 'Roboto', sans-serif;
  background: #F5F5F5;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a {
  color: inherit;
}

:root {
  --color1: #C1000F;
  --color2: #242424;
  --color3: #f2f7ff;
  --color4: #2d2f30;
  --color5: #8b8c8c;
}

.p10 {
  padding: 5rem 0;
}

.destkop-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

header.destkop-menu {
  background: linear-gradient(90deg, #EBEBEB 0%, #E5E5E5 100%);
  border-top: 4px solid var(--color1);
  padding: 1rem 3rem;
}

.destkop-menu .header-left img {
  position: absolute;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 10px solid #e7e7e7;
}

.header-center .header-menu {
  display: flex;
  gap: 1.5rem;
  color: var(--color2);
  font-size: 18px;
  letter-spacing: -0.77px;
}

button.red-btn {
  background: var(--color1);
  color: white;
  font-size: 16px;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  padding: .7rem;
  border: 1px solid var(--color1);
  justify-content: center;
  margin: auto;
  transition: all 0.3s ease 0s;
}

.language-picker {
  display: inline-block;
  position: relative;
  background: linear-gradient(181deg, #e0e0e0 0%, #CECECE 100%);
  border-radius: 15px;
  padding: .4rem;
  border-radius: 10px;
}

.js .language-picker__form {
  display: none;
}

.language-picker__button .icon {
  height: 16px;
  width: 16px;
  margin-left: .25rem;
  margin-left: var(--space-xxxs);
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  background-color: var(--color-bg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
  box-shadow: var(--shadow-sm);
  padding: .375rem 0;
  padding: var(--space-xxs) 0;
  border-radius: .25em;
  z-index: 4;
  --space-unit: 1rem;
  --space-xxxxs: 0.125rem;
  --space-xxxs: 0.25rem;
  --space-xxs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.25rem;
  --space-xxl: 5.25rem;
  --space-xxxl: 8.5rem;
  --space-xxxxl: 13.75rem;
  --component-padding: 1.25rem;
  --component-padding: var(--space-md);
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
  background: #F6F6F6;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 10px;
}

.language-picker__item {
  text-decoration: none;
  padding: .5em 2em .5em 1.25em;
  padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
  color: #313135;
  color: var(--color-contrast-high)
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.language-picker__item:hover {
  background-color: #f2f2f2;
  background-color: var(--color-contrast-lower)
}

.language-picker__item {
  position: relative;
  color: #8A8A8A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0.5rem;
  border-radius: 10px;
}

.language-picker__item[aria-selected=true]::after {
  content: '';
  position: absolute;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  right: .75rem;
  right: var(--space-sm);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.language-picker__flag {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.language-picker__flag::before {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  height: 20px;
  width: 35px;
  border-radius: 4px;
  margin-right: .375rem;
  margin-right: var(--space-xxs);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs)
}

.language-picker__flag--tr::before {
  background-image: url(../images/tr.png)
}

.language-picker__flag--english::before {
  background-image: url(../images/en.png)
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
  display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.header-right {
  display: flex;
  align-items: end;
  gap: 1rem;
}

button.language-picker__button.btn.btn--subtle {
  background: none;
}

em {
  display: none;
}

.language-picker__item:hover {
  background: #EBEBEB;
}

.banner .img {
  width: 100%;
  position: relative;
}

.banner .img img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  object-fit: cover;
}

.banner .bottom {
  padding: 1rem 2rem;
  background: var(--color1);
  color: white;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-pagination-bullet {
  background: #8F000B;
  border-radius: 4px;
  border: none;
  width: 40px;
  cursor: pointer;
  height: 40px;
  z-index: 9;
  position: relative;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet-active {
  background: white;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 0;
  width: 12%;
  z-index: 3;
  position: relative;
}

.banner .date {
  font-size: 20px;
  font-weight: 600;
}

.slider-content {
  position: absolute;
  bottom: 0;
  padding: 1rem 2rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
}

.slider-content .top .title {
  font-weight: 800;
  color: var(--color1);
  font-size: 22px;
  line-height: 28px;
}

.slider-content .top .subtitle {
  color: white;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
}

.slider-content .top .desc {
  color: #8A8A8A;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.hr {
  background: #8A8A8A;
  width: 60px;
  height: 4px;
  border-radius: 5px;
}

.banner .buy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: white;
  font-size: 20px;
  font-weight: 500;
}

.banner .buy .notion {
  color: var(--color1);
}

section.banner {
  background: #EBEBEB;
  position: relative;
}

img.bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}

img.bg img {
  width: 100%;
}

.ref-box {
  z-index: 9;
}

.ref-wrapper {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.ref-box img {
  width: 180px;
  object-fit: contain;
}

section.references {
  position: relative;
}

.references .title {
  text-align: center;
  padding: 1rem;
  font-size: 30px;
  font-weight: 500;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem 3rem;
  background: #141414;
}

.footer-left img {
  width: 80px;
}

.footer-center {
  display: flex;
  color: #5E5E5E;
  align-items: center;
  gap: 2rem;
  font-size: 18px;
}

ul.social {
  display: flex;
  gap: 1rem;
  font-size: 26px;
}

.register-form .item1 input {
  width: 100%;
  border: none;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  padding: 1rem;
  background: #E2E2E2;
  outline: none;
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 10%);
}

.register-form .title {
  font-size: 30px;
  line-height: 47px;
  color: var(--color1);
  font-weight: 600;
  text-align: center;
}

.register-form .desc {
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: var(--color1);
  text-align: center;
}

.register-form .item1 {
  padding: 3px;
}

.register-form .check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0px 1rem;
  font-size: 14px;
}

.register-form .check a {
  color: var(--color2);
  font-weight: 600;
}

.register-form {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

.register-form .subdesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-align: center;
}

.register-form .subdesc a {
  color: var(--color2);
  text-decoration: underline;
  font-weight: 600;
}

button.dark-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: white;
  background: var(--color2);
  border-radius: 10px;
  font-weight: 700;
  padding: 1rem 2rem;
  border: 1px solid var(--color2);
  transition: all 0.3s ease 0s;
  margin: auto;
}

.register-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  height: 100%;
  max-width: 30em;
  margin: auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 10px;
  position: relative;
}

.bas {
  text-align: center;
  margin: .5rem;
  color: #8A8A8A;
  font-weight: 500;
}

.register-form .item1 a {
  text-align: center;
  display: block;
  padding: 0.5rem;
  color: var(--color1);
  font-size: 18px;
  font-weight: 500;
}

button.dark-btn:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
}

.register .picture {
  width: 100%;
  margin-top: -15px;
}

.register .picture img {
  width: 100%;
}

.register .bottom {
  background: var(--color1);
  width: 100%;
  height: 100%;
  text-align: center;
  border-bottom-right-radius: 10px;
  align-items: center;
  color: white;
  display: flex;
  border-bottom-left-radius: 10px;
  font-size: 20px;
  justify-content: center;
  font-weight: 500;
  padding: 1rem;
}

.register-form .item1.logo {
  text-align: center;
  margin-top: -32%;
}

.register-form .item1.logo img {
  border-radius: 50%;
  border: 15px solid white;
  background: white;
}

.sec-title {
  text-align: center;
  font-size: 26px;
  color: var(--color2);
  margin: 2rem;
  font-weight: 600;
}

section.register.p10 {
  position: relative;
  height: 100vh;
  z-index: 4;
  border-top: 4px solid var(--color1);
}

button.red-btn:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
}

ul.step-bar {
  display: flex;
  width: 152px;
  background: #E2E2E2;
  outline: none;
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 10%);
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  font-weight: 500;
  padding: 0.5rem;
  border-radius: 4px;
}

ul.step-bar .actived {
  background: white;
  color: var(--color1);
  position: relative;
  border-radius: 4px;
}

ul.step-bar li {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
}

ul.step-bar .actived i {
  position: absolute;
  right: -27px;
  color: white;
  top: -8px;
  overflow: hidden;
  font-size: 47px;
}

ul.step-bar .actived-c i {
  position: absolute;
  left: -18px;
  color: #e2e2e2;
  top: -7px;
  overflow: hidden;
  font-size: 45px;
}

ul.step-bar .actived-c {
  background: white;
  color: var(--color1);
  position: relative;
  border-radius: 4px;
}

.header-center .header-menu .active {
  color: var(--color1);
}

.img-rules {
  width: 100%;
}

.img-rules img {
  width: 100%;
}

ul.rules-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--color2);
  font-size: 16px;
}

ul.rules-menu li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  font-size: 18px;
}

ul.rules-menu i {
  color: #C5C5C5;
}

.rules p {
  color: #8A8A8A;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  padding: .5rem 1rem;
}

.sub-section-title {
  color: var(--color2);
  font-size: 32px;
  border-bottom: 3px solid var(--color1);
}

.society-wrapper {
  display: flex;
  margin: 3rem 0;
}

.AlphabetNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-flow: wrap row;
  padding: 0.5rem;
}

.AlphabetNav a {
  display: flex;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.2em;
  justify-content: start;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: var(--color2);
}

.AlphabetNav a:hover {
  background: #ddd;
  color: #444;
}

.AlphabetNav .active {
  background: var(--color1);
  color: white;
}

/*
Contact List
*/
.ContactList {
  display: flex;
  width: 92%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Contact {
  display: flex;
  align-items: start;
  width: 100%;
  background: #FFFFFF;
  padding: 2rem;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
}

.ContactList .Contact {
  margin-bottom: 1.5rem;
}

.Contact-avatar {
  margin: 0 1em 0 0;
  min-width: 156px;
  border-radius: 50%;
  background: var(--color1);
}

.Contact-name {
  margin: 0;
  font-size: 1.3em;
  font-weight: 500;
  display: none;
  color: darkgray;
}

@media (min-width: 400px) {
  .AlphabetNav {
    top: 2vh;
    right: 0;
  }
}

@media (min-width: 400px) and (min-height: 600px) {
  .AlphabetNav {
    width: 6em;
  }
}

@media (min-width: 800px) {
  .AlphabetNav {
    top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    width: 8%;
    height: 100%;
    position: relative;
  }
}

.contact-box {
  display: flex;
  align-items: start;
}

.society-info .item {
  display: flex;
  justify-content: space-between;
  gap: 0rem;
  background: #EBEBEB;
  padding: 1rem;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}

.society-info .item .title {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 500;
  width: 57%;
}

.society-info .item .info {
  text-align: justify;
  align-items: end;
  line-height: 22px;
}

.tournament .websites .active {
  color: white;
  background: var(--color1) !important;
}

.tournament .filter {
  display: none;
}

.tournament .filter.block {
  display: block;
}


li.ttb {
  position: relative;
}

img.back-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* z-index: -1; */
}

.tournament .websites .ttb .active {
  background: transparent !important;
}

ul.websites.filters {
  display: flex;
  gap: 0.5rem;
  font-size: 20px;
  font-weight: 600;
}

ul.websites.filters li a {
  letter-spacing: 0.05rem;
  border-top-left-radius: 10px;
  display: flex;
  padding: .7rem;
  border-top-right-radius: 10px;
  background: linear-gradient(90deg, #E8E8E8 0%, #CECECE 100%);
  text-align: center;
  width: 200px;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  justify-content: center;
  z-index: 1;
}

#search-box {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}

#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}

#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

#search-box .container .close:hover {
  opacity: 1;
}

#search-box .container .close:before,
#search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
}

#search-box .container .close:before {
  transform: rotate(45deg);
}

#search-box .container .close:after {
  transform: rotate(-45deg);
}

#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}

#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}

#search-box .container .search-main form {
  position: relative;
}

#search-box .container .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 74px 12px 0;
  font-size: 72px;
  height: 84px;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
}

#search-box .container .search-main input:focus {
  outline: none;
}

#search-box .container .search-main button {
  border: 0;
  left: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  background: transparent;
  font-size: 43px;
}

#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}

#search-box.-open {
  background: rgba(0, 0, 0, 0.8);
  visibility: visible;
  animation: fadein 0.8s;
}

#search-box.-open .container .search-main input {
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tournament-wrapper nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--color1);
}

.tournament-wrapper .list {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.tournament-wrapper .list i {
  font-size: 26px;
  color: #ABABAB;
}

li.btn-li {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 2px solid #dfdfdf;
  color: #8A8A8A;
  font-weight: 500;
  cursor: pointer;
}

.ttb-tour-item {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
}

.categories {
  padding: 2rem 0;
}

.ttb-tour-item .left .title {
  color: var(--color2);
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.ttb-tour-item .left ul {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-size: 22px;
  color: #bbb9b9;
}

.ttb-tour-item .left ul i {
  padding-right: .3rem;
}

.ttb-tour-item .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

button.grren-btn {
  background: #568862;
  color: white;
  font-size: 16px;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  width: 105px;
  font-weight: 700;
  padding: .7rem;
  border: 1px solid #568862;
  justify-content: center;
  margin: auto;
  transition: all 0.3s ease 0s;
}

button.grren-btn:hover {
  background: var(--color2);
  border: 1px solid var(--color2);
}

.mb {
  margin-bottom: 1rem;
}

.ttb-tour-item .left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ttb-tour-item .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ttb-tour-item .author .title {
  color: #8A8A8A;
  font-size: 20px;
  font-weight: 500;
}

.ttb-tour-item .author .icon i {
  font-size: 25px;
  color: #FCBE2D;
}

.ttb-tour-item .author .picture img {
  width: 54px;
}

button.light-btn {
  background: #BCBCBC;
  color: white;
  font-size: 16px;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  padding: .7rem;
  border: 1px solid #BCBCBC;
  justify-content: center;
  margin: auto;
  transition: all 0.3s ease 0s;
}

.timeline-container {
  width: 10%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: -2rem;
  margin-right: 2rem;
  margin-top: 5rem;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7px;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #f6f6f6;
  background: linear-gradient(to bottom, transparent 0%, #f6f6f6 5%, #f6f6f6 95%, transparent 100%);
  z-index: 1;
}

.timeline-block {
  display: flex;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
  text-align: left;
}

.timeline-block-left {
  float: right;
  text-align: right;
  direction: rtl;
  margin-bottom: 2.5rem;
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #cfcfcf;
  margin-top: 10px;
  z-index: 2;
}

.timeline-content {
  color: #CFCFCF;
  font-size: 20px;
  width: 95%;
  padding: 0 15px;
}

.timeline-content h3 {
  margin-top: 5px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #CFCFCF;
}

.timeline-content p {
  word-spacing: 1px;
  direction: ltr;
  hyphens: auto;
}

@media screen and (max-width: 768px) {
  .timeline-container::before {
    left: 8px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

.wrap-wrap {
  display: flex;
  width: 100%;
}

.tournament-wrapper {
  width: 84%;
}

.timeline-block.timeline-block-left.active .marker {
  border: 3px solid var(--color1);
}

.timeline-block.timeline-block-left.active .timeline-content {
  color: var(--color2);
}

.timeline-block.timeline-block-left.active .timeline-content h3 {
  color: var(--color2);
}

.blog-card {
  position: relative;
  width: 96%;
  border-radius: 15px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

img.tavla {
  max-width: 100%;
  width: 80%;
  margin: auto;
  left: 10%;
  top: -18%;
  position: absolute;
}

.blog-card .bottom img {
  width: 172px;
  height: 100%;
  margin: auto;
}

.blog-card .bottom {
  display: flex;
  justify-content: center;
  background: black;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.blog-card .top {
  display: flex;
  color: white;
  justify-content: end;
  flex-direction: column;
  gap: .5rem;
  height: 100%;
  position: relative;
  align-items: center;
  padding-bottom: 1rem;
  width: 100%;
}

.blog-card .top .title {
  font-size: 30px;
  font-weight: 600;
}

.blog-card .top .desc {
  color: #AAAAAA;
  font-size: 14px;
}

img.blog-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  z-index: -1;
}

.blog-card .top .subtitle {
  font-size: 20px;
  font-weight: 600;
  background: var(--color1);
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  top: 7%;
  padding: 1rem 3rem;
  left: 0px;
  width: 91%;
}

.blog-card .top ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 20px;
  font-weight: 500;
  padding: 0 3rem;
  width: 100%;
  margin-bottom: 1rem;
  align-items: start;
}

.arrangement-wrap {
  display: flex;
  width: 100%;
}

.category-arr {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 20%;
  margin: 0 2rem 0 0;
}

.category-table {
  width: 70%;
  padding: 0 1rem;
}

.card.border-info i {
  color: #C5C5C5;
  font-size: 20px;
}

.card.border-info {
  font-size: 18px;
  font-weight: 500;
}

.card-header.bg-info {
  background-color: var(--color2);
  width: 100%;
  color: white;
  padding: 2rem 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.arrangement a,
th,
td,
tr {
  font-size: 16px;
}

.arrangement th {
  color: #8A8A8A;
}

.category-arr .float-right {
  padding: 12px 0;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.country_tur {
  background: #FFFFFF !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
  margin-bottom: 1rem;
  width: 100%;
}

a.ShowClubUsersAll {
  display: none;
}

tr.table-th-2 {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding-right: 2em;
}

table,
th,
td {
  border-collapse: collapse;
  padding: 10px;
}

table#PointList {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  font-weight: 600;
}

thead.thead-dark tr {
  width: 100%;
}

.country_tur td {
  border-right: 1px solid #F5F5F5;
}

#PointList tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.country_irn {
  background: #FFFFFF !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.5rem;
}

.table-hover tr:hover {
  background: var(--color1);
  color: white;
}

.table-hover tr:hover i {
  color: white;
}

.table-hover tr {
  border-radius: 8px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .2rem 0;
}

.no {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.no tr {
  display: flex;
}

.no td {
  font-size: 14px;
  width: 100%;
}

#PointList tbody i {
  color: #c5c5c5;
  margin-left: 4em;
}

.category-arr .sub-date {
  font-size: 14px;
  font-weight: 500;
  color: #8A8A8A;
}

.float-left {
  float: left !important;
}

td.text-center.once {
  background: #FCBE2D;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: white;
  position: relative;
}

.country_tur td {
  padding: 1rem 1rem;
}

td.text-center.two {
  background: #A4A4A4;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
  color: white;
}

td.text-center.three {
  background: #B58A51;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
  color: white;
}

.country_irn td {
  border-right: 1px solid #F5F5F5;
}

.country_tur td {
  min-width: 6em;
}

#PointList .py-1 {
  min-width: 15em !important;
}

.country_irn td {
  min-width: 6em;
}

.country_ncy td {
  min-width: 6em;
}

.country_ncy {
  background: #FFFFFF !important;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
  margin-bottom: 1rem;
  width: 100%;
}

.country_ncy td {
  border-right: 1px solid #F5F5F5;
  padding: 1rem;
}

.user-avatar img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 4px solid white;
  display: flex;
  object-fit: cover;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.user-avatar {
  background: #DEDEDE;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  border: 4px solid var(--color1);
}

.profil {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 2rem;
}

.profil .name {
  background: var(--color1);
  border-radius: 10px;
  color: white;
  padding: 1rem .5rem;
  font-weight: 500;
}

.profil ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.profil ul .dark .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #F5F5F5;
  border-radius: 10px;
  color: var(--color2);
  padding: 1rem .5rem;
  font-weight: 500;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
}

.profil ul .ligt .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: white;
  border-radius: 10px;
  color: var(--color2);
  padding: 1rem .5rem;
  font-weight: 500;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
}

.destkop-menu .header-left {
  position: relative;
  width: 10%;
  z-index: 1;
  margin-top: -4%;
}

.profil ul .info2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  border-radius: 10px;
  width: 100%;
  color: var(--color2);
  padding: 1rem 0.5rem;
  font-weight: 500;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
}

.profil ul .info2 .top {
  display: flex;
  justify-content: space-between;
}

.categories-title {
  font-size: 18px;
  color: #8A8A8A;
  margin-bottom: 1rem;
  font-weight: 500;
}

.profile-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-item .top {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.play-match {
  font-size: 18px;
  font-weight: 500;
}

.register-wrapper .dark-btn {
  padding: 1rem 4rem;
}

.profile-item .top .icon i {
  font-size: 24px;
  font-weight: 500;
  color: #CFCFCF;
}

.profile-item a i {
  color: #cfcfcf;
  font-size: 24px;
}

.play-header {
  display: flex;
  gap: 14em;
  font-size: 18px;
  font-weight: 500;
  color: #8a8a8a;
  padding: 1rem;
}

.item-play {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}

.play-skor {
  display: flex;
  gap: 1rem;
  color: #8a8a8a;
}

.item-play .date {
  color: #8a8a8a;
}

.item-play li {
  border-right: 2px solid #F5F5F5;
  min-width: 7em;
  padding: 1rem 2rem 1rem 1rem;
  margin: .5rem 0;
}

.play-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.play-header-top a {
  font-size: 14px;
  padding: .5rem;
  color: #8a8a8a;
  border-radius: 10px;
  border: 1px solid #8a8a8a;
}

.categories-title ul {
  display: flex;
  justify-content: space-between;
}

.score-item ul {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.score-item ul li {
  border-right: 1px solid #F5F5F5;
  padding-right: 2em;
  margin: .5rem 0;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 10px;
}

.categories-title ul li {
  padding: 0 1rem;
}

.score-pink {
  background: #F9CAD2;
}

.score-grey {
  background: #C8EAB3;
}

.top-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid var(--color1);
  padding: 1rem 0;
}

.top-title-wrap .turnuva {
  color: var(--color2);
  font-weight: 500;
  font-size: 30px;
}

.top-title-wrap .tarih {
  color: var(--color2);
  font-weight: 500;
}

.top-title-wrap .tarih span {
  color: #8A8A8A;
}

.top-title .desc {
  margin: 2rem 0;
  border-radius: 10px;
  background: #EBEBEB;
  padding: 1.5rem 1rem;
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 500;
}

section.top-title {
  margin-top: 5rem;
}

.bg-color1 {
  background: #FDEDF0;
}

.score-item {
  border-radius: 8px;
}

.select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-header .select-title {
  color: var(--color1);
  font-size: 18px;
  font-weight: 500;
}

select#turnuva {
  width: 85%;
  padding: 0.7rem;
  color: var(--color2);
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  border: none;
  outline: none;
  background: linear-gradient(90deg, #E8E8E8 0%, #CECECE 100%);
}

.score-final-content {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  gap: 1rem;
}

.score-final-content .title {
  background-color: var(--color2);
  width: 100%;
  color: white;
  padding: 0 2rem;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.score-final-content .desc {
  margin: 0 1rem;
  color: #8A8A8A;
  text-align: justify;
}

.tur-title {
  margin: 1rem 0;
  background: #EBEBEB;
  padding: 1rem;
  color: #8A8A8A;
  border-radius: 10px;
}

.bg-color3 {
  background-color: #F5F5F5;
}

.mobile-menu .detail .header-wrapper {
  color: black;
}

.mobile-menu .detail {
  box-shadow: 0px 4px 30px rgba(204, 204, 204, 0.25);
  padding: 1rem 0;
}

.mobile-menu .detail .header-right .hamburger div {
  background: black;
}

.mobile-menu .header-wrapper {
  position: relative;
  height: 138px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  color: black;
}

.mobile-menu .header-center ul {
  display: flex;
  gap: 2rem;
  font-size: 18px;
}

.mobile-menu .header-left img {
  width: 118px;
}

li.whatsap {
  color: #92CB7A;
}

li.telegram {
  color: #70B0EE;
}

#toggle {
  display: none;
}

/**
  Hamburger
**/
.mobile-menu .header-right .hamburger {
  position: absolute;
  top: -1em;
  right: 0;
  cursor: pointer;
  width: 2em;
  height: 45px;
  z-index: 5;
}

.mobile-menu .header-right .hamburger div {
  position: relative;
  width: 2.4em;
  height: 3px;
  border-radius: 3px;
  background-color: black;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.mobile-menu .header-right .nav {
  position: fixed;
  width: 70%;
  height: 100%;
  background-color: #ebebeb;
  top: -100%;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.mobile-menu .nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  display: flex;
}

.mobile-menu .header-right nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1rem;
  overflow: hidden;
}

.mobile-menu .header-right nav a {
  position: relative;
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:hover {
  color: var(--color1);
}

.mobile-menu .header-right nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked+.hamburger+.nav {
  top: 0;
  transform: scale(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}

.header-right {
  position: relative;
}

.header-top {
  background: white;
}

.nav-top img {
  width: 183px;
}

.header-right nav .mobil-w {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

header.mobile-menu {
  display: none;
}

.register-form .red-btn {
  padding: 1rem 4rem;
}

header.mobile-menu {
  background: #EBEBEB;
}

.mobile-menu .header-left {
  position: relative;
  width: 100%;
}

.nav-wrapper .language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  background: none;
  box-shadow: none;
}

.mobile-menu .header-right .nav .logo {
  width: 100%;
  margin: 1rem;
}

.mobile-menu .header-right .nav .logo img {
  width: 162px;
}

section.tournament {
  background: white;
}

img.tac {
  position: absolute;
  top: 17%;
  left: 32%;
  max-width: 100%;
}

.blog {
  background: white;
  z-index: -1;
  position: relative;
}
.algorithm-card {
  display: flex;
  gap: .5rem;
  margin-bottom: 3rem;
}
.algorithm-card .player-al-2 .names {
  color: #00000087;
}
.algorithms-no {
  background: #CFCFCF;
  color: var(--color2);
  padding: 1rem;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  display: flex;
}

.algorithm-card .players {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  font-size: 18px;
}


.algorithm-card .player-al-1 {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background: white;
  transition: all .3s;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
}

.algorithm-card .player-al-2 {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-radius: 8px;
  opacity: .8;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.121569);
}

.algorithm-card .names {
  font-weight: 500;
  width: 135px;
}

.algorithm-card .player-al-1 .bin {
  margin-left: 2rem;
  background: #568862;
  transition: all .3s;
  padding: .8rem;
  color: white;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.algorithm-card .players img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 1rem;
  border: 3px solid white;
}

.algorithm-card .player-al-2 .bin {
  margin-left: 2rem;
  background: #f5f5f5;
  padding: 0.8rem;
  color: #707070;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.algorithms-tur-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.thurs {
  width: 25%;
}
.algorithm-card .player-al-1:hover {
  background: #E6B636;
}

.algorithm-card .player-al-1:hover .bin {
  background: #C7920A;
}.algorithm-card .player-al-2:hover {
  background: #E6B636;
  color: white;
}

.algorithm-card .player-al-2:hover .bin {
  background: #C7920A;
}

.two-thurs.thurs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.three-thurs.thurs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.four-thurs.thurs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {

  header.destkop-menu {
    display: none;
  }

  header.mobile-menu {
    display: block;
  }

  .blog-card .top .subtitle {
    font-size: 16px;
  }

  .blog-card .top ul {
    font-size: 16px;
  }

  .blog-card {
    width: 100%;
    height: 288px;
    margin-bottom: 4rem;
  }

  .p10 {
    padding: 2rem 0;
  }

  .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }

  .banner .img img {
    height: 232px;
  }

  .slider-content {
    width: 80%;
    gap: .5rem;
  }

  .slider-content .top .subtitle {
    font-size: 18px;
    margin: .5rem 0;
    line-height: 11px;
  }

  .footer-center {
    gap: 1rem;
    font-size: 16px;
  }

  .references .title {
    font-size: 22px;
  }


  .ref-box img {
    width: 188px;
    height: 80px;
  }

  .timeline-container {
    display: none;
  }

  .ttb-tour-item {
    flex-direction: row;
    align-items: start;
  }

  ul.websites.filters li a {
    width: 143px;
    height: 100%;
  }

  ul.websites.filters {
    font-size: 14px;
    height: 100%;
  }

  .tournament-wrapper nav {
    gap: 1rem;
  }

  .tournament-wrapper {
    width: 100%;
  }

  .ttb-tour-item .left .title {
    font-size: 17px;
    line-height: 22px;
  }

  .ttb-tour-item .left ul {
    font-size: 16px;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
  }

  button.red-btn {
    width: 126px;
    font-size: 14px;
  }

  button.grren-btn {
    width: 126px;
    font-size: 14px;
  }

  .ttb-tour-item .left {
    margin: 1.5rem 0;
    max-width: 60%;
  }

  button.light-btn {
    width: 126px;
    font-size: 14px;
  }

  .arrangement-wrap {
    flex-direction: column;
    width: 100%;
  }

  .category-arr {
    width: 100%;
  }

  .sub-section-title {
    font-size: 22px;
  }

  .category-table {
    width: 100%;
  }

  .ContactList {
    flex-direction: column;
    width: 100%;
  }

  .Contact {
    flex-direction: column;
  }

  .society-wrapper {
    margin: 2rem 0;
    width: 100%;
    gap: 1rem;
    flex-direction: column;
  }

  .AlphabetNav a {
    padding: 5px;
  }

  .AlphabetNav {
    justify-content: start;
    width: 100%;
    position: relative;
    padding: 0px;
    flex-wrap: wrap;
  }

  .Contact-avatar {
    margin: auto;
    padding: 0.5rem;
  }

  .society-info .item .title {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
  }

  .society-info .item .info {
    font-size: 14px;
    text-align: start;
    line-height: 18px;
  }

  .society-info .item {
    flex-direction: column;
    align-items: start;
  }

  .wrap-wrap {
    flex-direction: column;
  }

  .profil {
    width: 100%;
    margin: 0;
    padding: 2rem;
  }

  .play-match {
    font-size: 14px;
  }

  .play-header-top {
    flex-direction: column;
    justify-content: start;
  }

  .play-header {
    gap: 2rem;
    justify-content: center;
  }

  .item-play {
    flex-direction: column;
  }

  .item-play li {
    border: none;
    padding: .5rem;
  }

  .img-rules img {
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
  }

  .rules p {
    padding: .5rem 0;
  }

  section.register.p10 {
    height: 86vh;
  }

  .top-title-wrap .turnuva {
    font-size: 20px;
  }

  .top-title-wrap {
    flex-direction: column;
    gap: .5rem;
  }

  select#turnuva {
    width: 70%;
  }

  section.top-title {
    margin-top: 1rem;
  }

  .top-title .desc {
    margin: 1rem 0;
    font-size: 14px;
  }

  .score-final-content {
    margin: 0;
  }

  .ref-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .score-final-content .desc {
    margin: 0;
  }

  .ttb-tour-item .author .picture img {
    display: none;
  }

  .ttb-tour-item .right .light-btn,
  .green-btn {
    display: none;
  }

  .ttb-tour-item .right {
    margin: 1.5rem 0;
  }

  .ttb-tour-item .grren-btn {
    display: none;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 34%;
}
.tournament-wrapper .list {
  display: none;
}
.banner .date {
  font-size: 14px;
}

.slider-content .top .title {
  font-size: 18px;
  line-height: 18px;
}

.slider-content .top .desc {
  font-size: 14px;
  line-height: 20px;
}

.banner .buy {
  font-size: 16px;
}

}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  header.destkop-menu {
    display: none;
  }

  header.mobile-menu {
    display: block;
  }

  .blog-card .top .subtitle {
    font-size: 16px;
  }

  .blog-card .top ul {
    font-size: 16px;
  }

  .blog-card {
    width: 100%;
    height: 288px;
    margin-bottom: 4rem;
  }

  .p10 {
    padding: 2rem 0;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .banner .img img {
    height: 418px;
  }

  .slider-content {
    width: 80%;
  }

  .slider-content .top .subtitle {
    font-size: 26px;
    margin: .5rem 0;
    line-height: 34px;
  }

  .footer-center {
    gap: 1rem;
    font-size: 16px;
  }

  .references .title {
    font-size: 22px;
  }


  .ref-box img {
    width: 188px;
    height: 80px;
  }

  .timeline-container {
    display: none;
  }

  .ttb-tour-item {
    flex-direction: column;
  }

  ul.websites.filters li a {
    width: 143px;
    height: 100%;
  }

  ul.websites.filters {
    font-size: 14px;
    height: 100%;
  }

  .tournament-wrapper nav {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .tournament-wrapper {
    width: 100%;
  }

  .ttb-tour-item .left .title {
    font-size: 17px;
    line-height: 22px;
  }

  .ttb-tour-item .left ul {
    font-size: 16px;
    flex-direction: column;
    align-items: start;
    gap: .5rem;
  }

  button.red-btn {
    width: 126px;
    font-size: 14px;
  }

  button.grren-btn {
    width: 126px;
    font-size: 14px;
  }

  .ttb-tour-item .left {
    margin: 1.5rem 0;
  }

  button.light-btn {
    width: 126px;
    font-size: 14px;
  }

  .arrangement-wrap {
    flex-direction: column;
    width: 100%;
  }

  .category-arr {
    width: 100%;
  }

  .sub-section-title {
    font-size: 22px;
  }

  .category-table {
    width: 100%;
  }

  .ContactList {
    flex-direction: column;
    width: 100%;
  }

  .Contact {
    flex-direction: column;
  }

  .society-wrapper {
    margin: 2rem 0;
    width: 100%;
    gap: 1rem;
    flex-direction: column;
  }

  .AlphabetNav a {
    padding: 5px;
  }

  .AlphabetNav {
    justify-content: start;
    width: 100%;
    position: relative;
    padding: 0px;
    flex-wrap: wrap;
  }

  .Contact-avatar {
    margin: auto;
    padding: 0.5rem;
  }

  .society-info .item .title {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
  }

  .society-info .item .info {
    font-size: 14px;
    text-align: start;
    line-height: 18px;
  }

  .society-info .item {
    flex-direction: column;
    align-items: start;
  }

  .wrap-wrap {
    flex-direction: column;
  }

  .profil {
    width: 100%;
    margin: 0;
    padding: 2rem;
  }

  .play-match {
    font-size: 14px;
  }

  .play-header-top {
    flex-direction: column;
    justify-content: start;
  }

  .play-header {
    gap: 2rem;
    justify-content: center;
  }

  .item-play {
    flex-direction: column;
  }

  .item-play li {
    border: none;
    padding: .5rem;
  }

  .img-rules img {
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
  }

  .rules p {
    padding: .5rem 0;
  }

  section.register.p10 {
    height: 86vh;
  }

  .top-title-wrap .turnuva {
    font-size: 20px;
  }

  .top-title-wrap {
    flex-direction: column;
    gap: .5rem;
  }

  select#turnuva {
    width: 70%;
  }

  section.top-title {
    margin-top: 1rem;
  }

  .top-title .desc {
    margin: 1rem 0;
    font-size: 14px;
  }

  .score-final-content {
    margin: 0;
  }

  .ref-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .score-final-content .desc {
    margin: 0;
  }

  .ttb-tour-item .author .picture img {
    display: none;
  }

  .ttb-tour-item .right .light-btn,
  .green-btn {
    display: none;
  }

  .ttb-tour-item .right {
    margin: 1.5rem 0;
  }

  .ttb-tour-item .grren-btn {
    display: none;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 25%;
}
.tournament-wrapper .list {
  display: none;
}.banner .date {
  font-size: 14px;
}

.slider-content .top .title {
  font-size: 18px;
  line-height: 18px;
}

.slider-content .top .desc {
  font-size: 14px;
  line-height: 20px;
}

.banner .buy {
  font-size: 16px;
}

}