/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ---------------- Basic css ------------------ */
:root {
  scroll-behavior: unset;
  --white: #ffffff;
  --black: #000000;

  --white_img: brightness(0) saturate(100%) invert(99%) sepia(0%)
    saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
  --black_img: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%);

  --primaryfont: "Montserrat", sans-serif;
  --secondaryfont: "Open Sans", sans-serif;
  --thirdfont: "Poppins", sans-serif;

  --shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}

img {
  width: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 200ms;
  color: inherit;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

/* body */
body {
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 400;
  color: var(--black);
  font-family: var(--primaryfont);
  background: var(--white);
}

.scraped-container {
  padding-left: 0;
  padding-right: 0;
}

.uppercase {
  text-transform: uppercase !important;
}

main {
  position: relative;
  width: 100%;
}

.figure img,
.figure {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--primaryfont);
  color: #303030;
  line-height: 1.25;
}

/* image colros */
.white_img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%)
    saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%)
    hue-rotate(67deg) brightness(112%) contrast(100%);
}

.black_img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%)
    saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%)
    hue-rotate(309deg) brightness(93%) contrast(107%);
}

/* Font Weights */
.f_300 {
  font-weight: 300 !important;
}

.f_400 {
  font-weight: 400 !important;
}

.f_500 {
  font-weight: 500 !important;
}

.f_600 {
  font-weight: 600 !important;
}

.f_700 {
  font-weight: 700 !important;
}

.f_800 {
  font-weight: 800 !important;
}

.f_900 {
  font-weight: 900 !important;
}

/* secondaryfont */
.secondaryfont {
  font-family: var(--secondaryfont) !important;
}

.thirdfont {
  font-family: var(--thirdfont) !important;
}

/* bg_green */
.bg_green {
  background: #ff6c84 !important;
}

/* titles and texts */
.title_40 {
  font-size: 4rem;
}

.title_35 {
  font-size: 3.5rem;
  line-height: 5.2rem;
}

.title_30 {
  font-size: 3rem;
  line-height: 3.7rem;
  letter-spacing: 0.03em;
}

.title_32 {
  font-size: 3.2rem;
  line-height: 4.4rem;
}

.title_30 {
  font-size: 3rem;
  line-height: 3.7rem;
  letter-spacing: 0.03em;
}

.text_2xl {
  font-size: 2.2rem;
}

.text_xl {
  font-size: 2rem;
}

.text_lg {
  font-size: 1.8rem;
}

.text_md {
  font-size: 1.6rem;
}

.text_sm {
  font-size: 1.4rem;
}

/* -------------- Header Styles by Sahriar --------------- */
.site_header {
  padding: 0;
  position: relative;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: var(--menuHeight);
  background: var(--white);
}

/* =========== menu_top =========== */
.menu_top {
  background: #000000;
  height: 9rem;
  overflow: hidden;
  position: relative;
}

.menu_img {
  position: absolute;
}

.menu_top .scraped-container img {
  width: 31.6rem;
}

.menu_top .scraped-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_img_right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32rem;
}

.menu_img_left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
}

.menu_top span {
  font-weight: 400; /* adjust if needed */
  color: transparent; /* hollow inside */
  -webkit-text-stroke: 0.05rem #ffffff; /* white outline */
  text-stroke: 0.05rem #ffffff;
  letter-spacing: 0.05rem; /* optional, matches the image style */
  text-transform: uppercase; /* if you want it identical */
  font-size: 4.218rem;
  margin-left: 2.2rem;
  display: block;
}

/* ================ menu_bottom =============== */
.menu_bottom {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_bottom a {
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: underline !important;
}

.menu_bottom a:hover {
  opacity: 0.75;
  text-decoration: none !important;
}

.logo img {
  width: 19.6rem;
}

/* ================= product_area ================ */
.hair_profile {
  padding: 1.6rem 1.6rem 1.6rem 3.2rem;
  background: #feeae8;
  border-radius: 1rem;
  width: fit-content;
  margin: 0 auto;
  border: 0.1rem solid #ff6c84;
  color: #ff6c84;
  margin-bottom: 1rem;
}

.hair_profile .dot,
.dot {
  width: 1rem;
  height: 1rem;
  background: #ff6c84;
  border-radius: 10rem;
  box-shadow: 0 0 1rem 0 #c98e4a;
}

/* ================ product_area ============= */
.product_area .scraped-container > .row {
  --bs-gutter-x: 3.5rem;
}

/* ==== product_left ===== */
.swiper-button:after {
  display: none;
}

.swiper-button img {
  width: 3rem;
  height: 3rem;
}

.solution_head span {
  width: 6rem;
  background: #0c426d;
  display: block;
  height: 0.1rem;
}

.solution_head h5 {
  color: #ff6c84;
  font-size: 1.8rem;
  font-weight: 700;
}

.solution_block img {
  width: 3.3rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.solution_block p {
  color: #303030;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: capitalize;
}

.solution_blocks .col-4:nth-child(2) {
  border-left: 0.1rem solid #ebebeb;
  border-right: 0.1rem solid #ebebeb;
}

.solution_blocks_wrap {
  margin-bottom: 3rem;
}

/* ======= product_details ======= */
.rated {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 700;
  width: fit-content;
  padding: 0 0.4rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  border: 0.1rem solid #000;
  background: #f0f0f0;
  border-radius: 0.4rem;
}

.product_details h3 {
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 2rem;
}

.pr_block_icon img {
  width: 6rem;
}

.pr_block_icon {
  width: 8.1rem;
  height: 8.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #feeae8;
}

.pr_block {
  width: 100%;
  padding: 1rem 1.5rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  gap: 1rem;
}

.pr_block_right span {
  font-size: 1.5rem;
  color: #303030;
}

.pr_block_right p {
  color: #000000;
  font-size: 2rem;
}

.row.pr_blocks {
  --bs-gutter-x: 3.6rem;
  margin-bottom: 2.8rem;
}

.product_details > p {
  font-size: 1.8rem;
  color: #303030;
  font-weight: 600;
  text-transform: capitalize;
}

.product_details > p span {
  background: #f8e71c;
}

.book_wrap img {
  width: 3.3rem;
}

.book_wrap {
  color: #ff6c84;
  font-size: 2rem;
  font-weight: 700;
  gap: 2.2rem;
}

.check_points li img {
  width: 2.5rem;
}

.check_points li p {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 2.4rem;
}

.check_points li {
  gap: 3rem;
  color: #303030;
}

.check_points {
  gap: 0.8rem;
  display: grid;
}

/* ====================== price_area ====================== */
.price_area h5 {
  font-size: 2.3rem;
  color: #303030;
  font-weight: 700;
  line-height: 2.3rem;
}

.hair_profile.v2 {
  color: #000000;
  font-size: 1.4rem;
  gap: 1rem;
  padding: 0.8rem 1.2rem;
  margin-top: 1.3rem;
  margin-bottom: 2rem;
}

.nav_tabs {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #17222e;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e8eb;
  padding: 0.5rem;
  gap: 1.6rem;
}

.nav-link {
  height: 5.2rem;
  justify-content: center;
  gap: 1rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
}

.nav-link.active {
  background: #feeae8;
}

.nav-link span {
  background: #ff6c84;
  font-size: 1.4rem;
  padding: 0.5rem 0.8rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 700;
}

.text_lg {
  font-size: 1.8rem;
}

.price_top {
  padding: 0.7rem 0;
  background: #ff6c84;
  display: grid;
  border: 0.1rem solid #000000;
}

.price_top p {
  font-size: 1.1rem;
  padding-top: 0.5rem;
}

.bottle_wrap {
  height: 22.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.one_bottle {
  width: 4.1rem;
}

.save_text {
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  background: #ff6d83;
  border-radius: 10rem;
  font-size: 1.459rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1;
  justify-content: center;
  border: 0.1rem solid #fff;
  position: absolute;
  right: -2.5rem;
  top: -1rem;
  gap: 0.05rem;
}

.save_text span {
  font-size: 0.95rem;
}

.bottle_inner {
  position: relative;
}

.price_box {
  border: 0.3rem solid #000;
  border-radius: 0.8rem;
  overflow: hidden;
  text-align: center;
}

.price_num {
  color: #ff6c84;
  font-weight: 700;
}

.price_num span {
  font-size: 3.1rem;
}

.price_num sub {
  bottom: 0;
  font-size: 2.3rem;
}

.less_text {
  font-size: 1.4rem;
  display: block;
  padding: 0.5rem 1rem;
  background: #ff6c84;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10rem;
  font-weight: 700;
  color: #fff;
}

.add_to_cart_btn {
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: #00cb35;
  padding: 0 3.5rem;
  box-shadow: 0 0.1rem 0.4rem 0.1rem rgb(37, 42, 50, 0.32);
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.add_to_cart_btn:hover {
  background: #19b743;
}

.price_mid {
  padding: 0 2rem 2rem 2rem;
  display: grid;
}

.price_bottom {
  height: 4.53rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 1.2rem;
  padding: 0 2rem;
  background: #e7fef4;
}

.price_bottom img {
  width: 4.2rem;
}

.recommend {
  padding: 0.7rem 1rem;
  background: #f5a623;
  font-size: 1.4rem;
  font-weight: 700;
}

.guarantee_img {
  width: 3.9rem;
  position: absolute;
  left: 6rem;
  bottom: 4.5rem;
}

.price_box2 .save_text {
  right: -1rem;
  top: -1rem;
  font-size: 0.95rem;
  width: 3.2rem;
  height: 3.2rem;
}

.price_box2 .save_text span {
  font-size: 0.75rem;
}

.price_box.price_box2 {
  background: #ffffe5;
}

.price_box3 .save_text {
  width: 3.7rem;
  height: 3.7rem;
  font-size: 1.05rem;
  right: -1rem;
  top: -1rem;
}

.price_box3 .save_text span {
  font-size: 0.9rem;
}

.popular {
  background: #000000;
  font-size: 1.4rem;
  padding: 0.7rem 0;
  line-height: 1.45;
}

.price_box3 .three_bottles {
  max-width: 17.2rem;
}

.price_box3 .guarantee_img {
  left: 6.5rem;
  bottom: 2.8rem;
  width: 4.6rem;
}

/* ============= before_after =========== */
.px_35 {
  padding: 0 3.5rem;
}

.title_24 {
  font-size: 2.4rem;
  font-weight: 700;
}

.b4a_box .title_24 {
  padding: 1.3rem 0 0;
}

.circled_check {
  width: 2.5rem;
}

.b4a_points {
  display: grid;
  gap: 2.3rem;
}

.b4a_points li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #303030;
  font-size: 1.8rem;
  font-weight: 400;
}

.b4a_box {
  background: #feeae8;
  padding: 0.75rem 1.2rem 2rem 1.2rem;
  border-radius: 2.5rem;
  border: 0.3rem solid #000000;
}

.client_box {
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e7eb;
  display: grid;
}

.client_top_left img {
  width: 2.7rem;
  height: 2.7rem;
  object-fit: cover;
  border-radius: 10rem;
}

.client_top_left p {
  font-weight: 700;
}

.client_box * {
  font-size: 0.762rem;
  line-height: 1.2rem;
}

.client_top_left {
  gap: 0.5rem;
  align-items: center !important;
}

.client_top {
  justify-content: space-between;
  align-items: flex-start !important;
}

.stars {
  width: 6.1rem;
  margin: 0.8rem 0 0.6rem;
}

.client_top_right span {
  font-size: 0.65rem;
  color: #6a6a68;
}

.client_top_left p span {
  color: #6a6a68;
}

.sm_dot {
  width: 0.25rem;
  height: 0.25rem;
  background: #6a6a68;
  display: inline-block;
  margin: 0 0.2rem;
  border-radius: 10rem;
  transform: translateY(-0.1rem);
}

.qoute_text {
  margin: 0.7rem 0;
  font-weight: 600;
  color: #1c1c1c;
}

.before_after .row {
  --bs-gutter-x: 4.6rem;
}

.b4a_box > img {
  height: 18.7rem;
  object-fit: cover;
  border-radius: 0.8rem;
}

/* ============== team_area ================ */
.team_area .row {
  --bs-gutter-x: 5rem;
}

.team_img {
  height: 20.9rem;
  object-fit: cover;
  border-radius: 2.5rem;
}

/* ========= money_back ========= */
.money_back {
  background: #feeae8;
}

.moneyback_img {
  width: 15rem;
}

.money_back_content_left {
  max-width: 72.7rem;
  text-align: center;
}

.text_green {
  color: #ff6c84;
}

.money_back_content_left p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

/* ======================================= */
.price_section {
  padding: 3.5rem 0;
}

.price_section .tab-pane > .row {
  --bs-gutter-x: 3.6rem;
}

.price_section .section_top {
  max-width: 99.6rem;
  margin: 0 auto;
}

.price_section .section_top p {
  font-size: 2rem;
}

.price_section .bottle_wrap {
  height: 35.8rem;
}

.price_section .add_to_cart_btn {
  width: 100%;
}

.price_section .less_text {
  padding: 0.5rem 4rem;
}

.price_section .price_box1 .bottle_inner {
  transform: scale(1.65);
}

.price_section .price_box2 .six_bottles {
  width: 90%;
}

.price_section .price_box2 .guarantee_img {
  width: 6.2rem;
  left: 9.6rem;
  bottom: 7.5rem;
}

.price_section .price_box2 .save_text.thirdfont {
  display: none;
}

.px_30 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px_25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.price_section .recommend {
  font-size: 1.55rem;
  padding: 0.7rem 2rem;
}

.price_section .price_box3 .bottle_inner {
  transform: scale(1.5);
}

.price_section .price_box3 .guarantee_img {
  width: 6.8rem;
  left: 11.5rem;
  bottom: 5rem;
}

/* ================ review_area ================= */
.client_box.v2 * {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
}

.client_box.v2 .client_top_right span {
  font-size: 1.2rem;
}

.client_box.v2 .client_top_left img {
  width: 4.8rem;
  height: 4.8rem;
}

.review_area .row {
  --bs-gutter-x: 3.3rem;
  --bs-gutter-y: 4.7rem;
}

.client_box_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 1.3rem;
  left: 1.3rem;
  background: #ededed;
  position: absolute;
  z-index: -1;
  border-radius: 0.6rem;
}

.client_box.v2 .stars {
  width: 11.3rem;
  margin: 1.5rem 0 1rem;
  display: block;
}

.client_box.v2 p:last-child span:last-child {
  color: #696967;
  margin-left: 0.25rem;
}

.review_area .section_top img {
  width: 12.8rem;
}

.review_area .section_top .text_2xl {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

/* ============== FAQ area ============= */
.accordion_body {
  display: none;
}

.angle_right {
  transition: transform 0.3s ease;
}

.angle_right.rotate {
  transform: rotate(-90deg);
}

.accordion_btn {
  color: #ff6c84;
  padding: 1.8rem 1.5rem 1.8rem 1rem;
  cursor: pointer;
}

.angle_right {
  width: 0.6rem;
  height: 1.4rem;
}

.accordion_item {
  box-shadow: 0.2rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}

.accordion_body {
  padding: 0.5rem 1.4rem 2rem 1.5rem;
}

.accordion {
  display: grid;
  gap: 1.1rem;
}

/* =========== Footer area ============  */
.footer_content {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.footer_link {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 400;
  color: #2d2d2d;
}

.email_link {
  color: #303030;
  text-decoration: underline !important;
  font-weight: 400;
}

.email_link:hover {
  text-decoration: none !important;
}

.footer_text {
  color: #2d2d2d;
  font-weight: 400;
  line-height: 1.9rem;
  padding: 2.2rem 2.4rem;
  border: 0.1rem solid #e4e4e4;
}

.footer_content > p {
  color: #2d2d2d;
  font-size: 1.8rem;
  font-weight: 400;
}

.footerlogo {
  display: block;
  width: 29.3rem;
  margin: 0 auto;
}

.footer {
  padding: 3rem 0;
}

/* ============= bottom_bar ============ */
.bottom_bar {
  background: #ff6c84;
  position: sticky;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
}

.bottom_bar a {
  font-size: 2rem;
  padding: 0 2.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  border-radius: 10rem;
  font-weight: 700;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}

.bottom_bar a:hover {
  background: #000;
  color: #fff;
}

/* ==================== Details area ===================== */
.nav_link_v2 {
  padding: 0 2.8rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.tab_bg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.25s ease;
}

.nav_link_v2.active .tab_bg {
  opacity: 1;
}

.nav_link_v2.active span {
  color: #ffffff;
}

.nav_link_v2 span {
  position: relative;
  z-index: 1;
}

.Details_area .row {
  --bs-gutter-x: 5.5rem;
}

.Details_left {
  position: sticky;
  padding: 4rem 0;
  top: 3.5rem;
}

.Details_left:before {
  content: "";
  width: 100vw;
  right: 0;
  top: 0;
  background: #feeae8;
  position: absolute;
  height: 100%;
}

.Details_left .text_2xl {
  position: relative;
}

/* ================== p_details =================== */
.p_details {
  max-width: 70.5rem;
}

.trans_img {
  width: 3.5rem;
}

.trans_box .text_lg {
  display: block;
}

.text_3xl {
  font-size: 2.4rem;
}

.p_details_title {
  border-bottom: 0.1rem solid #ebebeb;
  width: 100%;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.p_details .row.row1 {
  --bs-gutter-x: 0.8rem;
  gap: 4rem 0;
  margin: 0 0 4rem 0;
}

.trans_box {
  padding: 0 1.5rem;
}

.trans_box p {
  color: #303030;
  font-weight: 400 !important;
}

.hair_type_box img {
  width: 5.1rem;
}

.hair_type_wrap {
  display: flex;
  align-items: center;
  gap: 3rem 2rem;
  margin-right: 0;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

/* =============== Details_right ============== */
.Details_right {
  padding: 2rem 0 5.3rem 0;
}

.benifits_block h5 {
  font-size: 2.4rem;
  font-weight: 500;
}

.benifits_block span {
  width: 7.1rem;
  display: block;
  height: 0.2rem;
  background: #ff6c84;
}

.benifits_wrap .row {
  --bs-gutter-x: 1.7rem;
  gap: 1.7rem 0;
}

.Details_right .title_40 {
  margin-bottom: 1rem;
}

.benifits_block p {
  font-size: 1.6rem;
}

.benifits_block p {
  font-size: 1.6rem;
}

.benifits_wrap {
  max-width: 59.7rem;
  margin: 0;
}

.transformation_box {
  margin-top: 1rem;
}

/* ================ ingredients_list ================ */
.Ingredients_wrap {
  max-width: 56rem;
}

.ingredients_list li img {
  width: 15rem;
}

.ingredients_list li {
  display: flex;
}

.ingredients_info span {
  display: block;
}

.team_info span {
  color: #252a32;
}

.ingredients_info p {
  color: #303030;
}

.price_box1 .price_bottom {
  background: #fff4e6;
}

.overline {
  text-decoration: line-through;
}

.client_box.v2 {
  transition: 0.25s ease;
}

.client_box.v2:hover {
  box-shadow: 0 0.5rem 0.5rem 0.1rem #00000020;
}

/* =============== image_popup =============== */
.image_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  transform: scale(0.85);
  transition: 0.25s ease;
  opacity: 0;
  pointer-events: none;
}

.image_popup.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.modal_img img {
  width: 50rem;
}

.close_Btn img {
  width: 2rem;
  height: 2rem;
}

.close_Btn {
  position: absolute;
  right: 2rem;
  top: 2rem;
  transition: 0.25s ease;
}

.close_Btn:hover {
  opacity: 0.5;
}

.modal_img {
  width: 55vw;
  background: #202020;
  height: 85vh;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_slider img:hover {
  cursor: pointer;
  filter: brightness(0.95);
  transition: 0.25s ease;
}