@font-face {
    font-family: bellena;
    src: url(../fonts/bellena.ttf);
}

.top-main-homebanner .carousel {
    height: 100vh;
}

.top-main-homebanner .carousel .carousel-inner {
    height: 100%;
}

.top-main-homebanner .carousel .carousel-item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-main-homebanner .carousel .carousel-item h5 {
    font-size: 53px;
    font-family: bellena;
    margin-bottom: 18px;
    text-transform: capitalize;
    color: white;
    line-height: 1.4;
}

.top-main-homebanner .carousel .carousel-item p {
    color: white;
    font-size: 17px;
       padding-right: 70px;
}

.carousel-indicators {
    display: none;
}

.top-main-homebanner .carousel .carousel-item:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, hsl(0deg 0% 7% / 0%), hsl(0deg 0% 7% / 38%) 51%, hsl(0deg 0% 0% / 65%));
}

.top-main-homebanner .carousel .carousel-caption {
    z-index: +1;
    width: 40%;
    right: 3rem;
    bottom: 18%;
    margin-left: auto;
    text-align: left;
    /* z-index: +1;
    right: 15%;
    bottom: 27%;
    left: 15%; */
}

.top-main-homebanner .carousel .carousel-control-prev {
    top: 50%;
    background: transparent;
}

.top-main-homebanner .carousel .carousel-control-next {
    top: 50%;
    background: transparent;
}

.top-main-homebanner .carousel button {
    border-radius: 3px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    padding: 0 23px;
    background: #8c6e21;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    -webkit-transition: .25s ease-in-out;
}

.navbar .logo {
    display: inline-block;
    position: absolute;
    width: 247px;
    top: 14px;
}

.navbar .logo a img {
    height: auto;
}


nav .wrapper {
    position: relative;
    transition-duration: 0.1s;
    transition-delay: 0.1s;
    /* max-width: 1300px; */
    /* padding: 0px 30px; */
    height: 70px;
    line-height: 70px;
    /* margin-left: auto; */
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 280px 1fr;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links .loginbtn {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 19px;
    background: #8c6e21;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
}

.wrapper .nav-links .loginbtn svg {
    margin-right: 5px
}

.wrapper .nav-links {
    display: inline-flex;
    justify-content: end;
}

.wrapper .nav-links input[type="checkbox"] {
    display: none;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    color: #e8c70d;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff;
    width: 180px;
    line-height: 45px;
    border-radius: 10px;
    padding: 5px 10px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.drop-menu li a img {
    height: 36px !important;
    margin-right: 0px;
    /* width: 30px !important; */
    padding: 5px 5px 5px 0;
    object-fit: contain !important;

}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box1 {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.nav-links li:hover .drop-menu {
    min-width: 180px;
    width: max-content;
}

.drop-menu li a {
    font-weight: 800 !important;
    color: black !important;
    font-size: 16px;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 400;
    border-radius: 0px;
}

.drop-menu li a:hover {
    text-decoration: underline;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    z-index: +99;
}

.mega-box .content {
    background: white;
    border-radius: 10px;
    padding: 25px 20px;
    /* display: flex; */
    width: 100%;
    justify-content: space-between;
    align-items: self-start;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box1 {
    position: absolute;
    right: 18rem;
    width: 60%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    z-index: +99;
}

.section-title {
    margin-bottom: 20px;
}

.content-section {
    padding: 84px 0 80px;
}

.para-content {
    font-size: 14px;
    color: #5c5c5c !important;
}

.mega-box1 .content {
    background: white;
    border-radius: 10px;
    padding: 25px 20px;
    /* display: flex; */
    width: 100%;
    justify-content: space-between;
    align-items: self-start;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.collage-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6px;
}

.collage-img img {
    width: 100% !important;
    height: 88px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

.collage-img img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.mega-box .content .row {
    /* width: calc(37% - 30px);
    line-height: 45px; */
}

/* .mega-links li p{display: flex;} */
.content .row img {
    width: 100%;
    height: 83%;
    object-fit: cover;
    border-radius: 32px;
}

.content .row header a {
    line-height: 1.5;
    color: #aa8117;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;

    width: max-content;
    margin-bottom: 7px;
    display: block;

}

.content .row .mega-links {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    line-height: 35px;
}

.content .row .mega-links li p a::before {
    /* add the new bullet point */
    line-height: 2;
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.3rem;
    width: 0.3rem;
    margin-right: 0.5rem;
    background-color: #adadad;
    margin-bottom: 0.1rem;
}

.mega-links img {
    height: 44px !important;
    margin-right: 0px;
    /* width: 30px !important; */
    padding: 5px 5px;
    object-fit: contain !important;
}

.menu-img {
    width: 450px;
    padding-right: 3rem;
    height: 243px;
}

.menu-img img {
    border-radius: 10px;
    height: 100%;
    box-shadow: 12px 14px 15px -12px #0000006b;
}

.row .mega-links li {
    padding: 0 0 13px 0px;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 7px;
}

.row .mega-links li p a {
    padding: 0 9px 0 0px;
    color: #777777 !important;
    font-size: 15px;
    display: inline-block;
    /* display: block; */
    font-weight: 600 !important;
}

.row .mega-links li a:hover {
    color: #b3b3b3;
    text-decoration: underline;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

nav {
    width: 100%;
    transition-duration: 0.1s;
    transition-delay: 0.1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 13pxpx 120px 5px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: flex;
        justify-content: end;
        padding-top: 13px;

    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    /* ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    } */

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: flex !important;
        ;
    }

    .nav-links li {
        margin: 3px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        z-index: +99;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    #showDrop:checked~.drop-menu,
    #showMega1:checked~.mega-box1 {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        font-weight: 500;
        padding-left: 0;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 16px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }


    .mega-box1 {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box1 .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 5px 20px;
    }

    .mega-box1 .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box1 .content .row:nth-child(1),
    .mega-box1 .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.contenttext h2 {
    font-size: 45px;
}

.contenttext p {
    font-size: 18px;
}


.contenttext a {
    height: 46px;
    line-height: 45px;
    display: inline-block;
    padding: 0 41px;
    background: #8c6e21;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    -webkit-transition: .25s ease-in-out;
}

.contenttext a:hover {
    height: 46px;
    line-height: 45px;
    display: inline-block;
    padding: 0 41px;
    background: #fff;
    color: #8c6e21;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    border: none;
}

.events-content img {
    filter: none;
}

.events-content li .view-alls {
    color: #ffffff;
    background: #8b6e21;
    padding: 0 30px;
    border: none;
    margin-top: 2rem;
}

.custom-button {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 35px;
    background: #8c6e21;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

nav.scroll-active {
    background: #fcf9ef;
    z-index: +9999;
    padding-top: 0;
    transition-duration: 0.3s;
    transition-delay: 0.2s;
    box-shadow: 3px 7px 46px -6px #0000003d;
}

nav.scroll-active ul.top-social-media {
    margin-left: auto;
    display: flex;
}

nav.scroll-active .nav-links li a {
    color: #020202;
    font-weight: 700;
}

nav.scroll-active .mega-box1 {
    left: 0;
}

nav.scroll-active .loginbtn {
    display: none !important;

}

nav.scroll-active .nav-links {
    padding-left: 0;
}

nav.scroll-active ul.top-social-media a.view-alls {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 23px;
    background: #8c6e21;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: none;
    -webkit-transition: .25s ease-in-out;
}

nav.scroll-active .wrapper .nav-links {
    display: inline-flex;
    justify-content: initial;
}

nav.scroll-active .nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 52px;
}

nav.scroll-active .nav-links li:hover .mega-box1 {
    transition: all 0.3s ease;
    top: 52px;
}

.menu-content {
    line-height: 1.3;
}

.menu-content strong a {
    font-weight: 800 !important;
    color: black !important;
    font-size: 17px;
    padding: 0;
}

nav.scroll-active .nav-links li .drop-menu {
    top: 52px;
}

nav.scroll-active .wrapper {
    align-items: flex-start;
    height: 51px;
    line-height: 51px;
    grid-template-columns: 1fr;
}

nav.scroll-active .logo {
    display: none;
    /* transition-duration: 0.5s;
    transition-delay: 0.5s;
    background: #8c6e21;
    padding: 10px 15px 15px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 4px 19px 49px -12px #00000059; */
}

nav .logo {
    transition-duration: 0.1s;
    transition-delay: 0.1s;
}


.feature-slide {
    height: 100vh;
    background: linear-gradient(360deg, rgb(253 253 194) 0%, rgb(255 255 255) 100%);
    position: relative;
}

.feature-slide .side-img {
        object-fit: cover;
    position: absolute;
    width: 100%;
    max-width: 783px;
   
    height: 100%;
    right: 0;
    bottom: 0;
    object-position: left;
}

section.followdiv {
    padding: 3rem 0px 0;
}

.feature-slide .left {
        height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 3rem;
    padding-right: 4rem;
    position: relative;
    background: transparent;
}

.right {
    width: 82%;
    margin: auto;
    padding: 4rem 0;
}

.feature-slide .left .section-title h2 {
    font-size: 45px;
    color: black;
    line-height: 1.5;
}

.feature-slide .left .section-title p {
    margin-bottom: 1rem;
    color: black;
    font-size: 17px;
    line-height: 27px;
    margin-top: 1rem;

}

.feature-slide .left img {
    position: absolute;
    width: 100%;
    right: -19%;
    bottom: 0;
}

.feature-slide .carousel {
    height: 84vh;
}

.feature-slide .carousel .carousel-inner {
    height: 100%;
}

.feature-slide .carousel .carousel-item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-slide .carousel .carousel-item h5 {
    font-size: 24px;
    font-family: "muli";
    margin-bottom: 18px;
    text-transform: capitalize;
    color: white;
    line-height: 1.3;
    font-weight: 700;
}

.feature-slide .carousel .carousel-item p {
    margin-bottom: 0;
    font-family: 'Prata';
    color: white;
    font-size: 45px;
    font-weight: 700;
}

.feature-slide button {
    height: 46px;
    line-height: 45px;
    display: inline-block;
    padding: 0 41px;
    background: #8c6e21;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    -webkit-transition: .25s ease-in-out;
}

.carousel-indicators {
    display: none;
}

.feature-slide .carousel .carousel-item:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, hsl(0deg 0% 7%), hsla(0, 0%, 7%, 0.196) 51%, hsla(0, 0%, 0%, 0.251));
}

.feature-slide .carousel .carousel-caption {
    z-index: +1;
    right: 15%;
    bottom: 33%;
    left: 15%;
}

.feature-slide .carousel .carousel-control-prev {
    visibility: hidden;
}

.feature-slide .carousel .carousel-control-next {
    visibility: hidden;
}

.feature-slide .carousel button {
    height: 46px;
    line-height: 45px;
    display: inline-block;
    padding: 0 41px;
    background: #8c6e21;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    -webkit-transition: .25s ease-in-out;
}


.socialmedia .share__icon {
    display: inline-block;
    font-size: 22px;
    border-radius: 50%;
    height: 45px;
    background: white;
    width: 45px;
    text-align: center;
    line-height: 39px;
}

.instafollow {
    background: linear-gradient(360deg, rgb(135 87 64) 0%, rgb(107 81 53) 100%);
    color: white;
    padding: 0%;
    border-radius: 0px;
}

.instafollow h3 {
    font-weight: 500;
    font-size: 30px;
    margin: 0;
    font-family: 'Prata';
    letter-spacing: 0px;
    line-height: 1.4;
}

.newsletter-box .form {
    width: 50%;
}

.newsletter-box .newsletter-image {
    width: 50%;
}

.newsletter-box .form .titles h2 {
    display: block;
    margin-bottom: 0;
    font-size: 45px;
    width: 100%;
    font-family: 'Prata';
    letter-spacing: -2px;
    line-height: 1.2;
    color: black;
}

.instafollow .art-slider img {
    height: 166px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0px;
}

.coating-1 .slider .slides img {
    width: 100%;
}

.instadiv .h-full.relative:after {
    border-radius: 0;
}

.instadiv .h-full.relative img {
    object-fit: cover;
    border-radius: 0;
}

.instadiv .h-full.relative span {
    bottom: -2px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    color: white;
    z-index: +99;
    left: 0;
    font-family: 'Muli';
}

.blog-levels {
    display: block;
    height: 90vh;
}

.view-alls {
    border: 1px solid #000000f5;
    height: 46px;
    line-height: 45px;
    display: inline-block;
    padding: 0 41px;
    /* background: #ffffff; */
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    /* border: none; */
    position: relative;
}

.setborder {
    border-top: 0px solid #ffffff29;
    padding-top: 0;
    margin-top: 3%;
}

.footer .footer-menu li a {
    display: inline-block;
    font-size: 14px;
    color: #ffefc7;
}

.footer {
    background-color: #382f1c;
}

.message-bold a {
    font-weight: 600;
    color: #e5c573 !important;
}

.footer .widget-title {
    letter-spacing: 1.5px;
    width: 100%;
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Prata';
    position: relative;
    padding-bottom: 15px;
}

.footer-logo {
    width: 270px;

}

.newsletter-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fbfbfb00;
    padding: 16px 0 0;
    color: black;
    border: 0px solid #c4c4c4;
}

.footer .footer-bottom {
    background: #29210e;
}

.footer .footer-bottom .copyright ul li a {
    color: #ffffffd1;
    font-size: 13px;
    font-weight: 500;
}

.footer .social-media li {
    line-height: 31px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    list-style: none;
    color: black;
    background: #fcf9ef;
    margin: 0 7px 0 0;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    text-align: center;
}

.footerpara {
    color: #ffefc7;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding-right: 120px;
    margin-bottom: 1pc;
  /*  margin-top: 1pc;*/
    font-family: 'Muli';
}

.icon.four {
    background: #ffd66f5e;
    border: 1px solid #eed9a333;
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 3pc;
    display: block;
    width: fit-content;
}

.icon.four svg {
    padding-right: 8px;
}

.view-alls:hover {
    background-color: black !important;
    color: white;
}

.float-container {
    position: fixed;
    bottom: 1%;
    gap: 5px;

    z-index: +9;
    right: 0%;
}

.view-alls:hover:before {
    border-color: #fff;
}

.view-alls:hover:before {
    top: 6px;
    left: 6px;
    border-color: #080808;
}

.view-alls:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid transparent;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.text-right {
    text-align: right;
}

.figure-div img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.figure-div h4 {
    font-size: 20px;
    font-weight: 700;
}

.figure-div p {
    font-size: 15px;
    color: #959595;
}

.image-icon-box .content-box h4 {
    width: 88%;
    display: block;
    font-size: 22px;
    font-family: 'Muli';
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.image-icon-box .content-box b {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 29px;
    color: #fbff8c;
}

.image-icon-box .content-box a {
    color: #f0f486;
}

.image-icon-box .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 50px 10%;
    background: #8c6e21;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
}

.bgimg .cta-box {
    margin: 60px 0;
    align-items: center;
}

.image-icon-box .content-box a:hover:before {
    width: 50%;
    background: #000000;
}

.folkart-centers h3 {
    font-size: 17px;
    font-weight: 700;
}

.upcomingevents {
    background: #fcf9ef;
}

.float-container a {
    padding: 10px 13px;
    background-color: red;
    text-align: center;
    z-index: 99;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 0px 22px -3px #ffffff00;
    height: 43px;
    width: 43px;
}

.float-container .icon svg {
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0;
}

.float-container a.four {
    background: #000000;
}

.video-bg:after {
    opacity: 0.7;
}

.bgimg h2 {
    font-size: 40px;
}

.marquee {
    display: flex;
    flex-direction: row;
    line-height: 1.1;
    text-transform: uppercase;
    overflow: hidden;
    background-color: #000000;
}

.marquee:hover>.marquee__row {
    animation-play-state: paused;
}

.marquee__row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-shrink: 0;
    animation: marquee;
    animation-duration: 50000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee__item {
    width: auto;
    padding: 1.125rem 1.75rem 0.2rem;
    cursor: pointer;
    overflow: hidden;
}

.marquee__separator {
    width: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.marquee__text {
    font-size: 1.2rem;
    line-height: 1.;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Muli';
    letter-spacing: 1px;
}

.bottom-linksbtn a {
    font-size: 15px ! Important;
    background: #cf9e35;
    color: #ffffff !important;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: none;
    border-radius: 5px !important;
}

.action-button {
    margin-top: 2pc;
}

.action-button .icon {
    background: #8c6e21;
    border: 1px solid #eed9a333;
    color: white;
        padding: 0 33px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    margin: 6px 6px 6px 0;
    display: inline-block;
    width: fit-content;
    height: 39px;
    line-height: 39px;
}

ul.top-social-media {
    display: none;
}

ul.top-social-media li a {
    padding: 9px 10px;
}

ul.top-social-media li.fb a {
    color: #1048c0;
}

ul.top-social-media li.utube a {
    color: red;
}

ul.top-social-media li.xtwit a {
    color: #000;
}

ul.top-social-media li.in-sta a {
    color: #ed1d8e;
}

.counter-sec {
    padding: 7% 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: self-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.relative .action-btns button.view-alls {
    color: #ffffff;
    background: #8b6e21;
    padding: 0 30px;
}

.counter-sec>div {
    width: 43%;
}

.right_side_two_block .counter-lists .counter-list {
    margin-bottom: 25px;
}

.right_side_two_block .counter-lists .counter-list:last-child {
    margin-bottom: 0px;
}

.left_side_two_block .view-alls {
    background: #8c6e21;
    border: none;
    color: white;
    margin-top: 2rem;
}

.contenttext {
    margin-left: 5rem;
}

.counter-count {
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 77px;
    color: #7e5e0a;
    font-family: 'Prata';
}

.count-text {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3e402d;
    width: 50%;
}

.counter-section {
    background: rgb(237 237 217);
    position: relative;
    height: 100%;
    overflow: hidden;
}

.counter-section img {
    transform: scaleX(-1);
    position: absolute;
    right: -11rem;
    bottom: 0;
    height: 100%;
}

section.environmental img {
    width: 66%;
    margin: auto;
    margin-bottom: 2rem;
}

section.environmental h2 {
    margin-bottom: 0.5rem;
}

.folk-arts {
    padding: 84px 0 80px;
}

@media (prefers-reduced-motion: reduce) {

    .marquee__row {
        animation: none;
        -webkit-animation: none;
    }
}

@media screen and (max-width: 767px) {

.women-lt-social img {
    height: auto;
    
}
.menu-content p {
    text-align: left;
}
.content .row header {
      
        padding-left: 3px;
}
.content .row header a {
    font-size: 20px;
        font-weight: 800;
        padding-left: 0px;
   
}
.cd-horizontal-timeline .events-wrapper {
   margin: 0 9px 0px 0px;
    overflow-x: scroll;
    overflow-y: hidden;
   
}
.cd-horizontal-timeline .events-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.cd-horizontal-timeline .events-wrapper::-webkit-scrollbar-track {
 background: #b6b5b5!important;
}

/* Handle */
.cd-horizontal-timeline .events-wrapper::-webkit-scrollbar-thumb {
  background: #8c6e21!important;
    border-radius: 10px;
}

.cd-horizontal-timeline .events-content ol {
    padding-left: 0px;
}
.cd-horizontal-timeline .events{
   
    top: 9px;
 }
 .cd-horizontal-timeline .events-content h2 {
   
    text-align: center;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
   
    text-align: center;
}
.timelinecontent {
   
    text-align: center;
}
.cd-horizontal-timeline .events-content {
   
    text-align: center;
}
.feature-slide .left .section-title p {
   
    font-size: 16px;
    line-height: 25px;
}
    .footer .footer-menu {
        margin-bottom: 14px;
    }

    .footer .widget-title {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .footerpara {
        color: #ffefc7;
        margin-top: 0pc;
        padding-right: 0px;
    }

    .footer {
        padding-top: 0;
                text-align: center;
    }
     .footer .footer-bottom .copyright {
    
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 0px 5px;
}
.footer .footer-bottom .copyright ul {
   
    padding-top: 6px;
    
    justify-content: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    
    display: none;
}
    .search {
      
        display: none;
    }
    .folk-arts {
        padding: 30px 0 30px;
    }
   .footer .footer-bottom .container {
    
    justify-content: center;
}
    .folk-arts {
        display: block !important;
    }

    .artcraftsection {
        display: none;
    }

    .top-main-homebanner .carousel .carousel-item h5 {
        font-size: 40px;
        line-height: 1.2;
    }

    .content-section {
        padding: 20px 0 0px;
       
    }
    .findout .quote {
   
    text-align: center;
    
}
    .banner-left-bx {
        margin-top: 42px;
    }
.banner-left-bx h3 {
    font-size: 40px;
    
    margin-bottom: 0px;
}
.typediv .side-content:before {
  
    top: 0px;
    left: 0px;
    
}
section.category-area {
    padding: 55px 0px 20px!important;
  
}
    .search {
        width: 96%;
        position: relative;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .top-main-homebanner .carousel .carousel-item p {
        color: white;
        font-size: 16px;
        width: 100%;
    }

    .top-main-homebanner .carousel .carousel-caption {
              z-index: +1;
        width: 100%;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
       top: 50%;
       transform:translateY(-50%);
        margin-left: initial;
        display: block !important;
        text-align: center;
    }
   .top-main-homebanner .carousel .carousel-item p {
   
    padding-right: 0;
}
   

.top-main-homebanner .carousel .carousel-control-prev {
    top: 50%;
    background: transparent;
}
.top-main-homebanner .carousel button {
   
    padding: 0 7px;
   
}
.action-btns {
  
    justify-content: center;
}

    .top-main-homebanner .carousel .carousel-item h5 {
              font-size: 35px;
    }

    .counter-sec {
        padding: 6% 4% !important;
        display: block !important;
    }

    .counter-sec>div {
        width: 100%;
    }

    .counter-section .titles h2 {
       font-size: 30px!important;
       text-align: center;
    }
.counter-section .counter-sec p{

    text-align: center;
}
.counter-section .titles {
 
    justify-content: center;
}
.right_side_two_block .counter-lists .counter-list {
   
    text-align: center;
}
.counter-count {
   
    font-size: 34px;
    line-height: 47px;
   
}
    .mega-box1 {
        width: 100%;
        padding: 0;
    }

    .mega-box {
        padding: 0 0;
    }

    .collage-img img {
        width: 100% !important;
        height: 45px !important;
        object-fit: cover !important;
        border-radius: 0px !important;
    }

    .bottom-linksbtn a {
        margin-bottom: 7px;
        height: auto;
        display: block;
        border-radius: 5px !important;
        padding: 15px !important;
    }

    .nav-links li a {
        padding: 0 3px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 0;
    }

    .row .mega-links li p a {
        padding: 0 9px 0 0px;
        color: #000000 !important;
        font-size: 13px;
    }

    .content .row header {
        line-height: 1.5;
        color: #cf9c17;
        font-size: 16px !important;
        font-weight: 800;
        padding-left: 10px;
        /* border-bottom: 2px solid #d4a837; */
        width: max-content;
        margin-bottom: 9px;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 11px 11px 1px 11px;
    }

    .mega-box .content .row {
        --bs-gutter-x: 0;
    }

    .contenttext {
        margin-left: 0 !important;
    }

    .logo img {
        max-width: 79%;
    }

    nav.scroll-active .nav-links {
        padding-left: 10px;
    }

    li.fb {
        display: none;
    }

    li.in-sta {
        display: none;
    }

    li.xtwit {
        display: none;
    }

    li.utube {
        display: none;
    }

    .nav-links .drop-menu {
        padding: 0 10px;
    }

    nav.scroll-active ul.top-social-media {
        margin-left: auto;
        display: block;
        padding: 0;
    }

    nav.scroll-active {
        background: #000000;
        box-shadow: none;
    }

    nav.scroll-active .wrapper .nav-links {
        display: block;
    }

    #menu-btn {
        display: block;
    }

    #close-btn {
        display: block;
    }

    .marquee__item {
        padding: 0.625rem 0.75rem;
    }

    .marquee__text {
        font-size: 0.71rem;
        line-height: 1.1;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    section.environmental img {
        width: 100%;
        margin: auto;
        margin-bottom: 2rem;
    }

    .feature-slide {
        height: auto;
    }

    .feature-slide .side-img {
        object-fit: cover;
        opacity: 0.1;
        position: absolute;
        width: 100%;
        max-width: 728px;
        height: 100%;
        right: 0;
        bottom: 0;
        object-position: center;
    }

    .feature-slide .left {
        margin-top: 2rem;
        height: auto;
        display: flex;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .upcomingevents {
        display: block;
    }

    section.environmental {
        padding: 20px 0 20px;
    }

    section.followdiv {
        display: none;
    }

    .col-lg-3.text-right {
       text-align: center;
    }
           .content-box {
    text-align: center;
        margin-bottom: 45px;
}
.view-alls {
   
            margin: 0 auto 30px;
}
.image-icon-box .content-box {
   
    padding: 13px 5%;
   
}
.image-icon-box .content-box b {
    
    margin-bottom: 7px;
   
}
    section.environmental img {
        width: 100%;
    }

    .counter-section {
        display: grid;
    }

    .count-text {
        width: 100%;
    }

        .counter-section img {
        order: 2;
        position: relative;
    }
    .counter-section img {
    transform: scaleX(-1);
   
    right: unset;
    bottom: unset;
    height: auto;
}
}

/* Сценарий анимации */
@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.timelinecontent li {
    font-family: 'muli';
}

.counter-section .titles {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.counter-section .titles h2 {
    display: block;
    margin-bottom: 0;
    font-size: 45px;
    width: 70%;
    font-family: 'Prata';
    letter-spacing: -2px;
    line-height: 1.1;
    color: black;
    margin-bottom: 2rem;
}

.titles h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    color: #ff9994;
}

.search {
    width: 74%;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.search svg {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 20px;
    color: #ffffff;
}

.search .form-control {
    padding: 0.7rem 3.35rem;
    color: #ffffff;
    background-color: #ffffff00;
    border: 2px solid #ffffffa1;
}

.action-btns {
    display: flex;
    gap: 12px;
}

#menu-btn {
    display: none;
}

#close-btn {
    display: none;
}

section.environmental {
    text-align: center;
    position: relative;
    margin: auto;
    padding: 84px 0 60px;
}

section.environmental .bottomimg {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    translate: scaleX(-1);
    transform: scaleY(-1);
}


section.environmental a.view-alls {
    height: 46px;
    margin: 1rem auto auto;
    line-height: 45px;
    display: inline-block;
    padding: 0 41px;
    background: #8c6e21;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    -webkit-transition: .25s ease-in-out;
}




.collection-div {
    border: 1px solid #00000017;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 14px;
    position: relative;
    box-shadow: 7px 14px 33px -18px #00000029;
}

.collection-div figure {
    margin: 0 0 1rem;
    height: 230px;
    border-radius: 17px;
}

.collection-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: opacity(0.8);
}

.searchdiv select {
    width: 175px;
}

.collection-div h4 {
    line-height: 1.4;
    font-size: 1rem;
    color: black;
    font-weight: 700;
}

.event-container {
    padding-top: 0%;
}

.collection-div a.icon {
    position: absolute;
    top: 36%;
    right: 0;
    left: 0;
    border-radius: 29px;
    margin: auto;
    background: #d7a527;
    width: 44px;
    height: 44px;
    padding: 10px;
    text-align: center;
    color: white;
    box-shadow: 0px 3px 39px 14px #111111;
}


.searchdiv input {
    font-weight: 600;
    width: 52%;
    height: 44px;
    padding: 0 12px;
    color: white;
    font-size: 14px;
    background: transparent;
    border-color: #e8e8e8;
}

.top-title {
    font-family: 'Prata';
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.legal h4 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 20px;
    text-decoration: underline;
}

.content-section.legal {
    padding: 30px 0 80px;
}

.glossary-div {
    padding-top: 53px;
}

.glossary-div div#myTabContent {
    padding-top: 2rem;
}

.glossary-div .nav-tabs .nav-link {
    margin-bottom: -1px;
    border-right: 2px solid #0000000f;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: white;
    font-size: 15px;
    font-weight: 700;
}

.glossary-div .nav-tabs .nav-link.active {
    color: #ddb141;
    background-color: #fff;
    border-color: white;
}

.glossary-div .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.glossary-div .top-title {
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: #8c6e21;
    width: 50px;
    font-family: 'Muli';
    font-size: 22px;
    font-weight: 500;
    color: white;
    margin-bottom: 2rem;
}

.glossary-div .tab-pane h5 {
    font-size: 1.1rem;
    font-weight: 800;
}

.glossary-div .tab-pane .col-md-6 {
    margin-bottom: 22px;
}

.sitemap {
    padding: 50px 50px;
}

.sitemap .div {
    padding: 0 0 1rem;
}

.sitemap .div h5 {
    line-height: 30px;
    font-weight: 800;
    font-size: 17px;
    border-color: black;
    border-left: 5px solid #d89913;
    padding-left: 0.6rem;
}

.sitemap .row.inner-category p a {
    font-weight: 600;
    font-size: 12px;
    margin-right: 11px;
    margin-bottom: 14px;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    background: #f7f4f1;
}

.sitemap .row.inner-category strong {
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 11px;
    display: block;
}

.sitemap h6.maininner-title {
    padding-left: 1rem;
    padding-top: 2rem;
    padding-bottom: 3px;
    font-size: 16px;
}

.sitemap h6.maininner-title a {
    color: #aea387;
    border-bottom: 1px solid #000;
}

.row.inner-category {
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.quote {
    margin: 1rem 0rem 0.5rem;
    width: 90%;
    font-size: 17px;
    font-family: 'circular';
    color: #d1943a;
    font-weight: 400;
    text-align: left;
    line-height: 1.2;
}

section.shareul {
    padding: 70px 0 0;
}

.findout .row {
    padding: 0 6% 0 0%;
}

.findout .section-title {
    padding-top: 3pc;
    padding-left: 2pc;

}

.findout .col-lg-6 img {
    transform: scaleX(-1);
}

.craft-page{
    position: relative;
background: white!important;
overflow: hidden;
  }
  .craft-page .sideimg{
    position: absolute;
    width: 22%;
    right: -6px;
    bottom: 0;
  }

  .slide-padding{
    padding-top: 3rem;
    padding-left: 2rem;
  }
  .slide-padding h2{     margin-bottom: 1rem;
    font-size: 3rem !important;
    font-weight: 500;}

  .slide-padding p span{
    float: left;
    font-family: 'Muli';
    font-size: 52px;
    line-height: 43px;
    padding: 3px 7px 3px 0;
    font-weight: 600;
    color: #cba032

  }

  .browse-section.category-area .item-text {
    z-index: 1;
    background: #84681f;
    color: #fff;
    font-style: normal;
    position: absolute;
    top: 1px;
    left: 0px;
    padding: 5px 10px;
    border-radius: 0px;}

    .browse-section.category-area .imgs {
        box-shadow: 1px 12px 34px -24px #000;
        border-radius: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border: 12px solid #d9bd73;
    }

    section.category-area {
        padding: 55px 0px 100px;
        background: linear-gradient(0deg, rgb(244 223 138) -1%, rgb(255 254 255 / 1%) 100%);
    }

    .browse-section p{    margin-bottom: 2rem;}