.ShotAtLocationheading{
    padding: 33px 200px 100px 240px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ShotAtLocationheading h1{
    font-size: 60px;
    font-family: SF_Pro_Display_Thin;
    color: #000000;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
}
.ShotAtLocationheading p{
    font-size: 15px;
    color: #333333;
    font-family: SF_regular;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 1.3em;
    width: 40vw;
}


.projectssections{
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 70px;
    align-items: center;
}
.projectdetails{
    width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.projectbox{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.projectbox a{
    text-decoration: none;
    width: 100%;
}
.projectdetailsname{
    display: flex;
    justify-content: space-between;
}
.testimonyline{
    width: 100%;
    height: 1px;
    background-color: #2b2d30;
    margin: 0;
    padding: 0;
}
.projectdetailsname p{
    font-size: 14px;
    font-family: Helvetica_Roman;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1em;
}
.Projectimagesections{
    margin-bottom: 40px;
    gap: 2vh 0.8vw; 
    display: flex;
    /* flex-direction: column; */
}
.linehome{
    display: none !important;
}
.imagebox{
    gap: 2vh;
}
.Projectimagesections{
    width: 1000px;
    display: flex;
    gap: 1.5%;
}
.Projectimagesections{
    width: 1000px;
}
.Projectimagesections img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.Testimonyicon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    animation: fadeIn 0.3s ease;
}
.imagemodalcontainer{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.modal-content {
    /* margin: auto; */
    display: block;
    /* width: 50vw; */
    width: auto;
    max-height: 80%;
    animation: zoomIn 0.3s ease;
}

.close {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    /* cursor: pointer; */
    border-radius: 999px;
}

@keyframes zoomIn {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.caption-text {
    color: #ffffff;
    background-color: #000000;
    padding:0;
    height: 40px;
    font-size: 12px;
    width: 50vw;
    /* margin: auto; */
    animation: fadeIn 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SF_regular;
    font-weight: 200;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.backbutton{
    padding: 5px 8px;
    border-radius: 999px;
    background-color: transparent;
    color: #ffffff !important;
    font-family: Helvetica_Roman;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    z-index: 2;
    display: flex;
    gap: 8px;
    align-items: center;
}
.backbutton:hover{
    background-color: rgb(92 92 92);
    animation: 1s ease-in-out ;
}
.projectcol1{
    display: flex;
    flex-direction: column;
}
.projectcol2{
    display: flex;
    flex-direction: column;
}
.projectcol3{
    display: flex;
    flex-direction: column;
}
.prev {
    /* padding: 20px 20px; */
    position: absolute;
    color: white;
    font-size: 40px;
    font-weight: bold;
    left: 10vw;
    /* top: 50vh; */
}
.next {
    /* padding: 20px 20px; */
    position: absolute;
    color: white;
    font-size: 40px;
    font-weight: bold;
    right: 10vw;
    /* top: 50vh; */
}  
@keyframes hovericonanimation {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.3);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.Testimonyicon {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.Testimonyicon img {
    display: block;
    width: 100%;
}

.hovericon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
    color: #ffffff;
    font-size: 50px;
    pointer-events: none;
    z-index: 2;
    transition: none;
}

.Testimonyicon:hover .hovericon {
    /* animation: hovericonanimation-vertical 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards; */
}

@media screen and (max-width: 1920px){
    .ShotAtLocationheading{
        padding: 33px 150px 100px 500px;
    }
    .Projectimagesections{
        width: 1300px;
    }
    .projectdetails{
        width: 1300px;
    }
}
@media screen and (max-width: 1800px){
    .ShotAtLocationheading{
        padding: 33px 150px 100px 450px;
    }
}
@media screen and (max-width: 1600px){
    .ShotAtLocationheading{
        padding: 33px 150px 100px 400px;
    }
    .Projectimagesections{
        width: 1000px;
    }
    .projectdetails{
        width: 1000px;
    }
}
@media screen and (max-width: 1440px){
    .ShotAtLocationheading{
        padding: 33px 150px 100px 240px;
    }
}
@media screen and (max-width: 1200px){
    .ShotAtLocationheading{
        padding: 33px 150px 100px 120px;
    }
    
}
@media screen and (max-width: 1024px){
    .projectdetails{
        width: 100%;
        justify-content: left;
    }
    .Projectimagesections{
        justify-content: left;
        width: 100%;
    }
    .Projectimagesections{
        width: 100%;
    }
    .projectssections{
        padding: 0 20px;
    }
    .ShotAtLocationheading p{
        width: 80%;
    }
    .ShotAtLocationheading h1{
        font-size: 50px;
    }
}
@media screen and (max-width: 765px){
    .ShotAtLocationheading{
        padding: 33px 1px 100px 20px;
        gap: 30px;
    }
    .ShotAtLocationheading p {
        width: 90%;
    }
    .ShotAtLocationheading h1{
        font-size: 40px;
    }
    .Projectimagesections{
        flex-direction: column;
        height: auto;
        gap: 2vh;
        display: flex;
    }
    .projectssections{
        gap: 50px;
    }
    .projectdetailsname p{
        font-size: 11px;
    }
}