@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'Ralgine';
  src: url('../font/ralgine.otf') format('otf'),
    url('../font/ralgine.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BonVivant-Regular';
  src: url("../font/BonVivant-Regular.ttf");
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #1E1E20;
  margin-top: 0;
  line-height: 1.5;
  font-family: 'Ralgine';
}

p {
  margin-bottom: 15px;
  color: #303030;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #303030 !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ECA47C !important;
}

.navbar-nav .nav-link.active {
  color: #ECA47C !important;
}

.header.sticky li a {
  color: #303030 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ECA47C;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #1E1E20 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #1E1E20;
}

.offcanvas {
  background-color: #ffffff;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #ECA47C;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-bg {
  background: url(../images/about-bg.png) no-repeat !important;
  background-size: cover !important;
}

/* header */
.header {
  padding: 15px 0 15px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: white;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

.top-social>a {
  border: 1px solid #1E1E20;
  color: #1E1E20;
  padding: 8px 12px;
  font-size: 15px;
  transition: all ease 0.3s;
}

.top-social>a:hover {
  background-color: #1E1E20;
  color: white;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0 220px;
}

.top-banner .right-col h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.top-banner .right-col p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  margin-top: 26px;
}

/* End */
/* about sec */
.about-sec {
  padding: 20px 0 80px;
  margin-top: -205px;
}

.about-sec .about-sec-bg {
  padding: 30px;
  box-shadow: 0px 11px 65.3px 13px rgba(0, 0, 0, 0.15);
  background: white;
  z-index: 9;
  position: relative;
}

.about-sec .right span {
  font-family: 'BonVivant-Regular';
  font-size: 24px;
  color: #ECA47C;
  font-weight: 600;
}

.about-sec .right>h2 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
}

.about-sec .right>p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  margin-top: 26px;
}

/* end */

/* sec-three */
.sec-three {
  padding: 80px 0;
  background-color: #EEEDEB;
}

.sec-three .left span {
  font-family: 'BonVivant-Regular';
  font-size: 24px;
  color: #ECA47C;
  font-weight: 600;
}

.sec-three .left>h3 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
}

.sec-three .left>h4 {
  font-size: 30px;
  line-height: 75px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.sec-three .left>p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  margin-top: 26px;
}

/* end */
/* sec-three */
.sec-four {
  padding: 80px 0;
}

.sec-four .left>h3 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
}

.sec-four .right>p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

/* end */

/* testimonial */
.testimonial-sec {
  padding: 80px 0;
  background-color: #F7F7F7;
}

.testimonial-sec .heading span {
  font-family: 'BonVivant-Regular';
  font-size: 24px;
  color: #ECA47C;
  font-weight: 600;
}

.testimonial-sec .heading h3 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 400;
}

.testimonial-sec .heading p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.testimonial-sec .review-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.testimonial-sec .review-content {
  margin-left: 10px;
}

.testimonial-sec .review-content h4 {
  font-size: 24px;
  font-weight: 500;
  color: #2F2F2F;
  font-family: "Open Sans", sans-serif;
}

.testimonial-sec .review-content p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-sec .review-content span {
  color: #ECA47C;
  font-weight: 500;
  font-size: 16px;
}

/* end */

/*subscribe*/
.subscribe-sec {
  padding: 80px 0;
  background: #EEEDEB;
}

.bg-subscribe {
  background: #E7E6E4;
  padding: 45px 40px;
}

.subscribe-sec .subscribe-left h3 {
  margin-bottom: 10px;
  color: #2F2F2F;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
}

.subscribe-sec .subscribe-left p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.subscribe-sec .subscribe-right form input {
  background: #EEEDEB;
  border: none;
  border-radius: 0;
  padding: 16px 50px;
}

.subscribe-right form i {
  position: absolute;
  top: 20px;
  left: 21px;
}

/*end*/

/* my-books */
.my-books {
  padding: 80px 0;
  background: #EEEDEB;
}

.my-books .left-col span {
  font-family: 'BonVivant-Regular';
  font-size: 24px;
  color: #ECA47C;
  font-weight: 600;
}

.my-books .left-col>h3 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 600;
}

.my-books .left-col>p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  margin-top: 26px;
}

.my-books .right-col>p {
  font-size: 18px;
  font-weight: 400;
}

.my-books .right-col span {
  font-size: 20px;
  color: #ECA47C;
  font-weight: 600;
}

.my-books .book-inner {
  text-align: center;
}

.my-books .book-inner>img {
  width: 100%;
  transition: all ease 0.3s;
}

.my-books .book-inner>img:hover {
  transform: scale(1.1);
}

.my-books .book-inner>h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #2F2F2F;
}

.my-books .book-inner>a {
  font-size: 16px;
  color: #ECA47C;
  font-weight: 700;
  text-decoration: none;
  transition: all ease 0.3s;
}

.my-books .book-inner>a:hover {
  color: #1E1E20;
}

/* end */

/* about-book */
.about-book-bg {
  padding: 160px 0 130px;
  background: url(../images/about-bg.png) no-repeat !important;
  background-size: cover !important;
}

.about-book {
  padding: 80px 0;
}

.about-book .right-col {
  margin-top: -335px;
  z-index: 9;
  position: relative;
}

.about-book .left-col>h2 {
  font-size: 48px;
  line-height: 55px;
}

.about-book .left-col>span {
  font-size: 24px;
  color: #ECA47C;
  font-weight: 400;
  margin-bottom: 18px;
  display: inline-block;
}

.about-book .left-col>h3 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.about-book .left-col>p {
  font-size: 18px;
  font-weight: 400;
}

.about-book .right-col .right-col-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 35px;
}

/* end */

/* testimonial-book */
.testimonial-book {
  padding: 125px 0;
  position: relative;
}

section.testimonial-book:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #9792E3 139.19%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-book .testimonial-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 25px;
  width: 794px;
  margin: auto;
}

.testimonial-book .testimonial-inner>p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Ralgine';
  margin-bottom: 0;
}

.testimonial-book .testimonial-inner>span {
  font-weight: 500;
  font-size: 22px;
  color: #2F2F2F;
}

.testimonial-book .slick-next,
.testimonial-book .slick-prev {
  height: 32px;
}

/* end */

/* testimonial page */
.testimonial-bg {
  padding: 150px 0 115px;
  background: url(../images/about-bg.png) no-repeat !important;
  background-size: cover !important;
}

.testimonial-page {
  padding: 80px 0;
}

.testimonial-page .testi-inner {
  background: #EEEDEB;
  padding: 25px;
}

.testimonial-page .testi-inner p {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.testimonial-page .testi-inner h4 {
  color: #002212;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}

.testimonial-page .testi-inner span {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.testimonial-page .testi-inner .review i {
  color: #FFCA42;
}

/* end */

/* contact us */
.contact .footer {
  display: none;
}

.contact-us {
  background: #EEEDEB;
  padding: 80px 0;
}

.contact-us .contact-us-bg {
  background: #E7E6E4;
  padding: 50px;
}

.contact-us .left-col>span {
  font-family: 'BonVivant-Regular';
  font-size: 24px;
  color: #5C415D;
  font-weight: 600;
}

.contact-us .left-col>h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.contact-us .left-col h6 {
  color: #2F2F2F;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.contact-us .left-col ul li {
  color: #303030;
  font-weight: 400;
  padding: 15px 0px 0 0px;
}

.contact-us .left-col ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #303030;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.contact-us .left-col ul li a:hover {
  color: #ECA47C;
  padding-left: 10px;
}

.contact-us form input,
.contact-us form textarea {
  background: #EEEDEB;
  border: 1px solid #EEEDEB;
  border-radius: 0;
}
.contact-us form input:focus{
  border-color: #ECA47C !important;
}
/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #ECA47C;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid #1E1E20;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #1E1E20;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 0;
}

.btn-theme:hover {
  border: 2px solid #1E1E20;
  background: transparent;
  color: #1E1E20;
}

.btn-theme-pink {
  border: 2px solid #ECA47C;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #ECA47C;
  color: #1E1E20;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 0;
}

.btn-theme-pink:hover {
  border: 2px solid #ECA47C;
  background: transparent;
  color: #ECA47C;
}

.btn-linked {
  padding: 10px 35px;
  color: #1E1E20;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}

.btn-linked:hover {
  color: #ECA47C;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F7F7F7;
}

.footer-logo>span {
  font-family: 'BonVivant-Regular';
  font-size: 24px;
  color: #5C415D;
  font-weight: 600;
}

.footer-logo h5 {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.footer-logo p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #303030;
}

.footer-links>h6 {
  color: #2F2F2F;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}

.footer-links>ul>li {
  padding: 15px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #ECA47C;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: #ECA47C;
  padding-left: 10px;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>a {
  margin: 0 5px;
  border: 1px solid #1E1E20;
  color: #1E1E20;
  padding: 8px 12px;
  font-size: 15px;
  transition: all ease 0.3s;
  display: inline-block;
}

.social>a:hover {
  background-color: #1E1E20;
  color: white;
}

.footer-links>ul>li img {
  margin-right: 8px;
}

.footer-links>ul>li p {
  font-size: 1rem;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-links>ul>li a {
  text-decoration: none;
  font-size: 1rem;
  color: #303030;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li {
  color: #303030;
  font-weight: 400;
}

.social-link>p>a:nth-child(1) {
  border-right: 2px solid white;
}


.social-link>p>a {
  color: #ffffff;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  padding: 0px 10px 0 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.social-link>p>a:hover {
  color: #ECA47C;
}

.footer-bottom {
  background: #1E1E20;
  padding: 25px 0;
}

.footer-bottom p {
  font-size: 14px;
  color: white;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-bootom-links ul {
  display: flex;
  list-style: none;
  gap: 40px;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-bootom-links ul li {}

.footer-bootom-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-bottom-right p {
  font-size: 16px;
  color: white;
  font-weight: 400;
  margin: 0;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ECA47C;
  border-color: #ECA47C;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1E1E20;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ECA47C;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #ECA47C;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #ECA47C !important;
}

.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */