/*.main_slider .item {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 0!important;*/
/*    padding-bottom: 60%; !* Adjust this value to achieve the desired aspect ratio *!*/
/*    overflow: hidden;*/
/*}*/

/*.main_slider .item img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%!important;*/
/*    object-fit: cover; !* Ensures the image covers the area without distortion *!*/
/*}*/

/*#Header .container.custom-container {*/
/*    background: url('/assets/assets/img/Mushroom_Bannar.jpg') no-repeat center #0C713E;*/
/*    background-size: cover;*/
/*}*/


/*.single_slide h5{*/
/*    text-align: center;*/
/*    background: #cbf5c8;*/
/*    font-size: 1.1rem;*/
/*    padding: 5px 0;*/
/*    border-bottom: 1px solid #000;*/
/*    margin-bottom: 0;*/
/*}*/


/*@media screen and (max-width: 576px) {*/
/*    .custom-container {*/
/*        margin-top: 70px;*/
/*    }*/
/*    #Header .container.custom-container {*/
/*        background-size: contain; !* Adjust to contain for smaller screens *!*/
/*        height: 200px; !* Set a fixed height for smaller screens if needed *!*/
/*    }*/
/*    .navbar-brand{*/
/*        font-size: 15px;*/
/*    }*/

/*    #Header .container.custom-container {*/
/*        background: url('/assets/assets/img/Mushroom_Bannar01.jpg') no-repeat center #0C713E;*/
/*        background-size: cover;*/
/*    }*/
/*}*/


/*.main_slider .item {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 300px; !* Fixed height for consistency *!*/
/*    overflow: hidden;*/
/*}*/

/*.main_slider .item img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: auto;*/
/*    height: 100%;*/
/*    transform: translate(-50%, -50%);*/
/*    object-fit: contain; !* Ensures the image fits within the container without distortion *!*/
/*    transition: transform 0.3s ease-in-out, object-fit 0.3s ease-in-out; !* Smooth transition *!*/
/*}*/

/*.main_slider .item:hover img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%!important;*/
/*    object-fit: cover; !* Ensures the image covers the area on hover *!*/
/*    transform: scale(1.1) translate(-50%, -50%); !* Slightly enlarge image on hover *!*/
/*}*/


:root {
    --dt-base-color: #666666;
    --dt-pri-color: #f31717;
    --dt-sec-color: #161C2D;
    --dt-whi-color: #ffffff;
    --dt-gray-high: #f8f9fa;
    --dt-base-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --dt-title-font: "Quicksand", sans-serif;
    --dt-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

    --unhover-border-color: rgba(0, 0, 0, 0.5);
    --unhover-text-color: rgba(255, 255, 255, 0.5);
    --unhover-background-color: rgba(0, 0, 0, 0.5);

    --hover-border-color: rgba(0, 0, 0, 0.8);
    --hover-text-color: rgba(255, 255, 255, 0.8);
    --hover-background-color: rgba(0, 0, 0, 0.8);

    --transition-delay: 0.5s;
}


.ag-format-container {
    width: 1142px;
    margin: 0 auto;
}

.ag-photo-gallery_list {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 22.125rem;
    margin-bottom: 65px;
}

.ag-photo-gallery_item {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;

    cursor: pointer;

    overflow: hidden;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    position: relative;
}
.ag-photo-gallery_item__wide {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
}
.ag-photo-gallery_item__middle {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
}
.ag-photo-gallery_item__narrow {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}
.ag-photo-gallery_figure {
    width: 100%;
    height: 100%;

    overflow: hidden;
}
.ag-photo-gallery_img {
    height: 100%;
    width: 100%;

    -o-object-fit: cover;
    object-fit: cover;

    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.home-slider {
    width: 100%;
    max-height: 600px;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

header.header {
    position: relative;
    z-index: 2;
    max-width: 94rem;
    margin: 0 2rem;
}

#h_nav {
    margin-top: 20px;
    text-align: right;
}

#h_nav a {
    font-family: "Permanent Marker", cursive;
    font-size: 2.5em;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    margin-right: 45px;
}

#h_nav a:last-child {
    margin-right: 0px;
}

#h_nav a:hover,
#h_nav a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.rslides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.rslides li {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.rslides li img {
    width: 33.3333%;
    height: 240px!important;
    object-fit: cover;
}

.rslides:before {
    content: "";
    display: block;
    width: 540px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1356355/slider-overlay.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    padding-bottom: 31.25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

li a.credits {
    position: absolute;
    z-index: 4;
    right: 3%;
    bottom: 20px;
}

/* Slider navigation */

.transparent-btns_tabs {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.transparent-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.transparent-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    width: 11px;
    height: 11px;
}

.transparent-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, 0.8);
}

/* Slider navigation end */

@media only screen and (max-width: 768px) {
    nav {
        text-align: center;
    }
    nav a {
        font-size: 1.5em;
    }
    .rslides li img {
        width: 100%;
    }
}

ul.rslides_tabs.rslides1_tabs {
    display: none;
}


@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

    .ag-photo-gallery_list {
        grid-gap: 10px;

        -ms-grid-rows: 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem;
        grid-template-rows: 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem 14rem;
    }
}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }

}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }

}

.carousel {
    position: relative;
    width: 100vw;
    height: 70vh;
}

.slider-button {
    font-size: 2rem;
    /* padding: 5px 1rem; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: var(--unhover-background-color); */
    /* border: 2px solid var(--unhover-border-color); */
    color: var(--unhover-background-color);
    z-index: 10;
    cursor: pointer;
}

.slider-button-prev {
    left: 2rem;
}

.slider-button-next {
    right: 2rem;
}

.slider-button:hover,
.slider-button:focus {
    color: var(--hover-background-color);
}

ul.slides {
    list-style-type: none;
    height: 100%;
    width: 100%;
}

li.slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity var(--transition-delay);
    transition-delay: var(--transition-delay);
}

.slide > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

li.slide[data-active-slide] {
    opacity: 1;
}

.slides-circles {
    display: flex;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.slides-circles > div {
    height: 20px;
    width: 20px;
    margin: 10px;
    border: 3px solid white;
    border-radius: 50%;
    transition: background-color var(--transition-delay);
    transition-delay: var(--transition-delay);
}

.slides-circles > div[data-active-slide] {
    background-color: white;
}
