@import url("responsive.css");
@import url("reset.css");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

body {
    font-family: "Inter", sans-serif;
    background: #F1F1F0;

}

.hide-desktop {
    display: none;
}

nav {
    position: sticky;
    top: 0;
    z-index: 99;
    background: linear-gradient(to bottom, #ffac07, #FFC907);
    padding: 12px;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.nav-link {
    color: #2B2868 !important;
}

.links-container {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.home {
    position: relative;
    background: url(../img/resim.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: auto;
}

.home .row {
    height: 100%;
}

.home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.links-container a,
.right-links a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-shadow: 0 0 3px #000;
    transition: .3s ease all;
}

.links-container a:hover,
.right-links a:hover {
    color: #BBE0FF;
}

a.active {
    color: #BBE0FF;
}

.right-links {
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    padding-left: 15px;
}

.q-marka {
    display: flex;
    align-items: center;
}

.q-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    font-size: 14px;
    height: 22px;
    margin-right: 5px;
    border-radius: 50%;
    background: #B6D9F7;
    color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    text-align: center;
    height: auto;

}

.slide-cat {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    background: transparent;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-home {
    display: flex;
    flex-direction: column;
    width: auto !important;
    background: #00000060;
    padding: 0;
    border-radius: 8px;
    color: #fff;
    padding-top: 0;
}

.card-home img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    border-radius: 24px;
    overflow: hidden;
    background: url(19Xw.jpg);
    border-radius: 24px;
}

.category-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #495869;
    border-radius: 50%;

    padding: 5px;
}

/* Sliders */
.top-hero .swiper-pagination {
    position: absolute;
    bottom: -40px;
}

.top-hero .swiper-wrapper {
    overflow: hidden !important;
}

.nav-btn.next-slide {
    position: relative;
}

.top-hero .nav-btn {
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.slider-facility .owl-item .item {
    margin: 2% ;
    border-radius: 24px;
    background-color: #e2e2e2;
    position: relative;
    overflow: hidden;
    max-width: 30%;
    box-shadow: 0px 0px 10px #ff8820
}

.slider-facility .owl-item .item .image {
    position: relative;
    max-height: 270px;
    overflow: hidden;
}

.slider-facility .ribbon-top-left span {
    z-index: 999999999999;
}

.slider-facility .owl-item .item .inner-content {
    padding: 20px;
    background-color: #ffffff;
}

.slider-facility .owl-item .item .image .icons {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #052039;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 6px;
}

.slider-facility .owl-item .item .icons {
    background-color: #ffffff;
    padding: 20px;
}

.slider-facility .owl-item .item .facility-title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.slider-facility .owl-item .item .facility-alt {
    color: #000000;
    font-size: 16px;
    height: 30px;
}

.slider-facility .owl-item .item .icons a {
    background-color: #000000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100px;
}

.slider-facility .owl-nav {
    display: block !important;
}

.slider-facility .nav-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 100px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
}

.slider-facility .owl-stage-outer{
    background-color: #ffffffcf;
    border-radius: 24px;
}

.nav-btn.prev-slide {
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    left: -50px;
}

.nav-btn.next-slide {
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    right: -50px;
}

.top-hero .text-slide-home {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.slider-announcement .owl-item .title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-self: center;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.duyurular-slider-container .owl-item {
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
    border-radius: 24px;
    box-shadow: 0px 0px 10px  #1e46e8;
    background-color: #ffffff;
    
} 

.slider-announcement .owl-item img {
    height: 100%;
    object-fit: cover;
    display: flex;
    border-radius: 24px;
    justify-content: center !important;
    align-items: center !important;
    vertical-align: top !important;
}

.slider-announcement .owl-stage-outer {
    background-color: #ffffffcf;
    border-radius: 24px;
}

.slider-announcement .nav-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 100px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
}

.text-slide-home {
    padding: 20px 0;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 0 !important;
    font-weight: 700;
}

.top-hero .column-right {
    margin-top: 30px;
}

.card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;


}


.category-card img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    /* object-position: 5px 2px; */
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.home-slide-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

/* .home-slide-content div{
    width: 50%;
} */
.content-text {
    width: 100%;
    font-weight: 900;
}

.home-slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 42px;
    z-index: 1;

}

.button-sec {
    margin: 40px 0;
    cursor: pointer;

}

.button-sec i {
    margin-left: 20px;
}

/* .social-content {
    display: flex;
    gap: 10px;
    width: 150px;
    margin: 2px;
}

.social-content a {
    padding: 10px;
} */


.numb {
    font-size: 20px;
    font-weight: 900;
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    width: 210px;
    display: flex;
    justify-content: center;

}

.button-sec a {
    text-decoration: none;
    color: #000;
    padding: 15px;
    font-size: 22px;
    border-radius: 100px;
    padding: 14px 20px;
    background: #FFC907;
}

.swiper-slide2 {
    display: flex;

}

.top-hero .swiper-slide {
    background: none !important
}

.swiper-slide2 {
    width: auto !important;
    border-radius: 24px;
    ;
}

.slide-cat img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    margin: -12px;
    cursor: pointer;
}

.swiper-button-next2,
.swiper-button-prev2 {

    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.tesis-slider-container {
    position: relative;
}

.tesis-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 110%;

}

.swiper-button-prev5,
.swiper-button-next5 {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.ok-bolmesi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    width: 150px !important;
    margin: auto;
    margin-top: 50px;


}

.ok-bolmesi div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    font-size: 22px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

.header {
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
}

/* 
.tesis-card img {
    margin: auto;
    width: 100%;
    max-height: 250px;
    height: auto;
}

.tesis {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #00000060;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 50px;
}

.tesis-alt {

    padding: 10px;
    font-size: 14px;
}

.tesis-title {
    padding: 10px;
    font-size: 18px;
} */

.olanaklar {
    display: flex;
    gap: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.layer-section img {
    object-fit: contain;
    width: 20px;
    height: 20px;
}

.layer-section {
    display: flex;
    gap: 15px;
}

.button-d {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-d a {
    padding: 20px;
    background: #FFC907;
    font-weight: 900;
    border-radius: 100px;
    color: #000000;
    text-decoration: none;
    font-size: 18px !important;
}

.button-d a i {
    margin-left: 15px;
}

.tesis-card-wrapper img {
    width: 100%;
}

.tesis-card-wrapper {
    margin-top: 40px;
}

.tesis-card-wrapper .tesis-card {
    border-radius: 24px;
    overflow: hidden;
    background-color: #ffffff;
}

.tesis-card-wrapper .description {
    padding: 20px;
}

.tesis-card-wrapper .description .tesis-title {
    font-weight: 700;
    font-size: 24px;
}

.tesis-card-wrapper .description .tesis-alt {
    font-size: 16px;
    margin-bottom: 16px;
}

.tesis-card-wrapper .description .olanaklar {
    font-size: 14px;
    height: 140px !important;
}

.pagination {
    border-radius: 12px;
    ;
}

/* Haberler */
.haberler-wrapper {
    border-radius: 24px;
    margin-top: 30px;
}

.inner-duyurular-page {
    border-radius: 24px;
}

.news-container {
    display: flex;
    justify-content: space-between;

    max-width: 1400px;
    margin: 50px auto;
}

.news-container a {
    color: #fff;
    text-decoration: none;
}

.news-container img {
    width: 100%;
}

.bg-hotred {
    background: #A1171E;
    padding: 20px;
    text-align: center;
}

.news-row-col {
    background: #c07070;
    width: 50%;
    padding: 20px;
}

.news-row {
    width: 80%;
}

.news-in-row-f {
    display: flex;
    gap: 20px;
}

.news-in-row-in {
    display: flex;

}

.news-in-column {
    text-align: center;
    width: 50%;
    font-size: 18px;
    color: #fff;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(30, 58, 124, 1) 45%);

}

.news-in-column img {
    width: 100%;
}

container .etim {
    display: flex;
    gap: 10px;
    width: 75%;
}

.bg-soft-sky {
    background: url(../img/right-texture.png) #49AFD9;
    background-size: 100%;
    background-position: 100px;

}

.eti2 {
    font-weight: 600;
    font-size: 42px;
    text-wrap: wrap;

}

.redc {
    background: url(../img/rect.png) #3F5FA0;
    background-size: 100%;
    background-position: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.stats-bg {
    background: url(../img/stats-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.stats-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 500px;
}

.stats-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;

}

.title-stats {
    font-size: 34px;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.stats-box img {
    height: 50px;
    width: 50px;
    object-fit: contain;

}

.merge {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #747474;
}

.borderr {
    height: 5px;
    width: 30px;
    margin: auto;
    border-radius: 50px;
    background: linear-gradient(to bottom, #d18c02, #fdd73d);
}

.stats-box:nth-child(3),
.stats-box:nth-child(1),
.stats-box:nth-child(2) {
    border-right: 3px solid #ccc;
}

.header-stats {
    padding: 20px;
    text-align: center;
    font-size: 32px;
    color: #373737;
}

.stats-paragraph {
    font-size: 22px;
    color: #373737;
    padding: 20px;
    text-align: center;
}

.box-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.box-container-n {
    display: flex;
    justify-content: center;
    gap: 30px;

}

.container-f {
    max-width: 1500px;
    margin: auto;
}

.box {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 40px 10px;
    width: 33%;
    background: #fff;
    height: 300px;
    box-shadow: 0 0 15px #00000040;
}

.box-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 3px;
    background: #ccc;
    z-index: -5;
}

.box-n {
    position: relative;
    top: -70px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.homepage-box-n {
    margin-bottom: 0 !important;
}

.numb-at {
    background: #fff;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px #00000040;
}

.box img {
    width: 60px;
    margin: auto;
}

.box-img {
    display: flex;
    align-items: center;

    height: 100px;
}

.box-alt {
    display: flex;
    align-items: center;
    height: 150px;
}

.box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    height: 120px;
    font-size: 22px;
    color: #4F4F4F;
}

.box-alt {
    color: #898989;
}

footer {
    background: linear-gradient(to right, #0D233D, #47718F);
}

.footer-container {
    padding: 30px;
}

.secion-containter {
    display: flex;
}

.logo-f {
    color: #fff;
    width: 40%;
}

.f-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.footer-container {
    background-image: url(../img/map.png);
    background-position: center;
    background-repeat: no-repeat;
}

.social-f-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-links a {
    color: #fff;
    text-decoration: #fff;
    padding: 24px;
    background: #ffffff10;
}

.f-links-in a {
    margin: 30px 0;

    gap: 30px;
}

.parag {
    margin-bottom: 50px;
}

.social-f-links a {
    color: #fff;
    text-decoration: #fff;
    padding: 10px;
    background: #ffffff10;
    margin: 5px;
}

.flex-t {
    display: flex;
    align-items: center;
    gap: 10px;
}

.f-links a i,
.social-f-links a i {
    margin-right: 10px;
    font-size: 22px;
}

.title-fs {
    margin-top: 20px;
    padding: 25px 0;
    padding-bottom: 35px;
}

.footer-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
    background: #0C2039;
}

.item {
    color: #fff;
}

.item a {
    text-decoration: none;
    color: #BADFFF;
    padding: 10px;
}

.lang {

    background: #ffffff10;
}

.lang span {
    margin: 10px;
}

.maps {
    float: right;
    margin-right: 30px;
}

.sec21 {
    color: #fff;
}

.border-t {
    height: 400px;
    width: 400px;
    border-right: 1px solid #ffffff30;
    border-top: 1px solid #ffffff30;
}

.sec21 a {
    position: relative;
    bottom: 20px;
    color: #fff;
    text-decoration: none;
}

.sec21 a i {
    margin-left: 10px;
}

.secion-containter {
    gap: 50px;
    justify-content: space-between;
}

.maps-title {
    padding: 20px 0;
}

.online-bilet-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/online-bilet-bg.png);
    background-size: 100%;
    height: 80vh;
}

.about-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../img/haberler-bg.png);
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}



.sikayet-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../img/sikayet-bg.png);
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}

.sss-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../img/sss.png);
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}

.kva-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../img/kurslar-ve-abonelikler-bg.png);
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}

.haberler-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../img/haberler-bg.png);
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}

.tesis-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(../img/hakkimizdaAlan.png);
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    background-position-y: 30px ;
}

.egitmen-page {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../img/egitim-bg.jpg);
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
}

.header-alt {
    color: #fff;
    z-index: 1;
    padding: 20px;
    padding-left: 0;
}

.register-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, #0c2038c9, #293b51c0), url(../img/register-bg.png);
    background-size: 100%;

}

.hakkimizda-page {
    background-image: url(../img/hakkimizdaAlan.png) !important;
    height: 300px;
    background-repeat: no-repeat;
    
    background-position-y: 30px ;
}

.mvd .card {
    border: 1px solid #f7c331; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px; 
    transition: transform 0.3s ease; 
    min-height: 40vh;

}

.mvd .card:hover {
    transform: scale(1.05);
}

.mvd .card-title {
    font-size: 24px;
    color: #ff7b07;
    margin-bottom: 15px;
}

.mvd .card-text {
    font-size: 16px;
    color: #333; 
    line-height: 1.6;
}

.mvd .card-body ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
    text-align: start;
}

.mvd .card-body ul li::before {
    content: "• "; 
    color: #ff7b07; 
    font-weight: bold;
}

.future {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.future-content {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
}

.future h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.future p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.future img {
    max-height: 40vh;
}

.submit-nav .checkbox-input {
    display: flex;
    align-items: center;
}


.submit-nav .checkbox-input #readme {
    width: 20px
}

.register-page .register-box {
    width: 650px;
}

.sign-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/sign-bg.png);
    background-size: 100%;
    height: 100vh;
}

.big-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

.sign-page::before,
.online-bilet-page::before,
.about-page::before,
.tesis-page::before,
.egitmen-page::before,
.sikayet-page::before,
.haberler-page::before,
.kva-page::before,
.sss-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background: linear-gradient(to bottom, #0c2038c9, #293b51c0); */
    z-index: 0;
    width: 100%;
    height: 100%;
}

.register-box {
    width: auto;
    height: auto;
    background: #fff;
    z-index: 1;
    padding: 20px 50px;
}

.r-logo {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px;
}

.checkbox-input {
    display: flex;
    gap: 10px;

    font-size: 14px;

}

.checkbox-input a {
    text-decoration: none;
    color: #47728F;
}

.submit a {
    background: #0C2039;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000040;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
}

.submit a i {
    margin-left: 10px;
}

.sign-box {
    z-index: 1;
    background: #fff;
}

.direc {
    display: flex;
    flex-direction: column;

}

.direc input {
    margin: 0 !important;
}

.input-title {
    padding: 10px;
    color: #747474;
}

.sign-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #0C2039;
    color: #AFD2F0;
}

.sign-nav i {
    color: #fff;
    font-size: 22px;
}

.sign-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
}

.buttons-sign {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #747474;
}

.border-bottom {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #264B65, #FCFCFC);
    margin-bottom: 10px;
}

.submit-si {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #0C2039;
    padding: 10px;
    margin-top: 15px;
    width: 100%;
}

.submit-si img {
    position: absolute;
    right: 15px;
}

.checkbox-input input {
    width: 20px;
    height: 20px;
}

.col-si {
    margin-top: 10px;
    padding: 20px 0;
    width: 100%;
}

.and-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: -20px 20px;

}

.and-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #FBFBFB, #C7C7C7, #FBFBFB);
    z-index: -1;
}

.mid-c {
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px #00000040;
    color: #747474;
    background: #fff;
}

.online-bilet-header {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bilet-header {
    color: #fff;
    z-index: 1;
    font-size: 48px;
    font-weight: 600;
}

.bilet-alt {
    margin-top: 50px;
    color: #fff;
    z-index: 1;
    font-size: 22px;
}

.filter-container {
    margin: 50px auto;
    width: 1200px;
    border: 10px solid #ffffff30;
}

.filter-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 3px;
}

.linkf:nth-child(1),
.linkf:nth-child(2),
.linkf:nth-child(3),
.linkf:nth-child(4) {
    border-right: 1px solid #ccc;
}

.linkf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    width: 20%;
    color: #747474;
}

.icon-fi,
.icon-fiq {
    font-size: 18px;
    color: #47728F;
}

.button-linkf {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #FFC907;
    padding: 10px;
    width: 100%;
    color: #000000;
    box-shadow: 0 0 15px #FFC907;
    border-radius: 3px;
}

.text-fi,
.text-fiq {
    text-align: start;
    width: 100%;
    margin-left: 10px;
}

.box-details-fi {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px #00000040;
}

.details-field-text {
    display: flex;
    align-items: center;

}

.details-text-fi {
    font-size: 18px;
}

.details-text-fi span {
    color: #47728F;
    font-weight: 600;
}

.linkfq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 200px;
    margin-left: 50px;
    background: #F4F4F4;
    cursor: pointer;
}

.text-fiq {
    color: #747474;
}

.pagination-container {
    width: 100%;
    margin: 50px auto;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 0 15px #00000040;
    background: #fff;
}

.pagination a {
    color: black;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;

}

.pagination a.active-pagination {
    background-color: #47728F;
    color: white;
    border: 1px solid #47728F;
}

.auto-w {
    width: 100px !important;
}

.news-container-a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    width: 1200px;
    margin: 50px auto;
    box-shadow: 0 0 15px #00000040;
    padding: 20px 0;
}

.news-box img {
    margin: 15px;
    height: 50vh;
    width: 50vh;
    max-height: 400px; 
    max-width: 400px;
    object-fit: cover; 
    border-width: 4px;
    border-style: solid;
    border-radius: 50px;
    box-shadow: 0 0 0 4px rgba(255, 201, 7, 0.934), 0 0 0 8px rgba(255, 123, 7, 0.7);
}

.header-n-p {
    font-size: 25px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: #0C2039;
}

.text-n-p {
    color: #747474;
}

.news-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.news-box img {
    width: 100%;
}

.sikayet-container-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;

    background: #fff;
    padding: 20px;
}

.title-si {
    font-size: 26px;
    width: 100%;
}

.border2 {
    width: 100%;
    height: 2px;
    margin: 15px 0;
    background: linear-gradient(to right, #FBFBFB, #C7C7C7, #FBFBFB);
}

.border-up-line {
    width: 2px;
    height: 100px;

    background: linear-gradient(to top, #FBFBFB, #C7C7C7, #FBFBFB);
}

.inputs-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.input-width-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    background: #F4F4F4;
    width: 25%;
    padding: 5px 10px;
}

.input-width-column input {
    border: none;
    background: #F4F4F4;
    outline: none;
    padding: 15px;
    width: 100%;
}

.textare-container-d {
    display: flex;
    width: 1200px;
    margin: auto;
    gap: 25px;
}

.textarea-container-sss {
    display: flex;
    align-items: start;
    justify-content: start;
    background: #F4F4F4;
    width: 60%;
    margin: 20px 0;
    padding: 10px;
}

.textarea-container-sss textarea {
    background: #F4F4F4;
    border: none;
    resize: none;
    outline: none;
    height: 240px;
    padding: 0 10px;
}

.final-numb-container {
    display: flex;
    align-items: center;
}

.box-numb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px #00000040;
    font-weight: 600;
}

.active-numb {
    color: #fff;
    background: #487290;
}

.line {
    height: 2px;
    width: 200px;
    background: #ccc;
}

.textarea-container-upload {
    margin: 20px 0;
    padding: 10px;
    width: calc(35% - 6px);
    background: #F4F4F4;
    height: 150px;
}

.textarea-container-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #747474;
}

.form-submit {
    position: relative;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.button-credit {
    padding: 40px;
    background: #052039;
    color: #fff;
    cursor: pointer;
}

.bat-container {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    margin: 30px 0;
}

.title-payout {
    color: #747474;
}

.button-credit i {
    margin-left: 20px;
}

.payout-tips-container {
    width: 70%;
}

.input-payout {
    display: flex;
}

.input-payout input {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    background: #F4F4F4;
}

.button-payout-i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #3D728F;
    color: #fff;
    font-size: 22px;
}

.more-details {
    display: flex;
    margin: 50px 0;
    text-align: start;
    width: 100%;
    font-size: 26px;
}

.more-details {
    display: flex;
    align-items: start;
    gap: 50px;
    flex-direction: column;
}

.details-box-m {
    display: flex;
    gap: 30px;
}

.icon-baf {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #3D728F;
    color: #3D728F;
    font-size: 35px;
}

.title-details-box-m {
    color: #052039;
}

.alt-details-box-m {
    color: #747474;
    font-size: 18px;
    padding: 10px 0;
}

.details-box-contact-container {
    display: flex;
    align-items: center;
    gap: 100px;
}

.tesis-container {
    display: flex;
    align-items: center;

    width: 1200px;
    margin: 50px auto;
    gap: 50px;
    flex-wrap: wrap;
}

.tesis-container .tesis {
    width: 30%;
}

.egitmen-search-box {
    background: #fff;

    padding: 35px;

    height: 600px;
}

.sec-e {
    display: flex;
    margin: 50px auto;
    gap: 50px;
    max-width: 1500px;
}

.egitmen-profile-sec {
    background: #fff;
}

.box-card-edu {
    margin-top: 30px !important;
    display: flex;
    gap: 20px;
}

.names-edu {
    display: flex;
    flex-direction: column;
}

.name-sec-edu {
    display: flex;
    margin-left: 20px;
    justify-content: space-between;
    flex-direction: column;
}

.box-card-edu-container {
    display: flex;
    flex-wrap: wrap;

}

.button-linkf a {
    color: #fff;
    text-decoration: none;
}

.box-card-edu-in {
    display: flex;
    gap: 50px;
}

.name-sec-edu {
    width: 95%;
}

.img-edu-lef {
    width: 400px;
}

.box-card-edu-in img {
    object-fit: cover;
    width: 100%;
}

.names-star {
    display: flex;
    gap: 10px;
}

.names-verify {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.link-sec-edus a {
    padding: 10px 25px;
    background: #FFFFFF;
    color: #747474;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #cccccc50;
}

.link-sec-edus {
    display: flex;

}

.active-link-edus-sec {
    background: #3D728F !important;
    color: #fff !important;
}

.duyurular-contianer {
    display: flex;
    gap: 40px;
    height: 250px;
    margin-top: 50px;
}

.d-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 250px;

    width: 33%;
}

.d-title {
    font-size: 18px;
}

.d-date {
    color: #898989;
}

.d-date i {
    margin-right: 10px;
    color: #3E7290;
}

.checkboxes-container {
    display: flex;
    justify-content: space-between;
    color: #747474;
    flex-wrap: wrap;
    margin-top: 50px;

}

.checkboxes-container div {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 45%;
    margin-bottom: 20px;
}

.checkboxes-container div label {
    width: 200px;
}

.checkboxes-container input {
    width: 50px !important;
}

table {
    display: none;
}

.counter {
    display: none;
}

.noUi-tooltip {
    background: #052039 !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 5px 15px !important;
    border-radius: 9px !important;

}

.noUi-handle-lower::before {
    background: none !important;
    display: none !important;
}

.noUi-handle-lower::after {
    background: none !important;
    display: none !important;
}

.noUi-handle-upper::before {
    background: none !important;
    display: none !important;
}

.noUi-handle-upper::after {
    background: none !important;
    display: none !important;
}

.noUi-value,
.noUi-value-horizontal,
.noUi-value-large {
    display: none;
}

.noUi-pips {
    display: none;
}

.noUi-connect {
    background: #47728F !important;
    height: 10px !important;
}

.noUi-handle,
.noUi-handle-upper {
    width: 25px !important;
    height: 25px !important;
    background: #fff !important;
    border: 3px solid #47728F !important;
    border-radius: 50% !important;
}

.noUi-base {
    height: 10px !important;
}

.noUi-target,
.noUi-ltr,
.noUi-horizontal {
    height: 10px !important;
}

.slider-pricer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
    gap: 10px;
}

.price-title-slider {
    font-size: 18px;
    width: 30%;
}

.slider-price {
    position: relative;
    top: -25px;
    width: 70%;
}

.card-sub-title {
    text-align: center;
    background: #052039;
    padding: 20px;
    color: #fff;
    min-height: 90px;
    font-size: 18px;
}

.card-sub-alt {
    background: #fff;
    padding: 20px;
}

.card-sub-container {
    display: flex;
    flex-wrap: wrap;

}

.card-sub {

    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 0 0 15px #00000040;
}

.button-price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
}

.button-price-container a {
    padding: 10px;
    width: 120px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #3D728F;
}

.bg-darker .category-card {
    background: #0C2039 !important;
}

.bg-darker .card {
    color: #0C2039;
}

.darker-nav .swiper-button-next,
.darker-nav .swiper-button-prev {
    color: #0C2039 !important;
    margin-left: -13px;
}

.darker-nav {
    margin-top: 25px;
}

.col-r select {
    padding: 15px 25px;
    margin: 10px;
    width: 100%;
    max-width: 300px;
    background: #F4F4F4;
    outline: none;
    border: none;
}

.submit button {
    cursor: pointer;
    border: none;
    background: #0C2039;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000040;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
}

.submit button i {
    margin-left: 10px;
}

/* Headarın altındaki slider için */
.swiper-slide .card {
    background-color: transparent;
    border: none;
    color: #fff;
    text-wrap: nowrap;
}

.register-box .input-group {
    margin-bottom: 16px;
}

.register-box input,
.register-box select {
    background: #F4F4F4;
    height: 50px;
    border-radius: 6px !important;
    width: 100%;
    padding: 16px;
    border: none;
    color: #686868 !important
}

/* Select2 genel stil ayarları */
.select2-container--default .select2-selection--single {
    background: #F4F4F4 !important;
    height: 50px !important;
    border-radius: 6px !important;
    width: 100% !important;
    padding: 16px !important;
    border: none !important;
    color: #686868 !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single {
    background: #F4F4F4;
    height: 50px;
    border-radius: 6px !important;
    width: 100%;
    padding: 16px;
    border: none;
    color: #686868 !important;
    display: flex;
    align-items: center;
    position: relative;
}

/* Select2 dropdown container */
.select2-container--default .select2-dropdown {
    background: #F4F4F4;
    border-radius: 6px !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 4px;
}

/* Select2 dropdown item */
.select2-container--default .select2-results__option {
    background: #F4F4F4;
    color: #686868;
    padding: 10px 16px;
    border-bottom: 1px solid #ddd;
}

/* Seçili öğe ve hover durumu için stil */
.select2-container--default .select2-results__option--highlighted {
    background: #e0e0e0;
    color: #333;
}

/* Select2 dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 0;
    right: 0;
    border: none;
    border-radius: 0 6px 6px 0;
}

/* Dropdown başlığı için stil (Opsiyonel) */
.select2-container--default .select2-results__group {
    padding: 10px 16px;
    background: #F4F4F4;
    border-bottom: 1px solid #ddd;
    color: #686868;
}

.register-box ::placeholder {
    color: #686868 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: red;
}



/* #region ribbon */

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}


/* top left*/

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}


/* top right*/

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}


/* bottom left*/

.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}


/* bottom right*/

.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

/* #regionend ribbon end */

.navbar {
    justify-content: space-between;
}

.navbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navbar .collapse {
    justify-content: center;
}


.footer-box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
}

.maps {
    width: 100%;
    height: 100%;
}

.footer {
    color: #fff;
}

.navbar-collapse {
    color: #fff !important;
}

.container-xxl {
    max-width: 1500px !important;
}

.navbar-nav div {
    display: flex;
}

.linkf select {
    background-color: #F4F4F4;
    border: none;

}

.box-card-edu img {
    width: 320px;
    height: auto;
}

.box-card-edu a {
    color: #000;
    text-decoration: none;
}

.news-in-row {
    text-decoration: none;
}

.disabled-a {
    color: currentColor;
    text-decoration: none;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* Kurslar ve Abonelikler */
.page-instructor .search-filter-edu .egitmen-search-box,
.page-kva .search-filter-edu .egitmen-search-box {
    box-shadow: none !important;
    border-radius: 24px;
}

.page-instructor .form-select,
.page-instructor .box-details-fi,
.page-kva .box-details-fi {
    box-shadow: none !important;
    border-radius: 24px;
}

.page-instructor .egitmen-profile-sec {
    box-shadow: none !important;
    border-radius: 24px;
}

.page-instructor .form-select,
.page-kva .form-select {
    padding: 0 !important;
    height: 51px;
    line-height: 51px;
    padding: 0;
    border-radius: 12px;
    padding-left: 20px !important;
}

.page-instructor .linkf,
.page-kva .linkf {
    background-color: transparent !important;
    padding: 0 !important;

}

.page-instructor .input-width-column,
.page-kva .input-width-column {
    padding: 0 !important;
    border-radius: 12px;
    background-color: transparent !important;
    padding-left: 0 !important;
}

.page-instructor .input-width-column input,
.page-kva .input-width-column input {
    padding: 0;
    height: 51px;
    line-height: 51px;
    border-radius: 12px !important;
    background-color: #f4f4f4 !important;
    padding-left: 20px;
    padding-right: 20px;
}

.page-kva .swiper-slide {
    background-color: #e2e2e2;
    border-radius: 12px;
}

.page-kva .darker-nav .swiper-button-next,
.page-kva .darker-nav .swiper-button-prev {
    color: #0C2039 !important;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: -13px;
    border-radius: 100px;
    background: #000000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}

.page-kva .darker-nav .swiper-button-prev {
    left: 20px;
    padding-left: 8px;
}

.page-kva .darker-nav .swiper-button-next {
    right: 20px;
    padding-left: 12px !important;
}

.page-kva .darker-nav .swiper-button-next:after,
.page-kva .darker-nav .swiper-button-prev:after {
    color: #ffffff;
    width: 20px;
    font-size: 20px;

}


.page-kva .swiper-wrapper {
    margin-bottom: 30px;
}

.page-kva .two-input {
    display: flex;
    flex-direction: column;
}

.page-kva .two-input .group-inner {
    display: flex;
}

.page-kva .input-group-text {
    background-color: transparent !important;
    border: none !important;
}

.page-kva .two-input input {
    height: 51px;
    line-height: 51px;
    background-color: #F4F4F4;
    border: 0;
}

.page-kva .name {
    background-color: #ffbe06;
    padding: 10px 20px;
    height: 60px;
    display: flex;
    align-items: center;
}

.page-kva .name span {
    color: #a46d03 !important;
    font-size: 14px !important;
}

.page-kva .card-sub {
    overflow: hidden;
    border-radius: 24px;
}

.page-kva .box-details-fi {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    padding: 14px;
}

.page-kva .button-price-container a {
    border-radius: 100px;
    background-color: #ED9E00;
    color: #000000;
}

.page-kva .button-price-container a[disabled] {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}


.page-kva .program-button {
    color: #ffffff !important;
    background-color: #052039 !important;

}

.page-kva .card-sub-title {
    text-align: left;
    min-height: initial;
    font-weight: 700;
}

.page-kva .card-sub-alt .inner-item {
    border-radius: 6px;
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    margin: 5px 0;
}

.page-kva .form-control {
    border-radius: 12px;
}

.page-kva .card-sub-alt .inner-item .left {
    font-size: 14px;
}

.page-kva .card-sub-alt .inner-item .right {
    font-weight: 700;
    font-size: 16px;
}

.page-kva .button-price-container {
    padding-top: 0;
}

.btn-disabled {
    color: gray;
    background-color: #e0e0e0;
    cursor: not-allowed;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    pointer-events: none; 
}
.page-kva .details-text-fi,
.page-kva .details-field-text {
    width: auto !important;
}

.page-kva .sort-button select {
    background-color: #f4f4f4;
    border: 0;
    width: 100% !important;
}

/* Page instructor */
.page-instructor .box-card-edu-container {
    display: flex;
    justify-content: space-between;
    margin-top: 0 !important;
}

.page-instructor .egitmen-profile-sec .box-card-edu {
    display: flex;
    flex-direction: column;
    flex: 0 0 49%;
    margin-top: 0;
    border-radius: 24px;
    background-color: #f8f8f8;
    padding-bottom: 20px;
    margin-top: 8px !important;
    margin-bottom: 20px;
}

.page-instructor .egitmen-profile-sec .box-card-edu .info-area {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.page-instructor .egitmen-profile-sec .box-card-edu .image {
    width: 100px;
    background-color: #FFC907;
    border-radius: 100px;
    overflow: hidden;
    padding: 3px;
}

.egitmen-search-box .button-linkf {
    height: 51px;
    line-height: 51px;
    background-color: #052039;
    border-radius: 100px;
    box-shadow: none;
    color: #ffffff;
}

.page-instructor .egitmen-profile-sec .box-card-edu .button-linkf {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
}

.page-instructor .egitmen-profile-sec .box-card-edu .button-linkf a {
    padding: 10px !important;
    width: 120px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #3D728F;
    border-radius: 100px;
    background-color: #ED9E00;
    color: #000000;
}

.page-instructor .egitmen-profile-sec .box-card-edu .image img {
    width: 100%;
    border-radius: 100px;
}

.page-instructor .egitmen-profile-sec .box-card-edu .top {
    text-align: center;
    background: #052039;
    padding: 20px;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 18px;
    text-align: left;
    min-height: initial;
    font-weight: 700;
    width: 100%;
}

.edu-container .egitmen-profile-sec {
    border-radius: 24px;
    box-shadow: none !important;
    border: 1px dashed #ababab !important;
}

.egitmen-profile-sec .img-edu-lef {
    width: 140px;
    border-radius: 12px;
    ;
    background-color: #FFC907;
    padding: 4px;
}

.egitmen-profile-sec .img-edu-lef img {
    border-radius: 8px;
}

.egitmen-profile-sec .box-card-edu-in {
    gap: 20px;
    display: inline-block !important;
}

.egitmen-profile-sec .box-card-edu-in .name {
    font-weight: 700;
    font-size: 20px !important;
}

.egitmen-profile-sec .box-card-edu-in .names-verify {
    margin-bottom: 0;
}

.egitmen-profile-sec .box-card-edu-in .title {
    font-weight: 300 !important;
    font-size: 18px !important;
}

.edu-container .tab-content {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-top: 0;
    border-radius: 24px;
    border-top-left-radius: 0;
    background-color: #f9f9f9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #f9f9f9 !important;
    border-bottom: 0 !important;
}

.edu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.box-card-edu-container {
    width: 100%;
    display: grid;
}

.egitmen-profile-sec .edu-right {
    border-radius: 6px;
    background-color: #fef5d2;
    color: #d7a903 !important;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
}







/* Footer */
.f-links .f-links-in {
    display: flex;
    flex-direction: column;
}

.f-links .f-links-in a {
    margin: 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-inner .left {
    flex: 0 0 60%
}

.f-links a {
    background-color: transparent;
    padding: 10px 0;
}

.footer-inner .right {
    flex: 0 0 35%
}

.footer-title,
.title-fs {
    font-size: 30px;
    font-weight: 700;
}

#footer-section {
    background-image: url(../img/resim.png);
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    padding-bottom: 0;
}

#footer-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.social-f-links a {
    border-radius: 12px;
}

#footer-section .container {
    z-index: 9999999999;
    position: relative;
}

.footer-desc {
    margin-top: 40px;
    z-index: 999999999999;
    position: relative;
    background-color: #000000;
}


.follow-us {
    margin-top: 20px;
    background-color: rgba(255, 173, 8, 1);
    display: inline-block;
    padding: 20px;
    border-radius: 100px;
    color: #000000;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}


@media screen and (max-width: 767px) {
    .submit-nav .submit {
        width: 100%;
        margin-top: 10px
    }

    .footer-inner {
        flex-direction: column;
        justify-content: center;
    }

    #footer-section .logo-wrapper {
        text-align: center;
    }

    #footer-section .footer-title,
    #footer-section a,
    #footer-section .title-fs {
        text-align: center;
    }

    #footer-section .social-f-links {
        display: flex;
        justify-content: center;
    }

    .submit-nav .submit button {
        width: 100%;
    }

    .stats-bg .stats-box .title-stats {
        flex-direction: column;
        height: initial !important;
        gap: 0 !important;
    }

    .stats-bg .stats-box .title-stats .merge {
        padding: 0;
    }


    .stats-bg .stats-box {
        flex: 0 0 90% !important;
        margin: auto;
        margin-top: 20px;
    }
}


.actions {
    gap: 10px;
}

/* SLIDER */
/* Genel Ayarlar */
.slider-container .owl-item {
    display: flex;
    justify-content: center;
}

.slider-card-wrapper {
    
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.slider-card-wrapper .owl-item {
    display: flex;
    justify-content: center;
}

.slider-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Başlık Alanı */
.slider-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    padding: 15px 20px;
    background-color: #FFC907;
    border-bottom: 1px solid #eee;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* Görsel Alanı */
.image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
    justify-content: center;
}


/* Açıklama Alanı */
.description {
    padding: 20px;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.slider-description {
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
}

/* Buton Alanı */
.button-name {
    display: flex;
    padding: 15px 0;
    background-color: #f7f7f7;
    justify-content: center;
}

.button-name a {
    text-decoration: none;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.button-name a:hover {
    background-color: #0056b3;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .slider-title {
        font-size: 1.25rem;
    }

    .description {
        padding: 15px;
    }

    .button-name a {
        width: 100%;
        padding: 12px;
    }
}

/*  */

.top-hero .row {
    align-items: center;
}

.top-hero .actions {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.top-hero .actions .button-sec {
    margin: 0;
}

.top-hero .actions .button-sec.contact-number a {
    background-color: #FFFFFF !important;
}

.top-hero .column-left,
.top-hero .column-right {
    z-index: 9999999;
}

.top-hero .card-home {
    background-color: transparent;
}



/* New styles */

/* Socials */
.social-wrapper {
    width: 90px;
    padding: 0;
    margin-top: 60px;
}

.social-wrapper .social-list {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    line-height: 30px;
    padding: 4px 8px;
    border-radius: 100px;
    padding-bottom: 8px;
}

.social-wrapper .social-list .item a {
    padding: 0;
    display: inline-block;
    opacity: 0.85;
    transition: all 0.2s linear;
    transform: scale(1)
}

.social-wrapper .social-list .item a img {
    width: 30px;
}

.social-wrapper .social-list .item a:hover {
    opacity: 1;
    transition: all 0.2s linear;
    transform: scale(1.05)
}

/* Buttons */
.btn.btn-default {
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    width: auto;
    line-height: 68px !important;
    padding: 0 40px;
    border-radius: 100px;
    border: 0 !important;
    border-bottom: 3px solid transparent;
    transition: all 0.2 linear;
}

.btn.btn-primary {
    color: #000000 !important;
    transition: all 0.2 linear !important;
    background: rgb(217, 145, 1) !important;
    background: linear-gradient(180deg, rgba(217, 145, 1, 1) 0%, rgba(255, 173, 8, 1) 100%) !important;
}

.btn.btn-primary:hover {
    background-color: #FFAD08 !important;
    color: #000000 !important;
    background: rgb(255, 173, 8) !important;
    background: linear-gradient(180deg, rgba(255, 173, 8, 1) 0%, rgba(217, 145, 1, 1) 100%) !important;
    transition: all 0.2 linear !important;
}

.btn.btn-light {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Slogan */
.top-hero-slogan h1 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 50px;
}

.top-hero-slogan h1 span {
    display: block;
}

.top-hero-slogan h1 span.mid {
    color: #FFAD08;
}

/* Navbar Section */
#navbar {
    padding: 0;
}


/* Tesis card */
.tesis-slider-container .tesis-card {
    border-radius: 30px;
    overflow: hidden;
}


.tesis-slider-container .tesis-card .image {
    position: relative;
}

.tesis-slider-container .tesis-card .image img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s linear;
}

.tesis-slider-container .tesis-card {
    border: 1px solid #d2d2d2;
}

.tesis-slider-container .tesis-card .ribbon {
    z-index: 99999999;
}

.tesis-slider-container .tesis-card .tesis-title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    padding: 10px 16px;
}

.tesis-slider-container .tesis-card .image .olanaklar {
    border: 0 !important;
    z-index: 999999999;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #052039;
    border-top-right-radius: 6px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.tesis-slider-container .tesis-card .tesis-alt {
    font-size: 14px;
    text-align: left;
    padding: 10px 16px;
}


.tesis-slider-container .tesis-card .image:hover img {
    transform: scale(1.02);
    transition: all 0.2s linear;
}

.tesis-slider-container .tesis-card .image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.olanaklar {
    border: 0 !important;
    border-top: 1px solid #d2d2d2 !important;
}

.tesis-slider-container .tesis-card {
    position: relative;
}

.tesis-slider-container .tesis-card img {
    width: 100%;
}

.tesis-slider-container .tesis-card .layer-section {
    padding: 10px 6px;
}

.tesis-slider-container .tesis-card .layer-section a {
    width: 30px;
    height: 30px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.tesis-slider-container .tesis-card .layer-section a i {
    color: #ffffff;
}

.tesis-slider-container .tesis-card .layer-section a {
    text-decoration: none;
}

.inner-facility-area {
    margin: 30px;
}

/* Stats section */
.stats-bg {
    background: none;
    background-color: #ededed;
    padding: 50px 0;
    background-color: #e2e2e2;
}

.stats-bg .row {
    justify-content: space-between;
}

.stats-bg .stats-box {
    display: flex;
    flex-direction: row;
    border: 0 !important;
    border-radius: 24px;
    justify-content: space-around;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.13);
    flex: 0 0 23%;
    padding: 20px 0;
}

.stats-bg .stats-box .image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;

}

.stats-bg .stats-box .image i {
    color: #747474;
    font-size: 34px;
}

.stats-bg .stats-box .image img {
    width: 30px;
}

.stats-bg .stats-box .title-stats {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 50px;
    border-radius: 8px;
    color: #747474;
}

.stats-bg .stats-box .title-stats span {
    color: #747474;
}


/* steps-section */
.steps-section {
    margin: 100px 0;
}

.steps-section .box {
    -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 40px 20px !important;
    position: relative;
}

.steps-section .box-n {
    position: initial;
    margin-bottom: 50px;
}

.steps-section .box-n .numb-at {
    background-color: #000000;
    box-shadow: none;
    color: #ffffff;
    font-weight: 900;
    position: absolute;
    top: -20px;
    left: 20px;

}


@media screen and (max-width: 1399px) {
    .navbar-nav .nav-item a {
        font-size: 14px !important
    }

}

@media screen and (max-width: 1199px) {

    #sign-div {
        margin-left: 0 !important;
    }


    .top-hero .swiper-slide img {
        height: auto !important;
    }

    .top-hero .swiper-wrapper {
        display: inline-block !important;
    }

    .about-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .sikayet-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .sss-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .kva-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .haberler-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .tesis-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .tesis-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .egitmen-page {
        height: 300px !important;
        background-size: cover !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .page-instructor .box-card-edu-container {
        display: inline-block;
    }

    .navbar {
        padding: 20px;
    }

    .navbar-toggler {
        position: absolute !important;
        top: 28px !important;
        right: 10px !important;
    }



    #navbar .navbar {
        z-index: 99999999999999999 !important;
        background: none !important;
    }

    #navbar .navbar-collapse {
        border-bottom-left-radius: 24px !important;
    }

    #navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid #e29901;
        padding: 14px 0 !important;
    }

    #navbar .navbar-nav .nav-item a:last-child {
        border: none;
    }

    #navbar .navbar-nav .nav-item.active a {
        background-color: #ED9E00;
        border-radius: 100px;
        padding-left: 20px !important;
    }
}

@media screen and (max-width: 1199px) {
    .hide-desktop {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .top-hero .swiper-Announcement {
        width: 70% !important;
        margin: auto;
        padding-bottom: 40px;
    }

    .about-page {
        height: 160px !important;
        background-size: cover !important;
    }

    .sikayet-page {
        height: 160px !important;
        background-size: cover !important;
    }

    .sss-page {
        height: 160px !important;
        background-size: cover !important;
    }

    .kva-page {
        height: 160px !important;
        background-size: cover !important;
    }

    .haberler-page {
        height: 160px !important;
        background-size: cover !important;
    }

    .tesis-page {
        height: 160px !important;
        background-size: cover !important;
    }

    .tesis-page {
        height: 160px !important;
        background-size: cover !important;
    }

    .egitmen-page {
        height: 160px !important;
        background-size: cover !important;
    }







    .top-hero-slogan {
        text-align: center;
    }

    .action-wrapper {
        width: 100%;
        flex-direction: column;
        display: flex;
        gap: 15px;
    }

    #navbar {
        z-index: 999999999999 !important;
    }



    .social-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 60px;
        display: flex;
        justify-content: center;
    }

    .social-wrapper .social-list {
        display: flex;
        justify-content: space-between;
        width: 150px;
    }

    .social-wrapper .social-list .item a img {
        width: 50px;
    }
}


@media screen and (min-width: 1199px) {

    .navbar-collapse.show #logged-div {
        margin-left: 15px !important;
    }

    #navbar {
        padding: 0 !important;
    }


    .navbar-nav {
        border-radius: 100px;
        background-color: #ED9E00;
        padding: 0 20px !important;
        height: 66px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .navbar-nav .nav-item a {
        border-radius: 100px;
        padding: 10px 10px !important;
    }

    .navbar-nav .nav-item.active a {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        padding: 10px 10px;
    }

    .navbar-nav .nav-item a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        padding: 10px 10px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: contents !important;
        flex-basis: auto !important;
    }


}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }
}

#sign-div {
    display: flex;
    gap: 6px;
    margin-left: 20px
}

.auth-btn {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 100px;
    color: #ffffff !important;
}

.register-button a {
    background-color: #052039;
    color: #ffffff !important;
}

.login-button a {
    background-color: #ED9E00;
    color: #000000 !important;
}

#logged-div {
    align-items: center;
}

.q-mark {
    width: 50px;
    height: 50px;
    background-color: rgb(225 149 4);
    color: #000000;
    font-size: 20px;
}