section {
    padding: clamp(40px, 6vw, 60px) clamp(20px, 5vw, 30px);
}
.burger-menu {
    min-height: 50px;
    transition: all 0.5s ease;
    color: white;
    position: absolute;
    z-index: 3;
    width: 100%;

}
.burger-button {
    padding: 10px;
    border: none;
    outline: none;
    color: white;
    background-color: black;
    border-radius: 5px;
}

.burger-menu li {
    display: block;
    width: 100%;
}
.burger-menu p {
    text-decoration: none;
    color: white;  
    padding: 1rem 1rem;
    display: block;
    text-align: start;
}

#burger-menu-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 0 30px;
    width: 100%;
    background-color: #0000007a;
    backdrop-filter: blur(5px);

}
.desktop-menu {
    display: none;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #0000007a;
    backdrop-filter: blur(5px);
}

.section-title {
    font-family: Montserrat;
    font-size: clamp(24px, 5.5vw, 34px);
    font-style: normal;
    font-weight: 650;
    text-transform: capitalize;
    display: block;
    text-align: center;
    z-index: 2;
}
/* #home {
    height: 100vh;
    padding: 0 30px;
} */
.hero {
    position: relative;
    padding: 40px 30px  30px 30px;
    height: 100vh;
}
    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 33px;
        margin-top: 33px;
    }
    .hero-images {
       overflow-x: hidden;
    }
    .hero-img {
        margin: 0;
    }
    .shifted {
        display: none;
    }
.mobile-button {
    text-align: center;
}
.mobile-button a {
    display: inline-block;
    margin-top: 5px;
}
.hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.hero-logo-mobile {
    width: 90px;
    height: auto;
    display: block;
}
.contact-text {
    line-height: 40px;
    margin-top: 20px;   
}

.hero-title h1 {
    font-weight: 600;
    font-size: clamp(24px, 5.5vw, 34px);
}
.walet-background {
    height: calc(100vh - 70px);
    opacity: 0.2;
    left: 0;
   }
   
   #walet {
    bottom: 25px;
    transform: scale(1.2);
    left: 50px;
    height: 200px;
    width: 200px;
    bottom: -30px;
   }
   #coin1 {
    position: absolute;
    top: 50px;
    transform: scale(0.3);
    left: 100px;
   }
   #coin2 {
    position: absolute;
    top: 250px;
    left: 50px;
    transform: scale(0.3);
   }
   #coin3 {
    position: absolute;
    top: 430px;
    left: 130px;
    transform: scale(0.3);
   }

   .mobile-button {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    margin: 30px 20px 20px;
    z-index: 2;
    position: relative;
    gap: 16px;
   }

   .mobile-button img {
    width: 140px;
    height: 44px;
   }

   .features-text {
    margin: 18px;
   }
   .features-point-title {
        display: flex;
        gap: 10px;
        padding: 16px 0;
        align-items: center;
        justify-content: flex-start;
    }
    .features-point-text {
        color: var(--Primary-Text, #1E1E1E);
        text-align: start;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.6;
    }
    .features-point-title p {
        color: var(--Primary-Text, #1E1E1E);
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }
    .feature-screenshots {
        display: none;
       }
       .embla {
        overflow: hidden;
        position: relative;
      }
      .embla__container {
        display: flex;
      }
      .embla__slide {
        flex: 0 0 100%;
        min-width: 0;
      }
      .embla__prev {
        position: absolute;
        top: 50%;
        background: none;
        left: 0;
        height: 50px;
        width: 29px;
        border: none;
      }
      .embla__next {
        position: absolute;
        top: 50%;
        background: none;
        right: 0;
        height: 50px;
        width: 29px;
        border: none;
        transform: skewX(180deg);
      }
   .about-subtitle {
        font-family: Montserrat;
        font-size: clamp(24px, 5.5vw, 34px);
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        text-transform: capitalize;
        margin-top: 26px;
        display: block;
        text-align: center;
        z-index: 2;
    }
    .about-background {
        display: none;
    }
   .about-central {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    margin: 26px auto;
    z-index: 2;
    position: relative;
   }
   .about-point {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
   }
   .about-point img {
    height: 50px;
    width: 50px;
   }
   .about-point-title {
    color: var(--Bronze-Accent-Color, #BE7914);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
   }
   .about-point-subtitle {
    color: var(--Primary-Text, #1E1E1E);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
   }

   #coin-bg1 {
    top: 11px;
    left: 0;
    display: none;
}
    #coin-bg2 {
    bottom: 11px;
    right: 0;
    display: none;
    }


   .hiw-card-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: clamp(20px, 4vw, 30px);
    margin: 40px auto;
    padding: 0 10px;
   }

   .hiw-card {
    background-color: white;
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 260px;
    min-height: auto;
    border-radius: 70px;
   }
   .hiw-card-image {
    height: 55px;
    width: 55px;
   }
   .hiw-card-title {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
   }
   .hiw-card-text {
    color: var(--Primary-Text, #1E1E1E);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-align: center;
    width: 100%;
   }
   .contact-field {
    width: 85vw;
    height: 50px;
    min-width: 180px;
   }
   .contact-form {
    padding: clamp(28px, 5.5vw, 45px);
   }
   
   .brgr-img {
    height: 40px;
    width: auto;
   }