/* :: 2.0 Import All CSS */
@import url(css/classy-navn.css);
@import url(css/bootstrap.min.css);

/* :: 3.0 Base CSS */

/* body */
body {
    font-family: Montserrat, serif !important;
    font-size: 14px !important;
    color: #000 !important;
    /* the below properties for makeing footer hit to bottom */
    min-height: 100vh;
    flex-direction: column;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Montserrat, serif !important;
}
.zoom-img {
    cursor: zoom-in;
}



/* magnifier */
.magnifier {
    position: absolute;
    border: 3px solid #000;
    cursor: zoom-in;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}



.error-text{color: #474747 !important;}
h4{font-weight: 400 !important;}
p{font-size: 20px;font-weight: 300;}
a:hover{text-decoration: none}
.p-right {padding-right: 0 !important;}
.p-left  {padding-left: 0 !important;}
.loader{
    position: relative;
    top: 50px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1 !important;
    font-weight: 450 !important;
}
b, strong{font-weight: 300 !important;}



#items_container .content_box div {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 20px;
}





.pb-10{padding-bottom: 250px}
.pl-20{padding-left: 10px;}
.page-item.active .page-link {background-color: #000 !important;}

/* breadcrumb mbg */
.breadcrumb-mbg{    margin: 60px 0 -85px;background-color: #fff;padding: 20px 0;}
.breadcrumb-mbg ul {padding: 0; display: inline-flex;}
.breadcrumb-mbg ul li{margin-right: 7px;}
.breadcrumb-mbg ul li a {text-decoration: none;color: #000}
.breadcrumb-mbg ul li img {width: 15px}

/* breadcrumb mbg page */
.breadcrumb-mbg-page{background-color: #fff;padding: 5px 0 0 0;}
.breadcrumb-mbg-page ul {padding: 0 3px; display: inline-flex;}
.breadcrumb-mbg-page ul li{margin-right: 7px;}
.breadcrumb-mbg-page ul li a {text-decoration: none;color: #000}
.breadcrumb-mbg-page ul li img {width: 15px}


/* error page */
.content-descriptions{
    color: #fff;
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 250px;
}
.content-descriptions a{
    color: #fff;
    transition: .3s;
}
.content-descriptions a:hover{
    color: #fff;
    font-weight: bold;
}

/* main cover image */
.main-cover-img{
    display: flex;
    justify-content: center; /* Horizontally center align */
    align-items: center; /* Vertically center align */
    height: 100vh;
}
.main-cover-img h2{
    color: #FFF;
    z-index: 9;
    position: relative;
    font-weight: bold !important;
    text-align: center;
    margin: 21% auto;
    font-size: 60px;
}

/* header page  */
#header_page{
    position: fixed;
    z-index: 15;
    width: 100%;
    padding: 20px 0;
    background: #fff;
}
#header_page img  {
    width: 150px; /* Initial width of the logo */
    z-index: 999999999999;
    position: relative;
}


/* header */
header{
    position: fixed;
    z-index: 1;
    width: 100%;
    padding-top: 60px;
}

.sub_logo{width: 150px !important;}
#logo  {
    width: 180px; /* Initial width of the logo */
    transition:  0.5s; /* Smooth transition for width */
    z-index: 999999999999;
    position: relative;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.32); /* More compatible way to set RGBA color */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    overflow-y: hidden;
    transition: opacity 0.6s, visibility 0.6s; /* Ensure visibility transitions smoothly */
    opacity: 0;
    visibility: hidden;

}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .overlay {
        background-color: rgba(255, 255, 255, 0.32);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .overlay {
        background-color: rgba(255, 255, 255, 0.9);
    }
}
.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.menu-bar{
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    padding-left: 240px;

}
.menu-arrow{width: 7px !important;margin-left: 15px;}

/* menu search bar */

.blackInput[type="search"] {
    color: #000 !important; /* Default text color */
}
#menuLinkForm[type="search"] {
    color: #fff; /* Default text color */
}
#menuLinkForm[type="search"]:focus {
    border-bottom: 1px solid #ccc;
    outline: none; /* Hide the default focus outline */
}



.arrow-up-right {
    font-size: 12px;
    transform: rotate(320deg) !important; /* rotates the arrow to point up and to the right */
}

.arrow-up-right-pp {
    font-size: 20px;
    transform: rotate(320deg) !important; /* rotates the arrow to point up and to the right */
}

.arrow-down-right {
    font-size: 12px;
    transform: rotate(-320deg) !important; /* rotates the arrow to point up and to the right */
}

.mute-buttons span{
    position: absolute;
    right: 5%;
    top: 85%;
    width: 3%;
    cursor: pointer;
}

.overlay a {
    padding: 8px 0;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #fff;
}
.overlay  .single-page-link:hover {
    color: #000 !important;
}

.openNav{
    cursor:pointer;
    float: right;
    margin: 36px 0 0;
}
.overlay .closebtn {
    position: absolute;
    top: 100px;
    right: 80px;
    font-size: 18px;
    color: #fff;
}

.overlay .closebtn-page {
    position: absolute;
    top: 60px;
    right: 90px;
    font-size: 18px;
    color: #000;
}

.ov a{
    color: #000;
}

header .menu-icon > .line {
    background-color: #fff;
    height: 1px;
    display: block;
    width: 37px;
    margin: 2px 0 12px;
}

header .menu-icon > .line-page {
    background-color: #000;
    height: 1px;
    display: block;
    width: 37px;
    margin: 2px 0 12px;
}

header .menu-icon > .line + .line {
    margin-top: 8px;
}

header .menu-icon > .line-page + .line-page {
    margin-top: 8px;
}

.menuLinkDashboard{color: #000 !important;}

/* Make the dropdown animate. */
.dropdown-content {
    min-width: max-content;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
    padding-left: 300px;

}

/* Scrolled color */
.scrolled {
    color: #000 !important; /* Color when scrolled */
}


/* Scrolled blackLine color menu */
.dropdown:hover  .blackLine {
    border-bottom: 1px solid #000 !important;
}

.blackLineSearch{border-bottom: 1px solid #000 !important;}
.blackLineSearchPlace::placeholder{color: #000 !important;font-weight: 400 !important}
.blackFontSearchPlace::placeholder{color: #000 !important;font-weight: 400 !important}

.menuLinkForm{border-bottom: 1px solid #000 !important;}
.menuLinkForm::placeholder{color: #000 !important;font-weight: 400 !important}


.form-control-search{
    border: none; /* Removes the default border */
    border-bottom: 1px solid #fff; /* Adds a bottom border */
    background: none; /* Removes the default background */
    width: 100%; /* Sets the width to 100% of the parent container */
    opacity: 0; /* Makes the element initially transparent */
    font-size: 16px; /* Adjust font size */
    color: #fff; /* Set text color */
    -webkit-appearance: none; /* Removes default styling on WebKit browsers (Safari, Chrome) */
    -moz-appearance: none; /* Removes default styling on Firefox */
    appearance: none; /* Removes default styling on browsers that support the standard appearance property */
    outline: none; /* Removes the default focus outline */
    transition: opacity 0.3s ease; /* Adds a smooth transition for opacity changes */
}

.form-control-search::placeholder{color: #fff;font-weight: 300;font-size: 20px}
/*.ul-search-style{height: auto;overflow-y: auto;border: no;border-radius: 0 !important;}*/
.ul-search-style a{padding:0}
.searchMenuResultsScroller{
    max-height: 200px !important;
    overflow-y: auto !important;
    width: 452px !important;
    transition: .3s;
    opacity: 1;
}

.searchMenuResults > ul > a > li > span{
    padding: 8px 0;
    color: #fff !important;
    transition: .3s;
    opacity: 1;
}

.searchMenuResults.scrolled > ul > a > li > span {
    padding: 8px 0;
    color: #000 !important;
    transition: .3s;
    opacity: 1;
}
.searchMenuResultsPage.scrolled > ul > a > li > span {
    padding: 8px 0;
    color: #000 !important;
    transition: .3s;
    opacity: 1;
}

.ul-li-img-span-search-style:hover {color: #000}


/* The max-height should be set to something that will always be a little bit bigger than the height of the content. */
.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
    max-height: 300px;
    border-bottom: 1px solid #fff;
}

.dropdown:hover .dropdown-content-single,
.dropdown:focus .dropdown-content-single,
.dropdown:focus-within .dropdown-content-single {
    max-height: 300px;
    border-bottom: 1px solid #000 !important;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* media page */

.single_block .img-press {
    display: block;
    max-width: 100%; /* Ensure the image does not overflow */
    transition: .3s;


}

.single_block .popup-youtube i {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: #fff;
    opacity: 0;
    transition: .3s;

}

.single_block:hover .popup-youtube i {
    opacity: 1;
    cursor: pointer;
}




.single_block .popup-youtube .globe-press{
    top: 0;
    opacity: 0;
    transition: .3s;
    position: absolute;
    bottom: 28%;
    width: 90px !important;
    height: 80px !important;
    left: 37%;
}
.single_block:hover .popup-youtube .globe-press{
    opacity: 1;
    transition: .3s;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 28%;
    width: 90px !important;
    height: 80px !important;
    display: block;
    left: 37%;
}




.single_block:hover .img-press {
    filter: blur(2px); /* Blur effect on hover */

}





/* home_page */
.main-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure home_page covers the entire container */
}
.overlay-video {
    background-color: rgba(0, 0, 0, 0.50);
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}


/* home */
.home {padding: 100px 0;}
.home .lead-left{
    font-size: 20px;
    margin-right: 70px;
    margin-bottom: 20px;
    font-weight: 500;
}
/*.home .lead-right{font-size: 20px;margin-bottom: 35px;font-weight: 350;}*/


/* home block */
.home-block{    padding:100px 0 250px 0;}
.home-block a {text-decoration: none}
.home-block img{
    height: 450px;
    object-fit: cover;
    transform: translate3d(0, 0, 1px);
    padding: 0 5px 0 5px;
}
.home-block p {
    text-align: center;
    margin: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 350;
}
.splide__track{height: 100vh}

/* about page */



.splide__slide .about-thumbnail-carousel{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 0 0 15px !important;
    cursor: zoom-in;
}
.about-thumbnail-carousel-left{padding: 0 !important;}
.about-lead-right{
    font-size: 20px;
    padding: 250px 0;
    word-spacing: 1px;
    font-weight: 350;
    text-align: justify;
}
.story-lead-left{
    font-size: 20px;
    margin: 40px 0;
    font-weight: 350;
}
.story-lead-right{
    font-size: 20px;
    margin: 40px 0;
    font-weight: 350;
    text-align: justify;
}

.mission-lead-left{
    font-size: 20px;
    margin: 80px 0;
    font-weight: 350;
}
.mission-lead-right-1{
    font-size: 20px;
    margin: 80px 0 40px;
    font-weight: 350;
}
.mission-lead-right-2{
    font-size: 20px;
    margin: 40px 0 80px;
    font-weight: 350;
}

.vision-lead-right{
    font-size: 20px;
    margin: 40px 0 0;
    font-weight: 350;
    word-spacing: 1px;
}
.vision-lead-left{
    font-size: 20px;
    margin: 40px 0;
    font-weight: 350;
}
.getInTouch{
    text-align: right;
    padding: 70px 0;
}
.getInTouch a{
    text-decoration: none;
    color: #474747;
    font-size: 20px;
    font-weight: 300;
    transition: .3s;
}
.getInTouch a:hover{
    text-decoration: none;
    color: #000;
}
.getInTouch a img{    width: 40px;margin-left: 5px;}



/* plants collection page*/


.plants-collection-block{
    padding: 130px 0 250px 0;
}

.plants-collection-block
.single_block
.blog_thumb img
{
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    height: 300px;
    display: block;
    margin: auto;
    transform: translate3d(0, 0, 1px);
    padding: 0 5px;
}

.plants-collection-block
.single_block
.blog_meta p
{
    margin: 25px 0;
    text-align: center !important;
    color: #000;
    font-size: 17px;
}

.plants-collection-block
.single_block
.blog_meta a
{
    text-decoration: none;
}



/* single-plants-page */

.single-plants-page{
    padding: 225px 0;
}

.single-plants-page
.single_block
.blog_thumb img
{
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    height: 350px;
    display: block;
    margin: auto;
}

.single-plants-page
.single_block
.blog_meta p
{
    padding: 25px 0 10px;
    text-align: center;
    color: #000;
    font-size: 17px;
}

.single-plants-page
.single_block
.blog_meta a
{
    text-decoration: none;
}

/* hidden collapse for plant information */
.hidden {
    visibility: visible;
    transition: .3s ease-in-out !important;
    opacity: 0;
}
.accordion-item-plant {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.accordion-item-plant.hidden {
    opacity: 0;
    visibility: hidden;
}


/* single plant */
.single_plant_page{padding: 130px 0;}
.single_plant_page .scientific_name{font-size: 20px;font-weight: 350;margin-top: 7px;}
.plant-data{padding: 30px 0}
.hr{border: 0 solid #000;}
.splide__arrow:disabled{opacity: 1 !important;}
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 15px 90px;
    cursor: zoom-in;
}
.single_plant_page .plantCollapse{
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 350;
    margin: 0 25px 0 80px;
    padding: 5px 0 !important;
    width: 35%;
}
.single_plant_page  .taxonomy{
    font-size: 17px;
    font-weight: 350 !important;
    margin: 15px 0 15px 140px;
}
.single_plant_page  .taxonomy .ar{
    font-family: system-ui;
    font-weight: 300;
}
.single_plant_page  .taxonomy-desc p{.herbarium-h-img
    text-align: justify;
    font-size: 15px;
    font-weight: 350;
    margin: 25px 0 25px 140px;
    hyphens: auto;
    line-height: 24px !important;
}
.single_plant_page  .lead{
    font-size: 15px;
    font-weight: 350;
    text-align: justify;
    word-spacing: 0;
    hyphens: auto;
}
.accordion-button{width: 50% !important; padding: 0 !important;}
.accordion-button:not(.collapsed){color: #000 !important;    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 13%) !important;}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E") !important;
    transform: rotate(180deg);
}
.single_plant_page  .taxonomy a {text-decoration: none;color: #000}

.splide__arrow--next{top: 40% !important;}
.splide__arrow--prev{top: 40% !important;}

/* partners and projects */
.pp-lead-right{
    font-size: 20px;
    padding: 250px 0;
    font-weight: 350;
    text-align: justify;
}
.pp-links{    padding: 0 0 60px 0;}
.pp-links ul {display: inline}
.pp-links ul li {padding: 10px 0}
.pp-links ul li a{
    font-size: 20px;
    color: #474747;
    font-weight: 350;
}

/* herbarium */
.herbarium-lead-right{
    font-size: 20px;
    padding: 250px 0;
    font-weight: 350;
    text-align: justify;
    hyphens: auto;
}
.herbarium-lead2-right-1{
    font-size: 20px;
    padding: 50px 0 15px;
    font-weight: 350;
    text-align: justify;
    hyphens: auto;
}
.herbarium-lead2-right-2{
    font-size: 20px;
    padding: 0 0 50px;
    font-weight: 350;
    text-align: justify;
    hyphens: auto;
}
.herbarium-h-img{height: 100vh !important;object-fit: cover;width: 100%}

/* herbarium access */

.search-box {
    margin-bottom: 12px;
}
.mazhar-herbarum-search{
    border: none;
    border-bottom: 1px solid #000000;
    background: none;
    outline: none;
    width: 100%;
    margin-right: 35px;
}
.search-box  ::placeholder {
    color: #000;
    font-family: Montserrat, serif;
    font-weight: 350;
}
.search-refresh{
    position: relative;
    right: 0;
    bottom: 45px;
    background: #000;
    padding: 8px 13px 0 6px;
    float: right;
    margin: 0 0 0 5px;
}

.search-refresh i{
    color: #fff;
    position: relative;
    bottom: 2px;
    left: 3px;
}

.search-box span{
    position: relative;
    color: #e3e1d5;
    top: 29px;
    padding-left: 7px;
}


.search-btn{
    position: relative;
    right: 0;
    top: -45px;
    border: 1px solid #000;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
    background: #000;
    color: #fff;
    float: right;
    height: 31px;
}
.search-btn i{color: #fff;}


.herbarium-access
.single_block
.blog_thumb img
{
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    height: 350px;
    display: block;
    margin: auto;
}

.herbarium-access
.single_block
.blog_meta p
{
    padding: 25px 0 10px;
    text-align: center;
    color: #000;
}

.herbarium-access
.single_block
.blog_meta a
{
    text-decoration: none;
}

.search-hearbarium {padding: 130px 0 0 0;}
.herbarium-gallery{    padding: 80px 0 80px 0;}

.access-herbarium-section{
    background: #808c76;
    padding: 100px 0;
}
.access-herbarium-section .text-box{background: #fff;}
.access-herbarium-section .text-box h3{color: #000}
.access-herbarium-section .text-box a{color: #000 !important;text-decoration: underline}
.single-sheet{padding: .7rem}

/* virtual tours page */
.vr-lead-right{
    font-size: 20px;
    padding: 250px 0;
    font-weight: 350;
}

/* visit and contact page */
.visitandcontact-lead-right{
    font-size: 20px;
    padding: 250px 0;
    font-weight: 350;
}
.visitandcontact .collapse-contact{padding: 5px 0}
.visitandcontact .collapse-contact a {font-size: 20px;color: #474747}

.contact-block__form  {padding: 35px 0}
.contact-block__form  .form-group{padding: 25px 0;}
.form-check-input[type=radio]:checked:after{
    border-color: #000 !important;
    background-color: #000 !important;
}
.form-check-input:checked{
    border-color: #000 !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(0, 0, 0) !important;
}

.form-control-visit-us{
    border: none; /* Removes the default border */
    border-bottom: 1px solid #000; /* Adds a bottom border */
    background: none; /* Removes the default background */
    padding: 0; /* Adjust padding as needed */
    outline: none; /* Removes the default focus outline */
    width: 100%; /* Sets the width to 100% of the parent container */
    font-weight: 350; /* Sets the font weight */
    font-size: 16px; /* Sets the font size */
    color: #000; /* Sets the text color */
    -webkit-appearance: none; /* Removes default styling on WebKit browsers (Safari, Chrome) */
    -moz-appearance: none; /* Removes default styling on Firefox */
    appearance: none; /* Removes default styling on browsers that support the standard appearance property */
    transition: border-color 0.3s ease; /* Adds a smooth transition for border color changes */

}

.form-control-visit-us::placeholder{color: #000;font-weight: 300}

.visitandcontact button{
    border: none;
    background: none;
    display: flex;
    text-decoration: none;
    color: #474747;
    font-weight: 300;
}
.submitBtnForm{
    border: none;
    background: none;
    display: flex;
}
.submitBtnForm img
{
    width: 40px;
    margin-top: 3px;
    margin-left: 15px;
}



/* login */
.form-login{padding: 100px 0;}
.form-login  button{
    border: none;
    background: none;
    width: 30px;
    display: flex;
    margin-top: 10px;
}
/*footer */
footer{
    padding: 50px 0;
    border-top: 0.5px solid black;
    position: relative;
}
footer input {
    -webkit-appearance: none; /* Removes default styling on WebKit browsers (Safari, Chrome) */
    -moz-appearance: none; /* Removes default styling on Firefox */
    appearance: none; /* Removes default styling on browsers that support the standard appearance property */
    border: none; /* Removes the default border */
    border-bottom: 1px solid #000000; /* Adds a bottom border */
    background: none; /* Removes the default background */
    padding: 10px 0 0 0; /* Top padding */
    outline: none; /* Removes the default outline */
    width: 30%; /* Sets the width of the input */
    margin-right: 10px; /* Adds right margin */
    font-weight: 300 !important; /* Sets the font weight to light */
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    font-family: inherit; /* Ensures the input inherits the font family of the parent */
    font-size: inherit; /* Ensures the input inherits the font size of the parent */
    color: inherit; /* Ensures the input inherits the color of the parent */
    -webkit-text-fill-color: inherit; /* Ensures the input text color inherits the color in Safari */
    -webkit-font-smoothing: antialiased; /* Improves font rendering on macOS and iOS */
}

footer input::placeholder {
    color: #888; /* Style the placeholder text */
    opacity: 1; /* Ensures placeholder text is fully opaque */
    -webkit-text-fill-color: #888; /* Ensures placeholder text color is consistent in Safari */
}

footer input:focus {
    border-bottom-color: #000; /* Changes the border color on focus */
    -webkit-box-shadow: none; /* Removes the default shadow in Safari */
    box-shadow: none; /* Removes the default shadow in browsers that support the standard box-shadow property */
}
footer .newsletterForm button{
    border: none;
    background: none;
    width: 30px;
}
footer .newsletterForm input::placeholder{color: #000; font-weight: 300}
footer  img{width: 110px}
footer .footer-social-icons i{
    font-size: 35px;
    color: #000;
    position: relative;
    top: 10px;
}
.footer-social-icons img {width: 35px}
.sign-up-block{
    padding: 15px 0 0 10px;
}
footer .footer-social-icons a{
    padding-left: 15px;
    text-decoration: none;
}
footer p{
    margin: 30px 15px 0;
    font-size: 19px;
    font-weight: 250;
    color: #474747;
}
footer h5{    font-weight: 300;padding-bottom: 8px;font-weight: 300 !important;}
button, input, optgroup, select, textarea {
    font-size: 18px !important;
}

/* mobile */
@media only screen and (max-width: 767px) {

    /* menu */
    .searchMenuResultsScroller{    width: 272px !important;max-height: 250px !important;}

    .mute-buttons span {
        position: absolute;
        right: 10%;
        top: 90%;
        width: 6%;
        cursor: pointer;
        display: none;
    }

    /* basics*/
    .pl-20{padding-left: 0}
    /* home page */
    .menu-bar{padding-left: 0}
    .overlay .closebtn{right: 30px;top: 80px}
    .overlay-content{top: 20%}
    .dropdown-content{padding-left: 120px}
    .home .lead-left{font-size: 20px;margin-right: 0;}
    .home {padding: 100px 0 0;}
    footer input{width: 55%}
    footer .container .row div{padding: 15px 0 15px 0;text-align: center;}

    /* about page */
    .main-cover-img h2{margin: 90% auto;font-size: 40px;z-index: 9;position: relative;}
    .openNav{margin: 28px 15px 0}
    .getInTouch a{font-size: 17px}
    .splide__slide .about-thumbnail-carousel{padding: 0 !important;}
    .splide__slide .about-thumbnail-carousel-left{padding: 0 !important;}

    /* plants page */
    .plants-collection-block .single_block .blog_thumb img{height: 150px}
    .splide__arrow--next{right: 0 !important;    top: 50% !important;}
    .splide__arrow--prev {left: 0 !important;    top: 50% !important;}
    .splide__slide img{    padding: 15px 50px;}
    .single_plant_page{padding: 140px 0 0 0}
    .single_plant_page .scientific_name{font-size: 17px;margin-top: 20px;}
    .single_plant_page .plantCollapse{margin: 0}
    .accordion-button{width: 70% !important;}
    .single_plant_page .taxonomy {text-align: left;margin: 25px 0 25px 40px;}
    .plant-data{padding: 0 0;}
    .splide__arrow{width: 1.5em !important;}
    .single_plant_page .taxonomy-desc {text-align: left;margin: 25px 0 25px 40px;}
    .single-plants-page .single_block .blog_thumb img{height: 150px}
    .plants-collection-block .single_block .blog_meta p{padding: 0}
    .splide__slide{height: 40vh !important;}
    .splide__slide img{padding: 0 40px !important;}
    .breadcrumb-mbg-page{padding: 0 0 10px 0;}
    .breadcrumb-mbg-page ul li{margin-right: 4px;font-size: 11px;}
    .splide__track{height: auto}
    /* herbarium */
    .herbarium-access .single_block .blog_thumb img{height: 180px}
}



/*!* ipad *!*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overlay .closebtn{right: 40px}
    .home .lead-left{margin: 0}
    .home-block img{height: 250px}
    footer{padding: 30px 0}
    footer input{width: 70% !important;}
    footer .footer-social-icons i{font-size: 27px}
    footer p{font-size: 15px}
    footer h5{font-size: 16px}

    /* about */
    .main-cover-img h2{margin: 30% auto;}
    .pl-20{padding-left: 10px}

    .plant-data{    padding: 10px 0;}
    .single_plant_page .plantCollapse{margin: 0 25px 0 35px;}
    .accordion-button{width: 85% !important;}
    .single_plant_page .taxonomy{margin: 25px 0 25px 70px;}
    .single_plant_page .taxonomy-desc{margin: 25px 0 25px 65px;}
    .splide__slide{height: 65vh !important;}
    .splide__slide img{    padding: 15px 25px;}
    .splide__arrow--next{right: -20px !important;}
    .splide__arrow--prev{left: -20px !important;}
    .plants-collection-block .single_block .blog_thumb img{height: 330px !important;}
    .menu-bar{padding-left: 150px;}
    .dropdown-content{padding-left: 190px;}
}
/*!* ipad and tablet *!*/
    @media only screen and (min-width: 768px) and (max-width: 1180px) {
    .overlay .closebtn{right: 40px}
    .home .lead-left{margin: 0}
    .home-block img{height: 300px !important;}
    footer{padding: 30px 0}
    footer input{width: 50% !important;}
    footer .footer-social-icons i{font-size: 27px}
    footer p{font-size: 15px}
    footer h5{font-size: 16px}
    .plants-collection-block .single_block .blog_thumb img{height: 430px;}

    /* about */
    .main-cover-img h2{margin: 60% auto;}
    .pl-20{padding-left: 0}
     .splide__slide .about-thumbnail-carousel{padding: 0 0 0 8px !important;}
     .splide__slide .about-thumbnail-carousel-left{padding: 0 !important;}

}



/* Custom JS Alert box */
#modalContainer {
    background-color:rgba(0, 0, 0, 0.9);
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10000;
}

#alertBox {
    position:relative;
    width:300px;
    min-height:100px;
    margin-top:150px;
    border:1px solid #99a486;
    background-color:#99a486;
    background-repeat:no-repeat;
    background-position:20px 30px;
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertBox h1 {
    margin:0;
    background-color:#808c76;
    color:#FFF;
    border-bottom:1px solid #808c76;
    padding:2px 0 2px 5px;
    font-size: 18px;
}

#alertBox p {
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
}

#alertBox #closeBtn {
    display:block;
    position:relative;
    margin:5px auto;
    padding:7px;
    border:0 none;
    width:70px;
    text-transform:uppercase;
    text-align:center;
    color:#FFF;
    background-color:#808c76;
    border-radius: 3px;
    text-decoration:none;
}




@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px !important;
    }
}

.img-placeholder {
    background-color: #ddd;
    /* Remove the animation for loaded state */
}

.img-placeholder.loading {
    animation: fading 1.5s infinite; /* Keep fading animation here */
}

@keyframes fading {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: .1;
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; /* Adjust size as needed */
    height: auto;
    display: none; /* Initially hidden */
}

.img-placeholder img {
    display: none; /* Hide until loaded */
    opacity: 0; /* Start fully transparent */
    transition: opacity 0.5s ease-in; /* Fade-in effect */
}

.img-placeholder.loaded img {
    display: block; /* Show image */
    opacity: 1; /* Fully opaque */
}
