@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    background-color: #ffff;
     font-family: "Roboto", sans-serif;
}

:root{
    --bg-background: #21345c;
    --h2-color:#21345c;
    --p-color:#4c4c4c;
    --h5-color:#201d1e;
    --btn-color:#d92027;
    --btn-hover-color:#21345c;
    --a-color:#000;
  }


h1,
h2,
h3,
h4,
h5 {
     font-family: "Roboto", sans-serif;
}

p {
     font-family: "Roboto", sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
}

a {
     font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: var(--text-color);
}

label {
    font-family: "Roboto", sans-serif;

}

span {
     font-family: "Roboto", sans-serif;
    color: #333743;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

 ul li {
      font-family: "Roboto", sans-serif;
     color: var(--text-color);
 }


.box {
    width: 100%;
    height: 15.625rem;
    background-color: #00639C;
}


.header-top{
    width: 100%;
    background-color: var(--bg-background);
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 9999;
}


.top-left-info ul{
    display: flex;
    margin: 0;
    padding: 0;
}

.top-left-info ul li a{
    font-size: 15px;
    font-weight: 400;
    color: white;
}

.top-left-info ul li:first-child{
    margin-right: 10px;
    padding-right: 10px;
     position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.top-left-info ul li:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 19px;
    width: 1px;
    background: #fff;
}

.top-left-info ul li p{
    font-size: 15px;
    margin: 0;
    color: white;
    font-weight: 400;
}

.top-left-info ul li i{
    margin: 0 8px 0 0;
}

.soccial-media-list{
    display: flex;
    justify-content: flex-end;
}
.soccial-media-list ul{
    display: flex;
}

.soccial-media-list ul li{
    margin: 0 10px 0 0;
}

.soccial-media-list ul li a{
    color: white;
    font-size: 18px;
}

.nav-menu{
    padding: 15px 0 0px 0;
    height: 100px;
    transition: all 0.3s ease;
}

.nav-logo img{
    width: 250px;
    height: auto;
}
.menu-list {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.menu-list ul{
    display: flex;
}

.menu-list ul li{
    margin: 0 15px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}


.menu-list .dropdown-content {
  position: absolute;
  top: 40px; 
  left: 0;
  background: #fff;
  min-width: 180px;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease;
  z-index: 20;
  display: block;
  z-index: 9999;
}

.menu-list .dropdown-content li a {
  display: block;
  padding: 10px 15px;
  color: #444;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.menu-list .dropdown-content li a:hover {
  background: #f2f2f2;
}

.menu-list .dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.menu-list li a i{
    margin: 0 0 0 5px;
    font-weight: 600;
}

.top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;;
    background: white;
    z-index: 9999;
    transform: translateY(0);
    padding: 20px 0 0px 0;
    height: 110px;
  }

  .section{
    padding: 100px 0;
  }


  .home-photo{
    position: relative;
    width: 100%;
    height: 500px;
  }

  .home-photo img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }


  .home-info h2{
    color: var(--h2-color);
    font-weight: 600;
    font-size: 40px;
  }

  .home-info p{
    color: var(--p-color);
    font-size: 400;
  }

  .btn-link{
    background-color: var(--btn-color);
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 18px;
  }

    .btn-link:hover{
        background-color: var(--btn-hover-color);
        color: white;
    }


.home-banner{
    text-align: center;
    padding: 0 100px;
    position: relative;
    z-index: 999;
}

.home-banner-section{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

.banner-bg-color{
    background-color: var(--bg-background);
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-banner h2{
    color: #fff;
    font-size: 40px;
}
.home-banner p{
    color: white;
    font-weight: 400;
}

.lecterns-title{
    text-align: center;
}

.lecterns-title img{
    width: 70px;
}


.lecterns-title h2{
    color: var(--h2-color);
    font-size: 40px;
    margin: 10px 0 0 0;
}

.lecterns-card{
    margin: 30px 0 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: white;
}

.lecterns-photo{
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.lecterns-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.lecterns-content{
    padding: 15px;
}
.lecterns-content h2{
    font-size: 25px;
}

.lecterns-content p{
    color: var(--p-color);
    font-weight: 400;
    line-height: 1.5;
}

.lecterns-footer{
    border-top: 1px solid #ddd;;
    margin: 0 15px;
    padding: 10px 0;
}

.btn-detail{
    background-color: #d92027;
    color: white;
    padding: 10px 15px;
}
.btn-detail:hover{
      background-color: #d92027;
    color: white;
}

.home-banner-content{
    display: flex;
}

.home-banner-content .home-banner-item{
    width: 50%;
    height: 700px;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
}

.home-banner-content .home-banner-item a{
    width: 150px;
}

.home-banner-content .home-banner-item h2,
.home-banner-content .home-banner-item p,
.home-banner-content .home-banner-item a{
    position: relative;
    z-index: 999;
    color: white;
}

.home-banner-content .home-banner-item h2{
    font-size: 40px;
}

.home-banner-content .home-banner-item p{
    font-weight: 400;
    line-height: 1.5;
}

.news-card{
        margin: 30px 0 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: white;
}

.news-title{
    text-align: center;
}

.news-title img{
        width: 70px;
}

.news-title h2{
        color: var(--h2-color);
    font-size: 40px;
    margin: 10px 0 0 0;
}

.news-card-photo{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.news-card-photo label{
    position: absolute;
    background-color: #d92027;
    color: #fff;
    padding: 10px;
    left: 5px;
    bottom: 5px;
    border-radius: 5px;
}

.news-card-photo img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .5s ease;
}

.news-card-content{
    padding: 35px 15px;
}

.news-card-content h2{
    font-size: 23px;
}

.news-card-content p{
    color: var(--p-color);
    font-weight: 400;
    line-height: 1.5;
}
.news-card:hover .news-card-photo img{
    transform: scale(1.1);
}

.news-card-footer{
    border-top: 1px solid #ddd;
    margin: 0 15px;
    padding: 10px 0;
}

.footer-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 100px 0 0 0;
     background-color: var(--bg-background);
    opacity: .9;
}

.footer-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
    z-index: -1;
}

.footer-info img {
    filter: brightness(0) invert(1);
}

.footer-info img{
    width: 250px;
}

.footer-info p{
    color: white;
    font-weight: 400;
    line-height: 1.5;
    margin: 15px 0 0 0;
}

.footer-menu-title {
    color: white;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 25px;
    z-index: 1;
}

.footer-menu-title::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: rgba(255, 255, 255, 0.829);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-menu-title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #21345c;
    bottom: 0;
    left: 18px;
    z-index: -1;
}


.footer-menu ul{
    padding: 0;
    margin: 0;
}

.footer-menu ul li{
    margin: 5px 0 0 0;
    color: white;
    font-size: 18px;    
}

.footer-menu ul li a{
    font-weight: 400;
}

.footer-contact ul li{
    color: white;
    margin: 5px 0 0 0;
}

.footer-bottom{
    background-color: #21345c;
    padding: 5px 0;
}

.footer-bottom p{
    margin: 0;
    color: white;
}

.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 35px 0 0 0;
}


.footer-bottom-soccial-media{
    display: flex;
    justify-content: end;
}

.footer-bottom-soccial-media ul{
    display: flex;
}

.footer-bottom-soccial-media ul li{
    color: white;
    margin: 0 10px 0 0;
    font-size: 20px;
}

.page-top-banner{
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
        position: relative;
}


.overlay.bg-black {
    background-color: #000;
}

.op-6 {
    opacity: .6;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-title{
    text-align: center;
    position: relative;
    z-index: 9999;
}

.banner-title h2{
    color: white;
    font-size: 50px;
}

.li-item-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin: 20px 0 0 0;
}

.item-card-photo{
    width: 30%;
    height: 60px;
    overflow: hidden;
    border-radius: 5px; 
}

.item-card-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-card-title{
    width: 70%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.courses h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.courses h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;       
    background-color: #d92027; 
}

.manuals{
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin: 30px 0 0 0;
    padding: 20px;
}

.manuals h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.manuals h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 2px;       
    background-color: #d92027; 
}

.dot-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.dot-list li {
    position: relative;
    padding-left: 18px; 
    font-size: 20px;
    margin: 5px 0 0 0;
}

.dot-list li::before {
    content: "•";        
    position: absolute;
    left: 0;
    top: 0;
    color: #d92027;        
    font-size: 30px;    
    line-height: 1;
}


.page-content-paragraf p{
    font-weight: 400;
    color: var(--p-color);
}

.page-content-photo{
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 5px;
}

.page-content-photo img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page-content-title{
    margin: 20px 0;
}

.contact-item{
        text-align: center;
    background: #f4f4f4;
    margin-bottom: 25px;
    padding: 70px 30px 50px;
    height: 300px;
}

.contact-item .item-icon i{
    font-size: 40px;
    color: #d92027;
}

.contact-item .item-title p,
.contact-item .item-title a{
    font-weight: 400;
    color: var(--p-color);
}

.map-content iframe{
    width: 100%;
    height: 400px;
}

.form-section {
    width: 100%;
    max-width: 700px;
    margin: 50px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
}

.form-section h2 {
    text-align: center;
    color: #0a2a43; /* Sitenizdeki koyu lacivert */
    margin-bottom: 25px;
    font-size: 28px;
}

.application-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.application-form label {
    font-weight: 600;
    color: #0a2a43;
}

.application-form input,
.application-form textarea {
    padding: 12px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.2s;
}

.application-form input:focus,
.application-form textarea:focus {
    border-color: #d72638; /* Kırmızı vurgu */
    box-shadow: 0 0 4px #d72638;
}

.application-form button {
    background: #d72638;
    color: white;
    padding: 14px;
    font-size: 17px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.25s;
}

.application-form button:hover {
    background: #b51f2f;
}

.mobil-menu{
    display: none;
}
