@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');
.loader-wrapper {
    --line-width: 5px;
    --curtain-color: #f1faee;
    --outer-line-color: #a8dadc;
    --middle-line-color: #f5f8db;
    --inner-line-color: #f5f8db;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
  }
  /* change */
  .font_size{
    font-size: 16px !important;
  }
  .margin_top_footer{
    margin-top: 10px;
  }
  /*  */
  .loader {
    display:block;
    position: relative;
    top:50%;
    left:50%;
  /*   transform: translate(-50%, -50%); */
    width:150px;
    height:150px;
    margin:-75px 0 0 -75px;
    border:var(--line-width) solid transparent;
    border-top-color: var(--outer-line-color);
    border-radius:100%;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    z-index:1001;
  }
  
  .loader:before {
    content:"";
    position: absolute;
    top:4px;
    left:4px;
    right:4px;
    bottom:4px;
    border:var(--line-width) solid transparent;
    border-top-color: var(--inner-line-color);
    border-radius:100%;
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
  }
  
  .loader:after {
    content:"";
    position: absolute;
    top:14px;
    left:14px;
    right:14px;
    bottom:14px;
    border:var(--line-width) solid transparent;
    border-top-color: var(--middle-line-color);
    border-radius:100%;
    -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0%   { 
      -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
            transform: rotate(0deg);
    }
    100% { 
      -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
            transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0%   { 
      -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
            transform: rotate(0deg);
    }
    100% { 
      -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
            transform: rotate(360deg);
    }
  }
  
  .loader-wrapper .loader-section {
    position:fixed;
    top:0;
    background:var(--curtain-color);
    width:51%;
    height:100%;
    z-index:1000;
  }
  
  .loader-wrapper .loader-section.section-left {
    left:0
  }
  .loader-wrapper .loader-section.section-right {
    right:0;
  }
  
  /* Loaded Styles */ 
  .loaded .loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
  }
  .loaded .loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
  }
  .loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .loaded .loader-wrapper {
    visibility: hidden;
    transform:translateY(-100%);
    transition: all .3s 1s ease-out;
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;


}
.bg_light{
    background-color: #fff;
}
.card a {
    text-decoration: none;
    background: #c8c6ff;
    padding: 3px 10px;
    border-radius: 4px;
    color: #000;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 5%);
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
}

.card-img,
.card-img-bottom,
.card-img-top {
    height: 260px;
    object-fit: cover;
}

body {
    background-color: #f5f8db;
    width: 100%;
    height: 100vh;
}

nav .navbar {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.home {
    background-color: #f5f8db;
}

.section_poemalar_home {
    padding-top: 80px;
}

.home_img {
    margin: auto;
    width: 100%;
    height: 455px;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: url(../img/sehriyar.png);
    /* filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25)); */
    border-radius: 8.57954px;
}

.padding_top {
    padding-top: 50px;
}

/* 
.home_div_img {
    margin-bottom: 8rem;
} */

.home .home_div .home_h1 {
    font-size: 3em;
}

/* .margin_top {
    margin-top: 140px !important;
} */

.home .home_div .home_p {
    margin-top: 30px !important;
    /* text-align: center; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #362F2F;
}

header .nav-link {
    font-size: 17.5px;
}

.img_read {
    background: url(../img/şehriyar_best_read.png);
    border-radius: 50px;
    width: 400px;
    height: 480px;

}

.text_img_line {
    width: 275px;
}


/* -------------------------------------------------about.html-------------------------------------------*/



.img_about {
    border-radius: 10px;
    display: block;
    margin: auto;
  
}

.about_section {
    padding-top: 110px !important;
    font-size: 12px;
}

.strong_about {
   margin-top: 20px;
    overflow: auto;
    font-size: 11px !important;
}

.strong_about::-webkit-scrollbar {
    width: 1px;
}

.strong_about::-webkit-scrollbar-track {
    background: #f5f8db;
}

.strong_about::-webkit-scrollbar-thumb {
    border: 3.5px solid #f5f8db;
    border-radius: 5px;
    background: #888;
}

/* custom scroll bar */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f5f8db;
}

::-webkit-scrollbar-thumb {
    border: 3.5px solid #f5f8db;
    border-radius: 5px;
    background: #d1c6c6;
}

/* sticky navbar */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: all 0.3s ease;
}

nav.sticky {
    transition: 0.5s ease !important;
    padding: 8px 20px !important;
}

/* book_section */
/* .book_section{
    margin-top: 100px;
} */
/* Poemalar */

/* arxiv */
.img-size {
    height: 300px;
    width: 100%;
    object-fit: contain;

}

.img_size {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

/* contact */
.section_contact {
    padding-top: 150px;
}

.bg_contact {
    background: #f5f8db;
    padding: 30px;
    border-radius: 10px;
}

/* Responsiv hisse */
@media only screen and (max-width: 768px) {


    .home .home_div .home_h1 {
        font-size: 2em;
    }

    .home .home_div .home_p {

        font-size: 12px;


    }

    .footer_alt {

        font-size: 10px;
    }
}

@media only screen and (max-width: 500px) {
  /* change */
  .font_size{
    font-size: 14px !important;
  }
  .margin_top_footer{
    margin-top: 10px;
  }
  .margin_bottom_center{
    margin-top: 40px !important;
    margin: auto;
  }
  /*  */

    .home .home_div .home_h1 {
        font-size: 1.6em;
    }

    .home .home_div .home_p {

        font-size: 10px;


    }

    .padding_top {
        padding-top: 150px;
    }

    .footer_alt {

        font-size: 10px;
    }

}

/*  */
html {
    scroll-behavior: smooth;
}

.scroll-top {
    height: 60px;
    width: 60px;
    background-color: white;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.336);
    /* hover effect default */
    transform: scale(0.9);
    transition: 0.3s ease-in-out transform;
    /* for centering the icon */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.scroll-top svg {
    width: 50%;
    color: black;
    pointer-events: none;
}

.scroll-top:hover {
    transform: scale(1);
}
/* 
 */
 .searchmodal{
cursor: pointer;z-index: 100;

 }
/* Add code */
.dropdown_item{
    border-radius: 5px;
    font-size: 12px;
   }
   /* imza picture */
