/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow-x: hidden; }
  body .container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px; }

/* width */
::-webkit-scrollbar {
  width: 3px; }

/* Track */
::-webkit-scrollbar-track {
  background: #D1D6DA;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6B727E;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.Navtop {
  width: 100%;
  transition: 500ms;
  background-color: #fff;
  padding: 15px 0; }
  .Navtop .navbar-brand {
    margin-top: 0;
    width: clamp(130px, 7.45vw, 143px);
    height: 52.4px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/logo.svg); }
  .Navtop .navbar {
    display: flex;
    align-items: center; }
    .Navtop .navbar-nav {
      transition: 400ms;
      margin-left: 5%; }
    .Navtop .navbar-collapse {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .Navtop .navbar-collapse .nav-item {
        margin-left: 30px;
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center; }
        .Navtop .navbar-collapse .nav-item .nav-link {
          font-size: clamp(14px, 0.85vw, 16px);
          font-weight: 600;
          line-height: 1.56;
          color: #010b1d;
          transition: 500ms;
          position: relative; }
          .Navtop .navbar-collapse .nav-item .nav-link:after {
            content: " ";
            display: inline-block;
            transition: 500ms;
            width: 100%;
            height: 2px;
            background-color: #53aa47;
            position: absolute;
            bottom: -25px;
            left: 0;
            opacity: 0; }
          .Navtop .navbar-collapse .nav-item .nav-link:hover {
            color: #53aa47;
            transition: 500ms; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover:after {
              transition: 500ms;
              bottom: -20px;
              opacity: 1; }
      .Navtop .navbar-collapse .Mac-button {
        font-size: clamp(14px, 0.85vw, 16px);
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        border-radius: 3px;
        background-color: #53aa47;
        padding: 8px clamp(24px, 1.67vw, 32px);
        border: 1px solid #53aa47;
        transition: all 500ms; }
        .Navtop .navbar-collapse .Mac-button:hover {
          color: #53aa47;
          background-color: #fff; }
      .Navtop .navbar-collapse .active .nav-link {
        color: #53aa47;
        font-weight: bold; }
        .Navtop .navbar-collapse .active .nav-link:after {
          transition: 500ms;
          opacity: 1; }
  .Navtop-active {
    transition: 500ms;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3); }
  .Navtop .button {
    display: none; }

.Navbottom {
  position: relative;
  z-index: 1;
  background-color: #010b1d;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 100%;
  padding: 50px 0 30px 0;
  border-top: 2px solid #53aa47; }
  .Navbottom .Upto {
    position: absolute;
    width: 109px;
    height: 33px;
    background-image: url(../images/footer-arrow-back.svg);
    top: -32.4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom .Upto i {
      font-size: 23px;
      font-weight: 300;
      color: #ffffff; }
  .Navbottom-in {
    display: flex;
    flex-direction: column;
    position: relative; }
  .Navbottom-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px; }
    .Navbottom-top .Navbottom-item {
      width: calc(20% - 50px); }
      .Navbottom-top .Navbottom-item h3 {
        width: 100%;
        font-size: clamp(14px, 1.1vw, 20px);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #53aa47;
        border-bottom: 1px solid #252D3D;
        padding-bottom: 10px;
        margin-bottom: 30px; }
      .Navbottom-top .Navbottom-item ul li {
        margin-bottom: 15px; }
        .Navbottom-top .Navbottom-item ul li a {
          font-size: clamp(14px, 0.8vw, 15px);
          font-weight: 500;
          color: #ffffff;
          transition: all 500ms;
          display: flex;
          align-items: center; }
          .Navbottom-top .Navbottom-item ul li a:before {
            content: "";
            display: inline-block;
            transition: all 500ms;
            width: 6px;
            height: 6px;
            background-color: #53aa47;
            border-radius: 99px;
            -webkit-transform: translateX(-10px);
                    transform: translateX(-10px);
            opacity: 0; }
          .Navbottom-top .Navbottom-item ul li a:hover {
            color: #53aa47;
            transition: 500ms; }
            .Navbottom-top .Navbottom-item ul li a:hover:before {
              opacity: 1; }
  .Navbottom-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Navbottom-bottom p {
      font-size: clamp(12px, 0.73vw, 14px);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: left;
      color: #555555; }
    .Navbottom-bottom img {
          width: clamp(100px, 7.45vw, 143px);
      -o-object-fit: cover;
         object-fit: cover;
      margin: 0 40px; }

.button {
  position: absolute;
  right: 5px;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  font-size: 26px;
  display: none; }

.button a {
  text-decoration: none; }

.btn-open:after {
  content: "";
  display: inline-block;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../images/menu.svg);
  -webkit-filter: invert(100%);
          filter: invert(100%); }

.btn-close:after {
  content: "";
  display: inline-block;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(../images/exit.svg);
  -webkit-filter: invert(100%);
          filter: invert(100%); }

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 71px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  padding-bottom: 50px;
  background-color: white;
  overflow: auto;
  z-index: 99999;
  opacity: 0.97; }

.wra {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto; }

.wra ul.wra-nav {
  text-transform: capitalize;
  padding: 4vh 15px; }
  .wra ul.wra-nav .fa {
    font-size: 18px;
    opacity: 0.8; }
  .wra ul.wra-nav .dropdown-toggle {
    background-color: transparent;
    padding: 0px 5px;
    font-size: 28px;
    font-weight: bold;
    color: green; }
  .wra ul.wra-nav .dropdown-menu {
    position: relative;
    padding: 0;
    width: 100%;
    background-color: green;
    z-index: 9999999; }
    .wra ul.wra-nav .dropdown-menu a {
      font-weight: 600;
      padding-right: 10px;
      white-space: normal;
      width: 100%;
      display: flex;
      flex-direction: column;
      font-size: 15px;
      color: white;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px; }
      .wra ul.wra-nav .dropdown-menu a:hover {
        transition: 500ms;
        background-color: #860c0d; }
      .wra ul.wra-nav .dropdown-menu a span {
        line-height: 1.2;
        margin-top: 5px;
        opacity: 0.7;
        font-size: 11px; }

.wra ul.wra-nav li {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: center;
  color: #363434; }
  .wra ul.wra-nav li:hover {
    color: #81519b;
    transition: 500ms;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.wra-nav-in li {
  font-size: 14px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.active {
  opacity: 1 !important; }

.wra ul.wra-nav li a {
  padding: 5px 0;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }
  .wra ul.wra-nav li a:hover {
    transition: 500ms;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.Form-input {
  width: 100%;
  position: relative; }
  .Form-input-submit {
    width: clamp(35px, 3.4vw, 65px);
    height: clamp(35px, 3.4vw, 65px);
    border-radius: 41px;
    background-color: #53aa47;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: all 500ms;
    cursor: pointer; }
    .Form-input-submit i {
      font-size: 27px;
      font-weight: 300;
      color: #ffffff; }
    .Form-input-submit:hover {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
  .Form-input input {
    position: relative;
    padding: 15px 0;
    padding-left: 50px;
    padding-right: 18%;
    display: flex;
    width: clamp(320px, 23.5vw, 451px);
    height: clamp(51px, 4.22vw, 81px);
    font-size: clamp(14px, 1.3vw, 25px);
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    border-radius: 45px;
    background-color: #010b1d;
    border: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0; }
    .Form-input input::-webkit-input-placeholder {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2;
      text-align: left;
      color: #b1b1b1; }
    .Form-input input:-ms-input-placeholder {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2;
      text-align: left;
      color: #b1b1b1; }
    .Form-input input::-ms-input-placeholder {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2;
      text-align: left;
      color: #b1b1b1; }
    .Form-input input::placeholder {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2;
      text-align: left;
      color: #b1b1b1; }
      .Form-input input::-webkit-input-placeholder:before {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 10px 16px;
        background-image: url(../images/fc-icon.png); }
      .Form-input input:-ms-input-placeholder:before {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 10px 16px;
        background-image: url(../images/fc-icon.png); }
      .Form-input input::-ms-input-placeholder:before {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 10px 16px;
        background-image: url(../images/fc-icon.png); }
      .Form-input input::placeholder:before {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 10px 16px;
        background-image: url(../images/fc-icon.png); }
    .Form-input input:focus {
      outline: none;
      border: 1px solid #17d52d; }
  .Form-input .formLabel {
    font-size: clamp(14px, 1.3vw, 25px);
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .4s ease;
    z-index: 9; }
  .Form-input .formTop {
    top: 0 !important;
    left: 40px;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 500;
    color: #53aa47; }

.Banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3.65vw, 40px) 0;
  position: relative;
  z-index: 1; }
  .Banner:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/banner-before.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .Banner-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative; }
    .Banner-in h1 {
      font-size: clamp(21px, 2.35vw, 45px);
      font-weight: 300;
      line-height: 1.51;
      letter-spacing: normal;
      text-align: left;
      color: #010b1d;
      margin-bottom: clamp(25px, 2.61vw, 50px);
      position: relative;
      z-index: 2; }
      .Banner-in h1 b {
          display: block;
        font-weight: bold; }
    .Banner-in h2 {
      font-size: clamp(18px, 1.57vw, 30px);
      font-weight: 500;
      text-align: center;
      color: #ffffff;
      border-radius: 31px;
      background-color: #53aa47;
      padding: 10px 45px;
      margin-top: 40px;
      margin-bottom: 35px;
      position: relative;
      z-index: 2; }
    .Banner-in p {
      font-size: clamp(11px, 0.8vw, 15px);
      font-weight: 500;
      text-align: center;
      color: #010b1d;
      max-width: clamp(750px,55vw,1054px);
      position: relative;
      z-index: 2; }
  .Banner-button {
    position: relative; }
.Banner-button form{
    position: relative;
}
    .Banner-button form:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: clamp(190px,10.42vw,200px);
      height: 290px;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-image: url(../images/dede.png);
      position: absolute;
      right: 90%;
      top: -60%; }
    .Banner-button-item {
      position: relative; }
    .Banner-button .Listele {
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      background-color: #f56c1f;
      font-size: clamp(14px, 1vw, 18px);
      font-weight: 500;
      color: #ffffff;
      padding: 10px 20px;
      transition: all 500ms;
      position: relative;
      z-index: 2; }
      .Banner-button .Listele i {
        margin-right: 7px; }
      .Banner-button .Listele:hover {
        background-color: #53aa47; }
  .Banner-ic {
    margin-bottom: 60px; }
    .Banner-ic:before {
      background-image: url(../images/banner-ic-before.png); }
    .Banner-ic h1 {
      color: #fff;
      margin-bottom: 0;
      padding: 60px 0; }

.Uyari {
  width: 100%;
  padding: 25px 0; }
  .Uyari-in {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Uyari-in p {
      font-size: clamp(12px, 1.3vw, 25px);
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.52;
      letter-spacing: normal;
      text-align: center;
      color: #010b1d; }
      .Uyari-in p span {
        border-radius: 30px;
        background-color: #53aa47;
        color: #fff;
        padding: 5px 20px;
        margin: 0 3px; }

.Info {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #fff;
  width: 100%;
  padding-bottom: 80px;
  z-index: 1; }
  .Info:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/info-back.png);
    z-index: -1; }
  .Info-in {
    width: 100%; }
  .Info-fikstur {
    padding: 35px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Info-fikstur-item {
      width: calc(33.3% - 15px); }
      .Info-fikstur-item p {
        width: 100%;
        position: relative;
        font-size: clamp(11px, 0.73vw, 14px);
        text-align: center; }
        .Info-fikstur-item p:after {
          content: " ";
          display: inline-block;
          transition: 500ms;
          height: 100%;
          width: 1px;
          opacity: 0.1;
          background-color: #010b1d;
          position: absolute;
          right: 0;
          top: 0; }
      .Info-fikstur-item .Kod {
        width: 17%; }
      .Info-fikstur-item .Oynanan-mac {
        width: 43.6%;
        justify-content: space-between; }
      .Info-fikstur-item .tahmin {
        width: 19%; }
      .Info-fikstur-item .Guven {
        width: 20.4%; }
      .Info-fikstur-item-head {
        background-color: #53aa47;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        display: flex;
        align-items: center;
        text-align: center; }
        .Info-fikstur-item-head p {
          padding: 10px 0;
          font-size: clamp(13px, 0.73vw, 14px);
          font-weight: 600;
          color: #ffffff; }
      .Info-fikstur-item-body {
        background-color: #fff; }
        .Info-fikstur-item-body-item {
          display: flex;
          align-items: center;
          text-align: center;
          border-bottom: 1px solid #E4E5E7; }
          .Info-fikstur-item-body-item:last-child {
            border-bottom: none; }
          .Info-fikstur-item-body-item p {
            font-weight: normal;
            color: #010b1d;
            padding: 13px 0; }
  .Info-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/info-banner.png);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    margin-bottom: 30px; }
    .Info-banner h2 {
      font-size: clamp(16px, 1.3vw, 25px);
      font-weight: bold;
      color: #ffffff; }
    .Info-banner a {
      font-size: clamp(16px, 1.3vw, 22px);
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: center;
      color: #010b1d;
      border-radius: 6px;
      background-color: #ffffff;
      padding: 12px 25px; }
      .Info-banner a i {
        transition: all 500ms;
        margin-left: 15px; }
      .Info-banner a:hover i {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
  .Info .Head {
    font-size: clamp(16px, 1.3vw, 25px);
    font-weight: 600;
    color: #010b1d;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    .Info .Head:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 13px;
      height: 34px;
      background-size: cover;
      background-image: url(../images/title-left.svg);
      position: absolute;
      left: 0; }
    .Info .Head:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 116px;
      height: 3px;
      background-size: 100% 100%;
      background-image: url(../images/title-bottom.svg);
      margin-top: 20px; }
  .Info-ne {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 25px; }
    .Info-ne p {
      font-size: clamp(12px, 0.8vw, 15px);
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      color: #010b1d; }
  .Info-mid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-height: 340px;
    margin-bottom: 100px; }
    .Info-mid-comments {
      width: calc(50% - 15px);
      background-color: #fff;
      border-radius: 6px;
      padding: 25px 30px;
      position: relative;
      overflow: hidden; }
      .Info-mid-comments .Head {
        margin-bottom: 20px; }
      .Info-mid-comments-list {
        height: 80%;
        overflow: auto;
        padding-bottom: 10px; }
        .Info-mid-comments-list-item {
          display: flex;
          border-bottom: 1px solid #E4E5E7;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .Info-mid-comments-list-item img {
            width: 60px;
            height: 60px;
            border-radius: 100%;
            margin-right: 15px; }
          .Info-mid-comments-list-item p {
            font-size: clamp(11px, 0.8vw, 14px);
            font-weight: normal;
            color: #010b1d;
            line-height: 1.57; }
            .Info-mid-comments-list-item p span {
              display: block;
              font-size: 15px;
              font-weight: bold;
              color: #010b1d; }
    .Info-mid-takip {
      width: calc(50% - 15px);
      position: relative;
      background-color: #fff;
      border-radius: 6px;
      padding: 25px 30px; }
      .Info-mid-takip img {
        width: 100%; }

.Info-news-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.Info-news-item {
  width: calc(33.3% - 15px);
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: clamp(15px, 1.57vw, 30px); }
  .Info-news-item-img {
    overflow: hidden; }
    .Info-news-item-img img {
      width: 100%;
      border-radius: 7px;
      transition: all 500ms; }
  .Info-news-item-text {
    padding: 10px 15px; }
    .Info-news-item-text p {
      font-size: clamp(11px, 0.7vw, 13px);
      font-weight: normal;
      color: #010b1d;
      margin-bottom: 10px; }
    .Info-news-item-text h4 {
      font-size: clamp(15px, 1.05vw, 20px);
      font-weight: 600;
      line-height: 1.5;
      color: #010b1d;
      transition: all 500ms; }
  .Info-news-item:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07); }
  .Info-news-item:hover h4 {
    color: #53aa47; }

.Info-news-ic .Info-news-item {
  background-color: #465672; }
  .Info-news-ic .Info-news-item-text p {
    color: #fff; }
  .Info-news-ic .Info-news-item-text h4 {
    color: #fff; }

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .Pagination-in {
    display: flex;
    align-items: center; }
  .Pagination-item {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background-color: #465672;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 500ms; }
    .Pagination-item:last-child {
      margin-right: 0; }
    .Pagination-item:hover {
      background-color: #53aa47;
      color: #fff; }
  .Pagination .active {
    background-color: #53aa47; }

.Tahmin {
  margin-bottom: clamp(30px, 4.2vw, 80px); }
  .Tahmin .Mac-tarihi {
    width: 9.35%; }
  .Tahmin .Mac-saati {
    width: 8.95%; }
  .Tahmin .Mac-kodu {
    width: 11.3%; }
  .Tahmin .Mac-takimlar {
    width: 41.85%; }
  .Tahmin .Mac-tahmin {
    width: 10.55%; }
  .Tahmin .Mac-oran {
    width: 11%; }
  .Tahmin-head {
    width: 100%;
    border-radius: 6px;
    background-color: #010b1d;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px clamp(20px, 2.1vw, 40px);
    margin-bottom: 10px;
    text-align: center; }
    .Tahmin-head p {
      font-size: clamp(11px, 0.8vw, 15px);
      font-weight: normal;
      color: #ffffff; }
  .Tahmin-list-item {
    margin-bottom: 10px; }
  .Tahmin .card {
    border-radius: 6px;
    background-color: #f5f5f5;
    box-shadow: none;
    border: none; }
    .Tahmin .card-header {
      border: none;
      background-color: transparent;
      position: relative;
      padding: 17px clamp(20px, 2.1vw, 40px); }
      .Tahmin .card-header .accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: clamp(11px, 0.8vw, 15px);
        font-weight: normal;
        color: #080a10;
        text-align: center; }
    .Tahmin .card-block {
      padding: 10px 60px 10px 25px;
      font-size: clamp(10px, 0.8vw, 14px);
      font-weight: normal;
      line-height: 2.14;
      text-align: center;
      color: #080a10; }
  .Tahmin .panel-collapse {
    border-top: solid 1px #e0e0e0; }
  .Tahmin .t.accordion-toggle:after {
    content: "";
    background-image: url(../images/arrow-bottom.svg);
    width: 14px;
    height: 15px;
    background-size: cover;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .Tahmin .accordion-toggle.collapsed:after {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

.Diger {
  margin-bottom: 100px; }
  .Diger-item {
    width: calc(33.3% - 15px);
    margin-bottom: 30px; }
    .Diger-item .Info-news-item {
      width: 100%;
      margin-bottom: 10px; }
      .Diger-item .Info-news-item-text p {
        color: #fff; }
      .Diger-item .Info-news-item-text h4 {
        color: #fff; }
    .Diger-item a {
      border-radius: 3px;
      background-color: #53aa47;
      font-size: clamp(13px, 0.85vw, 16px);
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 13px 0; }
      .Diger-item a i {
        transition: all 500ms;
        margin-left: 25px;
        font-size: 19px; }
      .Diger-item a:hover i {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }

.Blog_detail {
  padding-top: 100px;
  margin-bottom: 40px;
  width: 100%; }
  .Blog_detail-in {
    display: flex; }
  .Blog_detail-left {
    width: 72%; }
    .Blog_detail-left h3 {
      font-size: clamp(24px, 2.6vw, 50px);
      font-weight: 600;
      line-height: 1.52;
      text-align: left;
      color: #010b1d; }
    .Blog_detail-left .date {
      font-size: clamp(14px, 0.85vw, 16px);
      line-height: 2.38;
      text-align: right;
      color: #5b5766; }
    .Blog_detail-left-text {
      width: 100%; }
      .Blog_detail-left-text img {
        padding-bottom: 50px;
        width: 100%; }
      .Blog_detail-left-text p {
        padding-bottom: 20px;
        font-size: clamp(14px, 0.85vw, 16px);
        line-height: 2.38;
        text-align: left;
        color: #5c6d7a; }
  .Blog_detail-right {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: 40px; }
    .Blog_detail-right h4 {
      width: 100%;
      font-size: 22px;
      font-weight: 600;
      color: #010b1d;
      text-align: left;
      margin-bottom: 30px; }
    .Blog_detail-right .Info-news {
      width: 100%; }
      .Blog_detail-right .Info-news-in {
        display: flex;
        flex-direction: column; }
      .Blog_detail-right .Info-news-item {
        width: 100%;
        background-color: #fff;
        border-radius: 7px;
        margin-bottom: 30px; }
        .Blog_detail-right .Info-news-item-img {
          overflow: hidden; }
          .Blog_detail-right .Info-news-item-img img {
            width: 100%;
            border-radius: 7px;
            transition: all 500ms; }
        .Blog_detail-right .Info-news-item-text {
          padding: 10px 15px; }
          .Blog_detail-right .Info-news-item-text p {
            font-size: 13px;
            font-weight: normal;
            color: #010b1d;
            margin-bottom: 10px; }
          .Blog_detail-right .Info-news-item-text h4 {
            font-size: 20px;
            font-weight: 600;
            line-height: 1.5;
            color: #010b1d;
            transition: all 500ms; }
        .Blog_detail-right .Info-news-item:hover img {
          -webkit-transform: scale(1.07);
                  transform: scale(1.07); }
        .Blog_detail-right .Info-news-item:hover h4 {
          color: #53aa47; }
      .Blog_detail-right .Info-news-ic .Info-news-item {
        background-color: #465672; }
        .Blog_detail-right .Info-news-ic .Info-news-item-text p {
          color: #fff; }
        .Blog_detail-right .Info-news-ic .Info-news-item-text h4 {
          color: #fff; }
  .Blog_detail-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px 0 #e1e4ed;
    background-color: white;
    margin-bottom: 50px; }
    .Blog_detail-item img {
      width: 100%; }
    .Blog_detail-item-text {
      padding-top: 15px;
      padding-bottom: 26px;
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 0 10px 0 #e1e4ed;
      background-color: white; }
      .Blog_detail-item-text h5 {
        padding-bottom: 15px;
        padding-left: 20px;
        font-size: clamp(16px, 1.3vw, 24px);
        font-weight: bold;
        line-height: 1.38;
        text-align: left;
        color: #554d89; }
      .Blog_detail-item-text p {
        padding-left: 20px;
        font-size: clamp(12px, 0.85vw, 14px);
        line-height: 1.5;
        text-align: left;
        color: #5b5766; }
  .Blog_detail-Social {
    display: flex; }
    .Blog_detail-Social-in {
      margin-right: 15px;
      display: flex;
      flex-direction: column; }
      .Blog_detail-Social-in img {
        margin-bottom: 15px;
        width: 52px;
        height: 52px; }
      .Blog_detail-Social-in .fa-typeface:before {
        content: "";
        display: block;
        width: 52px;
        height: 52px;
        border-radius: 100%;
        background-color: #d22c26; }

.Blog-more {
  margin-bottom: 100px; }
  .Blog-more-in h4 {
    font-size: 22px;
    font-weight: 600;
    color: #010b1d;
    margin-bottom: 30px; }

@media (max-width: 991px) {
  body .container {
    padding-left: 15px;
    padding-right: 15px; }
  .button {
    display: inline !important;
    top: 55%; }
  .navbar-collapse {
    display: none; }
  .Button-canli-mobile {
    display: none; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3);
    background-color: white; }
    .Navtop .navbar {
      padding: 0px;
      justify-content: space-between; }
      .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px; }
        .Navtop .navbar-brand:before {
          width: 119px;
          height: 43px; }
    .Navtop .Button-canli {
      margin-right: 60px; }
  .Navbottom {
    padding: 50px 0 30px 0; }
    .Navbottom .Upto {
      position: absolute;
      width: 109px;
      height: 33px;
      background-image: url(../images/footer-arrow-back.svg);
      top: -32.4px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navbottom .Upto i {
        font-size: 23px;
        font-weight: 300;
        color: #ffffff; }
    .Navbottom-top {
      flex-direction: column;
      justify-content: center;
      margin-bottom: 45px; }
      .Navbottom-top .Navbottom-item {
        width: 100%;
        margin-bottom: 20px; }
        .Navbottom-top .Navbottom-item h3 {
          text-align: center;
          color: #53aa47;
          border-bottom: 1px solid #252D3D;
          padding-bottom: 10px;
          margin-bottom: 30px; }
        .Navbottom-top .Navbottom-item ul li {
          margin-bottom: 15px; }
          .Navbottom-top .Navbottom-item ul li a {
            font-size: clamp(14px, 0.8vw, 15px);
            font-weight: 500;
            color: #ffffff;
            transition: all 500ms;
            display: flex;
            align-items: center;
            justify-content: center; }
            .Navbottom-top .Navbottom-item ul li a:before {
              content: "";
              display: inline-block;
              transition: all 500ms;
              width: 6px;
              height: 6px;
              background-color: #53aa47;
              border-radius: 99px;
              -webkit-transform: translateX(-10px);
                      transform: translateX(-10px);
              opacity: 0; }
            .Navbottom-top .Navbottom-item ul li a:hover {
              color: #53aa47;
              transition: 500ms; }
              .Navbottom-top .Navbottom-item ul li a:hover:before {
                opacity: 1; }
    .Navbottom-bottom {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .Navbottom-bottom p {
        font-size: clamp(12px, 0.73vw, 14px);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #555555; }
      .Navbottom-bottom img {
        margin: 0 40px; }
  .Banner {
    margin-top: 71px; }
  .Info-fikstur {
    flex-wrap: wrap; }
    .Info-fikstur-item {
      width: 100%;
      margin-bottom: 30px; }
  .Info-banner {
    flex-direction: column;
    text-align: center; }
    .Info-banner h2 {
      margin-bottom: 20px; }
  .Info-mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    margin-bottom: 100px; }
    .Info-mid-comments {
      width: 100%;
      background-color: #fff;
      border-radius: 6px;
      padding: 25px 30px;
      position: relative;
      overflow: scroll;
      margin-bottom: 30px;
      height: 400px; }
      .Info-mid-comments .Head {
        margin-bottom: 20px; }
      .Info-mid-comments-list {
        height: 400px;
        overflow: auto;
        padding-bottom: 10px; }
        .Info-mid-comments-list-item {
          display: flex;
          border-bottom: 1px solid #E4E5E7;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .Info-mid-comments-list-item img {
            width: 60px;
            height: 60px;
            border-radius: 100%;
            margin-right: 15px; }
          .Info-mid-comments-list-item p {
            font-size: clamp(11px, 0.8vw, 14px);
            font-weight: normal;
            color: #010b1d;
            line-height: 1.57; }
            .Info-mid-comments-list-item p span {
              display: block;
              font-size: 15px;
              font-weight: bold;
              color: #010b1d; }
    .Info-mid-takip {
      width: 100%;
      position: relative;
      background-color: #fff;
      border-radius: 6px;
      padding: 25px 30px; }
      .Info-mid-takip img {
        width: 100%; }
  .Blog_detail {
    padding-top: 40px;
    margin-top: 71px; }
    .Blog_detail-in {
      flex-direction: column; }
    .Blog_detail-left {
      width: 100%; }
      .Blog_detail-left .date {
        font-size: 10px;
        line-height: 2.20;
        text-align: right;
        margin-bottom: 10px; }
      .Blog_detail-left-text img {
        padding-bottom: 20px; }
      .Blog_detail-left-text p {
        padding-bottom: 25px;
        font-size: 12px;
        line-height: 2.0;
        text-align: left; }
    .Blog_detail-right {
      width: 100%;
      overflow: hidden;
      margin-left: 0px; }
    .Blog_detail .Info-news {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .Blog_detail .Info-news-in {
        width: 100%;
        flex-direction: row; }
      .Blog_detail .Info-news-item {
        width: calc(50% - 15px); }
    .Blog_detail-item {
      margin-bottom: 30px; }
      .Blog_detail-item-text {
        padding-top: 15px;
        padding-bottom: 20px;
        width: 100%; }
        .Blog_detail-item-text h5 {
          padding-bottom: 10px;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.38;
          text-align: center;
          color: #554d89; }
        .Blog_detail-item-text p {
          padding-right: 10px;
          padding-left: 10px;
          font-size: 12px;
          line-height: 1.2;
          text-align: center; }
    .Blog_detail-Social {
      display: flex; }
      .Blog_detail-Social-in {
        margin-right: 15px;
        display: flex;
        flex-direction: column; }
        .Blog_detail-Social-in img {
          margin-bottom: 15px;
          width: 24px;
          height: 24px; }
        .Blog_detail-Social-in .fa-typeface:before {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          border-radius: 100%;
          background-color: #d22c26; }
  .Pagination-in {
    flex-wrap: wrap;
    justify-content: center; }
  .Pagination-item {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .Tahmin-in {
    overflow-x: scroll; }
  .Tahmin-head {
    min-width: 720px; }
  .Tahmin-list {
    min-width: 720px; }
  .Diger-item {
    width: calc(50% - 15px); }
  .Info-news-item {
    width: calc(50% - 15px); }
  .Form-input {
    width: auto;
    margin-bottom: 6px; }
    .Form-input-submit i {
      font-size: 23px;
      line-height: 1.4; }
    .Form-input input {
      padding: 12px 0;
      padding-left: 20px;
      width: 240px;
      height: 50px;
      font-size: clamp(12px, 1.3vw, 25px); }
      .Form-input input::-webkit-input-placeholder {
        font-size: 12px; }
      .Form-input input:-ms-input-placeholder {
        font-size: 12px; }
      .Form-input input::-ms-input-placeholder {
        font-size: 12px; }
      .Form-input input::placeholder {
        font-size: 12px; }
    .Form-input .formLabel {
      font-size: clamp(12px, 1.3vw, 25px);
      left: 20px; }
    .Form-input .formTop {
      left: 25px;
      font-size: 14px; }

  .Banner-in h2 {
    font-size: clamp(15px, 1.57vw, 30px);
    padding: 13px 45px;
    margin-top: 30px;
    margin-bottom: 25px; }
  .Banner-in p {
    font-size: clamp(11px, 0.8vw, 15px); }
.Banner-button form:before {
      width: 135px;
      height: 240px;
      background-image: url(../images/dede.png);
    left: -120px;
      top: -90%; }
    .Banner-button .Listele {
      font-size: clamp(12px, 1vw, 18px);
      padding: 10px 20px; }
      .Banner-button .Listele i {
        margin-right: 7px; }
      .Banner-button .Listele:hover {
        background-color: #53aa47; }
  .Banner-ic {
    margin-bottom: 60px; }
    .Banner-ic:before {
      background-image: url(../images/banner-ic-before.png); }
    .Banner-ic h1 {
      color: #fff;
      margin-bottom: 0;
      padding: 60px 0; } }

@media (max-width: 568px) {
  .Diger-item {
    width: 100%; }
  .Info-news-item {
    width: 100%; }
  .Blog_detail .Info-news-item {
    width: 100%; }
  .Blog_detail-item {
    margin-bottom: 30px; }
    .Blog_detail-item-text {
      padding-top: 15px;
      padding-bottom: 20px;
      width: 100%; }
      .Blog_detail-item-text h5 {
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.38;
        text-align: center;
        color: #554d89; }
      .Blog_detail-item-text p {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
        line-height: 1.2;
        text-align: center; }
  .Blog_detail-Social {
    display: flex; }
    .Blog_detail-Social-in {
      margin-right: 15px;
      display: flex;
      flex-direction: column; }
      .Blog_detail-Social-in img {
        margin-bottom: 15px;
        width: 24px;
        height: 24px; }
      .Blog_detail-Social-in .fa-typeface:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background-color: #d22c26; }
      .Banner-in h1 {
    font-size: clamp(20px, 2.35vw, 45px);
    text-align: right;
    margin-left: auto;
    margin-right: 30px;}
  .Banner-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .Banner-button form:before {
      width: 135px;
      height: 240px;
      background-image: url(../images/dede.png);
    left: -120px;
      top: -90%; }
    .Banner-button-item {
      position: relative; }
}
