html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none!important;;
}

a:visited {
    text-decoration: none!important;; 
}



.main-container {
    padding-left: 3%;
    padding-right: 3%;

}


.fixed-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.navbar-nav li a {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.nav-item.active .nav-link {
    text-decoration: underline;
    text-decoration-color: #8CD1DE;
    text-underline-offset: 8px;

}



.video-main-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}

.video-main-title h5 {
    color: #000;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.video-main-title h6 {
    color: #000;
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.video-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 20px;

}

.video-card {
    width: 400px;
    border-radius: 20px;
    cursor: pointer;

}

.video-card-thumbnail {
    width: 100%;
    height: 225px;
    border-radius: 20px;
    position: relative;
    display: inline-block;

}

.video-card-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 20px!important;
    object-fit: cover;
    object-position: center;
}

.video-card-title h6 {
    color: #000;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    text-decoration: none!important;
}




.footer {
    background: #000;
    color: #fff;
}

.footer ul li, footer ul li a {
    list-style: none;
    margin-bottom: 10px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    gap: 50px;
}

.footer-title {
    padding: 100px 0 50px 0;
}

.footer-title ul li {
    line-height: 2.5;
    margin-top: 20px;
}

.footer-title ul li:first-child {
    color: #FFF;
    font-family: Open Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.footer-title hr {
    border: 1px solid #FFF;
    width: 100%;
    margin: 10px 0 10px 0;

}

.footer hr {
    border: 1px solid #FFF;
    width: 100%;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.design-company {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}



.whatsapp-icon {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999; }



    .video-play {
        width: 100%!important;; 
    }
    
    .video-play iframe {
        width: 100%; 
        height: 80vh; 
    }
    
    .related-video-card{
        margin: 10px;
        display: flex;
    flex-direction: row;
    margin: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
  

    }

    .small-play-btn{
        position: relative;
    display: inline-block;
    }

    .related-video-card iframe{
        margin-right: 8px;
        height: 100px;
        width: 200px;
        object-fit: cover;
    }

    .related-video-card-title h5{
        font-size: 1.2rem;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }

  
    
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        line-height: 60px;
        color: white;
        cursor: pointer;
        z-index: 2;

    }
    
 
   


 
    