html, body{
    padding:0px;
    margin: 0px;
    height:100%;
    cursor:url(../img/cursor-default.png), auto;
    background-color:#E7E7E3;
}

.navbar{
    margin-top:50px;
    margin-left:100px;
    margin-right:100px;
    border:solid 1px #CCC;
    border-radius:5px;
    padding:10px;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-link{
    cursor:url(../img/cursor-hover.png), auto;
    color:#1C445A;
    font-family: "Play", sans-serif;
    font-size:16px;
}
.navbar-nav .nav-link.active{
    font-weight: bold;
    color:#EA3C5C;
}
.btn-apply{
    background-color:#EA3C5C;
    border:solid 1px #C43350;
    height: 100%;
    width:100%;
    text-align: center;
    align-items: center;
    align-content: center;
    font-size:32px;
    font-weight: bold;
    font-family: "Play", sans-serif;
    overflow: hidden;
}
.btn-apply:hover{
    background-color:#C43350;
    border:solid 1px #EA3C5C;
    cursor:url(../img/cursor-hover.png), auto;
}

.btn-apply:active{
    background-color:#EA3C5C;
    border:solid 1px #C43350;
    cursor:url(../img/cursor-hover.png), auto;
}
.btn-apply:focus{
    background-color:#EA3C5C;
    border:solid 1px #C43350;
    cursor:url(../img/cursor-hover.png), auto;
}
.carousel-control-next:hover{
    cursor:url(../img/cursor-hover.png), auto;
}
.carousel-control-prev:hover{
    cursor:url(../img/cursor-hover.png), auto;
}



.applyspan{
    font-size:14px; color:#FFF;
    width:118%;
    margin-left:-9%;
    margin-top:10px;
    margin-bottom:-10px;
    padding-top:5px;
    padding-bottom:10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 32px;
    background-color:#1C445A;
}

.hero {
    height: 100%;
    background-image: url(../img/pixelart/bg.png);
    background-size: auto 100%;
    background-position: center;
    position: relative;
    top: 0px;
    justify-content: center;
}

.slider-cont{
    margin:10em;
}

.divide-header{
    margin-top:2em; 
    font-size: 48px; 
    font-weight: bold; 
    margin-bottom:-3em; 
    color:#1C445A;
}

.slide-item{
    border-radius: 50px;
}

.topart{
    width:100%;
    height:180px;
    background-image: url(../img/pixelart/topart.png);
    background-repeat: repeat-x;
    margin-bottom:2em;
}

.blurbox{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    border:solid 1px #CCC;
    border-radius:10px;
    padding:20px;
    padding-top:25px;
    padding-bottom:25px;
}

.applier{
    margin-bottom:-10px;
}

.whowearemain{
    background-color:#000;
    padding:0px;
    margin:0px;
    margin-top:-5em;
    overflow: hidden;
    box-shadow: 0 -5px 3px -3px black, 0 5px 3px -3px black;
}

.pulselogo{
    margin-bottom:25%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}
.effect7
{
    position:relative;
    -webkit-box-shadow:0 2px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 2px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 2px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.font-play{
    font-family: "Play", sans-serif;
}
.btn:hover{
    cursor:url(../img/cursor-hover.png), auto;
}
.glassbutton{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    border:solid 1px #CCC;
    border-radius:10px;
    padding:20px;
    padding-top:25px;
    padding-bottom:25px;
}
.glassbutton:hover{
    background-color:#CCC;
    color:#333;
}

.newsbox{
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);

    border:solid 1px #CCC;
    border-radius: 10px;
    padding:4em;
    background-size: cover;
    background-color: rgba(255,255,255,0.1);
    background-blend-mode: color;
    margin:1em;
    z-index: 10;
}

.newsbox:hover{
    box-shadow: 0 0px 0px rgb(0 0 0 / 0.2);
    cursor:url(../img/cursor-hover.png), auto;
    background-color:#E7E7E3;
}

.dragonmascot{
    z-index: 0;
    width:356px;
    height:342px;
}
.teamlogobox{
    background-color:black; width:100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding:2em;
    margin-top:2em;
    padding-top:17em;
    background-image: url(../img/news-ground.png);
    background-repeat: repeat-x;
}
.contactbox{
    background-color:#443A93; 
    width:100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding:2em;
    padding-top:17em;
    background-image: url(../img/sky-transition.png);
    background-repeat:repeat-x;
}
.contactbox-transparent{
    background-color:#443A93; 
    width:100%;
    padding:2em;
    padding-top:17em;
    background-image: url(../img/sky-transition-transparent.png);
    background-repeat:repeat-x;
}
.letterbox{
    background-color:#EA3C5C; 
    width:100%;
    padding:2em;
}
.footer{
    background-color:#1D1D1D; 
    width:100%;
    padding:2em;
    color:#FFF;
}
.marq{
    box-shadow:inset 20px 20px 20px rgb(0 0 0 / 0.2);
}
.footer-link{
    color:#FFFFFF;
    text-decoration: dashed 3px #FFF;
}
.footer-link:hover{
    cursor:url(../img/cursor-hover.png), auto;
}
.loadperc{
    font-size:48px;
    color:#1C445A;
    margin-top:2em;
}





/* Mobil cihazlar için (örneğin 768px ve altı) */
@media (max-width: 768px) {
    .hero {
        height: 70%;
    }
    .btn-apply{
        font-size:20px;
    }
    .slider-cont{
        margin:1em;
        margin-top:6em;
        margin-bottom:8em;
    }
    .slide-item{
        border-radius:20px;
    }
    .divide-header{
        margin-top:0.5em;
        font-size: 28px;
    }

    .navbar{
        margin-top:10px;
        margin-left:20px;
        margin-right:20px;
        border:solid 1px #CCC;
        border-radius:5px;
        padding:5px;

        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.5);
    }

    #btnRegister{
        margin-top:1em;
    }

    .loadperc{
        font-size:28px;
    }
}