:root {
  --primary: #3CB815;
  --secondary: #f15d30;
  --light: #F7F8FC;
  --dark: #111111;
}
body, html {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: #f3f7fe;
    font-family: sans-serif;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.modal {
    padding-right: 0px !important;
}
a{
  text-decoration: none;
}
p{
  font-size: 16px;
  font-weight: 400;
  color: black !important;
}
h1{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;


}
h2 {

    color: #01295f;
}


.Slider {
    background-color: rgb(214, 221, 228);
    padding: 2rem;
}
.Slider img{
  border-radius: 30px !important;
  width: 100%;
}


main a{
  text-decoration: none;
  color: black;
}
.navbar .navbar-nav .nav-link {
  padding: 25px 15px;
  color: #555555;
  font-weight: 500;
  outline: none;
}
.navbar a{
  font-size: 20px;
  color: black !important;
}

.etiket {
    text-align: center;
    margin: 3px;
    background-color: #f15d30bd;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    border-radius: 3rem;
    font-weight: 400;
    color: white;
    align-content:center;
}

.etiketTarih{
  max-width: 100px;
 background-color:#00000056;
 padding:0.5rem 2rem 0.5rem 2rem;
 border-radius: 3rem;
 font-weight: 400;
 color: white;
}
.basvur{
  background-color: var(--primary);
  color: white;
  width:200px;
  font-size: 20px;
}
.basvur:hover{
  border:2px solid white;
}

.etkinlikH {
    font-weight: 600;
    font-size: 35px;
    color: var(--dark);
    font-weight: 600;
}
.altMenu{
  position: fixed;
  z-index: 9;
  bottom: 10px;
  width:100% !important;
}
.altMenu .card{
  font-size: 20px;
  border:2px solid white;
  border-radius: 15px;
  text-align: center;
  color: white;
  background-color:#05314694;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.4s;

}
.altMenu .card:hover{
  background: var(--secondary);
color: rgb(255, 255, 255);
backdrop-filter: blur(30.7px);
-webkit-backdrop-filter: blur(4.7px);
}

.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
    border-radius: 3rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.owlDiv {
    width: 80%;
    margin: 0 auto;
    padding: 0px !important;
}
 .owlDiv .owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  pointer-events: none;
  box-sizing: border-box;
}
.owlDiv .owl-nav .owl-prev,
.owlDiv .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-family: Arial !important;
  font-size: 22px !important;
  line-height: 1 !important;
  box-sizing: border-box;
  background: white !important;
  color: black !important;
  pointer-events: all;
}
.owlDiv .owl-nav .owl-prev.disabled,
.owlDiv .owl-nav .owl-next.disabled{
  visibility: hidden;
}

.tumuBtn{
    position:absolute;
    right:20px;
    bottom:0px;
}

.oyunCard {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
    .oyunCard span {
        background-color: var(--secondary);
        padding:2px;
        width:30%;
        text-align:center;
        border-radius:3rem;
        color:white;
    }

