@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Display-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Headline-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Ivy Presto Display";
  src: url("/typography/fonnts.com-Ivy-Presto-Headline-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
h1 {
    font-family: "Ivy Presto Headline", serif;
    font-weight: 600;
    line-height: 100%;
    font-size: 84px;
}
span {
    font-family: "Ivy Presto Display", serif;
    font-weight: 300;
    font-style: italic;
}
h2 {
    font-family: "Ivy Presto Headline", serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
}
h3 {
   font-family: "Ivy Presto Headline", serif;
   font-size: 56px;
   font-weight: 600;
   line-height: 110%;
}
h4 {
  font-family: "Ivy Presto Headline", serif;
  font-size: 32px;
  font-weight: 600;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  margin: 0;
}
b {
    font-weight: 600;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --dark-blue: #152257;
    --dark-purple: #672076;
    --light-blue: #7CA6DB;
    --orange: #E4562E;
    --magenta: #C80181;
    --white: #fff;
    --black: #101010;
    --gray: #FAFAF8;
}
.btn.magenta{
    background-color: var(--magenta);
    color: var(--white);
    padding: 16px 24px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    display: flex;
    text-align: center;
    gap: 10px;
}
.btn {
    background-color: none;
    color: var(--white);
    padding: 16px 24px;
    display: flex;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    justify-content: center;
    border: 1px solid var(--white);

}
@media (max-width: 1024px) {
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
}

/* ======================================== */
.hero-wrapper {
  background: radial-gradient(190.98% 236.39% at -29.76% -3.88%, #C80180 0%, #152257 100%);
  display: grid;
  gap: 80px;
}

.site-header {
  padding: 25px 24px;
}

.header-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
}

.logo img {
  width: 230px;
  height: 45px;
}

.nav {
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 26px;
}

.nav a {
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent; 
}

.nav a:hover {
  opacity: 1;
}

.nav a.active {
  font-weight: 600;
  border-bottom-color: var(--white);
  opacity: 1;
}

.header-btn {
  width: 125px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--white);
  padding: 14px 24px;
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.hero {
  padding: 0px 20px;
  color: var(--white);
}

.hero-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-image {
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  border-radius: 16px;
}

.hero-content {
  padding: 0px 0px 20px 0px;
  max-width: 695px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.hero-content_upper {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.hero-actions {
  width: 275px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 13px;
}

@media (max-width: 1024px) {
  .hero-wrapper {
    gap: 60px;
  }
  .hero-content_upper {
    text-align: left;
    gap: 30px;
  }
  .hero-content {
    gap: 30px;
    padding: 0px 20px 20px 0px;
  }
  .hero-container {
    align-items: end;
  }
}

@media (max-width: 991px) {
  .nav {
    display: none;      
    flex-direction: column;
    gap: 15px;
    background: var(--magenta);
    padding: 20px;
    position: absolute;
    top: 90px;           
    left: 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .nav.active {
    display: flex;      
  }

  .menu-toggle svg {
    color: var(--white);
    width: 32px;
    height: 32px;
  }
  
  .menu-toggle {
    display: block;      
  }

  .nav-menu.active {
    display: block; 
  }

  .hero-container {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .hero-image img {
    width: 80%;
  }
  .header-btn {
    display: none;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero {
    padding: 0px 20px;
  }

  .hero-image img {
    max-width: 280px;
  }
}

/* ======================================== */
.trusted-section {
  width: 100%;
  background-color: #1E285F; 
  padding: 70px 20px;
  box-shadow: 0px 4px 16px 5px #00000040 inset;
}

.trusted-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: center;
}

.trusted-icon img {
    width: 62px;
    height: 72px;
}

.trusted-text {
    color: var(--white);
    width: 100%;
    max-width: 970px;
    min-width: 320px;
}

.trusted-text .highlight {
  color: var(--orange); 
  font-weight: 600;
  font-style: normal;
}

.trusted-text em {
  font-style: italic;
  font-weight: 400;
}

/* Mobile */
@media (max-width: 767px) {
  .trusted-container {
    padding: 30px 20px;
    gap: 25px;
    flex-direction: column;
    text-align: center;
  }
}

/* ======================================== */
.visionary-section {
  padding: 90px 20px 70px 20px;
  background-color: #ffffff;
  position: relative;
}

.visionary-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #EAF3FF;
  z-index: 0;
}

.visionary-section > * {
  position: relative;
  z-index: 1;
}

.visionary-card {
  max-width: 1400px;
  margin: 0 auto 60px;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.visionary-card-heading {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 90px; 
  transform: translateX(-50%);
  gap: 16px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: row;
}

.visionary-card-heading img {
  width: 85px !important;
}

.visionary-card-heading h2 {
  font-weight: 600;
}
.visionary-card-heading span {
  color: var(--magenta);
}

.visionary-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
}

.visionary-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.visionary-content h2 {
  font-weight: 300;
  font-style: italic;
}

.visionary-content .left {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.visionary-content .right {
  width: 100%;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  font-family: "Poppins", sans-serif; 
  font-size: 18px;  
} 
.visionary-content p {
  color: #333;
  max-width: 460px;
}

.visionary-content ul {
  list-style: none;
}

.visionary-content ul li {
  font-family: "Poppins", sans-serif; 
  font-size: 18px;  
  color: #101010;
}
.visionary-values li {
  list-style: disc;       
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .visionary-section::after {
    height: 70%;
  }
  .visionary-content {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .visionary-section::after {
    height: 80%;
  }
  .visionary-content {
    flex-direction: column;
    gap: 45px;
  }
  .visionary-card-heading h2 {
    font-size: 30px;
  }
  .visionary-content .left {
    gap: 25px;
  }
  .visionary-content .right {
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .visionary-section::after {
    height: 90%;
  }
  .visionary-card-heading {
    bottom: 20px;
  }
  .visionary-content h2 {
    font-size: 30px;
  }
  .visionary-card-heading img {
    width: 40px !important;
  }
  .visionary-card-heading h2 {
    font-size: 20px;
  }
  .visionary-section {
    padding: 40px 20px 40px;
  }
}

/* How I Build Worlds Section  */
.worlds-section {
  padding: 84px 20px;
  background-color: var(--gray);
}

.worlds-section_wrapper {
  align-items: center;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.worlds-header {
  align-items: center;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  text-align: center;
}

.worlds-header h2 span {
  color: var(--magenta);
}

.worlds-header p {
  color: var(--black);
  line-height: 1.7;
}

.divider {
  width: 435px;
  height: auto;
  margin-top: 4px;
}

.worlds-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

.worlds-row {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.worlds-row-1 {
  border-radius: 58px 0px 0px 0px;
  border-top: 1px solid #00000029;
  border-right: 1px solid #00000029;
}

.worlds-row-2 {
  border-left: 1px solid #00000029;
}

.worlds-row-3 {
  border-radius: 0px 0px 50px 0px;
  border-bottom: 1px solid #00000029;
  border-right: 1px solid #00000029;
}

.worlds-image {
  width: 50%;
  height: auto;
}

.worlds-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.world-card {
  padding: 0px 20px;
  justify-items: center;
  width: 50%;
  height: auto;
}

.world-card_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 45px;
  justify-items: center;
  max-width: 400px;
  width: 100%;
}

.world-card-head {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.world-card-head img {
  width: 36px;
  height: 36px;
}

.world-card-body,
.world-card p {
  text-align: center;
  color: var(--black);
}

@media (max-width: 768px) {
  .worlds-section {
    padding: 40px 20px;
  }
  .worlds-header {
    width: 100%;
  }
  .divider {
    width: 100%;
  }
  .worlds-section_wrapper {
    gap: 50px;
  }
  .worlds-grid {
    gap: 20px;
  }
  .worlds-row {
    border: 1px solid #00000029;
    gap: 20px;
    flex-direction: column;
  }
  .worlds-image {
    width: 100%;
    height: auto;
  }
  .world-card-head h4 {
    font-size: 25px;
  }
  .world-card_content {
    gap: 20px;
    padding: 0px 20px;
  }
  .world-card {
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
}

/* Constellation Section */
.constellation {
  background-color: var(--white);
  padding: 57px 20px;
}
.constellation-content {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 82px;
}

.constellation-content_lower {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section-head {
  text-align: center;
  gap: 45px;
  display: flex;
  flex-direction: column;
}

.section-head h3 span {
  color: var(--magenta);
  font-style: italic;
  font-weight: 300;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.brand-card {
  padding: 2rem;
  color: #fff;
  min-height: 213px;
  display: flex;
  align-items: end;
  flex-direction: row;
  justify-content: space-between;
}

.brand-card span {
  font-size: 32px;
  font-style: italic;
}

.dark { background: #152257; }
.pink { background: #C80180; border-radius: 0px 45px 0px 0px;}
.blue { background: #2C429A; }
.hot-pink { background: #F41BA6; }
.mid-blue { background: #445AB6; }
.soft-pink { background: #FF5CC4; }
.light-blue { background: #7A92F1; border-radius: 0px 0px 0px 45px;}
.pastel-pink { background: #FD72CB; }

.constellation-img_lower {
  display: flex;
  flex-direction: column;
  gap: 55px;
  align-items: center;
}

.hero-card{
  position: relative;
  width: 100%;
  min-height: 750px;
  border-radius: 45px;
  border: 2px solid var(--magenta);
  overflow: hidden;
  background: url("/assets/constellation-img.jpg") center / cover no-repeat;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1)),
    linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.25) 95%);
}

.hero-text-left{
  position: absolute;
  top: 60px;
  left: 60px;
  max-width: 480px;
  color: var(--white);
}

.hero-text-right{
  position: absolute;
  bottom: 60px;
  right: 60px;
  max-width: 320px;
  color:var(--white);
}

.hero-text-right p {
  font-family: "Ivy Presto Display";
  font-size: 18px;
  font-style: italic;
  line-height: 125%;
}

@media (max-width: 768px) {
  .brand-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    min-height: 450px;
  }
  .pink { 
    border-radius: 0px 0px 0px 0px;
  }
  .light-blue {
     border-radius: 0px 0px 0px 0px;
  }
  .hero-text-left h2 {
    width: 250px;
    font-size: 35px;
  }
  .brand-card h4 {
    font-size: 20px;
  } 
  .brand-card span {
    font-size: 20px;
  }
  .btn.magenta {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .hero-text-left {
    top: 15px;
    left: 35px;
  }
  .hero-text-right {
    width: 250px;
    right: 50px;
    bottom: 30px;
  }
}

/* Work section */
.work-section {
  background: #E2EFFF;
  padding: 55px 20px;
}

.work-section_content {
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 67px;
  align-items: center;
  text-align: center;
}

.work-content_upper {
    text-align: center;
    gap: 45px;
    display: flex;
    flex-direction: column;
}

.work-content_heading span {
  color: var(--magenta);
}

.section-subtitle {
  font-size: 15px;
  margin: 16px 0 64px;
  color: #222;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.work-card {
  gap: 125px;
  background: var(--dark-blue);
  padding: 80px 60px 105px 60px;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: var(--white);
}

.card-icon img {
  width: 52px;
  height: 65px;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.card-content p {
  font-family: "Ivy Presto Display";
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 1024px) {
  .cards-grid {
    gap: 20px;
  }
  .work-card  {
    max-height: 650px;
    padding: 40px 15px;
  }
  .card-content p {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .work-card {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    padding: 32px 24px;
  }
}

/* Story Section */
.story-section {
  padding: 73px 20px;
}

.story-section_content {
  max-width: 1400px;
  margin: 0 auto;
  gap: 72px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.story-header {
  text-align: center;
}

.story-header span {
  color: var(--magenta);
}

.story-grid {
  display: flex;
  flex-direction: row;
}

.story-image {
  width: 50%;
}

.story-image img {
  width: 100%;
  height: 100%;
  max-height: 867px;
}

.story-content {
  width: 50%;
  padding: 125px 135px;
  background-color: var(--gray);
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.story-content_upper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-content_upper img {
  width: 42px;
  height: 42px;
}

.story-cta {
  text-align: center;
}
@media (max-width: 1024px) {
  .story-content {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .story-grid {
    flex-direction: column;
  }
  .story-image {
    width: 100%;
  }
  .story-content {
    width: 100%;
    padding: 50px 50px;
  }
}
@media (max-width: 425px) {
  .story-content {
    padding: 40px 30px;
  }
}

/* What People Say Section */
.testimonials {
  position: relative;
  padding: 80px 20px;
  background: #E2EFFF; 
  overflow: hidden;
}

.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/testimonials-bg.png') center / cover no-repeat; 
  backdrop-filter: blur(80.9px);
  z-index: 0;
}

.testimonials > * {
  position: relative;
  z-index: 1;
}

.testimonials-wrapper {
  max-width: 1400px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 75px;
}

.reviews-columns {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.reviews-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 50%;
}

.review-card {
  justify-content: space-between;
  background: var(--magenta);
  color:var(--white);
  padding: 40px 75px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  background-image: url("/assets/Heading.png");
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 180px auto; 
}

.style-one {
  border-radius: 45px 0px 45px 0px;
}

.style-two {
  border-radius: 0px 45px 0px 45px;
}

.big-box {
  padding: 119px 75px;
  background-image: url("/assets/Heading-2.png");
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 180px auto; 
}

.review-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-details p {
  font-weight: 600;
}

.review-details span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .big-box {
    padding: 73px 70px;
  }
}
@media (max-width: 768px) {
  .reviews-columns {
    flex-direction: column;
  }
  .reviews-col {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .review-card {
    padding: 40px 30px;
  }
  .big-box {
    padding: 40px 30px;
  }
}


/* Prefooter Section */
.prefooter-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 175px 20px;
  background:url('/assets/prefooter-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.prefooter-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 850px;
  color: #ffffff;
}

.prefooter-content span {
  font-style: italic;
  font-weight: 300;
}

.prefooter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.prefooter-btn {
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #fff;
  transition: 0.25s ease;
}

.prefooter-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 425px) {
  .prefooter-section {
    padding: 50px 20px;
  }
}

/* Footer */
.site-footer {
  background: #1E285F;
  color: #ffffff;
  padding: 58px 20px 65px 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.footer-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-around;
}

.footer-brand {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer-brand img {
  width:  230px;
  height: 50px;
}

.footer-brand p {
  font-family: "Ivy Presto Display";
  font-style: italic;
}

.footer-menu_wrapper {
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 30px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-col h6 {
  font-family: "Poppins", sans-serif;
  color: var(--orange);
  font-size: 16px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.footer-col a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.footer-col a:hover::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 2px;
  height: 25px;
  width: 2px;
  background: var(--white);
}

.footer-col a.active {
  position: relative;
  display: inline-block;
}

.footer-col a.active::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 2px;
  height: 25px;
  width: 2px;
  background: var(--white);
}

.footer-menu_right {
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.footer-menu_privacy {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-menu_privacy h6 {
  font-family: "Poppins", sans-serif;
  color: var(--orange);
  font-size: 16px;
  text-transform: uppercase;
}

.footer-menu_privacy ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.footer-menu_privacy a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.footer-menu_privacy a:hover::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 2px;
  height: 25px;
  width: 2px;
  background: var(--white);
}

.footer-menu_privacy a.active {
  position: relative;
  display: inline-block;
}

.footer-menu_privacy a.active::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 2px;
  height: 25px;
  width: 2px;
  background: var(--white);
}

.footer-contact_wrapper h6{
  font-family: "Poppins", sans-serif;
  color: var(--orange);
  font-size: 16px;
  text-transform: uppercase;
}

.footer-contact_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-contact p{
  font-family: "Ivy Presto Display";
  font-size: 18px;
  font-style: italic;
}

.footer-contact a{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600s;
  color: var(--white);
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-bottom p {
  font-family: "Ivy Presto Display";
  font-style: italic;
}

.footer-bottom small {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}

@media (max-width: 900px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-menu_wrapper {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .site-footer {
    padding: 40px 25px;
  }

  .footer-menu_wrapper {
    flex-direction: column;
  }
}