body {
  background-color: rgba(255,253,253,0.96);
  font-family: 'Alata';
}

#banner {
  background-image: url("../../assets/img/bgg.jpg");
  background-size: cover;
}

.div-text {
  margin: 6%;
  padding: 15%;
}

.div-text h1 {
  font-size: 42px;
  font-weight: bold;
}

.searchuser:focus {
  width: 100%;
  background-color: #E30613;
}

.searchuser:hover {
  background-color: #E30613;
}

.searchuser {
  transition: .2s;
  width: 90%;
  text-align: center;
  border-radius: 10px;
  border-style: none;
  background-color: #ffffff;
  outline: none;
  color: #ecf0f1;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15spx;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#books {
  padding-top: 5%;
}

.img-border {
  /*border: 2px solid #8888;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 5px;
  margin: 10px;
}

.img-border:hover {
  transform: scale(0.9);
}

img {
  width: 100%;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.link-go a {
  font-size: 21px;
  color: #E30613;
  font-weight: bold;
  padding: 3px;
}

.link-go:hover {
  /*background-color: #E30613;*/
  transform: translateX(10px);
}

#authors {
  padding-top: 5%;
  padding-bottom: 5%;
}

#authors img {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.author-border {
  background-color: #bce8f3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 10px;
  margin: 5px;
}

.author-border img {
}

.author-border:hover {
  transform: scale(1.1);
}

/* contact page */

#contact-page {
  margin-top: 5%;
}

@media (max-width: 768px) {
  #contact-page {
    margin-top: 24%;
  }
}

#contact-page p {
  text-align: right;
  font-weight: bold;
  color: #414141;
}

.con-info i {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
}

#contact-page i:hover {
  animation: mymove 5s 1;
}

.con-info i {
  color: #E30613;
  font-size: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact-page .form-label {
  color: #414141;
}

#contact-page span {
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: #333333;
}

#contact-page .con-info {
  padding: 10px;
  border: 1px solid #e8e8e833;
  box-shadow: 0 4px 6px rgba(0,0,0,0.07);
}

#contact-page .con-info:hover {
  transform: translateY(-10px);
}

#contact-page .btn {
  cursor: pointer;
  width: 100%;
  border: none;
  color: #fcfcfc;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 21px;
  background: #E30613;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

#contact-page .btn:hover {
  background: #D32F2F;
  outline: none;
  border: none;
  color: #ffffff;
  transform: scale(1.1);
}

.btn:hover .send-go {
  animation: sending 1s linear 1s forwards;
}

@keyframes sending {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translate(40px, -60px);
    opacity: -2;
  }
}

/* about */

#about {
  /*margin-top: 5%;*/
}

@media (max-width: 768px) {
  #about {
    /*margin-top: 20%;*/
  }
}

#about {
  padding-top: 5%;
  margin-bottom: 5%;
}

#about h2 {
  text-align: right;
  padding: 10% 10% 0% 10%;
  font-weight: bolder;
}

#about p {
  text-align: right;
  width: auto;
  padding: 2% 10% 0% 10%;
  text-align: justify;
}

#footer {
  /*background-color: #404040;*/
/*  background-image: linear-gradient(to bottom, rgb(188,232,243), rgb(38,133,191));*/
background-image: linear-gradient(to bottom, rgb(227, 6, 19), rgb(255, 253, 253));
  font-size: 18px;
  color: #241d1d;
}
  font-size: 18px;
  color: #333333;
}

.social-icon a {
  background-color: #E30613;
  padding: 6px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}

.social-icon a:hover {
  background-color: #206fa0;
}

#yazar {
  margin-top: -9%;
  height: auto ;
}

.bg-yazar {
  background-color: #93d7f2;
  background-image: url("../../assets/img/bgg.jpg");
}

#kitap-detay {
  padding-top: 5%;
}

#kitap-detay p {
  text-align: right;
  width: auto;
  padding: 4%;
  text-align: justify;
  line-height: 30px;
}

#kitap-detay h2 {
  text-align: right;
  width: auto;
  padding-right: 4%;
  background-color: #E30613;
  padding-bottom: 15px;
  color: #ffffff;
  margin-top: 5px;
}

.col-left {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  height: auto;
  border-radius: 4px;
  margin-top: 5px;
}

.kategori a {
  color: #ffffff;
  background-color: #E30613;
  padding: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.kategori a:hover {
  color: #ffffff;
  background-color: #E30613;
  padding: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.kategori li {
  margin-top: 6%;
}

@media (max-width: 768px) {
  .kategori li {
    margin-top: 16%;
  }
}

