.mobile_view_gallery {
    display: none;
}

.aquarists_wrapper .gallery_box {
    min-height: calc(100vh - 168px);
    max-height: calc(100vh - 168px);
    padding-left: 12px;
    display: flex;
    flex-direction: row;
    gap: 28px;
}

.aquarists_wrapper .gallery_box .image_preview {
    height: inherit;
    min-height: 100%;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    flex-basis: 40%;
    width: 40%;
    position: relative;
}

.aquarists_wrapper .gallery_box .detail_container {
    flex-basis: 60%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.aquarists_wrapper .gallery_box .detail_container .detail {
    max-width: 635px;
    height: 370px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aquarists_wrapper .gallery_box .image_preview .image_thumbnail {
    height: 100%;
    cursor: pointer;
}

.aquarists_wrapper .gallery_box .image_preview .image_thumbnail .thumbnailimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.aquarists_wrapper .gallery_box .image_preview .expand_img {
    width: 48px !important;
    min-height: 48px !important;
    position: absolute;
    z-index: 9;
    right: 18px;
    top: 14px;
    background: #0000004d;
    padding: 8px;
    border-radius: 100%;
    opacity: 1.5;
}

.aquarists_wrapper .gallery_box .contact_detail .contacthead {
    max-width: fit-content;
    border-bottom: 1px solid var(--color-night-black);
}

.aquarists_wrapper .gallery_box .contact_detail .contactbody {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.aquarists_wrapper .gallery_box .contact_detail .contactbody .callsec {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.aquarists_wrapper .gallery_box #gallery_list .item img {
    border-radius: 6px 6px 0px 0px;
    object-fit: cover;
    height: 275px;
    max-height: 275px;
}

.aquarists_wrapper .gallery_box #gallery_list.owl-theme .owl-prev,
.aquarists_wrapper .gallery_box #gallery_list.owl-theme .owl-next {
    display: none;
}

.aquarists_wrapper .carouselmove {
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 64px;
    left: 0;
}

.aquarists_wrapper .carouselmove .custom-owl-buttons {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: inherit;
    z-index: 9;
    bottom: inherit;
}


.aquarists_wrapper .custom-owl-prev,
.aquarists_wrapper .custom-owl-next {
    color: var(--color-night-black);
    cursor: pointer;
    background: none;
    border: 0;
    bottom: 100px;
    z-index: 999;
}

.aquarists_wrapper .custom-owl-prev,
.aquarists_wrapper .custom-owl-next {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
}

.aquarists_wrapper .custom-owl-next.disabled,
.aquarists_wrapper .custom-owl-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}


@media (min-width: 1800px) {
    .aquarists_wrapper .carouselmove .custom-owl-buttons {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 1440px) {
    .aquarists_wrapper .gallery_box #gallery_list .item img {
        height: 232px;
        max-height: 232px;
    }
    .aquarists_wrapper .gallery_box #gallery_list .item .img.res_img{
        height: 7rem;
        max-height: calc(100% - 370px);
    }
}

@media (max-width: 1280px) {
    .aquarists_wrapper .gallery_box #gallery_list .item img {
        height: 220px;
        max-height: 220px;
    }
}

@media (min-width: 280px) and (max-width: 1279px) {
    .aquarists_wrapper .custom-owl-prev,
    .aquarists_wrapper .custom-owl-next{
        filter: invert(1);
    }
    .web_view_gallery {
        display: none;
    }

    .mobile_view_hide {
        display: none;
    }

    .aquarists_wrapper .gallery_box {
        min-height: auto;
        max-height: fit-content;
        padding-left: 0px;
    }

    .aquarists_wrapper .gallery_box .detail_container .detail {
        max-width: 100%;
        height: fit-content;
    }

    .aquarists_wrapper .gallery_box {
        display: block;
    }

    .aquarists_wrapper .gallery_box .detail_container {
        width: 100%;
        flex-basis: 100%;
    }

    .aquarists_wrapper .gallery_box .contact_detail .contactbody {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .mobile_view_gallery,
    #aquarist_mob_gallery {
        display: block;
        position: relative;
        margin-top: 46px;
    }

    .aquarists_wrapper .carouselmove {
        width: 100%;
        bottom: 36px;
        left: 0;
    }

    .aquarists_wrapper .carouselmove .custom-owl-buttons {
        justify-content: center;
        gap: 64px;
       
    }

   .aquarists_wrapper .mobile_view_gallery .item {
        height: 570px;
        display: block;
    }
   .aquarists_wrapper .mobile_view_gallery .item img {
        height: 100%;
        object-fit: cover;
    }
   .aquarists_wrapper .mobile_view_gallery .mobilegallery .owl-item {
        position: relative;
    }

    .aquarists_wrapper .mobile_view_gallery .backround-layer {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 68.85%, rgba(0, 0, 0, 0.80) 100%);
        /* Adjust the color and opacity as needed */
        z-index: 1;
    }
    .aquarists_wrapper .mobile_view_gallery .owl-dots{
        display: none;
    }
    .aquarists_wrapper .detail_container{
        margin-top: 16px;
    }
    .aquarists_wrapper .detail_container .heading_main{
         margin-bottom: 0px !important;
    }
    .aquarists_wrapper .detail_container .para_text p{
          margin-top: 0px !important;
    }
    
}


@media (min-width: 768px) and (max-width: 1279px) {
    .aquarists_wrapper .img_thumbnail_wrapper {
        width: 45%;
    }


    .aquarists_wrapper .about_info_content {
        width: 55%;
    }
    .aquarists_wrapper .mobile_view_gallery .item,
    .aquarists_wrapper .owl-carousel .owl-item img{
        height: 380px;
    }
    .aquarists_wrapper .img_thumbnail_wrapper{
        height: fit-content;
    }

    

}
