@keyframes zoom {
    from {
        transform: scale(0.1);
    }
    to {
        transform: scale(1);
    }
}

.container{
    max-width: 1180px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}


.signin-right-ad-div img {
    max-width: 100%;
    height: auto;
}

.image-caption-div{
    padding: 6px 10px !important;
    height: 35px;
}

.image-caption-text{
    font-size: 14px;
    line-height: 20px;
    overflow: hidden; /* Hide overflowing content */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Limit the number of lines to 2 */
    -webkit-box-orient: vertical;
    white-space: normal; /* Allow text to wrap */
}

/* .news-block{
    width: 240px;
    padding: 0 5px;
} */

.news-block{
    width: 33.33%; /* Adjust percentage as needed */
    /* height: calc(33.33vw / 1.5); */
    padding: 0 5px;
}

.gallery-images{
    /* width: 230px; */
    aspect-ratio: 3 / 2;
    width: 100% !important;
    /* height: calc(100% / 1.5); */
    /* height: 154px; */
}

/* Popup container starts */
.popup-container{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 40px;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    align-items: center; /* Center vertically */
    pointer-events: none;
    transition: linear 0.3s;
    z-index: 9999;
}

.popup-container.show {
    pointer-events: auto;
    opacity: 1;
    transition: 0.3s;
}

.delete-popup-container{
    position: fixed;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    transition: linear 0.3s;
    /* z-index: 99; */
}

.delete-popup-container.show {
    pointer-events: auto;
    opacity: 1;
    transition: 0.3s;
}

.popup {
    position: relative;
    top: 0;
    width: 1180px;
    height: 788px;
    border-radius: 10px;
    max-width: 1400px;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out; 
    opacity: 0; 
}

.popup.show {
    opacity: 1; /* Set opacity to 1 when the popup has the 'show' class */
}

/* .popup-image{
    transition: opacity 0.3s ease-in-out; 
    opacity: 0;
}

.popup-image.show {
    opacity: 1;
}

.popup-image-gallery{
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
} */

.popup-image{
    transition: opacity 0.3s ease-in-out; /* Add transition for opacity */
    opacity: 0; /* Initial opacity set to 0 */
}

.popup-image.show {
    opacity: 1; /* Set opacity to 1 when the popup has the 'show' class */
}

.popup-image-gallery{
    position: relative;
    width: 100%;
    /* top: 50%;
    transform: translateY(-50%); */
}

.popup-image-div{
    position: relative;
    max-height: 788px;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-one .inner-box .image-box{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}

.delete-popup {
    position: relative;
    background-color: rgb(59, 30, 30);
    border-radius: 10px;
    padding-left: 60px;
    padding-right: 60px;
    height: 250px;
    width: 300px;
}

.success-tick{
    width: 100%;
}

.registration-success-div{
    position: absolute;
    top: 120px;
}

.registration-success-div p span{
    color: rgb(245, 245, 245);
}

.close-icon-div{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 0, 0, 0.699);
    align-items: center;
    cursor: pointer;
    transition: linear 0.2s;
}

.close-icon-div:hover{
    background-color: rgba(255, 0, 0, 1);
}

.close-icon-div:hover .close-icon {
    color: rgb(240, 240, 240);
}

.close-icon{
    font-size: 30px;
    color: rgb(240, 240, 240);
    cursor: pointer;
}

.slideshow-arrow{
    position: absolute;
    top: 50%;
    width: 180px;
    height: 280px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.349);
    border: none;
    border-radius: 50% 0 0 50%; /* Makes it a circle */
    box-shadow: 0px 0px 44px 45px rgba(203, 203, 203, 0.28);
    transition: 0.3s linear;
}

.slideshow-arrow:hover{
    background-color: rgba(0, 0, 0, 0.61);
    box-shadow: 0px 0px 44px 45px rgba(203, 203, 203, 0.445);
}

.slideshow-arrow:hover i{
    color: rgb(241, 241, 241);
}

.left-arrow{
    left: -100px;
    border-radius: 50%; /* Makes it a circle */
    padding: 40px 0 40px 90px;
}

.right-arrow{
    right: -100px;
    border-radius: 50%; /* Makes it a circle */
    padding: 40px 90px 40px 0;
}

.slideshow-arrow i{
    color: rgb(172, 172, 172);
    font-size: 100px;
}
/* Popup container ends */

button:focus{
    outline: none;
}

@media(max-width: 767px){
    .news-block{
        width: 50%; /* Adjust percentage as needed */
        /* height: calc(33.33vw / 1.5); */
        padding: 0 5px;
    }
}

@media(max-width: 567px){
    .news-block{
        width: 100%; /* Adjust percentage as needed */
        /* height: calc(33.33vw / 1.5); */
        padding: 0 5px;
    }
    
    .auto-container{
        padding: 0;
    }

    .popup-container{
        padding: 5px;
    }
}

@media(max-width: 767px){
    .popup-container{
        padding: 5px;
    }

    .slideshow-arrow{
        position: absolute;
        top: 50%;
        width: 100px;
        height: 120px;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.349);
        border: none;
        border-radius: 50% 0 0 50%; /* Makes it a circle */
        box-shadow: 0px 0px 44px 45px rgba(203, 203, 203, 0.28);
        transition: 0.3s linear;
    }
    
    .slideshow-arrow:hover{
        background-color: rgba(0, 0, 0, 0.61);
        box-shadow: 0px 0px 44px 45px rgba(203, 203, 203, 0.3);
    }
    
    .slideshow-arrow:hover i{
        color: rgb(241, 241, 241);
    }
    
    .left-arrow{
        left: -60px;
        border-radius: 50%; /* Makes it a circle */
        padding: 40px 0 40px 55px;
    }
    
    .right-arrow{
        right: -60px;
        border-radius: 50%; /* Makes it a circle */
        padding: 40px 55px 40px 0;
    }

    .slideshow-arrow i{
        color: rgb(172, 172, 172);
        font-size: 30px;
    }
}
