.mobileUI {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  * {
    margin: 0;
    padding: 0;
    /*font-family: sans-serif;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  html,
  body {
    overflow-x: hidden;
  }

  .mobileUI {
    display: block;
  }

  /* navbar______________________________________________________________________________  */
  .navBar {
    /* background-color: #f1f1f1; */
    /* background-color: rgb(241,241,241); */
    background-image: linear-gradient(180deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
    opacity: 0.9;
    width: 100%;
    padding: 30px 0;
    position: absolute; /* Initial positioning */
    top: 0;
    z-index: 100; /* Higher value to bring the navbar to the top */
    transition: top 0.3s ease; /* Smooth transition */
    /* display: none; */
    display: flex;
    align-items: center;
  }
  .desktopUI {
    display: none !important;
  }
  /* cursor______________________________________________________________________________  */
  .butterfly-container {
    display: none;
  }
  .mobile_hamburgerMenu {
    right: 7.5%;
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 100;
  }
  .hamburger_menu {
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background-color: rgba(33, 29, 29, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: -100vw;
    transition: 0.3s;
  }
  .sidebarNav {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    overflow: hidden;
  }

  .sidebarNav > ul {
    width: 100%;
    height: 100%;
  }
  .sidebarNav > ul > li {
    width: 100%;
    height: auto;
    color: white;
  }
  .sidebarNav > ul > h3 {
    color: white;
  }

  /* Landing Main______________________________________________________________________________  */
  .banner > .title > img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
  }
  .banner {
    background-image: none;
  }
  .banner_img {
    width: 331px;
    height: 410px;
    position: absolute;
    overflow: hidden;
    top: 302px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    mask-image: linear-gradient(22deg, rgba(0, 0, 0, 1), transparent 56%);
    right: 0;
  }
  .banner_imgsrc {
    background-image: url("../images/01 Landing Banner/background.png");
    width: 73%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -7vw 0vh;
    right: 47px;
    transform: scale(2.8) translateY(131px);
  }
  #animation-container {
    display: none;
  }
  .title {
    top: 0%;
  }
  .description {
    top: 2%;
  }
  .description p {
    width: 100%;
  }

  .flush-top {
    display: inline-flex;
    flex-direction: row; /* Stack elements vertically */
    align-items: center; /* Align elements to the center */
  }
  .basic-button {
    padding: 1vh 2vw;
  }
  .basic-button .button-image {
    right: 1.5vw;
  }
  /* Landing Peep______________________________________________________________________________  */
  .peep-mobile {
    height: 90vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .peep-mobile-content {
    background-color: #dddddd;
    /* height: 90%; */
    height: 100%;
    width: 90%;
    padding: 22px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .peep-mobile-content h2 {
    font-family: "Menco Bold";
    font-size: 30px;
    color: #425761;
  }
  .peep-mobile-content p {
    font-family: "Menco Medium";
    color: #99a5aa;
    line-height: 1.5;
    margin: 25px 0;
  }
  .peep-spacer {
    height: 20px;
  }
  .swiper {
    width: 100%;
    /* height: 100%; */
    height: 45%;
    overflow: visible !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    border-radius: 20px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiperNaviBtn {
    margin-top: 20px;
    /* width: 39%; */
  }

  .swiper-slide .container-image {
    position: absolute;
    bottom: 3%;
    left: 0%;
    width: 100%;
    height: 110%;
    pointer-events: none;
  }
  .swiper-slide .container-image img {
    object-fit: contain;
    transform: unset;
  }
  .swiper-slide .dot-container {
    bottom: -9%;
    left: 89%;
    z-index: 99;
  }

  .slide_01 {
    background: rgb(243, 156, 99);
    background: linear-gradient(180deg, rgba(243, 156, 99, 1) 0%, rgba(217, 111, 40, 1) 100%);
  }

  .slide_02 {
    background: rgb(200, 190, 174);
    background: linear-gradient(180deg, rgba(200, 190, 174, 1) 0%, rgba(142, 128, 106, 1) 100%);
  }

  .slide_02 .image1 {
    width: 37%;
    height: 39%;
    top: 44%;
    left: 68%;
  }
  .slide_02 .image2 {
    width: 39%;
    height: 43%;
    top: -10%;
    left: -4%;
  }
  .slide_02 .image3 {
    width: 46%;
    height: 35%;
    top: -16%;
    left: 43%;
  }

  .slide_03 {
    background: rgb(111, 162, 229);
    background: linear-gradient(180deg, rgba(111, 162, 229, 1) 0%, rgba(49, 111, 191, 1) 100%);
  }
  .slide_03 > .peepImg3 {
    width: 103%;
    height: 126%;
    top: -9%;
    left: -1%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    transform: scale(0.8);
  }
  .slide_03 .image1 {
    width: 30%;
    height: 49%;
    top: 5%;
    left: 54%;
  }
  .slide_03 .image2 {
    width: 36%;
    height: 25%;
    top: 34%;
    left: 52%;
  }
  .slide_04 {
    background: rgb(155, 135, 255);
    background: linear-gradient(180deg, rgba(155, 135, 255, 1) 0%, rgba(109, 84, 236, 1) 100%);
  }
  .slide_04 .image1 {
    width: 46%;
    height: 43%;
    top: 16%;
    left: 54%;
  }
  .slide_04 .image2 {
    width: 46%;
    height: 28%;
    top: -11%;
    left: 58%;
  }

  .swiper-slide .slide-text {
    position: absolute;
    bottom: 7%;
    left: 10%;
    text-align: start;
    z-index: 99;
  }

  .popup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-content {
    left: unset;
    height: 85%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px 20px;
    background-position: center;
  }
  .popup-content .close {
    top: 4%;
  }

  .popup-text {
    left: unset;
    position: unset;
  }
  /* Understand______________________________________________________________________________  */
  .understand {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: unset;
  }
  .understand-title {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
  .single-line {
    height: unset;
  }
  .understand-content {
    position: unset;
    width: 100%;
    height: unset;
  }
  .understand-tab {
    position: unset;
    transform: unset;
    margin-top: unset;
    width: unset;
    height: unset;
    margin: 40px 0 40px 0;
  }
  .button-toggle {
    margin-left: unset;
    margin-right: unset;
    margin: 0px 20px;
  }
  /* residents */
  .understand-resident {
    position: unset;
    margin-top: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
  }
  .understand-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: unset !important;
    transform: unset !important;
    padding: 100px 0;
  }
  .understand-image-steps {
    position: absolute !important;
    /* display: none; */
  }
  .understand-text {
    margin-top: unset !important;
    width: unset !important;
    flex: unset !important;
    margin-left: unset !important;
    transform: unset !important;
    z-index: 2;
    text-shadow: 2px 2px 7px rgba(30, 35, 39, 0.9);
  }
  .understand-text a {
    margin: 20px 0;
  }

  .understand-image.flush-top {
    transform: unset !important;
    align-self: unset !important;
    z-index: 0;
  }
  .understand-image {
    width: 100%;
    transform: unset !important;
    align-self: unset !important;
    margin-bottom: 10px;
    z-index: 2;
  }
  .step-image {
    margin: unset;
    padding: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
  }

  .step1-img {
    width: 195px;
    top: 327px;
    left: -36px;
  }

  .step2-img {
    right: -36px;
    top: 436px;
    width: 360px;
  }

  .step3 {
    flex-direction: column-reverse;
  }
  .step3-img {
    top: 1309px;
    left: 29px;
    width: 89px;
  }
  .step4-img {
    top: 2202px;
    left: -67px;
    width: 373px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  }
  /* Getting There______________________________________________________________________________  */
  .getting-there {
    overflow: hidden;
    width: 100%;
  }
  .getting-there .container {
    height: 450px;
  }
  .getting-there-bg {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .getting-there-bg img {
    width: 100%;
    height: 100%;
    background-image: url("../images/04 Getting There/getting there.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -340px 0;
  }
  .getting-there-info {
    position: absolute;
    left: unset;
    top: 40px;
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .getting-there-info h2 {
    font-size: 32px;
    margin-bottom: unset;
    text-shadow: 2px 2px 7px rgba(30, 35, 39, 0.9);
  }
  .getting-there-info button {
    margin: 20px 0;
  }
  .getting-there-info .basic-button {
    margin-bottom: -10px;
  }
  .getting-there-info p {
    transform: unset;
    margin-top: 20px;
    width: 100%;
    position: unset;
    top: unset;
    left: unset;
    font-size: 12px;
    color: white;
    text-shadow: 2px 2px 7px rgba(30, 35, 39, 0.9);
  }
  .white-button .button-content img {
    height: 20px;
    width: 20px;
    right: 16px;
  }
  .downloadButton .button-content img {
    height: 20px;
    width: 20px;
    right: 4px;
  }
  /* Footer______________________________________________________________________________  */
  .footer {
    overflow: hidden;
  }
  .footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
  }
  .social-media {
    margin-left: unset;
    margin-right: unset;
  }
  .trademark {
    margin-left: unset;
    transform: unset;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .footer-item div {
    margin: 15px 0;
  }
  .privacy-policy {
    width: 100%;
  }
  .footer-item div ul {
    display: flex;
    justify-content: space-evenly;
  }
  .footer-item div ul li {
    margin: unset;
  }

  /* EXPLORE______________________________________________________________________________  */
  /* main______________________________________________________________________________  */
  .explore {
    background-position: -108vh 0;
    display: flex;
    align-content: center;
    align-items: flex-end;
    padding: 30px;
  }
  .feature {
    margin: unset;
    top: unset;
  }
  .feature-title {
    font-size: 42px;
    color: white;
    text-shadow: 2px 2px 7px rgba(30, 35, 39, 0.9);
  }
  .feature-text {
    width: 100%;
    color: white;
    text-shadow: 2px 2px 7px rgba(30, 35, 39, 0.9);
  }
  /* showcase______________________________________________________________________________  */

  .slider-container {
    width: 100%;
  }
  .slider-container .slider img {
    width: 100%;
    height: 650px;
  }
  .showcase .info-box {
    width: 95%;
    left: unset;
    top: unset;
    /* margin: 0 auto; */
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .showcase .button-nav {
    bottom: 15%;
    left: 50%;
    z-index: 2;
  }
  .showcase {
    margin: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .overlay-content {
    position: absolute;
    top: unset;
    left: unset;
    transform: unset;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
  }
  .overlay-content img {
    width: 100%;
  }
  .info-box .overlay-content .text-content {
    width: 100%;
  }
  .info-box .overlay-content .text-content h3 {
    font-size: 28px;
  }
  .info-box .overlay-content .text-content #thumbnail-text {
    width: 100%;
  }

  /* chat______________________________________________________________________________  */
  .chat {
    background-position: -108vh 0;
    display: flex;
    align-content: center;
    align-items: flex-end;
    padding: 30px;
  }
  .container-chat .bottom-box {
    flex-direction: column;
    width: 100%;
  }
  .container-chat .top-box {
    flex-direction: column-reverse;
    width: 90%;
    height: unset;
  }
  .top-box .text-content {
    padding: unset;
  }
  .bottom-box .box .box-content {
    padding: unset;
    margin: unset;
  }
  .bottom-box .box {
    width: 100%;
    height: unset;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .box-content p {
    width: 100%;
  }
  .top-box .text-content p {
    width: 100%;
  }
  .showcase .container-chat {
    gap: 5px;
  }
  .image-content img {
    width: 100%;
    padding: unset;
  }
  .box-image img {
    margin: unset;
  }
  .box .shiftup {
    margin-top: -50px;
  }
  /* ABOUT______________________________________________________________________________  */
  .about {
    background-position: -108vh 0;
    display: flex;
    align-content: center;
    align-items: flex-end;
    padding: 30px;
  }

  .about-container {
    flex-direction: column;
    padding: 0 20px;
  }
  .core-values {
    margin: unset;
    height: 800px;
  }
  .core-values .container {
    width: 100%;
    /* padding: 20px; */
    padding: unset;
    height: 100%;
  }
  .core-values .core-text {
    position: unset;
    transform: unset;
    padding: 20px;
    font-size: 32px;
  }
  .core-values .scroll-container {
    transform: unset;
    position: unset;
    height: 505px;
  }
  .core-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .core-values .button-nav {
    position: unset;
    transform: unset;
  }
  .scroll-content2-mobile {
    height: 100%;
  }
  .core-slide {
    height: 100%;
    width: 100%;
    transform: unset;
    margin: unset;
    top: unset;
    left: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .core-slide .icon {
    margin-top: unset;
    margin-bottom: unset;
  }
  .scroll-content2-mobile .swiper-wrapper .swiper-slide {
    background-color: unset;
  }
  /* FAQ______________________________________________________________________________  */
  .faq {
    position: relative;
    padding-top: 100px;
    width: 100%;
    left: unset;
    padding: 100px 40px 0px 40px;
  }
  .collapsible .dot {
    margin: unset;
    width: 39px;
    height: 34px;
  }
  .faq .contactusbutton .margin-bottom {
    margin: 20px 0 20px 0;
  }

  /* CONTACT PAGE______________________________________________________________________________  */
  .contactPage {
    padding-top: 0px;
  }
  .contactPage .header .feature-title {
    text-shadow: unset;
  }
  .contactPage .header .feature-text {
    text-shadow: unset;
  }
  .contactPage .header {
    left: 0px;
    top: 15%;
    width: 100%;
    padding: 20px;
  }
  .contactPage .feature-title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .contactPage .feature-text {
    font-size: 16px;
    width: unset;
    margin: unset;
  }
  .contactPage img {
    left: -1050px;
    top: 0%;
    transform: unset;
  }
  .contactPage .left-side {
    position: unset;
    margin-top: unset;
    width: 100%;
  }
  .contactPage .right-side {
    position: unset;
    margin-top: unset;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 0 20px 0 20px;
  }
  .form-container {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 37%;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 0 30px 0 30px;
    background-color: #dfdfdf;
    gap: 30px;
  }
  .contact_spacer {
    height: 650px;
  }
  .contactPage .right-container {
    padding: unset;
    width: 100%;
  }
  #name,
  #email,
  #topic,
  #message {
    width: 100%;
  }
  .contactPage .last-element {
    width: 100%;
    margin-top: 100px;
  }
  .contactPage .flush-right {
    margin: 20px 0 20px 0;
  }
  .orange-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* GET STARTED______________________________________________________________________________  */
  .getstarted {
    background-position: -95vh 0;
    display: flex;
    flex-direction: column;
    /* align-content: center;
  align-items: flex-end; */
    /* padding: 30px; */
  }
  .getstarted .title {
    margin-bottom: unset;
    margin-left: 20px;
  }
  .getstarted .description {
    margin-left: 20px;
    top: unset;
    bottom: 4%;
    position: absolute;
  }
  .getstarted .beside {
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
    margin-top: 16px;
  }
  .getstarted .description p {
    font-size: 16px;
    width: 100%;
  }
  .steps {
    margin: unset;
    height: max-content;
  }
  .steps .container {
    height: 100%;
    width: 100%;
    padding: 20px 30px 20px 30px;
  }
  .getting-there-bg {
    align-items: start;
    position: unset;
  }
  .getstarted-info {
    left: unset;
    margin: unset;
    transform: unset;
    height: 100%;
    width: 100%;
    position: unset;
  }
  .getstarted-info h1 {
    font-size: 38px;
    text-align: center;
    margin: unset;
  }
  .steps-flex-container-mobile {
    width: 100%;
    height: 100%;
    /* background-color: #425761; */
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .flex-item-mobile {
    width: 100%;
    height: 200px;
    /* background-color: #dfdfdf; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .flex-item-numbering-container {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 5px;
  }
  .flex-item-numbering {
    border-radius: 100%;
    background-color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Menco Bold";
    color: #425761;
    /* margin-top: -35px; */
    z-index: 2;
  }
  .flex-item-content {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  .flex-item-text {
    font-family: "Menco Medium";
    color: #839299;
    font-size: 16px;
  }
  .flex-item-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 20px;
  }
  .flex-item-mobile-01 {
    background-image: url("../images/09 Get Started/step 1.png");
  }
  .flex-item-mobile-02 {
    background-image: url("../images/09 Get Started/step 2.png");
  }
  .flex-item-mobile-03 {
    background-image: url("../images/09 Get Started/step 3.png");
  }
  .flex-item-mobile-04 {
    background-image: url("../images/09 Get Started/step 4.png");
  }

  .flex-item-numbering-line {
    width: 5px;
    height: 115%;
    background: white;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
  }
  .flex-item-numbering-line-start {
    top: 50%;
  }
  .flex-item-numbering-line-end {
    top: -55%;
    height: 110%;
  }
  .flex-item-content-01 {
    height: 60%;
  }
  .flex-item-content-02 {
    height: 100%;
  }
  .flex-item-content-03 {
    height: 115%;
  }
  .flex-item-content-04 {
    height: 95%;
  }
  /* OBJECT______________________________________________________________________________  */
  .objects {
    background-position: -108vh 0;
    display: flex;
    align-content: center;
    align-items: flex-end;
    padding: 30px;
  }
  .object-content{
    width: 100%;
    margin-bottom: 20px !important;
  }
  .object-card-mobile{
    padding: 20px;
  }

  /* ACCORDIAN______________________________________________________________________________  */
  .screen .card .details-2,
  .screen .card .details-1 {
    background-color: white;
    position: relative;
    /* height: 70px; */
    height: 100%;
    z-index: -10;
    transition: all 0.5s ease-in-out;
    display: flex;
  }

  .screen {
    width: 100%;
    margin: unset;
    padding-top: unset;
    background: transparent;
    transform: rotate3d(0, 1, 0, 0deg);
  }
  .screen .card {
    margin: 0;
    height: 200px;
    transition: height 0.5s ease-in-out;
  }
  .screen .card:nth-of-type(1) .front-box {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/07 Features - Interactive Objects/sound sphere/sound sphere image.png");
    background-size: cover;
    background-position: center;
  }
  .screen .card:nth-of-type(2) .front-box {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/07 Features - Interactive Objects/video wall/video wall image.png");
    background-size: cover;
    background-position: center;
  }
  .screen .card:nth-of-type(3) .front-box {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("../images/07 Features - Interactive Objects/3d projector/3d projector image.png");
    background-size: cover;
    background-position: center;
  }
  .screen .card:nth-of-type(4) .front-box {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/07 Features - Interactive Objects/illumiframes/illumiframes image.png");
    background-size: cover;
    background-position: center;
  }
  .screen .card:nth-of-type(5) .front-box {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/07 Features - Interactive Objects/portals/image.png");
    background-size: cover;
    background-position: center;
  }

  .screen .card .front-box {
    height: 200px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .screen .card .front-box:hover {
    cursor: pointer;
  }
  .screen .card .front-box:hover h1 {
    border-bottom: 2px solid white;
  }
  .screen .card .front-box img {
    margin-top: 15px;
  }
  .screen .card .front-box:hover p {
    opacity: 1;
  }
  .screen .card .front-box h1 {
    font-family: "Menco Bold";
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    top: 55px;
    left: 20px;
    color: white;
    z-index: 20;
    transition: all 0.4s ease-in-out;
  }
  .screen .card .front-box p {
    font-family: "Menco Medium";
    color: white;
    font-style: italic;
    padding-top: 10px;
    font-weight: 400;
    opacity: 0;
    transition: all 0.5s ease-in-out 0.2s;
  }
  .screen .card .front-box .img-wrapper {
    height: 200px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .screen .card .details-1 {
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: top;
    box-shadow: inset 0px -45px 52px 0px rgba(0, 0, 0, 0.75);
    /* height: max-content; */
  }
  .screen .card .details-1 p {
    margin: auto;
  }
  .screen .card .details-2 {
    transform: translate3d(0, -140px, 0px) rotate3d(1, 0, 0, 90deg);
    transform-origin: bottom;
    box-shadow: inset 0px 0px 100px 30px rgba(0, 0, 0, 0.75);
  }
  .screen .card .details-2 p {
    margin: auto;
  }

  .unfold {
    height: 70px;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg) !important;
    box-shadow: inset 0px -45px 52px -70px rgba(0, 0, 0, 0.75) !important;
  }

  .span {
    height: 650px !important;
  }
}
