html,body{
    /* overflow-x: hidden; */
    overflow-x: hidden;
}
.navbar-class{
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);


    margin-bottom: 0;
    position: relative;
    padding: 3cap 0;
    top: 0;
    border-width: 0 0 1px;
    border-radius: 0;
    right: 0;
    left: 0;
    min-height: 50px;
}

.navbar-class ul{
    width: 100%;
    list-style: none;
    align-items: center;
}
.navbar-class li{

}
.navbar-class a{
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
    letter-spacing: 2px;
}
.navbar-class a:hover{
    
}
.navbar-class li:first-child{
    margin-right: auto;
}
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.5); 
    /* background-color: white; */
    -webkit-backdrop-filter: blur(1.5em);
    backdrop-filter: blur(1.5em);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: flex; /* Keep it flex but control visibility with opacity */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    
    opacity: 0; /* Initially hidden */
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s; /* Fade out delay */
}

.sidebar.show {
    opacity: 1; /* Fully visible */
    visibility: visible; /* Make it visible */
    transition: opacity 0.5s ease; /* Fade in instantly */
}

.menu-button{
    display: none;
    position: absolute;
    top: 36%;
    left: 5%;
    z-index: 1000;
    box-sizing: unset;
}
.sidebar li{
    width: 100%;
}
.sidebar a{
    width: 100%;
}

.container-navbar{
    width: 80vw;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: flex;
    font-size: 16px;
    font-weight: 300;

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    content: " ";
}

.logo-right{
    display: flex;
    flex-direction: row;
    float: right !important;
}

.logo a {
    margin: 0 auto;
    display: inline-block;
    background: linear-gradient(0deg, rgb(255, 4, 4) 45%, black 35%);
    background-clip: text;
    color: transparent;
    font-family: "Cinzel Decorative", serif;
    font-size: 24px;
    transition: transform 0.5s, background-size 0.5s, background-position 0.5s;
    background-size: 100% 100%;
    background-position: 0 0;
}
.logo a:hover {
    transform: scale(1.1);
    background-size: 100% 200%; /* Makes the gradient cover more of the area */
    background-position: 0 100%; /* Adjusts the position for smooth transition */
}
.logo{
    list-style-type: none;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;


    
}
.logo li img{
    transition: transform 0.5s, background-size 0.5s, background-position 0.5s;
}
.logo li img:hover{
    transform: scale(1.1);
    background-size: 100% 200%; /* Makes the gradient cover more of the area */
    background-position: 0 100%; /* Adjusts the position for smooth transition */
}

@media(max-width: 1024px){
    .hideonMobile{
        display: none;
    }
    .sidebar{
        width: 100%;
    }
    .logo{
        display: contents;
        float: none;
    }
    .navigation-ul{
        display: flex;
        justify-content: center;
    }
}
.menu-button{
    width: 44px;
    height: 22px;
}
.menu-button input{
    width: 100%;
    height: 100%;
}

.custom-menu-checkbox {
    --s: 22px; /* control the size */
    --c: black; /* the color */
    
    height: var(--s);
    aspect-ratio: 1;
    border: none;
    padding: 0;
    border-inline: calc(var(--s)/2) solid #0000; 
    box-sizing: content-box;
    --_g1: linear-gradient(var(--c) 20%,#0000 0 80%,var(--c) 0) 
           no-repeat content-box border-box;
    --_g2: radial-gradient(circle closest-side at 50% 12.5%,var(--c) 95%,#0000) 
           repeat-y content-box border-box;
    background: 
      var(--_g2) left  var(--_p,0px) top,
      var(--_g1) left  calc(var(--s)/10 + var(--_p,0px)) top,
      var(--_g2) right var(--_p,0px) top,
      var(--_g1) right calc(var(--s)/10 + var(--_p,0px)) top;
    background-size: 
      20% 80%,
      42% 100%;
    position: relative;
    clip-path: inset(0 25%);
    -webkit-mask: linear-gradient(90deg,#0000,#000 25% 75%,#0000);
    cursor: pointer;
    transition: 
      background-position .3s var(--_s,.3s), 
      clip-path 0s var(--_s,.6s);
    /* -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; */
  }
  .custom-menu-checkbox{
    border-bottom-color :rgb(34, 34, 34);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-inline-end-color: rgba(0, 0, 0, 0);
border-inline-end-style: solid;
border-inline-end-width: 11px;
border-inline-start-color: rgba(0, 0, 0, 0);
border-inline-start-style: solid;
border-inline-start-width: 11px;
border-left-color: rgba(0, 0, 0, 0);
border-left-style: solid;
border-left-width: 11px;
border-right-color: rgba(0, 0, 0, 0);
border-right-style: solid;
border-right-width: 11px;
border-top-color: rgb(34, 34, 34);
border-top-style: none;
border-top-width: 0px;
box-shadow: none;
box-sizing: content-box;
  }
  .custom-menu-checkbox:before,
  .custom-menu-checkbox:after {
    content:"";
    position: absolute;
    border-radius: var(--s);
    inset: 40% 0;
    background: var(--c);
    transition: transform .3s calc(.3s - var(--_s,.3s));
  }
  
  .custom-menu-checkbox:checked {
    clip-path: inset(0);
    --_p: calc(-1*var(--s));
    --_s: 0s;
  }
  .custom-menu-checkbox:checked:before {
    transform: rotate(45deg);
  }
  .custom-menu-checkbox:checked:after {
    transform: rotate(-45deg);
  }
  .custom-menu-checkbox:focus-visible {
    clip-path: none;
    -webkit-mask: none;
    border: none;
    outline: 2px solid var(--c);
    outline-offset: 5px;
  }


.sidebar-logo{
    position: absolute;
    right: 10%;
    top: 5.6%;
    width: fit-content;
}
.sidebar-content-class span h1{
    margin: 0px;
}
.sidebar-logo a{
    margin: 0 auto;
    display: inline-block;
    background: linear-gradient(0deg, rgb(255, 4, 4) 45%, black 35%);
    background-clip: text;
    color: transparent;
    font-family: "Cinzel Decorative", serif;
    font-size: 24px;
    transition: transform 0.5s, background-size 0.5s, background-position 0.5s;
    background-size: 100% 100%;
    background-position: 0 0;
}
.sidebar-logo a:hover{
    transform: scale(1.1);
    background-size: 100% 200%; /* Makes the gradient cover more of the area */
    background-position: 0 100%; /* Adjusts the position for smooth transition */
}



/* prevent scroll sidebar*/

.sidebar{
    touch-action: pan-x;
    padding-inline-start: 0px;
}
.sidebar-content-class{
    margin-top: 126px;
    height: calc(100vh - 126px);
    display: flex;
    /* display: grid; */
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.sidebar-content-class span h1{
    font-size: clamp(1.2em, 3vw, 2em);
    color: black;
    text-align: center;
    font-family: "Cinzel Decorative", serif;

    opacity: 0; /* Initially hidden */
    visibility: hidden;  
    /* transition: opacity 0.5s ease, visibility 0s linear 0.5s;  */
}
.sidebar-content-class span p{
    opacity: 0; /* Initially hidden */
    visibility: hidden;  
    /* transition: opacity 0.5s ease, visibility 0s linear 0.5s;  */
}
.sidebar-content-class.animate span p{
    opacity: 0; /* Fully visible */
    visibility: visible; /* Make it visible */
    /* transition: opacity 3.0s ease;  */
    transform: translateX(20px); /* Start slightly lower */
    animation: fadeInUp 1.5s ease forwards; /* Define the animation duration */
}
.sidebar-content-class.animate span p {
    animation-delay: 0.70s;
}




.sidebar-content-class.animate span h1{
    opacity: 0; /* Fully visible */
    visibility: visible; /* Make it visible */
    /* transition: opacity 3.0s ease;  */
    transform: translateX(20px); /* Start slightly lower */
    animation: fadeInUp 1.5s ease forwards; /* Define the animation duration */
}

.sidebar-content-class span:nth-child(1) h1 {
    animation-delay: 0.1s;
}

.sidebar-content-class span:nth-child(2) h1 {
    animation-delay: 0.3s;
    /* background: linear-gradient(0deg, rgb(255, 4, 4) 45%, black 35%);
    background-clip: text;
    color: transparent;
    transition: transform 0.5s, background-size 0.5s, background-position 0.5s;
    background-size: 100% 100%;
    background-position: 0 0; */
}
.sidebar-content-class span:nth-child(2) h1:hover{
    transform: scale(1.1);
    /* background-size: 100% 200%; 
    background-position: 0 100%;  */
}

.sidebar-content-class span:nth-child(3) h1 {
    animation-delay: 0.5s;
}

.sidebar-content-class span:nth-child(4) h1 {
    animation-delay: 0.7s;
}

.sidebar-content-class span:nth-child(5) h1 {
    animation-delay: 0.9s;
    /* background: linear-gradient(0deg, rgb(215, 209, 25) 45%, black 35%);
    background-clip: text;
    color: transparent;
    transition: transform 0.5s, background-size 0.5s, background-position 0.5s;
    background-size: 100% 100%;
    background-position: 0 0; */
}
.sidebar-content-class span:nth-child(5) h1:hover{
    transform: scale(1.1);
    background-size: 100% 200%; /* Makes the gradient cover more of the area */
    background-position: 0 100%; /* Adjusts the position for smooth transition */
}


.sidebar-content-class span:nth-child(6) h1 {
    animation-delay: 1.1s;
}

.sidebar-content-class span:nth-child(7) h1 {
    animation-delay: 1.3s;
}

.sidebar-content-class span:nth-child(8) h1 {
    animation-delay: 0.5s;
}
.sidebar-content-class span:nth-child(9) h1 {
    animation-delay: 0.7s;
}
.sidebar-content-class span:nth-child(10) h1 {
    animation-delay: 1.1s;
}
.sidebar-content-class span:nth-child(11) h1 {
    animation-delay: 0.9s;
}
.sidebar-content-class span:nth-child(8) h1 {
    animation-delay: 0.7s;
    background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background-clip: text;
    color: transparent;
    transition: transform 0.5s, background-size 0.5s, background-position 0.5s;
    background-size: 100% 100%;
    background-position: 0 0;
}
.sidebar-content-class span:nth-child(8) h1:hover{
    transform: scale(1.1);
    background-size: 100% 200%; /* Makes the gradient cover more of the area */
    background-position: 0 100%; /* Adjusts the position for smooth transition */
}




.instagram-link-onsidebar{
    padding-left: 3px;
    margin-top: 14px;
}

/* .sidebar-content-class span a{
    margin: 0 auto;
    display: inline-block;
    background: linear-gradient(0deg, rgb(255, 4, 4) 45%, black 35%);
    background-clip: text;
    color: transparent;
    font-family: "Cinzel Decorative", serif;
    font-size: 24px;
    transition: transform 0.5s, background-size 0.5s, background-position 0.5s;
    background-size: 100% 100%;
    background-position: 0 0;
}
.sidebar-content-class span a:hover{
    transform: scale(1.1);
    background-size: 100% 200%;
    background-position: 0 100%;
} */

.sidebar-content-class span a{
    color: black;
    display: inline-block;
}
.sidebar-content-class span a h1{
    display: inline-block;
}



.logo-byzloey{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-self: center;
    transform: scale(1.5);
}
.logo-byzloey li{
    text-align: -webkit-center;
}
@media screen and (min-width: 1024px){
    .logo-byzloey li{
        margin-top: 3vh;
    }
}

/* .logo-byzloey li img{
    width: 100%;   
} i have no idea what was this do ?*/

.vjs-tech{
    /* width: 100%; */
  }
@media(max-width: 1024px){
    .logo-byzloey li{
        /* transform: scale(1.5); */
    }
    .logo-byzloey li img{
        /* width: 100%; */
        transform: scale(1.1);
    }
}
.logo-byzloey li video{
    height: auto; 
    display: block;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
.logo-byzloey li video::-webkit-media-controls {
    display: none !important;
    visibility: hidden !important;
  }

.container-navbar-new{
    width: 80vw;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    content: " ";
}
.logo-bottom{
    display: flex;
    justify-content: space-evenly;
    z-index: 1000;
}
.logo-bottom span h1{
    font-size: 16px;
    font-family: "Cinzel Decorative", serif;
    transition: color .3s ease;
    cursor: pointer;
}
.logo-bottom span h1 {
    color: black; /* Initial color */
    transition: color 0.15s ease; /* Smooth transition */
}

.logo-bottom span h1:hover {
    color: #be9b60; /* Desired hover color */
}

.logo-bottom span h1 a {
    color: black; /* Initial color */
    transition: color 0.15s ease; /* Smooth transition */
}

.logo-bottom span h1 a:hover {
    color: #be9b60; /* Desired hover color */
}



@media(max-width: 1024px){
    .hideonMobile{
        display: none;
    }
    .sidebar{
        width: 100%;
    }
    .menu-button{
        display: flex;
    }
    .logo{
        display: contents;
        float: none;
    }
    .navigation-ul{
        display: flex;
        justify-content: center;
    }
    .logo-byzloey{
        transform: scale(1);
    }
}

.kitaplar-dropdown{
    width: -webkit-fill-available;
    background-color: white;
    position: absolute;
    z-index: 10000;
    left: -50px;
    /* right: -50px; */

    opacity: 0; /* Initially hidden */
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s; /* Fade out delay */
}
/* .kitaplar-dropdown.show{
    opacity: 1; 
    visibility: visible; 
    transition: opacity 0.2s ease; 
} */

.kitaplar-dropdown span{
    padding: 2px;
    text-align: center;
}


.kitaplar-container{
    cursor: pointer;
}
.kitaplar-content-class span h1 a{
    justify-content: center;
}

.kitaplar-content-class{
    opacity: 0; /* Initially hidden */
    visibility: hidden;  
    /* transition: opacity 0.5s ease, visibility 0s linear 0.5s;  */
}

.kitaplar-content-class.animate{
    opacity: 0; /* Fully visible */
    visibility: visible; /* Make it visible */
    /* transition: opacity 3.0s ease;  */
    transform: translateX(20px); /* Start slightly lower */
    animation: fadeInUp 1.5s ease forwards; /* Define the animation duration */
}

.kitaplar-content-class.animate h1{
    opacity: 0; /* Fully visible */
    visibility: visible; /* Make it visible */
    /* transition: opacity 3.0s ease;  */
    transform: translateX(20px); /* Start slightly lower */
    animation: fadeInUp 0.8s ease forwards; /* Define the animation duration */
}

.kitaplar-content-class span:nth-child(1) h1 {
    animation-delay: 0.05s;
}
.kitaplar-content-class span:nth-child(2) h1 {
    animation-delay: 0.15s;
}
.kitaplar-content-class span:nth-child(3) h1 {
    animation-delay: 0.25s;
}
.kitaplar-content-class span:nth-child(4) h1 {
    animation-delay: 0.35s;
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateX(20px); /* Starting position */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End position */
    }
}
/* update please github */


.logo-video::-webkit-media-controls {
    display: none !important;
    visibility: hidden !important;
  }
  
  .logo-video::-webkit-media-controls-enclosure {
    display: none !important;
  }
  
  .logo-video::-webkit-media-controls-panel {
    display: none !important;
  }
  .logo-video{
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    place-content: center;
  }


  @media screen and (max-width: 768px) {
    .navbar-class{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.icon-container {
    display: flex;
    align-items: center;
}

.icon-box {
    display: inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px;
    transition: transform 0.2s;
}

.icon-box i {
    font-size: 24px; /* Size of the Font Awesome icons */
    color: black;
}

.icon-box:hover {
    transform: scale(1.1); /* Slight zoom on hover */
}


.kitaplar-container {
    position: relative;
  }
  
  .kitaplar-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1000; /* Ensure it appears above other elements */
    margin-left: -3em;
    margin-right: -3em;
  }
  
  .kitaplar-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
  }
  .kitaplar-content-class{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 14px;
    height: 300px;
  }
  
  .kitaplar-content-class span {
    display: block;
    padding: 5px 10px;
  }
  
  .kitaplar-content-class span h1 {
    font-size: 16px;
    margin: 0;
  }
  
  .kitaplar-content-class span h1 a {
    color: black;
    text-decoration: none;
  }
  
  .kitaplar-content-class span:hover {
    /* background-color: #f0f0f0; */
  }
  
  .kitaplar-container h1 {
    cursor: pointer;
  }
  
  .kitaplar-container h1:hover {
    color: #be9b60;
  }
  
  /* Optional: Add a shadow or border to the dropdown */
  .kitaplar-dropdown {
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  }
  .my-video-anaekran-dimensions{
    width: 100%;
  }

  .social-icons-bottom {
    margin-top: auto; /* Pushes this element to the bottom */
    padding: 10px 0; /* Optional: Add some padding */
    width: 100%; /* Ensure it spans the full width */
    display: flex;
    justify-content: center; /* Center the icons horizontally */
    background-color: transparent; /* Transparent background */
}

.social-icons-container{
    margin-top: auto;
}

.menu-list{
    display: flex;
     flex-direction: column; 
     gap: 4vh; 
     margin-top: 12vh;
}

@media(max-width: 768px) and (max-height: 700px) {
    .menu-list {
        margin-top: 4vh;
    }
}
.icon-container {
    display: flex;
    align-items: center;
    justify-content: center; /* Center icons if needed */
    margin-bottom: 27%;
}

.icon-box {
    display: inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px;
    transition: transform 0.2s;
}

.icon-box i, .icon-box img {
    font-size: 24px; /* Size of the Font Awesome icons and images */
    color: black;
}

.icon-box:hover {
    transform: scale(1.1); /* Slight zoom on hover */
}
.sidebar-content-class span:not(:nth-child(3),:nth-child(6)):hover {
    transition: transform 0.2s;
    transform: scale(1.1);
}
#kitap-menu-drop h1 a:hover,#kitap-menu-drop2 h1 a:hover{
    transition: transform 0.2s;
    transform: scale(1.1);
    transition: color 0.2s ease;
    color: #bb942c;
}

.show{
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}
ul {
    margin-top: 0;
}
input[type="checkbox"]{
    -webkit-appearance: none;
}
input{
    margin: 0;
}
:root {
    color-scheme: light only;
}