@font-face {
   font-family: 'Lexend';
   src: url('fonts/Lexend-VariableFont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'MPLUS';
   src: url('fonts/MPLUSCodeLatin-VariableFont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'MPLUSRoundedbold';
   src: url('fonts/MPLUSRounded1c-Bold.ttf') format('truetype');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'MPLUSRounded';
   src: url('fonts/MPLUSRounded1c-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'PTSans';
   src: url('fonts/PTSans-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}


@font-face {
   font-family: 'Comfortaa';
   src: url('fonts/Comfortaa-VariableFont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Afacad';
   src: url('fonts/AfacadFlux-VariableFont.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: 'Open Sans';
   src: url('fonts/OpenSans-VariableFont.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: 'Signika';
   src: url('fonts/Signika-VariableFont.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: 'Source Sans 3';
   src: url('fonts/SourceSans3-VariableFont.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
}



/* Tooltip kapsayıcı */
.tooltip {
   position: relative;
   cursor: pointer;
 }
 
 /* Tooltip metni */
 .tooltip .tooltiptext {
   visibility: hidden;
   width: auto;
   background-color: rgb(189, 160, 160);
   color: #312b29;
   text-align: center;
   font-family: 'Open Sans', sans-serif;
   font-size: 11px;
   font-weight: 500;
   border-radius: 6px;
   padding: 5px;
   position: absolute;
   z-index: 1;
   bottom: 100%; /* Tooltip'in hedefin üstünde yer alması için */
   left: 50%;
   margin-left: -40px; /* Tooltip'i ortalamak için */
   opacity: 0.8;
   transition: opacity 0.3s;
 }
 
 /* Tooltip görünür olduğunda */
 .tooltip:hover .tooltiptext {
   visibility: visible;
   opacity: 1;
 }
 

.banner-title {
   font-size: 24px;
   font-family: "Comfortaa", sans-serif;
   color: beige;
}
html, body {
   height: 100%;
   margin: 0;
}

body {
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
   display: flex;
   flex-direction: column;
   min-height: 100vh; /* Ekran yüksekliğini kapsaması için */
}

.content {
   flex: 1;
}

#wb_footer28LayoutGrid {
   background: linear-gradient(120deg, #011a40, #031700);
   color: #fff;
   margin-top: 100px;
   padding-bottom: 0px;
   width: 100%;
   position: relative;
   text-align: center;
}



header {
   text-align: center;
   margin: 0 20px 0 20px;
   font-size: 13px;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}



#footer28LayoutGrid
{
   box-sizing: border-box;
   padding: 10px 5px 5px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer28LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer28LayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer28LayoutGrid > .row > .col-1
{
   float: left;
}
#footer28LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer28LayoutGrid:before,
#footer28LayoutGrid:after,
#footer28LayoutGrid .row:before,
#footer28LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#footer28LayoutGrid:after,
#footer28LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#footer28LayoutGrid > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_footer28Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_footer28Text div
{
   text-align: center;
}
#wb_footer28Text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer28Icon1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #D0D6D7;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer28Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer28Icon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
}
#footer28Icon1
{
   padding-right: 2px;
   height: 30px;
   width: 30px;
}
#footer28Icon1 i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_footer28Icon1:hover #footer28Icon1 i
{
   color: #0D6EFD;
}
#wb_footer28Icon2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #D0D6D7;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer28Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer28Icon2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
}
#footer28Icon2
{
   height: 30px;
   width: 30px;
}
#footer28Icon2 i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_footer28Icon2:hover #footer28Icon2 i
{
   color: #0D6EFD;
}
#wb_footer28Icon3
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #D0D6D7;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer28Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer28Icon3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
}
#footer28Icon3
{
   height: 30px;
   width: 30px;
}
#footer28Icon3 i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_footer28Icon3:hover #footer28Icon3 i
{
   color: #0D6EFD;
}
#wb_footer28Icon4
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #D0D6D7;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
   display:inline-block;
   position:relative;
   margin-left: -3px;
}
#wb_footer28Icon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer28Icon4:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
}
#footer28Icon4
{
   height: 30px;
   width: 30px;
   padding-right: 5px;
   margin-left: -3px;
}
#footer28Icon4 i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 43px;
}
#wb_footer28Icon4:hover #footer28Icon4 i
{
   color: #0D6EFD;
}
#wb_footer28Icon5
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #D0D6D7;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer28Icon5 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer28Icon5:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
}
#footer28Icon5
{
   height: 30px;
   width: 30px;
}
#footer28Icon5 i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_footer28Icon5:hover #footer28Icon5 i
{
   color: #0D6EFD;
}
#wb_footer28Icon6
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #D0D6D7;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
   display:inline-block;
   position:relative;
   margin-left: -3px;
}
#wb_footer28Icon6 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer28Icon6:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
}
#footer28Icon6
{
   height: 30px;
   width: 30px;
   margin-left: -3px;
   padding-right: 2px;
}
#footer28Icon6 i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_footer28Icon6:hover #footer28Icon6 i
{
   color: #0D6EFD;
}
#wb_footer28Icon7
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #D0D6D7;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footer28Icon7 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_footer28Icon7:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFFFFF;
}
#footer28Icon7
{
   height: 30px;
   width: 30px;
}
#footer28Icon7 i
{
   color: #0D6EFD;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_footer28Icon7:hover #footer28Icon7 i
{
   color: #0D6EFD;
}
