.first-section {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 11rem;
    margin-bottom: 2rem;
}

.carousel-static-left {
    opacity: 1 !important;
    transform: translateX(-10%) !important;
}

.carousel-static-right {
    opacity: 1 !important;
    transform: translateX(10%) !important;
}

.step-card-fixed {
    max-width: 360px;
}

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

.init-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.right-content {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: end;
    margin-top: 20px;
}

.align-right-content {
    display: flex;
    max-width: 500px;
    max-height: 500px;
}

.align-right-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.left-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "Montserrat", sans-serif;
    width: 50%;
    height: 100%;
}



.left-content h2 {
    font-weight: bold;
    font-size: 3.75rem;
    color: #481E9C;
}

.left-content p {
    font-size: 1.75rem;
}


.rent-button {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    height: 80px;
    background: red;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 3rem;
    margin-block: 1rem;
    text-decoration: none;
    cursor: pointer;
}

.rent-button:hover,
.rent-button:active {
    background-color: red;
    transform: scale(1.03);
}

.how-it-work {
    background: #481E9C;
    color: white
}

.carousel-item img {
    max-height: 250px;
    max-width: 250px;
}

.content-carousel {
    background-color: unset;
    box-shadow: unset;
    min-height: 300px;
    padding: unset;
}

.how-it-work {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    align-content: center;
    justify-content: center;
}

.step-card {
    text-align: center;
    max-width: 300px;
}

.step-preview img {
    width: 250px;
    height: 210px;
}

.step-description {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
}

.how-it-work h3 {
    font-size: 2.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-top: 1.8rem;
    margin-left: 1.8rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 4rem;
}

.grid-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    background: #F9F5F5;
    padding: 1rem;
    border-radius: 14px
}

.item-icon {
    display: flex;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    background: #16B528;
    color: white;
    font-size: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}

.item-text {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 10px;
    max-width: 400px;
}

.item-text-title {
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.grid-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-inline: 8rem;
}

.fourth-title {
    text-align: center;
    font-size: 2.75rem;
    margin-inline: 8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-block: 3rem;
}

.fourth-button {
    display: flex;
    color: white;
    background: #FF0A0E;
    max-width: 400px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    min-height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 3rem;
    margin: 0 auto;
    margin-block: 3rem;
    cursor: pointer;
    max-width: 420px;
    text-decoration: none;
}

.three-section-title {
    margin-inline: 8rem;
    font-size: 3em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-block: 2rem;
}

.apps-wrapper-section {
    width: 100%;
    padding: 80px 20px;
    font-family: "Montserrat", sans-serif;
}

.apps-header {
    max-width: 1100px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.apps-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Montserrat;
}

.apps-header p {
    font-size: 1.1rem;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.5;
    font-family: Montserrat;
}

.apps-carousel-section {
    padding: 0 20px 40px 20px;
}

.carousel-container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #F5F2F2;
    border-radius: 40px;
    padding: 0 70px;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apps-track {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.app-item {
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.5s ease-in-out;
    pointer-events: none;
    padding: 10px;
}

.app-item.pos-0 {
    left: 3%;
}

.app-item.pos-1 {
    left: 35%;
}

.app-item.pos-2 {
    left: 67%;
}

.app-text-logo {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    color: #000;
    text-align: center;
    line-height: 1.1;
    transition: color 0.3s, transform 0.3s;
}

.app-item:hover .app-text-logo {
    color: #481E9C;
    transform: scale(1.03);
}

.app-item.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.nav-btn {
    background: #ccc;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #F5F5F5;
    cursor: pointer;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, color 0.3s;
}

.nav-btn:hover {
    background: #481E9C;
    color: #fff;
}

.prev {
    left: 25px;
}

.next {
    right: 25px;
}

@media (max-width: 1100px) {
    .carousel-container {
        padding: 0 40px;
        height: 160px;
    }

    .app-text-logo {
        font-size: 1.8rem;
    }

    .app-item {
        width: 50%;
    }

    .app-item.pos-0 {
        left: 0%;
    }

    .app-item.pos-1 {
        left: 50%;
    }

    .app-item.pos-2 {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 600px) {
    .apps-header h2 {
        font-size: 2rem;
    }

    .apps-header p {
        font-size: 0.95rem;
    }

    .carousel-container {
        padding: 0 24px;
        height: 150px;
    }

    .app-item {
        width: 70%;
    }

    .app-item.pos-0 {
        left: 15%;
        opacity: 1;
        pointer-events: auto;
    }

    .app-item.pos-1,
    .app-item.pos-2,
    .app-item.pos-3 {
        opacity: 0;
        pointer-events: none;
    }

    .app-text-logo {
        font-size: 1.4rem;
    }
}


@media (max-width: 1100px) {
    .first-section {
        padding-inline: 2rem;
        margin-top: 6rem;
    }

    .init-content {
        flex-direction: column;
    }

    .how-it-work h3 {
        margin-left: unset;
    }

    .three-section-title {
        margin-inline: 2rem;
        font-size: 1.5rem;
    }

    .left-content {
        width: 100%;
        margin-top: 3rem;
        text-align: center;
    }

    .left-content h2 {
        font-size: 2.35rem;
    }

    .left-content p {
        font-size: 1.25rem
    }

    .rent-button {
        height: 60px;
        font-size: 1.3rem;
        margin: 0 auto;
        min-width: 100px;
        padding-inline: 3rem;
        margin-bottom: 1rem;
    }

    .three-section-title {
        margin-inline: unset;
    }

    .carousel-item.right {
        transform: translateX(-150%) scale(1)
    }

    .fourth-title {
        margin-block: unset;
        margin-top: 3rem;
    }

    .carousel-item.left {
        transform: translateX(150%) scale(1)
    }

    .carousel-item img {
        max-height: 215px;
        max-width: 215px;
    }

    .right-content {
        width: unset;
        flex-direction: column;
        gap: 30px;
    }

    .three-section-title {
        font-size: 2.1rem;
        text-align: center;
    }

    .how-it-work h3 {
        font-size: 2rem;
        text-align: center;
    }

    .align-right-content {
        margin: 0 auto;
    }

    .navbar-logo {
        scale: 0.8;
    }

    .grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
    }

    .grid-content {
        padding-inline: 2rem;
    }

    .item-icon {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        font-size: 2rem;
    }

    .fourth-title {
        font-size: 2.3rem;
        margin-inline: 2rem;
    }

    .fourth-button {
        font-size: 1.2rem;
        margin: 0.5rem;
    }

}