
body {
  background-color: var(--mainColor);
  color: var(--white);
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

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

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}



.button-coupon-del {
  cursor: pointer;
}


/* Navbar buradan başlıyor*/
/* header style */
.top-nav {
  width: 100%;
}

.top-nav .container {
  width: 100%;
  justify-content: space-between;
  padding: 0;
  height: 6rem;
  background-color: var(--white);
  border-bottom: 2px solid var(--white);
  position: relative;
}

.top-nav .burger {
  display: none;
  padding: 1rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top-nav .burger {
    display: block;
    color: var(--mainColor);
  }
}



@media (max-width: 767px) {
  .top-nav .container {
    width: 100%;
    justify-content: space-between;
    padding: 0;
    height: 6rem;
    background-color: #97c100;
    border-bottom: 2px solid var(--white);
    position: relative;
  }
}


.top-nav .left-nav {
  width: 40%;
  background-color: #174b73;
  box-shadow: inset 0 50px 25px -15px #216ca6;
  line-height: 1rem;
  height: 100%;
}


@media (max-width: 991px) {
  .top-nav .left-nav {
    width: 40%;
  }
}


.top-nav .left-nav div {
  width: 20%;
  height: inherit;
  border: 1px solid #ccc;
  justify-content: space-evenly;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}




@media (max-width: 767px) {
  .top-nav .left-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    height: 25rem;
    top: 70%;
    left: 0;
    z-index: 4;
  }

  .top-nav .burger:hover~.left-nav {
    display: flex;
  }

  .top-nav .left-nav div {
    width: 100%;
    height: 100%;
  }

}

.top-nav .left-nav div:hover {
  box-shadow: none;
  background-color: #1a5684;
}

.top-nav .left-nav>div:last-of-type {
  flex-direction: column;
  background-color: var(--primaryColor);
  box-shadow: inset 0 50px 25px -25px #84b332;
}

.top-nav .left-nav>div:last-of-type:hover {
  box-shadow: none;
  background-color: #93c738;
}

.top-nav .left-nav>div:nth-child(4) {
  background-color: #0e5d9a;
  box-shadow: #388ecc;
}

.top-nav .left-nav>div:nth-child(4):hover {
  background-color: #1f72ad;
  box-shadow: none;
}


.top-nav .left-nav div:last-of-type i {
  max-width: 100%;
}

.top-nav .left-nav div i {
  font-size: 2rem;
}

.top-nav .left-nav .desk-top,
.top-nav .left-nav .mobile,
.top-nav .left-nav .telg {
  position: relative;
}

.top-nav .left-nav .bet-app,
.top-nav .left-nav .smart-phone,
.top-nav .left-nav .telg-box {
  position: absolute;
  top: 7rem;
  z-index: 1;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: var(--white);
  overflow: auto;
  display: none;
}

.top-nav .left-nav .bet-app {
  min-width: 20rem;
  height: 11rem;
  left: 1.6rem;
}

.top-nav .left-nav .bet-app::before,
.top-nav .left-nav .smart-phone::before,
.top-nav .left-nav .telg-box::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 1.5rem;
  border-color: transparent transparent var(--hoverColor) transparent;
  bottom: -1.5rem;
  z-index: 2;
  left: 2rem;
  display: none;
}

.top-nav .left-nav .desk-top:hover .bet-app,
.top-nav .left-nav .desk-top:hover::before {
  display: block;
}

.top-nav .left-nav .smart-phone {
  min-width: 15rem;
  height: 10rem;
  left: 1.6rem;
}

.top-nav .left-nav .mobile:hover .smart-phone,
.top-nav .left-nav .mobile:hover::before {
  display: block;
}

.top-nav .left-nav .telg-box {
  min-width: 12rem;
  height: 6rem;
  left: 1.6rem;
}

.top-nav .left-nav .telg:hover .telg-box,
.top-nav .left-nav .telg:hover::before {
  display: block;
}


.top-nav .right-nav {
  width: 30%;
  right: 5px;
  height: 100%;
  justify-content: flex-end;
  text-align: center;
  background-color: #174b73;
  box-shadow: inset 0 50px 25px -25px #216ca6;
  font-size: 1.2rem;
}



.top-nav .right-nav div {
  width: 120px;
  height: inherit;
  border: 1px solid #ccc;
  justify-content: space-evenly;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}



@media (max-width: 767px) {
  .top-nav .right-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    height: 25rem;
    top: 70%;
    right: 0;
    z-index: 4;
  }

  .top-nav .burger:nth-child(3):hover~.right-nav {
    display: flex;
  }

  .top-nav .right-nav div {
    width: 100%;
    height: 100%;
  }

  .top-nav .right-nav>div:hover {
    box-shadow: none;
    background-color: #1a5684;
  }

  .top-nav .right-nav>div:nth-child(2) {

    background-color: #0e5d9a;
    box-shadow: inset 0 50px 25px -15px #388ecc;
  }

  .top-nav .right-nav>div:nth-child(2):hover {
    box-shadow: none;
    background-color: #1f72ad;
  }

  .top-nav .right-nav>div:nth-child(3) {
    width: 60px;
    background-color: #658726;
    box-shadow: #93c738;
  }
}


@media (max-width: 767px) {
  .top-nav .right-nav>div:nth-child(3) {
    width: 100%;
  }
}

.top-nav .right-nav div:hover {
  box-shadow: none;
  box-shadow: none;
  background-color: #1a5684;
}

.top-nav .right-nav>div:nth-child(3):hover {
  box-shadow: none;
  background-color: #93c738;
}

.top-nav .right-nav>div i {
  font-size: 1.2rem;
}

.top-nav .right-nav>div:last-of-type {
  justify-content: center;
}

.top-nav .right-nav .flag {
  width: 50%;
}

.top-nav .right-nav .flag img {
  max-width: 100%;
}

.top-nav .right-nav .menu {
  position: relative;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

.top-nav .right-nav .menu input {
  top: 0;
  cursor: pointer;
  opacity: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}

.top-nav .right-nav .menu input:checked~.flag-list {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.top-nav .right-nav .menu .flag-list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 1;
  background: var(--mainColor);
  width: 30rem;
  right: 10%;
  top: 135%;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s;
}

.top-nav .right-nav .menu .flag-list ul {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 1px 6px rgb(0 0 0 / 50%);
  background-color: var(--mainColor);
}

.top-nav .right-nav .menu .flag-list li {
  padding: 1rem 2rem;
  width: 10rem;
  margin-bottom: 5px;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  color: var(--white);
}

.top-nav .right-nav .menu .flag-list li:hover {
  background-color: #1f72ad;
}

.top-nav .right-nav .menu .flag-list li img {
  max-width: 60%;
}

/* main head  */

.main-head .container {
  justify-content: space-around;
  background-color: var(--mainColor);
  border-bottom: 2px solid var(--white);
}

/* LOGO HİZALAMA BÜYÜK EKRAN AŞAĞIYI BEN EKLEDİM*/

.main-head .logo .logo-image {
  width: 10rem;
}

/* LOGO HİZALAMA */

@media (max-width: 767px) {
  .main-head .container {
    flex-direction: column;
  }

  .main-head .logo {
    width: 20%;
  }

  .main-head .logo img {
    width: 100%;
  }

  .main-head ul {
    width: 75%;
    justify-content: space-evenly;
  }
}

@media (max-width: 767px) {
  .main-head ul {
    width: 100%;
    flex-direction: column;
  }
}

.main-head ul li {
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  height: 5rem;
  line-height: 5rem;
  position: relative;
}

.main-head ul li:not(.live-casino, .head):hover {
  color: #66c4ff;
}












.container-sports {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  height: 100vt;
  width: max-content;
}

.horizontal-scroll-sports {
  width: 70%;
  height: 60px;
  background: var(--mainColor);
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.horizontal-scroll-sports .btn-scroll-sports {
  background: var(--hoverColor);
  color: #fff;
  box-shadow: 0 0 10px #fff;
  padding: 5px 8px;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  z-index: 1;
  cursor: pointer;
  transition: 1s;
}

.sports-container {
  margin: 10px;
  margin-top: 0;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;

  left: 0;
  transition: 0.5s all ease-out;
}

.sport-circle {
  /* background: linear-gradient(rgb(226, 223, 223), rgb(31, 22, 15)); */

  width: 40px;
  height: 40px;
  margin: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transform: rotateZ(20deg);
  transition: 0.5s linear;
  cursor: pointer;
}

.sport-circle img {
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  /* border: 1px solid #f9f9f9; */
  transform: rotateZ(-20deg);

}

.sport-circle:hover {
  transform: rotate(360deg) scale(1.3);
}


/* .profile{
    position: relative;
    
    z-index: -1;
    width: 100px;
    aspect-ratio: 1/1;
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
} */
.badge-ikp {
  display: grid;
  place-content: center;
  position: absolute;
  color: var(--white);
  bottom: -2px;
  left: 2px;
  width: 30px;
  /* aspect-ratio: 1/1; */
  background: var(--primaryColor);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  font-size: 10px;
  z-index: 15;
}

.badge-ikp::after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: var(--primaryColor);
  border-bottom-style: double;
  z-index: 15;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
  border-radius: inherit;
  width: 40px;
  height: 40px;
  opacity: 0;
  animation: pulse 1.5s infinite linear both;

}

@keyframes pulse {
  45% {
    opacity: 0.6;
  }

  80%,
  100% {
    opacity: 0;
    scale: 1.6;
  }
}



@media screen and (max-width: 1200px) {
  .sport-circle img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  .sport-circle img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sport-circle img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 550px) {
  .sport-circle img {
    width: 100%;
    height: 100%;
  }
}





.bet-list-item-all-odds {
  width: 50px;
  color: black;
  border-style: solid;
  border-color: var(--mainColor);
  border-width: 2px 0.5px;
  font-size: 1.2rem;
  border-radius: 20%;
  cursor: pointer;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);

}

.bet-list-item-all-odds:hover {
  background: radial-gradient(ellipse farthest-corner at right bottom, #665817 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
  radial-gradient(ellipse farthest-corner at left top, #424141 0%, #b1b17a 8%, #D1B464 25%, #5d4a1f 62.5%, #352a10 100%);
  transition: all 0.4s linear;
}
















/* sticky navbar burada başlıyor */

/* .navbar-sticky {
  width: 100%;
  height: 60px;
  background: var(--mainColor);
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;


  position: sticky;
  top: 0;
  z-index: 15;
}

.navbar-sticky-right {
  width: 90px;
  background: var(--mainColor);
  flex-direction: row;
  left: auto;
} */











.arrow {
  display: block;
  position: relative;
  top: 7px;
  left: 18px;
  z-index: 9;
}

.arrow-span {
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  margin: -5px;
  transform: rotate(45deg);
  animation: down_arrow 2s infinite;
  animation-iteration-count: 3;
}

.arrow-span:nth-child(1) {
  animation-delay: -.2s
}

.arrow-span:nth-child(2) {
  animation-delay: -.4s
}

.arrow-span-up {
  display: block;
  position: relative;
  top: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #52d307;
  border-left: 1px solid #52d307;
  margin: -5px;
  transform: rotate(45deg);
  animation: arrow-up 2s infinite;
  animation-iteration-count: 3;
}

.arrow-span-up:nth-child(1) {
  animation-delay: -.2s
}

.arrow-span-up:nth-child(2) {
  animation-delay: -.4s
}

@keyframes arrow-up {

  0% {
    opacity: 0;
    transform: rotate(45deg) translate(5px, 5px)
  }

  35% {
    opacity: 1;

  }

  75% {
    opacity: 0;
    transform: rotate(45deg) translate(-5px, -5px)
  }

  100% {
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -5px)
  }
}


.arrow-span-down {
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid red;
  border-right: 1px solid red;
  margin: -5px;
  transform: rotate(45deg);
  animation: arrow_down 2s infinite;
  animation-iteration-count: 3;
}

.arrow-span-down:nth-child(1) {
  animation-delay: -.2s
}

.arrow-span-down:nth-child(2) {
  animation-delay: -.4s
}



@keyframes arrow_down {

  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-5px, -5px)
  }

  35% {
    opacity: 1;

  }

  75% {
    opacity: 0;
    transform: rotate(45deg) translate(5px, 5px)
  }

  100% {
    opacity: 1;
    transform: rotate(45deg) translate(5px, 5px)
  }
}

/* Animation Özellikleri ve Kullanımı

Animasyon özelliğinde süre, gecikme süresi, animasyon tekrarı gibi birden çok özellik mevcut.

animation-name: Kullanmak istediğimiz animasyonun ismi. Yukarıda @keyframes ornek-animasyon olarak tanımladığımız ornek-animasyon değerini buraya yazıyoruz.

animation-duration: Animasyonun süresi. Örneğin, 1s (1 saniye), 750ms (750 milisaniye) gibi..

animation-timing-function: Animasyonun hızı.

animation-delay: Gecikme süresi. Örneğin, 2s olarak belirttiğimizde animasyon 2 saniye gecikmeli olarak başlayacaktır.

animation-iteration-count: Animasyon tekrar sayısı. 3 olarak belirttiğimizde animasyon 3 defa çalışacaktır.

animation-direction: Animasyonun yönü. Varsayılan olarak animasyon, baştan sonra doğru çalışacaktır. Örneğin, sondan başa doğru çalışmasını istersek alternate değerini kullanabiliriz.

animation-fill-mode: Animasyon bittikten sonraki süreç. Örneğin backwards parametresini verdiğimizde, animasyon bitiminde, animasyonun ilk karesindeki özellikler uygulanır.

Bir tane de örnek yapalım.

.css-animation-ornegi {
    animation-name: ornek-animasyon;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-fill-mode: none;
}

Eğer birden fazla yerde animasyon kullanacaksak, bu özellikleri tek tek yazmamız gereksiz kod kalabalığına neden olacaktır. Bunun için ise kısa tanımlamayı kullanmak daha kullanışlı olacaktır.

.css-animation-ornegi {
    animation: ornek-animasyon 2s ease 0s 3 normal none;
}

Burada dikkat edilmesi gereken nokta, parametrelerin sıralaması. Verdiğimiz değerler, ilk örnekteki parametreler ile aynı sırada olmalıdır. Yani 1. parametre animation-name, 2. parametre animation-duration, 3. parametre animation-timing-function vs.. */




/* .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-span {
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #06a8ff;
  border-right: 1px solid #06a8ff;
  margin: -4px;
  transform: rotate(45deg);
  animation: down_arrow 2s infinite;
}

.arrow-span:nth-child(2) {
  animation-delay: -.2s
}

.arrow-span:nth-child(3) {
  animation-delay: -.4s
}

@keyframes down_arrow {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-5px, -5px)
  }

  50% {
    opacity: 1;

  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(5px, 5px)
  }
} */