@import url("https://fonts.googleapis.com/css2?family=Delius&family=Permanent+Marker&display=swap");
html, body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Delius", cursive;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  background-color: #f8f5ee;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

video {
  max-width: 100%;
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}

input {
  outline: 0;
}

button {
  outline: none !important;
}

textarea {
  outline: 0;
}

.container {
  max-width: 1250px;
}

.align-items-center {
  align-items: center;
  justify-content: center;
}

.owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ff6a87;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.5;
  margin: 5px;
}

.owl-dots button.owl-dot.active span {
  opacity: 1;
}

.buy-now {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .buy-now {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.buy-now span {
  color: #13110e;
  font-size: 17px;
  font-weight: 500;
}

.buy-now a.buy-now-btn {
  background: #ff6a87;
  color: #fff;
  border-radius: 25px;
  padding: 11px 30px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  transition: all 0.3s ease;
}

.buy-now a.buy-now-btn:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .buy-now a.buy-now-btn {
    margin-top: 15px;
  }
}

.buy-now a.buy-now-btn i.fas {
  margin-left: 5px;
}

.wrapper {
  min-height: 100vh;
}

#header-section .container {
  min-height: 120px;
}

#header-section .container .navigation-toggler {
  width: 40px;
  height: 30px;
  cursor: pointer;
}

#header-section .container .navigation-toggler span {
  width: 40px;
  height: 3px;
  background-color: #ff6a87;
  display: inline-block;
  position: relative;
}

#header-section .container .navigation-toggler span:after, #header-section .container .navigation-toggler span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff6a87;
  content: " ";
}

#header-section .container .navigation-toggler span:after {
  top: 12.5px;
}

#header-section .container .navigation-toggler span:before {
  top: -12.5px;
}

#header-section .container .logo a {
  font-size: 50px;
  font-weight: 700;
  color: #ff6a87;
}

@media (max-width: 767px) {
  #header-section .container .logo a {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  #header-section .container .logo a {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  #header-section .container .logo a {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  #header-section .container .social-images {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  #header-section .container .social-images a {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  #header-section .container .social-images a img {
    max-width: 30px !important;
  }
}

#header-section .container .social-images a {
  margin-left: 3px;
  margin-right: 3px;
  transition: all 0.3s ease;
}

#header-section .container .social-images a:hover {
  opacity: 0.8;
}

#header-section .container .social-images a img {
  max-width: 40px;
}

#header-section nav.side-nav {
  position: fixed;
  z-index: 9999;
  transition: 0.5s;
  height: 100%;
  width: 250px;
  background-color: #262626;
  left: -250px;
  top: 0;
}

#header-section nav.side-nav.active {
  left: 0;
}

#header-section nav.side-nav .nav-close {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  float: right;
  padding: 20px;
  transition: all 0.3s ease;
}

#header-section nav.side-nav .nav-close:hover {
  color: #ff6a87;
}

#header-section nav.side-nav ul {
  margin-top: 60px;
}

#header-section nav.side-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  transition: all 0.3s ease;
}

#header-section nav.side-nav ul li a:hover {
  color: #ff6a87;
}

.home-sliders p {
  color: #292c72;
}

.home-sliders p.top-para {
  padding-bottom: 30px;
  line-height: 30px;
}

@media (max-width: 480px) {
  .home-sliders p.top-para {
    margin-top: 30px;
  }
}

.home-sliders p a {
  color: #ff6a87;
  font-weight: 700;
}

.home-sliders .testimonials {
  margin-top: -94px;
  max-width: 215px;
}

@media (max-width: 991px) {
  .home-sliders .testimonials {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 0px;
  }
}

.home-sliders .testimonials .testimonial p {
  line-height: 25px;
  font-weight: 500;
}

.home-sliders .testimonials .testimonial h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #ff6a87;
}

.home-sliders .testimonials .owl-dots {
  margin-top: 10px;
}

.home-sliders .owl-nav {
  position: absolute;
  top: 50%;
  width: 150%;
  display: flex;
  justify-content: space-between;
  left: -25%;
}

@media (max-width: 575px) {
  .home-sliders .owl-nav {
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}

.home-sliders .owl-nav button {
  transition: 0.5s;
}

@media (max-width: 575px) {
  .home-sliders .owl-nav button {
    margin: 5px;
  }
}

.home-sliders .owl-nav button:hover {
  opacity: 0.65;
}

.home-sliders .owl-nav button img {
  max-width: 50px;
}

.home-sliders .owl-nav button.owl-next img {
  transform: rotateZ(180deg);
}

@media (min-width: 992px) {
  .home-sliders .row [class*="col-"]:nth-child(1),
  .home-sliders .row [class*="col-"]:nth-child(3) {
    transform: translateY(-150px);
  }
}

@media (max-width: 991px) {
  .home-sliders .slide-images {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-sliders p.see-book {
  line-height: 25px;
  margin-top: -94px;
}

@media (max-width: 991px) {
  .home-sliders p.see-book {
    margin: 35px 0 0;
  }
}

@media (max-width: 575px) {
  .home-sliders p.see-book {
    margin: 30px 0 0;
  }
}

.home-sliders .slide-images {
  position: relative;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .home-sliders .slide-images {
    margin-bottom: 0px;
  }
}

.cdss-copy {
  font-size: 14px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .cdss-copy {
    font-size: 12px;
    margin-top: 2  0px;
  }
}

.page-2-content {
  padding: 70px 0;
}

.page-2-content .about-left {
  color: #292c72;
}

.page-2-content .about-left h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page-2-content .about-left p {
  line-height: 25px;
  font-weight: 500;
}

.page-2-content .about-left p a,
.page-2-content .about-left p span {
  color: #ff6a87;
}

@media (max-width: 991px) {
  .page-2-content .about-right {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-2-content .about-right .buy-now span {
  color: #292c72;
  line-height: 22px;
}

.page-3-content {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .page-3-content .page-3-left {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.page-3-content .page-3-right h2.right-title {
  color: #292c72;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page-3-content .page-3-right .testimonials .testimonial {
  color: #c17e24;
}

.page-3-content .page-3-right .testimonials .testimonial p {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.page-3-content .page-3-right .testimonials .testimonial h4.author {
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-3-content .page-3-right .right-content {
  margin-top: 40px;
}

.page-3-content .page-3-right .right-content p {
  color: #292c72;
  line-height: 25px;
}

.footer {
  margin-bottom: 60px;
}

.footer p {
  color: #292c72;
  font-weight: 500;
}
