/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 11, 2023, 3:08:12 PM
    Author     : Jalana
*/

.row > .column {
    padding: 5px 2px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left !important;
    width: 25% !important;
}
.column img{
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;

}


.modal {
    display: none;
    position: fixed !important;
    z-index: 999 !important;
    padding-top: 100px !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: #040F2B !important;
    padding-bottom: 50px !important;
    margin-top: 0px !important;
}



.modal-content {
    position: relative !important;
    background-color: transparent !important;
    margin: auto !important;
    padding: 0 !important;
    width: 90% !important;
    max-width: 1200px !important;
    border: none !important;
}


.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #3bdec3;
    text-decoration: none;
    cursor: pointer;
}

.mySlides, .mySlides-m {
    display: none;
}

.cursor {
    cursor: pointer;
}


.prev,
.next {
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
    background-color:#3bdec3;
}


.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: none;
    padding: 2px 16px;
    color: white;
    font-size: 25px;
}
.caption-container p{
    font-size: 25px;
    color:#fff;
    padding-bottom: 15px;
    margin-top: 50px;
    text-align: center;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/*preloader--------------*/

#overlay{ 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: block;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #f79f07 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
.is-hide{
    display:none;
}

.loadmorebtn{
    cursor: pointer;
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px 15px;
    background: #683BDE;
    color: #fff;    
    border: none; outline: none;
    border-radius: 10px 10px;
}
.loadmorebtn:hover{
   background: #FDBC04;
    color:#333;
}
.view_gallery_text{
    cursor: pointer;
    text-decoration: underline;
    font-size: 20px;
    color: #683BDE;
}
.view_gallery_text:hover{
    color: #FDBC04;
}

.gallery1{
    display: none;
}
@media only screen and (max-width: 768px) {
    .gallery1{
        display: block;
    }
    .gallery2{
        display: none;
    }
    
}