#blogDetailBanr {
  background-image: linear-gradient(var(--primary) 74%, #fff 2%);
}
main a{
  text-decoration: underline;
  color: var(--primary);

}
#detailcontents h2{
  margin-top: 35px;
  --FMultiplier:0.7;
  color: var(--primary);
}
#detailcontents h3{
  margin-top: 20px;
  --FMultiplier:0.6;
}

.bannImgblog img {
  width: 100%;
  border-radius: 2rem;
}
.bannImgblog {
  /* margin-bottom: -25%; */
  margin-top: 5rem;
}
.leftBlogbox {
  padding-right: 5rem;
}

.booksForm input:not(.btnStatic), .booksForm select{
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding: 1rem;
  background: transparent;
  color: #fff;
}

.booksForm select option{
  color: var(--primary);
}

.booksForm input:focus {
  outline: none;
  border-bottom: 2px solid var(--accent);
}
.booksForm #date,
#time {
  display: inline-block;
  width: 48%;
}
.booksRight {
  padding: 3rem 2rem;
  border-radius: 1rem;
}
.autorBox {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}
.autorBox img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .booksRight {
    margin-top: 5%;
  }
  main {
    --FMultiplier: 0.7;
  }
}

@media (max-width: 567px) {
  main {
    --FMultiplier: 0.5;
  }
  #detailcontents,#article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .leftBlogbox {
    padding-right: initial;
  }
  .booksRight {
    padding: 2rem 1.5rem;
  }
  #detailcontents .padT100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bannImgblog {
    margin-top: 3rem;
  }
}



#RightForm{

  transition: 0.5s;
}

#detailcontents{
  position: relative;
  
}
.fixedbottom{
  position:absolute;
  bottom: 5%;
  width: 20%;
  transition: 0.5s;
}

.sticky {
  position: fixed;
  top: 20%;
  width: 20%;
  transition: 0.5s;
}
@media (max-width: 1600px) {
  .sticky, .fixedbottom {
    width: 25%;
  }
}
@media (max-width: 1500px) {
  .sticky, .fixedbottom {
    width: 28%;
  }
}
/* @media (max-width: 991px) {
  .sticky, .fixedbottom{
    position: relative;
  width: fit-content;
top: 0;
  }
  
} */
