@import url('../css2');

body#body-container {
    margin: 0;
    padding: 0;
    background: #252327;
}
img {
    width: 100%;
    height: auto;
}

html {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

h1, h2, h3 {
    font-weight: 900;
    font-size: 1.25em;
}

b {
    font-weight: 900;
    font-size: 1em;
}


.header {
    width: 100%;
    height: 77px;
    display: flex;
    align-items: center;
    background: #252327;
    padding: 0 32px 0 16px;
    box-sizing: border-box;
}

.header.mobile {
    display: none;
}

.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}


.header-container .main-logo {
    width: 160px;
    height: 64px;
    margin-right: 64px;
}

.header-container .nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-container .nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-container .nav-item {
    margin-right: 16px;
    line-height: 32px;
}

.header-container .nav-item a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.header-container .nav-item.yeni img {
    position: absolute;
    width: 34px;
    right: -3px;
    top: -7px;
}

.header-container .nav-item:last-child {
    margin-right: 0;
}

.header-container .buttons {
    position: absolute;
    right: 0;
    display: flex;
}

.buttons .registerButton,
.buttons .loginButton, .header-buttons .registerButton,
    .header-buttons .loginButton {
    text-transform: uppercase;
    width: 110px;
    height: 52px;
    display: block;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid transparent;
}

.buttons .registerButton,.header-buttons .registerButton {
    background: #00d342;
    color: white;
    margin-right: 16px;
    font-weight: bolder;
	border: 2px solid #192132;
}

.buttons .loginButton, .header-buttons .loginButton {
    color: white;
    background: #192132;
    font-weight: bolder;
	border: 2px solid #27c133;
}




.buttons .registerButton:hover, .buttons .loginButton:hover, .header-buttons .registerButton:hover, .header-buttons .loginButton:hover {
  border-bottom: white 3px solid;
  margin-bottom: -3px;
}





.gambiMenuButton {
    text-transform: uppercase;
  height: 2em;
  display: block;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  color: white;
  margin: 0.5em;
  padding: 0.35em 1em;
    font-weight: bold;
    border-bottom: 3px transparent solid;
}
.gambiMenuButton:hover,.gambiMenuButton:active {
  border-bottom:3px #07ff48 solid;
}







.content-wrapper {
    width: 100%;
    padding: 0 32px 100px 32px;
    box-sizing: border-box;
}

.tabs {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.tabs>input { display: none; }

.tabs>div {
    display: none;
    padding-top: 16px;
    justify-content: center;
}

.tabs>label {
font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  display: inline-block;
  width: 64px;
  padding-bottom: 4px;
  text-align: center;
  color: white;
  cursor: pointer;
  margin-top: 8px;
  background: #2b3034;
  padding: 0.5em;
  border: #555 1px solid;
  border-radius: 0.35em;
}

.tabs label[for="sport_tab"] {
    margin-right: 16px;
}

.tabs>input:checked + label {
    color: #00d342;
    border-bottom: 3px solid #00d342;
    font-weight: 700;
}

#sport_tab:checked ~ #area_1,
#casino_tab:checked ~ #area_2 {
    display: flex;
    flex-wrap: wrap;
}

.switcher-background {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    height: 32px;
    z-index: -1;
}

.tabs-card {
    width: 323px;
    box-sizing: border-box;
    margin-right: 16px;
    margin-bottom: 16px;
    background: #2b3034;
}

.tabs-card:last-child {
    margin-right: 0;
}

.tabs-card .card-title-wrapper {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
}

.tabs-card .card-title-wrapper .card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
    color: white;
    text-align:left;
}

.tabs-card .card-banner {
    /*height: 196px;
    overflow: hidden;*/
    display: flex;
    /*justify-content: center;*/
}

.tabs-card .card-banner img {
    /*width: inherit;
    height: inherit;*/
}

.tabs-card .card-info {
    padding: 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-top: 0;
    min-height: 216px;
    height: auto;
    line-height: 20px;
    position: relative;
}

.tabs-card .card-info .card-info-wrapper {
    text-align: left;
}

.tabs-card .card-info .card-description {
    font-family: 'Roboro', sans-serif;
    font-weight: 400;
    margin: 0;
    color: white;
    font-size: 14px;
    line-height: 19px;
}

.tabs-card .card-info .card-link {
    display: block;
    font-size: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    width: 9em;
    height: 3.5em;
    line-height: 3.5em;
    text-align: center;
    background: #00d342;
    color: white;
    text-decoration: none;
    align-self: center;
    margin: 1em;
    border-radius: 0.35em;
}

.rules {
    width: 1001px;
    margin: 16px auto 0;
    color: #ffffff;
}

.rules p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.rules a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 0px;
    color: white;
}


.footer {
    text-align: center;
    color: #fdfcfd;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 32px 117px 55px 117px;
}

.footer .footer-logo {
    width: 360px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.privacy-links-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.privacy-links-list li {
    margin-right: 16px;
}

.privacy-links-list li:last-child {
    margin-right: 0;
}

.privacy-links-list img {
    width: 32px;
    height: 32px;
}

.footer-links-wrapper {
    display: flex;
    justify-content: center;
}

.footer-links-wrapper .footer-link {
    color: #f04e23;
    text-decoration: none;
    margin-right: 16px;
}

.footer-links-wrapper .footer-link:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1300px) {
    .header.desktop {
        padding: 0 16px 0 0px;
    }

    .header-container .main-logo {
        width: 115px;
        height: 45px;
        margin-right: 16px;
    }

    .header-container .nav-item {
        margin-right: 8px;
        line-height: 32px;
    }

    .header-container .nav-item a, .header-container .nav-item span {
        font-size: 12px;
    }
}

@media screen and (max-width: 1100px) {
    #sport_tab:checked ~ #area_1, #casino_tab:checked ~ #area_2 {
        width: 670px;
        margin: 0 auto;
    }

    .tabs-card {
        margin-bottom: 8px;
        display: flex;
        flex-direction: column;
        background: #2D3035;
        border: 1px solid #707070;
        color: #ffffff;
        text-align: left;
    }

    .tabs-card .card-title-wrapper {
        order: 2;
        padding: 16px 16px 0;
        justify-content: left;
        height: auto;
    }

    .tabs-card .card-title-wrapper .card-title {
        color: #ffffff;
        font-size: 16px;
        line-height: 30px;
    }

    .tabs-card .card-banner {
        order: 1;
    }

    .tabs-card .card-info {
        order: 3;
        padding: 16px;
        min-height: unset;
    }

    .tabs-card .card-info .card-info-wrapper {
        text-align: left;
    }

    .tabs-card .card-info .card-info-wrapper .card-description {
        color: #ffffff;
    }

    .tabs-card:nth-child(2) {
        margin-right: 0;
    }

    .rules {
        width: 662px;
    }
}

@media screen and (max-width: 1000px) {
    body#body-container {
        background: #38353B;
    }
    .header.desktop {
        display: none;
    }

    .header.mobile {
        display: block;
        position: sticky;
        height: unset;
        background: #38353B;
        padding: 0;
        top: 0;
        z-index: 999;
    }

    .header.mobile .header-info {
        display: flex;
        align-items: center;
        height: 50px;
    }

    .header.mobile .header-buttons {
        display: flex;
        justify-content: center;
        padding: 8px;
    }



    .header.mobile .main-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .header.mobile .main-logo img {
        width: 160px;
    }

    .header.mobile .help {
        color: #fdfcfd;
        display: block;
        text-decoration: none;
        position: absolute;
        right: 16px;
    }

    .switcher-background {
        display: none;
    }

    .tabs {
        padding: 8px 0 0 0;
    }

    .tabs>label {
        color: #DCDFE4;
    }

    .tabs>div {
        padding-top: 16px;
    }

    .content-wrapper {
        padding: 0;
    }

    .footer-links-wrapper {
        flex-direction: column;
    }

    .footer-links-wrapper .footer-link {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .footer-links-wrapper .footer-link:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 848px) {

    #sport_tab:checked ~ #area_1, #casino_tab:checked ~ #area_2 {
        width: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 10px 0;
    }

    .tabs-card {
        width: 100%;
        margin-right: 0;
    }

    .tabs-card .card-banner {
        width: 100%;
        height: auto;
    }

    .tabs-card .card-info .card-title {
        line-height: 30px;
    }

    .tabs-card .card-info .card-description {
        font-size: 14px;
        line-height: 22px;
    }

    .tabs-card .card-info .card-link {
        width: 144px;
    }

    .rules {
        width: 320px;
    }

    .footer {
        text-align: center;
        padding: 32px 16px;
    }
    .bottomBanner {
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 0;
      margin: auto;
      width: auto;
      border: solid 5px white;
    line-height: 0px;
    }
}













