.rh_header {
    background-color: #fff;
}
.rh_header .navbar__link{
        color: #000;
    }
#rh_header {
    /* background-color: #fff; */
    width: 100%;
    margin: 0;
    min-height: 65px;
}
#rb_logo{
    width: 5rem; height: 3rem; cursor: pointer;padding-left:1em;
}
#main-header{
    height: 65px;
    display: flex;
    align-items: center;
    margin: auto;
    /* box-shadow: 0px 1px 5px #eac1c1; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    /* background-color: #fff; */
}
#logo{
    width: 4em;
    padding-left: 1em;
}
.header-items{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
/* #main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #333;
    color: #fff;
} */
#canvas-container {
    display: flex;
    align-items: center;
    width: 20%;
    /* float: left; */
}
.navbar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 1rem;
    align-items: center;
    padding-right: 1rem;
}
.exp-btn-wth-fix{
    display: block;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
}
.navbar__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    gap: 1rem;
    position: relative;
}
.navbar__item {
    margin-left: 0rem;
    width: -moz-max-content;
    width: max-content;
}
.navbar__link {
    /* color: #fff; */
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
    color: #f3ecec;
}
.navbar__link:visited{
    color: #fff;
}
.navbar__link:hover {
    color: #ddd;
}
.apply-button {
    background-color: #d84e55;
    /* color: transparent; */
    border: none;
    text-align: center;
display: block;
width: auto;
max-width: -moz-max-content;
max-width: max-content;
    min-height: 3rem;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;

    transition: background-color 0.3s ease;
  }
.apply-button a{
    color: #f0eded;
  }
.apply-button:hover {
    background-color: #d62828;
  }
.apply-button a:visited {
    color: #fff;
  }
.rh_header .navbar__link {
    color:  #000!important;
  }
@media (max-width: 600px){

    .header-items{
        width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 1rem;
    }
#canvas-container{
    width: 25%;
}.navbar__list{
    display: none;
}
.apply-button{
    width: -moz-max-content;
    width: max-content;
}
.navbar__link {
    all: unset;
    color: #000;
}
.navbar__link:visited{
    all: unset;
    color: #000;
}
.navbar {
    display: flex;
    justify-content: flex-end;
    width: 61%;
    gap: 1rem;
    align-items: center;
}




.mobile-menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 120px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    opacity: 1;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.navbar_list{
    display: flex;
    padding: 0;
    flex-direction: column;
}
.mobile-menu .navbar__item   {
    padding: 0.5rem 0;

        width: 100%;
        margin: 0;
}
.mobile-menu .navbar__item:hover {



        margin: 0;
        background-color: #929090;
        font-weight: 800;
}

.mobile-menu .navbar_link {
    font-size: 18px;
    color: #202020;
    display: block;
    padding: 10px;
    border: 1px solid #1a0202;
}

.burger-menu {
    display: block;
}


.mobile-menu {
    /* opacity: 1; */
    transform: translateY(0);
}
  }
.countryFlag,.downDropImg {
    width: 1.5rem;
    height: 1.5rem;
}
.timelines {
    position: relative;
    height: 880px;
    /* top: 7vh; */
}
.timeline-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none; 
}
.timeline-container h2{
    top: 0rem;
}
.image-overlay-top {
    position: relative;
    width: 100%;
    height: 880px;
    z-index: 0;
}
.image-overlay-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; 
    z-index: 1; 

    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1; 
}
.image-overlay-top img.fade-out {
    opacity: 0; 
    transform: scale(1.05); 
}
.image-overlay-top img.fade-in {
    opacity: 1; 
    transform: scale(1); 
}
.image-overlay-top .gradient-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.91) 0.78%,
        rgba(0, 0, 0, 0.50) 39.96%,
        #000 69.43%
    );
    pointer-events: none; 
    z-index: 2; 
}
h2{
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 4em;
    top: 0em;
}
.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    height: 100%;
    position: relative;
    transition: height 0.3s ease, background-color 0.3s ease, transform 0.5s ease;
    pointer-events: auto; 
}
.timeline-item {
    position: relative;
    width: 3px;
    background-color: #fff;
    transition: height 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}
.timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2rem; 
    right: -1.25rem; 
    bottom: 0;
    background: transparent; 
    z-index: 5;
    pointer-events: auto;
}
.timeline-item:hover {
    height: 11.5rem; 
    background-color: #ffffff;
    transform: scale(1.1); 
    transition: 0.5s ease-out;
}
.timeline-item:hover .timeline-year {
    display: block;
    transition: 0.5s ease-out;
    opacity: 1;
}
.timeline-year {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0);
    padding: 5px;
    border-radius: 3px;
    color:#fff;
    opacity: 0.7;
    /* display: none; */
}
.timeline-tooltip {
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    padding: 10px;
border: none;
    box-shadow: none;
    display: none;
    z-index: 10;
    letter-spacing: -0.96px;
    top: 5em;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: -moz-max-content;
    width: max-content;

}
.tooltip-year{
    opacity: 1;
    font-size: 32px;
}
@media screen and (max-width: 768px) {
    .timeline{
        width: 125%;
    }

    .timeline-tooltip{
        font-size: 15px;
        top: 14rem;
    }
    
}
.galleryCards {
    list-style: none;
    white-space: nowrap;
    height: 100%;
    max-width: calc(var(--cover-size) * 2.5);
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    transition: linear;
    outline: none !important;
}
.galleryImageDesk {
    width: 110%;
    margin: 0 auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 20rem;
    -webkit-box-reflect: below 0.5em linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}
.listElem {
    display: inline-block;
    width: var(--cover-size);
    aspect-ratio: 1;
    scroll-snap-align: center;
    position: relative;
    perspective: 40em;
    z-index: 1;
    will-change: z-index;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.listElem > img {
    animation: rotate-cover 1s both;
    transform: translateX(-100%) rotateY(-45deg);
    will-change: transform;
}
.gallerySliderArrLeft {
    position: absolute;
    top: 18rem;
    left: 3rem;
    transform: rotate(180deg);
    cursor: pointer;
}
.gallerySliderArrRight {
    position: absolute;
    top: 18rem;
    right: 3rem;
    cursor: pointer;
}
.gallery-counter {
    color: white;
    position: relative;
    bottom: 3rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes rotate-cover {
    0% {
        transform: translateX(-100%) rotateY(-22deg);
    }
    35% {
        transform: translateX(0) rotateY(-25deg);
    }
    50% {
        transform: rotateY(0deg) translateZ(1em) scale(1.5);
    }
    65% {
        transform: translateX(0) rotateY(25deg);
    }
    100% {
        transform: translateX(100%) rotateY(22deg);
    }
}
@media (max-width: 1024px) {
    :root {
        --cover-size: 9rem;
    }
}
@media (max-width: 600px) {
    :root {
        --cover-size: 6rem;
    }
}
@media (max-width : 359px)
{   div{
    overflow-x: hidden;
}
}
.body-gap-btw-comp{
    /* gap: 4rem; */
    display: flex;
    flex-direction: column;
}
/* .body-gap-btw-comp > :not(:first-child) {
    margin-top: 4rem; 
  }

.body-gap-btw-comp > header + div {
    margin-top: 0; 
  } */
body{
    font-family: 'Inter Variable', sans-serif;

}
.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.34);
  width: 100%;
}

.countryList {
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 1rem 1rem 0rem 0rem;
  bottom: 0;
  background: #fff;
  color: #3e3e52;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.countryFlag {
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.08),
    0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}

.countryName {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.011rem;
}

.countryOption {
  display: flex;
  align-items: center;
  padding: 1rem 0rem;
  cursor: pointer;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.countryOption:last-child {
  border-bottom: none;
}

.countryRadioBtn {
  accent-color: #e53935;
  width: 1.1rem;
  height: 1.1rem;
}

.countryOptionContent {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.countryListHeader {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0rem;
}

.closeButton {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 600px) {
  .countryList {
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    width: 23%;
  }
}

.newsContainer{

    /* height: 39px; */
    font-family: 'Inter Variable', sans-serif,arial;
    font-size: 3.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #1D1D1D;
    background-color: #f7f7f7;
    /* margin-bottom: 1em; */

    padding: 4.5rem 5rem 3rem 5rem;
}
.newsContent{
    /* margin-left: 2.5em; */
    display: flex;
    padding-bottom: 4.5rem;
    background-color: #f7f7f7;
    justify-content: space-evenly;
}
.newsContent ul{
    text-align: left;
    display: flex;
    gap: 0rem;
    margin-left: 3em;
    overflow-x: scroll;
    /* margin-right: 1em; */
}
.newsContent li{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    scale:0.9;
}
.newsContent li a u{
    color: #3e3e52;
    padding-top: 2em;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.8;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.newsDate{
    text-align: left;
    width: 420px;
    height: 1.25rem;
    font-family: 'Inter Variable', sans-serif,arial;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #6F6F6F;
    opacity: 0.8;

}
.newsDate_header{
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.5em;

}
.news-text-style{
    padding: 1.5rem;
    background-color: white;
    position: relative;
    top: -1px;
    /* height: 8.75rem; */
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 1rem 1rem;
}
.newsDate_header a{
   /* display: flex; */
   display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
   width: 420px;
   height: 7.5rem;
   /* padding-top:1.5em; */
   justify-content: center;
   -webkit-text-decoration: none;
   text-decoration: none;

}
/* .newsDate_header a{
    color: #343434;
} */
.newsDate_header a, a:visited {
    color: #343434;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.newsDate_header a:hover{
    /* color: #d84e55; */
    -webkit-text-decoration: none;
    text-decoration: none;
    
}
@media screen and (max-width: 768px) {
    .newsContent li{
        width: 240px !important;
        height: 500px !important;
        
    }
    .newsContent{
        padding-bottom: 0;
    }
    .newsDate_header{
        font-size: 1rem;
    }
    .newsContainer{
        font-size: 2rem;
        padding: 2.5rem 5rem 0rem 5rem;
        
    }
    .newsDate_header a{
        width: 210px;
        -webkit-line-clamp: 5;
    }
    .newsContent ul{
        margin-left: 0;
        height: 460px;
    }
    .newsContent a img {
        height: 220px !important;
    }
}
.footer {
  background-color: #000;
  color: #fff;
  z-index: 10;
  padding: 1.5rem 5rem 1.5rem 5rem;
  position: relative;
  top: 0em;
}

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


  }

  .footer-section {
    display: flex;
    flex-direction: column;
  }

  .footer-links {
    display: flex;
    gap: 80px;
    flex-direction: row;
  }

  .footer-links .navbar__item{
    margin: 0;
    font-size: 14px;
  }

  .footer-links div {
    display: flex;
    flex-direction: column;
  }

  .footer-links h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .footer-links li {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .footer-links li a{
    all: unset;
    cursor: pointer;
    color: #fff !important;
  }

  .footer-links li a:visited{
    color: #fff !important;
  }

  .footer-about {
    max-width: 300px;
    gap: 1rem;

  }

  .footer-logo img {
    width: 60px; 

  }

  .footer-about .pa {
    font-size: 14px;
    line-height: 20px;
    /* font-family: "Inter Variable"; */
    letter-spacing: -0.08px;
    /* margin-bottom: 24px; */
  }

  .footer-social {
    display: flex;
    gap: 24px;
    position: relative;
    top: 4em;
  }

  .footer-social .icon {
    font-size: 20px;
  }

  .footer-bottom {
margin-top: 48px;
    /* font-family: "Inter Variable"; */
    text-align: center;
    font-size: 14px;
    font-weight: 500;
line-height: 20px;
  }

  @media (min-width:1024px) and (max-width: 1279px){
    .footer{
        padding: 24px 40px 24px 84px;
    }
  }

  @media (min-width:768px) and (max-width: 1023px){
    .footer{
        padding: 24px 24px;
        padding: var(--Spacing-24, 24px) 24px;

    }
    .footer-bottom{
        margin-top: 32px;

    }
  }

  @media  (max-width: 767px){
    .footer{
display: flex;
flex-direction: column;
gap: 40px;
        padding: 24px 16px;
        padding: var(--Spacing-24, 24px) var(--Spacing-16, 16px);
    }
    .footer-bottom{
        margin-top: 40px;

    }
    .footer-container{
        flex-direction: column;
        gap: 24px 24px;
        gap: 24px var(--Spacing-24, 24px);;
    }
    .footer-links{
        gap: 16px 16px;
        gap: 16px var(--Spacing-16, 16px);
    }
    .footer-social{
      top: 0 !important;
    }
  }

  
.timelines {
    position: relative;
    height: 880px;
    /* top: 7vh; */
}

.timeline-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none; 
}

.timeline-container h2{
    top: 0rem;
}

.image-overlay-top {
    position: relative;
    width: 100%;
    height: 880px;
    z-index: 0;
}

.image-overlay-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; 
    z-index: 1; 

    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1; 
}

.image-overlay-top img.fade-out {
    opacity: 0; 
    transform: scale(1.05); 
}

.image-overlay-top img.fade-in {
    opacity: 1; 
    transform: scale(1); 
}

.image-overlay-top .gradient-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.91) 0.78%,
        rgba(0, 0, 0, 0.50) 39.96%,
        #000 69.43%
    );
    pointer-events: none; 
    z-index: 2; 
}

h2{
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 4em;
    top: 0em;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 80%;
    height: 100%;
    position: relative;
    transition: height 0.3s ease, background-color 0.3s ease, transform 0.5s ease;
    pointer-events: auto; 
}

.timeline-item {
    position: relative;
    width: 3px;
    background-color: #fff;
    transition: height 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2rem; 
    right: -1.25rem; 
    bottom: 0;
    background: transparent; 
    z-index: 5;
    pointer-events: auto;
}

.timeline-item:hover {
    height: 11.5rem; 
    background-color: #ffffff;
    transform: scale(1.1); 
    transition: 0.5s ease-out;
}

.timeline-item:hover .timeline-year {
    display: block;
    transition: 0.5s ease-out;
    opacity: 1;
}

.timeline-year {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0);
    padding: 5px;
    border-radius: 3px;
    color:#fff;
    opacity: 0.7;
    /* display: none; */
}

.timeline-tooltip {
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    padding: 10px;
border: none;
    box-shadow: none;
    display: none;
    z-index: 10;
    letter-spacing: -0.96px;
    top: 5em;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: -moz-max-content;
    width: max-content;

}

.tooltip-year{
    opacity: 1;
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .timeline{
        width: 125%;
    }

    .timeline-tooltip{
        font-size: 15px;
        top: 14rem;
    }
    
}
.perks-container {
  max-width: 100%;
  padding: 4.5rem 5rem 5rem;
  text-align: center;
  background-color: #f7f7f7;
}

  
  .perks-container h2 {
    font-size: 3.75rem;
    position: relative;
    color: #1c1c1c;
   
  }

  
  .perks-grid {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 57% 41%;
    grid-template-rows: auto;
    grid-gap: 1rem;
    gap: 1rem;
  }

  
  .perk-card:nth-child(1) {
    grid-column: span 1; 
  }

  
  .perk-card:nth-child(2) {
    grid-column: span 1; 
  }

  
  .perk-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  
  .perk-card:nth-child(3) {
    grid-column: span 2;
   

        display: flex;
        flex-direction: row;
        align-items: center;
      
  }

  
  .perk-card:nth-child(3) .perk-image {
    width: 50%;
    height: 392px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  
  .perk-card:nth-child(3) .perk-content {
    width: 50%;

    text-align: left;
    background: white;
  }

  
  .perk-card:nth-child(4) {
    grid-column: 2; 
  }

  
  .perk-card:nth-child(4) {
    grid-column: 1; 
  }

  
  .perk-image {
    width: 100%;
    height: 236px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  
  .perk-content {
    padding: 1rem;
    background: white;
    text-align: left;
  }

  
  .perk-content h3 {
    margin: 0;
    font-size: 2rem;
  }

  
  .perk-content p {
    margin: 0.25rem 0 0;
    color: #666;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  
  @media screen and (max-width: 768px) {
    .perks-grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .perks-container{
      padding: 2.5rem;
    }
    .perks-container h2 {
      font-size: 2.75rem;
      position: relative;
      color: #1c1c1c;
     
    }
    .perk-card:nth-child(3) {
      grid-column: span 1;
    }
    .perk-card:nth-child(3) {
      grid-column: span 1;
     
  
          display: flex;
          flex-direction: column;
          align-items: center;
        
    }
    .perk-card:nth-child(3) .perk-image {
      width: 100%;
      height: 270px;
      -o-object-fit: cover;
         object-fit: cover;
    }
    
    .perk-card:nth-child(3) .perk-content {
      width: 90%;
  
      text-align: left;
      background: white;
    }
  
  }
  

.values-wrapper {
  overflow: hidden;
}
/* .values-slide {
    position: relative;
    opacity: 1;
    transition: opacity 0.5s ease-out; 
  }
   */
/* .values-slide.fade-out {
    opacity: 0;
  } */
.values-container {
  height: 95vh;
  width: 100%;
  
  background-color: #121212;
  color: #fcfcfc;
  /* display: flex; 
  align-items: center;
  justify-content: center; */
  position: relative; 
}
.values-container span {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -1.44px;
  cursor: pointer;
  display: flex; 
  top: 50%;
  left: 30%;
  text-align: center;
  
  transition: transform 2.5s ease-in-out, opacity 2.5s ease-in-out;
  position: absolute;
  z-index: 15;
}
.txt-values-dsp{
    display: flex;align-items: center;
    justify-content: center;
    position: relative;
}
.values-container.zoom-effect span {
  transform: scale(28); 
  opacity: 0; 
  pointer-events: none; 
}
.first-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.first-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.values-scroll-sections {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 95vh;
  width: 100%;
}
.values-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh;
  width: 100%;
  background-color: #121212;
  scroll-snap-align: start;
}
.values-section img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
}
.section-text {
  /* text-align: center;
  color: #fcfcfc;
  padding: 20px; */
  text-align: left;
  display: flex;
  color: #fcfcfc;
  padding: 5rem;
  align-content: flex-start;
  position: absolute;
  width: 50%;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 20;
}
.section-text h2 {
  /* font-size: 2rem;
  margin-top: 1.25rem;
  z-index: 10; */
  all: unset;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
    color: fcfcfc;
    z-index: 20;
}
.section-text p {
  /* font-size: 1.2rem;
  line-height: 1.6;
  z-index: 10; */
  font-size: 1.2rem;
    line-height: 1.6;
    z-index: 1;
    opacity: 0.8;
  
}
.fade-in-out {
    opacity: 0;
    animation: fadeInOut 5.8s ease-in-out forwards;
  }
@keyframes fadeInOut {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
.image-overlay{
    height: 100%;
    width: 100%;
    opacity: 0.6;
    color: #121212;
    z-index: 10;
    top:0;
    left: 0;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
