.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;
	margin-top: 10px;
}
.topbar-right {
    /*padding-right: 35px;*/
	margin-top: 10px;
}
.fa-color{
	color: white;
}
.group-title{
	font-size: 22px;
    text-align: center;
}
.hızlı-erisimler-a{
	font-size: 22px;
    text-align-last: center;
}
/*media*/
@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: 10px;
    margin-top: 12px;
}
}
@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;
}

.gallery-wrapper,
.detail-gallery-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

.gallery-item,
.detail-gallery-item {
  flex: 1 1 calc(33.33% - 15px) !important; /* 3 kolon */
  overflow: hidden !important;
  border-radius: 6px !important;
}

.gallery-item img,
.detail-gallery-item img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
}

.gallery-item, .detail-gallery-item {
  position: relative;
}

.gallery-item .zoom-icon,
.detail-gallery-item .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  background: url('/path/to/zoom-icon.png') no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-item:hover .zoom-icon,
.detail-gallery-item:hover .zoom-icon {
  opacity: 1;
}