/* =======================
   Fredoka
======================= */
/* hebrew */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/fredoka-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/fredoka-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/fredoka-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* =======================
   Readex Pro
======================= */

/* arabic */
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
  src: url('../fonts/readex-arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* vietnamese */
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
  src: url('../fonts/readex-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
  src: url('../fonts/readex-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Readex Pro';
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
  src: url('../fonts/readex-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Custom styles for Safari Animal Sanctuary */

/* General Styles */
:root {
    --primary-color: #317CBE;
    --secondary-color: #8FC74A;
    --success-color: #8FC74A;
    --light-color: #fff;
    --dark-color: #0C2337;
}

.btn-success {
    --bs-btn-bg: #8FC74A;
    --bs-btn-border-color: #8FC74A;
    --bs-btn-hover-bg: #7ab138;
    --bs-btn-hover-border-color: #7ab138;
    --bs-btn-active-bg: #8FC74A;
    --bs-btn-active-border-color: #8FC74A;
    --bs-btn-disabled-bg: #6c7560;
    --bs-btn-disabled-border-color: #6c7560;
}

.btn-light {
    --bs-btn-color: var(--primary-color);
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: var(--primary-color);
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: var(--primary-color);
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}

body {
    font-family: "Readex Pro", sans-serif;
    font-optical-sizing: auto;
    color: var(--dark-color);
    /* To account for fixed navbar */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: var(--primary-color);
}

.h2,
h2 {
    font-size: 2.5rem;
}

.h3,
h3 {
    font-size: 1.9rem;
}

.h4,
h4 {
    font-size: 1.65rem;
}


/* Sections */
section {
    padding: 2.6rem 0;
}

.bg-light {
    background-color: #f8f9fa !important;
}

/* Cards */
.card {
    transition: transform 0.3s ease;
    border: none;
}

.card:hover {
    transform: translateY(-5px);
}

/* Buttons */
.btn {
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    border-radius: 50px;
    font-size: 18px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Utility classes */
.rounded-circle {
    object-fit: cover;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Custom spacing */
.mb-6 {
    margin-bottom: 4rem !important;
}


.card-title {
    color: var(--primary-color);
}

.card-title a {
    color: var(--primary-color);
    text-decoration: none;
}

/* Navigation */
.nav-link {
    font-weight: 400;
    font-size: 18px;
    padding: 0.5rem 1rem !important;
    color: var(--primary-color);
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
    flex-direction: column;
    /* To account for fixed navbar */
}

.hero-section .navbar {
    padding: 10px 35px;
    border-radius: 150px;
}

.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-video-wrapper::after {
    content: '';
    background: linear-gradient(180deg, rgba(8, 50, 87, 0.25) 0%, rgba(8, 50, 87, 0.50) 73.61%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.header-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-section h1 {
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.lead {
    font-weight: 400;
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}

/* Ensure content is centered and has good spacing */
.hero-section .container {
    padding: 2rem;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 97px;
    background-image: url(../img/banner-bottom-shape.png);
    background-size: auto 97px;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 9;
}

#about {
    position: relative;
}

#about::after,
#about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 350px auto;
}

#about::before {
    background-image: url(../img/left-pattern.png);
    background-position: left top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

#about::after {
    background-image: url(../img/right-pattern.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

.cta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background-color: var(--secondary-color);
    border-radius: 50px;
}

.cta-section .cta-content {
    padding: 0rem 3rem;
    color: var(--dark-color);
}

.cta-section .cta-image img {
    margin-top: -121px;
    min-width: 351px;
    border-radius: 0 0 50px 0;
}
#residents .card.bg-transparent img,
.residents-tab-section .card.bg-transparent img{
    width: 100%;
    max-width: 237px;
    max-height: 237px;
    object-fit: cover;
}
.view-more-section {
    position: relative;
}

.view-more-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFF 0%, #317CBE 50%, #FFF 100%);
    z-index: -1;
}

.help-section {
    position: relative;
    background: linear-gradient(270deg, #317CBE 0%, #8FC74A 100%);
    padding: 120px 0;
}

.help-section:before,
.help-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background-size: 350px auto;
    left: 0;
    background-repeat: repeat-x;
}

.help-section:before {
    background-image: url(../img/top-shape.png);
    background-position: center top;
    top: -2px;
}

.help-section:after {
    background-image: url(../img/bottom-shape.png);
    background-position: center bottom;
    bottom: -2px;
}

.meet-owner-section {
    position: relative;
}

.meet-owner-section::after,
.meet-owner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 860px;
    top: 0;
    z-index: -1;
}

.meet-owner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 860px;
    left: 0;
    background: url(../img/bottom-shap-left.png) no-repeat;
}

.meet-owner-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 860px;
    right: 0;
    background: url(../img/bottom-shap-right.png) right top no-repeat;
}

.owner-section {
    padding: 25px;
    background-color: #EDF6FF;
    border-radius: 50px;
}

.footer-video {
    border-radius: 25px;
    padding: 10px;
    background: conic-gradient(from 180deg at 50% 50%, #317CBE 0deg, #80AE00 360deg);
}

.footer-video video {
    border-radius: 25px;
}

.social-section a {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-section a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-video-section {
    position: relative;
    z-index: 99;
}


/* Footer */
footer {
    background-color: var(--dark-color);
    color: #fff;

    position: relative;
}

.page-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 92px;
    background-image: url(../img/footer-top-shape.png);
    background-position: center bottom;
    top: -91px;
    border: 0;
}

.footer-content-wrapper {
    position: relative;
    z-index: 10;
    padding: 300px 0 20px;
    margin-top: -300px;
}

.footer-content-wrapper::after,
.footer-content-wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    width: 50%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: auto 140px;
}

.footer-content-wrapper::before {

    left: 30px;
    background-image: url(../img/left-ani.png);
}

.footer-content-wrapper::after {
    right: 30px;
    background-image: url(../img/right-ani.png);
    background-position: right top;

}

footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #adb5bd;
}

.hero-section .container.sticky {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 63px -25px #333;
}

.hero-section .container.sticky .navbar {
    border-radius: 0;
}

/*List page start*/

.other-hero-section {
    max-height: 580px;
    min-height: auto;
}

#pills-tab {
    gap: 10px;
    justify-content: center;
    padding: 0px 30px;
}

.nav-pills .nav-link {
    background-color: #EDF6FF;
    border-radius: 15px;
    color: #317CBE;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding: 12px 25px !important;
}

.nav-pills .nav-link.active {
    background-color: #317CBE;
}

.tab-content {
    margin-top: 30px;
}

.nav-pills .nav-item {
    margin-bottom: 5px;
}

.residents-tab-section {
    margin-bottom: 170px;
    position: relative;
}
.residents-tab-section::before {
    background-image: url(../img/left-pattern.png);
    background-position: left top;
    background-repeat: no-repeat;
    top: -150px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.residents-tab-section::after {
    background-image: url(../img/right-pattern.png);
    background-position: right top;
    background-repeat: no-repeat;
    top: 200px;
    right: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 350px auto;
}


/*List page end*/

/*details page start*/

.card-details {
    padding: 72px 50px 22px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #D3EAFF 100%);
    border-radius: 25px;
}

.card-details ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.card-details ul li {
    list-style-type: none;
    width: 50%;
    margin-bottom: 50px;
}

.card-details ul p {
    font-size: 18px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 10px;
    font-family: Readex Pro;
}

.card-details ul h6 {
    font-size: 20px;
    font-weight: bold;
    color: #317CBE;
    font-family: Readex Pro;
}

/*  */

.detail-main-section  {
    position: relative;
}

.detail-main-section::before,
.detail-main-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 310px auto;
}

.detail-main-section::after {
    background-image: url(../img/left-pattern.png);
    background-position: left top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.detail-main-section::before {
    background-image: url(../img/right-pattern.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

/*  */

.detail-main-section img {
    max-height: 387px;
}

.rescue-wrapper {
    margin-top: 30px;
}

.rescue-wrapper .circle {
    width: 120px;
    height: 120px;
    background: linear-gradient(180deg, #B9DEFF 0%, #FFFFFF 76.44%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rescue-wrapper p {
    font-size: 18px;
    color: #08325780;
    margin-bottom: 7px;
    font-family: Readex Pro;
    font-weight: bold;
}

.rescue-wrapper h6 {
    font-size: 20px;
    font-weight: bold;
    color: #317CBE;
    font-family: Readex Pro;
}

.rescue-sub-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*  */



.rescue-img {
    max-width: 100%;
    height: auto;
}

.feeding-main-box {
    border-radius: 15px;
    background: #EDF6FF;
}

.feeding-heading-box {
    border-radius: 15px 15px 0 0;
    background: #317CBE;
    padding: 12px 15px;
    
}

.feeding-heading-box .icon-box {
    border-radius: 15px;
    background: #FFF;
    padding: 7px;
}
.feeding-heading h5{
    color: #FFF;
font-family: "Readex Pro";
font-size: 20px;
font-weight: 700;
}

.feeding-content {
    padding: 20px;
}

.feeding-content .time{
    font-size: 16px;
    font-weight: 400;
}

.feeding-content span {
    font-size: 18px;
    font-weight: 700;
    color: #0C2337;
    opacity: 0.7;
}
.feeding-content .feed-mix{
    font-size: 18px;
    font-weight: 700;
    color: #0C2337;
    opacity: 0.7;
}
.feeding-content .feed-point{
    padding-left: 20px;   
}
.feeding-content .feed-point li::marker{
    color: #317CBE;
}

.medical-care-section::after{
    position: absolute;
    content: " ";
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    background-color: #F5FBEE;
    z-index: -1;
}

.medical-care-points ul{
    padding-left: 20px;
}
.medical-care-points ul li::marker{
    color: #317CBE;
}
.medical-care-points{
    padding-top: 40px;
}

owl-carousel.owl-theme {
  position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%);  */
  background-color: #1486EA; 
  color: #fff;
  border-radius: 50%; 
  width: 43px;
  height: 43px;
  cursor: pointer;
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
}

.gellery-section{
    margin-bottom: 70px;
}

/*details page end*/

/* Responsive adjustments for hero section */
@media screen and (min-width: 1560px) {
    .hero-section::after {
        background-size: 100% 97px;
    }
}

@media screen and (max-width: 1200px) {

    .footer-content-wrapper::after,
    .footer-content-wrapper::before {
        display: none;
    }

    .nav-link {
        font-size: 16px;
    }

    .h2,
    h2 {
        font-size: 2.2rem;
    }

    .h3,
    h3 {
        font-size: 1.7rem;
    }

    .h4,
    h4 {
        font-size: 1.35rem;
    }


}

@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .hero-section p {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    .cta-section {
        flex-direction: column;
        padding-bottom: 25px;
        text-align: center;
    }

    .cta-section .cta-content {
        order: 2;
        text-align: center;
        padding: 0rem 1.5rem;
    }

    .cta-section .cta-image {
        order: 1;
    }

    .cta-section .cta-image img {
        margin-top: 15px;
        min-width: 100px;
    }

    .hero-section .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 0 24px;
        z-index: 9;
        border-radius: 50px;
        margin-top: 4px;
        text-align: center;
    }

    .hero-section .navbar-collapse li {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

    .hero-section .navbar-collapse li:last-child {
        border-bottom: none;
    }

    section {
        padding: 2.3rem 0;
    }

    .residents-tab-section {
        margin-bottom: 50px;
    }

    .gellery-section{
        margin-bottom: 0;
    }
     .card-details ul li{
        width: 100%;
        margin-bottom: 15px;
    }

}

/* Responsive adjustments */
@media (max-width: 767px) {
    .hero-section {
        text-align: center;
        padding: 1rem 1rem 6rem;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    section {
        padding: 3rem 0;
    }

    .hero-section .container {
        padding: 0;
    }

    .meet-owner-section::after,
    .meet-owner-section::before {
        display: none;
    }

        .gellery-section{
        margin-bottom: 0;
    }
    .card-details ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .card-details{
        padding: 40px 50px 22px;
        background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #D3EAFF 100%);
    }
    .medical-care-points {
        padding-top: 0px;
    }
    .residents-tab-section::before,
    .residents-tab-section::after {
        display: none;
    }

}

@media screen and (max-width: 575px) {
    .hero-section {
        min-height: 100vh;
    }

    .help-section .card-body {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand img {
        width: 120px;
    }

    .other-hero-section {
        min-height: auto;
    }

    .residents-tab-section {
        margin-bottom: 20px;
    }

    .nav-pills .nav-link {
        font-size: 16px;
    }
    .medical-care-points{
        padding-top: 0;
    }
        .gellery-section{
        margin-bottom: 0;
    }
    .feeding-heading h5{
        font-size: 18px;
    }
      .card-details{
        padding: 40px 50px 22px;
        background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #D3EAFF 100%);
    }
    .detail-main-section img {
        width: 100%;
        max-height: fit-content;
        max-width: 387px;
    }
    .card-details ul h6 {
        font-size: 18px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 20px;
        width: 30px;
        height: 30px;
    }
}

/* Custom animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* When slider is NOT initialized start*/
#gellery-slider:not(.owl-carousel) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
#gellery-slider:not(.owl-carousel) .gallary-img {
    flex: 0 0 auto;
}

#gellery-slider:not(.owl-carousel) .gallary-img img {
    width: 100%;
    display: block;
}
@media (min-width: 1000px) {
    #gellery-slider:not(.owl-carousel) .gallary-img {
        width: calc(33.333% - 10px);
    }
}
@media (min-width: 600px) and (max-width: 999px) {
    #gellery-slider:not(.owl-carousel) .gallary-img {
        width: calc(50% - 10px);
    }
}

@media (max-width: 599px) {
    #gellery-slider:not(.owl-carousel) .gallary-img {
        width: 100%;
    }
}
/* When slider is NOT initialized end */