@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth !important;
}
.row{
    margin: 0 auto !important;
    padding: 0px !important;
}

h1, h2, h3, h4, h5, h6, a {
  /* font-family: 'Merriweather', serif;    */
  font-family: 'Ubuntu', sans-serif;
}
p {
   font-family: 'Poppins', sans-serif;
}
a:hover {
    text-decoration: none !important;
}
:focus {
    outline: none !important;
}
/* header portion  */
/* / / */

#main-bg {
    position: relative;
    margin-top: -180px;
    box-shadow: 0 0 20px rgb(134, 134, 134);
}
#main-bg .main {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-bg .subject {
    background: url('../images/home-bg2.jpg');
    height: 180px;
    width: 100%;
}

/* contact us page banner  */
#main-bg .contact {
    background: linear-gradient(rgba(0, 0, 0, 0.246),rgba(0, 0, 0, 0.445)),url('../images/contact.jpg') no-repeat center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.main-text {
    position: relative;
    top: 30%;
    color: #fff;
    text-transform: uppercase;
}
.main-text h2 {
    font-size: 35px;
    font-weight: 500;
}

.features-area h2 {
    margin: 0;
    padding: 0;
    transform: translateY(17px);
}

/* contact us page stylings  */


.contact-area {
    background: #f2f4fa;
    padding: 2rem;
}

.u-line {
    height: 2px;
    width: 40px;
    background: linear-gradient(to bottom, #cc0913 20%, #a02121 92%);
}
.contact-area h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 30px;
}
.contact-area p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.c-address p a{
    font-size: 14px;
    color: #444;
}

.c-msg form .btn {
    background: linear-gradient(to bottom, #cc0913 20%, #a02121 92%) !important;
    border: none;
    outline: none;
}

.c-info i{
    display: inline-block;
    /* background:linear-gradient(to bottom, #cc0913 20%, #a02121 92%) ; */
    padding: .5rem;
    /* color: #fff; */
    font-size: 25px;
    border-radius: 8px;
    margin: 5px 0 ;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem #ee0d1863 !important;
}

.mui-btn{
    background:linear-gradient(to bottom, #cc0913 20%, #a02121 92%) !important ;
    color: #fff !important;
    display: block;
    padding: 10px 30px  !important;
    height: 60px !important;
    border-radius: 8px !important;
    text-align: center !important;
}


/* quick alert page sytlings  */
.quick-form {
    padding: 2rem;
    background: #f2f4fa;
}

.quick-form form{
    box-shadow: 0 0 5px #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 1rem;
}

.bg-silva{
    background: #f2f4fa;
    padding: 2rem !important;
    margin: 30px 0 !important;
    border-radius: 10px;
}

.mui-textfield--float-label>label {
    color: rgba(0,0,0,.5) !important;}
/* previous ISBN page stylings  */
.tab-wrapper {
    padding: .2rem 2rem 5rem;
}
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%;
    transition: .4s ease;
  }
  
  .tablink:hover {
    background-color: #777;
  }
  
  /* Style the tab content */
  .tabcontent {
    color: #000;
    display: none;
    padding: 2rem 0;
    transition: .4s ease;
  }
  
  #London {background-color:red;}
  #Paris {background-color:green;}
  #Tokyo {background-color:blue;}
  #Oslo {background-color:orange;}

  .isbn-link {
      display: inline-block;
      width: 100%;
      margin: 10px 10px;
      color: #444;
      box-shadow: 0 0 3px #ddd;
      padding: 10px;
      font-weight:700;
      font-size: 16px;
      transition: .4s ease;
  }
  .isbn-link:hover {
      color: #555;
      box-shadow: 0 0 15px #2249847c;
      border-right: none;
      border-left: none;
  }
  .fa-book {
    float: left;
    transform: translateY(13px);
    font-size: 16px !important;
    color: #fff;
    padding: .7rem 1rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 18px;
    background: linear-gradient(45deg, #022f72, #7189b2);
    border-bottom-left-radius: 20px;
    transition: .3s ease;
    display: none !important;
}
.prev-list span{transition: .3s ease;}
.prev-list span:hover .fa-book{
    opacity: 0;
}


/* authors page stylings  */

.authors {
    padding: 4rem 6.8rem;
}
.authors p {
    line-height: 32px;
    color: #444;
}

.filter-wrapper {
 display: flex;
 justify-content: space-between;
 margin: 0px 0 30px;
}
.filter-wrapper label{
    display: flex;
}

.filter-wrapper #myInput {
    border: none;
    width: 30%;
    text-align: center;
    font-family: 'FontAwesome';
    background: #f1f1f1;
    border-radius: 30px;
    transition: .3s ease;
}
.filter-wrapper #myInput:hover {
    box-shadow:0 0 10px rgb(82, 81, 81);
}


/* credit card form page styling  */
.credit-card {
    width: 80%;
    margin: auto;
}
.credit-card form {
    width: 90%;
    padding: 0 .8rem .5rem .5rem;
    margin: auto;
    border: 1px solid #000;
}
.credit-card form input {
    margin: 5px 5px !important;
}
.credit-card form label {
    margin-top: 4px;
}
.credit-card form .col-md-1, .credit-card form .col-md-2, .credit-card form .col-md-3, .credit-card form .col-md-4{
    padding: 0 2px !important;
}

/* single authors page stylings  */
.a-person {
    padding: 1rem;
}

.img-outer {
    border: 6px solid #ffd4d6;
    position: relative;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    /* height: 100%;
    height:395px; */
}
.img-inner img{
    /* position: absolute; */
    z-index: 10;
    box-shadow: 0 0 5px #555;
    width: 100%;
    height: auto;
}

h2.author-heading{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    padding: 0 0 5px 0;
}
h2.author-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 8%;
    background: #cc0913;
    border-radius: 30px;
}
.about-author {
    border-radius: 20px;
}
.about-author p {
    font-size: 15px;
    color: #444;
    line-height: 1.8rem;
    margin: 18px 0 0 0;
}

/* breadcrumb stylings  */
.breadcrumb-wrapper{
    background: #f6f8ff;
}
.breadcrumb-wrapper .breadcrumb {
    background: transparent !important;
}
.breadcrumb .breadcrumb-item a {
    color: #000;
}

/* pagination stylings  */

/* previous isbn btn */
.btn-year {
    border: 1px solid #000 !important;
    margin-left: 11px;
}
/* previous isbn btn end */

.justify-content-center {
flex-wrap: wrap !important;
}

@media (max-width:770px){
    #main-bg .subject {
        background: none;
        box-shadow: none;
    }
    #main-bg {
        box-shadow:none;
    }
  
    #main-bg .contact {
        background: #f6f8ff url(../images/collection-bg.png);   
        border-bottom: 1px solid #f7f5f5
    }
    .main-text h2,.main-text h6 {
       color: #000;
    }
    .img-outer {
        margin:0px 0 55px ;
    }
    h2.author-heading {
        font-size: 20px;
    }
    .about-author p {
        font-size: 14px;
    }
    .filter-wrapper h1 {
        font-size: 1.8rem;
    }
    .filter-wrapper #myInput {
        width: 40%;
    }
}

@media (max-width:632px){
    .features-area h2 {
        transform: translateY(15px);
    }
    .contact-area {
        padding: 1rem;
    }
}

@media (max-width:575px){
    .main-text h2 {
        font-size: 28px;
        text-align: center;
    }
    .features-area h2 {
        font-size: 25px;
        transform: translateX(23px);
    }
    .authors {
        padding: 1.5rem 1rem;
    }
    .quick-form {
        padding: .3rem;
    }
    .bg-silva {
        padding: 0rem !important;
    }
    .quick-form form {
        padding: .3rem;
    }
    .filter-wrapper #myInput {
        width: 50%;
    }
}

@media (max-width:375px){
    .main-text h2 {
        font-size: 20px;
    }
    .main-text h2, .main-text h6 {
        margin: 0;
    }
    .search-book-area h3 {
        margin: 0 20px;
    }
    .filter-wrapper h1 {
        font-size: 1.5rem;
    }
}
@media (max-width:320px){
    .filter-wrapper h1 {
        font-size: 1.3rem;
    }
}
