.site-branding-logo img {
    max-height: 90px;
    width: auto;
}
/*.gav-help-region {
    padding: 15px 0 0;
    position: relative;
    z-index: 1;
    background-color: #7CCBEE;.duyurular{
border: 1px solid black;
    margin-bottom: 47px;
    padding: 25px;
}
}*/
.social-media{
	padding-top: 9px;
	display: flex;
	justify-content: center;
    align-items: center;
    transition: .4s;
	border-radius: 50%;
}
.social-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 6px;
    margin-left: 8px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.social-media a:hover {
	background: linear-gradient(to bottom right, #8b9dc3, #3b5998);
	background-color: #294B78;
	border: 1px solid #737373;
}
.js-form-item{
	visibility: hidden;
}
.after-content-spotify{
    padding: 5px 15px;
}
.topbar-left {
    padding-left: 45px;
}
.topbar-right {
    /*padding-right: 35px;*/
}
.fa-color{
	color: white;
}
.group-title{
	font-size: 22px;
    text-align: center;
}
.hızlı-erisimler-a{
	font-size: 22px;
    text-align-last: center;
}
.gsc-box-text {
    padding: 0px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    header.header-v1 .header-inner {
        float: left;
        width: 100%;
		padding-right: 0px;
        padding-top: 0px; 
        width: 0px;
    }
   .gbb-row-wrapper {
        text-align: center;
    }
	
	
}
@media (min-width: 1200px) {
    .footer-col-lg-3 {
        width: 33.3333% !important;
    }
}
@media (max-width: 1199px) {
  header.header-v1 .header-inner {
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .topbar-media {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .topbar-left-media {
    display: contents;
  }
}
@media (max-width: 992px) {
  .topbar {
    height: 125px;
  }
}
@media (max-width: 1199px) {
  .topbar-left {
    padding-left: 0px;
}
}
@media (max-width: 1199px) {
  .topbar-right {
    padding-right: 0px;
}
  }

@media (max-width: 990px) {
  .heading-social-media {
    width: 75% !important;
  }
}

@media (max-width: 668px) {
  .heading-social-media {
    width: 0% !important;
  }
}

@media (max-width: 668px) {
  .social-media {
   padding-left: 200px;
}
  }
  
  @media (max-width: 450px) {
  .social-media {
   padding-left: 110px;
}
  }
@media (max-width: 668px) {
  .gva-parallax-background {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
	background-size: cover;
}
  }
.duyurular{
	border: 4px solid #004990;
    margin-bottom: 47px;
    padding: 25px;
	border-radius: 20px;
}
.game-activities {
    width: 100%;
    padding: 100px 20px;
    background: #1F3E64;
    font-family: Arial, Helvetica, sans-serif;
}

.game-activities-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.game-activities-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.game-activities-title span {
    display: block;
    margin-bottom: 15px;
    color: #777b87;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
}

.game-activities-title h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -2px;
}

.game-activities-title p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

.game-activities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #292c34;
    border: 1px solid #292c34;
}

.game-activity {
    position: relative;
    display: flex;
    gap: 30px;
    min-height: 300px;
    padding: 38px;
    background: #1F3E64;
    overflow: hidden;
    transition: background .3s ease;
}

.game-activity:hover {
    background: #1b1e26;
}

.game-activity-number {
    flex-shrink: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
}

.game-activity-body {
    position: relative;
    z-index: 2;
}

.game-activity-body h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.game-activity-body p {
    margin: 0 0 14px;
    color: #fff;
    font-size: 14px;
    line-height: 1.85;
}

.game-activity-body a {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #555963;
    padding-bottom: 5px;
    transition: border-color .3s ease, color .3s ease;
}

.game-activity-body a:hover {
    color: #bbbfc9;
    border-color: #bbbfc9;
}

.game-activity::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -100px;
    bottom: -100px;
    border: 1px solid #292c34;
    border-radius: 50%;
    transition: transform .5s ease;
}

.game-activity:hover::before {
    transform: scale(1.5);
}

@media (max-width: 800px) {
    .game-activities {
        padding: 70px 15px;
    }

    .game-activities-title {
        margin-bottom: 40px;
    }

    .game-activities-title h2 {
        font-size: 40px;
    }

    .game-activities-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .game-activity {
        display: block;
        padding: 28px;
    }

    .game-activity-number {
        margin-bottom: 18px;
    }

    .game-activity-body h3 {
        font-size: 22px;
    }

    .game-activity-body p {
        font-size: 13px;
    }
}
.social-groups {
    width: 100%;
    padding: 70px 20px;
    background: #111318;
    box-sizing: border-box;
}

.social-groups * {
    box-sizing: border-box;
}

.social-groups-container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
}

.social-group {
    flex: 1;
    padding: 30px;
    background: #191c23;
    border: 1px solid #292d36;
    border-radius: 16px;
    transition: all .3s ease;
}

.social-group:hover {
    transform: translateY(-5px);
    border-color: #444955;
    background: #1c2028;
}

.social-group h2 {
    margin: 0 0 25px;
    padding-bottom: 18px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    border-bottom: 1px solid #30343d;
}

.social-group-list {
    display: flex;
    flex-direction: column;
}

.social-group-list a {
    position: relative;
    display: block;
    padding: 13px 30px 13px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: all .25s ease;
}

.social-group-list a:last-child {
    border-bottom: 0;
}

.social-group-list a:after {
    content: "→";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #666b76;
    font-size: 17px;
    transition: all .25s ease;
}

.social-group-list a:hover {
    padding-left: 6px;
    color: #ffffff;
}

.social-group-list a:hover:after {
    right: 0;
    color: #ffffff;
}

@media (max-width: 850px) {
    .social-groups-container {
        flex-wrap: wrap;
    }

    .social-group {
        flex: 1 1 calc(50% - 15px);
    }

    .social-group:first-child {
        flex-basis: 100%;
    }
}

@media (max-width: 600px) {
    .social-groups {
        padding: 50px 15px;
    }

    .social-groups-container {
        display: block;
    }

    .social-group {
        width: 100%;
        margin-bottom: 18px;
        padding: 25px;
    }

    .social-group:last-child {
        margin-bottom: 0;
    }

    .social-group h2 {
        font-size: 19px;
    }
}
.bb-container.full-screen{
	    height: 0px !important;
}
#field-language-display{
    display: none;
}