/******* style for the Slider Plugin *******/

.imagesSec {
    width: fit-content;
    margin: auto;
}
.imagesSec img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin: 0px;
}
.imagesSec img:hover {
    transform: scale(1, 1);
    cursor: pointer;
    transition: background-color 0.5s ease-in;
    animation: moveBox 2s infinite;
}

.fullScreen {
    width: 100%;
    height: 100%;
    position: fixed; /* to be with screen while scrolling */
    background: rgb(0 76 76 / 96%);
    box-sizing: border-box;
    padding: 0 0px;
    top: 0;
    left: 0;
    z-index: 99;
}
#maximizedImg {
    margin: auto;
    width: 200px;
    height: 300px;
    transform: scale(1.8, 1.8);
    border-radius: 10px;
}
#nextIcon {
    font-size: 27px;
    margin: auto 0;
    z-index: 999;
    right: 40px;
    position: relative;
    padding: 12px 15px;
    border-radius: 100px;
    width: 50px;
    color: #fff;
    height: 50px;
}
#prevIcon {
    font-size: 27px;
    margin: auto 0;
    z-index: 999;
    left: 40px;
    position: relative;
    padding: 12px 15px;
    border-radius: 100px;
    width: 50px;
    color: #fff;
    height: 50px; /* to be on the image during minimize the screen*/
}
#cancelIcon {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 8px 10px;
    border-radius: 100px;
    width: 30px;
    color: #fff;
    height: 30px;
}
.fullScreen i {
    color: rgba(0, 76, 76, 1);
    background: #fff;
}
.fullScreen i:hover {
    color: rgb(6, 120, 120);
    cursor: pointer;
}

.ugk-gallery .gallery-inner img {
    padding: 0px 0px 0px;
    height: 410px;
}
.ugk-gallery .gallery-inner {
    height: 490px;
    background: #004c4c !important;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
