@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root{
    --bg-color: linear-gradient(245.45deg, #4d9559 0%, #38703d 28.53%, #133917 75.52% );
    --snd-bg-color: #111;
    --text-color: #fff;
    --main-color: #fff8dd;
    
}



body{
    background: linear-gradient(245.45deg, #4d9559 0%, #38703d 28.53%, #0b200d 75.52% );
}

/* Yeni eklenen container'ı hizala */
header {
    padding-top: 11px; /* Azaltılmış padding */
    padding-bottom: 11px;
    background: rgba(0, 0, 0, 0.461);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 40px; /* Sabit yükseklik */
    display: flex;
    align-items: center;
    list-style: none;
}

header{
    text-align: center;
    align-items: center;
    justify-content: center;
}

header .container {
text-align: center;
justify-content: center;
align-items: center;
padding: auto;
}

.step1{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-right: 0px;
    font-size: 41px;
}

.step2-class .container {
    padding-top: 11px; /* Azaltılmış padding */
    padding-bottom: 11px;
    margin-top: 31px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.461);
    backdrop-filter: blur(8px);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 40px; /* Sabit yükseklik */
    display: flex;
    align-items: center;
    list-style: none;
    }

.step2{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-right:0px;
    font-size: 41px;
}


.sl{
    align-items: center;
    text-align: center;
    color: rgb(255, 253, 246);
    font-family: 'Poppins', sans-serif;
}

.sl h5{
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 20px;
    margin-top:120px;
    margin-bottom: 0px;
}

.sl h2{
    font-size: 61px;
    margin: 0;
}

.sl h3{
    font-size: 31px;
    margin-top: 0;
}

.vid {
    justify-content: center;
    align-items: center;
    text-align: center;
}

video{
    width: 31%;
    border-radius: 12px;
    border: 5px solid white;
    justify-content: center;
    align-items: center;
}

.butn{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav-butn{
    display: inline-block;
    padding: 7px 10px;
    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    margin-top: 31px;
}

.nav-butn:hover{
    background: var(--bg-color);
    color: var(--text-color);
    box-shadow: 0 0 10px var(--main-color);
}

.vid #video1{
    border-radius: 12px;
    width: 61%;
    height: auto;
    }

.space{
    width: 100%;
    height: 61px;
    color: #0b200d;
}

/* About Section  */

.about{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;

}

.about-img img{
    width: 50vw;
    border: 2px solid var(--text-color);
    border-radius: 12px;
}

.about-img img:hover {
    border: 2px solid var(--main-color);
}

/* .about-content .heading{
    text-align: center;
    font-size: 61px;
}

.about-content{
    padding: 0 3rem;
    font-family: 'Poppins', sans-serif;
    color: #fffdf3;
}

.about-content h2{
    text-align: left;
    line-height: 1.2;
    font-size: 31px;
}

.about-content p{
    font-size: 1.6rem;
    margin: 2rem 0 2rem;

} */

.footer{
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    background: var(--snd-bg-color);
    margin-top: 61px;
    font-family: 'Poppins', sans-serif;

}

.footer .social{
    text-align: center;
    padding-bottom: 3px;
    color: var(--main-color);
    transition: all 0.3 ease;

}

.footer .social a{
    font-size: 25px;
    color: var(--main-color);
    width: 42px; 
    height: 42px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.5 ease;
}

.footer .social a:hover{
    transform: scale(1.02) translateY(-3px);
}

.footer .copyright{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: var(--text-color);

}

/* Butonlar Css  */
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
  
  video {
    width: 100%;
    border-radius: 12px;
  }
  
  /* Ortadaki büyük oynat düğmesi */
  .center-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    background-color: rgba(255, 248, 221, 0.8);
    border-radius: 50%;
    padding: 12px 20px;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    z-index: 2;
  }
  
  /* Alt kontrol paneli */
  .controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    box-sizing: border-box;
  }
  
  .progress-bar {
    width: 100%;
    appearance: none;
    height: 5px;
    border-radius: 5px;
    background: #fff8dd;
    margin-bottom: 5px;
  }
  
  .bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .volume-wrapper {
    position: relative;
  }
  
  .volume-slider {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: none;
    width: 100px;
  }
  
  .volume-wrapper:hover .volume-slider {
    display: block;
  }
  
  /* Buton stilleri */
  button {
    background: rgba(255, 248, 221, 0.8);
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
  }
  
/* SLider CSS  */

.sl-container{
    padding: 2rem;
    margin-bottom: 0px;
    background-color: #2a2a2a;
}

.slider-wrapper{
    position: relative;
    max-width: 422px;
    margin: 0 auto;
    overflow: hidden;
}

.slider{
    display: flex;
    aspect-ratio: 1 / 1;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0%, 0%, 0%, 0.25);
    border-radius: 12px;
    width:422px ;
    height: 422px;
}

.slider img{
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;
}

.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

}

.slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.61;
    transition: opacity ease 250ms;
}

.slider-nav a:hover{
    opacity: 1;
}

.slider::-webkit-scrollbar {
    display: none; /* Chrome ve Safari için kaydırma çubuğunu gizler */
}

.slider {
    -ms-overflow-style: none; /* Internet Explorer ve Edge için */
    scrollbar-width: none; /* Firefox için */
}

.sl-container h2{
    color: #fffcf8;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    margin-bottom: 61px;
    font-size: 61px;
    justify-content: center;
    align-items: center;
}

.btn{
    display: inline-block;
    padding: 1rem 2.8rem;
    background: transparent;
    border: 3px solid var(--main-color);
    border-radius: 12px;
    box-shadow: none;
    font-size: 1.6rem;
    color: var(--text-color);
    letter-spacing: 0.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 31px;
    list-style: none;
    text-decoration: none;
}

.btn:hover{
    color: var(--text-color);
    box-shadow: 0 0 1.6rem var(--main-color);
    
}



@media (max-width: 1043px) {
    .sl h2{
        line-height: -100px;
        transition: .2s;
        font-size: 52px;
    }
}

@media (max-width: 893px){
    .sl h2{
        font-size: 52px;
        transition: .2s;
        line-height: 61px;
        margin: 31px 0px;

    }
}

@media (max-width: 562px){
    .sl h2{
        font-size: 46px;
        transition: .2s;
        line-height: 41px;
    }

    .vid #video1{
    border-radius: 12px;
    width: 61%;
    height: auto;
    }

}

@media (max-width: 500px){
    
    .sl h2{
        font-size: 40px;
        transition: .2s;
        line-height: 51px;
        margin: 21px 0px;

    }
}


@media (max-width: 436px){
    
    .sl h2{
        font-size: 35px;
        transition: .2s;
        line-height: 51px;
        margin: 11px 0px;

    }

   .container .step1{
        font-size: 31px;
    }

    .container .step2{
        font-size: 31px;
    }

}

@media (max-width:990px){
    .about-content h2{
        margin-top: 2rem;
        text-align: center;
        font-size: 5rem;

    }

}

@media (max-width:786px){
    .about{
        flex-direction: column;

    }
    .about-content{
        text-align: center;

    }

    .about-content h2{
        text-align: center;
    }


}

@media (max-width:617px){
    .about-img img{
        width: 310PX;
        margin-top: 4rem;
    }
}


/* THe Last Paragraph  */

.about-content{

    padding: 0 3rem;
    font-family: 'Poppins', sans-serif;
    color: #fffdf3;  
        
    }
        
    .about-content .heading{
            text-align: center;
            padding-bottom: 31px;
            font-size: 51px;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        }   
        
    .about-content .p{
            text-align: center;
            padding-left: 61px;
            line-height: 61px;
            line-height: 100px;
        }
    
    .but .buton{
        display: inline-block;
        color: #333;
        background: rgb(255, 238, 194);
        border: 2px solid transparent;
        padding: 12px 30px;
        line-height: 1.4;
        font-size: 20px;
        font-weight: 561;
        border-radius: 12px;
        text-transform: uppercase;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        transition: all .55s ease;
        text-align: center;
    
        }
    
        .but{
            background-color: #333;
            align-items: center;
            display: flex;
            justify-content: center;
            text-align: center;
            text-decoration: none;
        }
        .but .buton:hover{
            transform:scale(1.1);
        }
    
        .boya{
            height: 61px;
            width: 100%;
            background-color: #333;
        }
    
        @media (max-width: 490px){
            .p{
                text-align: left;
                font-size: 31px;
                padding-left: 31px;
                line-height: 61px;
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            }
    
            
          }
    
          @media (max-width: 832px){
            .p{
                text-align: left;
                font-size: 25px;
                padding-left: 11px;
                line-height: 51px;
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            }
    
            .heading{
                text-align: center;
                padding-bottom: 31px;
                font-size: 41px;
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            } 
          }
    