@keyframes loading{
    0%{
        transform:translateX(-350px);
        opacity:0
    }
    35%,65%{
        transform:translateX(0);
        opacity:1
    }
    100%{
        transform:translateX(350px);
        opacity:0
    }
}
.loader{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#000;
    z-index:999999;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.loader span{
    height:10px;
    width:10px;
    background-color:#fff;
    display:inline-block;
    position:relative;
    margin:0 2px;
    border-radius:50%;
    opacity:0;
    animation:loading 3000ms ease-in-out infinite
}
.loader span:nth-child(5){
    animation-delay:100ms
}
.loader span:nth-child(4){
    animation-delay:200ms
}
.loader span:nth-child(3){
    animation-delay:300ms
}
.loader span:nth-child(2){
    animation-delay:400ms
}
.loader span:nth-child(1){
    animation-delay:500ms
}
@font-face{
    font-family:"Impact";
    src:url("../fonts/Impact.woff2") format("woff2"),url("../fonts/Impact.woff") format("woff");
    font-weight:normal;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Adobe Arabic";
    src:url("../fonts/AdobeArabic-Regular.woff2") format("woff2"),url("../fonts/AdobeArabic-Regular.woff") format("woff");
    font-weight:normal;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI.woff2") format("woff2"),url("../fonts/SegoeUI.woff") format("woff");
    font-weight:normal;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI-Italic.woff2") format("woff2"),url("../fonts/SegoeUI-Italic.woff") format("woff");
    font-weight:normal;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI-Bold.woff2") format("woff2"),url("../fonts/SegoeUI-Bold.woff") format("woff");
    font-weight:bold;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI-BoldItalic.woff2") format("woff2"),url("../fonts/SegoeUI-BoldItalic.woff") format("woff");
    font-weight:bold;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI Semilight";
    src:url("../fonts/SegoeUI-Semilight.woff2") format("woff2"),url("../fonts/SegoeUI-Semilight.woff") format("woff");
    font-weight:300;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI-Light.woff2") format("woff2"),url("../fonts/SegoeUI-Light.woff") format("woff");
    font-weight:300;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUIBlack.woff2") format("woff2"),url("../fonts/SegoeUIBlack.woff") format("woff");
    font-weight:900;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUIBlack-Italic.woff2") format("woff2"),url("../fonts/SegoeUIBlack-Italic.woff") format("woff");
    font-weight:900;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI-LightItalic.woff2") format("woff2"),url("../fonts/SegoeUI-LightItalic.woff") format("woff");
    font-weight:300;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI-SemiboldItalic.woff2") format("woff2"),url("../fonts/SegoeUI-SemiboldItalic.woff") format("woff");
    font-weight:600;
    font-style:italic;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI";
    src:url("../fonts/SegoeUI-Semibold.woff2") format("woff2"),url("../fonts/SegoeUI-Semibold.woff") format("woff");
    font-weight:600;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Segoe UI Semilight";
    src:url("../fonts/SegoeUI-SemilightItalic.woff2") format("woff2"),url("../fonts/SegoeUI-SemilightItalic.woff") format("woff");
    font-weight:300;
    font-style:italic;
    font-display:swap
}
.fw-normal{
    font-weight: normal;
}
.avatar{
    display:inline-flex;
    justify-content:center;
    align-items:center
}
.avatar-sm{
    height:45px;
    width:45px
}
.avatar-md{
    height:56px;
    width:56px
}
.avatar-lg{
    height:90px;
    width:90px
}
.avatar-xl{
    height:110px;
    width:110px
}
.modal .modal-content{
    background-color:#06e0fa
}
.modal .modal-content .title{
    writing-mode:vertical-lr;
    transform:rotate(180deg) translate(70%, 0px);
    text-transform:uppercase;
    font-weight:900;
    font-size:clamp(2rem, 7vw, 7rem);
    color:#2d2d2d;
    letter-spacing:.3em;
    cursor:pointer;
    -webkit-text-stroke-color:#2d2d2d;
    -webkit-text-stroke-width:2px;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    background-repeat:no-repeat;
    transition:background-size .5s cubic-bezier(0.67, 0.01, 0.15, 0.98);
    background-image:linear-gradient(90deg, #2d2d2d 0%, transparent 50%);
    background-position:100% 0%;
    -webkit-animation:text-fill 4s linear infinite both;
    animation:text-fill 4s linear infinite both
}
.modal .modal-content .btn-close{
    color:#fff;
    border:1px solid #fff;
    height:44px;
    width:44px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    padding:0;
    z-index:1;
    position:absolute;
    right:1rem;
    top:1rem
}
@-webkit-keyframes text-fill{
    0%{
        background-size:0% 100%
    }
    100%{
        background-size:150% 100%
    }
}
@keyframes text-fill{
    0%{
        background-size:0% 100%
    }
    100%{
        background-size:150% 100%
    }
}
.btn{
    transition:all .4s ease-in-out;
    font-size:clamp(0.75rem, 1vw, 1rem);
    border:0;
    text-decoration:none;
    padding-inline:1rem;
    text-decoration:none
}
.btn.btn-primary{
    background-color:#eda308;
    color:#fff;
    border-color:transparent
}
.btn.btn-primary:is(:hover, :focus, :active){
    background-color:#a37006
}
.btn.btn-secondary{
    background-color:#06e0fa;
    color:#fff;
    border-color:transparent
}
.btn.btn-secondary:is(:hover, :focus, :active){
    background-color:#049eb0
}
.btn.btn-outline-primary{
    border:1px solid #eda308;
    color:#fff
}
.btn.btn-outline-primary:is(:hover, :active){
    background-color:#eda308;
    color:#06e0fa;
    text-decoration:none
}
.btn.btn-outline-secondary{
    border:1px solid #06e0fa;
    color:#000
}
.btn.btn-outline-secondary:is(:hover, :active){
    background-color:#06e0fa;
    color:#fff;
    text-decoration:none
}
.btn.btn-outline-light{
    border:1px solid #fff;
    color:#fff
}
.btn.btn-outline-light:is(:hover, :active){
    background-color:#fff;
    color:#eda308;
    text-decoration:none
}
.btn.btn-light{
    color:#eda308
}
.btn-link{
    overflow:hidden;
    display:inline-block;
    position:relative
}
.btn-link:before{
    content:"ï„…";
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    color:inherit;
    font-weight:900;
    display:inline-block;
    opacity:0;
    margin-right:.3rem;
    position:absolute;
    top:0;
    left:0;
    font-variant:normal;
    transition:all .3s ease
}
.btn-link:hover{
    padding-left:15px
}
.btn-link:hover:before{
    opacity:1
}
.back-to-top{
    position:fixed;
    z-index:999;
    bottom:1rem;
    right:20px;
    display:none
}
.btn.has-down-arrow{
    position:relative
}
.btn.has-down-arrow[aria-expanded=true]::after{
    content:"";
    width:0;
    height:0;
    border-left:17px solid transparent;
    border-right:17px solid transparent;
    border-bottom:17px solid rgba(219,198,163,.5);
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%)
}
.bg-soft-primary{
    background-color:rgba(237,163,8,.5) !important
}
.bg-white{
    background-color:#fff !important
}
.bg-black{
    background-color:#000 !important
}
.bg-primary{
    background-color:#eda308 !important
}
.bg-secondary{
    background-color:#06e0fa !important
}
.bg-primary-light{
    background-color:#ffcd39 !important
}
.swiper-slide h1,.swiper-slide p{
    opacity:0;
    visibility:hidden;
    transition:.75s all ease-in-out;
    transform:translateX(80px)
}
.swiper-slide.swiper-slide-active .canvas,.swiper-slide.swiper-slide-active img{
    opacity:1;
    visibility:visible;
    transform:translateX(0px)
}
.swiper-slide.swiper-slide-active h1,.swiper-slide.swiper-slide-active p{
    opacity:1;
    visibility:visible;
    transform:translateX(0px)
}
.swiper-pagination .swiper-pagination-progressbar-fill,.swiper-pagination .swiper-pagination-bullet-active{
    background-color:#eda308
}
.border-white{
    border-color:#fff !important
}
.border-black{
    border-color:#000 !important
}
.border-primary{
    border-color:#eda308 !important
}
.border-secondary{
    border-color:#06e0fa !important
}
.border-primary-light{
    border-color:#ffcd39 !important
}
body{
    font-family:"Segoe UI",sans-serif;
    font-size:20px;
    line-height: 27px;
    font-weight:400;
    color:#fff
}
p{
    font-size:20px;
    line-height: 27px;
}
.ff-impact{
    font-family:"Impact",sans-serif
}
.h1,h1{
    font-size:clamp(2rem, 4vw, 4.375rem)
}
.h2,h2{
    font-size:50px;
    line-height: 67px;
}
.h3,h3{
    font-size:40px;
    line-height: 53px;
}
.h4,h4{
    font-size:clamp(1rem, 2vw, 1.875rem)
}
.h5,h5{
    font-size:clamp(1rem, 1.5vw, 1.625rem)
}
.h6,h6{
    font-size:clamp(1rem, 1.5vw, 1.25rem)
}
.h7{
    font-size:clamp(1rem, 1.5vw, 1.125rem)
}
.inner-title {
    font-size: 50px;
    color: #eda308;
    font-weight: 600; 
    text-align: center;
    line-height: 67px;
    margin-bottom: 10px;
}
.title_area p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.text-white{
    color:#fff !important
}
.text-black{
    color:#000 !important
}
.text-primary{
    color:#eda308 !important
}
.text-secondary{
    color:#06e0fa !important
}
.text-primary-light{
    color:#ffcd39 !important
}
.fill-white svg{
    fill:#fff !important
}
.fill-black svg{
    fill:#000 !important
}
.fill-primary svg{
    fill:#eda308 !important
}
.fill-secondary svg{
    fill:#06e0fa !important
}
.fill-primary-light svg{
    fill:#ffcd39 !important
}
a{
    transition:all .3s ease;
    color:#fff
}
a:not(.btn):hover{
    color:#eda308;
    text-decoration:underline
}
.fs-1{
    font-size:1px
}
.fs-2{
    font-size:2px
}
.fs-3{
    font-size:3px
}
.fs-4{
    font-size:4px
}
.fs-5{
    font-size:5px
}
.fs-6{
    font-size:6px
}
.fs-7{
    font-size:7px
}
.fs-8{
    font-size:8px
}
.fs-9{
    font-size:9px
}
.fs-10{
    font-size:10px
}
.fs-11{
    font-size:11px
}
.fs-12{
    font-size:12px
}
.fs-13{
    font-size:13px
}
.fs-14{
    font-size:14px
}
.fs-15{
    font-size:15px
}
.fs-16{
    font-size:16px;
    line-height: 20px;
}
.fs-17{
    font-size:17px
}
.fs-18{
    font-size:18px
}
.fs-19{
    font-size:19px
}
.fs-20{
    font-size:20px
}
.fs-21{
    font-size:21px
}
.fs-22{
    font-size:22px
}
.fs-23{
    font-size:23px
}
.fs-24{
    font-size:24px
}
.fs-25{
    font-size:25px
}
.fs-26{
    font-size:26px
}
.fs-27{
    font-size:27px
}
.fs-28{
    font-size:28px
}
.fs-29{
    font-size:29px
}
.fs-30{
    font-size:30px
}
#header.scrolled{
    background-color:rgba(24,27,30,.85);
    -webkit-backdrop-filter:hue-rotate(90deg) blur(24px);
    backdrop-filter:hue-rotate(90deg) blur(24px)
}
.navbar.bg-body-tertiary{
    --bg-navigation: transparent;
    background-color:var(--bg-navigation) !important
} 
@media screen and (max-width: 1240px){
    .navbar .navbar-nav .nav-item:not(:last-child){
        margin-inline-end:1rem
    }
}

/* *{
    outline:unset !important
} */
html,body{
    scroll-behavior:smooth
}
body{
    background-color:#181b1e;
    position:relative
}
/* body.index::before{
    content:"";
    background:#181b1e url(../img/footer-bg.png) no-repeat center bottom/contain;
    background-blend-mode:hard-light;
    position:absolute;
    top:auto;
    right:0;
    bottom:0;
    left:0;
    aspect-ratio:4/5;
    width:100%
} */ 

body.bg-image-top::before {
    content: "";
    background: url(../img/jungle.png) no-repeat center top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    aspect-ratio: 4/5;
    width: 100%;
    background-size: 1920px auto;
}
body.bg-image-top.img-birds::before{
    content:"";
    background:url(../img/bird-detail.png) no-repeat center top;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    aspect-ratio:4/5;
    width:100%;
    opacity:.6;
    mix-blend-mode:overlay;
    
    background-size: 1920px auto;
}
body.bg-image-bottom::before{
    content:"";
    background:url(../img/jungle-bottom.png) no-repeat center bottom;
    position:absolute;
    top:auto;
    right:0;
    bottom:0;
    left:0;
    aspect-ratio:4/5;
    width:100%;
    
    
    background-size: 1920px auto;
}
::-webkit-scrollbar{
    width:5px
}
::-webkit-scrollbar-track{
    box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb{
    background-color:#eda308
}
@media(min-width: 1400px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{
        max-width:1450px
    }
}
.breadcrumb-item+.breadcrumb-item::before{
    content:var(--bs-breadcrumb-divider, "/");
    transform:rotateY(180deg) translateX(9px);
    color:#06e0fa;
    transform-origin:center
}
.breadcrumb-item.active{
    color:#fff
}
.mt-n1{
    margin-top:-1rem
}
.mt-n2{
    margin-top:-2rem
}
.mt-n3{
    margin-top:-3rem
}
.mt-n4{
    margin-top:-4rem
}
.mt-n5{
    margin-top:-5rem
}
.mt-n6{
    margin-top:-6rem
}
.mt-n7{
    margin-top:-7rem
}
.mt-n8{
    margin-top:-8rem
}
.mt-n9{
    margin-top:-9rem
}
.mt-n10{
    margin-top:-10rem
}
.img-stretch{
    height:100%;
    width:100%;
    object-fit:cover
}
.media{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
    align-items:flex-start
}
.media .media-body{
    -ms-flex:1;
    flex:1
}
.social-links li .link-fb{
    color:#3442df;
    border:1px solid #3442df;
    height:40px;
    width:40px;
    transition:all .4s ease-in-out;
    display:grid;
    place-items:center
}
.social-links li .link-fb:hover,.social-links li .link-fb:active{
    background-color:#3442df;
    color:#fff
}
.social-links li .link-twitter{
    color:#1aa5d4;
    border:1px solid #1aa5d4;
    height:40px;
    width:40px;
    transition:all .4s ease-in-out;
    display:grid;
    place-items:center
}
.social-links li .link-twitter:hover,.social-links li .link-twitter:active{
    background-color:#1aa5d4;
    color:#fff
}
.social-links li .link-instagram{
    color:#c02195;
    border:1px solid #c02195;
    height:40px;
    width:40px;
    transition:all .4s ease-in-out;
    display:grid;
    place-items:center
}
.social-links li .link-instagram:hover,.social-links li .link-instagram:active{
    background-color:#c02195;
    color:#fff
}
.social-links li .link-youtube{
    color:#fd3831;
    border:1px solid #fd3831;
    height:40px;
    width:40px;
    transition:all .4s ease-in-out;
    display:grid;
    place-items:center
}
.social-links li .link-youtube:hover,.social-links li .link-youtube:active{
    background-color:#fd3831;
    color:#fff
}
.page-intro{
    height:65vh;
    overflow:hidden;
    display:flex;
    position:relative;
    align-items:flex-end;
    justify-content:center
}
@media screen and (max-width: 576px){
    .page-intro{
        height:20vh
    }
}
.page-intro img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.page-intro::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image:linear-gradient(0deg, #15120d 0%, rgba(67, 67, 67, 0) 100%);
    mix-blend-mode:luminosity;
    z-index:1
}
.page-intro .page-title{
    font-size:clamp(2rem, 4vw, 4.75rem);
    color:#fff;
    position:relative;
    z-index:2;
    margin-bottom:2rem
}
.form-check-input:checked{
    background-color:#eda308;
    border-color:#eda308
}
.form-check-input:focus{
    box-shadow:0 0 0 .25rem rgba(237,163,8,.25)
}
.form-control:focus{
    border-color:#eda308;
    box-shadow:0 0 0 .25rem rgba(237,163,8,.25)
}
.img-contain{
    position:relative
}  
.form-select{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background:transparent;
    border-radius:0;
    border:0;
    border-bottom:1px solid #fff;
    color:#fff;
    background-image:var(--bs-form-select-bg-img);
    background-repeat:no-repeat;
    background-size:16px;
    background-position:95% center;
    font-weight:600
}
html[dir="rtl"] .form-select {
    background-position: 5% center;
}
.form-select option{
    background-color:rgba(0,0,0,.5)
}
@media screen and (max-width: 991px){
    [aria-label=breadcrumb]{
        display:none
    }
}

/* @media screen and (min-width: 767px)and (max-width: 1024px){
    .hero{
        min-height:60dvh;
        min-height:60vh
    }
} */
/* .hero.bg-1::after{
    content:"";
    background:#181b1e;
    background:linear-gradient(0deg, #181b1e 0%, rgba(255, 236, 201, 0) 100%);
    position:absolute;
    top:70%;
    right:0;
    bottom:0;
    left:0
} */
.hero {
    min-height: 1183px;
    display: flex;
    padding-top: 245px;
}
.swiper-area {
    max-width: 914px;
    width: 100%;
    margin: auto;
}
.hero.bg-1 {
    position: relative;
    background: url(../img/homebg.jpg) no-repeat;
    background-position: center top;
    background-size: cover; 
}
.video_box {
    max-width: 488px;
    padding: 0;
    width: 100%;
    position: relative;
}
.video_box p {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%) !important;
    font-size: 20px;
}
.video_con {
    max-width: 426px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
}
.video_con p {
    font-size: 25px;
    line-height: 30px;
    font-family: 'SEGOE UI';
    font-weight: normal;
    margin: 0;
}
.video_area {
    margin-top: 47px;
}

.home_slider .swiper-area > h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 12px;

}
.home_slider .swiper-area > p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 32px;
}
.home_slider .explink a {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid;
}
.hero .banner-carousel-pagination {
    position: absolute;
    top: 50%;
    right: 55px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: auto;
}
.hero .banner-carousel-pagination .swiper-pagination-bullet {
    display: block;
    background: transparent;
    height: auto;
    width: auto;
    opacity: 1;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    padding: 4px 0;
    letter-spacing: 1px;
    font-weight: 300;
}
.hero .banner-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    transform:translateX(-35px);
    color:#06e0fa;
    position:relative;
    font-weight: normal;
}
.home_slider > .swiper {
    overflow: visible;
}
.hero .banner-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    height: 1px;
    width: 400px;
    background-color: #06e0fa;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 26px;
}
main {
    overflow: hidden;
}

li.breadcrumb-item a, li.breadcrumb-item span {
    display: block;
    white-space: nowrap;
}
.breadcrumb_area ul.breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.breadcrumb_area {
    padding-top: 16px;
    padding-bottom: 70px;
}
.breadcrumb_area ul.breadcrumbs li.breadcrumb_item + li.breadcrumb_item:before {
    content: "/";
    margin: 0 5px;
    color: #06e0fa;
} 
@media screen and (max-width: 991px){
    .main-bg{
        margin-top:0
    }
}
.story-to-tell .details{
    max-width:495px;
    width:100%;
    line-height:1.2
}
.category-filter{
    max-width:508px;
    margin-inline:auto
}
@media screen and (max-width: 767px){
    .category-filter{
        max-width:290px
    }
}
.bird-category .img-container{
    position:relative;
    display:block
}
.bird-category .img-container img {
    width: 100%;
    height: 482px;
    object-fit: cover;
    object-position: top center;
}
.brdglry .bird-category .img-container img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    object-position: top center;
}
.bird-category .img-container .hover-card{
    transition:all .3s linear;
    background:#eda308;
    background:linear-gradient(140deg, rgba(237, 163, 8, 0.64) 0%, rgba(6, 224, 250, 0.64) 100%);
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    text-transform:uppercase;
    display:grid;
    place-items:center;
    clip-path:circle(0% at 50% 50%)
}
.bird-category .img-container .play-btn{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:grid;
    place-items:center;
    opacity:0;
    transition:all 300ms ease-in-out
}
.bird-category .img-container .play-btn img{
    width:auto;
    height: auto;

}
.bird-category .img-container:is(:hover, :focus, :active){
    color:#fff
}
.bird-category .img-container:is(:hover, :focus, :active) .hover-card{
    clip-path:circle(100% at 50% 50%)
}
.bird-category .img-container:is(:hover, :focus, :active) .play-btn{
    opacity:1
}
.bird-category p{
    font-size:clamp(0.8rem, 1.5vw, 1.25rem)
}
.profile{
    padding:clamp(1rem, 7vw, 6rem)
}
.profile p{
    font-size:clamp(1rem, 1.5vw, 1.125rem)
}
.philosophy{
    padding:clamp(1rem, 7vw, 6rem);
    color:#000
}
.philosophy p{
    font-size:clamp(1rem, 1.5vw, 1.25rem)
}
.address{
    font-size:clamp(1rem, 1.5vw, 1.25rem)
}
.bird-details-carousel .bg-black img{
    max-height:670px;
    object-fit:contain
}
.bird-details-carousel .bird-details-pagination .swiper-pagination-bullet{
    background-color:rgba(196,198,199,.4);
    vertical-align:middle;
    opacity:1;
    height:16px;
    width:16px;
    margin-inline:1rem
}
.bird-details-carousel .bird-details-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border:4px solid #06e0fa;
    background-color:#fff;
    height:21px;
    width:21px
}
.bird-details-carousel .swiper-fraction{
    color:#fff;
    position:absolute;
    top:auto;
    right:0;
    bottom:6px;
    left:auto;
    z-index:10
}
html[dir="rtl"] .bird-details-carousel .swiper-fraction {
    left: 0;
    right: auto;

}

.bird-details-carousel .swiper-fraction::before{
    content:"";
    height:1px;
    width:250px;
    background-color:#eda308;
    position:absolute;
    top:50%;
    right:130%;
    bottom:auto;
    left:auto
}

html[dir="rtl"] .bird-details-carousel .swiper-fraction::before {
    
    left: 80px; 
    right: auto;
}
.bird-details-carousel .swiper-button-next:after,
.bird-details-carousel .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}
.bird-details-carousel .swiper-button-next,
.bird-details-carousel .swiper-button-prev {
    bottom: 4px;
    top: auto;
    left: 50%;
    transform: translateX(calc(-50% - 140px));
    height: 30px;
    width: 30px;
}
.bird-details-carousel .swiper-button-next{
    left: auto;
    right: 50%;    
    transform: translateX(calc(50% + 140px));
}
html[dir="rtl"] .bird-details-carousel .swiper-button-next, 
html[dir="rtl"] .bird-details-carousel .swiper-button-prev { 
    transform: translateX(calc(-50% - 330px)); 
}
html[dir="rtl"] .bird-details-carousel .swiper-button-next {
    left: auto;
    right: 50%;
    transform: translateX(calc(50% - 140px));
}
@media screen and (max-width: 991px){
    .bird-details-carousel .border-bottom{
        border:0 !important
    }
}
/*# sourceMappingURL=custom.css.map */
 




@font-face {
    font-family: 'Adobe Arabic';
    src: url('../fonts/AdobeArabicRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}  
.container {
    max-width: 1496px;    
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
} 
a,a:hover,a:focus{
    text-decoration: none;
}
a:not(.btn):hover{
    text-decoration: none;
}
img{
    max-width: 100%;
    vertical-align: top;
}
a.navbar-brand {
    display: flex;
} 
a.langar {
    font-family: 'Adobe Arabic';
    font-size: 50px;
    line-height: 34px;
    margin-top: -15px;
    display: inline-block;
    vertical-align: top;
}
.navbar .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease-in-out;
    position: relative;
    font-weight: 600;
    padding-block: 0;
    padding-inline: 0;
    display: block;
    font-size: 25px;
    line-height: 34px;
}
.navbar .navbar-nav .nav-item .nav-link:is(:hover, :focus, :active, .active){
    color:#06e0fa
}
.navbar {
    border-bottom: 1px solid #ababab;
    padding: 21px 0;
}
.main-bg {
    margin-top: -255px;
    z-index: 0;
    position: relative;
}
.img-contain .img-category {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 42px;
    left: 50px;
    margin: 0;
}
.img-contain .img-category span {
    font-family: 'Segoe UI';
    font-weight: 300;
    font-size: 50px;
    line-height: 40px;
}
.img-contain a:not(.btn):hover {
    color: #ffff;
}
article.explore-collection p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 37px;
}
html[dir="rtl"] article.explore-collection p {
    margin-left: auto;
}
.footer_col_contact h4 {
    text-align: right !important;
}
footer.bg-footer {
    background: url(../img/footer_bg.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-top: -331px;
    z-index: 0;
}
footer .text-end {
    text-align: right!important;
}
footer.bg-footer1 {
    background: url(../img/footer_bg1.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover; 
    z-index: 0;
    margin-top: -150px;

}

article.story-to-tell { 
    padding-top: 150px;
}
article.story-to-tell {
    margin-bottom: 85px;
}
.story_area .stimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.story_area {
    background: #eda308;
    max-width: 1112px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
} 
.story_area .stimg {
    max-width: 379px;
    margin-left: auto;
    width: 100%;
}
.story_area .stcon {
    max-width: 733px;
    width: 100%;
    padding: 100px 90px;
}
.story_area .stcon h2 {
    margin-bottom: 49px;
    font-size: 47px;
    line-height: 63px;
}
.story_area .stcon p {
    font-size: 25px;
    line-height: 33px;
    max-width: 495px;
    margin-bottom: 33px;
}
.story_area .stcon a {
    letter-spacing: 1px;
    border-bottom: solid 1px #fff;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
} 
 
footer nav[aria-label="footer link"] a {
    margin-top: 16px;
    font-size: 17px;
    display: block;
    line-height: 22px;
    margin-right: 10px;
}
footer .social-icon + a img {
    vertical-align: middle; 
}
html[dir="rtl"] footer .social-icon + a img { 
    margin-right: 10px;
}
.footer_area{
    border-top:1px solid #716f6f;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .footer-logo {
    max-width: 150px;
    margin-bottom: 10px;
}
footer .social-icon img{
    width:30px
}
footer nav a {
    margin-top: 16px;
    font-size: 17px;
    display: block;
    line-height: 22px;
}
.footer_col_contact h4 {
    line-height: 24px;
    margin-bottom: 17px;
}
.row>* {
    padding-left: 15px;
    padding-right: 15px;
}
footer .social-icon a {
    margin: 0;
}
footer .social-icon {
    margin-bottom: 20px;
}
.copy_right p {
    margin: 0;
    display: flex;
    color: #C4C6C7;
    line-height: 22px;
    font-weight: normal;
    align-items: center;
    opacity: 0.45;
}
.copy_right svg {
    margin-right: 10px;
    width: 22px;
    height: auto;
    display: block;
}
.copy_right p.agname {
    color: #C4C6C7;
    opacity: 0.5;
    font-weight: 600;
}
.copy_right p a{
    color: #C4C6C7;
    margin-left: 5px;
}
.copy_right {
    padding-top: 45px;
}
.navbar .navbar-nav > .nav-item:not(:last-child) {
    margin-right: 69px;
}
 
.navbar .navbar-nav .nav-item.with_sub > a:after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -23px;
    z-index: 0; 
}

.navbar .navbar-nav .nav-item > .dropdown-menu{
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
    background-color: #06e0fa;
     
    border-radius: 0;
    min-width: 955px;
    padding: 24px 64px 20px 64px;
}
.navbar .navbar-nav .nav-item:hover > .dropdown-menu {
    display: block;
   
}
.navbar .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub {
    padding: 0;
    margin: 0 ;
    list-style-type: none;
    display: flex;
    /* justify-content: space-between; */
}
.navbar .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li {
    padding: 0;
    margin-right: 6%;
}
html[dir="rtl"] .navbar .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li {
    margin-right: 0;
    margin-left: 6%;
}
.navbar .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li:last-child {
    margin-right: 0;
}
html[dir="rtl"] .navbar .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li:last-child  {
    margin-right: 0;
    margin-left: 0;
}
.navbar .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li {
    padding: 0 ;
}
.navbar .navbar-nav .nav-item > .dropdown-menu .subpart.active {
    border-top: solid 1px #FFFFFF;
    margin-top: 18px;
    padding-top: 15px;
    display: block;
}
.navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn {
    list-style-type: none;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    display: none;
    flex-wrap: wrap;
    border-top: solid 1px #fff;
}

.navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn.onhover {
    display: flex;
    flex-wrap: wrap;
}
.navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn.active{
    display: flex;
}
.navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn li a {
    font-size: 25px;
    line-height: 40px;
    color: #000000;
    display: block;
}
.navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn li {
    padding: 0;
    margin: 0 50px 0 0;
}
html[dir="rtl"] .navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn li {
    margin: 0 0 0 50px;
}
.navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn li:last-child {
    margin: 0;
}

html[dir="rtl"] .navbar .navbar-nav .nav-item > .dropdown-menu .subpart .sbmn li:last-child  {
    margin: 0;
}
.navbar .navbar-nav .nav-item .nav-sub .nav-link {
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
    line-height: 40px;
}
.navbar .navbar-nav .nav-item .nav-sub .nav-link:before {
    content: "";
    height: 60px;
    position: absolute;
    width: 100%;
}
.sbmn_mobile {
    display: none;
    list-style-type: none;
    background: #10C4D9;
    position: absolute;
    left: 100%;
    margin-left: 24px;
    top: 0;
    min-width: 153px;
    padding: 10px 20px;
}
.navbar .navbar-nav .nav-item .nav-sub .nav-link:hover, 
.navbar .navbar-nav .nav-item .nav-sub .nav-link.onhr {
    color: #000;
    font-weight: bold;
}
section.about_content {
    padding: 35px 0 79px 0;
}
.about_con_area {
    display: flex;
    flex-wrap: wrap;
}
.about_con_area .profile_area {
    max-width: 47.34%;
    width: 100%;
}
.about_con_area .profile_image {
    max-width: calc(100% - 47.34%);
    margin-left: auto;
    margin-right: 0;
}
.about_con_area .profile_area {
    max-width: 47.34%;
    width: 100%;
    padding: 60px 75px 40px 75px;
}
.about_con_area .profile_image img {
    min-height: 706px;
    min-width: 772px;
    max-height: 706px;
    max-width: 772px;
}
.about_con_area .profile_area h3 {
    margin-bottom: 15px;
}
.about_con_area .profile_area p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.bg-white * {
    color: #000000;
}
.philosophy_area {
    max-width: 815px;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 110px;
    margin-bottom: 64px;
}
.philosophy_area  h3 {
    margin-bottom: 32px;
}
.philosophy_area  p {
    margin-bottom: 27px;
}
.contact_form {
    max-width: 815px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 105px;
    padding: 74px 140px 50px 140px;
}
.contact_form h3 {
    margin-bottom: 40px;
}
.contact_form .form-field {
    margin-bottom: 30px;
}
.contact_form .form-field label.form-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}
.contact_form .form-field .form-control {
    height: 60px;
    border: solid 1px #C4C6C7;
    font-size: 16px;
}
.contact_form .form-field textarea.form-control {
    height: 148px;
}
.contact_form  .form-field-btn {
    padding-top: 10px;
}   
html[dir="rtl"] .contact_form .form-field-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
}
button.btn.btn-outline-secondary, 
button.btn.btn-secondary {
    height: 48px;
    border: solid 1px #06E0FA;
    padding-left: 30px;
    padding-right: 30px;
    background: #06E0FA;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
html[dir="rtl"] .contact_form .form-field-btn button.btn.btn-outline-secondary.rounded-pill.me-3 {
    margin-right: 1rem!;
}
button.btn.btn-outline-secondary{
    background-color: transparent;
    color: #06E0FA;
    color: #000000;
}
button.btn.btn-outline-secondary:focus,
button.btn.btn-outline-secondary:hover{
    color: #fff;
    background: #06E0FA;
}
button.btn.btn-secondary:is(:hover, :focus, :active){
    background-color: #eda308;
    color: #fff;
    border-color: #eda308;
}

.contact_page h2 {
    margin-bottom: 20px;
}
.contact_page .social-icon {
    margin-bottom: 64px;
}
.contact_page.title_area p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 22px;
}
.navbar .navbar-nav .nav-item .nav-sub .nav-link:is(:hover, :focus, :active, .active) {
    color: #000;
    font-weight: bold;
}
.form-select:focus {
    outline: none;
    box-shadow: none;
}
.bird_left {
    max-width: 31.5%;
    width: 100%;
    max-height: 670px;
}
.bird_details_area {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 75px;
}
.swiper.bird-details-carousel {
    padding-bottom: 60px;
}
.bird_right {
    max-width: calc(100% - 31.5%);
    width: 100%;
}
.bird_detailspage .breadcrumb_area {
    padding-bottom: 40px;
}
.brdglry {
    max-width: 1180px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.brdglry .bird-category {
    width: 33.33%;
    padding: 5px;
}
section.bird_glry {
    padding-bottom: 110px;
    min-height: 500px;
}
.footer_col_contact > a span {
    text-decoration: underline;
}
select.form-select.sortby {
    padding-left: 0;
    min-width: 172px;
    padding-bottom: 0;
    line-height: 27px;
    padding-top: 0;
    background-size: 12px;
    background-position: 95% 10px;
}
html[dir="rtl"] select.form-select.sortby {
    background-position: 5% 10px;
}
.archlist .col {
    padding: 0 5px;
}
.archlist {
    margin-left: -5px;
    margin-right: -5px;
}


html[dir="rtl"] .story_area {
    direction: ltr;
}
html[dir="rtl"] .story_area .stcon {
    direction: rtl;
}
html[dir="rtl"] .footer_area {
    direction: ltr;
}
html[dir="rtl"] article.explore-collection {
    direction: ltr;
}
html[dir="rtl"] .img-contain .img-category {
    right: 50px;
    left: auto;
}

html[dir="rtl"] .navbar .navbar-nav > .nav-item:not(:last-child) {
    margin-left: 69px;
    margin-right: auto;
}
html[dir="rtl"] a.langar {
    margin-top: 0px;
    font-family: 'Segoe UI';
    font-size: 32px;
}
.explore-collection .img-contain a >img {
       transition: all ease-in-out 0.4s; 
       height: 734px;
       object-fit: cover;
       object-position: center top;
       width: 100%;
}
.explore-collection .row-cols-1 .img-contain a >img {
    width: 100%;
    height: 734px;
    object-fit: cover;
    object-position: center top;
}
.explore-collection .img-contain a:hover >img {
    opacity: 0.8;
}
.sllimt .bird-details-pagination {
    display: none;
}
.sllimt .bird-details-carousel .swiper-fraction {
    right: 50%;
    transform: translateX(50%);
}
.sllimt .bird-details-carousel .swiper-fraction::after {
    content: "";
    height: 1px;
    width: 250px;
    background-color: #eda308;
    position: absolute;
    top: 50%;
    left: 130%;
    bottom: auto;
}
.bird-details-carousel .swiper-slide img{
    height: 670px;
    object-fit: cover;
    object-position: top center;
}
.bird-carousel-thumb .swiper-slide span {
    background-color: rgba(196,198,199,.4);
    vertical-align: middle;
    opacity: 1;
    height: 16px;
    width: 16px;
    margin-inline: 1rem;
    display: block;
    border-radius: 100%;
    border: 4px solid transparent;
}
.bird-carousel-thumb .swiper-wrapper{
    align-items: center;
       justify-content: center;

}
.bird-carousel-thumb .swiper-slide.swiper-slide-thumb-active span {
    border: 4px solid #06e0fa;
    background-color: #fff;
    height: 21px;
    width: 21px;
}
.bird-carousel-thumb {
    max-width: 220px;
    width: 100%;
    margin-top: -30px;
}
.bird-carousel-thumb .swiper-button-lock {
    display: block;
}
.bird-carousel-thumb .swiper-button-lock.swiper-button-prev {
    margin-left: 0;
}
iframe {
    border: 0;
    display: block;
}
@media(max-width:767px){
    .about_con_area .profile_image img {
        min-height: 271px;
        max-height: 767px;
        min-width: 100%;
        max-width: 100%;
    }
    .contact_form {
        max-width: 815px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 105px;
        padding: 30px;
    }
    .contact_page {
        padding-bottom: 75px;
    }
    .contact_form  .form-field-btn {
        padding-top: 0;
        display: flex;
        justify-content: center;
    }
    .subpart {
        display: none;
    }
    .bird-category .img-container img {
        width: 100%;
        height: 95px;
        object-fit: cover;
        object-position: top center;
    }
   .brdglry .bird-category .img-container img {
        width: 100%;
        height: 95px;
        object-fit: cover;
        object-position: top center;
    }
    .bird-category .img-container img {
        width: 100%;
        height: 161px;
        object-fit: cover;
        object-position: top center;
        max-width: 161px;
    }
    .bird-details-carousel .swiper-slide iframe {
        height: 194px;
        vertical-align: top;
    }
    .bird-details-carousel .swiper-slide img{
        height: 194px;
        object-fit: cover;
        object-position: top center;
    }
    .explore-collection .img-contain a >img { 
        height: 172px;  
    }
    .explore-collection .row-cols-1 .img-contain a >img {
        height: 172px;  
    }
    html[dir="rtl"] a.langar {
        margin-top: 0px;
        font-family: 'Segoe UI';
        font-size: 18px;
    }
    a.langar {
        font-size: 32px;
        line-height: normal;
    }
    .navbar { 
        padding: 20px 0 13px 0;
    }
    .hero {
        padding-top: 113px;
        min-height: unset;
    }
    .home_slider {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_slider .swiper-area > h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .home_slider .swiper-area > p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .home_slider .explink a {
        font-size: 16px;
    }
    .home_slider > .swiper {
        overflow: hidden;
    }
    .video_area {
        margin-top: 50px;
        max-width: 256px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
    }
    .video_con p {
        font-size: 14px;
        line-height: 15px;
    }
    .video_con {
        padding: 15px;
    }
    .hero .banner-carousel-pagination {
        top: auto;
        bottom: 0;
        transform: none;
        width: 100%;
        right: auto;
        position: relative;
        margin-top: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .banner-carousel-pagination .swiper-pagination-bullet {
        font-size: 14px;
        line-height: 25px;
        margin: 0 12px;
        padding: 0;
    }
    .hero .banner-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transform: translate(0 ,-19px);
    }
    .hero .banner-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        width: 1px;
        height: 13px;
        bottom: 0;
        top: 24px;
        left: 50%;
    }
    .main-bg {
        margin-top: 50px;
     }
     .explore-collection h2 {
        font-size: 20px;
        line-height: 27px;
    }
    article.explore-collection p {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 27px;
    }
    .img-contain .img-category {
        font-size: 10px;
        line-height: 11px;
        left: 13px;
        bottom: 10px;
    }
    .img-contain .img-category span {
        font-size: 11px;
        line-height: 11px;
    }
    article.story-to-tell {
        margin-bottom: 45px;
        margin-top: 0;
        padding-top: 97px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .story_area {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .story_area .stimg {
        max-width: 100%;
    }
    .story_area .stimg img {
        height: 425px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    .story_area .stcon {
        padding: 49px 32px;
    }
    .story_area .stcon h2 {
        margin-bottom: 17px;
        font-size: 30px;
        line-height: 40px;
    }
    .story_area .stcon p {
        font-size: 16px;
        line-height: 21px;
        max-width: 100%;
        margin-bottom: 21px;
    }
    .copy_right {
        padding-top: 15px;
    }
    .copy_right p {
        justify-content: center;
    }
    footer#footer {
        margin-top: auto;
    }
    .inner-title {
        font-size: 35px;
        line-height: 35px;
    }
    section.about_content {
        padding:25px 0 48px 0;
    }
    .about_con_area {
        flex-direction: column-reverse;
    }
    .about_con_area .profile_image {
        max-width: 100%;
    }
    .about_con_area .profile_area {
        max-width: 100%;
        padding: 20px;
    }
    .about_con_area .profile_area h3 {
        text-align: center;
    }
    .h3, h3 {
        font-size: 25px;
        line-height: 33px;
    }
    .about_con_area .profile_area p {
        font-size: 16px;
        line-height: 21px;
        font-weight: normal;
        margin-bottom: 21px;
    }
    .philosophy_area {
        max-width: calc(100% - 40px);
        padding: 20px;
        margin-bottom: 25px;
    }
    .philosophy_area  h3 {
        margin-bottom: 12px;
        text-align: center;
        font-weight: normal !important;
    }
    .philosophy_area  p {
        margin-bottom: 21px;
        font-size: 16px;
        line-height: 21px;
        font-weight: normal;
    }
    .philosophy_area img.w-100.mt-4.mb-5 {
        margin: 0 0 20px 0 !important;
    }
    .archlist > .col {
        padding: 0 8px;
    }
    .archlist {
        padding: 0 ;
    }
    .bird-category p {
        font-size: 16px;
    }
    .bird-category .img-container .hover-card span {
        font-size: 14px;
        padding: 0 15px;
    }
    .bird_details_area {
        flex-direction: column-reverse;
        padding-bottom: 35px;
    }
    .bird_left {
        max-width: 100%;
        width: 100%;
        max-height: 670px;
    }
    .bird_right {
        max-width: 100%;
        width: 100%;
    }
    .bird-details-carousel .bird-details-pagination .swiper-pagination-bullet {
        margin: 0 8px;
    }
    section.bird_glry .container {
        padding: 0;
        margin: 0 -5px;
        width: auto;
    }
    .brdglry .bird-category {
        width: 50%;
        padding: 5px;
    }
    section.bird_glry {
        padding-bottom: 50px;
    }
    .bird-carousel-thumb {
        max-width: 180px;
        width: 100%;
        margin-top: -40px;
        margin-bottom: 30px;
        margin-left: 30px;
    }
    .bird-details-carousel .swiper-button-next, .bird-details-carousel .swiper-button-prev {
        bottom: 14px;
        top: auto;
        left: 0;
        transform: none;
        height: 30px;
        width: 30px;
    }
    .bird-details-carousel .swiper-button-next {
        left: 230px;
        right: auto;
        transform: none;
    }
    .bird-details-carousel .swiper-fraction:before {
        display: none;
    }
    .bird-details-carousel .swiper-fraction {        
        bottom: 16px; 
    }
    .fltarea > div:last-child {
        margin-top: 20px;
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }.fltarea {
        display: block;
    }
    .fltarea > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (max-width: 991px){
    .navbar.bg-body-tertiary{
        --bg-navigation: transparent;
        background-color:var(--bg-navigation) !important
    }
    .navbar.bg-body-tertiary .collapsed .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16.087' viewBox='0 0 20 16.087'%3E%3Cpath id='Icon_material-menu' data-name='Icon material-menu' d='M4.5,25.087h20V22.406H4.5Zm0-6.7h20V15.7H4.5ZM4.5,9v2.681h20V9Z' transform='translate(-4.5 -9)' fill='%23fff'/%3E%3C/svg%3E%0A");
    }
    .navbar.bg-body-tertiary .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16.087' viewBox='0 0 20 16.087'%3E%3Cpath id='Icon_material-menu' data-name='Icon material-menu' d='M4.5,25.087h20V22.406H4.5Zm0-6.7h20V15.7H4.5ZM4.5,9v2.681h20V9Z' transform='translate(-4.5 -9)' fill='%2306E0FA'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 17px;
        display: block;
    }
    .navbar.bg-body-tertiary #navbarMain {
        background-color: #fff;
        padding: 20px 24px;
        position: absolute;
        top: 57px;
    }
    .navbar.bg-body-tertiary #navbarMain > ul.navbar-nav {
        margin: 0 !important;
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item {
        margin: 10px 0;
    } 
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .nav-link{
        color:#000
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show{
        display:flex;
        border:0;
        padding:0
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show #pills-tab{
        flex:1;
        -webkit-padding-start:1rem;
        padding-inline-start:1rem
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show #pills-tab .nav-item{
        display:block;
        width:100%
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show #pills-tab .nav-item .nav-link{
        border-radius:0;
        width:100%;
        text-align:start;
        padding:.5rem;
        margin:0;
        text-transform:capitalize;
        font-weight:400
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show #pills-tab .nav-item .nav-link.active{
        background-color:#06e0fa;
        font-weight:600
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show #pills-tabContent{
        flex:1;
        background-color:#06e0fa
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show #pills-tabContent li{
        display:block;
        width:100%
    }
    .navbar.bg-body-tertiary #navbarMain .navbar-nav .nav-item .dropdown-menu.show #pills-tabContent li a{
        color:#000;
        padding:.5rem 1rem;
        display:block;
        text-decoration:none
    }
    .navbar .navbar-toggler{
        padding:0;
        border: none;
    }
    .navbar .navbar-toggler:is(:focus){
        box-shadow:none
    }
    .navbar .navbar-brand{
        max-width:142px
    }
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        position: relative;
        line-height: 21px;
    }
    .navbar .navbar-nav .nav-item > .dropdown-menu {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        background: no-repeat;
        border: none;
        padding: 0;
        margin-top: 10px;
        min-width: unset;
    }
    .navbar .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub {
        margin: 0;
        display: block;
    }
    .navbar .navbar-nav .nav-item .nav-sub .nav-link {
        padding: 0 23px;
    } 
    .navbar.bg-body-tertiary  .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li {
        padding: 0;
        margin: 0 !important;
        position: relative;
    }
    .navbar.bg-body-tertiary .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li:hover > ul.sbmn_mobile {
        display: block;
    }
    .sbmn_mobile a {
        font-size: 16px;
        color: #000;
        line-height: 35px;
        font-weight: 600;
    }
    .navbar.bg-body-tertiary .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li:hover > a {
        background: #10C4D9;
        font-weight: 600;
    }
    .navbar.bg-body-tertiary .navbar-nav .nav-item > .dropdown-menu > ul.nav-sub > li > a {
        margin-right: -30px;
    }
} 





@media screen and (min-width: 768px) and (max-width: 991px){
    .about_con_area .profile_area {
        max-width: 100%;
        padding: 60px 75px 40px 75px;
    }
    .about_con_area .profile_image {
        max-width: 100%;
    }
    .about_con_area {
        flex-direction: column-reverse;
    }
    .about_con_area .profile_image img {
        min-height: 706px;
        min-width: 700px;
        max-height: 706px;
        max-width: 700px;
    }
    .about_con_area {
        flex-direction: column-reverse;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .philosophy_area {
        max-width: 700px; 
    }
    .bird-category .img-container img {
        width: 100%;
        height: 239px; 
    }
    .brdglry .bird-category .img-container img {
        width: 100%;
        height: 128px; 
    }
    .bird-details-carousel .swiper-fraction::before{
        display:none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px){
    .container {
        max-width: 95%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .navbar-nav > .nav-item:not(:last-child) {
        margin-right: 40px;
    }
    .about_con_area .profile_image img {
        min-height: 706px;
        min-width: 100%;
        max-height: 100%;
        max-width: 100%;
    }
    .bird-details-carousel .swiper-fraction::before {
        width: 150px;
    }
}


.bird-details-carousel  a.img-container .play-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    place-items: center;
    transition: all 300ms ease-in-out;
}
.bird-details-carousel a.img-container .play-btn img {
    width: 69px;
    height: 69px;
}