

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');



body {
    font-family: "Inter", sans-serif;

}
.section {
  padding: 4rem 0;
}
 
.btn-primary {
  background-color: #000;
  border: none;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;

}
.btn-primary:hover {
  background-color: #e9742f;
}

img.logo {
    width: 140px;
        height: auto;
}

.book-badge {
    background-color: #f4b400;
    color: black;
    border-radius: 50%;
    padding: 1rem;
    font-size: 0.7rem;
    font-weight: bold;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .book-image {
    position: relative;
    width: 260px;
  }

  .btn-yellow {
    background-color: #f4b400;
    color: black;
    font-weight: 600;
    border-radius: 50px;
  }

  .logo-badges img {
    height: 30px;
    margin: 0 8px;
  }

  .rating i {
    color: #f4b400;
  }

  header#main-header a.nav-link {
    color: #000;
    font-weight: 300;
        padding: 0px 25px;
}
header#main-header {
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 2px 4px #fefefe;
    top: 0;
}
#home {
  padding-top: 130px;
}
.heading {
    font-family: "Italianno", cursive;
    font-size: 120px;
    line-height: 80px;
    position: relative;
    z-index: 1;

}
.sub-head {
    font-family: "Italianno", cursive;
    font-size: 50px;
    position: relative;
    z-index: 1;
    
  }
  .txttop {
      position: relative;
    z-index: 1;
  }
  .imgtop img {
    border-radius: 30px;
}
.txttopmain {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
p.txttop {
    font-weight: 300;
    max-width: 400px;
    margin: 0 auto;
}
.txtbottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.padding-t-80 {
  padding-top: 80px;
}
.abimg {
    padding-left: 150px;
}











