div#main-section {
    height: 100vh;
    background-color: #282828;
}

.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


div#main-section {
    display: flex;
    align-items: center;
    flex-direction: row;
}

div#main-left {
    width: 30%;
    padding: 0% 10%;
    color: white;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#main-right {
    width: 30%;
    padding: 10%;
}

div#main-bottom {
    position: absolute;
    bottom: 5%;
    min-height: 10vh;
    background-color: #f1f2f34a;
    width: calc(90% - 40px);
    left: 5%;
    border-radius: 16px;
    padding: 20px;
}

h2 {
    font-family: syne, sans-serif;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
}

span#main-left-text {
    font-family: syne, sans-serif;
    font-weight: 600;
    color: #f1f1f1;
}

div#main-benefits {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.main-benefit-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 5px;
    border: 2px solid #FF8264;
    border-radius: 8px;
    height: 80px;
    color: #FF8264;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Syne';
    transition-duration: 0.4s;
    background-color: #ffffff30;
    justify-content: space-evenly;
}

.benefit-item-image, .benefit-item-name, .benefit-item-hidden {
    transition-duration:0.4s;
}

span.benefit-item-image svg {
    height: 24px;
    fill: #ff8264;
}

.main-benefit-item span.benefit-item-hidden {
    display: none;
}

.main-benefit-item:hover span.benefit-item-hidden {
    display: flex;
}

.main-benefit-item:hover .benefit-item-image, .main-benefit-item:hover .benefit-item-name {
    display:none;
}



.main-benefit-item:hover {
    background-color: #FF826452;
    transform: scale(1.05);
}

span.benefit-item-hidden {
    font-size: 0.6em;
    text-align: center;
}




div#lottie-ai-platform {
    height: 100px;
    background-color: #282828;
    border-radius: 16px;
}

div#main-bottom {
    display: flex;
}

.main-bottom-section.leftside {
    display: flex;
    align-items: center;
}

.main-bottom-section.middled {
    width: 50%;
    color: white;
    font-family: 'Syne';
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-bottom-section.rightside {
    width: 50%;
    color: white;
    font-family: 'Syne';
    text-align: center;
    background-color: #282828;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    justify-content: space-between;
}






/* Trust Pilot Widget */
.trust-pilot-container {
    padding: 5px;
    width: 80%;
    display: flex;
    justify-content: center;
}

.trustpilot-widget {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events:none;
}

.trustpilot-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 20px;
}

.trustpilot-star {
    color: #00b67a;
    font-size: 24px;
}

.trustpilot-stars {
    display: flex;
    gap: 4px;
    margin: 6px 0;
}

.trustpilot-stars .star {
    background: #00b67a;
    color: #fff;
    width: 42px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 8px;
}

.trustpilot-score {
    font-size: 14px;
}


.trust-pilot-container2 {
    display: flex;
    align-items: center;
    font-family: 'Syne';
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
}
