@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: "Outfit", sans-serif;
    background: #fff;
    overflow-x: hidden;
}
.event-page .about-bull{
    display: unset;
}

.event-page .about-bull span{
    margin: auto;
    width: 100% !important;
    text-align: center;
}

.aboutNew{
    padding: 2rem 2rem;
}

.aboutPages {
    background: var(--black);
    padding: 2rem 2rem;
    margin-top: 10px;
}

.aboutBOxs {
    background: var(--white);
    padding: 1rem 1rem;
}

.event-page .about-bull ul{
    margin-top: 1rem;
    text-align: center;
}
/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #202f66;
    --primary-color: #93292d;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}
li.nav-item.dropdown.drop-one {
    list-style: none;
    margin-right: 11px;
}
li.nav-item.dropdown.drop-one .nav-link {
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}


h1,
h2,
h3 {
    color: #000;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
}

/* Headings */
.heading {
    font-size: 3.375rem;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
}

/* loader */
.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}

/* loader */

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}

/* Cursor End */

/* btn css */

.themeBtn {
    background: var(--white);
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0.7em 2.1em;
    border-radius: 7px;
    border-radius: 0px 0px 0px 20px;
    color: #132c2a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    gap: 7px;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

.themeBtn i {
    font-size: 1.2rem;
}

.themeBtn:hover {
    background: #8b4a4a;
    color: var(--white);
}

/* btn css */

/* mouse animation css  */

.bounce-element {
    animation: bounce 0.9s infinite alternate;
    -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.mouse {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    text-align: center;
}

/* mouse animation css  */

/* navigation css */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}

.navbar-brand img {
    width: 120px;
}

.navbar-nav {
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.form-inline {
    gap: 4rem;
}

.form-inline a {
    font-size: 1.5rem;
    color: var(--white);
}

/* navigation css */

/* slider css */

.mainSlider {
    height: 1290px;
    position: relative;
    z-index: 1;
}

.mainSlider .video-horse {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    /* overflow: hidden; */
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20rem;
}

.slideContent {
    text-align: center;
}

.slideContent :is(h3, h1) {
    font-size: 5.625rem;
    color: var(--white);
    line-height: 6.75rem;
    margin: 0 0 1.3rem;
}

.slideContent p {
    line-height: 26.24px;
    color: #f5f5f5;
    margin: 0 0 3rem;
}

ul.top-social {
    position: absolute;
    left: 8rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
    gap: 1.5rem;
}

ul.top-social li a {
    font-size: 2rem;
    color: var(--white);
}

ul.top-social li a:hover {
    color: #8b4a4a;
}

.scroll {
    position: absolute;
    right: 8rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    /* flex-direction: column; */
    color: #fff;
    width: fit-content;
    height: fit-content;
    margin: auto;
    writing-mode: tb-rl;
    transform: scale(-1);
    font-size: 1.5rem;
}

.scroll:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* top: 0; */
    bottom: 70px;
    width: 2px;
    height: 50px;
    background-color: #f5f5f5;
    animation: scroll-down-animation 3s linear infinite;
    -webkit-animation: scroll-down-animation 3s linear infinite;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.scroll:hover {
    color: #6e3f11;
}

.scroll:hover:after {
    background-color: #6e3f11;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes scroll-down-animation {
    0% {
        transform: scaleY(0);
    }

    50% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

@-webkit-keyframes scroll-down-animation {
    0% {
        transform: scaleY(0);
    }

    50% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

.homeSlider.swiper-container .swiper-pagination {
    bottom: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.homeSlider.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    opacity: 1;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
}

.homeSlider.swiper-container .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--white);
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 50%;
}

.homeSlider.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    border-color: var(--white);
}

.counter-list {
    display: flex;
    align-items: center;
    gap: 0;
    border-top: 1px solid #717171;
}

.counter-list li {
    flex: 1;
    border-right: 1px solid #717171;
    height: 212px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(15px);
    /* background: linear-gradient(0deg, rgb(255 255 255 / 0.1%) 100%, rgb(255 255 255 / 10%) 100%);
    background-size: 100% 0;
    background-position: top center;
    background-repeat: no-repeat;
    transition: all 0.3s linear 0s; */
    -webkit-backdrop-filter: blur(15px);
}

.counter-list li:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
    rgb(255 255 255 / 38%) 100%,
    rgb(255 255 255 / 38%) 100%);
    background-size: 100% 0;
    background-position: top center;
    background-repeat: no-repeat;
    transition: all 0.3s linear 0s;
    opacity: 0;
}

.counter-list li:hover:after {
    /* background: linear-gradient(0deg, rgb(255 255 255 / 10%) 100%, rgb(255 255 255 / 10%) 100%); */
    opacity: 1;
    background-size: 100% 100%;
}

.counter-list li div {
    font-size: 3.75rem;
    color: #f5f5f5;
    line-height: 1;
}

.counter-list li p {
    color: #f5f5f5;
    margin: 0;
    font-size: 1.25rem;
    font-family: "Belleza", sans-serif;
}

div#counter-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* slider css */

.aboutcntnt .themeBtn {
    margin-left: 0;
    background: RGB(110, 63, 17);
    color: #fff;
}

.aboutcntnt h4 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
}

.aboutcntnt h2 {
    font-size: 3.125rem;
    color: #fff;
}

.aboutcntnt p {
    color: #fff;
    font-size: 1rem;
}

.about-section {
    background: #000;
}

/* service-section */
.service-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.service-section .swiper-pagination-bullet-active {
    background-color: #fff;
    position: relative;
}

.service-section .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    left: -4px;
    top: -4px;
}

section.service-section {
    background: RGB(110, 63, 17);
}

.servicehead h4 {
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
}

.servicehead h2 {
    font-size: 3.125rem;
    color: #fff;
}

.servicehead {
    text-align: center;
    margin-bottom: 2rem;
}

.servicecntnt h3 {
    font-size: 1.625rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0;
}

.servicecntnt p {
    color: #fff;
    font-size: 1rem;
    margin: 7px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.servicecntnt a i {
    font-size: 1rem;
    color: #fff;
    margin-left: 10px;
}

.servicecntnt a span {
    color: #fff;
    font-size: 1rem;
}

.Serviceslider {
    padding-bottom: 5rem;
}

.servicewrap {
    overflow: hidden;
}

.servicecntnt a {
    transform: translateX(-6rem);
    display: block;
    transition: 0.5s ease;
}

.servicewrap:hover .servicecntnt a {
    transform: translateX(0);
}

.servicewrap figure {
    position: relative;
}

.servicewrap figure::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00a2a7b0, transparent);
    opacity: 0;
    transition: 0.5s ease;
}

.servicewrap:hover figure::before {
    opacity: 1;
}

/* service-section */

/* review-section */
.review-section {
    background: url(../../upload/images/reviewbg.png) center/cover no-repeat;
    display: flex;
    align-items: end;
    height: auto;
    padding: 0;
    position: relative;
}

.review-section::before {
    position: absolute;
    content: "";
    background-color: rgb(110 63 17 / 70%);
    inset: 0;
}

.userwrap {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.star ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.userwrap figure img {
    border-radius: 50%;
    width: 77px;
}

.star ul li {
    color: RGB(225, 182, 72);
}

.star h4 {
    font-size: 1.25rem;
    color: #fff;
}

.reviewwrap p {
    font-size: 1.25rem;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.reviewwrap .quote {
    color: #fff;
    font-size: 1.5rem;
}

/* .toprev {
	opacity: 0;
} */

/* review-section */

/* subcribe-section */
.subForm input {
    height: 90px;
    border-radius: 50px;
    border: 2px solid #1ec1c1;
    width: 100%;
    padding-left: 1.5rem;
    background: #1ec1c1;
}

.subForm input::placeholder {
    color: #dbdbdb;
}

.subForm {
    display: flex;
    align-items: center;
    position: relative;
}

.subForm a {
    position: absolute;
    right: 1.5rem;
    font-size: 1.25rem;
    color: #fff;
}

.subForm input::placeholder {
    color: #fff;
}

.signHead p {
    font-size: 1.125rem;
    color: RGB(19, 44, 42);
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.signHead h2 {
    font-size: 3.125rem;
}

.checkboxx {
    margin-top: 1rem;
}

.checkboxx label {
    font-size: 1.25rem;
}

/* subcribe-section */
.instaSec {
    padding: 0 0 5px 0;
}

/* footer  */
.paguser ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.paguser ul li a {
    font-size: 1.25rem;
    color: #fff;
}

footer {
    padding-top: 5rem;

    background: url(../../upload/images/footerbg.jpg) center/cover no-repeat;

    position: relative;
}

footer::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, #000 0%, #6e3f11 100%) !important;
    opacity: 0.9;
}

.paguser {
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.quickList h2 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2rem;
}

.quickList ul li p {
    color: #fff;
}

.quickList ul li i {
    margin-right: 10px;
}

.quickList ul li a {
    color: #fff;
}

.quickList ul li+li {
    margin-top: 1rem;
}

.socialmedia ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.socialmedia ul li {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.socialmedia ul li a {
    color: #fff;
}

.footersub .subForm input {
    background: #fff;
    border-color: transparent;
    border-radius: unset;
    height: 55px;
}

.footersub .subForm input::placeholder {
    color: #000;
}

.footersub .subForm a {
    color: #000;
}

.footersub .checkboxx label {
    color: #fff;
}

.row.copyRight p {
    text-align: center;
    color: #fff;
}

.row.copyRight {
    border-top: 1px solid #fff;
    margin-top: 1rem;
    padding-top: 1rem;
}

.reviewwrap {
    border-right: 1px solid #717171b3;
    padding: 21rem 3rem 3rem;
}

.swiper-slide.swiper-slide-next .toprev {
    opacity: 1;
}

.toprev {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.swiper-slide.swiper-slide-next .reviewwrap {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* footer  */

.about-bull {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 3.5rem 0;
}

.about-bull span {
    width: 30%;
    height: 100px;
    background: url(../../upload/images/bg1.jpg) no-repeat top center/ cover;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 1;
    flex: 0 1 30%;
}

.about-bull span:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.about-bull span a {
    font-size: 1.5rem;
    font-family: "Belleza", sans-serif;
    color: #000;
    display: inline-block;
    margin-left: 16px;
    width: 50%;
}

.about-bull span div {
    width: 25%;
    height: 100px;
    position: absolute;
    left: 0;
    border-right: 1px solid #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent;
}

.about-bull span:hover div {
    background: #6e3f11;
}

.about-bull span:hover:before {
    opacity: 90%;
}

.about-bull span a:hover {
    color: #6e3f11;
}

/* Innerpages */
/* Inner Banner */
.mainSlider--inner {
    height: 365px !important;
    background: linear-gradient(180deg, #000000 44%, #6f3e17 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideContent h1 {
    font-size: 3.375rem;
    margin: 3rem 0 0;
}

/* About Us Page */
.about-sectionInner .about-bull span {
    width: 49%;
    flex: 0 0 49%;
}

/* Shop Page */
.rabge-set label {
    font-size: 1rem;
    color: #828282;
    margin: 0 0 20px;
    font-weight: 400;
}

.shop-filter .heading {
    font-size: 1.875rem;
    margin: 0 0 3rem;
}

.shop-filter h3 {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 1.5rem;
}

.rabge-set p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.rabge-set p input {
    width: 63px;
    height: 33px;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}

.rabge-set .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    background: #828282;
    border-radius: 50%;
    border: 0;
    position: absolute;
    transform: translateY(-50%);
}

.rabge-set .ui-slider-horizontal .ui-slider-range {
    height: 1px;
    background: #828282;
    border: 0;
    width: 100% !important;
    left: 0 !important;
}

.rabge-set .ui-widget.ui-widget-content {
    border: 0;
    margin: 0;
    position: relative;
}

.faq-content .card {
    border: 0;
    background: transparent;
    margin-bottom: 3rem;
}

.faq-content .card .card-header {
    background: transparent;
    padding: 0;
    border-color: #828282;
}

.faq-content .card .card-header button.btn {
    font-size: 1.375rem;
    color: #0b0b0b;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0px 1rem;
}

.faq-content .card .card-body {
    padding: 25px 0 0;
}

ul.discount li a {
    font-size: 1.125rem;
    color: #252525;
    font-weight: 400;
}

ul.discount li+li {
    margin: 10px 0 0;
}

.rabge-set {
    margin-bottom: 2.5rem;
}

ul.star li a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

ul.star li a .star {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #eec200;
}

ul.star li a span {
    font-size: 1.125rem;
    color: #252525;
    font-weight: 400;
}

ul.star li+li {
    margin: 7px 0 0;
}

.filter div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.filter div ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter div ul li a {
    font-size: 1.2rem;
    color: #d9d9d9;
}

.filter div span {
    font-size: 1rem;
    color: #828282;
    font-weight: 400;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.filter select {
    font-size: 1rem;
    color: #828282;
    font-weight: 400;
    width: 169px;
    border-color: #c1c1c1;
    height: 38px;
    padding: 0 10px;
    font-weight: 400;
}

.pagination {
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.pagination a {
    width: 41px;
    height: 41px;
    border: 1px solid #d9d9d9;
    border-radius: 3.11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    font-size: 1.25rem;
    color: #d9d9d9;
    font-weight: 400;
}

.pagination a:first-child {
    background: var(--theme-color);
}

.pagination a:last-child {
    background: var(--black);
}

.seller-card {
    margin-bottom: 2rem;
}

.seller-card figure {
    position: relative;
}

.seller-card figure img {
    width: 100%;
    border-radius: 10px;
}

.seller-card figure .heart {
    position: absolute;
    right: 20px;
    top: 20px;
}

.seller-card figure .heart i {
    font-size: 1.5rem;
    color: var(--black);
}

.seller-card figure .heart i.fas.fa-heart {
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.seller-content {
    padding: 1.5rem 0 0;
}

.seller-content h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.seller-content p {
    color: rgb(0 0 0 / 50%);
    margin: 0 0 0.4rem;
}

.seller-content .star {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 1rem;
}

.seller-content .star i {
    color: #eec200;
    font-size: 0.8rem;
}

.seller-content .star span {
    margin-left: 5px;
    font-size: 17px;
    color: #828282;
    font-weight: 400;
}

.seller-content h4 {
    font-size: 1.109375rem;
    font-weight: bold;
}

.seller-content .themeBtn {
    margin: 1rem 0 0;
    padding: 0.75em 1.5em;
    background: var(--black);
}

.seller-content .themeBtn:hover {
    background: var(--theme-color);
    color: var(--white);
}

/* Blogs Page */
section.service-section.blogs--inner {
    background: var(--white);
}

.blogs--inner .servicehead h2 {
    color: var(--black);
}

.blogs--inner .servicecntnt h3 {
    font-size: 1.75rem;
    color: var(--black);
}

.blogs--inner .servicecntnt p {
    color: var(--black);
}

/* Membership */
.inputField {
    margin-bottom: 1rem;
}

.inputField label {
    font-weight: 600;
}

.inputField :is(input, select, textarea) {
    width: 100%;
    padding: 0.75rem 0.5rem;
    border: 1px solid #00a2a7;
    outline: none;
}

.inputField input.price {
    border: none;
}

.inputField :is(input, select):focus {
    border-color: #6e3f11;
}

.inputField .themeBtn {
    margin: 0;
    background: #6e3f11;
    color: var(--white);
    border: none;
}

.inputField .themeBtn:hover {
    background: var(--theme-color);
}

/* Contact Us Page */
.contact__form {
    padding: 4rem 4.75rem;
    background: #F5F5F5;
    margin-right: 4rem;
}

.contact__form .inputField :is(input, select, textarea) {
    border: none;
    padding: 1.5rem 2rem;
}

.contact__info {
    height: 100%;
    background: #132C2A;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 3rem;
}

.contact__infoLink {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact__infoLink .icon {
    color: var(--white);
    font-size: 1.75rem;
}

.contact__infoLink div .title {
    color: var(--white);
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.contact__infoLink div :is(a, address) {
    color: var(--white);
    display: block;
    margin-bottom: 0.25rem;
}
.sublisting {
    display: flex;
    justify-content: space-between;
}
.sublisting span {
    flex: 0 0 46%;
}
.terms{
    margin-top: 142px;
}

.event-des {
    border: 1px solid var(--white);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 410px;
}

.event-des h3 {
    font-size: 2.5rem;
    color: var(--white);
    text-transform: capitalize;
}

.event-des p {
    font-size: 1.125rem;
    color: var(--white);
    line-height: 1.7;
}
.event-page .about-bull ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}


.event-page .about-bull ul li a {
    font-size: 1.25rem;
    font-weight: 500;
}
.blogs--inner .servicewrap {
    margin-bottom: 2.25rem;
}


.blogs--inner .servicewrap .servicecntnt a {
    transform: translateX(0);
    background: RGB(110, 63, 17);
    color: var(--white);
    margin: unset;
}

.blogs--inner .service-recent figure img {
    object-fit: cover;
}


.blogs--inner .servicewrap figure img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

body.hold-transition.sidebar-mini.layout-fixed.terms-page .navbar-nav .nav-item .nav-link,
body.hold-transition.sidebar-mini.layout-fixed.privacy-page .navbar-nav .nav-item .nav-link
{
    color: var(--black);
}

body.hold-transition.sidebar-mini.layout-fixed.terms-page .form-inline a,
body.hold-transition.sidebar-mini.layout-fixed.privacy-page .form-inline a
{
    color: var(--black);
}
