/* ============================================
   LARGE DESKTOP SCREENS (1920px and above)
   ============================================ */

@media (min-width: 1920px) {


    .macbook-pro .group-36 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 138px;
    z-index: 999;
}
   
   .macbook-pro .mask-group-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 138px;
    background-color: #12121233;
}

.macbook-pro .group {
    position: absolute;
    top: 6px;
    left: 759px;
    width: 1170px;
    height: 964px;
}


.macbook-pro .videoplayback {
    position: absolute;
    top: calc(50.00% - 482px);
    right: 0;
    width: 1920px;
    height: 964px;
    border-radius: 42px;
    object-fit: cover;
}

.macbook-pro .frame-10 {
    width: 10.23%;
    height: 38.65%;
    top: 30.43%;
    left: 83.17%;
    position: absolute;
    display: flex;
    gap: 12.3px;
    background-color: #ffffff33;
    border-radius: 51.28px;
    border: 1.03px solid;
    border-color: #ffffff;
    backdrop-filter: blur(2.05px) brightness(100%);
    -webkit-backdrop-filter: blur(2.05px) brightness(100%);
}

.macbook-pro .footer {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 1920px;
    height: 460px;
    display: flex;
    background-color: transparent;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ), linear-gradient(0deg, rgba(24, 23, 21, 1) 0%, rgba(24, 23, 21, 1) 100%);
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 100px;
}

.macbook-pro .group-28 {
    position: absolute;
    top: 100px;
    left: 377px;
    width: 1170px;
    height: 274px;
}

.macbook-pro .line {
    margin-top: 280px;
    width: 1740px;
    height: 1.75px;
    margin-left: 87.5px;
}

.macbook-pro .powered-by-allied {
    position: absolute;
    width: 19.62%;
    height: 4.78%;
    top: 89.17%;
    left: 12.78%;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
}

.macbook-pro .group-29 {
    position: absolute;
    top: 400px;
    left: 1436px;
    width: 356px;
    height: 22px;
}
    
.carousel-container {
    width: 100%;
    max-width: 1200px; /* Max width for carousel */
    margin: 60px auto;
}

.carousel-cell img {
    transform: scale(0.8); /* Adjust scale for larger screens */
}

.carousel-cell.is-main-slide img {
    transform: scale(1); /* Adjust scale for main slide */
}


/* tearms footer*/
    .macbook-pro .tearms-28 {
        position: absolute;
        top: 100px;
        left: 146px;
        width: 1170px;
        height: 274px;
    }


    .macbook-pro .tearms-line {
    margin-top: 280px;
    width: 1740px;
    height: 1.75px;
    margin-left: -103.5px;
}


.macbook-pro .powered-by-allied .tearms-by-allied {
    position: absolute;
    width: 19.62%;
    height: 4.78%;
    top: 89.17%;
    left: -2.22%;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
}


/* privacy footer  */


.macbook-pro .privacy-28{
    position: absolute;
    top: 100px;
    left: 164px;
    width: 1170px;
    height: 274px;
}

.macbook-pro .privacy-line{
    margin-top: 280px;
    width: 1740px;
    height: 1.75px;
    margin-left: -76.5px;
}

.macbook-pro .privacy-by-allied {
    position: absolute;
    width: 19.62%;
    height: 4.78%;
    top: 89.17%;
    left: 2.78%;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: transparent;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
}

}