@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
  font-family: 'Candy Beans';
  src: url('../font/Candy\ Beans.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #FFD1E7;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  color: #303030;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #660033;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Candy Beans", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #303030;
}

.section-title>h2,
.section-title>h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 68px;
  line-height: 118.3%;
  margin-bottom: 10px;
}

.section-title>p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.header.sticky .btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.header.sticky .btn:hover {
  border: 2px solid #ffffff;
  color: #84223B;
  background: white;
}

.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: #ffffff;
  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: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #84223b;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas-body .btn-theme {
  border-color: white;
}

.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: #84223B;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* top bar */
.top-bar {
  padding: 16px 0;
  background: #F7C9CC;
}

.top-bar-social {
  display: flex;
  gap: 20px;
}

.top-bar-social>a {
  font-size: 16px;
  color: #63340A;
}

.top-bar-contact>a {
  font-size: 15px;
}

.top-bar-contact {
  text-align: end;
}

.top-bar-contact>a {
  color: #303030;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

/* end */
/* header */
.header {
  padding: 10px 0;
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: 0.6s;
}

header.sticky {
  top: 0;
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #84223B;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-bg.png");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 90%;
  position: relative;
  padding: 185px 0 272px;
}

.top-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcf7ee;
  z-index: -1;
}

.top-banner .left-col>img {
  width: 64%;
}

.top-banner .left-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .left-col p,
.top-banner .learn-img p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}


/* End */

/* sec two */
.sec-two {
  background: url('../images/sec-two-bg.png') no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  padding: 110px 0 260px;
  position: relative;
}

.sec-two .vector-one,
.sec-two .vector-two,
.sec-two .vector-three,
.sec-two .vector-four,
.sec-two .vector-five,
.sec-two .vector-six,
.sec-two .vector-seven {
  position: absolute;
  animation: up 3s ease-in-out infinite;
}

.sec-two .vector-one {
  top: 15px;
  right: 150px;
}


.sec-two .vector-two {
  bottom: 145px;
  right: 100px;
  width: 160px;
}

.sec-two .vector-three {
  bottom: 175px;
  left: 50%;
  right: 0;
  /* transform: translateX(-25%); */
  width: 200px;
}

.sec-two .vector-four {
  top: -15px;
  left: 60%;
  right: 0;
  /* transform: translateX(-25%); */
  width: 120px;
}

.sec-two .vector-five {
  left: -70px;
  bottom: 90px;
  width: 190px;
}

.sec-two .vector-six {
  right: 0;
  top: -100px;
  width: 200px;
}

.sec-two .vector-seven {
  width: 160px;
}

.sec-two .btn-sec .btn:hover,
.sec-three .btn-sec .btn:hover {
  border: 2px solid #84223B;
  color: #84223B;
}

/* end */

/* sec three */
.sec-three {
  background-color: #FFD1E7;
}

/* end */

/* faqs */
.faqs {
  /* background: #FCF7EE; */
  background: url('../images/faq-bg.png') no-repeat;
  background-size: cover;
  padding: 195px 0 0;
  position: relative;
}

.faqs:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 370px;
  background: url('../images/faq-pattern.png') no-repeat;
  background-size: cover;
}

.faqs .faqs-body {
  background: #FFFFFF;
  padding: 37px 52px;
  border-radius: 24px;
  z-index: 9;
  position: relative;
}

.faqs .faqs-body .accordion-body {
  background: #ffffff;
  border-bottom: 1px solid #C8C8C8;
  border-radius: 0px 0px 6px 6px;
  border: none;
  padding: 0px 0px 20px;
}

.faqs .faqs-body .accordion-button {
  background: #ffffff;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  padding: 5px 0px 20px;
}

.faqs .faqs-body .accordion-body p {
  font-size: 1rem;
  font-weight: 400;
}

.faqs .faqs-body .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.faqs .faqs-body .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #C8C8C8;
}

.faqs .faqs-body .accordion-button:not(.collapsed) {
  color: #303030;
  box-shadow: none !important;
}

.faqs .faqs-body .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23703D11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

.faqs .faqs-body .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23703D11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/* end */

/* testimonial-sec */
.testimonial-sec {
  padding: 70px 0;
}

.testimonial-sec .section-title {
  margin-bottom: 40px;
}

.testimonial-sec .testi-box {
  background: #ffffff;
  padding: 32px 20px 15px;
  border-radius: 20px;
}

.testimonial-sec .testi-box .rating {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.testimonial-sec .testi-box .rating>i {
  color: #F0B306;
  font-size: 20px;
}

.testimonial-sec .testi-box>p {
  font-size: 1rem;
  font-weight: 400;
}

.testimonial-sec .testi-box>.testi-info {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
  position: relative;
  bottom: -16px;
  left: 32px;
}

.testimonial-sec .testi-box>.testi-info img {
  background: #FFD1E7;
  padding: 12px;
  border-radius: 25px;
}

.testimonial-sec .testi-box>.testi-info span {
  font-size: 20px;
  font-weight: 500;
}

.testimonial-sec .testi-box>.testi-info p {
  margin-bottom: 0;
  color: #1E1E1E;
  opacity: 0.4;
  font-weight: 400;
  font-size: 18px;
}

/* end */

.author-two {
  background: #fcf7ee;
  padding-bottom: 70px;
}

/* contact us */
.contact-form {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 0px 50px;
}

.contact-form .form-sec {
  padding: 30px 40px 0px 0px;
}

.contact-form .form-sec h3 {
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}

.contact-form .form-sec p,
.contact-form .contact-right p {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}

.contact-form .contact-right {
  text-align: center;
  background: #FCF7EE;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 40px;
  transform: scale(1.1) !important;
}

.contact-form .contact-right h4 {
  color: #000000;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-size: 32px;
}

/* 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: #84223B;
  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 #84223B;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #84223B;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 9px;
  text-transform: uppercase;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-theme-outline {
  border: 2px solid #84223B;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #84223B;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 9px;
  text-transform: uppercase;
}

.btn-theme-outline:hover {
  border: 2px solid #84223B;
  background: transparent;
  color: #84223B;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
footer {
  background-color: #660033;
  color: #fff;
  font-size: 14px;
}

footer .footer-heading {
  color: white;
  font-size: 20px;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter-input {
  max-width: 400px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 16px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.subscribe-btn {
  background-color: #84223B;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  border: 2px solid #84223B;
  transition: 0.3s;
  margin: 5px;
  border-radius: 8px;
}

.footer-social a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

.footer-social a:hover {
  text-decoration: underline;
}

.footer-logo {
  font-family: "Brush Script MT", cursive;
  font-size: 26px;
}

.newsletter-input {
  background: white;
  border-radius: 8px;
}

.newsletter-input input {
  border: 0;
  color: black !important;
  opacity: 1;
  background: white;
}

.newsletter-input input::placeholder {
  color: #959595 !important;
}

.subscribe-btn:hover {
  background: transparent;
  color: #84223B;
}

.footer-content {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-content p {
  margin: 0;
  font-size: 16px;
  color: white;
}

.footer-logo {
  font-size: 26px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links .row {
  width: 100%;
}

.footer-links .row .col-6 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.footer-top-heading {
  font-size: 39px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
  font-family: var(--font-dm);
}

.footer-bottom.container {
  font-size: 15px;
}

/* 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: #84223B;
  border-color: #84223B;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #84223B;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #546DD4;
  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: #546DD4 !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 */