@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* Common Style Start */
.cc-site {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #000000;
}
.cc-menu-open {
  overflow: hidden;
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
*:active,
*:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn {
  border-radius: 24px;
  padding: 15px 35px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.31px;
}
.btn-primary {
  color: #fefefe;
  background-color: #7f0013;
  border: 1px solid #e8e8e8;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #b30c25;
  border: 1px solid #e8e8e8;
}
.cc-section-title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.4px;
  color: #180609;
  margin-bottom: 24px;
}
.cc-section-description {
  letter-spacing: -0.43px;
  color: #000000;
}
.cc-section-space {
  padding: 80px 0;
}
/* Common Style End */

/* Site Header Start */
.cc-site-header {
  background-color: #f4e2df;
  position: sticky;
  top: 0;
  z-index: 99;
}
.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
}
.navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navbar-nav .nav-link {
  font-size: 16px;
  letter-spacing: -0.31px;
  color: #171717;
}
.navbar-nav .nav-link:hover {
  opacity: 0.8;
  color: #171717;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 32px;
}
.navbar-toggler-icons {
  width: 35px;
  height: 3px;
  background-color: #7f0013;
  border-radius: 50%;
  display: block;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(1) {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(2) {
  margin-bottom: 0;
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icons:nth-child(3) {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 5px;
}
/* Site Header End */

/* Home Page Start */
.cc-landing-section {
  background-image: url(../images/landing-background.png);
  background-size: cover;
  background-position: top;
  color: #ffffff;
  padding: 350px 0 100px;
  position: relative;
}
.cc-landing-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cc-landing-head .cc-section-title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 0.4px;
  color: #f2f2f2;
  margin-bottom: 16px;
}
.cc-landing-head .cc-section-description {
  color: #fefefe;
  margin-bottom: 40px;
}
.cc-section-title span {
  position: relative;
  color: #d7b0b6;
}
.cc-section-title span::after {
  content: "";
  width: 147px;
  height: 70px;
  position: absolute;
  top: -10px;
  left: -10px;
  background-image: url(../images/title-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.cc-landing-head {
  max-width: 100%;
  width: 700px;
  margin: auto;
  margin-bottom: 455px;
}
.cc-downlod-platform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-landing-item {
  position: relative;
  color: #fefefe;
  border-radius: 12px;
  margin: 0 6px;
}
.cc-landing-item-img {
  position: relative;
}
.cc-landing-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(102, 102, 102, 0)),
    to(#000000)
  );
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%);
  border-radius: 12px;
}
.cc-landing-item-img img {
  border-radius: 12px;
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cc-fashion-info {
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.cc-fashion-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}
.cc-fashion-price {
  font-size: 17px;
  margin-bottom: 0;
}
.cc-fashion-price span {
  font-weight: 700;
}
.cc-fashion-badge {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #180609;
  padding: 6px;
  background-color: #fefefe;
  border-radius: 3px;
}
.cc-fashion-fav {
  position: absolute;
  top: 12px;
  right: 12px;
}
.cc-experience-section {
  background-image: url(../images/experience-back.png);
  background-size: cover;
  background-position: top;
}
.cc-experience-head {
  width: 500px;
  max-width: 100%;
  margin-bottom: 45px;
}
.cc-experience-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cc-experience-card-info {
  width: calc(100% - 80px);
}
.cc-experience-card-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.45px;
  color: #180609;
}
.cc-experience-card-text {
  letter-spacing: -0.43px;
  color: #46383a;
  margin-bottom: 24px;
}
.cc-experience-card-link {
  color: #7f0013;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
}
.cc-journey-section {
  padding-top: 180px;
}
.cc-journey-wrapper {
  background-color: #fcf6f5;
  border: 1px solid #7f0013;
  border-radius: 24px;
  padding: 60px 50px 30px;
}
.cc-journey-experience-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cc-journey-experience-head {
  margin-top: 80px;
  width: 500px;
}
.cc-journey-img {
  position: relative;
  margin-top: -160px;
  z-index: 1;
}
.cc-start-journey-head .cc-section-title {
  margin-bottom: 55px;
}
.cc-preview-wrapper {
  background-color: #fcf6f5;
  border-radius: 24px;
  margin-top: 80px;
  padding: 40px;
}
.cc-faq-head .cc-section-description {
  margin-bottom: 40px;
}
.accordion-item:not(:last-child) {
  margin-bottom: 40px;
}
.accordion-item:not(:first-of-type),
.accordion-item {
  margin-bottom: 40px;
  background-color: #fefcfc;
  border: 1px solid #e8e6e6;
  border-radius: 8px;
}
.accordion-button {
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.45px;
  color: #180609;
  padding: 29px 40px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.accordion-body {
  font-size: 15px;
  letter-spacing: -0.23px;
  color: #64585a;
  padding: 0 40px 30px;
}
.accordion-button:not(.collapsed) {
  color: #180609;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 18px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.92849 1.42871V15.5708M14.9996 8.49978H0.857422' stroke='%23180609' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1421 0.90918H1' stroke='%23180609' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.cc-download-wrapper {
  padding: 30px 85px 0;
  background-image: url(../images/download-bg.png);
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.cc-download-content {
  margin-top: 40px;
}
.cc-download-content .cc-section-title {
  margin-bottom: 11px;
  color: #fff;
}
.cc-download-content .cc-section-description {
  color: #fff;
  margin-bottom: 50px;
}
.cc-download-content .cc-downlod-platform-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* Home Page End */

/* Site Footer Start */
.cc-site-footer {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center;
}
.cc-footer-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.cc-social-link {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1.5px solid rgba(127, 0, 19, 0.1);
  border-radius: 50%;
}
.cc-social-link:hover {
  opacity: 0.8;
}
.cc-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  gap: 15px;
}
.cc-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}
.cc-footer-menu-link {
  letter-spacing: -0.23px;
  color: #171717;
}
.cc-footer-menu-link:hover {
  color: #171717;
  opacity: 0.8;
}
.cc-footer-copy-text {
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 0;
}
.cc-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 3px solid rgba(10, 20, 47, 0.06);
  padding-top: 45px;
}

/* Site Footer End */

/* Responsive Style Start */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: relative;
    z-index: 101;
  }
  .cc-site-header-btn {
    margin-left: auto;
  }
  .btn {
    border-radius: 16px;
    padding: 10px 25px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .navbar-nav {
    background-color: #f4e2df;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 32px;
  }
  .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .cc-landing-section {
    padding: 90px 0 70px;
  }
  .cc-experience-content {
    margin-bottom: 20px;
  }
  .cc-journey-section {
    padding-top: 0;
  }
  .cc-journey-img {
    margin-top: 50px;
  }
  .cc-journey-img {
    margin-top: 0;
  }
  .cc-journey-experience-head {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .cc-preview-wrapper .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cc-preview-wrapper .col {
    margin-bottom: 20px;
  }
  .cc-preview-wrapper {
    margin-top: 50px;
  }
  .cc-download-img {
    text-align: center !important;
    margin-top: 40px;
  }
  .cc-download-content .cc-section-description {
    margin-bottom: 30px;
  }
  .cc-download-section {
    padding-top: 0;
  }
  .cc-download-wrapper {
    padding: 30px 50px 0;
  }
  .cc-footer-menu {
    margin-bottom: 40px;
  }
  .cc-footer-info {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 8px 15px;
    font-size: 14px;
  }
  .cc-section-space {
    padding: 50px 0;
  }
  .cc-landing-head .cc-section-title {
    font-size: 40px;
  }
  .cc-section-title span::after {
    width: 120px;
    height: 55px;
    top: -6px;
  }
  .cc-landing-head {
    margin-bottom: 70px;
  }
  .cc-landing-img {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding: 0 20px;
    margin-top: 30px;
  }
  .cc-landing-section {
    padding: 70px 0 0;
  }
  .cc-fashion-info {
    left: 15px;
  }
  .cc-fashion-title {
    font-size: 17px;
    margin-bottom: 0;
  }
  .cc-fashion-price {
    font-size: 14px;
  }
  .cc-fashion-badge {
    left: 15px;
    font-size: 14px;
  }
  .cc-section-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .cc-experience-head {
    margin-bottom: 30px;
  }
  .cc-experience-card {
    padding: 15px;
    gap: 15px;
    margin-bottom: 15px;
  }
  .cc-experience-card-title {
    font-size: 18px;
  }
  .cc-experience-card-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cc-experience-card-link {
    font-size: 14px;
    gap: 4px;
  }
  .cc-journey-wrapper {
    padding: 30px 20px;
  }
  .cc-journey-img {
    margin-bottom: 40px;
  }
  .cc-start-journey-head .cc-section-title {
    margin-bottom: 20px;
  }
  .cc-journey-experience-head {
    margin-bottom: 20px;
  }
  .cc-preview-wrapper {
    margin-top: 20px;
    padding: 20px;
  }
  .cc-faq-head {
    margin-bottom: 30px;
  }
  .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }
  .accordion-body {
    padding: 0 20px 15px;
  }
  .accordion-item:not(:last-child),
  .accordion-item:not(:first-of-type),
  .accordion-item {
    margin-bottom: 15px;
  }
  .cc-download-content {
    margin-top: 0;
  }
  .cc-download-wrapper {
    padding: 30px 20px 0;
  }
  .cc-footer-menu {
    margin-bottom: 20px;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cc-footer-menu-item {
    width: calc(33.33% - 10px);
  }
  .cc-footer-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    gap: 15px;
  }
  .cc-site-footer {
    padding-bottom: 20px;
  }
}
/* Responsive Style End */
