html{
    scroll-padding: 12.5rem 0 0 0;
background-color: #0D121C;
}
body{
    background-color: #0A0E17;
}
/* nav başı */
.navbar-brand{
 padding-right: 0px;
}
.navbar-custom{
    background-color: #0D121C;
}
.navbar-title-custom{
    width: 160px;
}
.navbar-title-custom:hover{
    color: beige;
}
.offcanvas-custom{
    background-color: #0D121C;
    border: none;
    outline: none;
}
.offcanvas-title-custom{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: bold;
    color: white;
}
.navbar-nav-custom{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
    font-size: 1.1rem;
}
.nav-link{
    position: relative;
}
.nav-link:hover,.nav-link.active{
    color: white;
}
@media (min-width:768px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        margin-top: 5%;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        width: 100%;
        height: 2px;
        background-color: white;
        transition: transform 0.3s ease-in-out;
    }
    
    .nav-link:hover::before {
        transform: translateX(-50%) scaleX(1);
    }
    .nav-link.active::before{
        transform: translateX(-50%) scaleX(1);
    }
}

.navbar-toggler{
    border: none;
    outline: none;
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: none;
}

.line {
    height: 2px;
    width: 100%;
    background-color: #854348;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

/* nav sonu */


/* ilk content */
.content{
    height: 700px;
    background-color: #0D121C;
    padding-top: 100px;
}
.content2{
    height: 550px;
    background-color: #0D121C;
}
.content3{
    height: 600px;
    background-color: #0D121C;
}
.content4{
    height: 1000px;
    background-color: #0D121C;
    transition: all 1.5s;
}
.first-header-content{
    color: #FB7373;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
}
.second-header-content{
    color: #FFFFFF;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
}
.header-content{
    color: #FFFFFF;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    text-wrap: nowrap;
    font-size: 23px;
}

.double-header-content{
    font-size: 48px;
}



.container2-title{
    color: #FFFFFF;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 130px;
}

.details-title{
    color: #FFFFFF;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: bold;
    font-size: 30px;
    text-wrap: nowrap;
}
.details-text{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 23px;
    color: white;
    text-wrap: nowrap;
    margin-left: 5px;
}




/* slider header */

.teams-title-1{
    color: #800000;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
}
.teams-title-2{
    color: #ffff;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 45px;
    text-wrap: nowrap;
    
}

.teams-header-content{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 23px;
    color: white;
    
    
}



/* slider content */

.img-area{
    margin-top: 15px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    overflow: hidden;

}
.img-area img{
    width: 100%;
}
.content-slider{
    background-color: #181E2C;
    text-align: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 100%;
   
}
.content-slider h2 {
    color: #ffff;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5lh;
    font-size: 1.9rem;
}
.content-slider p {
    color: #ffff;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.owl-item{
    height: 350px;
} 
.content-area {
    position: relative; /* .socials öğesinin pozisyonunu absolute olarak ayarlayabilmek için relative */
    height: 100%; /* .content-area'nın tam yüksekliğini belirleyin */
  }
  
  .socials {
    position: absolute;
    bottom: 0; /* .socials öğesini en alta yapıştır */
    width: 100%; /* Genişliğini tam yapın */
  }
  .owl-carousel{
    margin-top: 100px;
  }



/* FAQ TİTLE*/
  
.faq-header-title {
    color: #FFFFFF;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: bold;
    font-size: 45px;
    margin-top: 50px;
    text-align: center;
}
.faq-header-content{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 23px;
    color: white;
    text-align: center;
}

/* FAQ CONTENT */
 .wrapper:first-child{
    margin-top: 90px;
 }
.wrapper {
    
    background-color: #181E2C;
    margin-bottom: 20px;
    padding: 10px 40px;
    border-radius: 5px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.toggle,
.contentfaq {
    font-family: "Inter", serif;
}
.toggle {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #b0b0b0;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
}
.contentfaq {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: all 1s;
    color: white;
}

.content5{
    height: 200px;
    background-color: #0A0E17;
    position: relative;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}
.footer-img{
    background-color: #0A0E17;
    width: 130px;
    margin-top: 30px;
}
.footer-left-content{
    margin-top: 15px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: white;
    text-align: start;
}
.footer-left-content p{
    margin-bottom: 0px;
}
.footer-email{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: white;
    text-align: start;
}
.social-media-text{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: white;
}
.social-media a{
    text-decoration: none;
}
.footer-end{
    text-align: center;
    text-decoration: underline;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-bottom: 10px;
}


  @media (max-width: 399.98px){
    .double-header-content{
        font-size: clamp(15px, 5.9vw, 24px);
    }
    .header-content{
        font-size: clamp(4px, 3.5vw, 13px);
        width: 100%;
        margin-bottom: 0;
    }
    .container2-title{
        font-size: clamp(10px, 4.4vw, 35px);
    }
    .content{
        height: 350px;
    }
    .content3{
        height: 550px;
    }
    .container2-title{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .teams-title-1{
        font-size: clamp(20px, 6.4vw, 45px);
    }
    .teams-title-2{
        font-size: clamp(20px, 6.4vw, 45px);
    }
    .teams-header-content{
        font-size: clamp(13px, 3.7vw, 22px);
    }
    .container2-title{
        margin-top: 0px;
        margin-bottom: 20px;
    }
.details-body{
    margin-bottom: 0px;
}

.content2{
    height: clamp(410px, 118vw, 600px); /* Min: 200px, Max: 600px */
/* height: auto; */
}

.details-body{
    margin-bottom: 30px;
}
.details-title{
    text-wrap: wrap;
    text-align: center;
    font-size: clamp(14px, 4.7vw, 30px);
}
.details-text{
    text-wrap: wrap;
    text-align: center;
    margin-left: 0px;
    font-size: clamp(10px, 3.8vw, 23px);
}
.details-title svg{
    width: 25px;
    height: 25px;
}
.content4{
    transition: all 1.5s;
    height: 720px;
    overflow: hidden;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.faq-header-title{
    font-size: clamp(20px, 6.4vw, 45px);
}
.faq-header-content{
    font-size: clamp(13px, 3.7vw, 22px);
}
.wrapper:first-child{
    margin-top: 40px;
}
.wrapper {
    
    padding: 0px 20px;
    
}
.toggle{
    font-size: clamp(10px, 3.14vw, 16px);
}
.contentfaq {
    position: relative;
    font-size: 12px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: all 1s;
    color: white;
}
.owl-carousel{
margin-top: 50px;
}

.content5{
    height: clamp(200px, 55vw, 240px);
    background-color: #0A0E17;
    position: relative;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}
.social-media{
    text-align: center;
}
.footer-end{
    text-wrap: nowrap;
}
.footer-left{
    margin-bottom: 10px;
}

.footer-end{
    margin-bottom: 10px;
    font-size: clamp(13px, 3.8vw, 18px);
}
.footer-img{
    background-color: #0A0E17;
    width: 100px;
    margin-top: 30px;
}
.footer-left-content{
    margin-top: 15px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(13px, 3.8vw, 18px);
    color: white;
    text-align: start;
}
.footer-left-content p{
    margin-bottom: 0px;
}
.footer-email{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(13px, 3.8vw, 18px);
    color: white;
    text-align: start;
}
.social-media-text{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 3.8vw, 20px);
    color: white;
}
.social-media svg{
    width: clamp(20px, 5.9vw, 30px);
}
.navbar-title-custom{
    width: 130px;
}

  }
@media (min-width: 400px) and (max-width: 575.98px) {
    .double-header-content{
        font-size: clamp(24px, 6vw, 48px);
    }
    .header-content{
        font-size: clamp(14px, 3vw, 23px);
        width: 100%;
    }
    .navbar-title-custom{
        width: 140px;
    }
    .width-deneme{
        width: 100%;
    }
    .width-deneme-2{
        
        width: 100%;
    }

    .content{
        height: 400px;
    }
    .teams-title-1{
        font-size: clamp(27px, 6.4vw, 45px);
    }
    .teams-title-2{
        font-size: clamp(27px, 6.4vw, 45px);
    }
    .teams-header-content{
        font-size: clamp(15px, 3.1vw, 22px);
    }
    .faq-header-title{
        font-size: clamp(27px, 6.4vw, 45px);
    }
    .faq-header-content{
        font-size: clamp(15px, 3.1vw, 22px);
    }



.container2-title{
    font-size: clamp(18px, 4.5vw, 35px);
    margin-top: 0px;
    margin-bottom: 30px;
}
.content2{
    height: clamp(490px, 108vw, 560px); /* Min: 200px, Max: 600px */
/* height: auto; */
}
.content3{
    height: 550px;
}
.details-body{
    margin-bottom: 30px;
}
.details-title{
    text-wrap: wrap;
    text-align: center;
    font-size: clamp(15px, 4.7vw, 30px);
}
.details-text{
    text-wrap: wrap;
    text-align: center;
    margin-left: 0px;
    font-size: clamp(13px, 3.8vw, 20px);
}
.details-title svg{
    width: 35px;
    height: 35px;
}
.wrapper {
    
    padding: 10px 20px;
    
}
.toggle{
    font-size: clamp(12px, 3.4vw, 16px);
}
.owl-carousel{
    margin-top: 50px;
}
.content5{
    height: clamp(200px, 55vw, 240px )!important;
    background-color: #0A0E17;
    position: relative;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}
.social-media{
    text-align: center;
}
.footer-end{
    text-wrap: nowrap;
}
.footer-left{
    margin-bottom: 10px;
}

.footer-end{
    margin-bottom: 10px;
    font-size: clamp(13px, 3.8vw, 18px);
}
.footer-img{
    background-color: #0A0E17;
    width: 100px;
    margin-top: 30px;
}
.footer-left-content{
    margin-top: 15px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(13px, 3.8vw, 18px);
    color: white;
    text-align: start;
}
.footer-left-content p{
    margin-bottom: 0px;
}
.footer-email{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(13px, 3.8vw, 18px);
    color: white;
    text-align: start;
}
.social-media-text{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 3.8vw, 20px);
    color: white;
}
.social-media svg{
    width: clamp(20px, 5.9vw, 30px);
}
.content4{
    transition: all 1.5s;
    height: 900px;
    overflow: hidden;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
  }
  
  /* Small (≥576px) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    .double-header-content{
        font-size: clamp(30px, 6vw, 48px);
    }
    .header-content{
        font-size: clamp(15px, 3vw, 23px);
        
    }
    .container2-title{
        font-size: clamp(27px, 4.5vw, 35px);
        margin-top: 0px;
        margin-bottom: 40px;
    }
   
    .content{
        height: 500px;
    }
    .content2{
        height: clamp(570px, 95vw, 650px); /* Min: 200px, Max: 600px */
    /* height: auto; */
    }
.content3{
    height: 700px;
}
    .details-body{
        margin-bottom: 30px;
    }
    .details-title{
        text-wrap: wrap;
        text-align: center;
        font-size: clamp(23px, 4.5vw, 30px);
    }
    .details-text{
        text-wrap: wrap;
        text-align: center;
        margin-left: 0px;
        font-size: clamp(18px, 3.5vw, 23px);
    }
    .teams-title-1{
        font-size: clamp(33px, 6.3vw, 45px);
    }
    .teams-title-2{
        font-size: clamp(33px, 6.3vw, 45px);
    }
    .teams-header-content{
        font-size: clamp(18px, 3vw, 22px);
    }
    .teams-title{
        margin-top: 50px;
    }


.faq-header-title{
    font-size: clamp(33px, 6.3vw, 45px);
}
.faq-header-content{
    font-size: clamp(18px, 3vw, 22px);
}
.content5{
    height: 300px;
    background-color: #0A0E17;
    position: relative;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
}
.social-media{
    text-align: center;
}
.footer-left{
    margin-bottom: 15px;
}
.footer-end{
    margin-bottom: 10px;
}
.content5{
    height: 260px;
}
  }

  
  /* Medium (≥768px) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .teams-title-1{
        font-size: clamp(30px, 5vw, 48px);
    }
    .teams-title-2{
        font-size: clamp(30px, 5vw, 48px);
    }
    .teams-header-content{
        font-size: clamp(10px, 2.5vw, 23px);
    }
    .teams-title{
        margin-left: 5px;
    }
    .container2-title{
        margin-top: 0px;
        margin-bottom: 110px;
        color: #FFFFFF;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: bold;
        font-size: clamp(35px, 2.5vw, 38px);
    }
    .content2{
        height: 450px;
    }
    .content{
        height: 550px;
    }
   
    .owl-item .active{
        margin-right: 100px;
    }
    .details-title{
        font-size: clamp(20px, 2.8vw, 30px);
    }
    .details-text{
        font-size: clamp(12px, 2.1vw, 23px);
        margin-left: 0px;
    }
  }
  
  /* Large (≥992px) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .width-deneme{
        width: 35%;
    }
    .content-2-col-custom{
        margin-left: 2%;
        padding-left: 0;
    }
    .width-deneme-2{
        width: 25%;
    }
    .container2-title{
        margin-top: 0px;
        margin-bottom: 120px;
    }
    .content2{
        height: 500px;
    }
    .content{
        height: 600px;
    }
    .details-title{
        font-size: clamp(27px, 2.8vw, 30px);
    }
    .details-text{
        font-size: clamp(20px, 2vw, 23px);
        margin-left: 0px;
    }
   
  }
  
  /* Extra large (≥1200px) */
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    
    .width-deneme-2{
        width: 25%;
    }
    .container2-title{
        margin-top: 0px;
        margin-bottom: 130px;
    }
    .content2{
        height: 550px;
    }
    .content{
        height: 600px;
    }
    
  }
  
  /* Extra extra large (≥1400px) */
  @media (min-width: 1400px) and (max-width: 1700px) {
    .teams-header-content-1{
        display: block;
        text-wrap: nowrap;
    }
}
@media (min-width: 1700px) {
    .teams-header-content-1{
        display: block;
        text-wrap: nowrap;
    }
}
    /* @media (min-width: 1700px) and (max-width: 1999.98px) {

    }
    @media (min-width: 2000px) {
  
    }
   */