:root {
    --brand: #5e5605;
    --brand-2: #d9cc6d;
}
:root {
    --var-major-bold-font: "Poppins";
    --var-major-med-font: "Poppins";
    --var-secondary-font: "Poppins";
    --var-main-color: "#5e5605";
    --var-secondary-color: "#A4193D"
}

* {
    font-family: var(--var-secondary-font);
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

.ptb50 {
    padding: 50px 0px;
}

.ptb70 {
    padding: 70px 0px;
}

.ptb100 {
    padding: 100px 0px;
}

.pt50 {
    padding-top: 50px;
}

.pt30 {
    padding-top: 30px;
}

.pt70 {
    padding-top: 70px;
}

.pt100 {
    padding-top: 100px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb100 {
    padding-bottom: 100px;
}

.top-layer {
    background-color: #5e5605;
    overflow: hidden;
    padding: 10px 40px;
}

.icons {
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
}

.icons i {
    position: absolute;
    transform: translate(-50%, -52%);
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 13px;
}

.header-text {
    color: #fff;
}

.header-text a {
    color: #fff;
    font-size: 15px;
    padding: 0px 10px;
}

.header-text i {
    padding-right: 5px;
    font-size: 16px;
}

.main-menu {
    padding: 20px 0px;
}

.menu {
    margin: 0px;
    padding: 0px;
    width: auto;
}

.menu li {
    display: inline-block;
    margin-right: 30px;
}

.menu a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.call-btn {
    color: #fff !important;
    padding: 10px 20px;
    background-color: #5e5605;
    position: relative;
    transition: .3s;
}

.call-btn::after {
    border: 1px solid #5e5605;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    display: inline-block;
    transition: .3s;
}

.call-btn:hover::after {
    top: 0px;
    left: 0px;
    transition: .5s;
    border: 1px solid #BFCBC2;
}

.call-btn:hover {
    background-color: #BFCBC2;
    transition: .3s;
}

.hero-sec {
    position: relative;
}

.header-data {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    display: flex;
}

.hero-text h1 {
    font-size: 50px;
    font-family: var(--var-major-bold-font);
}

.hero-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.about-heading {
    font-family: var(--var-major-bold-font);
    font-size: 50px;
    padding-bottom: 20px;
    position: relative;
}

.about-heading::after {
    height: 5px;
    width: 80%;
    position: absolute;
    background-color: #5e5605;
    content: "";
    bottom: 10px;
    left: 0%;
}

.about-heading::before {
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: #5e5605;
    content: "";
    left: 40%;
    bottom: 3px;
    transform: translate(-50%, 0%);
    border-radius: 50%;
}

.about-img {
    position: relative;
}

.about-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 5px solid #5e5605;
    left: -7%;
    top: -7%;
    z-index: -1;
}

.about-img::before {
    position: absolute;
    width: 10%;
    height: 10%;
    content: "";
    border: 5px solid #5e5605;
    left: -7%;
    top: -7%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.about-text {
    padding: 0px 30px;
}

.about-text p {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 15px;
}

.about-text p:nth-of-type(2) {
    margin-bottom: 25px;
}

.about-btn {
    font-size: 18px;
    padding: 15px 25px;
}

.num-text {
    position: absolute;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0%;
    padding: 10px 25px;
}

.num-text h2 {
    font-size: 45px;
    color: #5e5605;
    font-family: var(--var-major-bold-font);
}

.num-text h4 {
    color: #5e5605;
    font-size: 20px;
}

.heading {
    font-family: var(--var-major-bold-font);
    font-size: 40px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}

.heading::after {
    position: absolute;
    height: 5px;
    width: 35%;
    content: "";
    left: 50%;
    bottom: -10px;
    z-index: 2;
    transform: translate(-50%, -10%);
    background-color: #5e5605;
}

.heading::before {
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: #5e5605;
    content: "";
    border-radius: 50%;
    left: 50%;
    bottom: -10px;
    z-index: 2;
    transform: translate(-50%, 30%);
}

.upcoming-box {
    border: 1px solid #e6e7ed;
    overflow: hidden;
    transition: .3s;
    height: auto;
}

.up-img {
    position: relative;
    overflow: hidden;
}

.up-date {
    position: absolute;
    background-color: #5e5605;
    padding: 10px;
    right: 40px;
    bottom: 0%;
    z-index: 2;
}

.up-date h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.up-date h5 {
    color: #fff;
    font-size: 16px;
}

.up-text {
    padding: 20px 15px;
    background-color: #fefeff;
}

.up-text h3 {
    font-family: var(--var-major-bold-font);
    font-size: 25px;
    color: #5e5605;
    font-weight: bold;
}

.up-text h4 {
    font-family: var(--var-major-bold-font);
    font-size: 18px;
    color: #000;
}

.up-text h5 {
    font-family: var(--var-major-bold-font);
    font-size: 16px;
    color: #000;
}

.up-img::after {
    height: 100%;
    position: absolute;
    background-color: #ffffff50;
    content: "";
    top: 0%;
    left: 50%;
    width: 0%;
    transform: translate(-50%, 0%);
    transition: .3s;
}

.upcoming-box:hover ::after {
    width: 100%;
    transition: .3s;
}

.upcoming-box:hover img {
    transform: scale(1.1);
    transition: .5s;
}

.upcoming-box:hover {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .3s;
    border: 1px solid #fff;
}

.past-box {
    /* padding: 20px; */
    position: relative;
    overflow: hidden;
}

.past-box::after {
    content: "";
    position: absolute;
    background-color: #00000065;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: 1;
}

.past-event-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: .3s;
    border: 2px solid #ffffff;
}

.past-event-text:hover {
    border: 2px solid #ffffff00;
    transition: .3s;
}

.past-event-text h3 {
    color: #fff;
    font-family: var(--var-major-bold-font);
    font-size: 35px;
    font-weight: bold;
}

.past-event-text h4 {
    color: #fff;
    font-family: var(--var-major-bold-font);
    font-size: 30px;
    margin-bottom: 40px;
}

.past-event-text i {
    font-size: 20px;
    color: #fff;
}

.past-box:hover img {
    transform: scale(1.2);
    transition: .3s;
}

.invitation-sec {
    background-color: #e7d2bb67;
}

.invite-2 {
    padding-left: 20px;
}

.invite-2 h3 {
    font-family: var(--var-major-bold-font);
    font-size: 35px;
}

.invite-2 p {
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 15px;
}

.invite-1 h4 {
    font-family: var(--var-major-bold-font);
    font-size: 30px;
    padding-top: 20px;
}

.invite-img {
    position: relative;
    overflow: hidden;
}

.invite-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(#00000000, #ffffff36);
    left: 0%;
    top: -60%;
}

.invite-img:hover::after {
    top: 100%;
    transition: .9s;
}

.product-img {
    padding: 5px;
}

.product-info {
    padding: 10px 0px;
}

.product-box {
    position: relative;
    /* overflow: hidden; */
}

.product-box::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #5e5605;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: -1;
}

.product-box:hover::before {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.product-info h5 {
    font-size: 25px;
    font-family: var(--var-major-bold-font);
    padding-bottom: 5px;
}

.product-info h6 {
    font-family: var(--var-major-bold-font);
    font-size: 22px;
}

.product-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product-box:hover h5 {
    color: #fff;
    transition: .3s;
}

.product-box:hover h6 {
    color: #fff;
    transition: .3s;
}

.product .swiper-button-next::after,
.review .swiper-button-prev::after {
    font-size: 20px;
    color: #5e5605;
    border: 1px solid #5e5605;
    padding: 10px;
    z-index: 99;
}

.product .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: 5%;
}

.product .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: 5%;
    left: 93%;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    font-size: 20px;
    color: #5e5605;
    border: 1px solid #5e5605;
    padding: 10px;
    z-index: 99;
}

.swiper-wrapper {
    padding-top: 70px;
}

footer {
    background-color: #5e5605;
    color: #fff;
}

.footer-heading {
    font-size: 25px;
    font-family: var(--var-major-bold-font);
}

.footer-text ul {
    list-style: none;
    padding-left: 0px;
}

.footer-text li {
    padding-bottom: 5px;
}

.footer-logo img {
    width: 45%;
    padding-bottom: 15px;
}

.footer-logo {
    /* filter: invert(1); */
}

.footer-text p {
    text-align: justify;
}

.footer-text a {
    color: #fff;
}

.video-play-button {
    /* position: absolute; */
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* visibility: hidden; */
    transition: .3s;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #5e5605;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #5e5605;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button i {
    z-index: 99;
}

.smblock {
    display: none;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.gallery-box {
    border: 4px solid #5e5605;
}

.gallery {
    background-color: #e7d2bb67;
}

.lgnone {
    display: none;
}

.carousel-control-next-icon::after {

    font-size: 30px;
    color: #000;
    padding: 13px;
    width: 70;
    background-color: #fff;
    border-radius: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-icon::before {

    font-size: 30px;
    color: #000;
    padding: 13px;
    width: 70;
    background-color: #fff;
    border-radius: 100%;
}


@media (max-width : 980px) {
    .xlgnone {
        display: none;
    }

    .about-img::after {
        height: 53%;
    }

    .num-text {
        top: 53%;
        height: fit-content;
    }

    .num-text h4 {
        color: #5e5605;
        font-size: 18px;
    }

    .num-text h2 {
        font-size: 35px;
    }

    .about-text {
        padding: 0px 0px 0px 20px;
    }

    .about-heading {
        font-size: 40px;
    }

    .about-text p {
        font-size: 15px;
    }

    .about-btn {
        font-size: 16px;
        padding: 10px 15px;
    }

    .up-date {
        bottom: 0%;
        right: 10px;
    }

    .up-date h3 {
        font-size: 20px;
    }

    .up-date h5 {
        font-size: 14px;
    }

    .up-text h4 {
        font-size: 16px;
    }

    .up-text h3 {
        font-size: 20px;
    }

    .past-event-text h3 {
        font-size: 20px
    }

    .past-event-text h4 {
        font-size: 19px;
    }

    .product .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 8%;
        left: 88%;
    }

    .product .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 8%;
    }
}

@media (max-width : 767px) {
    .mdnone {
        display: none;
    }

    .lgnone {
        display: block;
    }

    .logo img {
        width: 60%;
    }

    .main-menu {
        padding: 10px 0px;
    }

    .sm-menu {
        display: flex !important;
        justify-content: end;
        align-items: center;
    }

    .smmenu {
        list-style: none;
        padding-top: 50px;
    }

    .smmenu a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }

    .sm-menu li {
        padding-bottom: 20px;
    }

}

@media (max-width: 576px) {

    /* .smblock{
        display: block;
      } */
    .header-text {
        text-align: center;
    }

    .sm-center {
        justify-content: center !important;
        padding: 10px 0px;
    }

    .logo {
        justify-content: center;
        display: flex;
    }

    .logo img {
        width: 80%;
    }

    .smblock {
        display: block;
    }

    .d-sm-flex {
        display: flex;
    }

    .align-items-sm-center {
        align-items: center;
    }

    .hero-text h1 {
        font-size: 30px;
        text-align: center;
    }

    .hero-text p {
        font-size: 14px;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 35px;
        text-align: center;
    }

    .hero-text p {
        font-size: 16px;
        text-align: center;
    }

    .num-text {
        top: 100%;
        transform: translate(0%, -100%);
    }

    .about-text {
        padding: 30px 0px 0px 0px;
    }

    .up-text h3 {
        font-size: 25px;
    }

    .past-event-text h3 {
        font-size: 24px;
    }

    .past-event-text h4 {
        font-size: 25px;
    }

    .invite-1 h4 {
        font-size: 25px;
    }

    .invite-2 h3 {
        font-size: 25px;
        margin-top: 30px;
    }

    .invite-2 {
        padding-left: 0px;
    }

    .product-box {
        margin: 10px;
    }

    .product .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 8%;
        left: 76%;
    }

    .product .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 8%;
        right: 7%;
    }

    .footer-text {
        margin-top: 20px;
    }
}

/* invitation section */
.section-kicker {
    display: inline-block;
    padding: .25rem .75rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--brand-2), var(--brand));
    color: #fff;
}

.section-title {
    font-weight: 800;
    color: #222;
}

.event-card ul li {
    font-size: 0.95rem;
    color: #333;
}

.event-card strong {
    color: #000;
}

.link-brand {
    color: var(--brand);
}

.link-brand:hover {
    text-decoration: underline;
    color: var(--brand-2);
}

.invite-img img {
    transition: all 0.3s ease;
}

.invite-img img:hover {
    transform: scale(1.03);
}

/* invitation section */
/* contact us section */
.contact-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    transition: all .3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(94, 86, 5, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* contact us section */
.menu-button {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    position: fixed;
    bottom: 20px;
    z-index: 1111;
    margin: 0 0 0 10px
}

.menu-button a:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    position: absolute;
    bottom: 178px
}

.event-card {
  border: 1px solid rgba(0,0,0,.05);
  transition: all 0.3s ease;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.link-brand { color: var(--brand); }
.link-brand:hover { text-decoration: underline; color: var(--brand-2); }