@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&amp;display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.12.1/font/bootstrap-icons.min.css");
body {
    background-color: #fff;
    font-weight: 400;
    font-family: "Jost", sans-serif;}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Jost", sans-serif;}

p {
    font-family: "Jost", sans-serif;    color: #333743;
}

a {
    font-family: "Jost", sans-serif;    text-decoration: none;
    color: var(--text-color);
}

label {
    font-family: "Jost", sans-serif;}

span {
    font-family: "Jost", sans-serif;    color: #333743;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul li {
    font-family: "Jost", sans-serif;    color: var(--text-color);
}

.box {
    width: 100%;
    height: 15.625rem;
    background-color: #00639C;
}

.mobil-button{
  display: none;
}

.menu-logo-menu-btn{
  display: flex;
}

.nav-menu{
    height: 5.5rem;
    background-color: white;
}
.nav-logo{
    background-color: white;
    position: relative;
    z-index: 99;
    width: 110px;
    padding: 15px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    text-align: center;
}
.nav-logo img{
width: 4.875rem;
}

.nav-menu-list{
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    height: 5rem;
}

.nav-menu-list ul li{
    display: inline-block;
    margin: 0 .625rem 0 0;
    font-family: "Jost", sans-serif;
    font-size: 1rem
}


.nav-menu-list ul li a {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px; 
  }
  
  .nav-menu-list ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #FD062C;
    transition: width 0.3s ease;
  }
  
  .nav-menu-list ul li a:hover::after {
    width: 100%;
  }

  .info-link{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 5rem;
  }

  .info-link a{
    background-color: #FD062C;
    color: #FFFFFF;
    padding: .8rem 1.1rem;
    font-weight: 500;
    font-size: 1rem
  }

  .home-banner-slider{
    height: 87vh;
    overflow: hidden;
  }

  .home-banner-slider .carousel{
    overflow: hidden;
    height: 87vh;
  }

  .home-banner-slider .carousel .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider-info{
    position: absolute;
    left: 10%;
    top: 15%;
  }


  .slider-info h2{
    background-color: #FD062C;
    padding: .3125rem;
    color: #FFFFFF;
  }

  .slider-info p{
    color: #FFFFFF;
  }

  .home-about-content{
    display: flex;
  }

  .home-about-content-item{
    width: 50%;
    height: 35rem;
  }

  .bg-grey{
    background-color: #33333359;
  }

  .home-about-content-item{
    padding: 0 4.5rem;    
  }

  .home-about-content-img{
    width: 100%;
    height: 350px;
    overflow: hidden;
  }

  .home-about-content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .home-about-content-item {
    background-repeat: no-repeat;
    background-position: bottom right; 
    background-size: 151px auto;
}

.home-about-content-paragraf{
    padding: .9375rem 0 ;
}

.home-about-content-paragraf p{
    font-size: 1rem;
    font-weight: 400;
}

.home-about-logo{
    text-align: start;
    position: relative;
    top: 1.25rem;
}

.home-about-logo img{
    width: 10rem;
}

.about-info{
    position: relative;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-color: #80808026;
}

.home-about-paragraf img{
    width: 10rem;
}

.home-about-paragraf{
    text-align: end;
    position: relative;
    top: 1.25rem;
}

.home-info-content{
    height: 29.25rem;
    text-align: start;
    align-items: center;
    align-content: center;
}


.home-about-title h2 {
    position: relative;
    display: inline-block; 
    margin-bottom: 1.25rem;
  }
  
  .home-about-title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 7px;
    background-color: #FD062C;
    top: 45px;
  }


  .home-about-content-link a{
    background-color: #FD062C;
    padding: .3125rem .625rem;
    color: #ffffff;
  }


  .team-coach{
    padding: 3.125rem 0;
  }

  .team-coach-title{
    text-align: center;
  }

  .team-coach-title h3{
    font-size: 1.5rem;
    font-weight: 500;
  }

  .team-coach-sub-title{
    text-align: center;
  }

  .team-coach-line{
    text-align: center;
    display: flex;
    justify-content: center;

  }

  .team-coach-line div{
    width: 4rem;
    height: .3rem;
    background-color: #FD062C;
  }

  .team-coach-item-content{
    display: flex;
    flex-wrap: wrap;
    padding: 3.125rem 0 0 0 ;
  }

  .team-coach-item{
    width: 33.3333%;
    height: 25rem;
    overflow: hidden;
    position: relative;
  }

  .team-coach-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .team-coach-item-title{
    position: absolute;
    bottom:0;
    background-color: #ffffff7c;
    z-index: 9999;
    width: 100%;
    color: white;
    text-align: center;
  }


  .team-coach-card{
    display: flex;
    background-color: #FD062C;
    padding: .625rem .3125rem;
    height: 100%;
  }

  .team-coach-card div:first-child{
    width: 30%;
    overflow: hidden;
    height: 12.6875rem;

  }

  .team-coach-card div:nth-child(2){
    width: 70%;
    padding: 1rem;
  }
  .team-coach-card P, .team-coach-card a{
    color: white;

  }



  .news-content{
    padding: 2.125rem 0;
  }

  .news-title{
    text-align: center;
  }

  .news-title h3{
    font-size: 1.5rem;
    font-weight: 500;
  }

  .news-sub-title{
    text-align: center;
  }

  .news-line{
    text-align: center;
    display: flex;
    justify-content: center;

  }

  .news-line div{
    width: 4rem;
    height: .3rem;
    background-color: #FD062C;
  }
  .news-link-title{
    text-align: center;
    margin: 1.5625rem 0 0 0;
  }

 

  .news-item-photo{
    width: 100%;
    height: 28.125rem;
    overflow: hidden;
  }

  .news-item-content{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .news-item-content-item{
    width: 70%;
    border: 4px solid #FD062C;
    padding: .625rem;
    position: relative;
    top: -150px;
    background-color: white;
  }

  .news-item-content-icon{
    text-align: end;
  }

  .news-item-content-icon i{
    font-size: 3.5625rem;
    position: relative;
    height: 17px;
    display: inline-block;
    top: 9px;
    color: #FD062C;
  }


  .news-slider .owl-nav{
    text-align: center;
    position: relative;
    top: -3.125rem;
  }

  .news-slider .owl-nav button i{
    font-size: 1.5625rem;
    font-weight: 600;
    color: #FD062C;
  }


  .targets-content{
    position: relative;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-color: #80808026;
  }

.targets-left-item, .targets-right-item {
    position: relative;
    display: flex; /* İçerik ortalamak isteniyorsa */
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 22.25rem;
    width: 100%;
}

.targets-center-info{
    text-align: center;
    height: 22.25rem;
    align-items: center;
    align-content: center;
}
.targets-center-info label{
    border-bottom: 2px solid #333743;
    margin-bottom: .9375rem;
}


.footer-bg{
  background-color: black;
  padding: 8rem 0 0 0;
}

.footer-logo img{
  width: 12rem;
}

.footer-soccial ul li{
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #FD062C;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.footer-soccial ul li i{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 3.125rem;
  color: white;
  font-size: 1rem;
}

.subscription{
  display: flex;
  background-color: #221B1B;
  margin: .625rem  0 0 0;
  padding: .625rem;
}

.subscription i{
  color: white;
  font-size: 1.5rem;
}

.subscription input{
  background-color: transparent;
  border: none !important;
}

.subscription input::placeholder {
  color: white;
  opacity: 1; 
}

.subscription input:focus{
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
}

.subscription input.active{
  background-color: transparent;
  border: none !important;
}

.footer-menu ul li{
  margin: .625rem 0 0 0;
}

.footer-menu ul li a{
  color: white;
}

.footer-info{
  margin: 10px 0 0 0;
}

.footer-info li a{
  color: white;
}

.footer-bottom-info{
  text-align: center;
  background-color: #221B1B;
  padding: .625rem 0;
  margin: 1.25rem 0 0 0;
}

.footer-bottom-info p{
  margin: 0;
  color: white;
  font-size: .8125rem;
}

.mobil-menu-content{
  position: fixed;
    top: 0;
    height: 100%;
    background-color: white;
    width: 100%;
    z-index: 999;
    display: none;
}

.mobil-menu-header{
  display: flex;
  justify-content: space-between;
  padding: .9375rem;
}

.mobil-menu-logo img{
  width: 70px;
}

.mobil-menu-close button{
  background-color: transparent;
  border: none;
}
.mobil-menu-close button:hover{
  background-color: transparent;
  border: none;
}



.mobil-menu-list ul li{
  font-size: 1.25rem;
}

.contact a{
  background-color: #FD062C;
  color: white;
  padding: .9375rem;
}

.mobil-menu-list {
    padding: 1.875rem;
    height: 90vh;
    display: grid;
}

.page-banner{
  width: 100%;
  height: 18.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.page-banner-title{
  color: white;
  font-size: 3rem;
}

.page-section{
  padding: 4.6875rem 0 1.25rem 0;
}

.page-title{
   text-align: center;
   padding: .9375rem 0;
}

.page-content{
  padding: 0 0 1.25rem 0
}

.coach-item{
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: .9375rem;
  overflow: hidden;
}

.coach-item-photo{
  width: 100%;
  height: 21.875rem;
  overflow: hidden;
}

.coach-item-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.coach-item-content{
  padding: .9375rem;
}


.team-item{
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: .9375rem;
  overflow: hidden;
}

.team-item-photo{
  width: 100%;
  height: 21.875rem;
  overflow: hidden;
}

.team-item-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-item-content{
  padding: .9375rem;
}

.blog-item{
   background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: .9375rem;
  overflow: hidden;
}

.blog-item-photo{
  width: 100%;
  height: 21.875rem;
  overflow: hidden;
}

.blog-item-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.blog-item-info{
  padding: .9375rem;
}

.blog-item-footer{
  padding: .9375rem;
}

.blog-item-footer-line{
  width: 100%;
  height: .0625rem;
  background-color: #eeeeee;
  margin: 0 0 .3125rem 0;
}

.blog-detail{
  padding: 4.6875rem 0 1.5625rem 0;
}

.blog-detail-photo{
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
}

.blog-detail-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-paragraf{
  padding: 25px 0;
}

.contact-content{
  height: 25rem;
}

.item-content{
  display: flex;
}

.icon-item{
  padding:  0 .625rem 0 0;
}

.icon-item i{
  font-size: 1.25rem;
}

.soccial-media{
  margin: 1.25rem 0 0 0;
}
.soccial-media li{
  display: inline-block;
  margin: 0 .625rem 0 0;
  font-size: 1.5rem;
}

.contact-form-content .form-group{
margin: .9375rem 0 0 0;
}

.contact-form-content .form-group input,
.contact-form-content .form-group textarea{
border: 1px solid #eeeeee;
border-radius: 0;

}


.contact-form-content .form-group input:focus,
.contact-form-content .form-group textarea:focus{
border: 1px solid #eeeeee;
border-radius: 0;
box-shadow: none !important;

}


.btn-form-submit{
  background-color: #FD062C;
    color: #FFFFFF;
    padding: .8rem 1.1rem;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0;
    width: 100%;
}

.btn-form-submit:hover{
  background-color: #FD062C;
    color: #FFFFFF;
}


.contact-map iframe{
    width:100%;
}