@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}
html::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #fa8c67;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  background-color: #f5eedf;
}

a {
  text-decoration: none;
}

p {
  text-decoration: none;
}

ul {
  list-style: none;
}

input, button, textarea {
  border: none;
  outline: none;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 30px;
  background-color: none;
  box-shadow: none;
  z-index: 1;
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
}

nav ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}

nav ul li a {
  height: 40px;
  line-height: 43px;
  margin: 3px;
  padding: 0 22px;
  display: flex;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: 0.6s ease-in-out;
  color: #000000;
}

nav ul li:hover {
  border-radius: 5px;
  background-color: #fc6f41;
  color: #fff;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
}

.active {
  background-color: #fc6f41;
  color: #fff;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
}

.main {
  width: 100%;
  height: 800px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/back.jpg);
}

.main .menu .icons > * {
  font-size: 2.5rem;
  color: var(--black);
  cursor: pointer;
  margin-left: 1.5rem;
}

.main .menu .icons > *:hover {
  color: #fc6f41;
}

#menu-btn {
  display: none;
}

.main .menu .user-box {
  font-size: 20%;
  position: absolute;
  top: 120%;
  right: 2rem;
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow);
  border: var(--border);
  padding: 2rem;
  text-align: center;
  width: 30rem;
  display: none;
  animation: fadeIn 0.2s linear;
}

.main .menu .user-box.active {
  display: inline-block;
}

.main .menu .user-box p {
  font-size: 1.5rem;
  color: var(--light-color);
  margin-bottom: 1rem;
}

.main .menu .user-box p span {
  color: var(--purple);
}

.main .menu .flex .user-box .delete-btn {
  margin-top: 0;
}

.logo img {
  height: 80px;
}

.header-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 26%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.header-image {
  width: 800px;
  height: 700px;
  margin: 20px;
}

.header-image img {
  width: 100%;
  height: 125%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.header-text {
  width: 500px;
  height: 20px;
}

.header-text h1 {
  font-size: 3rem;
  line-height: 55px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0px;
}

.header-text h2 {
  -webkit-text-decoration: solid;
          text-decoration: solid;
  font-size: 2rem;
  color: #ff0000;
  text-decoration: underline;
}

.header-text h5 {
  font-size: 1rem;
  color: #616060;
  letter-spacing: 1px;
}

.header-text span {
  color: #fc6f41;
  text-decoration: underline;
}

.header-text a {
  align-items: center;
  justify-content: center;
}

.header-btn {
  display: inline-block;
  padding: 0.5rem 3rem;
  border: #f5eedf;
  background: #fc6f41;
  color: #ffffff;
  border-radius: 0.3rem;
  font-size: 1rem;
}

.header-btn:hover {
  background-color: #fc6f41;
}

.affilates {
  width: 100%;
  height: 90vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 90px;
}

.affilates .heading {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  text-decoration: underline;
}

.affilates h4 {
  text-align: center;
  margin-bottom: rem;
  font-size: 1.5rem;
}

.affilates p {
  text-align: center;
  margin-bottom: rem;
  font-size: 1rem;
}

.affilates-box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.affilates-box .box {
  background-color: #f5eedf;
  width: 300px;
  height: 425px;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
}

.affilates-box .box h4 {
  text-decoration: underline;
}

.affilates-box img {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.heading {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: -3rem;
  font-size: 3rem;
  text-decoration: underline;
}

.about {
  width: 100%;
  height: 110vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 5% 0px 5%;
  position: relative;
}

.about .box {
  background-color: #f5eedf;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 78%;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
}

.about-img {
  width: 50%;
  height: auto;
}

.about-text {
  width: 45%;
  color: #000000;
  text-align: right;
}

.about-text h2 {
  font-size: 2.2rem;
  font-weight: 600;
}

.about-text p {
  font-size: 1.3rem;
  color: #2d2b2b;
  letter-spacing: 2px;
}

.contact {
  margin-top: 0rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 0% 5% 0%;
}

.contact-heading {
  text-align: center;
  margin: 20px 0px;
  margin-bottom: 80px;
}

.contact-heading h1 {
  font-size: 3rem;
  text-decoration: underline;
}

.contact-heading p {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.contact form {
  background-color: #f5eedf;
  justify-content: center;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact form input, .contact form textarea {
  width: 100%;
  margin: 40px;
  padding: 10px;
  background-color: #fbf7f0;
  color: #000000;
  border-radius: 5px;
}

.contact form textarea {
  height: 150px;
}

footer {
  background: rgba(244, 168, 117, 0.89);
  padding-top: 50px;
  position: bott;
}

.container {
  width: 1140px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.footer-content {
  width: 33.3%;
}

h3 {
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.footer-content p {
  width: 190px;
  margin: auto;
  padding: 7px;
}

.footer-content ul {
  text-align: center;
}

.list {
  padding: 0;
}

.list li {
  color: #ff0000;
  width: auto;
  text-align: center;
  list-style-type: none;
  padding: 7px;
  position: relative;
}

.list li::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 100%;
  width: 0;
  height: 2px;
  background: #f16330;
  transition-duration: 0.5s;
}

.list li:hover::before {
  width: 70px;
}

.social-icons {
  text-align: center;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  text-align: center;
  padding: 5px;
}

.social-icons i {
  color: white;
  font-size: 25px;
}

a {
  text-decoration: none;
}

a:hover {
  color: rgb(241, 103, 48);
}

.social-icons i:hover {
  color: #f15330;
}

.bottom-bar {
  background: rgba(241, 110, 3, 0.612);
  text-align: center;
  padding: 10px 0;
  margin-top: 50px;
}

.bottom-bar p {
  color: #343434;
  margin: 0;
  font-size: 16px;
  padding: 7px;
}

.home .container .d-flex_pt-3 {
  background-color: #f5eedf;
  width: 300px;
  height: 425px;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem;
  box-shadow: 5px 10px 30px rgba(252, 59, 0, 0.397);
}

.book .book-box {
  width: 100%;
  height: 90vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 90px;
}



@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  .main .menu .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background-color: var(--white);
    border-top: var(--border);
    border-bottom: var(--border);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .main .menu .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .main .menu .navbar a {
    display: block;
    font-size: 2.5rem;
    margin: 2rem;
  }
}/*# sourceMappingURL=stylee.css.map */