body {
    background: linear-gradient(to bottom, #0D3349, #011825);
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-attachment: fixed;
    overflow-x: hidden;
}

body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
}

.TopLinear {
    width: 100%;
    height: 500px;
    position: absolute;
    background: linear-gradient(360deg, rgba(13, 51, 73, 0) 0%, #011825 100%);
    z-index: -1;
}

.Header {
    width: 100%;
    padding: 20px 0px;
}

.Header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.Header .SocialMedia {
    display: flex;
    gap: 20px;
}

.Header .SocialMedia a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background-color: #0D3349;
    display: block;
    aspect-ratio: 1/1;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.Header .SocialMedia a:hover {
    background-color: #ffffff6b;
    color: #0D3349;
    transition: all 0.3s ease-in-out;
}
.Header .SocialMedia a::after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #0D3349;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    margin-right: -10px;
    margin-top: 5px;
}
.Header .SocialMedia a:last-child::after {
    display: none;
}

.carousel-item {
    height: 300px;
    position: relative;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-caption {
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
    left: 50px;
    right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    max-width: 60%;
    bottom: 0px;
}

.carousel-caption h3 {
    font-size: clamp(1.8rem, 3vw + 1rem, 3.2rem);
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-weight: 900;
}

.carousel-caption span a {
    background-color: #0D3349;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 00;
}

.carousel-caption a:hover {
    background-color: #fff;
    color: #0D3349;
    transition: all 0.3s ease-in-out;
}

.carousel-inner {
    border-radius: 20px;
}

.sliderImage {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.carousel-item img {
    pointer-events: none;
}

.custom-control {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

@media (max-width: 768px) {
    .Slider .container{
        padding-left: 1px;
        padding-right: 1px;
    }
    .carousel-inner{
        border-radius: 10px;
    }
    .carousel-item {
        height: auto;
    }

    .sliderImage {
        bottom: 0;
        right: 0;
        opacity: 0.2;
    }

    .carousel-caption {
        padding: 10px;
        max-width: 80%;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }

    .custom-control {
        width: 20px;
        height: 20px;
    }
}
.VipSites .Title{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-align: left;
    margin-top: 20px;
}
.VipSites .Title img{
    padding-right: 5px;
    pointer-events: none;
}
.VipSites .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
    transition: all 0.3s ease-in-out;
    flex-direction: column;

    background: linear-gradient(180deg, #011926 30.29%, #07669C 100%);
    border: 3px solid #083C5B;
    border-radius: 9px;
    aspect-ratio: 2/1.2;
    filter: drop-shadow(0px 0px 5px #095481);
}
.VipSites .item button{
    background-color: #0D3349;
    color: #7C9EB1;
    border: none;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}
.VipSites .item button:hover {
    background-color: #fff;
    color: #0D3349;
    transition: all 0.3s ease-in-out;
}
.VipSites .item p{
    color:#a6abad;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 13px;
}
.VipSites .item h4{
    color:#a6abad;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}
.VipSites .item img {
    height: 35px;
    margin-bottom: 20px;
}
.TrustedSites .Title{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-align: left;
    margin-top: 20px;
}
.TrustedSites .Title img{
    padding-right: 5px;
    pointer-events: none;
}
.TrustedSites .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
    transition: all 0.3s ease-in-out;

    background: linear-gradient(90deg, #055380 0%, #000000 100%);
    border: 3px solid #083C5B;
    border-radius: 9px;

}
.TrustedSites .item button{
    z-index: 1;
    background-color: #0D3349;
    color: #7C9EB1;
    border: none;
    padding: 10px 60px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}
.TrustedSites .item button:hover {
    background-color: #fff;
    color: #0D3349;
    transition: all 0.3s ease-in-out;
}
.TrustedSites h3{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-align: left;
}
.TrustedSites .item span{
    max-width: 40%;
}
.TrustedSites .item p{
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0px;
}
.TrustedSites .item img {
    height: 35px;
}
@media (max-width: 768px) {
    #mobile-trusted{
        padding-left: 5px;
        padding-right: 5px;
        gap: 5px;
    }
    .TrustedSites .col-6 .item{
        flex-direction: row;
        position: relative;
    }
    .TrustedSites .col-6 .item img{
        width: auto;
        height: 10px!important;
        margin-top: -10px;
    }
    .TrustedSites .col-6 .item h3{
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 10px;
        margin-bottom: 5px!important;

    }
    .TrustedSites .col-6 .item span{
        text-align: right!important;
        margin-top: -5px!important;
    }
    .TrustedSites .col-3 .item img{
        width: 100%;
    }
    .TrustedSites .col-12{
        position: relative;
    }
    .TrustedSites .col-12 h3{
        position: absolute;
        width: auto!important;
        left: 0;
        margin-left: 20px;
        max-width: 100px;
        height: 30px;
        margin-top: -6px;
        display: flex;
        align-items: center;
    }
    .TrustedSites .col-12 span{
        position: absolute;
        width: auto!important;
        right: 0;
        margin: 20px;
        margin-top: -7px!important;
    }
    .TrustedSites span button{
        text-shadow: 0 0 3px rgb(0, 0, 0);
    }
    .TrustedSites .col-12 img{
        height: 17px!important;
    }
    #mobile-trusted h3{
        width: 100%;
        font-size: 7px;
        text-align: left;
        margin-bottom: 0px;
    }
    #mobile-trusted p{
        font-size: 7px;
        text-align: left;
    }
    #mobile-trusted button{
        padding: 4px;
        height: auto;
        font-size: 8px;
        width: auto;
        color: #ffffff;
    }
    #mobile-trusted span{
        width: 100%;
        text-align: left;
        margin-top: -10px;
    }
    
    .TrustedSites .item {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 10px;
        border-width: 1px;
    }
    .TrustedSites .item span{
        max-width: 100%;
        text-align: center;
    }
    .TrustedSites .item button{
        width: 100%;
    }
    .TrustedSites .item p{
        text-align: center;
    }
    .TrustedSites h3{
        text-align: center;
    }
}
.Footer{
    width: 100%;
    height: 90px;
    background-color: #011825;
    margin-top: 50px;
}
.Footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 90px;
}
.Footer .SocialMedia {
    display: flex;
    gap: 10px;
}

.Footer .SocialMedia a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background-color: #0D3349;
    display: block;
    aspect-ratio: 1/1;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.Footer .Copyright{
    color: #7C9EB1;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
@media (max-width: 768px) {
    .Footer{
        height: auto;
        padding-bottom: 50px;
        position: relative;
    }
    .Footer .Copyright{
        position: absolute;
        width: 90%;
        bottom: 0px;
        text-align: center;
        padding-bottom: 10px;
    }
}
.Sponsors{
    width: 100%;
    height: 90px;
    background-color: #002235;
    overflow: hidden;
}
.sponsor-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
}

.sponsor-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(13, 51, 73);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.sponsor-nav-btn:hover {
    background-color: rgba(13, 51, 73, 1);
}
.sponsor-nav-btn svg path{
    stroke: #fff;

}

.sponsor-prev {
    left: 10px;
}

.sponsor-next {
    right: 10px;
}

.sponsor-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    cursor: grab;
}

.sponsor-container::-webkit-scrollbar {
    display: none;
}

.sponsor-scroll {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
    white-space: nowrap;
    justify-content: center;
}

.sponsor-scroll img {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 17px;
    opacity: 0.7; /* Opacity'i arttırarak daha görünür yapabilirsiniz */
    filter: brightness(0) invert(1); /* Bu filtre resimleri beyaza çevirir */
}

.sponsor-scroll img:hover {
    transform: scale(1.1);
    opacity: 1; /* Hover olduğunda tam görünürlük */
}

.sponsor-scroll img:hover {
    transform: scale(1.1);
}
#vip-sites{
    display: flex;
}
#vip-sites-mobile{
    display: none;
}
#trusted-sites{
    display: flex;
}
#trusted-sites-mobile{
    display: none;
}
#mobile-vip .item img,#mobile-trusted .item img{
    height: 20px;
    margin-bottom: 0px;
}
#mobile-vip .item{
    padding: 15px;
    background: linear-gradient(90deg, #011926 30.29%, #07669C 100%);
    filter: unset;
    aspect-ratio: unset;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .sponsor-scroll img {
       height: 10px; 
    }
    .sponsor-nav-btn {
        display: none!important;
    }
    #vip-sites-mobile{
        display: flex;
    }
    #vip-sites{
        display: none;
    }
    #trusted-sites{
        display: none;
    }
    #trusted-sites-mobile{
        display: flex;
    }
}
.modal-content{
    background-color: #011825;
}
.modal-header{
    color: #ffffff;
    border: none;
}
.modal-header button{
    color: #ffffff;
    --bs-btn-close-color: #ffffff;
}
.modal-header .btn-close {
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}
.modal-body{
    color: #ffffff;
}
.modal-footer{
    border: none;
    display: flex;
    justify-content: center;
}
.modal-footer button{
    background-color: #0D3349;
    color: #7C9EB1;
    border: none;
    padding: 10px 60px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}
.modal-footer button:hover {
    background-color: #fff;
    color: #0D3349;
    transition: all 0.3s ease-in-out;
}
body.loading-active {
    overflow: hidden;
}
.Loading{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #0f3346;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Loading img{
    width: 50%;
}
@media (max-width: 768px) {
    .Loading img{
        width: 100%;
    }
}