@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Manrope:wght@200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  font-family: "Manrope", sans-serif;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1116px;
  }
}

.title64,
.title40 {
  font-family: "Averia Serif Libre", serif;
}

.title64 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: -2px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .title64 {
    font-size: 2.375rem;
    padding: 0 24px;
  }
  .title64 br {
    display: none;
  }
}

.title40 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: -2px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .title40 {
    font-size: 1.625rem;
    text-align: center;
  }
  .title40 br {
    display: none;
  }
}

.subTitle14 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}

.title_flex {
  text-align: center;
  margin-bottom: 40px;
}
.title_flex .title40 {
  margin-bottom: 8px;
}
.title_flex .subTitle14 {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .title_flex .subTitle14 br {
    display: none;
  }
}

.header__wrapper {
  padding: 12px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .header__wrapper {
    background: #fff;
    padding: 12px 0;
  }
}
.header__wrapper .nav_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header__wrapper .nav_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper .nav_header .humbuger_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.header__wrapper .nav_header .humbuger_wrap .brand {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: width 0.3s linear, height 0.3s linear;
  transition: width 0.3s linear, height 0.3s linear;
}
.header__wrapper .nav_header .humbuger_wrap .brand img {
  width: 100%;
  height: 100%;
}
.header__wrapper .nav_header .humbuger_wrap .brand span {
  font-size: 32px;
  font-weight: 700;
  font-family: "Averia Serif Libre", serif;
  line-height: 120%;
  letter-spacing: -2px;
  color: #994137;
}
@media screen and (max-width: 767px) {
  .header__wrapper .nav_header .humbuger_wrap .brand span {
    font-size: 24px;
  }
}
.header__wrapper .nav_header .humbuger_wrap .btn_humburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  display: none;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
.header__wrapper .nav_header .humbuger_wrap .btn_humburger::after {
  content: "";
  background: url(../../../assets/img/humbuger.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .header__wrapper .nav_header .humbuger_wrap .btn_humburger {
    display: block;
  }
}
.header__wrapper .nav_header .humbuger_wrap .btn_humburger .img {
  width: 28px;
  height: 28px;
}
.header__wrapper .nav_header .humbuger_wrap .btn_humburger.close::after {
  background: url(../../../assets/img/close.svg) no-repeat center center;
}
.header__wrapper .nav_header .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 991px) {
  .header__wrapper .nav_header .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    position: fixed;
    top: 52px;
    width: 100%;
    height: calc(100vh - 52px);
    background: #fff;
    padding: 32px 12px;
    text-align: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.header__wrapper .nav_header .nav_list li {
  position: relative;
}
@media screen and (max-width: 991px) {
  .header__wrapper .nav_header .nav_list li::after {
    content: "";
    background: url(../../../assets/img/icons/stock.svg) no-repeat center center;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.header__wrapper .nav_header .nav_list li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #994137;
}
@media screen and (max-width: 991px) {
  .header__wrapper .nav_header .nav_list li a {
    color: #994137;
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper .nav_header .nav_list li:last-child::after {
    display: none;
  }
}
.header__wrapper .nav_header .nav_list.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer {
  background: #994137;
  padding: 120px 0 8px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 56px 0;
  }
}
.footer .main_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer .main_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 16px;
  }
}
.footer .main_flex .contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .footer .main_flex .contact_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}
.footer .main_flex .contact_flex .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .main_flex .contact_flex .inner img {
  width: 41px;
  height: 42px;
}
.footer .main_flex .contact_flex .inner a {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  display: inline-block;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .footer .main_flex .copyRight {
    margin: 120px auto 0 auto;
  }
}
.footer .main_flex .copyRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer .main_flex .copyRight ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.footer .main_flex .copyRight ul li a {
  color: #fff;
}
.footer .brand {
  padding: 0 24px;
}
.footer .brand img {
  width: 100%;
  height: 100%;
}

.co_Button {
  font-size: 1rem;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  background: #994137;
  border-radius: 4px;
  padding: 11px 20px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.co_Button.btnStart {
  background: #998684;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 24px;
  text-align: center;
  width: 100%;
}
.co_Button.btnStart:hover {
  background: #fff;
  color: #994137;
  -webkit-transform: none;
  transform: none;
}
.co_Button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.hero__banner__wrapper {
  background-image: url("../../../assets/img/banner.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__banner__wrapper .contents {
  margin: auto auto 80px auto;
  min-width: 100%;
  text-align: center;
}
.hero__banner__wrapper .contents .tag {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 16px auto 12px auto;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .contents .tag {
    margin: 0 24px 16px 24px;
  }
}
.hero__banner__wrapper .contents h1 {
  margin-bottom: 16px;
}
.hero__banner__wrapper .contents p {
  margin: 16px auto 16px auto;
  color: #fff;
}
.hero__banner__wrapper .contents .co_Button {
  background: #fff;
  color: #994137;
}

/* Target the wrapper to make it float */
.header__wrapper {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* Centers the container */
}

/* Style the container as the floating white card */
.header__wrapper .container {
  background: rgba(255, 255, 255, 0.95); /* Semi-transparent white */
  backdrop-filter: blur(10px); /* Modern blur effect */
  border-radius: 50px; /* Makes it pill-shaped */
  padding: 10px 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Align nav elements */
.nav_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* Style the list items */
.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.nav_list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_list a:hover {
  color: #d82e3f; /* Red accent */
}

/* Hide hamburger button on desktop */
.btn_humburger {
  display: none;
  border: none;
  background: none;
  cursor: pointer;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
  .btn_humburger {
    display: block; /* Show menu button on mobile */
  }
  .nav_list {
    display: none; /* Hide links by default on mobile */
    /* You'll need JS to toggle a '.show' class here later */
  }
}
.about__wrapper {
  padding: 120px 0;
  background: #994137;
}
@media screen and (max-width: 767px) {
  .about__wrapper {
    padding: 40px 0;
  }
}
.about__wrapper .content {
  background: #FDFBF9;
  padding: 80px 56px;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__wrapper .content {
    padding: 32px 16px 200px 16px;
  }
}
.about__wrapper .content::before {
  content: "";
  background-image: url("../../../assets/img/about.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 676px;
  height: 405px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
  .about__wrapper .content::before {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .about__wrapper .content::before {
    width: 100%;
    height: 220px;
  }
}
.about__wrapper .content h2 {
  margin-bottom: 40px;
}
.about__wrapper .content .aboutList {
  background: rgba(0, 0, 0, 0.1);
  padding: 40px 56px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__wrapper .content .aboutList {
    padding: 24px 24px 24px 48px;
  }
}
.about__wrapper .content .aboutList li {
  list-style-type: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 12px;
}
.about__wrapper .content .aboutList li:last-child {
  margin-bottom: 0;
}

.services__wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .services__wrapper {
    padding: 56px 0;
  }
}
.services__wrapper .title40 {
  margin-bottom: 40px;
  text-align: center;
}
.services__wrapper .tab_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .services__wrapper .tab_buttons {
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
  }
}
.services__wrapper .tab_buttons .tabBtn {
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  border-radius: 4px;
  border: 1px solid #E4E4E7;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .services__wrapper .tab_buttons .tabBtn {
    white-space: nowrap;
  }
}
.services__wrapper .tab_buttons .tabBtn.active {
  background: #994137;
  color: #fff;
  border-color: #994137;
}
.services__wrapper .tabContent {
  display: none;
}
.services__wrapper .tabContent .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .services__wrapper .tabContent .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.services__wrapper .tabContent .flex_box .service {
  width: 492px;
}
@media screen and (max-width: 991px) {
  .services__wrapper .tabContent .flex_box .service {
    width: 100%;
  }
}
.services__wrapper .tabContent .flex_box .service h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .services__wrapper .tabContent .flex_box .service h2 {
    text-align: center;
  }
}
.services__wrapper .tabContent .flex_box .service .serviceList {
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .services__wrapper .tabContent .flex_box .service .serviceList {
    margin-bottom: 32px;
  }
}
.services__wrapper .tabContent .flex_box .service .serviceList li {
  list-style-type: disc;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 12px;
}
.services__wrapper .tabContent .flex_box .service .serviceList li:last-child {
  margin-bottom: 0;
}
.services__wrapper .tabContent .flex_box .document {
  width: 498px;
  background: #994137;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .services__wrapper .tabContent .flex_box .document {
    width: 100%;
  }
}
.services__wrapper .tabContent .flex_box .document h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  padding: 32px 24px 0 24px;
  margin-bottom: 16px;
}
.services__wrapper .tabContent .flex_box .document .documentList {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 24px 24px 50px;
}
.services__wrapper .tabContent .flex_box .document .documentList li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  list-style-type: disc;
}
.services__wrapper .tabContent.active {
  display: block;
}

.works__wrapper {
  padding: 120px 0 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 251, 249, 0)), to(#FAF1F0));
  background: linear-gradient(180deg, rgba(253, 251, 249, 0) 0%, #FAF1F0 100%);
}
@media screen and (max-width: 767px) {
  .works__wrapper {
    padding: 56px 0;
  }
}
.works__wrapper .works__Cards_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 1116px;
  margin: 0 auto;
  overflow: auto;
}
.works__wrapper .works__Cards_wrap .worksCard {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .works__wrapper .works__Cards_wrap .worksCard {
    width: 100%;
    min-width: 224px;
  }
}
.works__wrapper .works__Cards_wrap .worksCard img {
  width: 100%;
  height: auto;
}
.works__wrapper .works__Cards_wrap .worksCard h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  margin: 16px 0 12px 0;
}
.works__wrapper .works__Cards_wrap .worksCard p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.plan__pricing__wrapper {
  background: #FDFBF9;
  padding: 120px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .plan__pricing__wrapper {
    padding: 56px 0;
  }
}
.plan__pricing__wrapper .pricingCard_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .plan__pricing__wrapper .pricingCard_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard {
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  width: 33.3333333333%;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .plan__pricing__wrapper .pricingCard_flex .pricingCard {
    width: 100%;
  }
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FAF1F0));
  background: linear-gradient(180deg, #fff 0%, #FAF1F0 100%);
  padding: 24px;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  height: 100%;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 40px;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #000;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner h4 span {
  font-weight: 600;
  letter-spacing: -0.6px;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 32px;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner .list_items {
  padding-left: 26px;
  margin-bottom: 32px;
  min-height: 198px;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner .list_items li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #777777;
  margin-bottom: 12px;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner .list_items li span {
  font-weight: bold;
  color: #333333;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard .inner .list_items li::before {
  content: "";
  background: url("../../../assets/img/icons/true.svg");
  width: 18px;
  height: 18px;
  position: absolute;
  left: -26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .inner {
  background: #994137;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .inner h3 {
  color: #fff;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .inner h4 {
  color: #fff;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .inner h4 span {
  color: #fff;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .inner p {
  color: #fff;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .inner .list_items li {
  color: #fff;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .inner .list_items li span {
  color: #fff;
}
.plan__pricing__wrapper .pricingCard_flex .pricingCard:hover .btnStart {
  background: #fff;
  color: #994137;
}

.pricingGuide__wrapper {
  padding: 80px 0;
  background: #FDFBF9;
}
@media screen and (max-width: 767px) {
  .pricingGuide__wrapper {
    padding: 56px 0;
  }
}
@media screen and (max-width: 991px) {
  .pricingGuide__wrapper .title_flex {
    padding: 0 16px;
  }
}
.pricingGuide__wrapper .card__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.pricingGuide__wrapper .card__grid .gudieCard {
  background: linear-gradient(135deg, #fff 0%, #FAF1F0 100%);
  border: 1px solid #e6dede;
  border-radius: 14px;
  padding: 24px 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .pricingGuide__wrapper .card__grid .gudieCard {
    height: 100%;
  }
}
.pricingGuide__wrapper .card__grid .gudieCard h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 18px;
  color: #000;
  margin: 0;
}
.pricingGuide__wrapper .card__grid .gudieCard p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin: 0;
}
.pricingGuide__wrapper .card__grid .gudieCard:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
}
.pricingGuide__wrapper .card__grid .large {
  max-width: 706px;
  width: 100%;
}
.pricingGuide__wrapper .card__grid .xlLarge {
  max-width: 602px;
  width: 100%;
}
.pricingGuide__wrapper .card__grid .xxlLarge {
  max-width: 788px;
  width: 100%;
}
.pricingGuide__wrapper .card__grid .smSmall {
  max-width: 286px;
  width: 100%;
}
.pricingGuide__wrapper .card__grid .mdSmall {
  max-width: 370px;
  width: 100%;
}
.pricingGuide__wrapper .card__grid .lgSmall {
  max-width: 474px;
  width: 100%;
}
.pricingGuide__wrapper .card__grid .empty {
  background: linear-gradient(280deg, #fff 0%, #FAF1F0 100%);
}
@media screen and (max-width: 1024px) {
  .pricingGuide__wrapper .card__grid .empty {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .pricingGuide__wrapper .card__grid .large,
  .pricingGuide__wrapper .card__grid .xlLarge,
  .pricingGuide__wrapper .card__grid .xxlLarge,
  .pricingGuide__wrapper .card__grid .smSmall,
  .pricingGuide__wrapper .card__grid .mdSmall,
  .pricingGuide__wrapper .card__grid .lgSmall {
    max-width: 100%;
  }
}

.faq {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .faq {
    padding: 56px 16px 56px 16px;
  }
}
.faq .title40 {
  margin-bottom: 40px;
  text-align: center;
}
.faq .wrapper {
  max-width: 880px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid #E5D9D8;
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq__icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.faq__answer p {
  padding: 0 20px 0 20px;
  color: #777;
  font-size: 14px;
}
.faq__item.active {
  background: #E8E8E8;
}
.faq__item.active .faq__answer {
  max-height: 200px;
}
.faq__item.active .faq__icon {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.quote__wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .quote__wrapper {
    padding: 0 0 262px 0;
    background: #994137;
    margin: 0 16px;
  }
}
.quote__wrapper .wrapper {
  background-image: url("../../../assets/img/quote.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .quote__wrapper .wrapper {
    background-image: none;
    padding: 32px 16px 56px 16px;
  }
  .quote__wrapper .wrapper::after {
    content: "";
    background-image: url("../../../assets/img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 80%;
    width: 100%;
    height: 330px;
    position: absolute;
    bottom: -64%;
    left: 0;
  }
}
.quote__wrapper .title40 {
  color: #fff;
  margin-bottom: 24px;
}
.quote__wrapper .cards_wrap {
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.12);
  max-width: 320px;
  padding: 20px;
  border-radius: 4px;
}
.quote__wrapper .cards_wrap h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 10px;
  color: #fff;
}
.quote__wrapper .cards_wrap ul {
  padding-left: 20px;
}
.quote__wrapper .cards_wrap ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  list-style-type: disc;
  margin-bottom: 4px;
}
.quote__wrapper .cards_wrap ul li:last-child {
  margin-bottom: 0;
}
.quote__wrapper .cards_wrap:last-child {
  margin-bottom: 0;
}

.compliance__wrapper {
  max-width: 618px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .compliance__wrapper {
    padding: 56px 16px;
  }
}
.compliance__wrapper .title40 {
  margin-bottom: 10px;
}
.compliance__wrapper p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 16px;
}
.compliance__wrapper p:last-child {
  margin-bottom: 0;
}

.chooseUs__wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .chooseUs__wrapper {
    padding: 56px 0;
  }
}
.chooseUs__wrapper .title40 {
  text-align: center;
}
.chooseUs__wrapper .chooseUsSwiper {
  margin-top: 56px;
}
.chooseUs__wrapper .chooseUsSwiper::after, .chooseUs__wrapper .chooseUsSwiper::before {
  content: "";
  background-image: url(../../../assets/img/gradient.png);
  width: 290px;
  height: 100%;
  position: absolute;
  left: -6%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .chooseUs__wrapper .chooseUsSwiper::after, .chooseUs__wrapper .chooseUsSwiper::before {
    background-image: url(../../../assets/img/home/sponsors/bg.png);
    width: 106px;
  }
}
.chooseUs__wrapper .chooseUsSwiper::after {
  right: -6%;
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chooseUs__wrapper .chooseUsSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.chooseUs__wrapper .chooseUsSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.chooseUs__wrapper .chooseUsSwiper .swiper-wrapper .swiper-slide p {
  margin-top: -110px;
  margin-bottom: 60px;
  margin-left: 16px;
  margin-right: 16px;
}
.chooseUs__wrapper .chooseUsSwiper .swiper-wrapper .swiper-slide h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 16px 0 16px;
}

.quote__form__wrapper {
  max-width: 590px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .quote__form__wrapper {
    padding: 56px 16px;
  }
}
.quote__form__wrapper .title_flex p span {
  font-weight: bold;
}
.quote__form__wrapper form .inputGroup {
  margin-bottom: 24px;
  position: relative;
}
.quote__form__wrapper form .inputGroup label {
  margin-bottom: 8px;
}
.quote__form__wrapper form .inputGroup .form-control {
  background: #F2F2F2;
  border: 1px solid #E6E6E6;
}
.quote__form__wrapper form .inputGroup .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #994137;
}
.quote__form__wrapper form .inputGroup .errorMessage {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: red;
  position: absolute;
  bottom: -20px;
}
.quote__form__wrapper form .co_Button {
  max-width: 204px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 40px;
}

.sausage__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .sausage__wrapper {
    padding: 56px 0;
  }
}
.sausage__wrapper .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .sausage__wrapper .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .sausage__wrapper .flex_wrap .title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sausage__wrapper .flex_wrap .title h2 br {
    display: none;
  }
}
.sausage__wrapper .flex_wrap .title p {
  margin: 0;
}
.sausage__wrapper .flex_wrap .tab_buttons {
  background: #F1F2F4;
  border-radius: 8px;
  padding: 8px;
}
.sausage__wrapper .flex_wrap .tab_buttons .tabBtn {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #081F42;
  border-radius: 8px;
}
.sausage__wrapper .flex_wrap .tab_buttons .tabBtn.active {
  background: #ffffff;
}
.sausage__wrapper .tabContent {
  display: none;
}
.sausage__wrapper .tabContent .sausage_card {
  position: relative;
}
.sausage__wrapper .tabContent .sausage_card .img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.sausage__wrapper .tabContent .sausage_card .flexTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sausage__wrapper .tabContent .sausage_card .flexTag {
    position: absolute;
    bottom: 20px;
  }
}
.sausage__wrapper .tabContent .sausage_card .flexTag .flagTag {
  background: #F7F8F9;
  border-radius: 8px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .sausage__wrapper .tabContent .sausage_card .flexTag .flagTag {
    background: transparent;
  }
}
.sausage__wrapper .tabContent .sausage_card .flexTag .flagTag span {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #616F86;
}
@media screen and (max-width: 767px) {
  .sausage__wrapper .tabContent .sausage_card .flexTag .flagTag span {
    display: none;
  }
}
.sausage__wrapper .tabContent .sausage_card h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
  color: #081F42;
}
@media screen and (max-width: 767px) {
  .sausage__wrapper .tabContent .sausage_card h4 {
    font-size: 16px;
    margin: 12px 0 0 0;
  }
}
.sausage__wrapper .tabContent .sausage_card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #616F86;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sausage__wrapper .tabContent .sausage_card p {
    display: none;
  }
}
.sausage__wrapper .tabContent.active {
  display: block;
}

.experience__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .experience__wrapper {
    padding: 56px 0;
  }
}
.experience__wrapper .wrapper {
  position: relative;
  height: calc(100vh - 134px);
}
@media screen and (max-width: 991px) {
  .experience__wrapper .wrapper {
    height: calc(70vh - 134px);
  }
}
@media screen and (max-width: 767px) {
  .experience__wrapper .wrapper {
    height: calc(70vh - 134px);
  }
}
.experience__wrapper .wrapper .title_wrap {
  max-width: 582px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.experience__wrapper .wrapper .title_wrap h2 {
  margin-bottom: 16px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.experience__wrapper .wrapper .title_wrap p {
  margin: 0;
}
.experience__wrapper .wrapper .img_wrap .img1,
.experience__wrapper .wrapper .img_wrap .img2,
.experience__wrapper .wrapper .img_wrap .img3,
.experience__wrapper .wrapper .img_wrap .img4 {
  position: absolute;
  max-width: 248px;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .experience__wrapper .wrapper .img_wrap .img1,
  .experience__wrapper .wrapper .img_wrap .img2,
  .experience__wrapper .wrapper .img_wrap .img3,
  .experience__wrapper .wrapper .img_wrap .img4 {
    max-width: 156px;
  }
}
.experience__wrapper .wrapper .img_wrap .img3 {
  max-width: 166px;
}
@media screen and (max-width: 991px) {
  .experience__wrapper .wrapper .img_wrap .img3 {
    max-width: 112px;
  }
}
.experience__wrapper .wrapper .img_wrap .img1 {
  top: 19%;
  left: 9%;
}
@media screen and (max-width: 991px) {
  .experience__wrapper .wrapper .img_wrap .img1 {
    top: 12%;
  }
}
@media screen and (max-width: 767px) {
  .experience__wrapper .wrapper .img_wrap .img1 {
    top: 0;
  }
}
.experience__wrapper .wrapper .img_wrap .img2 {
  top: 5%;
  left: 68%;
}
@media screen and (max-width: 991px) {
  .experience__wrapper .wrapper .img_wrap .img2 {
    top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .experience__wrapper .wrapper .img_wrap .img2 {
    max-width: 112px;
    top: 11%;
  }
}
.experience__wrapper .wrapper .img_wrap .img3 {
  top: 70%;
  left: 17%;
}
@media screen and (max-width: 991px) {
  .experience__wrapper .wrapper .img_wrap .img3 {
    left: 9%;
  }
}
.experience__wrapper .wrapper .img_wrap .img4 {
  top: 70%;
  left: 60%;
}
@media screen and (max-width: 991px) {
  .experience__wrapper .wrapper .img_wrap .img4 {
    top: 76%;
    left: 55%;
  }
}

.fun__time__section {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .fun__time__section {
    padding: 56px 0;
  }
}
.fun__time__section .title_wrap {
  max-width: 546px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
.fun__time__section .title_wrap h2 {
  margin-bottom: 16px;
}
.fun__time__section .title_wrap p {
  margin: 0;
}
.fun__time__section .outer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .fun__time__section .outer_flex {
    overflow: auto;
    width: 100vw;
    left: -36px;
    position: relative;
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media screen and (max-width: 767px) {
  .fun__time__section .outer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    left: unset;
    padding: 0;
  }
}
.fun__time__section .outer_flex .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.fun__time__section .outer_flex .inner_flex .card_fun {
  position: relative;
}
.fun__time__section .outer_flex .inner_flex .card_fun img {
  max-width: 255px;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .fun__time__section .outer_flex .inner_flex .card_fun img {
    max-width: 100%;
    min-width: 262px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}
.fun__time__section .outer_flex .inner_flex .card_fun .funTag {
  border-radius: 8px;
  background: #ffffff;
  padding: 6px 16px;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.fun__time__section .outer_flex .inner_flex .card_fun .funTag span {
  color: #616F86;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.good__sausage__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .good__sausage__wrapper {
    padding: 56px 0;
  }
}
.good__sausage__wrapper .grandient_wrap {
  background: -webkit-gradient(linear, left top, right top, from(#E65005), to(#FFE1D6));
  background: linear-gradient(to right, #E65005, #FFE1D6);
  padding: 24px 34px 24px 68px;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .good__sausage__wrapper .grandient_wrap {
    padding: 32px 16px 120px 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E65005), to(#FFE1D6));
    background: linear-gradient(to bottom, #E65005, #FFE1D6);
    position: relative;
  }
}
.good__sausage__wrapper .grandient_wrap .main_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .good__sausage__wrapper .grandient_wrap .main_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.good__sausage__wrapper .grandient_wrap .main_flex .contents h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 24px;
  font-family: "Bricolage Grotesque", sans-serif;
}
@media screen and (max-width: 991px) {
  .good__sausage__wrapper .grandient_wrap .main_flex .contents h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .good__sausage__wrapper .grandient_wrap .main_flex .contents h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .good__sausage__wrapper .grandient_wrap .main_flex .contents .btnLightOrange {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.good__sausage__wrapper .grandient_wrap .main_flex .img_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 428px;
}
@media screen and (max-width: 767px) {
  .good__sausage__wrapper .grandient_wrap .main_flex .img_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.good__sausage__wrapper .grandient_wrap .main_flex .img_grid .img img {
  max-width: 132px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .good__sausage__wrapper .grandient_wrap .main_flex .img_grid .img img {
    max-width: 100%;
  }
}

.musical__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .musical__wrapper {
    padding: 56px 0;
  }
}
.musical__wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
}
.musical__wrapper .musicalSwiper::after, .musical__wrapper .musicalSwiper::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  width: 386px;
  height: 404px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .musical__wrapper .musicalSwiper::after, .musical__wrapper .musicalSwiper::before {
    display: none;
  }
}
.musical__wrapper .musicalSwiper::after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.musical__wrapper .musicalSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.musical__wrapper .musicalSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}