@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@600;700;800;900&family=Raleway&display=swap');


/*----------------------- Preloader -----------------------*/
/* body.preloader-site {
    overflow: hidden;
} */

.preloader-wrapper {
    height: 100%;
    width: 100%;
    /* background: radial-gradient( circle, rgba(59, 40, 64) 0%, rgba(4, 7, 19, 1) 100% ) !important; */
    background: #555555;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
     position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100%;
   z-index: 9999999999;
   /* background: radial-gradient( circle, rgba(59, 40, 64) 0%, rgba(4, 7, 19, 1) 100% ) !important; */
   background: #555555;
   background-position: center;
   overflow-x: overlay;
   /* overflow-y: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.mobileonly {display: none;}

input {
    -webkit-appearance: none;
}


html {
  scroll-behavior: smooth; font-size: 12px; font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5 {font-family: 'Martel', serif; margin-bottom: 20px !important;}

.txr {text-align: right !important;}
.txc {text-align: center !important;}

::-webkit-scrollbar {
  z-index: 999;
  width: 20px;
  margin: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 10px;
  background-clip: content-box;
  border: 6px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
  background-color: transparent;
  z-index: 9999999999;
}
/* Buttons */
::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  height: 0;
  width: 0;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0;
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 0;
  border-color: transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: transparent;
}


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {object-fit: contain;}


body {
  line-height: 1;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: overlay;
  /* background: #060814; */
}


p { line-height: 1.7;
margin-bottom: 10px !important;}


header {
    padding: 20px;
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: fixed;
    width: 1240px;
    max-width: 100vw;
    margin: -120px auto 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background:rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.2);
    box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.2);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border: 1px solid #ffffff3a;
    color: #030303;
  }

.mt {margin-top: 10px;}

.do {margin-top: -120px ;}
.stick {margin-top: 0px ;}

.wide {display: flex; align-items: center; width: 1240px; max-width: 100vw; margin: 0 auto; justify-content: space-between; }

.wide .hlogo { height: 55px;
    object-fit: contain;
    display: block;
}
.wide nav ul { display: flex; align-items: center; list-style: none;}
.wide nav ul li { margin-left: 20px ;}
.wide nav a { text-decoration: none; color: #030303; outline: none; transition: all .2s ease-in-out; font-weight: 700;}
.wide nav a:hover {  color: #820000; }

.sepetbtn {background: #e1143a; color: #fff; border-radius: 10px; outline: none; border: none; cursor: pointer; padding: 5px 10px; transition: all 0.4s ease;}
.sepettemizle {background: #6f6f6f; color: #fff; border-radius: 10px; outline: none; border: none; cursor: pointer; padding: 5px 10px; transition: all 0.4s ease;}
.sepetbtn:hover {background: #7e081e; }

.note {font-size: 12px;}

.scrolld {position: absolute; z-index: 9999999; bottom: 10vh; background: rgba(0, 0, 0, 0.6); padding: 10px; border-radius: 90px;}


section {
  padding: 90px 0 ;
  width: 100vw;
  min-height: 100vh;
  z-index: 29 !important;
  position: relative;
  /* background: url('../images/bg-2.png') fixed; */
  background: rgb(240, 240, 240);
  display: block;
}

h1 , h2 {border-bottom: 1px solid #b6b6b6; margin: 20px auto 20px auto !important; text-align: center; width: 100%; display: block !important;}
h1 {font-size: 35px; }
h2 {font-size: 30px; }

section .wide {padding: 0 40px 0 40px;}



section:last-of-type {
  z-index: 19 !important;
  box-shadow: 0 20px 60px 10px #000;
}



.box {    
  padding: 20px;
  margin: 0;
    border-radius: 6px;
    background:#ffffff;
    /* -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px); */
    -webkit-box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.2);
    box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.2);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border: 1px solid #ffffff3a;
      position: relative;
    }

a {text-decoration: none;}
.about {flex-direction: column; margin-top: 50px;}
.logoarea { width: 20%; height: 20%; margin: 0 auto;}
.logoarea img { width: 100%; object-fit: contain;}
.aboutarea { width: 70%; text-align: left; margin-top: 20px;}
.aboutarea .links { display: flex; width: 100%; }
a , a:visited { color: #555555;}
.aboutarea .links a { flex: 1 1 10px; text-align: center;  border: 1px solid rgb(233, 233, 233); padding: 7px; margin: 5px; border-radius: 6px; background: #fff;
box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.3), 0 12px 12px 0 rgba(58, 70, 92, 0.2); align-items: center; display: flex; flex-direction: column; justify-content: center; 
font-size: 14px; transition: all .6s ease;  }
.aboutarea .links a:hover { box-shadow: 0 4px 2px 0 rgba(58, 70, 92, 0.1), 0 2px 2px 0 rgba(58, 70, 92, 0.2);  }

.photoarea {height: 30vh; float: right; margin: 0 0 10px 10px;}
.photoarea img {height: 30vh; -webkit-filter: grayscale(1); filter: grayscale(1); transition: all 0.6s ease;}
.photoarea img:hover { -webkit-filter: grayscale(0); filter: grayscale(0);}

.bookarea { width: 48%; height: 370px;  display: flex; margin: 1%; perspective: 1000px; }
.bookarea .price { margin-top: 22px; background: #ca0e27; color: #fff; padding: 0 10px; border-radius: 12px; font-size: 21px; text-align: center;}
.bookarea .bimage{width:50%;margin-right:40px;display:flex;flex-direction:column;justify-content:space-between;transition:transform 0.4s ease;transform-style:preserve-3d;}
.bookarea:hover .bimage{transform:translateX(-10px) rotateY(8deg) scale(1.03);}
.bookarea .kdvdahil{font-size:12px;background:#e8e3e4;color:#332e2f;text-align:center;padding:3px;border-radius:10px;}
.bookarea .bimage img{box-shadow:5px 5px 15px -5px;border-radius:5px;}

.bookarea .binfo { width: 60%; display: flex; flex-direction: column; padding: 0;}
.bookarea .binfo h3 { margin: 0 !important;}
.bookarea .binfo .bookauthor { margin: 0 !important; padding-top: 20px; font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.bookarea .binfo .text { height: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 12px; margin: 5px 0;}

.bookarea .binfo .bbottom { width: 100%; display: flex; flex-direction: row; gap: 10px;}
.bookarea .binfo .bbottom .infobox { width: 100%; background: rgba(255, 255, 255, 0.1); padding: 5px;}
.bookarea .binfo .bbottom .infobox .header{  font-size: 11px; font-weight: 700;}

.atcbtn:active {background: #000 !important; transition: all 0.1s ease !important; transform: scale(1.1);}


.ayrac {border-radius: 10px; overflow: hidden; margin: 10px auto; max-width: 550px;}

/* .bookarea .btng {display: flex; width: 100%; margin: 10px 0 0px 0 ;  position: relative;} */
.bookarea .bookbtn{ display: block; background: #e1143a; font-size: 16px; font-weight: 700; border-radius: 6px; width: 100%; text-align: center; padding: 10px; margin: 10px 0 0px 0; border: 1px solid #ffffff3a; text-decoration: none; color: #fff; position: relative; box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.3), 0 12px 12px 0 rgba(58, 70, 92, 0.2); transition: all .6s ease;}
.bookarea .bookbtn:hover{ background: #64091a; box-shadow: 0 1px 1px 0 rgba(58, 70, 92, 0.1), 0 2px 2px 0 rgba(58, 70, 92, 0.2); }


#ModalBtn { cursor: pointer; }
body.modal-open {
    overflow: hidden;
}

.separator {height: 95px;}
.flexstart {align-items: flex-start;}
.gutter {gap: 20px;}
.wrap {flex-wrap: wrap;}

.modal {
  z-index: 99999999 !important;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow-y: scroll ; /* Enable scroll if needed */
  overflow-x: hidden;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal .modal-content {
  animation: animatebottom 0.9s;
  background-color: #fefefe;
  margin: 5% auto 3% auto; /* 15% from the top and centered */
  padding: 40px;
  border-radius: 20px;
  width: 60%; /* Could be more or less, depending on screen size */
  max-width: 1000px;
 box-shadow: 0 0 100px -10px #000;
}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

/* The Close Button */
.modal .closeterms {
  z-index: 99999;
    display: block;
    position: relative;
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: 300;
    }

.modal .closeterms:hover,
.modal .closeterms:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-header {display: flex;    justify-content: space-between;    align-items: center; margin-bottom: 30px; border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.modal .modal-header .btngroup {display: flex;    justify-content: flex-end;    align-items: center;}
.modal button.close {
  background: #e6e4e4; outline: none; border: none; padding: 10px; 
  width: 34px; height: 34px; display: flex; align-items: center; transition: all 0.4s ease;
  justify-content: center; border-radius: 10px; margin: 0 0 0 10px; line-height: 1;
}
.modal button.close:hover {opacity: 0.6;}

.modal-body .btn {cursor: pointer; border-radius: 5px;} 
.modal-body .btn.minus-item { border-radius: 5px 0 0 5px;} 
.modal-body .btn.plus-item { border-radius: 0 5px 5px 0;} 
.modal-body .btn:hover {opacity: 0.6;}

.modal-total {display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 10px; padding: 20px 10px; background: #eee;}


.modal .carttable {width: 100%;}
.modal .carttable th {text-align: left;}
.modal .carttable td {border-bottom: 1px solid #cacaca; padding: 10px 0;}
.modal .carttable td button {background: #cacaca; outline: none; border: none; padding: 2px 8px;}
.modal .carttable td .item-count { width: 60px;}


.modal .carttable td.bookname input, 
.modal .carttable td.bookprice input, 
.modal .carttable td.booktotprice input , #totalcart , #sipnumber {  border: none;  outline: none; background: transparent;}
.booktotprice input, td.bookprice input , #totalcart {text-align: right;}
#sipnumber {background: #e8c8c8; border-radius: 6px; color: #804747; font-size: 12px; padding: 4px;}

.sip-page {width: 100%;}
.sip-table {display: flex; flex-direction: row; align-items: stretch; justify-content: space-between; width: 500px; margin: 10px auto; background: #fff; border-radius: 10px; padding: 10px; 
  box-shadow: 0 2px 2px 0 rgba(58, 70, 92, 0.2); }
.sip-col {display: flex; flex-direction: column; width: 100%;}
.sip-line { border-bottom: 1px solid #bdbdbd; width: 100%; padding: 6px 0;}
.sip-right {text-align: right;}
.sip-bold { font-weight: 700; font-size: 12px; color: #222;}
.sip-total {font-weight: 700; font-size: 12px; color: #222;}
.sip-bignum {font-weight: 700; font-size: 24px; color: #222;}
.sip-showform { display: flex; width: 100%; flex-direction: column;}
.sip-form {display: flex; width: 100%; flex-direction: column;}
.sip-inputs {display: flex; width: 100%; justify-content: space-between; padding: 30px; font-size: 15px; background: #dedede; border-radius: 5px; align-items: baseline;}
.sip-inputs > div {padding: 5px;}
.sip-formline {padding: 10px;}
.sip-listheader {display: flex; justify-content: space-between;}
.note {padding: 10px;}

.modal .desc {padding: 10px 0; font-size: 0.7rem; line-height: 2; font-weight: 500; text-align: right;}
.modal a {color: crimson;}
.modal p {padding: 10px 0; font-size: 0.8rem; line-height: 2;}
.modal h3 {padding: 0; margin: 0 !important; font-size: 1.4rem; font-weight: 700;}

.modal .modal-content { width: unset;}

.modal-footer {display: flex; justify-content: flex-end; }
.modal .btn.sepetbtn {margin: 5px 0 5px auto;  }
.errormodal p , .errormodal ul li , .errormodal a {font-size: 0.9rem; margin-bottom: 4px; line-height: 1.4;}
.errormodal ul li {padding-left: 30px;}

#myModalon .btn_group button { 
  width: 200px !important; margin: 10px auto;
  background: #553d6a; width: 100%; justify-content: center; font-weight: 700; font-size: 1.6rem; margin-top: 10px;
  border: none;  color: white;  padding: 20px;  text-align: center;
  text-decoration: none;  display: flex;  font-size: 16px;  outline: none;  border-radius: 10px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  box-shadow: 0 64px 64px 0 rgba(58, 70, 92, 0.2),
    0 32px 32px 0 rgba(58, 70, 92, 0.2), 0 16px 16px 0 rgba(58, 70, 92, 0.2),
    0 8px 8px 0 rgba(58, 70, 92, 0.2), 0 4px 4px 0 rgba(58, 70, 92, 0.2),
    0 2px 2px 0 rgba(58, 70, 92, 0.2);
}
#myModalon .btn_group button:hover:enabled {
  color: #553d6a;
  background-color: #f7a833 !important;
  box-shadow: 0 64px 64px 0 rgba(243, 159, 103, 0.2), 
    0 32px 32px 0 rgba(243, 194, 103, 0.2),
    0 16px 16px 0 rgba(243, 210, 103, 0.2), 0 8px 8px 0 rgba(243, 182, 103, 0.2), 0 64px 64px -30px rgba(233, 97, 79, 0.9),
    0 4px 4px 0 rgba(243, 166, 103, 0.2), 0 2px 2px 0 rgba(243, 182, 103, 0.2);
}



footer {
  /* overflow: overlay; */
  /* width: 100vw; */
  height: 45vh;
  display: flex;
  position: relative;
  z-index: 1 !important;
  width: 100%;
  font-weight: 400;

}

footer .fixer {
  /* overflow: overlay; */
  color: #f1f1f1;
  background-color: #555555; 
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  /* display: flex; */
  position: fixed;
  padding: 80px 0;
  width: 100vw;
  height: 45vh;
  bottom: 0;
}

footer a,
footer a:visited,
footer a:focus {
  color: #f1f1f1;
  text-decoration: none;
  transition: all ease 0.2s;
  outline: none;
}
footer a:hover {
  color: #bcc1c7;
  margin-left: 3px;
}

footer .wide {
  max-width: 90%;
  width: 1000px;
  margin: 2vh auto;
      flex-direction: column;
}
footer .wide .links {
  margin-bottom: 3vh;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
footer .wide .links .general {  font-size: 1.5rem; width: 50%; padding: 0; margin: 0;}
footer .wide .links .general li{ margin: 12px 0; font-weight: 400;}
footer .wide .links .sm {
  font-size: 15px;
  width: 100%;
}
footer .wide .links li {
  padding-bottom: 7px;
  width: 100%;
  display: block;
}

footer .logo {
  height: 5vh;
    position: relative;
    justify-content: flex-start;
    padding: 0;
}

footer .logo img {  height: 100%; width: initial; }
footer .desc {  margin: 20px auto; font-size: 0.8rem; text-align: center; }

section .selldesc  { color: rgba(255, 255, 255, 0.3);  margin: 40px 0; font-size: 0.7rem; }

@media only screen and (max-width: 1441px) {
  header .wide {
    display: flex;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
}
}



@media (max-width: 768px) {

  h1 { font-size: 3.8em;}

   .row {margin: 20vh auto;}
   .hero { height: calc(100vh + 5px); }

  .split .col {
    width: 100%;
    min-height: 300px;
  }
  .split .col .inner {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  section { min-height: unset; padding: 0;  margin-top: -5px;}

  .bookarea {
    width: 100%;
    height: 320px;
}



  header .wide { width: 90%;}
  header .wide nav ul li {    margin-left: 15px;    width: min-content; }

img.hlogo  { max-height: 65px; object-fit: contain;  }
  


    footer a, footer a:visited, footer a:focus { text-shadow: 0 2px 4px #000000;}
  footer .fixer { background-size: contain;     background-position: bottom right; background-size: 80%;}
  footer .logo img { height: 3.5vh; }
  footer .logo { height: 6vh; padding: 0;  }

  .modal .modal-content { width: 80%; }

}

@media (max-width: 500px) {

  header {
    padding: 5px 20px;}


  .mobileonly {display: flex;}
  .hidemobile {display: none !important;}
    nav.main, nav.main ul, nav.main li { width: 90% !important; display: flex; justify-content: flex-end;}

  html {font-size: 12px; -webkit-text-size-adjust: none; touch-action: pan-y; /*prevent user scaling*/ }

  h1 + div {margin-top: 10vh !important;}
  h1 { font-size: 2.9em;}



  header .wide { width: 96%; justify-content: space-between;}
  header .wide .hlogo { height: 30px; }
  header .wide nav ul li { margin-left: 8px; width: min-content; font-size: 1.1rem;}
  
  section .wide {    flex-wrap: wrap;    width: 100vw;    padding: 10px;    margin: 0 auto;}
  section .wide .bookarea { width: 98%; }
  .modal .carttable td .item-count { width: 30px;}

  .aboutarea { width: 90%; }
  .aboutarea .links { flex-wrap: wrap;}
  .aboutarea .links a { flex: 1 auto; }

  .row {margin: 5vh auto;}

  h1 { font-size: 3.4em;}
  h2 { font-size: 1.7em; }


  .bookarea .binfo .text { height: 220px; font-size: 11px;}
  td.bookname {max-width: 12vw;}
  .modal .carttable td button { padding: 2px 4px; }
  .sepettemizle { padding: 0px 0px; }
  .sip-inputs { padding: 12px; font-size: 13px; border-radius: 5px; flex-direction: column;}
  .sip-formline { padding: 10px 0;}
  .sip-inputs > div { padding: 0px; width: 100%;}
  .sip-formline input {width: 100%;}
  .sip-table {    width: 100%;    margin: 6px auto;    border-radius: 10px;    padding: 6px;}
  .separator { height: 65px; }
  .mb {margin-bottom: 40px;}
  .mb1 {margin-bottom: 20px;}
  .note {padding: 5px;}

  
  .modal .modal-content { width: 95%; box-shadow: 0 0 100px -10px #000;}
  .modal .modal-content p { font-size: 1.3rem; line-height: 1.3;} 
  .modal .desc { font-size: 1rem; }
  .modal .modal-content { padding: 12px; border-radius: 10px;}
  .modal-dialog {margin-bottom: 50px;}

  footer a, footer a:visited, footer a:focus { text-shadow: 0 2px 4px #000000;}
  footer .fixer { background-size: contain; background-position: bottom; }
  footer .fixer { padding: 20px 0; }
  footer .logo img { height: 5.5vh; max-width: 90%; margin: 0 auto; }
  footer .logo { height: unset; width: 50%; padding: 0; background: transparent; }

  footer .wide { flex-direction: column; }

  footer .wide .links li { margin: 12px; } 
  footer .wide .links .sm {  display: flex;   font-size: 0.8rem;    width: 50%;    padding: 0;    justify-content: flex-end;    align-items: flex-start;    }

}

