﻿.vidheading3 {
    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%);
    }
}

.vidheading4 {
    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;
    }
}




.vidheading4 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%));
}


.photo-galleryLanding {
    /* padding-bottom: 20px; */
    /* margin-left: 100px; */
}

.photosLanding {
    padding-bottom: 6rem;
    margin-top: -40px;
    /* margin-left: 100px; */
    display: flex;
    justify-content: center;
    max-width: 1286px;
    margin-right: 74px;
    /* flex-wrap: nowrap; */
    margin: 0 auto;
}

.photo-galleryLanding {
     padding-top: 20px; 
    /* margin: 20px; */
    margin-top: 30px;
}

/*.itemLanding {
    padding: 10px;
    margin: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);*/
    /*background: linear-gradient(0deg, #ffffff 31%,#8bddcd 0%);*/
    /*background-color: #E9EBEE;*/
    /* border: transparent solid 2px; */
    /* background-color: #8bddcd; */
    /*border-radius: 12px;

}*/


.itemLanding {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    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: 15px;
}






.photo-designLanding {
   
    height: 190px;
    /*width: 200px;*/
    align-content: center;
    position: center;
    /*box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 10%);*/
}

.img-size {
    height: 186px;
    width: 201px;
    align-content: center;
}

@media (max-width: 450px) {
    .viewMorePhoto {
        font-size: 20px !important;
        margin-left: 23% !important;
        margin-right: auto !important;
    }
    .vidheading3{
        margin-left:1.5em;
    }
}

.viewMorePhoto {
    color: rgb(0 0 0);
    padding: 5px;
    margin-left: 43%;
    border-radius: 5px;
    font-size: 25px;
    font-family: "Times New Roman", serif;
}

    .viewMorePhoto:focus, .viewMorePhoto:hover {
        color: black;
        text-decoration: none;
        background-color: #8bddcd;
        transition: ease-in .5s;
    }

.descreption {
    background: #54BAB9;
    width: auto;
/*    margin-left: 5px;*/
    margin-bottom: 5px;
    border: none;
    border-radius: 50px;
    padding: 8px 12px;
/*    display: inline-block;*/

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
    -webkit-line-clamp: 2; /* number of lines to show */
    margin-top: 10px;
    -webkit-box-orient: vertical;
    max-width: 20ch;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}


.container.Photo-text h1 {
    font-size: 1.3rem;
    color: black;
    font-family: 'Verdana', sans-serif;
    text-align: center;
    font-weight: 500;
    /* margin-top: 9.5rem; */
    padding-top: 12px;
}

.talent-photos-heading {
    font-family: 'Capriola', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    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*/
.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-photos-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: 600px) {
    /* CSS code goes here */
    .viewMore {
        right: 5.5rem;
        top: 0.9rem;
    }

    .descreption {
        max-width: 37ch;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* CSS code goes here */
    .viewMore {
        right: 20rem;
    }

    .photosLanding {
        margin-top: -40px;
    }

    .photo-designLanding {
        height: 201px;
       /* width: 201px;*/
    }

    .img-size {
        height: 201px;
        width: 201px;
    }

    .descreption {
        max-width: 20ch;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* CSS code goes here */
    .viewMore {
        right: 8rem;
    }
   
    .photosLanding {
        margin-top: 10px;
    }

    .photo-designLanding {
        height: 201px;
       /* width: 201px;*/
    }

    .img-size {
        height: 200px;
        width: 201px;
    }

    .descreption {
        max-width: 20ch;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* CSS code goes here */
    .viewMore {
        right: 10rem;
    }

    .photosLanding {
        margin-top: -21px;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }

    .photo-designLanding {
        height: 201px;
        /*width: 201px*/;
    }

    .img-size {
        height: 201px;
        width: 201px;
    }

    .descreption {
        /* max-width: 37ch; */
    }

    .descreption {
        max-width: 20ch;
    }
}



/* 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;
    }

    .photo-designLanding {
        height: 201px;
       /* width: 201px;*/
    }

    .img-size {
        height: 201px;
        width: 201px;
    }

    .descreption {
        max-width: 20ch;
    }
}



/* 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: 12rem;
        font-size: 20px;
        top: -2.4rem;
    }

    .photo-designLanding {
        height: 190px;
       /* width: 201px;*/
    }

    .img-size {
        height: 186px;
        width: 201px;
    }

    .descreption {
        max-width: 20ch;
    }
}

@media only screen and (max-width: 768px) {


    .itemLanding {

       
    }
    .photo-galleryLanding {
        margin-top: 0px;
    }
   
}

@media only screen and (max-width: 830px) and (min-width:451px) {
    .vidheading3 {
        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;
    }
    
    }