/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --oxpins-font: "Manrope", sans-serif;
    --oxpins-font-two: "Nunito", sans-serif;
    --oxpins-font-three: "Caveat", cursive;
    --oxpins-gray: #6f7775;
    --oxpins-gray-rgb: 111, 119, 117;
    --oxpins-white: #ffffff;
    --oxpins-white-rgb: 255, 255, 255;
    --oxpins-base: #00715d;
    --oxpins-base-rgb: 0, 113, 93;
    --oxpins-black: #283734;
    --oxpins-black-rgb: 40, 55, 52;
    --oxpins-primary: #fbd45a;
    --oxpins-primary-rgb: 251, 212, 90;
    --oxpins-extra: #f9f4e8;
    --oxpins-extra-rgb: 249, 244, 232;
    --oxpins-bdr-color: #eee9db;
    --oxpins-bdr-color-rgb: 238, 233, 219;
    --oxpins-bdr-radius: 20px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--oxpins-font);
    color: var(--oxpins-gray);
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    /* background: var(--Primary-Lighter, #FCFAFF); */
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--oxpins-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--oxpins-black);
    font-family: var(--oxpins-font-two);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

/* .page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
} */

.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.page-wrapper {
    top: 135px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--oxpins-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--oxpins-primary);
    color: var(--oxpins-black);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 30px;
    padding: 15px 49px 15px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.thm-btn:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -230%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: var(--oxpins-black);
}

.thm-btn:hover {
    color: var(--oxpins-white);
}

.thm-btn:hover:before {
    top: -40%;
}

.section-title {
    position: relative;
    display: block;
    /* margin-top: 70px; */
    margin-bottom: 46px;
}

.section-title__tagline {
    font-size: 24px;
    color: var(--oxpins-base);
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: var(--oxpins-font-three);
}

.section-title__title {
    /* text-align: center; */
    margin-top: 6px;
    color: var(--Primary-Light, #674597);
    font-family: "IBM Plex Mono";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--oxpins-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--oxpins-base);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: var(--oxpins-bdr-radius);
}

.bootstrap-select .dropdown-menu > li > a:hover {
    background: var(--oxpins-black);
    color: var(--oxpins-white);
    cursor: pointer;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    display: block;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: fixed;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

/* .main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.main-menu__left {
    position: relative;
    display: block;
    width: 9%;
    margin-right: 157px;
}

.main-menu__logo {
    display: block;
    padding-top: 5px;
}

.main-menu__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu__shape-1 {
    position: absolute;
    bottom: -5px;
    right: -140px;
}

.main-menu__shape-1 img {
    width: auto;
}

.main-menu__right {
    display: block;
    width: 100%;
}

.main-menu__right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.main-menu__right-top-left {
    display: block;
}

.main-menu__volunteers {
    display: flex;
    align-items: center;
}

.main-menu__volunteers-icon {
    position: relative;
    height: 44px;
    width: 44px;
    background-color: var(--oxpins-primary);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu__volunteers-icon:hover img {
    animation: menuIconShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes menuIconShake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.reg-icon {
    padding: 0 10px 0 5px;
}

.main-menu__volunteers-icon:before {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 15px;
    height: 5px;
    content: "";
    background-image: url(../images/shapes/main-menu__volunteers-icon-shape.png);
    background-repeat: no-repeat;
    transform: rotate(220deg);
}

.main-menu__volunteers-text-box {
    margin-left: 10px;
}

.main-menu__volunteers-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--oxpins-black);
    font-family: var(--oxpins-font-three);
}

.main-menu__volunteers-text a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__volunteers-text a:hover {
    color: var(--oxpins-base);
}

.main-menu__volunteers-text span {
    position: relative;
    display: inline-block;
}

.main-menu__volunteers-text span:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    background-color: var(--oxpins-black);
    height: 1px;
}

.main-menu__right-top-right {
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 25%;
    justify-content: space-between;
}

.main-menu__right-top-address {
    display: block;
}

.main-menu__right-top-address-list {
    display: flex;
    align-items: center;
}

.main-menu__right-top-address-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__right-top-address-list li:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: -40px;
    background-color: var(--oxpins-bdr-color);
    width: 1px;
}

.main-menu__right-top-address-list li:last-child:before {
    display: none;
}

.main-menu__right-top-address-list li + li {
    margin-left: 80px;
}

.main-menu__right-top-address-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__right-top-address-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--oxpins-base);
}

.main-menu__right-top-address-list li:last-child .icon span {
    font-size: 28px;
}

.main-menu__right-top-address-list li .content {
    margin-left: 15px;
}

.main-menu__right-top-address-list li .content p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.main-menu__right-top-address-list li .content h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: var(--oxpins-font);
}

.main-menu__right-top-address-list li .content h5 a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__right-top-address-list li .content h5 a:hover {
    color: var(--oxpins-base);
}

.main-menu__right-top-social {
    position: relative;
    display: flex;
    align-items: center;
    /* left: 100px;
    padding-left: 68px; */
}

.main-menu__right-top-social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #2c3a49;
    font-size: 22px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu__right-top-social a:hover {
    color: #ea5c45;
}

.main-menu__right-top-social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.main-menu__right-top-social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu__right-top-social a + a {
    margin-left: 10px;
}

.main-menu__right-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #36244f;
    padding-left: 50px;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__main-menu-content-box {
    position: relative;
    display: block;
}

.main-menu__search-cat-btn-box {
    display: flex;
    align-items: center;
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__search-box:before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -30px;
    width: 1px;
    background-color: rgba(var(--oxpins-white-rgb), 0.1);
}

.main-menu__search {
    font-size: 24px;
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--oxpins-primary);
}

.main-menu__cat-box {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-left: 30px;
}

.main-menu__cart {
    font-size: 24px;
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart:hover {
    color: var(--oxpins-primary);
}

.main-menu__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.main-menu__btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #fe6244;
    padding-left: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__btn a {
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.main-menu__btn:hover {
    background-color: #e5492b;
    color: var(--oxpins-white);
}

.main-menu__btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10000000000000px;
    background-color: #fe6244;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.main-menu__btn:hover:before {
    background-color: #e5492b;
}

.around-class {
    background: #d92d20;
    padding: 5px;
    border-radius: 2px;
}

.payment-button {
    border: solid 1px #ffffff;
    border-style: dashed;
    background: #d92d20;
    color: white;
    transition: all 0.3s ease;
}

.payment-button:hover {
    background-color: #ff0000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.main-menu__btn span {
    font-size: 15px;
    padding-right: 10px;
    position: relative;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 25px;
}

.icon_drop {
    color: #fffefe;
    font-size: 12px;
    padding-left: 5px;
}

.icon_drop_2 {
    color: #fffefe;
    font-size: 18px;
}

.notifications-icon {
    position: relative;
    display: block;
}

.login-register {
    background: #fe6244;
    position: relative;
    display: inline-flex;
    /* padding: 0px 20px; */
    margin-left: 40px;
    bottom: 0px;
}

.login-register p {
    position: absolute;
    color: white;
    font-size: 22px;
    left: 124px;
    top: 35px;
}

button.login-button {
    background: none;
    border: none;
    color: white;
    font-weight: 700;
    padding: 17px 40px;
    font-size: 18px;
}

button.register-button {
    background: none;
    border: none;
    color: white;
    font-weight: 700;
    padding: 17px 40px;
    font-size: 18px;
}

button.register-button,
button.login-button {
    transition: background-color 0.2s ease-in;
    /* Add transition to the background-color property */
}

button.register-button:hover {
    background-color: rgb(239 1 1);
}

button.login-button:hover {
    background-color: rgb(239 1 1);
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    cursor: pointer;
}

img.logo-img {
    margin-left: 40px;
    max-height: 40px;
}

.main-menu .main-menu__list > li.current-menu-ancestor > a,
.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-page > a,
.main-menu .main-menu__list > li.current_page_item > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current_page_item > a,
.stricky-header .main-menu__list > li.current-menu-ancestor > a,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-page > a,
.stricky-header .main-menu__list > li:hover > a {
    color: #fe6244;
    font-weight: 400;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown a {
    text-decoration: none;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -210px !important;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s;
}

.custom-dropdown-item {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
}

.custom-dropdown-item:hover {
    background-color: #f0f0f0;
}

.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.custom-badge {
    position: relative !important;
    background-color: #fe6244;
    color: white;
    border-radius: 50%;
    padding: 0px 11px;
    font-size: 15px;
}

.custom-icon-container {
    position: relative !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-icon-badge {
    position: absolute;
    top: -10px;
    right: 0px;
    margin-left: 3px;
}

.notification-icon {
    font-size: 18px;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
    z-index: 1;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s;
}

.custom-dropdown-item {
    /* display: flex; */
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
    /* margin-left: 10px; */
}

.custom-dropdown-item:hover {
    background-color: #f0f0f0;
}

.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.custom-dropdown-badge {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 10px;
    margin-left: 5px;
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    /* top: 110%; */
    left: -16px;
    width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
        -webkit-transform 700ms ease;
    z-index: 99;
    overflow: hidden;
    background: rgba(71, 0, 188, 0.45);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

/* Remove the hover-based styles */
.main-menu .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul {
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0) translateZ(0px);
    transform: scaleY(0) translateZ(0px);
    /* transition: opacity 0.4s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, transform 0.3s ease, visibility 0.3s ease; */
    transition: visibility 0.5s ease, -webkit-transform 0.4s ease;
}

/* Add a class to show the dropdown */
.main-menu .main-menu__list > li.open > ul,
.stricky-header .main-menu__list > li.open > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    /* background-color: rgb(67 42 101 / 76%); */
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    transition: visibility 0.5s ease, -webkit-transform 0.4s ease;
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    padding: 0px 15px;
    /* background: #352051; */
}

.main-menu .main-menu__list > li > ul > li:hover {
    background-color: #762cda66;
}

/* .main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
} */

/* .main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--oxpins-gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 500ms;
  transition: 500ms;
} */

/* .main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--oxpins-extra);
  color: var(--oxpins-black);
} */

/* .main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  font-size: 14px;
  color: var(--oxpins-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
} */

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--oxpins-base);
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--oxpins-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--oxpins-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--oxpins-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }

    .main-menu .mobile-notification {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 250ms ease 0ms,
        -webkit-transform 250ms ease 0ms;
    transition: visibility 250ms ease 0ms, -webkit-transform 250ms ease 0ms;
    transition: transform 250ms ease 0ms, visibility 250ms ease 0ms;
    transition: transform 250ms ease 0ms, visibility 250ms ease 0ms,
        -webkit-transform 250ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #000000; */
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    background: rgb(164 156 171 / 40%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.4px);
    -webkit-backdrop-filter: blur(10.4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 300px;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
        transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 200ms ease 200ms, visibility 200ms ease 200ms,
        -webkit-transform 200ms ease 200ms;
    transition: opacity 200ms ease 200ms, visibility 200ms ease 200ms,
        -webkit-transform 200ms ease 200ms;
    transition: opacity 200ms ease 200ms, visibility 200ms ease 200ms,
        transform 200ms ease 200ms;
    transition: opacity 200ms ease 200ms, visibility 200ms ease 200ms,
        transform 200ms ease 200ms, -webkit-transform 200ms ease 200ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--oxpins-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--oxpins-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content
    .main-menu__list
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a.expanded {
    color: var(--oxpins-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 30px;
    height: 30px;
    background-color: #fe6244;
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a
    > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--oxpins-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--oxpins-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--oxpins-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a + a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--oxpins-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--oxpins-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--oxpins-base);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #36244f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: -31px;
    margin-bottom: -31px;
}

.home-showcase__inner {
    padding: 40px 40px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__image {
    position: relative;
    background-color: var(--oxpins-base);
    overflow: hidden;
    border-radius: 10px;
}

.home-showcase__image > img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-showcase__image:hover > img {
    opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.home-showcase__buttons__item {
    padding: 10px 20px;
    width: 150px;
    text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--oxpins-black);
    margin-top: 17px;
    font-family: var(--oxpins-font);
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--oxpins-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    width: 100%;
    background: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: relative;
}

.stricky-header.main-menu-two {
    background-color: var(--oxpins-black);
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: var(--oxpins-primary);
    z-index: 1;
}

.main-menu-two__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu-two__left {
    position: relative;
    display: block;
    padding-left: 325px;
}

.main-menu-two__logo {
    display: block;
}

.main-menu-two__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu-two__shape-1 {
    position: absolute;
    right: -127px;
    bottom: -5px;
    z-index: 2;
}

.main-menu-two__shape-1 img {
    width: auto;
}

.main-menu-two__right {
    display: block;
}

.main-menu-two__right-top {
    display: flex;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 70px;
    padding-right: 265px;
    background-color: var(--oxpins-extra);
    position: relative;
}

.main-menu-two__right-top-left {
    display: block;
}

.main-menu-two__volunteers {
    display: flex;
    align-items: center;
}

.main-menu-two__volunteers-icon {
    position: relative;
    height: 44px;
    width: 44px;
    background-color: var(--oxpins-primary);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu-two__volunteers-icon:hover img {
    animation: menuIconShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.main-menu-two__volunteers-icon:before {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 15px;
    height: 5px;
    content: "";
    background-image: url(../images/shapes/main-menu__volunteers-icon-shape.png);
    background-repeat: no-repeat;
    transform: rotate(220deg);
}

.main-menu-two__volunteers-text-box {
    margin-left: 10px;
}

.main-menu-two__volunteers-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--oxpins-black);
    font-family: var(--oxpins-font-three);
}

.main-menu-two__volunteers-text a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__volunteers-text a:hover {
    color: var(--oxpins-base);
}

.main-menu-two__volunteers-text span {
    position: relative;
    display: inline-block;
}

.main-menu-two__volunteers-text span:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    background-color: var(--oxpins-black);
    height: 1px;
}

.main-menu-two__right-top-right {
    display: flex;
    align-items: center;
    margin-left: 90px;
}

.main-menu-two__right-top-address {
    display: block;
}

.main-menu-two__right-top-address-list {
    display: flex;
    align-items: center;
}

.main-menu-two__right-top-address-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__right-top-address-list li:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: -40px;
    background-color: var(--oxpins-bdr-color);
    width: 1px;
}

.main-menu-two__right-top-address-list li:last-child:before {
    display: none;
}

.main-menu-two__right-top-address-list li + li {
    margin-left: 80px;
}

.main-menu-two__right-top-address-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__right-top-address-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--oxpins-base);
}

.main-menu-two__right-top-address-list li:last-child .icon span {
    font-size: 35px;
}

.main-menu-two__right-top-address-list li .content {
    margin-left: 15px;
}

.main-menu-two__right-top-address-list li .content p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.main-menu-two__right-top-address-list li .content h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: var(--oxpins-font);
}

.main-menu-two__right-top-address-list li .content h5 a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__right-top-address-list li .content h5 a:hover {
    color: var(--oxpins-base);
}

.main-menu-two__right-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--oxpins-white);
    padding-left: 70px;
    padding-right: 40px;
}

.main-menu-two__main-menu-box {
    display: block;
}

.main-menu-two__main-menu-content-box {
    position: relative;
    display: block;
}

.main-menu-two__search-cat-btn-box {
    display: flex;
    align-items: center;
}

.main-menu-two__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__search-box:before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -30px;
    width: 1px;
    background-color: var(--oxpins-bdr-color);
}

.main-menu-two__search {
    font-size: 24px;
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search:hover {
    color: var(--oxpins-base);
}

.main-menu-two__cat-box {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-left: 30px;
}

.main-menu-two__cart {
    font-size: 24px;
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__cart:hover {
    color: var(--oxpins-base);
}

.main-menu-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__btn {
    font-size: 12px;
    font-weight: 700;
    color: var(--oxpins-black);
    background-color: var(--oxpins-primary);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 19px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__btn:hover {
    background-color: var(--oxpins-black);
    color: var(--oxpins-white);
}

.main-menu-two__btn span {
    font-size: 13px;
    padding-right: 10px;
    position: relative;
}

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
    color: var(--oxpins-gray);
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li.current_page_item > a,
.main-menu-two .main-menu__list > li.current-menu-ancestor > a,
.main-menu-two .main-menu__list > li.current-menu-item > a,
.main-menu-two .main-menu__list > li.current-menu-page > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li.current_page_item > a,
.stricky-header.main-menu-two .main-menu__list > li.current-menu-ancestor > a,
.stricky-header.main-menu-two .main-menu__list > li.current-menu-item > a,
.stricky-header.main-menu-two .main-menu__list > li.current-menu-page > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: var(--oxpins-black);
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.stricky-header.main-menu-three {
    background-color: var(--oxpins-black);
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
    padding: 0 60px;
}

.main-menu-three__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu-three__left {
    display: block;
}

.main-menu-three__logo {
    display: block;
}

.main-menu-three__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu-three__right {
    display: block;
}

.main-menu-three__right-inner {
    display: flex;
    align-items: center;
}

.main-menu-three__right-content-box {
    display: block;
}

.main-menu-three__right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 21.5px 60px;
    border-bottom: 1px solid rgba(var(--oxpins-white-rgb), 0.1);
}

.main-menu-three__volunteers {
    display: flex;
    align-items: center;
}

.main-menu-three__volunteers-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: var(--oxpins-primary);
    border-radius: 50%;
}

.main-menu-three__volunteers-icon:hover img {
    animation: menuIconShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.main-menu-three__volunteers-text-box {
    margin-left: 10px;
}

.main-menu-three__volunteers-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    font-family: var(--oxpins-font-three);
}

.main-menu-three__volunteers-text a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__volunteers-text a:hover {
    color: var(--oxpins-primary);
}

.main-menu-three__volunteers-text span {
    position: relative;
    display: inline-block;
}

.main-menu-three__volunteers-text span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--oxpins-white);
    content: "";
}

.main-menu-three__call {
    display: flex;
    align-items: center;
}

.main-menu-three__icon {
    height: 36px;
    width: 36px;
    background-color: var(--oxpins-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--oxpins-black);
}

.main-menu-three__number {
    margin-left: 10px;
}

.main-menu-three__number a {
    font-size: 20px;
    color: var(--oxpins-white);
    font-weight: 700;
    font-family: var(--oxpins-font-three);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__number a:hover {
    color: var(--oxpins-primary);
}

.main-menu-three__right-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 53px;
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__search-cat {
    display: flex;
    align-items: center;
    margin-left: 500px;
}

.main-menu-three__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__search {
    font-size: 24px;
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--oxpins-primary);
}

.main-menu-three__cat-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.main-menu-three__cart {
    font-size: 24px;
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart:hover {
    color: var(--oxpins-primary);
}

.main-menu-three__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 95px;
}

.main-menu-three__btn-box a {
    font-size: 12px;
    font-weight: 700;
    color: var(--oxpins-black);
    background-color: var(--oxpins-white);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 19px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__btn-box span {
    font-size: 13px;
    padding-right: 10px;
    position: relative;
}

.main-menu-three__btn-box a:hover {
    background-color: var(--oxpins-primary);
}

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
    color: #8c9c99;
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li.current-menu-ancestor > a,
.main-menu-three .main-menu__list > li.current-menu-item > a,
.main-menu-three .main-menu__list > li.current-menu-page > a,
.main-menu-three .main-menu__list > li.current_page_item > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-ancestor > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-item > a,
.stricky-header.main-menu-three .main-menu__list > li.current-menu-page > a,
.stricky-header.main-menu-three .main-menu__list > li.current_page_item > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
    color: var(--oxpins-white);
}

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
    padding-top: 13px;
    padding-bottom: 13px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.75;
    cursor: pointer;
}

/* body.locked .page-wrapper {
  filter: blur(6px);
} */

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--oxpins-base);
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--oxpins-white);
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border: solid 2px rgb(221, 221, 221);
    background-color: transparent;
    border-radius: 50%;
    opacity: 0.7;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}

.swiper-pagination-bullet-active {
    border-radius: 3px;
    height: 10px;
    width: 20px;
    background-color: white;
    opacity: 1;
    border: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    position: relative;
    top: 5px;
}

/* *--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    display: block;
    z-index: 91;
    width: 100% !important;
    /* height: 66vh; */
    background: url(/assets/frontend/dist/img/banner/cover.jpeg) center/cover
        no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(100%) saturate(110%);
    /* Adjust the values as needed */
}

.main-slider-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(20 6 45 / 71%);
    backdrop-filter: blur(24px);
}

.main-slider-two .swiper-slide {
    position: relative;
    background-color: var(--oxpins-black);
}

.main-slider-two .container {
    position: relative;
    padding-top: 185px;
    padding-bottom: 190px;
    z-index: 30;
}

.image-layer-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.image-layer-two:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--oxpins-black-rgb), 0.5);
}

.main-slider-two-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: color-dodge;
    opacity: 0.5;
    z-index: 1;
}

.main-slider-two-shape-1 img {
    width: auto;
}

.main-slider-two-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.main-slider-two-shape-2 img {
    width: auto;
}

.main-slider-two__content {
    position: relative;
    display: block;
    text-align: center;
}

.main-slider-two__sub-title {
    font-size: 30px;
    color: var(--oxpins-primary);
    font-weight: 700;
    line-height: 30px;
    font-family: var(--oxpins-font-three);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-two__title {
    position: relative;
    font-size: 90px;
    color: var(--oxpins-white);
    font-weight: 900;
    line-height: 110px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
    font-weight: 800;
}

.main-slider-two__btn:hover {
    color: var(--oxpins-base);
}

.main-slider-two__btn:before {
    background-color: var(--oxpins-white);
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-two__nav {
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
    line-height: 0;
}

.main-slider-two__nav .swiper-button-next,
.main-slider-two__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--oxpins-white-rgb), 0.2);
    border: 2px solid rgba(var(--oxpins-white-rgb), 0.2);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
    color: rgba(var(--oxpins-white-rgb), 1);
    border: 2px solid rgba(var(--oxpins-white-rgb), 1);
}

.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
    opacity: 1;
}

.main-slider-two__nav .swiper-button-next::after,
.main-slider-two__nav .swiper-button-prev::after {
    display: none;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
    z-index: 91;
}

.main-slider-three .swiper-slide {
    position: relative;
    background-color: #212d2b;
}

.main-slider-three .container {
    position: relative;
    padding-top: 297px;
    padding-bottom: 160px;
    z-index: 30;
}

.image-layer-three {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in,
        -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-three .swiper-slide-active .image-layer-three {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.image-layer-three:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(33, 45, 43, 0.6);
}

.main-slider-three-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
    background: rgb(33, 45, 43);
    background: linear-gradient(
        180deg,
        rgba(33, 45, 43, 0.969625350140056) 7%,
        rgba(33, 45, 43, 0) 100%
    );
    z-index: 1;
}

.main-slider-three__content {
    position: relative;
    display: block;
    text-align: center;
}

.main-slider-three__sub-title {
    font-size: 20px;
    color: var(--oxpins-primary);
    font-weight: 600;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-three__title {
    position: relative;
    font-size: 90px;
    color: var(--oxpins-white);
    font-weight: 900;
    line-height: 110px;
    letter-spacing: -0.04em;
    margin-top: 14px;
    margin-bottom: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider-three__btn {
    font-weight: 800;
}

.main-slider-three__btn:hover {
    color: var(--oxpins-base);
}

.main-slider-three__btn:before {
    background-color: var(--oxpins-white);
}

.main-slider-three .swiper-slide-active .main-slider-three__sub-title,
.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 0 0;
    /* z-index: 1; */
    background: var(--BG-Grouped-Primary, #f2f2f7);
    padding-bottom: 20px;
}

/* .about-one__shape-box-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 690px;
  width: 625px;
  background-color: var(--oxpins-extra);
  z-index: -1;
} */

/* .about-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: .15;
} */

.about-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
    /* margin-top: 40px; */
    width: 100%;
}

.about-one__left:hover {
    background-color: red;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
}

.about-one__img img {
    width: 100%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 335px;
    border-bottom-right-radius: 335px;
}

/* .about-one__img-border {
  position: absolute;
  top: -30px;
  left: -30px;
  height: 600px;
  width: 430px;
  border: 6px solid var(--oxpins-primary);
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
} */
#triangle-topleft {
    width: 550px;
    height: 450px;
    right: 45px;
    position: absolute;
    overflow: hidden;
}

/* Wrapper for the image with a border and triangle shape */
.triangle-wrapper {
    background: white;
    /* width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    border: 7px solid #fe6244;
    box-sizing: border-box;
    position: relative; */
}

.triangle-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#triangle-bottomright {
    width: 550px;
    height: 450px;
    right: -16px;
    position: absolute;
    overflow: hidden;
}

/* Wrapper for the image with a border and triangle shape */
.triangle-wrapper-bottom {
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    /* Defines a triangle shape */
    border: 7px solid #fe6244;
    /* Adjust the width and color of the stroke as needed */
    box-sizing: border-box;
    position: relative;
    /* Needed for positioning the image */
}

.triangle-wrapper-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-one__curved-circle-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: rgb(241, 241, 241);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1),
        inset 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}

.about-one__curved-circle-box .curved-circle {
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    font-size: 16px;
    font-weight: 500;
    color: var(--oxpins-black);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.005em;
}

.about-one__curved-circle-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__curved-circle-icon img {
    width: auto;
}

.about-one__shape-2 {
    position: absolute;
    top: 280px;
    left: -120px;
}

.about-one__shape-2 img {
    width: auto;
}

.about-one__shape-3 {
    position: absolute;
    bottom: 125px;
    left: -55px;
}

.about-one__shape-3 img {
    width: auto;
}

.about-one__shape-4 {
    position: absolute;
    bottom: 265px;
    right: -70px;
}

.about-one__shape-4 img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    /* padding-left: 50px; */
}

.motto-card {
    background-color: #36244f !important;
}

.motto-card-title {
    color: #fe6244;
    font-size: 22px;
    font-family: "IBM Plex Mono";
    font-weight: 800;
}

.about-one__right .section-title {
    margin-bottom: 28px;
}

.about-one__fund {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-top: 34px;
    margin-bottom: 43px;
}

.about-one__fund:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 7px;
    left: 0;
    width: 6px;
    background-color: #fe6244;
}

.about-one__fund-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--oxpins-black);
    line-height: 34px;
}

.about-one__fund-text span {
    color: var(--oxpins-primary);
    font-weight: 800;
}

/*--------------------------------------------------------------
# Causes One
--------------------------------------------------------------*/
.causes-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.causes-one__single {
    position: relative;
    display: block;
    margin: 15px;
    cursor: pointer;
}

.causes-one__img {
    position: relative;
    display: block;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
    height: 210px;
}

.causes-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--oxpins-black-rgb), 0.3);
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.causes-one__single:hover .causes-one__img:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
}

.causes-one__img img {
    width: 100%;
    /* border-top-left-radius: var(--oxpins-bdr-radius);
  border-top-right-radius: var(--oxpins-bdr-radius); */
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    border-radius: 25px;
}

.causes-one__single:hover .causes-one__img img {
    transform: scale(1.1) rotate(2deg);
}

.causes-one__cat {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: var(--oxpins-primary);
    padding: 6px 25px;
    border-radius: 15px;
    z-index: 2;
}

.causes-one__cat p {
    font-size: 18px;
    color: var(--oxpins-black);
    line-height: 18px;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
}

.causes-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    border: 1px solid var(--oxpins-bdr-color);
    padding: 22px 30px 30px;
    border-top: 0;
}

.causes-one__title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.causes-one__title a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-one__title a:hover {
    color: var(--oxpins-primary);
}

.causes-one__text {
    padding-top: 11px;
    padding-bottom: 21px;
}

.causes-one__progress {
    position: relative;
    display: block;
    width: 100%;
    padding: 49px 29px 20px;
    background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    border: 1px solid var(--oxpins-bdr-color);
    z-index: 1;
}

.causes-one__progress-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.2;
    z-index: -1;
}

.causes-one__progress .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background: var(--oxpins-white);
    border-radius: 5px;
    margin-bottom: 3px;
}

.causes-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    border-radius: 5px;
    background: var(--oxpins-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.causes-one__goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.causes-one__goals > p {
    font-size: 14px;
    color: #707876;
    font-weight: 400;
    margin: 0;
}

.causes-one__goals > p > span {
    font-size: 14px;
    color: var(--oxpins-black);
    font-weight: 700;
    line-height: 28px;
}

/*--------------------------------------------------------------
# Become Volunteer One
--------------------------------------------------------------*/
.become-volunteer-one {
    position: relative;
    display: block;
    z-index: 1;
    padding: 113px 0 120px;
}

.become-volunteer-one__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--oxpins-base);
    z-index: -1;
}

.become-volunteer-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

.become-volunteer-one__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 106px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}

.become-volunteer-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.become-volunteer-one__sub-title {
    font-size: 24px;
    color: var(--oxpins-primary);
    font-weight: 700;
    font-family: var(--oxpins-font-three);
}

.become-volunteer-one__title {
    font-size: 50px;
    color: var(--oxpins-white);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 62px;
    margin-top: 9px;
    margin-bottom: 36px;
}

.become-volunteer-one__btn {
    font-weight: 800;
}

/*--------------------------------------------------------------
# Events One
--------------------------------------------------------------*/
.events-one {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 120px 0 120px;
    z-index: 1;
}

.events-one-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

.events-one__left {
    position: relative;
    display: block;
    z-index: 3;
}

.events-one__left .section-title {
    margin-bottom: 28px;
}

.events-one__text-1 {
    font-size: 16px;
    margin-right: 83px;
    color: #707876;
}

.events-one__btn {
    margin-top: 41px;
}

.events-one__right {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-right: -50px;
}

.events-one__carousel {
    position: relative;
    display: block;
}

.events-one__single {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: var(--oxpins-bdr-radius);
}

.events-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.events-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(33, 45, 43);
    background: linear-gradient(
        180deg,
        rgba(33, 45, 43, 0.008841036414565795) 17%,
        rgba(33, 45, 43, 1) 97%
    );
    z-index: 1;
}

.events-one__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--oxpins-black-rgb), 0.3);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    border-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.events-one__single:hover .events-one__img:after {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.events-one__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
    transform: scale(1);
    transition: transform 500ms ease;
}

.events-one__single:hover .events-one__img img {
    transform: scale(1.05);
}

.events-one__date {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--oxpins-primary);
    padding: 6px 25px;
    border-radius: 15px;
    z-index: 2;
}

.events-one__date p {
    font-size: 18px;
    color: var(--oxpins-black);
    line-height: 18px;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
}

.events-one__content {
    position: absolute;
    bottom: 24px;
    left: 30px;
    z-index: 2;
}

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

.events-one__meta li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--oxpins-white);
    font-weight: 600;
}

.events-one__meta li + li {
    margin-left: 6px;
}

.events-one__meta li i {
    padding-right: 5px;
    color: var(--oxpins-primary);
}

.events-one__title {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 28px;
}

.events-one__title a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events-one__single:hover .events-one__title a {
    color: var(--oxpins-primary);
}

.events-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.events-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.events-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.events-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -70px;
    right: 0px;
    margin: 0;
}

.events-one__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--oxpins-black);
    border: 2px solid var(--oxpins-black);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--oxpins-black);
    border: 2px solid var(--oxpins-black);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.events-one__carousel.owl-theme .owl-nav .owl-next:hover,
.events-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--oxpins-base);
    color: var(--oxpins-white);
    border: 2px solid var(--oxpins-base);
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.feature-one .container {
    max-width: 1120px;
}

.feature-one__single {
    position: relative;
    display: block;
    background-color: var(--oxpins-base);
    border-radius: var(--oxpins-bdr-radius);
    padding: 50px 50px 50px;
    margin-bottom: 30px;
    z-index: 1;
}

.feature-one__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--oxpins-bdr-radius);
    z-index: -1;
}

.feature-one__top {
    position: relative;
    display: block;
}

.feature-one__top-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-one__top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 117px;
    width: 117px;
    background-color: var(--oxpins-base);
    border-radius: 50%;
    font-size: 65px;
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__top-icon:hover {
    background-color: var(--oxpins-primary);
    color: var(--oxpins-black);
}

.feature-one__top-title-box {
    margin-left: 30px;
}

.feature-one__top-title {
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.04em;
}

.feature-one__top-title a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__top-title a:hover {
    color: var(--oxpins-primary);
}

.feature-one__text {
    font-size: 24px;
    color: #98a8a5;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 34px;
    padding-top: 21px;
    padding-bottom: 14px;
}

.feature-one__point {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.feature-one__point li {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-one__point li + li {
    margin-top: 5px;
}

.feature-one__point li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--oxpins-white);
}

.feature-one__point li .icon span {
    color: var(--oxpins-black);
    font-size: 10px;
}

.feature-one__point li .text {
    margin-left: 15px;
}

.feature-one__point li .text p {
    font-size: 16px;
    color: var(--oxpins-white);
    font-weight: 600;
}

.feature-one__btn {
    font-weight: 800;
    background-color: var(--oxpins-white);
    padding: 8px 50px 8px;
}

.feature-one__btn:hover {
    color: var(--oxpins-black);
}

.feature-one__btn:before {
    background-color: var(--oxpins-primary);
}

.feature-one__single--two {
    background-color: var(--oxpins-primary);
}

.feature-one__top-icon--two {
    background-color: var(--oxpins-primary);
    color: var(--oxpins-black);
}

.feature-one__top-icon--two:hover {
    background-color: var(--oxpins-base);
    color: var(--oxpins-white);
}

.feature-one__single--two .feature-one__btn:hover {
    color: var(--oxpins-white);
}

.feature-one__single--two .feature-one__btn:before {
    background-color: var(--oxpins-base);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    border-top: 1px solid var(--oxpins-bdr-color);
    padding: 60px 0 60px;
}

.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.brand-one .swiper-slide img:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.footer_registraion_btn {
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #674597;
    border-radius: 8px;
    box-shadow: none !important;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-wrap: nowrap;
}

.footer_registraion_btn:hover {
    background-color: #592f94;
    color: white;
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
    position: relative;
    display: block;
}

.gallery-one__top {
    position: relative;
    display: block;
    background-color: var(--oxpins-primary);
    text-align: center;
    padding: 58px 0;
}

.gallery-one__top:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid var(--oxpins-primary);
}

.gallery-one__top-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.04em;
}

.gallery-one__bottom {
    position: relative;
    display: block;
    padding-top: 70px;
    padding-bottom: 90px;
}

.gallery-one__container {
    position: relative;
    display: block;
    max-width: 1670px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.gallery-one__list {
    position: relative;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
    overflow: hidden;
}

.gallery-one__single {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 0 5px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.gallery-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--oxpins-bdr-radius);
    content: "";
    background: rgb(250, 211, 91);
    background: linear-gradient(
        180deg,
        rgba(250, 211, 91, 0.09287464985994398) 53%,
        rgba(250, 211, 91, 1) 100%
    );
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-one__single:hover .gallery-one__img:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-one__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.gallery-one__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    text-align: center;
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gallery-one__single:hover .gallery-one__content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.gallery-one__single .img-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.gallery-one__sub-title {
    font-size: 24px;
    color: var(--oxpins-black);
    font-weight: 700;
    line-height: 24px;
    font-family: var(--oxpins-font-three);
    padding-bottom: 8px;
}

.gallery-one__title {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 34px;
}

.gallery-one__title a {
    color: var(--oxpins-black);
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 120px 0 160px;
    z-index: 1;
}

.faq-one-shape-1 {
    width: 56%;
    height: 100%;
    position: absolute;
    top: 195px;
    bottom: 0px;
    /* left: 3px; */
    /* right: 0; */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    /* mix-blend-mode: luminosity; */
    opacity: 0.9;
    /* z-index: 1; */
}

.faq-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 807px;
    height: 626px;
    opacity: 0.08;
    z-index: -1;
}

.faq-one__left {
    position: relative;
    display: block;
}

.faq-one__left .section-title {
    margin-bottom: 28px;
}

.faq-one__text-1 {
    font-size: 16px;
    text-align: justify;
}

.faq-one__btn {
    font-weight: 800;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid #fe6244;
    border-radius: 35px;
    background-color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-one-accrodion .accrodion.active {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px 21px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 35px;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    color: var(--oxpins-black);
    letter-spacing: -0.02em;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    color: var(--oxpins-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #644393;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #fe6244;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -13px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: #ffffff;
    background-color: #36244f;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion .accrodion-title h4::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background-color: #fe6244;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::after {
    background-color: #fe6244;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 21px;
    margin-top: -9px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    margin-top: 40px;
}

.counter-one__inner {
    position: relative;
    display: block;
    background-color: var(--oxpins-base);
    padding: 55px 0 29px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.counter-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--oxpins-bdr-radius);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.08;
    z-index: -1;
}

.counter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-one__single {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.count-item {
    text-align: center;
    padding: 15px;
    font-size: 70px;
}

.count-number {
    color: #635c65;
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    opacity: 0;
    /* Initially set opacity to 0 */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}

.count-animate {
    animation: count-up 1.5s ease-out forwards;
    /* Animation properties */
}

@keyframes count-up {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

p.count-bottom-title {
    /* color: var(--Light-Grey, #CBD5E0); */
    font-family: monospace;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-top: 15px;
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.news-one__img:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(var(--oxpins-black-rgb), 0.3);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.news-one__single:hover .news-one__img:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.news-one__img img {
    width: 100%;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.news-one__single:hover .news-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-one__date {
    position: absolute;
    left: 30px;
    top: -15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 25px 6px;
    border-radius: 15px;
    z-index: 2;
}

.news-one__date p {
    font-size: 18px;
    color: var(--oxpins-base);
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 18px;
}

.news-one__content-box {
    position: relative;
    display: block;
    border: 1px solid var(--oxpins-bdr-color);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    border-top: 0;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__content-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.news-one__content-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-one__content {
    position: relative;
    display: block;
    padding: 37px 25px 23px;
}

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

.news-one__meta li + li {
    margin-left: 15px;
}

.news-one__meta li a {
    font-size: 14px;
    color: var(--oxpins-gray);
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__meta li a:hover {
    color: var(--oxpins-base);
}

.news-one__meta li a i {
    color: var(--oxpins-primary);
    padding-right: 3px;
}

.news-one__title {
    font-size: 26px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: -0.04em;
    margin-top: 3px;
}

.news-one__title a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__title a:hover {
    color: var(--oxpins-base);
}

.news-one__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 27px 19px;
    border-top: 1px solid var(--oxpins-bdr-color);
}

.news-one__read-more {
    position: relative;
    display: block;
}

.news-one__read-more a {
    font-size: 14px;
    font-weight: 700;
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__read-more a:hover {
    color: var(--oxpins-base);
}

.news-one__read-more a span {
    font-size: 16px;
    position: relative;
    top: 2px;
    padding-right: 6px;
}

.news-one__share {
    position: relative;
    display: block;
}

.news-one__share a {
    font-size: 15px;
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__share a:hover {
    color: var(--oxpins-base);
}

.news-one__social-box {
    position: absolute;
    bottom: 50px;
    right: 20px;
    background-color: var(--oxpins-primary);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 7px;
    border-radius: 15px;
    transform: translateX(175%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.news-one__social-box.active {
    transform: translateX(0%);
}

.news-one__social {
    position: relative;
    display: block;
}

.news-one__social li {
    position: relative;
    display: block;
}

.news-one__social li + li {
    margin-top: 15px;
}

.news-one__social li a {
    position: relative;
    display: flex;
    font-size: 16px;
    color: var(--oxpins-black);
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__social li a:hover {
    color: var(--oxpins-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background: var(--Darkest-Grey, #1a202c);
    z-index: 1;
}

.site-footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.03;
    z-index: -1;
}

.footer-widget__title {
    font-size: 20px;
    color: var(--oxpins-white);
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 27px;
    letter-spacing: 1px;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 100px 0 98px;
}

.footer-widget__about {
    position: relative;
    display: block;
}

.footer-widget__about-logo {
    position: relative;
    display: block;
}

.footer-widget__about-text-box {
    color: #ed8936;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
    padding-top: 15px;
    padding-right: 50px;
}

.footer-widget__about-text {
    color: #98a8a5;
    font-weight: 400;
    padding-top: 10px;
    padding-right: 50px;
    text-align: justify;
    padding-bottom: 10px;
}

.footer-widget__about-text-bottom {
    color: #fbd38d;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    padding-right: 50px;
    text-align: justify;
}

.footer-widget__btn {
    position: relative;
    display: block;
}

.footer-widget__btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: var(--oxpins-black);
    background-color: var(--oxpins-primary);
    padding: 10px 40px 10px;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all 500ms ease;
}

.footer-widget__btn a span {
    position: relative;
    top: 1px;
    padding-right: 9px;
}

.footer-widget__btn a:hover {
    background-color: var(--oxpins-white);
    color: var(--oxpins-base);
}

.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}

.footer-widget__links-list li {
    position: relative;
    display: block;
}

.footer-widget__links-list li + li {
    margin-top: 11px;
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    padding-left: 15px;
    color: #fe6244;
}

.footer-widget__links-list li a:before {
    position: absolute;
    top: 36%;
    left: 0;
    bottom: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    font-size: 15px;
    color: #fe6244;
}

.footer-widget__links-list li a:hover:before {
    opacity: 1;
}

.footer-widget__non-profit {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list li {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list li + li {
    margin-top: 11px;
}

.footer-widget__non-profit-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
    transition: all 500ms ease;
}

.footer-widget__non-profit-list li a:hover {
    padding-left: 15px;
    color: var(--oxpins-white);
}

.footer-widget__non-profit-list li a:before {
    position: absolute;
    top: 36%;
    left: 0;
    bottom: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    font-size: 15px;
    color: var(--oxpins-primary);
}

.footer-widget__non-profit-list li a:hover:before {
    opacity: 1;
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: 100px;
}

.footer-widget__contact-text {
    color: #98a8a5;
    font-weight: 400;
    padding-bottom: 10px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__contact-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--oxpins-primary);
}

.footer-widget__contact-list li .text {
    margin-left: 15px;
}

.footer-widget__contact-list li .text p {
    font-weight: 700;
}

.footer-widget__contact-list li .text p a {
    color: var(--oxpins-white);
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--oxpins-primary);
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--oxpins-white);
    background-color: #212d2b;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--oxpins-base);
    background-color: var(--oxpins-white);
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--oxpins-white);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer__social a + a {
    margin-left: 10px;
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #1a202c;
    border-top: solid 2px #3f4756;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 25px 0;
}

.site-footer__bottom-text {
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
}

.site-footer__bottom-text a {
    color: #98a8a5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--oxpins-white);
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    padding: 60px 0 115px;
}

.feature-two .container {
    max-width: 1440px;
}

.feature-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.feature-two__single-inner {
    position: relative;
    display: block;
    background-color: var(--oxpins-black);
    padding: 47px 50px 45px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.feature-two-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 235px;
    z-index: -1;
    background-repeat: no-repeat;
}

.feature-two__content-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.feature-two__content-left {
    position: relative;
    display: block;
}

.feature-two__tagline {
    font-size: 24px;
    color: var(--oxpins-primary);
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 24px;
}

.feature-two__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: -0.04em;
    margin-top: 8px;
}

.feature-two__title a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__title a:hover {
    color: var(--oxpins-primary);
}

.feature-two__icon {
    position: relative;
    display: flex;
    top: 3px;
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--oxpins-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.feature-two__single:hover .feature-two__icon span {
    transform: scale(1.2);
}

.feature-two__arrow {
    position: absolute;
    right: 50px;
    bottom: -25px;
    z-index: 2;
}

.feature-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__arrow a {
    background-color: var(--oxpins-primary);
    color: var(--oxpins-base);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 0 0 130px;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img-box:before {
    position: absolute;
    top: 0;
    left: -60px;
    content: "";
    height: 330px;
    width: 30px;
    border-radius: 15px;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(251, 212, 90) 0%,
        rgb(0, 113, 93) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(251, 212, 90) 0%,
        rgb(0, 113, 93) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(251, 212, 90) 0%,
        rgb(0, 113, 93) 100%
    );
}

.about-two__img {
    position: relative;
    display: block;
}

.about-two__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.about-two__img-two {
    position: absolute;
    bottom: -30px;
    left: -60px;
}

.about-two__img-two img {
    width: auto;
    border-radius: var(--oxpins-bdr-radius);
}

.about-two__left-title-box {
    position: absolute;
    left: 90px;
    bottom: -38px;
}

.about-two__left-title {
    font-size: 60px;
    color: var(--oxpins-primary);
    font-weight: 700;
    font-family: var(--oxpins-font-three);
    line-height: 60px;
}

.about-two__shape-1 {
    position: absolute;
    left: -130px;
    bottom: 295px;
}

.about-two__shape-1 img {
    width: auto;
}

.about-two__shape-2 {
    position: absolute;
    bottom: 325px;
    left: 195px;
}

.about-two__shape-2 img {
    width: auto;
}

.about-two__shape-3 {
    position: absolute;
    right: 35px;
    bottom: -55px;
}

.about-two__shape-3 img {
    width: auto;
}

.about-two__right {
    position: relative;
    display: block;
}

.about-two__right .section-title {
    margin-bottom: 28px;
}

.about-two__text-1 {
    font-size: 16px;
}

.about-two__points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 36px;
}

.about-two__points li {
    position: relative;
    display: flex;
}

.about-two__points li + li {
    margin-left: 23px;
}

.about-two__points li .icon {
    position: relative;
    display: block;
    top: 7px;
}

.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--oxpins-base);
}

.about-two__points li .text {
    margin-left: 20px;
}

.about-two__points li .text h4 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.04em;
}

.about-two__points li .text p {
    font-size: 16px;
}

.about-two__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.about-two__progress-single {
    position: relative;
    display: block;
}

.about-two__progress-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    color: var(--oxpins-black);
    margin-bottom: 6px;
}

.about-two__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #f8f3e7;
    border-radius: 7px;
    margin-bottom: 14px;
}

.about-two__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--oxpins-primary);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-two__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: #707876;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-two__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.about-two__progress .bar.marb-0 {
    margin-bottom: 0;
}

.about-two__btn {
    font-weight: 800;
    background-color: var(--oxpins-base);
    color: var(--oxpins-white);
}

/*--------------------------------------------------------------
# Causes Two
--------------------------------------------------------------*/
.causes-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--oxpins-extra);
    z-index: 1;
}

.causes-two-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

.causes-two__top {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.causes-two-top__left {
    position: relative;
    display: block;
    margin-right: 155px;
}

.causes-two-top__left .section-title {
    margin-bottom: 0;
}

.causes-two-top__right {
    position: relative;
    display: block;
    margin-top: 21px;
}

.causes-two-top__text {
    font-size: 16px;
}

.causes-two__tab {
    position: relative;
    display: block;
    z-index: 2;
}

.causes-two__tab-box {
    position: relative;
    display: block;
    z-index: 2;
}

.causes-two__tab-btn-box {
    position: relative;
    display: block;
    z-index: 999;
}

.causes-two__tab-box .tab-buttons {
    position: relative;
    display: block;
    z-index: 1;
}

.causes-two__tab-box .tab-buttons:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 4px;
    background-color: var(--oxpins-bdr-color);
    z-index: -1;
}

.causes-two__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
}

.causes-two__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-left: 0px;
}

.causes-two__tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    font-size: 18px;
    color: var(--oxpins-gray);
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    padding-left: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
}

.causes-two__tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--oxpins-black);
    font-weight: 800;
}

.causes-two__tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    left: 47px;
    right: 0;
    bottom: 16px;
    height: 4px;
    transform: scaleX(0);
    content: "";
    background-color: var(--oxpins-primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}

.causes-two__tab-box .tab-buttons .tab-btn.active-btn span:before {
    transform: scaleX(1);
}

.causes-two__tab-box .tab-buttons .tab-btn span:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    content: "";
    background-color: var(--oxpins-base);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scaleY(0);
    z-index: -1;
}

.causes-two__tab-box .tab-buttons .tab-btn.active-btn span:after {
    transform: scaleY(1);
}

.causes-two__tab-main-content {
    position: relative;
    display: block;
    margin-right: -375px;
}

.causes-two__tab-box .tabs-content {
    position: relative;
    display: block;
}

.causes-two__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.causes-two__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.causes-two__inner-content {
    position: relative;
    display: block;
}

.causes-two__carousel {
    position: relative;
    display: block;
}

.causes-two__carousel .causes-one__single {
    margin-bottom: 0;
}

.causes-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.causes-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.causes-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.causes-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: -312px;
    margin: 0;
}

.causes-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--oxpins-black);
    padding: 0 30px;
    background-color: var(--oxpins-primary);
    height: 60px;
    line-height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-two__carousel.owl-theme .owl-nav .owl-next span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--oxpins-black);
    padding-left: 30px;
    padding-right: 45px;
    background-color: var(--oxpins-primary);
    height: 60px;
    line-height: 60px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.causes-two__carousel.owl-theme .owl-nav .owl-prev p {
    font-size: 14px;
    color: var(--oxpins-black);
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 10px;
    font-family: var(--oxpins-font);
}

.causes-two__carousel.owl-theme .owl-nav .owl-next p {
    font-size: 14px;
    color: var(--oxpins-black);
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--oxpins-font);
}

.causes-two__carousel.owl-theme .owl-nav .owl-next .fa-angle-right:before {
    position: absolute;
    right: 30px;
}

.causes-two__carousel.owl-theme .owl-nav .owl-next,
.causes-two__carousel.owl-theme .owl-nav .owl-prev {
    margin: 0;
}

.causes-two__carousel.owl-theme .owl-nav .owl-next:hover span,
.causes-two__carousel.owl-theme .owl-nav .owl-prev:hover span {
    background-color: var(--oxpins-white);
}

.causes-two__carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: inherit;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 140px;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-two__single:hover {
    transform: translateY(-10px);
}

.testimonial-two__img {
    position: relative;
    display: block;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial-two__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-two__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: var(--oxpins-bdr-radius);
    text-align: center;
    padding: 36px 45px 67px;
    z-index: 1;
    margin: 40px 0px 0px;
    border: 5px solid var(--oxpins-bdr-color);
}

.testimonial-two__shape-1 {
    position: absolute;
    top: -26px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    width: 75px;
    height: 26px;
}

.testimonial-two__text {
    font-size: 18px;
    line-height: 40px;
}

.testimonial-two__client-info {
    position: relative;
    display: block;
    margin-top: 24px;
}

.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}

.testimonial-two__client-sub-title {
    font-size: 20px;
    color: var(--oxpins-base);
    line-height: 20px;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
}

.testimonial-two__rating {
    display: flex;
    align-items: center;
    background-color: var(--oxpins-primary);
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16.5px 25px;
    border-radius: 25px;
}

.testimonial-two__rating i {
    font-size: 17px;
    color: var(--oxpins-black);
}

.testimonial-two__rating i + i {
    margin-left: 3px;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Gallery Two
--------------------------------------------------------------*/
.gallery-two {
    position: relative;
    display: block;
}

.gallery-two .gallery-one__bottom {
    padding-top: 0;
}

/*--------------------------------------------------------------
# Help
--------------------------------------------------------------*/
.help {
    position: relative;
    display: block;
    background-color: var(--oxpins-base);
    padding: 120px 0 246px;
    z-index: 1;
}

.help-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}

.help-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 106px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
}

.help__single {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.help__single-inner {
    position: relative;
    display: flex;
}

.help__icon {
    position: relative;
    display: block;
}

.help__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--oxpins-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.help__single:hover .help__icon span {
    transform: scale(1.2);
}

.help__content {
    position: relative;
    display: block;
    top: -2px;
    margin-left: 30px;
}

.help__title {
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: -0.04em;
    margin-bottom: 17px;
}

.help__title a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help__title a:hover {
    color: var(--oxpins-primary);
}

.help__text {
    font-size: 16px;
    color: var(--oxpins-white);
    opacity: 0.6;
}

/*--------------------------------------------------------------
# Urgent Cause
--------------------------------------------------------------*/
.urgent-cause {
    position: relative;
    display: block;
    margin-top: -155px;
    z-index: 1;
}

.urgent-cause__inner {
    position: relative;
    display: block;
    background-color: var(--oxpins-black);
    padding: 100px 100px 94px;
    border-radius: 30px;
    z-index: 1;
}

.urgent-cause-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    opacity: 0.1;
    z-index: -1;
}

.urgent-cause__top {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 37px;
}

.urgent-cause__top-left {
    position: relative;
    display: block;
    float: left;
}

.urgent-cause__top-left .section-title {
    margin-bottom: 0;
}

.urgent-cause__top-left .section-title__tagline {
    color: var(--oxpins-primary);
}

.urgent-cause__top-left .section-title__title {
    color: var(--oxpins-white);
}

.urgent-cause__top-right {
    position: relative;
    display: block;
    float: right;
    text-align: right;
    margin-top: -9px;
}

.urgent-cause__top-text {
    font-size: 16px;
    color: #98a8a5;
}

.urgent-cause__btn {
    position: relative;
    display: block;
    margin-top: 21px;
    margin-bottom: 19px;
}

.urgent-cause__btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: var(--oxpins-black);
    background-color: var(--oxpins-primary);
    padding: 10px 40px 10px;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all 500ms ease;
}

.urgent-cause__btn a span {
    position: relative;
    top: 1px;
    padding-right: 9px;
}

.urgent-cause__btn a:hover {
    background-color: var(--oxpins-white);
}

.urgent-cause__date {
    font-size: 24px;
    color: var(--oxpins-white);
    font-weight: 700;
    font-family: var(--oxpins-font-three);
    line-height: 24px;
}

.urgent-cause__progress {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}

.urgent-cause__progress .bar {
    position: relative;
    width: 100%;
    height: 20px;
    background: var(--oxpins-base);
    border-radius: 10px;
    margin-bottom: 13px;
}

.urgent-cause__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 12px;
    border-radius: 6px;
    background: var(--oxpins-white);
    top: 4px;
    left: 5px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.urgent-cause__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 25px;
    color: var(--oxpins-white);
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.urgent-cause__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.urgent-cause__goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.urgent-cause__goals > p {
    font-size: 20px;
    color: var(--oxpins-primary);
    font-weight: 500;
    margin: 0;
}

.urgent-cause__goals > p > span {
    font-size: 20px;
    color: var(--oxpins-white);
    font-weight: 500;
    line-height: 28px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--oxpins-black-rgb), 0.3);
    width: 0%;
    transform: translateY(100%);
    border-radius: var(--oxpins-bdr-radius);
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: translateY(0);
    width: 100%;
}

.team-one__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.1) rotate(2deg);
}

.team-one__content {
    position: relative;
    display: block;
    background-color: var(--oxpins-black);
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    padding: 27px 0 28px;
}

.team-one__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.04em;
}

.team-one__name a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__name a:hover {
    color: var(--oxpins-primary);
}

.team-one__sub-title {
    font-size: 16px;
    color: var(--oxpins-primary);
    font-weight: 700;
    font-family: var(--oxpins-font-three);
    line-height: 16px;
}

.team-one__social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: var(--oxpins-primary);
    padding: 10px 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: scaleY(0) translateX(-50%);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    transform: scaleY(1) translateX(-50%);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.team-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--oxpins-black);
}

.team-one__social a + a {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 475px;
    width: 100%;
    mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    margin-top: -70px;
    z-index: 1;
}

.contact-one__inne {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 42px 80px 43px;
    border-radius: var(--oxpins-bdr-radius);
}

.contact-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-one__single {
    position: relative;
    display: block;
    padding-left: 65px;
}

.contact-one__single:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -3px;
    right: -81px;
    width: 1px;
    background-color: var(--oxpins-bdr-color);
}

.contact-one__single:last-child:before {
    display: none;
}

.contact-one__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    background-color: var(--oxpins-primary);
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 500ms ease;
}

.contact-one__single:hover .contact-one__icon {
    background-color: var(--oxpins-base);
}

.contact-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--oxpins-black);
    transition: all 500ms ease;
}

.contact-one__single:hover .contact-one__icon span {
    color: var(--oxpins-white);
}

.contact-one__single:last-child .contact-one__icon span {
    font-size: 35px;
}

.contact-one__content {
    position: relative;
    display: block;
}

.contact-one__sub-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

.contact-one__number {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--oxpins-font);
    line-height: 25px;
}

.contact-one__number a {
    color: var(--oxpins-black);
    transition: all 500ms ease;
}

.contact-one__number a:hover {
    color: var(--oxpins-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.news-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.news-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-two__img-one {
    position: relative;
    display: block;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.news-two__img-one:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(var(--oxpins-black-rgb), 0.3);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.news-two__single:hover .news-two__img-one:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.news-two__img-one img {
    width: 100%;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-top-right-radius: var(--oxpins-bdr-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.news-two__single:hover .news-two__img-one img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-two__date-one {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 25px 6px;
    border-radius: 15px;
    z-index: 2;
}

.news-two__date-one p {
    font-size: 18px;
    color: var(--oxpins-base);
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 18px;
}

.news-two__content-one {
    position: relative;
    display: block;
    background-color: var(--oxpins-base);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    padding: 42px 50px 41px;
}

.news-two__meta-one {
    position: relative;
    display: flex;
    align-items: center;
}

.news-two__meta-one li + li {
    margin-left: 15px;
}

.news-two__meta-one li a {
    font-size: 14px;
    color: #90c8be;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-two__meta-one li a:hover {
    color: var(--oxpins-primary);
}

.news-two__meta-one li a i {
    color: var(--oxpins-primary);
    padding-right: 3px;
}

.news-two__title-one {
    font-size: 34px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -0.04em;
}

.news-two__title-one a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-two__title-one a:hover {
    color: var(--oxpins-primary);
}

.news-two__list {
    position: relative;
    display: block;
}

.news-two__list-single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.news-two__list-single:last-child {
    margin-bottom: 0;
}

.news-two__img-two {
    position: relative;
    display: inline-block;
    max-width: 270px;
    width: 100%;
    min-height: 171px;
    overflow: hidden;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
}

.news-two__img-two:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(var(--oxpins-black-rgb), 0.3);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.news-two__list-single:hover .news-two__img-two:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.news-two__img-two img {
    width: 100%;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.news-two__list-single:hover .news-two__img-two img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-two__date-two {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 25px 6px;
    border-radius: 15px;
    z-index: 2;
}

.news-two__date-two p {
    font-size: 18px;
    color: var(--oxpins-base);
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 18px;
}

.news-two__content-two {
    position: relative;
    display: block;
    border: 1px solid var(--oxpins-bdr-color);
    border-top-right-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    border-left: 0;
    padding: 20px 30px 20px;
    min-height: 171px;
}

.news-two__meta-two {
    position: relative;
    display: flex;
    align-items: center;
}

.news-two__meta-two li + li {
    margin-left: 15px;
}

.news-two__meta-two li a {
    font-size: 14px;
    color: var(--oxpins-gray);
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-two__meta-two li a:hover {
    color: var(--oxpins-base);
}

.news-two__meta-two li a i {
    color: var(--oxpins-primary);
    padding-right: 3px;
}

.news-two__title-two {
    font-size: 26px;
    font-weight: 900;
    line-height: 33px;
    letter-spacing: -0.04em;
}

.news-two__title-two a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-two__title-two a:hover {
    color: var(--oxpins-base);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    background-color: var(--oxpins-extra);
    border-top: 0;
    z-index: 1;
}

.brand-two-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

/*--------------------------------------------------------------
# Make Donation
--------------------------------------------------------------*/
.make-donation {
    position: relative;
    display: block;
}

.make-donation__inner {
    position: relative;
    display: block;
}

.make-donation__left {
    position: relative;
    display: block;
}

.make-donation__img {
    position: relative;
    display: block;
}

.make-donation__img img {
    width: 100%;
    border-bottom-left-radius: 85px;
}

.make-donation__right {
    position: relative;
    display: block;
    margin-left: -30px;
}

.make-donation__content {
    position: relative;
    display: block;
    background-color: var(--oxpins-base);
    padding-left: 60px;
    padding-top: 51px;
    padding-bottom: 50px;
    z-index: 1;
}

.make-donation__content:before {
    position: absolute;
    bottom: 0;
    top: 0;
    right: -1000000000px;
    left: 0;
    content: "";
    background-color: var(--oxpins-base);
    z-index: -1;
}

.make-donation__btn-box {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.make-donation__btn {
    font-weight: 800;
}

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

.make-donation__meta li + li {
    margin-left: 10px;
}

.make-donation__meta li a {
    font-size: 14px;
    color: var(--oxpins-white);
    font-weight: 600;
}

.make-donation__meta li a i {
    font-size: 15px;
    color: var(--oxpins-primary);
    padding-right: 3px;
}

.make-donation__title {
    font-size: 36px;
    font-weight: 900;
    color: var(--oxpins-white);
    line-height: 46px;
    letter-spacing: -0.04em;
}

.make-donation__text {
    font-size: 16px;
    color: #89d3c6;
    padding-top: 10px;
    padding-bottom: 31px;
}

.make-donation__raised-goal {
    position: relative;
    display: flex;
    align-items: center;
}

.make-donation__raised-goal li {
    position: relative;
    display: flex;
    align-items: center;
}

.make-donation__raised-goal li + li {
    margin-left: 40px;
}

.make-donation__raised-goal li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--oxpins-black);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.make-donation__raised-goal li:hover .icon {
    background-color: var(--oxpins-primary);
}

.make-donation__raised-goal li .icon i {
    font-size: 25px;
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.make-donation__raised-goal li .icon i.dolar-icon-style {
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    padding-right: 6px;
}

.make-donation__raised-goal li .content {
    margin-left: 20px;
}

.make-donation__raised-goal li .content p {
    font-size: 24px;
    color: var(--oxpins-primary);
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 24px;
}

.make-donation__raised-goal li .content h4 {
    font-size: 24px;
    color: var(--oxpins-white);
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.04em;
    margin-top: 6px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0 179px;
}

.about-three__left {
    position: relative;
    display: block;
    margin-top: 45px;
}

.about-three__left .section-title {
    margin-bottom: 28px;
}

.about-three__text-1 {
    font-size: 16px;
    margin-right: 5px;
}

.about-three__text-2 {
    font-size: 16px;
    padding-top: 32px;
    padding-bottom: 41px;
}

.about-three__btn {
    font-weight: 800;
}

.about-three__right {
    position: relative;
    display: block;
    margin-right: 40px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
}

.about-three__img img {
    width: 100%;
    border-radius: 50%;
}

.about-three__img-two {
    position: absolute;
    bottom: -75px;
    right: -95px;
}

.about-three__img-two img {
    width: auto;
    border-radius: 50%;
}

.about-three__help {
    position: absolute;
    bottom: -118px;
    left: 92px;
    height: 205px;
    width: 290px;
    z-index: 1;
}

.about-three__help-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-three__help-conten-box {
    position: absolute;
    top: 43px;
    left: 47px;
}

.about-three__help-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__help-count h3 {
    font-size: 50px;
    color: var(--oxpins-white);
    font-weight: 900;
    line-height: 50px !important;
    font-family: var(--oxpins-font-two) !important;
    letter-spacing: -0.04em;
}

.about-three__help-letter {
    position: relative;
    font-size: 50px;
    color: var(--oxpins-white);
    font-weight: 900;
    line-height: 50px;
    font-family: var(--oxpins-font-two);
    letter-spacing: -0.04em;
}

.about-three__help-text {
    font-size: 20px;
    color: var(--oxpins-white);
    font-weight: 700;
    line-height: 25px;
}

.about-three__border {
    position: absolute;
    top: 3px;
    left: -8px;
    width: 604px;
    height: 604px;
    border-width: 2px;
    border-color: rgb(238, 233, 219);
    border-style: solid;
    border-radius: 50%;
    z-index: -1;
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
    position: relative;
    display: block;
    z-index: 2;
}

.feature-three__single {
    position: relative;
    display: block;
    min-height: 447px;
    z-index: 2;
}

.feature-three__img {
    position: absolute;
    top: 0;
    left: -29px;
    right: -28px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    transform: translate(0px, 0px);
    transition: transform 500ms ease;
}

.feature-three__single:hover .feature-three__img {
    transform: translate(10px, 10px);
}

.feature-three__title-box {
    position: absolute;
    bottom: 110px;
    left: 90px;
    transform: rotate(-16deg);
    z-index: 2;
}

.feature-three__title {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 60px;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.feature-three__btn {
    position: absolute;
    bottom: 42px;
    left: 135px;
    z-index: 2;
    transform: rotate(-13deg);
}

.feature-three__btn a {
    position: relative;
    font-size: 18px;
    color: var(--oxpins-white);
    line-height: 18px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    background-color: var(--oxpins-base);
    padding: 3px 40px 3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-three__btn a:hover {
    background-color: var(--oxpins-primary);
    color: var(--oxpins-black);
}

.feature-three__btn-two {
    bottom: 44px;
    transform: rotate(-13deg);
}

/*--------------------------------------------------------------
# Causes Three
--------------------------------------------------------------*/
.causes-three {
    position: relative;
    display: block;
    padding: 270px 0 90px;
    margin-top: -176px;
}

.causes-three .container {
    max-width: 1600px;
}

.causes-three .section-title__tagline {
    color: var(--oxpins-primary);
}

.causes-three .section-title__title {
    color: var(--oxpins-white);
}

.causes-three-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 645px;
    background-color: var(--oxpins-black);
    z-index: -1;
}

.causes-three-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.15;
}

.causes-three-shape-1 {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 106px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-three {
    background-color: var(--oxpins-primary);
    border-top: 0;
    z-index: 1;
}

.brand-two-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

/*--------------------------------------------------------------
# Events Two
--------------------------------------------------------------*/
.events-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--oxpins-extra);
    z-index: 1;
}

.events-two-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

.events-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 807px;
    opacity: 0.08;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.events-two__left {
    position: relative;
    display: block;
}

.events-two__left .section-title {
    margin-bottom: 28px;
}

.events-two__text {
    font-size: 16px;
    padding-bottom: 41px;
}

.events-two__btn {
    font-weight: 800;
}

.events-two__right {
    position: relative;
    display: block;
    z-index: 1;
}

.events-two__right-bg-box {
    position: absolute;
    top: -120px;
    bottom: -121px;
    left: 239px;
    right: -10000000px;
    background-color: var(--oxpins-black);
    z-index: -1;
}

.events-two-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 546px;
    width: 708px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
}

.events-two__list {
    position: relative;
    display: block;
}

.events-two__list > li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.events-two__img {
    position: relative;
    display: inline-block;
    max-width: 239px;
    width: 100%;
    min-height: 184px;
    overflow: hidden;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
}

.events-two__img img {
    width: 100%;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    transform: scale(1);
    transition: transform 500ms ease;
}

.events-two__list > li:hover .events-two__img img {
    transform: scale(1.05);
}

.events-two__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--oxpins-black-rgb), 0.3);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.events-two__list > li:hover .events-two__img:after {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.events-two__date {
    position: absolute;
    bottom: 44px;
    right: -25px;
    background-color: var(--oxpins-primary);
    padding: 7px 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 2;
    transform: rotate(-90deg);
}

.events-two__date p {
    font-size: 16px;
    color: var(--oxpins-black);
    line-height: 16px;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
}

.events-two__content {
    position: relative;
    display: block;
    min-height: 184px;
    background-color: var(--oxpins-white);
    padding: 23px 30px 21px;
    border-top-right-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
}

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

.events-two__meta > li {
    font-size: 14px;
    font-weight: 600;
}

.events-two__meta > li + li {
    margin-left: 5px;
}

.events-two__meta > li > i {
    font-size: 15px;
    color: var(--oxpins-primary);
    padding-right: 5px;
}

.events-two__title {
    font-size: 26px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.04em;
    margin-top: 7px;
    margin-bottom: 13px;
}

.events-two__title a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events-two__title a:hover {
    color: var(--oxpins-base);
}

.events-two__read-more {
    position: relative;
    display: block;
}

.events-two__read-more a {
    font-size: 14px;
    font-weight: 700;
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.events-two__read-more a span {
    font-size: 15px;
    top: 2px;
    position: relative;
    padding-right: 8px;
}

.events-two__read-more a:hover {
    color: var(--oxpins-base);
}

/*--------------------------------------------------------------
# Become Volunteer
--------------------------------------------------------------*/
.become-volunteer {
    position: relative;
    display: block;
    background-color: var(--oxpins-base);
    padding: 80px 0 68px;
}

.become-volunteer__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.become-volunteer__left {
    position: relative;
    display: block;
}

.become-volunteer__left .section-title {
    margin-bottom: 0;
}

.become-volunteer__left .section-title__tagline {
    color: var(--oxpins-primary);
}

.become-volunteer__left .section-title__title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 1px;
    color: var(--oxpins-white);
}

.become-volunteer__right {
    position: relative;
    display: block;
}

.become-volunteer__btn {
    font-weight: 800;
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 141px 0 132px;
    background-color: var(--oxpins-black);
    z-index: 1;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--oxpins-black);
    background-blend-mode: luminosity;
    opacity: 0.7;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 40px;
    color: var(--oxpins-white);
    line-height: 50px;
    margin-bottom: 6px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--oxpins-white);
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li + li {
    margin-left: 10px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--oxpins-white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--oxpins-primary);
}

.thm-breadcrumb li.active {
    color: var(--oxpins-primary);
}

/*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/
.news-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-sidebar__left {
    position: relative;
    display: block;
}

.news-sidebar__content {
    position: relative;
    display: block;
}

.news-sidebar__single {
    position: relative;
    display: block;
}

.news-sidebar__single + .news-sidebar__single {
    margin-top: 20px;
}

.news-sidebar__img {
    position: relative;
    display: block;
    border-radius: var(--oxpins-bdr-radius);
}

.news-sidebar__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.news-sidebar__date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: var(--oxpins-primary);
    padding: 6px 25px 6px;
    border-radius: 15px;
    z-index: 2;
}

.news-sidebar__date p {
    font-size: 18px;
    color: var(--oxpins-black);
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 18px;
}

.news-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 22px;
}

.news-sidebar__meta {
    display: flex;
    align-items: center;
}

.news-sidebar__meta li + li {
    margin-left: 15px;
}

.news-sidebar__meta li a {
    font-size: 14px;
    color: var(--oxpins-gray);
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__meta li a:hover {
    color: var(--oxpins-base);
}

.news-sidebar__meta li a i {
    color: var(--oxpins-primary);
    padding-right: 3px;
}

.news-sidebar__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.news-sidebar__title a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__title a:hover {
    color: var(--oxpins-base);
}

.news-sidebar__text {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 16px;
}

.news-sidebar__bottom {
    display: flex;
    align-items: center;
}

.news-sidebar__read-more {
    font-size: 14px;
    color: var(--oxpins-black);
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__read-more:hover {
    color: var(--oxpins-base);
}

.news-sidebar__arrow {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--oxpins-black);
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__arrow:hover {
    color: var(--oxpins-base);
}

.news-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 60px 60px 56px;
    margin-top: 20px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.news-sidebar__bottom-box-icon {
    margin-bottom: 21px;
}

.news-sidebar__bottom-box-text {
    font-size: 16px;
}

.news-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 60px 60px 56px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.news-sidebar__delivering-services-icon {
    margin-bottom: 22px;
}

.news-sidebar__delivering-services-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.news-sidebar__delivering-services-title a {
    color: var(--oxpins-black);
    transition: all 500ms ease;
}

.news-sidebar__delivering-services-title a:hover {
    color: var(--oxpins-base);
}

.news-sidebar__shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.3;
    z-index: -1;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--oxpins-base);
    color: var(--oxpins-white);
    font-size: 16px;
    font-weight: 400;
    padding-left: 50px;
    height: 70px;
    width: 100%;
    padding-right: 80px;
    border-radius: var(--oxpins-bdr-radius);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--oxpins-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--oxpins-white);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--oxpins-white);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--oxpins-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--oxpins-white);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--oxpins-white);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--oxpins-white);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 20px 30px;
    background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px 15px;
    padding-right: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: var(--oxpins-bdr-radius);
}

.sidebar__post-list li:hover {
    background-color: var(--oxpins-white);
}

.sidebar__post-list li + li {
    margin-top: 10px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image > img {
    width: 70px;
    border-radius: 7px;
}

.sidebar__post-content {
    position: relative;
    top: -1px;
}

.sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}

.sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 600;
    color: var(--oxpins-gray) !important;
    font-family: var(--oxpins-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    color: var(--oxpins-primary);
    font-size: 14px;
    padding-right: 1px;
}

.sidebar__post-content h3 a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 46px 20px 36px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.sidebar__category .sidebar__title {
    padding-left: 30px;
    margin-bottom: 10px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li + li {
    margin-top: 6px;
}

.sidebar__category-list li a {
    color: #7b8381;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 5px 30px 5px;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 500;
}

.sidebar__category-list li a:hover {
    background-color: white;
    color: var(--oxpins-black);
}

.sidebar__category-list li.active a {
    background-color: white;
    color: var(--oxpins-black);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--oxpins-base);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
}

.sidebar__category-list li a:hover span {
    color: var(--oxpins-base);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: var(--oxpins-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--oxpins-extra);
    padding: 46px 45px 50px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 24px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 10px;
    color: var(--oxpins-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--oxpins-white);
    display: inline-block;
    padding: 2px 20px 2px;
    margin-left: 5px;
    font-weight: 800;
    border-radius: 17px;
    text-transform: uppercase;
}

.sidebar__tags-list a + a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--oxpins-black);
    background: var(--oxpins-primary);
}

.sidebar__comments {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 46px 50px 43px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.sidebar__comments .sidebar__title {
    margin-bottom: 23px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li + li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--oxpins-white);
    border-radius: 50%;
    font-size: 15px;
    color: var(--oxpins-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--oxpins-primary);
    color: var(--oxpins-black);
}

.sidebar__comments-text-box p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: var(--oxpins-black);
    font-weight: 500;
    font-family: var(--oxpins-font);
}

.sidebar-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.3;
    z-index: -1;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
    border-radius: var(--oxpins-bdr-radius);
}

.news-details__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.news-details__date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: var(--oxpins-primary);
    padding: 6px 25px 6px;
    border-radius: 15px;
    z-index: 2;
}

.news-details__date p {
    font-size: 18px;
    color: var(--oxpins-black);
    font-family: var(--oxpins-font-three);
    font-weight: 700;
    line-height: 18px;
}

.news-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

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

.news-details__meta li + li {
    margin-left: 15px;
}

.news-details__meta li a {
    font-size: 14px;
    color: var(--oxpins-gray);
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__meta li a:hover {
    color: var(--oxpins-base);
}

.news-details__meta li a i {
    color: var(--oxpins-primary);
    padding-right: 3px;
}

.news-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.news-details__text-1 {
    font-size: 16px;
}

.news-details__text-2 {
    font-size: 16px;
    padding-top: 31px;
}

.news-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 41px;
    border-top: 1px solid var(--oxpins-extra);
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    color: var(--oxpins-black);
    font-size: 20px;
    margin-right: 8px;
    font-weight: 900;
    font-family: var(--oxpins-font-two);
    letter-spacing: -0.04em;
}

.news-details__tags a {
    position: relative;
    color: var(--oxpins-black);
    font-size: 10px;
    background-color: var(--oxpins-extra);
    display: inline-block;
    padding: 2px 20px 2px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--oxpins-primary);
    color: var(--oxpins-black);
}

.news-details__tags a + a {
    margin-left: 6px;
}

.news-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-details__social-list a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--oxpins-black);
    background-color: var(--oxpins-extra);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.news-details__social-list a:hover {
    color: var(--oxpins-white);
}

.news-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--oxpins-base);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.news-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.news-details__social-list a + a {
    margin-left: 10px;
}

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 54px;
}

.news-details__pagenation {
    position: relative;
    display: block;
}

.news-details__pagenation li {
    position: relative;
    float: left;
    font-size: 24px;
    color: var(--oxpins-black);
    font-weight: 900;
    background-color: var(--oxpins-extra);
    line-height: 36px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 51px;
    padding-bottom: 50px;
    border-radius: var(--oxpins-bdr-radius);
    font-family: var(--oxpins-font-two);
    letter-spacing: -0.04em;
}

.news-details__pagenation li + li {
    margin-left: 30px;
}

.news-details__pagenation li:hover {
    background-color: var(--oxpins-base);
    color: var(--oxpins-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--oxpins-black);
    font-size: 30px;
    margin-bottom: 51px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--oxpins-bdr-color);
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 22px;
    color: var(--oxpins-black);
    margin-bottom: 26px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.comment-one__content p {
    font-size: 16px;
    font-weight: 400;
}

.comment-one__btn {
    padding: 2px 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: 800;
    color: var(--oxpins-black);
    letter-spacing: 0.1em;
    border-radius: 17px;
    text-transform: uppercase;
}

.comment-one__btn:hover {
    color: var(--oxpins-white);
}

.comment-one__btn:before {
    background-color: var(--oxpins-base);
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -6px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--oxpins-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: #707876;
    display: block;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 500;
    letter-spacing: 0.01em;
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: #707876;
    height: 150px;
    width: 100%;
    background-color: var(--oxpins-extra);
    padding: 15px 30px 30px;
    border: none;
    border-radius: var(--oxpins-bdr-radius);
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.comment-form__btn {
    border: none;
}

.comment-form__input-box.text-message-box {
    height: 150px;
}

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/
.events-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.events-page .events-one__single {
    margin-bottom: 30px;
    box-shadow: none;
}

.events-page .events-one__content {
    bottom: 32px;
    left: 40px;
    right: 40px;
}

.events-page .events-one__title {
    font-size: 30px;
    line-height: 36px;
}

.events-page .events-one__date {
    top: 40px;
    right: 40px;
}

/*--------------------------------------------------------------
# Event Details
--------------------------------------------------------------*/
.event-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.event-details__left {
    position: relative;
    display: block;
}

.event-details__top {
    position: relative;
    display: block;
}

.event-details__date {
    position: relative;
    display: inline-block;
    background-color: var(--oxpins-primary);
    padding: 6px 25px;
    border-radius: 15px;
}

.event-details__date p {
    font-size: 18px;
    color: var(--oxpins-black);
    line-height: 18px;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
}

.event-details__title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 40px;
    margin-top: 14px;
    margin-bottom: 22px;
}

.event-details__text-1 {
    font-size: 16px;
    font-weight: 400;
}

.event-details__text-2 {
    font-size: 16px;
    font-weight: 800;
    color: var(--oxpins-base);
    padding-top: 32px;
    padding-bottom: 32px;
}

.event-details__text-3 {
    font-size: 16px;
    font-weight: 400;
}

.event-details__img-box {
    position: relative;
    display: block;
    padding-top: 51px;
    padding-bottom: 21px;
}

.event-details__img-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.event-details__img-single img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.event-details__bottom {
    position: relative;
    display: block;
}

.event-details__text-4 {
    font-size: 16px;
    font-weight: 400;
}

.event-details__text-5 {
    font-size: 16px;
    font-weight: 800;
    color: var(--oxpins-base);
    padding-top: 32px;
    padding-bottom: 32px;
}

.event-details__text-6 {
    font-size: 16px;
    font-weight: 400;
}

.event-details__btn-box {
    position: relative;
    display: block;
    margin-top: 36px;
}

.event-details__right {
    position: relative;
    display: block;
}

.event-details__info {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1),
        inset 0px 4px 0px 0px rgba(0, 113, 93, 0.004);
    border-radius: var(--oxpins-bdr-radius);
    padding: 36px 60px 40px;
    border-top: 4px solid var(--oxpins-base);
}

.event-details__info-list {
    position: relative;
    display: block;
}

.event-details__info-list li + li {
    margin-top: 27px;
}

.event-details__info-list li span {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.event-details__info-list li p {
    font-size: 16px;
    color: var(--oxpins-black);
    font-weight: 800;
    line-height: 19px;
}

.event-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px;
}

.event-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--oxpins-black);
    background-color: var(--oxpins-extra);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.event-details__social a:hover {
    color: var(--oxpins-white);
    background-color: var(--oxpins-base);
}

.event-details__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--oxpins-base);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.event-details__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.event-details__social a + a {
    margin-left: 10px;
}

.event-details__map {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    margin-top: 30px;
}

.event-details-map__one {
    position: relative;
    display: block;
    border: none;
    height: 430px;
    width: 100%;
    mix-blend-mode: luminosity;
    border-radius: var(--oxpins-bdr-radius);
}

/*--------------------------------------------------------------
# Donation
--------------------------------------------------------------*/
.donation {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

/*--------------------------------------------------------------
## Donations List
--------------------------------------------------------------*/
.donations-list {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.donations-list__inner {
    position: relative;
    display: block;
}

.donations-list__single {
    position: relative;
    display: block;
}

.donations-list__single + .donations-list__single {
    margin-top: 30px;
}

.donations-list__single .row {
    --bs-gutter-x: 0px;
}

.donations-list__img {
    position: relative;
    display: block;
}

.donations-list__img img {
    width: 100%;
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
}

.donations-list__right {
    position: relative;
    display: block;
}

.donations-list__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-top-right-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    padding: 50px 50px 50px;
    border: 1px solid var(--oxpins-bdr-color);
    border-left: 0;
}

.donations-list__category {
    position: relative;
    display: inline-block;
    background-color: var(--oxpins-primary);
    padding: 6px 25px;
    border-radius: 15px;
}

.donations-list__category p {
    font-size: 18px;
    color: var(--oxpins-black);
    line-height: 18px;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
}

.donations-list__title {
    font-size: 34px;
    line-height: 41px;
    margin-top: 12px;
    margin-bottom: 18px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.donations-list__title a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.donations-list__title a:hover {
    color: var(--oxpins-base);
}

.donations-list__progress {
    position: relative;
    display: block;
    width: 100%;
    padding: 49px 29px 20px;
    background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    border: 1px solid var(--oxpins-bdr-color);
    overflow: hidden;
    margin-top: 21px;
    z-index: 1;
}

.donations-list__progress-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.2;
    z-index: -1;
}

.donations-list__progress .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background: var(--oxpins-white);
    border-radius: 5px;
    margin-bottom: 3px;
}

.donations-list__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    border-radius: 5px;
    background: var(--oxpins-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.donations-list__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 11px;
    color: var(--oxpins-base);
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.donations-list__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.donations-list__progress .count-text:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 17px;
    height: 20px;
    width: 20px;
    background-color: var(--oxpins-base);
    border-radius: 50%;
}

.donations-list__progress .count-text:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 24px;
    height: 6px;
    width: 6px;
    background-color: var(--oxpins-white);
    border-radius: 50%;
    z-index: 1;
}

.donations-list__goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.donations-list__goals > p {
    font-size: 14px;
    color: #707876;
    font-weight: 400;
    margin: 0;
}

.donations-list__goals > p > span {
    font-size: 14px;
    color: var(--oxpins-black);
    font-weight: 700;
    line-height: 28px;
}

/*--------------------------------------------------------------
# Donation Details
--------------------------------------------------------------*/
.donation-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.donation-details__left {
    position: relative;
    display: block;
}

.donation-details__top {
    position: relative;
    display: block;
}

.donation-details__img {
    position: relative;
    display: block;
}

.donation-details__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.donation-details__date {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: var(--oxpins-primary);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 6px 25px;
    border-radius: 15px;
    z-index: 2;
}

.donation-details__date p {
    font-size: 18px;
    color: var(--oxpins-black);
    line-height: 18px;
    font-family: var(--oxpins-font-three);
    font-weight: 700;
}

.donation-details__content {
    position: relative;
    display: block;
    margin-top: 32px;
}

.donation-details__title {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: -0.04em;
    margin-bottom: 19px;
}

.donation-details__text {
    font-size: 16px;
}

.donation-details__donate {
    position: relative;
    display: flex;
    background-color: var(--oxpins-extra);
    border: 1px solid var(--oxpins-bdr-color);
    border-radius: var(--oxpins-bdr-radius);
    align-items: center;
    justify-content: space-between;
    padding: 36px 39px 36px;
    overflow: hidden;
    margin-top: 51px;
    margin-bottom: 52px;
    z-index: 1;
}

.donation-details__donate-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.2;
    z-index: -1;
}

.donation-details__donate-left {
    position: relative;
    display: block;
}

.donation-details__donate-list {
    position: relative;
    display: flex;
    align-items: center;
}

.donation-details__donate-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.donation-details__donate-list li + li {
    margin-left: 50px;
}

.donation-details__donate-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.donation-details__donate-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: var(--oxpins-base);
}

.donation-details__donate-list li .text {
    margin-left: 20px;
}

.donation-details__donate-list li .text span {
    font-size: 20px;
    font-weight: 400;
}

.donation-details__donate-list li .text p {
    font-size: 20px;
    color: var(--oxpins-black);
    font-weight: 700;
    line-height: 25px;
}

.donation-details__summary {
    position: relative;
    display: block;
}

.donation-details__summary-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    letter-spacing: -0.04em;
    margin-bottom: 19px;
}

.donation-details__summary-text-1 {
    font-size: 16px;
}

.donation-details__summary-list {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 29px;
}

.donation-details__summary-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.donation-details__summary-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: var(--oxpins-primary);
    border-radius: 50%;
    font-size: 10px;
    color: var(--oxpins-white);
}

.donation-details__summary-list li .text {
    margin-left: 10px;
}

.donation-details__summary-list li .text p {
    font-size: 16px;
    color: var(--oxpins-black);
    font-weight: 700;
}

.donation-details__summary-text-2 {
    font-size: 16px;
}

.donation-details__recent-donation {
    position: relative;
    display: block;
    margin-top: 44px;
    margin-bottom: 54px;
}

.donation-details__recent-donation-inner {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    padding: 40px 40px 32px;
    overflow: hidden;
    z-index: 1;
}

.donation-details__recent-donation-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.donation-details__recent-donation-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 40px;
    margin-bottom: 49px;
}

.donation-details__recent-donation-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donation-details__recent-donation-list li {
    position: relative;
    display: block;
}

.donation-details__recent-donation-img {
    position: relative;
    display: block;
    width: 90px;
    border-radius: 10px;
}

.donation-details__recent-donation-img img {
    width: 100%;
    border-radius: 10px;
}

.donation-details__recent-donation-content {
    position: relative;
    display: block;
    margin-top: 18px;
}

.donation-details__recent-donation-content p {
    font-size: 16px;
    font-weight: 700;
    color: var(--oxpins-black);
    line-height: 16px;
    padding-bottom: 3px;
}

.donation-details__recent-donation-content span {
    font-size: 16px;
    font-weight: 700;
    color: var(--oxpins-base);
}

.donation-details__sidebar {
    position: relative;
    display: block;
}

.donation-details__organizer {
    position: relative;
    display: flex;
    background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    padding: 50px 50px 41px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.donation-details__organizer-img {
    position: relative;
    display: block;
}

.donation-details__organizer-img img {
    width: 70px;
    border-radius: 50%;
}

.donation-details__organizer-content {
    margin-left: 20px;
    margin-top: -4px;
}

.donation-details__organizer-date {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
    font-weight: 700;
    font-family: var(--oxpins-font-three);
}

.donation-details__organizer-title {
    color: var(--oxpins-black);
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    font-size: 18px;
    margin-top: 2px;
}

.donation-details__organizer-name {
    color: var(--oxpins-base);
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    font-size: 18px;
}

.donation-details__organizer-list {
    position: relative;
    display: block;
    margin-top: 11px;
}

.donation-details__organizer-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.donation-details__organizer-list li .icon span {
    font-size: 15px;
    color: var(--oxpins-primary);
}

.donation-details__organizer-list li .text {
    margin-left: 10px;
}

.donation-details__organizer-list li .text p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.donation-details__sidebar-shaare-cause {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    border-radius: var(--oxpins-bdr-radius);
    padding: 43px 50px 50px;
    margin-top: 30px;
    overflow: hidden;
    z-index: 1;
}

.donation-details__sidebar-shaare-cause-title {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 30px;
    margin-bottom: 21px;
}

.donation-details__sidebar-shaare-cause-social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.donation-details__sidebar-shaare-cause-social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--oxpins-black);
    font-size: 15px;
    background-color: var(--oxpins-white);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.donation-details__sidebar-shaare-cause-social a:hover {
    color: var(--oxpins-white);
    background-color: var(--oxpins-base);
}

.donation-details__sidebar-shaare-cause-social a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--oxpins-base);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.donation-details__sidebar-shaare-cause-social a:hover::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.donation-details__sidebar-shaare-cause-social a + a {
    margin-left: 10px;
}

/*--------------------------------------------------------------
## Donate Now
--------------------------------------------------------------*/
.donate-now {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.donate-now__left {
    position: relative;
    display: block;
    margin-top: -8px;
}

.donate-now__enter-donation {
    position: relative;
    display: block;
}

.donate-now__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 29px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.donate-now__enter-donation-input {
    position: relative;
    display: block;
}

.donate-now__enter-donation-input input[type="text"] {
    height: 130px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--oxpins-base);
    border-radius: var(--oxpins-bdr-radius);
    padding-left: 150px;
    padding-right: 50px;
    font-size: 50px;
    color: var(--oxpins-white);
    font-family: var(--oxpins-font-two);
    text-align: right;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.donate-now__enter-donation-input
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    position: absolute;
    width: auto !important;
    left: 0;
    top: 0;
    margin-top: 0;
}

.donate-now__enter-donation-input .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.donate-now__enter-donation-input .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 130px;
    width: 145px;
    outline: none;
    border-radius: var(--oxpins-bdr-radius);
    border: 0;
    background-color: var(--oxpins-base);
    margin: 0;
    padding: 0;
    color: var(--oxpins-white);
    font-size: 50px;
    line-height: 135px;
    font-weight: 900;
    box-shadow: none;
    background-repeat: no-repeat;
    font-family: var(--oxpins-font-two);
    text-align: center;
    letter-spacing: -0.04em;
}

.donate-now__enter-donation-input
    .bootstrap-select
    .dropdown-toggle
    .filter-option {
    text-align: center;
}

.donate-now__personal-info-box {
    position: relative;
    display: block;
    margin-top: 51px;
    margin-bottom: 51px;
}

.donate-now__personal-info-form {
    position: relative;
    display: block;
}

.donate-now__personal-info-input {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.donate-now__personal-info-input input[type="text"],
.donate-now__personal-info-input input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--oxpins-extra);
    color: var(--oxpins-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 500;
}

.donate-now__personal-info-input textarea {
    height: 180px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--oxpins-extra);
    color: var(--oxpins-gray);
    font-size: 14px;
    padding: 18px 30px 30px;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 500;
}

.donate-now__personal-info-input.donate-now__personal-info-message-box {
    height: 180px;
    margin-bottom: 0;
}

.donate-now__personal-info-form
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    position: relative;
    display: block;
    width: 100% !important;
}

.donate-now__personal-info-form .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.donate-now__personal-info-form .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: var(--oxpins-bdr-radius);
    border: 0;
    background-color: var(--oxpins-extra) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--oxpins-gray) !important;
    font-size: 14px;
    line-height: 60px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.donate-now__personal-info-form .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--oxpins-gray);
}

.donate-now__payment-info {
    position: relative;
    display: block;
}

.donate-now__payment-info-form {
    position: relative;
    display: block;
}

.donate-now__payment-info-input {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.donate-now__payment-info-input input[type="text"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--oxpins-extra);
    color: var(--oxpins-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 500;
}

.donate-now__payment-info-form
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    position: relative;
    display: block;
    width: 100% !important;
}

.donate-now__payment-info-form .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.donate-now__payment-info-form .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 60px;
    outline: none !important;
    border-radius: var(--oxpins-bdr-radius);
    border: 0;
    background-color: var(--oxpins-extra) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--oxpins-gray) !important;
    font-size: 14px;
    line-height: 60px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.donate-now__payment-info-form .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--oxpins-gray);
}

.donate-now__payment-info-btn {
    border: none;
}

.donate-now__right {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Become Volunteer Page
--------------------------------------------------------------*/
.become-volunteer-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.become-volunteer-page .row {
    --bs-gutter-x: 0px;
}

.become-volunteer-page__left {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    border-top-left-radius: var(--oxpins-bdr-radius);
    border-bottom-left-radius: var(--oxpins-bdr-radius);
    padding: 60px 60px 60px;
}

.become-volunteer-page__img {
    position: relative;
    display: block;
}

.become-volunteer-page__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.become-volunteer-page__content {
    position: relative;
    display: block;
    margin-top: 32px;
}

.become-volunteer-page__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: -0.04em;
}

.become-volunteer-page__text {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 33px;
}

.become-volunteer__points {
    position: relative;
    display: block;
}

.become-volunteer__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.become-volunteer__points li + li {
    margin-top: 6px;
}

.become-volunteer__points li .icon {
    height: 15px;
    width: 15px;
    background-color: var(--oxpins-base);
    font-size: 9px;
    border-radius: 50%;
    color: var(--oxpins-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-volunteer__points li .text {
    margin-left: 10px;
}

.become-volunteer__points li .text p {
    font-size: 16px;
    color: var(--oxpins-black);
    font-weight: 700;
}

.become-volunteer__call {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--oxpins-bdr-color);
    padding-top: 30px;
    margin-top: 50px;
}

.become-volunteer__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: var(--oxpins-primary);
    border-radius: 50%;
    font-size: 35px;
    color: var(--oxpins-black);
}

.become-volunteer__call-content {
    margin-left: 20px;
    position: relative;
    top: -2px;
}

.become-volunteer__call-content span {
    font-size: 18px;
    color: var(--oxpins-base);
    font-weight: 700;
    font-family: var(--oxpins-font-three);
    line-height: 18px;
}

.become-volunteer__call-content p {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
}

.become-volunteer__call-content p a {
    color: var(--oxpins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.become-volunteer__call-content p a:hover {
    color: var(--oxpins-base);
}

.become-volunteer-page__right {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--oxpins-bdr-color);
    border-top-right-radius: var(--oxpins-bdr-radius);
    border-bottom-right-radius: var(--oxpins-bdr-radius);
    padding: 60px 60px 60px;
}

.become-volunteer-page__form {
    position: relative;
    display: block;
}

.become-volunteer-page__form .row {
    --bs-gutter-x: 20px;
}

.become-volunteer-page__input {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.become-volunteer-page__input input[type="text"],
.become-volunteer-page__input input[type="email"] {
    height: 58px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--oxpins-extra);
    color: #707876;
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 400;
}

.become-volunteer-page__input textarea {
    height: 150px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--oxpins-extra);
    color: #707876;
    font-size: 14px;
    padding: 18px 30px 30px;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 400;
}

.become-volunteer-page__input.become-volunteer__message-box {
    height: 150px;
}

.become-volunteer-page__btn {
    border: none;
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--oxpins-black);
    color: #252525;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #fe6244 none repeat scroll 0 0;
    /* border: 2px solid #fe6244; */
    border-radius: 0;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: var(--oxpins-black) !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #2a2630 !important;
    background: #36244f !important;
    color: var(--oxpins-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--oxpins-white);
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: var(--oxpins-black);
    color: var(--oxpins-white);
    border-color: var(--oxpins-black);
}

#ui-datepicker-div.ui-widget {
    font-family: var(--oxpins-font);
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.gallery-page__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--oxpins-bdr-radius);
    content: "";
    background: rgb(250, 211, 91);
    background: linear-gradient(
        180deg,
        rgba(250, 211, 91, 0.09287464985994398) 53%,
        rgba(250, 211, 91, 1) 100%
    );
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-page__single:hover .gallery-page__img:before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-page__single .img-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.gallery-page__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.gallery-page__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    text-align: center;
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gallery-page__single:hover .gallery-page__content {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.gallery-page__sub-title {
    font-size: 24px;
    color: var(--oxpins-black);
    font-weight: 700;
    line-height: 24px;
    font-family: var(--oxpins-font-three);
    padding-bottom: 8px;
}

.gallery-page__title {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 34px;
}

.gallery-page__title a {
    color: var(--oxpins-black);
}

/*--------------------------------------------------------------
# Feature Four
--------------------------------------------------------------*/
.feature-four {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 120px 0 110px;
    z-index: 1;
}

.feature-four-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}

.feature-four__inner {
    position: relative;
    display: block;
}

.feature-four__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--oxpins-base);
    border-radius: var(--oxpins-bdr-radius);
    padding: 37px 60px 37px;
    margin-bottom: 30px;
}

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

.feature-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--oxpins-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.feature-four__single:hover .feature-four__icon span {
    transform: scale(1.2);
}

.feature-four__content {
    margin-left: 20px;
}

.feature-four__title {
    font-size: 24px;
    color: var(--oxpins-white);
    font-weight: 900;
    line-height: 28px;
    letter-spacing: -0.04em;
}

.feature-four__search-box {
    position: absolute;
    bottom: -152px;
    left: 0;
    right: 0;
}

.feature-four__form {
    position: relative;
    display: block;
}

.feature-four__form-input {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.feature-four__form input[type="search"] {
    height: 84px;
    width: 100%;
    border: none;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    font-size: 18px;
    color: var(--oxpins-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: var(--oxpins-bdr-radius);
}

.feature-four__form button[type="submit"] {
    background-color: transparent;
    color: var(--oxpins-base);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 160px 0 90px;
}

.faq-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 28px 0 120px;
    background-color: var(--oxpins-extra);
    z-index: 1;
}

.error-page-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title-box {
    position: relative;
    display: block;
    z-index: 2;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--oxpins-base);
    font-family: var(--oxpins-font-three);
    z-index: 2;
}

.error-page__title-2 {
    position: absolute;
    font-size: 350px;
    line-height: 350px;
    font-weight: 700;
    color: var(--oxpins-primary);
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: var(--oxpins-font-three);
    z-index: 1;
}

.error-page__tagline {
    font-size: 40px;
    line-height: 49px;
    font-weight: 900;
    color: var(--oxpins-black);
    letter-spacing: -0.04em;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 36px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--oxpins-bdr-color);
    font-size: 14px;
    color: #707876;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: var(--oxpins-bdr-radius);
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--oxpins-base);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

/*--------------------------------------------------------------
# Contact Three
--------------------------------------------------------------*/
.contact-three {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 120px 0 180px;
    z-index: 1;
}

.contact-three-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.1;
    z-index: -1;
}

.contact-three .container {
    max-width: 770px;
}

.contact-page__form-box {
    position: relative;
    display: block;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__form .row {
    --bs-gutter-x: 20px;
}

.contact-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--oxpins-white);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: #707876;
    display: block;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 500;
}

.contact-form__input-box textarea {
    font-size: 14px;
    color: #707876;
    height: 150px;
    width: 100%;
    background-color: var(--oxpins-white);
    padding: 15px 30px 30px;
    border: none;
    border-radius: var(--oxpins-bdr-radius);
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.contact-form__btn {
    border: none;
}

.contact-form__input-box.text-message-box {
    height: 150px;
}

.contact-form__btn {
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Google Map Two
--------------------------------------------------------------*/
.google-map-two {
    margin-top: -65px;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.about-four__left {
    position: relative;
    display: block;
    margin-right: 140px;
}

.about-four__img-box {
    position: relative;
    display: block;
}

.about-four__img {
    position: relative;
    display: block;
    z-index: 2;
}

.about-four__img img {
    width: 100%;
    border-radius: var(--oxpins-bdr-radius);
}

.about-four__img-two {
    position: absolute;
    bottom: -160px;
    right: -140px;
    z-index: 1;
}

.about-four__img-two img {
    width: auto;
    border-radius: var(--oxpins-bdr-radius);
}

.about-four__border {
    position: absolute;
    top: 60px;
    left: 70px;
    border-width: 5px;
    border-color: rgb(251, 212, 90);
    border-style: solid;
    border-radius: 20px;
    background-color: rgba(40, 55, 52, 0);
    width: 420px;
    height: 415px;
    z-index: -1;
}

.about-four__right {
    position: relative;
    display: block;
    margin-left: 60px;
}

.about-four__right .section-title {
    margin-bottom: 28px;
}

.about-four__text {
    font-size: 16px;
}

.about-four__points {
    position: relative;
    display: block;
    margin-top: 31px;
    margin-bottom: 38px;
}

.about-four__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-four__points li + li {
    margin-top: 8px;
}

.about-four__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    background-color: var(--oxpins-primary);
    border-radius: 50%;
    font-size: 10px;
    color: var(--oxpins-white);
}

.about-four__points li .text {
    margin-left: 10px;
}

.about-four__points li .text p {
    font-size: 18px;
    color: var(--oxpins-black);
    font-weight: 600;
}

/*--------------------------------------------------------------
# FAQ Two
--------------------------------------------------------------*/
.faq-two {
    padding: 120px 0 120px;
}

/*--------------------------------------------------------------
# News Carousel Page
--------------------------------------------------------------*/
.news-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

.news-carousel-page .news-one__single {
    margin-bottom: 0;
}

.carousel-dot-style.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
    position: absolute;
    bottom: -48px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--oxpins-extra);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
    width: 16px;
    height: 16px;
    background-color: var(--oxpins-base);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
    outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Team Carousel
--------------------------------------------------------------*/
.team-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

.team-carousel-page .team-one__single {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery Carousel
--------------------------------------------------------------*/
.gallery-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

.gallery-carousel-page .gallery-page__single {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Events Carousel Page
--------------------------------------------------------------*/
.events-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

/*--------------------------------------------------------------
# Donation Carousel Page
--------------------------------------------------------------*/
.donation-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

.donation-carousel-page .causes-one__single {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/

body.boxed-wrapper {
    background-color: #f9f4e8;
}

.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .main-menu__volunteers {
    display: none;
}

.sticky-registration {
    position: sticky;
    top: calc(100vh - 300px);
    float: right;
    z-index: 100;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.sticky-registration.show {
    opacity: 1;
}

i.fa-solid.fa-square-plus {
    position: fixed;
    top: 12px;
    left: 20px;
    font-size: 22px;
}

.sticky-reg {
    display: inline-block;
    position: absolute;
    padding: 5px 0px 5px 50px;
    border: solid 3px rgb(0 0 0 / 86%);
    border-radius: 10px;
    background: linear-gradient(45deg, #00de69, #832cff);
    transform: rotate(90deg);
    right: -56px;
    width: 185px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    animation: borderColorChange 2s infinite;
}

@keyframes borderColorChange {
    0% {
        border-color: rgb(241 65 65 / 86%);
    }
    33% {
        border-color: #49cb70;
    }
    66% {
        border-color: #5ac9ba;
    }
    100% {
        border-color: rgb(241 207 39 / 86%);
    }
}

.sticky-reg:hover {
    background-color: #ff3e17;
    transition: 0.3s ease-in;
}

.sticky-reg i {
    margin-right: 8px !important;
    transition: transform 0.3s ease;
}

.sticky-reg:hover i {
    transform: scale(1.2);
}
*/


/* chat  */

.sticky-chat-div {
    position: sticky;
    top: calc(100vh - 87px);
    float: right;
    z-index: 100000;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.sticky-chat-div.show {
    opacity: 1;
}

.sticky-chat i {
    color: white;
    margin-right: 10px;
}

.sticky-chat {
    position: absolute;
    padding: 5px 10px;
    border: solid 1px #fc5534;
    border-radius: 10px;
    background: #fe6244;
    color: white;
    right: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100px;
    font-size: 16px;
}

.sticky-chat:hover {
    background-color: #ff3e17;
    transition: 0.3s ease-in;
}

.sticky-chat-box {
    position: relative;
    width: 100%;
    font-size: 16px;
    height: 100%;
    bottom: 330px;
    right: 110px;
    border-radius: 10px;
}

/* sticky chat starts here  */

/* styles.css */

.custom-chat-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.custom-chat-box {
    width: 300px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    overflow: hidden;
    background: rgb(209 209 209 / 0%);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
}

.custom-chat-header {
    background-color: #9979c62e;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #bbbbbbab;
    color: #36244f;
}

.custom-chat-body {
    padding: 10px;
    height: 200px;
    overflow-y: scroll;
}

.custom-message {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    max-width: 70%;
}

.received {
    background-color: #e6e6e6;
    align-self: flex-start;
}

.sent {
    background-color: #007bff;
    color: white;
    align-self: flex-end;
}

.custom-chat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #36244f47;
    border-top: 1px solid #cecece;
}

.custom-chat-footer input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.custom-chat-footer button {
    padding: 8px 15px;
    border: none;
    border-radius: 20px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

/* stikcy chat ends here  */

h4.text-h4 {
    text-align: center;
    padding: 0 20px;
    padding-top: 7px;
    font-size: 22px;
    font-weight: 700;
}

i.fa-solid.fa-exclamation.notice-icon {
    height: 30px;
    padding: 5px;
    width: 30px;
    border-radius: 50%;
    background: #36244f;
    text-align: center;
    color: white;
}

/* .bg-notice {
    background-color: #f3e7007d;
} */
.notice-section {
    border-bottom: solid #36244f 2px;
}

.sliding-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sliding-text {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
}

.cover-content {
    position: relative;
    margin-bottom: 60px;
}

.left-title {
    color: #fff;
    font-family: "IBM Plex Mono";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
}

.banner-left-text {
    display: flex;
    padding-top: 2%;
    padding-left: 15%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
}

.col-lg-8.right-banner {
    display: flex;
    /* width: 1194px;
    height: 729px; */
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.banner-image {
    border-radius: 0px 0px 0px 32px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.small-text-left {
    color: var(--Light-Grey, #cbd5e0);
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    text-align: justify;
    font-weight: 500;
    line-height: 140%;
    padding-right: 15%;
}

a.left-content-button {
    background: linear-gradient(91deg, rgb(0 166 255) 0%, rgb(0 220 100) 100%);
    /* border: solid 1px #a2daff; */
    padding: 15px 40px;
    font-weight: 600;
    color: white;
    border-radius: 3px;
    font-family: "IBM Plex Mono";
    font-size: 28px;
    /* background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #ffb100cf 8%, #ffe700f5 30%, #f6b217 40%, #ffba18e3 80%); */
}

a.left-content-button:hover {
    background-color: #ff3e17 !important;
    /* border: solid 1px gray !important;
    transition: 0.3s ease-in-out !important; */
}

.right-banner {
    display: block;
    /* width: 1194px;
    height: 729px; */
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    overflow: hidden;
}

.right-banner img {
    display: block;
    height: 66vh;
    width: 100%;
    border-radius: 4px;
}

.bangladesh-map {
    position: absolute;
    top: calc(110% - 210px);
    left: 37%;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    z-index: 10;
    width: 55%;
}

.bangladesh-map img {
    height: 182.884px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    border: solid 1px #e0e0e059;
}

@keyframes spinAntiClockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.map-text {
    position: absolute;
    width: 183.075px;
    height: 182.884px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 999999;
    /* background: url('assets/img/map/map-text.png'); */
    animation: spinAntiClockwise 12s linear infinite;
    /* Adjust duration as needed */
}

.col-lg-1.px-6.py0.bg-notice {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-overlaw-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* mix-blend-mode: luminosity; */
    opacity: 2.2;
    /* z-index: -1; */
}

.background-overlaw-icon img {
    height: 100%;
    width: 100%;
    display: none;
}

section.join-as {
    position: relative;
    top: 50px;
}

.join-as h4 {
    color: #a175dd;
    font-size: 26px;
    font-weight: 800;
}

.count-card-section {
    padding-top: 30px;
    position: relative;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.mentor_add_more_btn {
    width: 6%;
    padding: 0px 10px;
    color: white;
    border: 1px solid #674597;
    border-radius: 5px;
    background: #674597;
    transition: 0.3s ease-in-out;
}

.mentor_add_more_btn:hover {
    background: #733dbe;
    transition: 0.2s ease;
}

.mentor_remove_more_btn {
    width: 6%;
    color: white;
    border: 1px solid #fe6244;
    border-radius: 5px;
    background: #fe6244;
    transition: 0.3s ease-in-out;
    padding: 0px 10px;
}

.mentor_remove_more_btn:hover {
    background: #fe6244;
    transition: 0.2s ease;
}

/* Chrome, Safari, Opera */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #7342b7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8b54d7;
}

/* For Firefox */

/* html:hover {
    scrollbar-color: #f1f1f1 #555;
} */

/* For Internet Explorer and Edge (legacy) */
/* This will work in older versions of Edge, but not recommended */
body {
    scrollbar-face-color: #7342b7;
    scrollbar-track-color: #f1f1f1;
}

/* For Microsoft Edge (Chromium-based) */
/* Similar to WebKit-based browsers */
/* Note: Test to ensure consistency in Edge (Chromium-based) */
@supports (-ms-accelerator: true) {
    ::-webkit-scrollbar {
        width: 12px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ::-webkit-scrollbar-thumb {
        background: #7342b7;
        border-radius: 6px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

/* Fallback styles */
/* For browsers that do not support custom scrollbar styling */
/* You can add additional fallback styles here */
/* For example, padding-right to accommodate scrollbar width */

.faq-lower {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 46px;
}

h2.faql-lower-title {
    text-align: center;
    margin-top: 6px;
    color: var(--Primary-Light, #674597);
    font-family: "IBM Plex Mono";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.faq-one__middle {
    position: relative;
    display: block;
}

img.middle-image {
    height: 350px;
    width: 100%;
}

.img-content {
    padding-top: 60px;
    text-align: center;
}

.img-content img {
    width: 100%;
    margin: auto;
}

.custom-container {
    width: 80%;
    margin: auto;
}

.register-container {
    width: 100%;
    margin-top: 0;
}

h3.cetegory-title.text-left {
    padding: 20px 0px;
    /* font-size: 48px; */
    color: var(--Primary-Light, #674597);
    font-family: "IBM Plex Mono";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

p.category-short-text {
    font-size: 20px;
    padding-left: 20px;
    color: #727272;
    font-weight: 500;
}

/* segment  */

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    /* Adjust the min and max width as needed */
    gap: 45px 35px;
}

.master-segment {
    text-align: center;
}
.master-featured {
    border: solid 2px #3ab42fb0;
    border-radius: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.master-featured:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all 0.3s ease-in-out;
}
.featured-text-below {
    padding-left: 7px;
    padding-right: 7px;
}

.master-segment-body {
    padding: 45px 0px;
    border: solid 1px #c1c1c1;
    border-radius: 10px;
    transition: 0.2s ease-in;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.master-segment-body:hover {
    background-color: #fe6244;
    border: solid 1px #ea2500;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.master-segment-body img {
    transition: transform 0.5s ease-in-out;
}

.master-segment-body img:hover {
    animation: bounce 1.2s;
    animation-fill-mode: both;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.master-segment-title {
    font-size: 1.2rem;
}

.master-segment-text {
    font-size: 1rem;
}

.img-wrapper {
    display: inline-block;
    position: relative;
}

span.segment-title {
    /* line-height: 3; */
    color: #4e2c7e;
}

/* rounds section */
section.rounds-section {
    background: #f2f2f7;
}

/* course-start  */

.courses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 10px;
}

.courses-card {
    width: 95%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
}

.courses-card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: 0.2s ease-in-out;
}

span.course-card-title {
    font-size: 25px;
    font-weight: 700;
    color: #111111c9;
    letter-spacing: 2px;
}

img.course-img {
    width: 100%;
}

.course-upper {
    background-color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.courses-card-lower {
    padding: 0px 20px;
}

span.course-card-price {
    background-color: #4dee9c80;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    padding: 2px 10px;
    color: #00b311;
}

.course-enroll-btn {
    color: white;
    font-weight: 700;
    letter-spacing: 0.4px;
    display: flex;
    padding: 5px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: none;
    background: var(--Secondary, #fe6244);
    cursor: pointer;
}

span.course-card-author {
    font-size: 18px;
    font-weight: 400;
}

.enroll-share-icon {
    /* padding: 0px 20px; */
    border: none;
    color: #36244f;
    /* border: solid #c8c8c8 1px; */
    background-color: white;
}

.enroll-share-icon i {
    margin-top: 5px;
    font-size: 22px;
}

.enroll-wish-icon {
    /* border: solid 1px #c8c8c8; */
    border: none;
    background-color: white;
}

.enroll-wish-icon i {
    margin-top: 5px;
    font-size: 22px;
}

.social-share-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.social-share-dropdown.show {
    margin-top: 35px;
    margin-left: 15px;
    display: block;
    visibility: visible;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.social-share-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-share-list li {
    margin-bottom: 6px;
}

.social-share-list li a {
    color: #333;
    text-decoration: none;
}

.social-share-list li a:hover {
    color: #007bff;
}

/* suvenior-section  */
.suvenior-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px 20px;
}

.product-card {
    border: solid 1px #c5c5c5;
    border-radius: 10px;
}

.product-card-body {
    color: blue;
}

.product-card-body img {
    padding: 2px;
}

button.suvenior-button {
    background: red;
}

.p-card-lower {
    background: white;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

/* animation-button  */
.p-card-btn {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fe6244;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 5px 55px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.p-card-btn:hover {
    opacity: 0.95;
    background-color: #ff2900;
}

.p-card-btn .animation {
    border-radius: 100%;
    animation: ripple 0.9s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1),
            0 0 0 80px rgba(255, 255, 255, 0);
    }
}

button.p-wishlist {
    top: 7px;
    outline: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    min-width: 30px;
    height: 40px;
    border: solid 1px #fe765c;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fe6244;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

button.p-wishlist:hover {
    background-color: #fe765c;
    color: white;
}

button.p-wishlist i {
    font-size: 20px;
    padding: 10px 4px;
}

span.p-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #111111c9;
    letter-spacing: 0px;
}

span.p-card-title:hover {
    color: red;
}

span.p-card-price {
    color: #fb6143;
    font-weight: 600;
}

img.img-fluid.product-card-body.pt-2.mx-auto.d-block {
    height: 100%;
    /* object-fit: contain; */
    width: 100%;
    transform: scale(1.2) !important;
    padding-bottom: 5px;
    transition: transform 0.4s ease-out;
}

img.img-fluid.product-card-body.pt-2.mx-auto.d-block:hover {
    transform: scale(1.6) !important;
    transition: transform 0.4s ease-in-out;
}

/* recent section  */

.recent-slider {
    width: 100%;
    height: 100%;
}

.recent-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    transition: all 0.3s ease;
}

.recent-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 382px;
    object-fit: cover;
}

.recent-slider .large-slide {
    width: 60%;
    height: auto;
}

.first-image {
    width: 60% !important;
}

/* recent-section-ends  */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(5, 1fr));
    gap: 30px 20px;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px 20px;
}

.testimonial-card {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}

.top-part {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.user-name {
    font-weight: bold;
}

.bottom-part {
    padding-top: 20px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
}

.testimonial-body img {
    padding: 2px;
}

/* CSS to position the play button */
img.video-poster {
    border-radius: 15px;
    width: 100%;
}

.video-wrapper {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* CSS to style the play button icon */
.play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    /* Adjust arrow size as needed */
    border-bottom: 15px solid transparent;
    /* Adjust arrow size as needed */
    border-left: 25px solid #fff;
    /* Adjust arrow color as needed */
}

a.see-more {
    color: #654495;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

/* featured-content start here */
.featured-img img {
    border-radius: 15px;
    height: 120px;
}

span.featured-date.text-gray {
    color: gray;
    padding: 5px 20px 0px;
    font-size: 14px;
}

span.featured-title.text-gray {
    color: #5d5d5d;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 20px 5px;
    transition: 0.2s ease-out;
}

span.featured-title.text-gray:hover {
    color: rgb(42, 174, 42);
    /* transition: 0.2s ease-in; */
}

/* featured-content-ends-here  */
/* guest-section-starts-here  */
p.guest-title {
    font-size: 22px;
    font-weight: 600;
    color: #585858;
    color: var(--Darker-Grey, #2c3a49);
    font-family: "IBM Plex Mono";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.guest img {
    /* border-radius: 10px; */
    transition: 0.3s ease-out;
    padding-left: 50px;
}

.guiest-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Dark background color */
    color: white;
    /* Text color */
    padding: 20px;
    border-radius: 5px;
    opacity: 0;
    /* Initially set opacity to 0 */
    transition: opacity 0.3s ease;
    /* Add transition effect on opacity */
}

.swiper-slide:hover .guiest-hover-content {
    display: block;
    /* Display the content when hovering over the container */
    opacity: 1;
    /* Set opacity to 1 when hovering */
    width: 100%;
}

.guest {
    padding: 10px 0;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #f76041;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

/* guest-section-ends-here  */

/* our-partners-start-here  */
.partners img {
    /* height: 155px; */
    transition: filter 0.3s ease-in-out;
}

.partners img:hover {
    animation: pulse 0.5s ease-in-out infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }

    100% {
        transform: scale(1.1);
        filter: brightness(80%);
    }
}

.partners_item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* our-partners-ends-here  */

/* contact-us start here  */

.left-con-card strong {
    font-size: 16px;
    color: #f9f9f9;
    font-weight: 700;
}

.fa-phone:before {
    content: "\f095";
    color: #fe6244;
}

.left-con-card p {
    font-size: 14px;
    line-height: 1.8;
}

.con-left {
    padding: 20px 20px;
    display: flex;
    margin: 10px 5px;
    width: 100%;
    height: 159.5px;
    /* padding: 8px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    color: white;
    background: red;
    border-radius: 8px;
    background: var(--Darkest-Grey, #1a202c);
}

.contact-us-card {
    /* display: flex; */
    /* width: 960px; */
    /* padding: 16px; */
    /* align-items: flex-start; */
    /* align-content: flex-start; */
    /* gap: 32px; */
    /* flex-shrink: 0; */
    /* flex-wrap: wrap; */
    border-radius: 10px;
    background: rgba(26, 32, 44, 0.8);
    position: relative;
    overflow: hidden;
    background-image: url("/assets/frontend/dist/img/banner/cover.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(10px);
    /* For Safari */
    backdrop-filter: blur(10px);
    /* Standard */
}

.contact-us-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(10 0 24 / 73%);
    -webkit-background: rgba(10, 0, 24, 0.73);
    /* For Safari */
    z-index: -1;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(24px);
    /* For Safari */
    backdrop-filter: blur(24px);
    /* Standard */
}

h3.form-header-text {
    /* color: white; */
    color: #fff;
    font-family: "IBM Plex Mono";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.card-text i {
    color: #fc502f;
}

.card-text {
    color: #cccccc;
}

button.contact-btn {
    width: 100%;
    margin-top: 15px;
    display: flex;
    padding: 7px 0px;
    justify-content: center;
    border-radius: 5px;
    background: var(--Secondary, #fe6244);
    color: white;
    align-self: stretch;
    font-weight: 700;
    color: var(--White, #fff);
    font-family: "IBM Plex Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.1s ease-out;
    border: none;
}

button.contact-btn:hover {
    background-color: #ff4d2b;
    transition: 0.1s ease-in;
}

/* footer  */
strong.caution-title {
    color: #fe6244;
}

.footer-icon-new {
    font-size: 26px;
    color: white;
}

.footer-icon-new:hover {
    color: #fe6244;
    transition: 0.3s ease-in-out;
}

a.certificate-button {
    background: #fe6244;
    border: none;
    color: white;
    /* height: 33px; */
    padding: 5px 0px;
    border-radius: 1px;
    margin-bottom: 25px;
    text-align: center;
}

a.certificate-button:hover {
    background-color: #ee4826;
    transition: 0.2s ease-in;
}

a.certificate-button-header {
    background: #fe6244;
    border: none;
    color: white;
    /* height: 33px; */
    padding: 5px 10px;
    border-radius: 1px;
    /* margin-bottom: 25px; */
    margin-left: 30px;
    text-align: center;
}

a.certificate-button-header:hover {
    background-color: #ee4826 !important;
    color: white !important;
    transition: 0.2s ease-in !important;
}

.con label {
    color: white;
}

/* slash bar  */
.slash-bar {
    position: relative;
}

.slash-bar p {
    position: absolute;
    top: 20px;
    left: -3px;
    font-size: 22px;
}

/* register-page-styles  */
.reg-form {
    padding: 20px 40px 0px 20px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid;
    border-color: #a980e26e !important;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(210 195 232 / 24%) !important;
}

.form-select:focus {
    border-color: #7342b75e !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(190 149 248 / 19%) !important;
}

.reg-input-color {
    color: gray !important;
    font-family: "IBM Plex Mono";
}

.reg-input-border {
    border-radius: 10px;
    border: solid 1px #cccccc;
}

.reg-card h2 {
    color: var(--Darkest-Grey, #1a202c);
    font-family: "IBM Plex Mono";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
}

.reg-card p {
    color: #4e5d6e;
    font-family: system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.reg-btn {
    background-color: #36244f;
    border: 1px solid #36244f;
    font-family: "IBM Plex Mono";
    border-radius: 20px;
    width: 100%;
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    letter-spacing: 4px;
    font-size: 17px;
    transition: 0.2s ease-in;
}

.reg-btn:hover {
    border: 1px solid #4f179d;
    transition: 0.2s ease-in-out;
    background-color: #512e81;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px, rgba(0, 0, 0, 0.22) 0px 4px 6px;
}

.reg-left-img {
    position: relative;
}

.reg-left-img img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-text {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 1;
    background: rgb(255 255 255 / 28%);
    /* box-shadow: 0 26px 31px 0 rgba(209, 209, 209, 0.5); */
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(4px);
    /* border-radius: 10px; */
    border: 1px solid rgb(232 181 171 / 28%);
}

.overlay-text h2 {
    width: 100% !;
    font-size: 42px;
    font-weight: 800;
    color: #ff4926;
    letter-spacing: 0px;
    font-family: "IBM Plex Mono";
}

.overlay-text p {
    color: #292232a6;
    line-height: 2;
    font-family: monospace;
    font-size: 24px;
    font-weight: 800;
}

/* join-our-community  */
.join-card {
    padding: 20px 20px;
    border: solid 1px #67459657;
    border-radius: 10px;
    background: white;
    margin-bottom: 24px;
}

.join-card-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.join-card-title {
    color: #674597;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px 0px 15px 0px;
}

/* .form-check-input:checked {
    background-color: white !important;
    border-color: #ffffff;
    border: solid 3px #fe6244;
} */

.join-form-group {
    margin: 0px 0px 20px 0px;
}

.join-form-group input {
    border-radius: 8px;
}

select.form-select {
    color: #7a8489 !important;
    border-radius: 8px;
}

.form-select option {
    color: #495057 !important;
}

.join-form-group .form-select option:hover {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

.join-as-btn {
    color: white;
    width: 120px;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    background: #fe6244;
    transition: 0.2s ease-in-out;
}

.join-as-btn:hover {
    background: #f7502e;
    transition: 0.2s ease-in-out;
}

.join-as-image-upload {
    background-color: #e7e7e7;
    border: 1px solid #6b569f;
    border-style: dashed;
    border-radius: 50%;
    padding: 28px;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.join-as-image-upload img {
    width: 55px;
}

.join-as-image-preview {
    object-fit: cover;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    border: solid 5px #7f7596;
}

/* user-profile-dropdown  */
.user-profile-container {
    background-color: #fe6244;
}

.user-profile-container:hover {
    color: white;
}

.user-profile {
    width: 240px;
    justify-content: flex-start;
}

.user-profile {
    color: white !important;
}

.user-profile i {
    margin-left: 10px !important;
}

/* .user-profile-dropdown {
    background-color: red !important;
} */

.profile-dropdown-divider {
    border-top: 0.4px solid rgba(206, 206, 206, 0.47) !important;
    width: 100% !important;
    height: 0 !important;
}

.user-profile-dropdown a:hover {
    background: white;
    color: #fe6244 !important;
}

.user-profile img {
    width: 39px;
    height: 40px;
    margin: 0px 15px;
    border-radius: 50%;
}

.user-profile-dropdown a {
    color: #4d376c !important;
    font-weight: 600;
}

.user-profile-dropdown li {
    /* background-color: white !important; */
    line-height: 20px;
}

.user-profile-dropdown li:hover {
    background-color: #ffffff59 !important;
    color: #fe6244 !important;
}

.user-profile-dropdown li a:hover {
    background-color: transparent !important;
}

.profile-dropdown-menu {
    width: 240px !important;
    margin-top: 0px !important;
    left: 0px !important;
    background-color: #ffffffcf !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.100000000000001px) !important;
    -webkit-backdrop-filter: blur(10.1px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0px 0px 0px 4px;
}

.profile-dropdown-menu-notification {
    width: 400px !important;
    margin-top: 15px !important;
    right: 0px !important;
    background-color: #ffffffcf !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 16px;
    left: -297px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.100000000000001px) !important;
    -webkit-backdrop-filter: blur(10.1px);
    /* border: 1px solid rgba(255, 255, 255, 0.16); */
    border-radius: 0px 0px 0px 4px;
}

.profile-dropdown-menu li {
    list-style-type: none;
}

.profile-not-verified {
    padding: 1px 5px;
    border-radius: 4px;
    background: red;
    color: white;
}

.profile-not-verified i {
    font-size: 14px;
}

.profile-verified {
    padding: 1px 5px;
    border-radius: 4px;
    background: green;
    color: white;
    font-size: 12px;
}

.profile-verified i {
    font-size: 14px;
    margin: 0 3px;
}

/* laravel-notify  */
.notify {
    z-index: 1000000999999999999999999999;
    margin-top: 10%;
}

/* index-css  */

.roundItems {
    min-height: 20rem;
}

.iframeRadius {
    border-radius: 30px;
}

.advisorPadding {
    padding-bottom: 15px;
}

.teamInfoHeight {
    min-height: 150px;
}

.seasonOneInfoHeight {
    min-height: 165px;
}

.seasonOneSubTitlePadding {
    padding-bottom: 5px;
}

.educationalData {
    padding: 21px 40px 21px;
}

.educationalData h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 28px;
    color: var(--oxpins-black);
    letter-spacing: -0.02em;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.counter-one__text {
    text-transform: uppercase;
}

.testimonialRequiredCss {
    z-index: 2;
}

.testimonialRequiredCss h3 {
    white-space: nowrap;
}

@media only screen and (min-width: 600px) {
    .counterBorderRight {
        padding: 0px 30px;
        margin-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.firstCounterFont {
    font-size: 50px !important;
}

.firstCountSectionText {
    /* font-size: 20px; */
    text-transform: none;
    font-style: normal;
    font-family: var(--oxpins-font-two);
}

.testimonialBackgroundImage {
    background-image: url("assets/frontend/img/shapes/testimonial-one-shape-1.png");
}

/*for the first count section count number */
.counter-one__count-box .counterLabel {
    font-size: 32px;
    color: var(--oxpins-white);
    font-family: var(--oxpins-font-two) !important;
    letter-spacing: -0.04em;
    /* line-height: 60px !important; */
}

/*for the first count section count more  */
.counterLetter {
    font-size: 40px;
    color: var(--oxpins-white);
    font-family: var(--oxpins-font-two);
    letter-spacing: -0.04em;
    line-height: 60px;
    position: relative;
    top: -4px;
}

/*for resolving the padding issue of counter content*/
.counterOneContent {
    position: relative;
    display: block;
    /* background: url('/assets/frontend/dist/img/banner/cover.jpeg'); */
    /* background-color: var(--oxpins-base); */
    overflow: hidden;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: var(--oxpins-bdr-radius);
    box-shadow: 5px 5px 5px -2px rgb(131 131 131 / 61%);
}

.counterOneContent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(10px);
    /* z-index: 2; */
}
.faqSection {
    position: relative;
    display: block;
    padding: 50px 0 50px;
    background-color: white;
    z-index: 1;
}

.faqSection.firstFAQ {
    /* margin-top: -120px; */
    padding: 200px 0 85px;
}

/*for the second counter*/

@media only screen and (min-width: 1000px) {
    .counterUnorderedList {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 999px) and (min-width: 765px) {
    .counterUnorderedList {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.counter2ndInsideContainer {
    position: relative;
    display: block;
    background-color: var(--oxpins-base);
    padding: 30px 0 0;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

/*upcoming events section*/

.eventSection {
    position: relative;
    display: block;
    background-color: var(--oxpins-extra);
    padding: 40px 0 100px;
    z-index: 1;
    margin-top: 20px;
}

/*event section image*/
@media only screen and (min-width: 768px) {
    .eventSectionImg {
        min-height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .eventSectionImg {
        height: 250px;
    }
}

/*for the types of category section*/

.typesOfCategoryTitleSection {
    position: relative;
    display: block;
    background-color: var(--oxpins-primary);
    text-align: center;
    padding: 20px 0px;
}

.typesOfCategoryTitleSection:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid var(--oxpins-primary);
}

/*for category grid*/

@media only screen and (min-width: 1400px) {
    .categoryGridWidth {
        width: 80%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .categoryGridWidth {
        width: 80%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .categoryGridWidth {
        width: 90%;
    }
}

/*types of category content class distinguish*/

.categoryContent {
    position: relative;
    display: block;
    background-color: rgb(254 98 68);
    padding: 10px 10px;
    bottom: 80px;
    color: white;
    z-index: 1;
    font-weight: 700;
}

.categoryContent:hover {
    background-color: #36244f;
    transition: 0.2s ease-in;
}

.categoryImage img {
    height: 100%;
}

/*segments section */
.segmentTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.segmentTitle a {
    color: var(--oxpins-black);
    transition: all 500ms ease 0s;
}

@media only screen and (min-width: 1300px) {
    .categoryContent.segmentContent {
        min-height: 150px;
    }
}

@media only screen and (min-width: 1249px) and (max-width: 1399px) {
    .categoryContent.segmentContent {
        min-height: 155px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1248px) {
    .categoryContent.segmentContent {
        min-height: 155px;
    }
}

@media only screen and (min-width: 761px) and (max-width: 884px) {
    .categoryContent.segmentContent {
        min-height: 130px;
    }
}

.segmentTitleSection {
    position: relative;
    display: block;
    padding: 65px 0 0;
}

@media only screen and (min-width: 1400px) {
    .segmentsWidth {
        width: 70%;
    }

    .roundWidth {
        width: 60%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1399px) {
    .segmentsWidth {
        width: 90%;
    }

    .roundWidth {
        width: 90%;
    }
}

@media only screen and (min-width: 913px) {
    .segmentsWidth .causes-one__content {
        min-height: 250px;
    }
}

/*for round section*/

.roundContent {
    position: relative;
    display: block;
    background-color: var(--oxpins-black);
    padding: 20px 10px 0 20px;
    border-radius: var(--oxpins-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.roundContentTitle {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.04em;
    margin-top: 8px;
}

.roundContentTitle a {
    color: var(--oxpins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*for testimonial section*/
.testimonialSection {
    position: relative;
    display: block;
    background-color: var(--oxpins-black);
    padding: 70px 0 80px;
    z-index: 1;
}

/*recent activities section*/
.activityScholarSection {
    position: relative;
    display: block;
    padding: 50px 0 0;
    margin-bottom: 80px;
}

/*for brand view*/
.brandBorder {
    position: relative;
    display: block;
    border-top: 1px solid var(--oxpins-bdr-color);
    padding: 20px 0 20px;
}

.zoom {
    padding: 1px;
    background-color: white;
    width: 165px;
    height: 90px;
    border: 1px solid #e3e3e3;
    margin: 5px;
}

.zoom img {
    transition: transform 0.2s;
    width: 155px;
    height: 80px;
}

.zoom img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.secondPhasePartnerTitle {
    margin: 6px 0 0 0;
    color: var(--oxpins-black);
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

@media only screen and (min-width: 992px) {
    .secondPhaseFirstDiv {
        width: 30%;
    }

    .secondPhaseSecondDiv {
        width: 70%;
    }

    .secondPhaseLogoDivMain {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .secondPhaseFirstDiv {
        width: 100%;
    }

    .secondPhaseSecondDiv {
        width: 100%;
        justify-content: center;
    }

    .secondPhaseLogoDivMain {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*for the volunteer, season, experts etc*/

.teamMemberContainer {
    position: relative;
    background: rgba(35, 35, 35, 0.9);
    border-radius: var(--oxpins-bdr-radius);
    display: block;
    overflow: hidden;
    z-index: 1;
}

.teamMemberImage {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
    border-radius: var(--oxpins-bdr-radius);
}

.middle {
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    opacity: 0;
    position: absolute;
    width: 80%;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
}

.teamMemberContainer:hover .teamMemberImage {
    transform: scale(1.1) rotate(2deg);
    opacity: 0.5;
}

.teamMemberContainer:hover .middle {
    opacity: 1;
}

.teamMemberText {
    padding: 16px 0;
}

.teamMemberSubTitle {
    font-size: 20px;
    color: var(--oxpins-primary);
    font-weight: 700;
    font-family: var(--oxpins-font-three);
    line-height: 24px;
    padding-top: 30px;
}

/* courses css */

.course-title {
    color: #1a202c;
    font-family: "DM Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

small.course-short-text {
    color: var(--Grey, #4c6580);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.course-body {
    padding: 25px;
    border-radius: 8px;
    border: solid 1px gainsboro;
}

.course-body-2 {
    border-radius: 8px;
    border: solid 1px gainsboro;
}

.course-instructor-img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.course-ins-user-text {
    color: var(--Darker-Grey, #2c3a49);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.course-ins-text {
    color: var(--Darker-Grey, #2c3a49);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.course-ins-text-2 {
    color: var(--Grey, #4c6580);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 0px;
}

.ins-icon {
    font-size: 22px;
    padding: 0 10px;
    color: #fe6244;
    margin-top: 5px;
}

.info-collapse {
    background-color: white;
    border: none !important;
    border-radius: 10px !important;
}

.card-info {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 10px !important;
}

.info-devider-dot {
    margin: 0px 30px;
    border-bottom: 1px solid rgb(216 216 216);
    /* border-style: dashed; */
}

.no-dot {
    border-bottom: none !important;
}

.card-header a {
    padding: 10px 0;
}

.margin-remove {
    padding: 10px 0px !important;
    margin: -1px !important;
}

.card-info-body {
    padding: 10px 45px;
}

.collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    opacity: 0;
}

.collapse.show {
    max-height: 1000px;
    /* Adjust according to your content height */
    opacity: 1;
}

.course-right-card {
    /* height: 100vh; */
    border: solid 1px gainsboro;
    border-radius: 8px;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    /* position: fixed; */
    overflow: hidden;
    display: block;
    top: 0px;
    /* z-index: 999; */
    /* bottom: 45%; */
}

.c-right-price {
    color: var(--Darker-Grey, #2c3a49);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.c-right-price strike {
    font-size: 18px;
    font-weight: 600;
}

.course-right-buy-now {
    width: 100%;
    background-color: #fe6244;
    border: none;
    color: #fefeff;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    width: 100% !important;
    text-align: center;
}

.course-right-buy-now:hover {
    background-color: #ee5232;
    transition: color 0.3s ease-in-out;
}

.course-right-buy-now:focus {
    outline: none;
}

.c-right-text {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}

.c-righ-icon {
    font-size: 16px;
    color: #4c6580;
}

/* -course-top-ad-  */

.course-top-ad .image-container {
    position: relative;
}

.course-top-ad .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.new-profile-dropdown-menu {
    display: none;
}

.new-profile-dropdown-menu.show {
    display: block;
}

.profileLink {
    margin-right: 10px;
}

.profileLink > a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--oxpins-white);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 600;
}

.main-menu__btn:hover a {
    color: var(--oxpins-white);
}

/* course-video-play-style  */

.course-details-video {
    width: 100%;
    position: relative;
}

.vjs-poster {
    width: 100% !important;
}

.watch-left-card {
    border: 1px solid lightgrey;
    border-radius: 5px;
    height: max-content;
}

.watch-right-card-progress {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.watch-right-certificate {
    display: inline-block;
    color: white;
    border-radius: 8px;
    border: 1px solid var(--Gray-400, #98a2b3);
    background: var(--Gray-400, #98a2b3);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 5px 31px;
    cursor: pointer;
}

.progress-text {
    color: var(--Darkest-Grey, #1a202c);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
}

.progress-count {
    color: var(--Primary-Light, #674597);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-wrap: nowrap;
}

.watch-progress-bar {
    margin-left: 20px;
    padding: 5px 0px 20px 15px;
}

.watch-card-next-btn {
    color: #fe6244 !important;
    font-size: 16px;
    font-weight: 700;
    /* font-family: "DM Sans"; */
}

.watch-card-next-btn:hover {
    color: #ff5432;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}

.watch-breadcrumb a {
    color: gray;
}

.watch-content-card {
    margin-left: 0px;
    padding: 10px 0px;
}

/* progress-bar  */

/* public/css/progress.css */

progress[value] {
    display: block;
    position: relative;
    appearance: none;
    width: 80%;
    height: 6px;
    border: 0;
    border-radius: 10px;
    counter-reset: progress var(--progress-value);
    --progress-value-string: counter(progress) "%";
    --progress-max-decimal: calc(var(--value, 0) / var(--max, 0));
    --progress-value-decimal: calc(var(--progress-value, 0) / var(--max, 0));

    @supports selector(::-moz-progress-bar) {
        --progress-value-decimal: calc(var(--value, 0) / var(--max, 0));
    }

    --progress-value-percent: calc(var(--progress-value-decimal) * 100%);
    --progress-value-color: hsl(
        calc((4.1 + (122.4 - 4.1) * var(--progress-value-decimal)) * 1deg),
        calc((89.6 + (39.4 - 89.6) * var(--progress-value-decimal)) * 1%),
        calc((58.4 + (49.2 - 58.4) * var(--progress-value-decimal)) * 1%)
    );
    animation: calc(3s * var(--progress-max-decimal)) linear 0.5s 1 normal both
        progress;
}

progress[value]::-webkit-progress-bar {
    background-color: #cfd8dc;
    border-radius: 10px;
    overflow: hidden;
}

progress[value]::-webkit-progress-value {
    width: var(--progress-value-percent) !important;
    background-color: var(--progress-value-color);
    border-radius: 10px;
}

progress[value]::-moz-progress-bar {
    width: var(--progress-value-percent) !important;
    background-color: var(--progress-value-color);
    border-radius: 10px;
}

progress[value]::after {
    display: flex;
    align-items: center;
    justify-content: center;
    --size: 32px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    left: var(--progress-value-percent);
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--progress-value-color);
    border-radius: 50%;
    content: attr(value);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

@keyframes progress {
    from {
        --progress-value: 0;
    }

    to {
        --progress-value: var(--value);
    }
}

.watch-course-video {
    width: 100%;
}

#video-player {
    background-color: white !important;
}

.video-js .vjs-big-play-button {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    /* Corrected syntax for centering */
}

.vjs-poster {
    background-color: transparent !important;
}

.swal-top {
    background-color: green !important;
    color: white !important;
    top: 140px !important;
    right: 10px;
}

/* .testimonial-image-size {
    height: 200px;
    width: 60% !important;
} */

.forget-pass-link {
    color: #4285f4 !important;
}

.fl-main-container {
    top: 180px !important;
    position: fixed;
    transition: all 1s ease-in-out;
    width: 24em;
    z-index: 99999;
}

.profile-edit-btn {
    background: none;
    width: 60px;
    padding: 2px 0px;
    margin: 10px 30px;
    border: none;
    color: #36244f;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid #36244f;
}

.profile-edit-btn:hover {
    background: #36244f;
    border: 1px solid #36244f;
    color: white;
}

.profile-input-label {
    width: 130px !important;
}

/* join-as  */
/* .about-one__left {
    margin-right: 0px !important;
} */

.join-as-card {
    width: 100%;
    display: inline-flex;
    padding: 10px 10px;
    border: solid 1px #67459657;
    border-radius: 10px;
    background: var(--White, #fff);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 300ms ease-out;
}

.join-as-card:hover {
    box-shadow: 0px 4px 4px 0px rgb(213 50 18 / 35%);
    transition: all 300ms ease;
}

.join-as-card .icon {
    padding: 5px 0px 5px 0px;
    position: relative;
    display: inline-block;
    font-size: 35px;
    text-align: center;
    color: #2c0069;
    transition: all 300ms linear;
}

.join-as-card .text {
    margin-left: 10px;
    line-height: 1.3;
}

.join-as-card p {
    font-size: 12px;
    font-weight: 400;
    color: var(--oxpins-gray);
}

.join-as-card .text h5 {
    transition: all 200ms ease;
    font-size: 18px;
    color: var(--Darker-Grey, #2c3a49);
    font-family: "IBM Plex Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

/* About page Start */

/* About page End */

/* event-list page */
.event-page-section {
    position: relative;
    display: block;
    background: url("/assets/frontend/dist/img/banner/cover.jpeg");
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.event-page-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(16 2 33 / 79%);
    backdrop-filter: blur(10px);
    /* z-index: 2; */
}

.event-top-part {
    padding: 50px 0px 30px 0px;
    z-index: 1;
}

.event-top-title {
    color: #fff;
    font-family: "IBM Plex Mono";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

.event-top-img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.event-top-middle-text {
    color: #c5c5c5;
    font-weight: 500;
    line-height: 1.7;
    text-align: justify;
    font-family: "DM Sans";
}

.event-top-bottom-text {
    display: flex;
    padding: 8px 15px 12px 15px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    border-radius: 12px;
    background: #674597;
}

.ev-top-top {
    color: #fff;
    font-family: "IBM Plex Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.ev-top-date {
    color: #fff;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.event-register-button {
    background: linear-gradient(91deg, rgb(0 166 255) 0%, rgb(0 220 100) 100%);
    border: none;
    color: white;
    padding: 0px 10px;
    border-radius: 2px;
    margin-left: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.event-register-button:hover {
    background-color: #f63e19;
}

.event-register-button-done {
    background: #70b135;
    border: none;
    color: white;
    padding: 0px 10px;
    border-radius: 2px;
    margin-left: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.event-upcoming-button {
    background: #0ac23a;
    border: none;
    color: white;
    padding: 0px 10px;
    border-radius: 2px;
    margin-left: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.event-upcoming-button:hover {
    background: #0ac23a;
}

.event-about-left {
    color: #2c3a49;
    font-family: "IBM Plex Mono";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    text-align: -webkit-left;
    text-wrap: balance;
    line-height: 110%;
}

.event-about-right {
    color: #2c3a49;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-align: justify;
}

.event-cat-title {
    color: #674597;
    font-family: "IBM Plex Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid red;
    border-radius: 5px;
    padding: 3px 0px;
}

.event-cat-details {
    color: #2c3a49;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.event-categories {
    background: #6600a4;
}

.event-roadmap-check {
    color: #f63e19;
    margin-right: 10px;
}

.event-roadmap-p {
    font-weight: 500;
    text-wrap: nowrap;
}

.event-rounds {
    background: #f2f2f7;
    margin-top: 30px;
}

.event-list-page {
    margin-top: 40px;
}

.event-list-card {
    /* background: white; */
    border: solid #ffffff82 1px;
    border-radius: 4px;
    background: linear-gradient(
        163deg,
        rgb(161 54 255) 23%,
        rgb(255 83 238 / 44%) 81%
    );
}

.event-list-card-img {
    height: -webkit-fill-available;
    width: 100%;
    object-fit: cover;
    /* max-height: 255px; */
}

.event-list-card-title {
    color: white;
    font-family: "IBM Plex Mono";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.event-list-card-button {
    background: #fe6244;
    border-radius: 3px;
    border: solid 1px #fe6244;
    padding: 8px 20px;
    font-family: fangsong;
    font-size: 18px;
    transition: all 0.3s ease;
}

.event-list-card-button:hover {
    background: #f45636;
}

.event-list-card-date {
    padding: 2px 10px;
    border-radius: 8.695px;
    background: #674597;
}

.event-list-card-date i {
    color: white;
    font-size: 28px;
    text-align: center;
}

.event-list-card-date small {
    color: white;
    font-size: 14px;
    padding: 0;
    margin-bottom: -10px;
}

.event-list-card-date p {
    color: white;
    font-size: 12px;
    padding: 0;
}

.event-list-card-text {
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    color: white;
}

/* event-list  */

/* Syllabus  */

.bg-syllabus {
    background-image: url(/public/assets/frontend/);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .event-notice {
    border-right: solid #842ab9 3px;
} */
/* event list end  */
/** Champions gifts **/
.champions-title {
    font-weight: 700;
    font-size: 48px;
    color: #674597;
    font-family: "IBM Plex Mono";
}

.champions-label {
    color: #2c3a49;
    background-color: #cbd5e0;
    border-radius: 100px;
    font-weight: bolder;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.champions-label-red {
    color: white;
    background-color: #fe6244;
    border-radius: 100px;
    font-weight: bolder;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.champions_reword_image {
    width: 80%;
}

.reword-cartificate {
    font-size: 18px;
    font-weight: 700;
}

.title-reword {
    color: #1a202c;
    font-family: "IBM Plex Mono";
    font-size: 24px;
}

.reword-cartificate-image {
    width: 80px;
}

.reword-small-title {
    color: #4c6580;
    font-size: 16px;
    font-family: "DM Sans";
}

.champion_price {
    background-color: #36244f;
    padding: 8px 20px;
    border-radius: 8px;
    color: white;
}

.champion_price h2 {
    font-size: 24px;
    font-family: "DM Sans";
    font-weight: bold;
    color: white;
}

.champions-label-title {
    font-size: 16px;
    font-family: "DM Sans";
    font-weight: 700;
    color: #2c3a49;
}

.founder-message-title {
    color: #2c3a49;
    font-family: "IBM Plex Mono";
    font-size: 48px;
    font-weight: 700;
}

.founder-message {
    color: #2c3a49;
    line-height: 25px;
    text-align: justify;
}

.founder-name {
    color: #1a202c;
    font-size: 24px;
    font-weight: 700;
}

.founder-role {
    color: #4c6580;
    line-height: 25px;
    /* font-size: 20px; */
}

.founder-message-section {
    background-color: #fcfaff;
}

.-admin-profile-dropwdown-none {
    display: none;
}

.-admin-profile-block {
    display: block;
    z-index: 1200;
}

.profile-dropdown-button {
    padding: 10px;
}

.multiple-group-image {
    object-fit: cover;
}

.faq-header {
    background-image: url("../../../../assets/frontend/dist/img/util/Banner.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-header h3 {
    color: #fff;
    font-family: "IBM Plex Mono";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
}

.faq-main-section {
    border: 1px solid #cbd5e0;
    border-radius: 8px;
}

.faq-main-section .nav-tabs .nav-item {
    border: none;
    width: 231px;
}

.faq-main-section .nav-tabs {
    border: none;
}

/* Style tabs as buttons */
.faq-main-section .nav-tabs .nav-link {
    border: none;
    font-weight: bold;
    background-color: #d0d5dd;
    border-radius: 8px;
    color: #1d1d1d;
    font-size: 13px;
}

.accordion-card {
    border: none !important;
}

.accordion-card .card-header {
    background-color: white !important;
}

.accodion-title {
    font-weight: 700;
    font-size: 20px;
    text-align: left !important;
}

.accodion-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.tabs-button {
    font-size: 12px;
}

.accodion-title:hover {
    color: #1570ef;
}

.syllabus-title {
    color: #1a202c;
    font-size: 24px;
    font-weight: 600;
    font-family: "IBM Plex Mono";
}

.syllaus-name {
    color: #1a202c;
    font-size: 18px;
    font-weight: 600;
    font-family: "DM Sans";
}

.syllabus-content-wrapper {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.syllabus-topics {
    border-bottom: 1px solid #d0d5dd;
}

.active-syllabus-topic {
    background-color: #fe6244;
    color: white !important;
}

.active-syllabus-topic .syllaus-name {
    color: white;
}

.season-page-title {
    font-family: "IBM Plex";
    color: #674597;
    font-weight: 700;
    font-size: 48px;
    margin: 30px 0px;
}

.jury-board-img {
    width: 100%;
    height: 200px;
    cursor: pointer;
}

.jurey-board-content-parent {
    position: relative;
    display: inline-block;
    width: 100%;
}

.jurey-board-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.jurey-board-content-parent:hover .jurey-board-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.jurey-board-name {
    color: #fe6244;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.jurey-board-institute {
    color: white;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
}

.season-road-map-image {
    width: 100%;
}

.Traction-paragraph {
    color: #4c6580;
    font-family: "DM Sans";
    font-size: 20px;
}

.Traction-main {
    background-image: url("../../../../assets/frontend/dist/img/season/pattern.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.Traction-roadmap-image {
    width: 70%;
}

.faq-inner-question-answer {
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
}

/***  Exam page  start *****/
.examiner-profile-pic {
    width: 150px;
    border-radius: 8px;
    padding: 0px;
}

.exam-profile-border {
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    font-weight: 700;
}

.examiner-info {
    font-size: 16px;
    color: #4c6580;
    font-weight: 700;
}

.examiner-name {
    color: #fe6244;
    font-weight: 700;
    font-size: 16px;
}

.examiner-others-info {
    color: #2c3a49;
    font-size: 16px;
    font-weight: 700;
}

.btn-exam-time-remain {
    background-color: #eaecf0;
    padding: 10px 5px 10px 5px;
}

.exam-question-number {
    color: #fe6244;
    background: rgba(254, 98, 68, 0.16);
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    text-wrap: nowrap;
}

.exam-question {
    font-weight: 700;
    font-size: 20px;
    color: #1a202c;
}

.input-radio {
    font-size: 20px;
}

.question-pagination {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid gray;
}

.pagination-border {
    height: 1px;
    background-color: #cbd5e0;
}

.previous-question {
    border: 1px solid #d0d5dd;
    color: #344054;
    background-color: white;
    border-radius: 8px;
    font-weight: 700;
}

.next-question {
    background-color: #fe6244;
    color: white;
    border-radius: 8px;
    border: none;
    font-weight: 700;
}

.exam-reply-answer {
    height: 200px;
    border: 1px solid #cbd5e0;
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    color: #98a2b3;
}

.exam-reply-answer:focus {
    outline: none;
}

.exam-profile-border::placeholder {
    color: #98a2b3;
}

.answerd-question {
    background-color: #fe6244;
    border-radius: 8px;
    color: #4c6580;
    cursor: pointer;
    border-radius: 100px;
    color: white;

    width: 25px;
    display: inline-block;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.not-answerd-question {
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    color: #4c6580;

    cursor: pointer;
    border-radius: 100px;
    width: 25px;
    display: inline-block;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.answerd-question-container {
    border-top: 1px dashed #cbd5e0;
    padding-top: 20px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(10, 1fr);
}

/***  Exam page  end *****/

/***** Treasurer start  *****/
.Treasurer-name {
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.trustees-designation {
    padding: 10px 2px !important;
    bottom: 15px;
    left: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 1.4;
    border-radius: 8px;
    background: rgb(11 214 150 / 82%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.trustees-designation-reverse {
    padding: 10px 2px !important;
    bottom: 15px;
    left: -30px;
    width: 100%;
    text-align: center;
    background-color: #674597;
    color: #ffffff;
    line-height: 1.4;
    border-radius: 8px;
    background: rgb(11 214 150 / 82%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.trustee-card-text {
    padding: 20px;
    color: white;
    border-radius: 8px;
    background-color: #4444;
    background: rgb(255, 135, 37);
    background: linear-gradient(
        90deg,
        rgb(181 128 255) 19%,
        rgb(214 128 255) 73%
    );
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
        rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

/*****  Treasurer end ****/

/****  course  start  ****/
.all-urse-page-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

.course-search-input {
    width: 30%;
}

.course-search-icon {
    font-size: 18px;
    padding: 4px;
}

.course-filter-container {
    border: 1px solid #cbd5e0;
    border-radius: 8px;
}

.filter-title-course {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 700;
}

.course-title-course {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 700;
}

.category-content {
    border-bottom: 1px solid #cbd5e0;
    padding-bottom: 10px;
}

.course-rating-star {
    color: rgba(255, 172, 11, 1);
    font-size: 14px;
}

.course-filter-close {
    cursor: pointer;
}

/*** Segment Modal ****/
.segment-modal-image {
    width: 50px;
    background-color: #ffeae6;
    padding: 10px;
    border-radius: 100px;
}

.segment-modal-title {
    font-size: 24px;
}

.segemnt-category {
    border: 1px solid #34a853;
    color: #34a853;
    background-color: transparent;
    border-radius: 4px;
}

.segment-modal-title {
    color: #000;
    font-family: "IBM Plex Mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.segment-modal-description {
    color: #2c3a49;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.segment-modal-section {
    color: #2c3a49;
    font-size: 18px;
    font-weight: 600;
}

#segment-button-close {
    background-color: #fe6244;
    border: none;
    border-radius: 8px;
    color: white;
}

#category-button-close {
    background-color: #fe6244;
    border: none;
    border-radius: 8px;
    color: white;
}

.segment-modal-short-description {
    line-height: 25px;
}

/*** modal end ***/
/*** exam list start *****/
.exam-title {
    font-weight: 700;
    font-size: 24px;
    color: #1a202c;
}

.exam-container {
    border: 1px solid #cbd5e0;
    padding: 24px;
    border-radius: 8px;
}

.exam-card {
    border: 1px solid #fe775d;
    border-radius: 8px;
}

.exam-short-details {
    line-height: 25px;
}

.exam-title {
    font-size: 22px;
    font-weight: 700;
}

.result-cartificate {
    width: 100%;
}

.cartificate-download-title {
    font-size: 28px;
    font-weight: 700;
    color: #4c6580;
}

.hard-copy-download {
    border: 1px solid #d0d5dd;
    padding: 5px 24px;
    border-radius: 8px;
    color: #344054;
    font-weight: 700;
}

.result-container {
    border: 1px solid #cbd5e0;
    border-radius: 8px;
}

.exam-start-modal-content {
    font-weight: 400;
    font-family: "DM Sans";
    font-size: 18px;
}

/*** book page starts ***/
.book-search {
    flex: 1;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.book-star {
    color: #f79009;
}

.book-image-container {
    background-color: #cbd5e0;
    border-radius: 8px;
}

.book-buy-btn {
    background-color: #fe6244;
    width: 100%;
    border-radius: 8px;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-weight: 700;
}

.book-buy-btn:hover {
    background-color: #db3211;
}

.book-discount {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #ed8936;
}

.book-discount h5 {
    color: white;
    font-size: 20px;
}

.book-price {
    font-size: 20px;
}

.book-title {
    font-size: 20px;
}

/*** book details *****/
.poredekhun {
    color: #12b76a;
    border: 1px solid #12b76a;
    font-weight: 700;
    background: transparent;
    border-radius: 4px;
}

.book-details-author {
    color: #2c3a49;
    font-weight: 500;
    font-size: 20px;
}

.book-read {
    font-size: 14px;
    color: #4c6580;
    line-height: 25px;
}

.book-details-price {
    font-size: 18px;
    font-weight: 400;
    color: #1a202c;
}

.book-details-book-image {
    border-radius: 4px;
    width: 95%;
}

.book-details-suggest-title {
    font-weight: 600;
    font-size: 14px;
    color: #1a202c;
}

.book-details-author-suggest {
    font-size: 14px;
}

.book-read-suggest {
    font-size: 12px;
    color: #1a202c;
    font-weight: 500;
    line-height: 22px;
}

.suggest-book-border {
    border: 1px solid #cbd5e0;
    border-radius: 8px;
}

.autho-image {
    width: 80px;
    border-radius: 100px;
}

.author-details {
    line-height: 25px;
}

.review-modal-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.total-book-star {
    font-weight: 700;
    color: #4c6580;
    font-size: 48px;
}

.text-gray {
    color: #4c6580;
}

.text-darky-gray {
    color: #1a202c;
}

.text-24 {
    font-size: 24px;
}

.text-28 {
    font-size: 28px;
}

.text-32 {
    font-size: 32px;
}

.text-20 {
    font-size: 20px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-12 {
    font-size: 12px !important;
}

.negetive {
    margin-top: -5px;
    margin-bottom: -5px;
}

.text-16 {
    font-size: 16px !important;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-600 {
    font-weight: 600;
}

.reviewer-image {
    width: 50px;
    border-radius: 100px;
}

.review-container {
    border-bottom: 1px solid #eaecf0;
    padding-bottom: 10px;
}

.progress-container {
    width: 300px;
    background-color: #fedf89;
    border-radius: 10px;
}

.progress-bar {
    height: 10px;
    border-radius: 10px;
}

.progress-bar-1 {
    border-radius: 10px;
    background-color: #f79009;
    /* Red */
}

.wrtie-review-btn {
    border: 1px solid #2e90fa;
    color: #2e90fa;
    font-weight: bold;
    background: transparent;
    border-radius: 4px;
}

.-notification-profile-dropwdown-none {
    display: none;
}

.-notification-profile-block {
    display: block;
    z-index: 1200;
}

.notification-header {
    background: linear-gradient(
        90deg,
        rgba(151, 71, 255, 0.5) 0%,
        rgba(254, 98, 68, 0.5) 100%
    );
}

.notification-card {
    border: 1px solid #d0d5dd;
    list-style-type: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #ffffffb5;
}

.notification-time {
    color: #fe775d;
}

.see-all-notification {
    background-color: #fe775d !important;
    color: white !important;
    border: none;
    border-radius: 8px;
}

.notification-container {
    height: 300px;
    overflow-y: scroll;
}

.-wishlist-profile-dropwdown-none {
    display: none;
}

.-wishlist-profile-block {
    display: block;
    z-index: 1200;
}

.wishlist-image {
    width: 80px;
    border-radius: 4px;
}

.-cart-profile-dropwdown-none {
    display: none;
}

.-cart-profile-block {
    display: block;
    z-index: 1200;
}

.cart-image {
    width: 100px;
    border-radius: 8px;
}

.remove-wishlist-btn {
    background-color: #fe6244;
    width: 100px;
    border-radius: 8px;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-weight: 700;
    text-wrap: nowrap;
}

.remove-wishlist-btn:hover {
    background-color: #db3211;
}

.add-to-cart-btn {
    background-color: #674597;
    width: 50%;
    border-radius: 8px;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-weight: 700;
    text-wrap: nowrap;
}

.add-to-cart-btn:hover {
    background-color: #885bc6;
}

.wish-list-item {
    border: 1px solid #c1c1c1;
    padding: 10px;
    border-radius: 8px;
}

.add-to-cart-btn-all {
    background-color: #e2e5ec;
    width: 150px;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #1a202c;
    font-weight: 700;
    text-wrap: nowrap;
}

.add-to-cart-btn-all:hover {
    background-color: #ffffff;
}

.quantity-btn {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}

#add-quantity {
    cursor: pointer;
}

#minus-quantity {
    cursor: pointer;
}

.payment-method-card {
    background-color: #fafafa;
    border: 1px solid #cbd5e0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 8px;
}

.btn-delete-partner {
    background-color: red;
}

/* css by said for product card  */
.product-grid {
    font-family: "Poppins", sans-serif;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    transition: all 0.4s ease-out;
}

.product-grid:hover {
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-grid .product-image {
    position: relative;
    background: #e4e4e4;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .product-discount-label {
    color: #fff;
    background: #36244f;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.product-grid .product-links {
    width: 145px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 65%;
    left: 50%;
    transition: all 0.4s ease 0s;
}

.product-grid:hover .product-links {
    opacity: 1;
    top: 50%;
}

.product-grid .product-links li {
    display: inline-block;
    margin: 0 2px;
}

.product-grid .product-links li a {
    color: #2c2c2c;
    background: #fff;
    font-size: 16px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: #fe6244;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}

.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s ease 0s;
}

.product-grid .product-links li a:after {
    content: "";
    height: 10px;
    width: 10px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}

.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
    display: block;
}

.product-grid .product-content {
    padding: 12px 12px 15px;
    position: relative;
}

.product-grid .rating {
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
}

.product-grid .rating li {
    color: #fe6244;
    font-size: 14px;
}

.product-grid .rating .far {
    color: #808080;
}

.product-grid .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.product-grid .title a {
    color: #2c2c2c;
    transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
    color: #fe6244;
}

.product-grid .price {
    color: #fe6244;
    font-size: 17px;
    font-weight: 600;
    display: block;
    transition: all 0.4s ease-in-out;
}

.product-grid .price span {
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}

.product-grid:hover .price {
    opacity: 0;
}

.product-grid .add-to-cart {
    color: #fff;
    background-color: #fe6244;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    width: 140px;
    height: 40px;
    border-radius: 50px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transition: all 0.4s ease-out;
}

.product-grid .add-to-cart:hover {
    background-color: #2f2f2f;
}

.product-grid:hover .add-to-cart {
    opacity: 1;
    bottom: 8px;
}

@media screen and (max-width: 1200px) {
    .product-grid {
        margin: 0 0 30px;
    }
}

/* loader  */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #36244f52;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* blog  */

.spaceFron {
    font-family: "Space Grotesk";
}

.ibmFont {
    font-family: "IBM Plex Mono";
}

.dmSans {
    font-family: "DM Sans";
}

.arialFont {
    font-family: "Arial";
}

.blog-body {
    padding: 10px;
    margin-top: 50px;
}

.main-blog .main-blog-heading .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #1a202c;
}

.main-blog-description {
    margin: 20px 0;
}

.main-blog .main-blog-description .desc {
    color: #4c6580;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}

.main-blog .main-blog-description .desc::first-letter {
    font-size: 2.5em;
    font-weight: 700;
}

.column-heading .title {
    color: #293a85;
}

.all-list {
    margin-left: 14px;
    margin-top: 35px;
}

.all-list .list-item {
    border-bottom: 1px solid #e0e0e0;
    margin: 15px 0;
    padding-bottom: 15px;
}

.all-list .list-item:last-child {
    border-bottom: 0;
}

.all-list .list-item .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #1a202c;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    /* height: 75px; */
}

.date-read {
    display: flex;
    justify-content: space-between;
    color: #606060;
    margin-top: 15px;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.subscribe {
    background: url("/assets/frontend/dist/img/blog/MailSubscription.png")
        no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 50px 0;
}

.subscription-wrap {
    display: flex;
    justify-content: center;
}

.subscribe .subscription-wrap .subscription-text .title,
.desc {
    color: #ffffff;
}

.subscribe .subscription-wrap .subscription-text .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}

.subscribe .subscription-wrap .subscription-text .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 465px;
}

.subscription-form .form-control {
    width: 50%;
    margin-right: 10px;
}

.all-blogs .all-blog-heading .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

.all-blogs {
    margin-top: 50px;
}

.all-blog-heading {
    margin: 30px 0;
    border-bottom: 1px solid #111;
    padding-bottom: 20px;
}

.all-blog-search {
    display: flex;
    align-items: center;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 0 10px;
}

.all-blog-search .form-control {
    border: 0;
    border-radius: 0;
}

.all-blog-search .form-control:focus {
    box-shadow: none;
}

.subscription-form .btn-danger {
    background: #fe6244 !important;
}

.all-blog-body .single-blog {
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
    border-radius: 5px;
}

.all-blog-body .single-blog img {
    height: 250px;
    width: 100%;
}

.title-wrap {
    padding: 10px;
}

.all-blog-body .single-blog .title-wrap .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #1a202c;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.load-more {
    margin: 40px;
}

.load-more .btn-danger {
    background: #fe6244 !important;
}

@media (max-width: 768px) {
    .column-heading .title {
        margin-top: 50px;
    }

    .subscription-wrap {
        padding: 0 25px;
    }

    .subscription-form {
        text-align: center;
    }

    .subscribe .subscription-wrap .subscription-text .title {
        line-height: 45px;
    }

    .search-form {
        justify-content: center;
    }

    .all-blogs .all-blog-heading .title {
        text-align: center;
        margin-bottom: 20px;
    }
}

.dmSans {
    font-family: "DM Sans";
}

.grotesk {
    font-family: "Space Grotesk";
}

.montserrat {
    font-family: "Montserrat";
}

.page-body {
    margin: 40px 0;
}

.details-content {
    margin-top: 26px;
}

.details-content .details-title .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}

.details-content .details-description {
    border-bottom: 1px solid #cbd5e0;
}

.details-content .date-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-content .date-share .share {
    display: flex;
}

.details-content .tag {
    margin-bottom: 20px;
}

.details-content .tag a {
    color: #000;
}

.details-content .date-share .share .btn:focus {
    box-shadow: none;
    margin-right: 5px;
}

.details-content .date-share .share .btn-light:hover {
    color: #fff;
    background-color: #fe6244;
    border-color: 0;
}

.details-content .date-share .share .d-share {
    display: none;
}

.details-content .date {
    display: flex;
    align-items: end;
}

.details-content .writer-div {
    margin-left: 15px;
}

.details-content .writer-div .writer {
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 10px;
}

.details-content .writer-div .date-read {
    color: #606060;
    font-size: 14px;
    line-height: 24px;
}

.details-content .details-description p {
    text-align: justify;
    font-size: 18px;
}

.details-content .details-description h2 {
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 30px 0 10px;
}

.details-content .details-description-img {
    margin: 40px 0;
}

.details-content .details-description-quote {
    margin: 40px 0;
}

.details-content .details-description-quote p {
    background: #293a85;
    color: #ffffff;
    width: 50%;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

/* Comment CSS  */
.comment-section {
    margin: 25px 0;
}

.section-heading {
    margin: 20px 0;
}

.single-comment {
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
}

.single-comment .comment-card {
    display: flex;
}

.single-comment .img-section {
    margin-right: 10px;
}

.single-comment .img-section img {
    width: 50px;
    border-radius: 50%;
}

.single-comment .top-section {
    display: flex;
}

.single-comment .name-div {
    margin-right: 10px;
}

.single-comment .middle-section .comment {
    width: 500px;
}

.single-comment .bottom-section {
    display: flex;
}

.single-comment .bottom-section .like-div {
    margin-right: 15px;
}

.single-comment .bottom-section .like-div .like button {
    background: none;
    outline: 0;
    border: 0;
}

.single-comment .bottom-section .unlike-div {
    margin-right: 15px;
}

.single-comment .bottom-section .like-div .unlike button {
    background: none;
    outline: 0;
    border: 0;
}

button.unlike-btn {
    border: 0;
    background: 0;
}

.single-comment .bottom-section .reply-div .reply button {
    background: none;
    outline: 0;
    border: 0;
}

.single-comment .comment-card .reply-box {
    width: 350px;
}

.sub-comment {
    margin-left: 30px;
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
    margin-top: 10px;
}

.reply-unlike-btn {
    background: none;
    outline: 0;
    border: 0;
}

.comment-textarea {
    display: flex;
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
}

.comment-textarea .comment-textarea-img {
    margin-right: 10px;
}

.comment-textarea .comment-textarea-img img {
    width: 50px;
    border-radius: 50%;
}

.comment-textarea .comment-box {
    width: 100%;
}

.comment-textarea .comment-box form {
    text-align: end;
}

.comment-textarea .comment-box form .form-control:focus {
    box-shadow: none !important;
}

.comment-textarea .comment-box form .btn-danger {
    background: #fe6244 !important;
    margin-top: 10px;
}

/* side article section  */
.article-content-section {
    border: 1px solid #cbd5e0;
    border-radius: 10px;
    padding: 15px;
}

.article-content-section .artice-content-section-heading .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

.article-content-section .article-content-links {
    margin-top: 10px;
}

.article-content-section .article-content-links ul li a {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

/* side book section  */
.book-section {
    border: 1px solid #cbd5e0;
    border-radius: 10px;
    margin-top: 40px;
}

.book-body {
    border-bottom: 1px solid #cbd5e0;
    padding: 10px 0;
    display: flex;
    padding: 10px;
}

.book-body:last-child {
    border-bottom: 0;
}

.book-cover {
    margin-right: 10px;
    align-self: stretch;
}

.book-cover img {
    height: 100%;
    width: 100%;
}

.book-body .top-section .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.book-body .top-section .writer {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.book-body .bottom-section {
    display: flex;
    justify-content: space-between;
}

.description p {
    line-height: 1.3;
    font-size: 14px;
}

.book-body .bottom-section .description {
    margin-top: 15px;
}

.book-body .bottom-section .purches {
    align-self: end;
}

.book-body .bottom-section .purches .btn-danger {
    background: #fe6244 !important;
}

/* Bought together css  */
.bought-together-section {
    border: 1px solid #c5c5c5;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
}

.bought-together-section .bought-together-heading .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.bought-together-body {
    display: flex;
    margin: 15px 0;
    position: relative;
}

.bought-together-body::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f055";
    position: absolute;
    left: 45px;
    top: 120px;
    font-size: 35px;
    z-index: 1;
    color: #fff;
    background: #c5c5c5;
    border-radius: 50%;
}

.bought-together-body:last-child::after {
    content: "";
}

.body-text .title {
    font-size: 16px;
}

.bought-together-body .body-img img {
    width: 200px;
    height: 130px;
}

.bought-together-body .body-img {
    margin-right: 10px;
}

.bought-together-body .body-brief .body-text .writer {
    font-size: 12px;
}

.bought-together-body .body-brief .body-text .tag {
    background: #eceb98;
    padding: 0px;
    font-size: 10px;
    width: 30%;
    font-weight: 600;
    text-align: center;
}

.body-brief {
    display: flex;
}

.body-brief .discount-price {
    text-decoration: line-through;
}

.body-brief .current-price {
    font-weight: 700;
}

.body-brief .rating {
    font-size: 12px;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #ff3d00 transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* blog  */

/* profile-styles  */
.profile-event-card {
    border: solid 1px gainsboro;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    /* background-color: #fff; */
    transition: box-shadow 0.3s ease;
    background: rgb(242, 204, 255);
    background: linear-gradient(
        129deg,
        rgb(196 23 255 / 58%) 16%,
        rgba(199, 77, 255, 0.48511904761904767) 47%,
        rgb(239 107 111 / 69%) 96%
    );
}

.profile-event-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-event-title {
    font-family: "IBM Plex Mono";
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #36244f;
}

.profile-event-dates {
    font-size: 1rem;
    color: #36244f;
}

@media (max-width: 768px) {
    .event-title {
        font-size: 1.25rem;
    }

    .profile-event-dates {
        font-size: 0.9rem;
    }
}

.profile-event-status {
    border: solid #fe6244 1px;
    background: #fe6244;
    padding: 0 10px;
}

/* --banner-modal  */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    width: 100%;
}

.offset-anchor {
    display: block;
    position: relative;
    top: -70px;
    /* height of your fixed navbar */
    visibility: hidden;
}

.winner_page h4 {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
}

.winner_page h5 {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

.winner_page h6 {
    font-size: 18px;
    font-weight: bold;
    color: #1a202c;
}

.winner_images {
    padding: 20px;
}

.winner_img {
    border-radius: 20px;
    height: 300px;
    width: 100%;
    border: solid 3px orange;
    margin-bottom: 10px;
    object-fit: contain;
    object-position: top;
}

.img_positon {
    top: -15px;
    left: -27px;
}

.ribbon_image {
    height: 80px;
}

.winner_images h6 {
    padding-top: 6px;
    font-size: 18px !important;
    font-weight: bold;
    color: #4c6580 !important;
}

.winner_images i {
    color: red;
}

.winner_images p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #4c6580 !important;
}

.winner-left-side {
    border-right: dashed 3px #cacaca;
}

/* join all page */

.join_all_body {
    background-image: url("../../dist/img/join-all/pattern_31.svg");
    background-position: right;
    background-repeat: no-repeat;
}

.join_all_page .nav-link {
    border-radius: 8px !important;
    border: 1px solid #cbd5e0;
}

.join_all_page .nav-link.active {
    background: #6941c6 !important;
    border-radius: inherit;
    color: #ffffff;
}

.already_joined_p {
    color: #ffffff;
    font-size: 24px;
    background-color: #6941c6;
    padding: 10px 40px 10px 40px;
    border-radius: 8px;
}

.join_all_page h5 {
    font-weight: bold;
}

.join_all_details {
    background-color: #6941c6;
    border-radius: 8px;
    padding: 15px;
    height: 210px;
}

.join_all_details i {
    background-color: #fe775d;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    font-size: 12px;
}

.join_all_details h5 {
    color: #ffffff;
}

.join_all_details_point {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.join_all_details_point li {
    list-style-type: decimal;
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.apply_or_join_btn {
    background-color: #fe6244;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    box-shadow: none !important;
    width: fit-content;
}

.apply_or_join_btn:hover {
    color: white;
    background-color: #f74f2f;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }
}

.join-apply-btn-shake {
    font-weight: 700;
    animation: shake 0.5s;
    width: 270px;
    /* background: #643ebd17; */
}

/* home page join us section */

.join_as_btn {
    color: #ffffff !important;
    background: #fe6244 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 6px !important;
    box-shadow: rgb(58 142 172) 0px 13px 27px -5px,
        rgb(243 75 43) 0px 8px 16px -8px;
    font-size: 16px;
    font-weight: bold;
}

.join_as_left h3 {
    color: rgb(103, 69, 151);
    font-weight: bold;
    font-weight: bold;
    font-family: "IBM Plex Mono";
    font-size: 40px;
}

.join_as_right p {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    list-style: disc;
    text-wrap: nowrap;
    background-color: #8833fc;
    border-radius: 16px;
}

.join_as_right_style {
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    text-align: center;
    margin: auto;
}

.font_16 {
    font-size: 16px;
}

.font_14 {
    font-size: 14px;
}

.font_12 {
    font-size: 12px;
}

/* home ict_all_events section */

.ict_all_events {
    background: #7d3bce;
}

.ict_all_events h3 {
    color: white;
    font-weight: bold;
    font-size: 32px;
    font-family: "IBM Plex Mono";
}

.all_events_btn {
    color: #ffffff !important;
    background: #262626 !important;
    padding: 7px 20px 7px 20px !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: bold;
}

.all_events_right {
    overflow: hidden;
    position: relative;
}

.all_events_right img {
    height: 160px !important;
}

.event-card-info {
    font-size: 14px;
    color: #626262;
}

.event-slider-title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

/* all events blade page */

.event_card_radius {
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.event_image_radius {
    height: 280px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card_date_section {
    line-height: 16px;
    font-size: 16px;
    background-color: green;
    color: white;
    padding: 7px;
    border-radius: 6px;
    text-align: center;
    top: 4px;
    left: 5px;
}

.event_card_radius li {
    color: #6f7775;
}

.event_card_radius h5 {
    font-weight: bold;
    font-family: "IBM Plex Mono";
}

/* summit in event module */
/* summit about page */

.summit_about_overview {
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
    color: #1a202c;
}

.summit_about_overview h6 {
    font-weight: bold;
}

.text_justify {
    text-align: justify;
}

.text_bold {
    font-weight: bold;
}

.summit_news_container {
    background-color: #cbd5e0;
    background-color: #cbd5e0 !important;
    border-radius: 6px;
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summit_n_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background-color: white;
    border-radius: 6px;
    padding: 10px 20px 5px 20px;
}

.summit_media_fix {
    border-radius: 10px;
    width: 100%;
    height: 200px !important;
}

/* partners of summit */

.summit_partner_card {
    height: 100%;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px !important;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Prevent overflow */
    transition: all 0.3s ease; /* smooth hover animation */
    cursor: pointer;
}

/* Hover effect */
.summit_partner_card:hover {
    transform: translateY(-6px) scale(1.03); /* lift + slight zoom */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 40px,
                rgba(0, 123, 255, 0.3) 0px 0px 20px; /* subtle glow */
}

/* Image zoom effect */
.summit_partner_card_img {
    transition: transform 0.4s ease;
}
.summit_partner_card:hover .summit_partner_card_img {
    transform: scale(1.08); /* zoom image slightly */
}

/* Text color accent on hover */
.summit_partner_card:hover h6,
.summit_partner_card:hover p {
    color: #674597; /* Bootstrap primary blue or your brand color */
    transition: color 0.3s ease;
}

.summit_partner_card_img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.summit_partner_card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    overflow: hidden; /* Prevent content overflow */
}

.summit_partner_card .card-body h6 {
    font-size: 14px;
    /* margin-bottom: -12px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summit_partner_card .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.tooltip-container {
    position: relative;
    /* display: inline-block; */
}

.tooltip-container:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tooltip-box {
    position: absolute;
    bottom: -36%;
    left: 0%;
    /* transform: translateX(-36%) translateY(10px); */
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 1.4;
    width: 215px;
    /* height: 200px; */
    /* text-align: center; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summit_icon_opacity {
    opacity: 0.5;
}

.font_Montserrat {
    font-family: "Montserrat";
}

.font_DM_Sans {
    font-family: "DM Sans";
}

.font_18 {
    font-size: 18px;
}

.side-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    /* position: fixed; */
    /* width: 100px; */
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.ai-heading {
    color: #7605de;
}

.summit-heading {
    background: #7605de;
    background: linear-gradient(to right, #7605de 6%, #f8b29a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.last-heading {
    background: #7605de;
    background: linear-gradient(to right, #7605de 6%, #f23851 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.summit-footer {
    color: #cbd5e0;
}

.user_p_invoice_print {
    color: #fb8249;
    font-size: 18px;
}

/* .invoice_details_modal_width {
  max-width: 75% !important;
}

.modal-header {
  background: linear-gradient(82deg, rgb(143 50 208) 0%, rgb(182 106 239) 100%);
  color: #ffffff !important;
} */

/* for new -about section start -here */
.about-title-text {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
}
.new-about-us {
    min-height: 35vh;
    padding: 0; /* remove extra padding for perfect centering */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: radial-gradient(
        circle,
        rgb(64 31 109 / 90%) 0%,
        rgb(54 36 79) 100%
    );
}

/* .content-wrapper-about {
    max-width: 600px;
} */

.about-us-new-card {
    border-radius: 20px;
    padding: 10px 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.about-us-card-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #fff;
}
.about-us-new-icon {
    font-size: 40px;
    color: white;
}
.about-register-button {
    /* background: linear-gradient(91deg, rgb(0 166 255) 0%, rgb(0 220 100) 100%); */
    border: solid 1px #add0e778;
    font-weight: 500;
    color: white;
    border-radius: 3px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    padding: 5px 15px;
    background: linear-gradient(91deg, rgb(0 166 255) 0%, rgb(0 220 100) 100%);
    /* background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #ffb100cf 8%, #ffe700f5 30%, #f6b217 40%, #f9e100a8 80%); */
}
.about-register-button:hover {
    border: solid 1px #add0e778;
    padding: 5px 15px;
    /* background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #ffb100cf 8%, #ffe700f5 30%, #f6b217 40%, #f9e100a8 80%);
     */
    background: linear-gradient(91deg, rgb(0 166 255) 0%, rgb(0 220 100) 100%);
}
/* for new about section end here  */
