
.video-invite-guide-container{
    width: 100%;
}

.video-invitation-guide-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 1.2em;
    /* width: 46%; */
    background-color: #E9E4FF;
    border-radius: 3em;
    margin: 0 auto;
    padding: 2em 0.75em;
    width: 900px;
  height: auto;
}

.video-invitation-guide-section {
    font-size: 16px; 
}



@media (max-width: 1300px) {
    .video-invitation-guide-section {
        width: 55%;
        font-size: 13px;
        
    }
}

@media (max-width: 500px) {
    .video-invitation-guide-section {
        width: 85%;
        font-size: 12px;
    }

    .video-invitation-guide-heading {
        padding: 0 0.5em;
    }
}

.video-invitation-guide-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.35em;
    gap: 0.07em;
}

.video-invitation-guide-heading :nth-child(2) {
    font-weight: 600;
}

.video-invitation-guide-section>h4 {
    font-size: 1em;
    font-weight: 400;
    color: #2D2C2C;
}

.video-invitation-guide-vid {
    width: 75%;
    border-radius: 1.1em;
    height: auto;
    background: linear-gradient(180deg, #414141 0%, rgba(255, 255, 255, 0.00) 100%),
        url("/assets/img/index/video-invitation-guide-vid-thumbnail.webp"), lightgray 50%;
    background-repeat: no-repeat;
    background-position: center;
    /* Adjust this value to change what part of the image appears */
    background-size: cover;
    margin: 0.55em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    aspect-ratio: 16 / 9;
}

iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

@media (max-width: 768px) {
    .video-invitation-guide-vid {
        width: 90%;
    }
}

.video-invitation-guide-vid>svg {
    width: 17%;
    cursor: pointer;
}

.video-invitation-guide-section>p {
    font-size: 1.2em;
}

.video-invitation-guide-section>button {
    font-size: 0.5em;
}

.connect-on-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1.2em;
    background-color: #304DDB;
    border-radius: 0.5em;
    color: #fff;
    gap: 0.6em;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s linear;
}

.connect-on-whatsapp-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1em 1.25em;
    background-color: #304DDB;
    border-radius: 0.5em;
    color: #fff;
    gap: 0.6em;
    font-size: 1.25em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s linear;
}

.connect-on-whatsapp-1:hover {
    transform: scale(1.04);
}

.connect-on-whatsapp:hover {
    transform: scale(1.04);
}

.connect-on-whatsapp > svg {
    height: 20px;
    width: auto;
}