﻿.vidheading1 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); 
    width: 90%;
    border-radius: 5px 5px 25px 25px;
    justify-content: center;
    background-color: aliceblue;
    animation: fadeBackground 4s;
    animation-fill-mode: forwards;
    margin-left:4.3em;
}
@keyframes fadeBackground {
    from {
       background-color: aliceblue;
    }

    to {
        background-color: rgb(118 215 196 / 84%);
    }
}
.vidheading2 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 16px 6px 6px 6px;
    width: 100%;
    height: fit-content;
    border-radius: 5px 5px 25px 25px;
    justify-content: center;
    background-color: rgb(118 215 196 / 84%);
    animation: fadeBackground1 6s;
    animation-fill-mode: forwards;
    text-align:center;
}
@keyframes fadeBackground1 {
    from {
        background-color: rgb(118 215 196 / 84%);
    }

    to {
        background-color: aliceblue;
    }
}




    .vidheading2 h4{
        margin-top: 10px;
        padding-left: 10px;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: linear-gradient(to right, #54bab9cc, rgb(118 215 196 / 84%));
    }


@media screen and (min-width: 1200px) {
    .Video-text {
        margin-top: -126px;
        /* padding-top: .1px; */
    }
}


.videosLanding {
    /* padding-bottom: 51px; */
    /* margin-right: 85px; */
   
    justify-content: center;
    background-image: url("");
}

.video-galleryLanding {
    padding-bottom: 30px;
    padding-top: 20px;
   
    
     margin-top: 20px; 
}

/*.itemVideoLanding {
    padding: 10px;*/
    /* background-color: #8bddcd; */
    /*background: #E9EBEE;
    margin: 12px;*/
   /* background: linear-gradient(0deg, #ffffff 17%,#8bddcd 0%);*/
    /*box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);*/
    /* border: transparent solid 2px; */
    /*border-radius: 10px;
}*/


.itemVideoLanding {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    z-index: 00;
    cursor: pointer;
    overflow: hidden;
    margin-top: 10px;
    margin-left:35px;
}


.video-designLanding {
    align-content: center;
    padding-top: 3px;
}


@media (max-width: 450px) {
    .viewMore {
        font-size: 20px !important;
        margin-left: 30% !important;
        /* margin-right:auto!important;*/ 
    }
    .vidheading1{
        margin-left:1.5em;
        margin-top:35px;
    }
}

.viewMore:focus, .viewMore:hover {
    color: black;
    text-decoration: none;
    animation: gradient-animation 1s ease-in-out infinite;
    background-color: #8bddcd;
    transition: ease-in .5s;
}

.description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-width: 32ch;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}
/*#button-style {
    border: 1px solid #7BCDC8;
    background-color: #7BCDC8;
    text-decoration: none;
    color: #333;
    margin: auto;
    border-radius: 5px;
    padding:0px;
    
}*/
    .descreption {
        /*background-color:brown;*/
        margin: auto;
    }




/*Styles changed*/


.container.Video-text h1 {
    font-size: 1.3rem;
    color: black;
    text-align: center;
    margin-top: 9.5rem;
    padding-top: 12px;
}

.video-galleryLanding {
    /* background-color: #f5f5f5; */
    margin-left: 0px;
    /* padding: -15rem 0; */
}

.row.videosLanding {
    display: flex;
    justify-content: center;
    max-width: 1286px;
    margin-right: 74px;
    margin: 0 auto;
}

.itemVideoLanding {
    /* margin: 1rem; */
    width: calc(25.33% - 2rem);
   
}
.dec {
    text-align: center;
    color: darkcyan;
    font-weight: 300;
    width: 100%;
}
.video-designLanding {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

    .video-designLanding iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius:10px;
    }

.description {
    font-size: 1rem;
    font-family: "Verdana", sans-serif;
    text-align: center;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .videosLanding {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .itemVideoLanding {
        width: 100%;
        margin: 0 0 30px;
       
    }

    .video-galleryLanding {
        display: flex;
        margin-left: 0px;
        justify-content: center;
    }
}
/* Add custom font and styling to talent-heading */
.talent-heading {
    font-family: 'Verdana', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    animation: pulse 1.5s ease-in-out infinite;
}



@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.banner {
    height: 52px;
    /* background: #8bddcd; */
    animation: gradient-animation 1s ease-in-out infinite;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.banner-heading {
    text-align: center;
    color: white;
    font-size: 3em;
    margin-top: 60px;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media only screen and (max-width: 768px) {
    .container.Video-text h1 {
        margin-top: -1rem;
        font-size: 1.5rem;
    }

    .video-galleryLanding {
        /*margin-top: 35px;*/
    }
}


/*View More*/
.view-more-wrapper {
    /* position: absolute; */
    /* right: 10%; */
    /* padding: 10px; */
    text-align: right;
    /* animation: blinker 1s linear infinite; */
}

.viewMore {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    position: relative;
    top: -2.4rem;
    right: 23rem;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.fa-angle-double-right:before {
    content: "\f101";
}

@media only screen and (max-width: 600px) {
    /* CSS code goes here */
    .viewMore {
        right: 2rem;
        top: -2rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* CSS code goes here */
    .viewMore {
        right: 20rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* CSS code goes here */
    .viewMore {
        right: 8rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* CSS code goes here */
    .viewMore {
        right: 10rem;
    }

    .row.videosLanding {
        flex-wrap: nowrap;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* CSS code goes here */
    .viewMore {
        right: 20rem;
        font-size: 20px;
        top: -2.4rem;
    }
}

/* CSS code goes here */
.viewMore {
    right: 10rem;
}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* CSS code goes here */
    .viewMore {
        right: 20rem;
        font-size: 20px;
        top: -2.4rem;
    }
}

@media only screen and (max-width: 830px) and (min-width:451px) {
.vidheading1 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); 
    width: 90%;
    border-radius: 5px 5px 25px 25px;
    justify-content: center;
    background-color: aliceblue;
    animation: fadeBackground 4s;
    animation-fill-mode: forwards;
    margin-left:2.4em;
}
}

/* From Uiverse.io by ShrinilDhorda */ 
.btn-Video {
    font-size: 1rem;
    padding: 0.5rem .8rem;
    border: none;
    outline: none;
    border-radius: 0.4rem;
    cursor: pointer;
    text-transform: uppercase;
    background-color: rgb(14, 14, 26);
    color: rgb(234, 234, 234);
    font-weight: 700;
    transition: 0.6s;
    /* box-shadow: 0px 0px 60px #1f4c65; */
  }
  
  .btn-Video:active {
    scale: 0.92;
  }
  
  .btn-Video:hover {
    background: rgb(2,29,78);
    background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(142, 221, 206, 1) 60%);
    color: rgb(4, 4, 38);
    text-decoration: none;
  }
@media screen and (min-width:769px){
    .btn-Video{
        font-size: 0.8rem;
        padding: 0.5rem .5rem;
    }
}

