

nav{
    padding: 2% 2% 2% 10% !important;
}
.spe-tr{
    padding: 10px;
}
.contw-sdfs h1 {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.video-container h3 {
    margin-top: 60px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    /* Adjust as per your layout */
    aspect-ratio: 16 / 9;
    /* Maintain aspect ratio */
    overflow: hidden;
    background-color: black;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* Optional: Makes it look neat */
}

.play-button {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play-button img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button img:last-child {
    position: absolute;
    width: 80px; /* Adjust size as needed */
    height: auto;
}
.play-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container p {
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: center;
}

.so-me-cea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    gap: 10px;
}

.so-me-cea p {
    text-align: center;
}

.as-name-lo {
    margin: 80px 0;
    text-transform: uppercase;
}

.as-name-lo h3 {
    text-align: center;
    font-size: 30px;
}

.as-name-lo p {
    text-align: center;

}

@media(max-width:450px) {
    .as-name-lo h3 {
        font-size: 20px;
    }
}

@media(max-width:769px){
    .play-button img:last-child{
        width: 50px;
    }
}