@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  
}
body {
  font-family: Roboto;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.loginbody {
  background-image: url("../assets/img/bodybg1.svg");
  background-position: top right;
  background-repeat: no-repeat;
}
.wholeouter {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.firsthalf {
  height: fit-content;
  width: 100%;
  padding-top: 48px;
  position: relative;
  margin: auto 0;
}
.secondhalf {
  position: relative;
}
.logincontainer {
  background: url("../assets/img/loginbg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.row1 {
  width: 80%;
}
.img-logo {
  width: fit-content;
  height: auto;
}
.login-text {
  width: 392px;
  font-size: 15px;
  font-weight: 400;
}
.formouter {
  height: fit-content;
  width: 97%;
  margin-top: 52px;
  margin-bottom: 52px;
  background: #fff;
  box-shadow: -8px 8px 16px 0px rgba(120, 122, 120, 0.16);
  position: relative;
  left: -60px;
}
.formouter > form {
  margin: 0 !important;
  height: fit-content;
}
.formfield {
  height: 46px;
  width: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formfield input {
  height: 100%;
  font-size: 15px;
}
.inputicons {
  padding: 10px;
  border-bottom: 1px solid #babfba !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-control {
  border-bottom: 1px solid #babfba !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}
.form-control:focus {
  outline: none !important;
  border-color: none !important;
  box-shadow: none !important;
}
.form-select {
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #babfba !important;
  font-size: 15px !important;
}
.form-select:focus {
  outline: none !important;
  border-color: none !important;
  box-shadow: none !important;
}
.forgotpswd a {
  text-decoration: none;
  color: #0f307f;
}
.forgotpswd {
  display: flex;
  justify-content: end;
  font-size: 15px;
  width: 92%;
}
.registersec {
  width: 80%;
  font-size: 15px;
  text-align: center;
}
.registersec a {
  font-size: 17px;
  color: #0f307f;
}
.registersec img {
  max-height: 100%;
  max-width: 100%;
  font-size: 17px;
  color: #0f307f;
}
.registerouter {
  border-left: 1px solid #b0b8b0;
}
.buttongroup .row {
  height: fit-content;
  display: flex;
  justify-content: space-evenly;
}
.loginbtns {
  height: fit-content;
  width: fit-content;
  font-size: 15px;
  padding: 9px 12px !important;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ffa100;
  font-weight: 500;
  word-break: keep-all;
}
.nav {
  width: 100%;
  justify-content: space-evenly;
}
.nav-link {
  border: none !important;
  width: 20% !important;
  color: #212221 !important;
}
.nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: 1px solid #0f307f !important;
  color: #0f307f !important;
  font-weight: 500;
}

.tab-content {
  height: fit-content !important;
  padding: 10px !important;
}

.form-control:hover {
  border-bottom: 1px solid #0f307f !important;
  .inputicons {
    border-bottom: 1px solid #0f307f !important;
  }
}

.footer {
  width: 100%;
  height: 40px;
  border-top: 1px solid #0f307f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
/* reset page styles */

.resetfirsthalf {
  height: 100vh;
  width: 100%;
  padding-top: 48px;
}

.row2 {
  width: 80%;
}

/* registration styles start  */

.registrationbtns {
  height: fit-content;
  width: auto;
  font-size: 15px;
  padding: 9px 12px !important;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ffa100;
  font-weight: 500;
  word-break: keep-all;
}

.registrationform .form-control {
  font-size: 12px !important;
}
.registrationform .form-select {
  font-size: 12px !important;
}

@media (max-width: 900px) {
  .rowloginouter {
    display: flex;
    flex-direction: column;
  }
  .formouter {
    height: fit-content;
    width: 97%;
    margin-top: 52px;
    margin-bottom: 52px;
    background: #fff;
    box-shadow: -8px 8px 16px 0px rgba(120, 122, 120, 0.16);
    position: relative;
    left: 0px;
  }
  .registersec {
    margin-top: 24px;
  }
  .registerouter {
    border-left: 0px;
  }
  .nav-tabs {
    width: auto !important;
    word-wrap: break-word !important;
  }
  .nav-link {
    padding: 2px !important;
  }
}

/* book details page styling  */

.nav {
  height: 90px;
  width: 100%;
  display: flex;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(120, 122, 120, 0.16);
}
.navbar .row {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.navbar .row .nav-items:not(:first-child) {
  display: flex;
  justify-content: center;
}
.navbar .row .nav-items:last-child {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navbar .row .nav-items a {
  text-decoration: none !important;
  color: #212221;
}



.publisherloginbtn a {
  color: #fff !important;
}

.publisherloginbtn {
  height: 48px;
  width: 100%;
  background-color: #f36300;
  color: #fff;
  padding: 13px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
}

.heading {
  text-align: center;
  font-size: 1.188rem;
}
.aboutsection {
    padding: 40px;
    background: linear-gradient(95deg, rgb(6 150 255 / 56%) 0%, rgb(33 57 88 / 56%) 100%);
}
.bookdetails {
  background: #fff;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(120, 122, 120, 0.16);
  padding: 37px;
  min-height: 481px;
  min-width: 30%;
  max-width: max-content;
  position: relative;
  margin-top: 80px;
}
.bookdetails::after {
  content: "";
  height: 250px;
  width: 110%;
  background: #fff3eb;
  position: absolute;
  z-index: -1;
  left: -20px;
  bottom: -40px;
}


.bookouter {
  width: 100%;
  height: auto;
  position: relative;
  /* background: url("../assets/img/backgroundbookouter.svg");
  background-repeat: space repeat-y;
  background-size: contain; */
}

.backgroundborder {
  height: 300px;
  width: 100%;
  background: linear-gradient(87deg, #fff3eb 0%, #ffcead 100%);
  position: absolute;
  top: 280px;
  z-index: -1;
  background-repeat: space;
}
.bookdetailrow {
  position: relative;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.book_heading {
  min-height: 60px;
  max-height: 70px;
  text-align: center;
  font-size: 1.188rem;
  font-weight: 600;
}
.book_heading a {
  text-decoration: none;
  color: #f97013;
}

.publishermail {
  font-size: 0.875rem;
  color: #f97013;
  font-weight: 500;
  word-wrap: break-word;
}
.printsno {
  font-size: 0.938rem;
  color: #212221;
  margin-bottom: 8px;
}
.author_details > a {
  text-decoration: none;
  color: #0f307f;
}
.author_details::-webkit-scrollbar{
    display : none;
}
.author_details{
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 129px;
    min-height: 129px;
    overflow: auto;
}
.index-in{
     -ms-overflow-style: none;
    scrollbar-width: none;
}
.index-in::-webkit-scrollbar{
    display: none;
}
.login_btn {
  height: 40px;
  width: 101px;
  color: #fff;
  background-color: #0f307f;
  border: none;
  border-radius: 32px;
}
.login_btn::after {
  content: url("../assets/img/line.svg");
  position: relative;
  padding-left: 8px;
}
.contactsection {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../assets/img/contactbg.svg");
  margin-top: 55px;
}
.contactheading {
  width: 19.792vw;
  height: auto;
  padding: 24px 92px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #212221;
}

.contact_links {
  width: 65%;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.contact_links a {
  text-decoration: none;
  color: #fff;
  padding: 0 28px;
  font-size: 1.063rem;
  position: relative;
}
.contact_links a::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  border: 1px solid #fff;
  right: 0;
  top: 0;
}
.linksdiv {
  width: fit-content;
}

@media (max-width: 1000px){
    .navbar-collapse{
    margin-top: 30px !important;
    background: rgb(255, 255, 255) !important;
    padding: 20px 0px !important;
}
.nav-tab{
    padding-top: 20px;
}
.author_details{
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 129px;
    min-height: fit-content;
    overflow: auto;
}
}

@media (max-width: 900px) {
  * {
    font-size: 14px;
  }
  .img_about {
    width: 90%;
    height: auto;
  }
  .aboutsection {
    font-size: 14px;
    text-align: justify;
    padding: 10px;
    background: linear-gradient(
      95deg,
      rgba(229, 255, 250, 0.56) 0%,
      rgba(229, 255, 229, 0.56) 100%
    );
  }
  .contact_links a::after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
  }
  .contact_links {
    width: 85%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

