@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

:root {
    --color: #b9490c;
    --white: #fff;
    --black: #212121;
    --paragraph: #9c9c9c;
    --bg: #48b9e9;
    --bg2: #f06367;
    --bg3: #324758;
    --websitefont: "Poppins", sans-serif;
    --uniquefont: "DM Serif Display", serif;
}

body {
    font-family: var(--websitefont);
    color: var(--black);
    padding: 0px !important;
    top: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--websitefont);
    color: var(--black);
    font-weight: 600;
}

/* Common CSS Start */
.section-padding {
    padding: 80px 0px;
}
.section-heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}
.section-heading.with-p {
    margin-bottom: 20px;
}
.section-para {
    margin-bottom: 50px;
}
.section-btn {
    margin-top: 40px;
}
.btn {
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s 0s linear;
}
.btn-lg {
    font-size: 18px;
    padding: 15px 30px;
}
.btn-sm {
    font-size: 12px;
    padding: 10px 15px;
}
.btn-sm {
    font-size: 12px;
    padding: 10px 15px;
}
.web-btn {
    background-color: var(--bg);
    border: 1px solid var(--bg);
    color: var(--white);
}
.web-btn:hover {
    background-color: transparent;
    border-color: var(--bg);
    color: var(--bg);
}
.web-btn2 {
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}
.web-btn2:hover {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}
.web-btn3 {
    background-color: #eee;
    border: 1px solid #eee;
    color: var(--black) !important;
}
.web-btn3:hover {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}
.web-btn4 {
    background-color: var(--bg2);
    border: 1px solid var(--bg2);
    color: var(--white);
}
.web-btn4:hover {
    background-color: transparent;
    border-color: var(--bg2);
    color: var(--bg2);
}
.web-btn4 {
    background-color: var(--bg2);
    border: 1px solid var(--bg2);
    color: var(--white);
}
.web-btn4:hover {
    background-color: transparent;
    border-color: var(--bg2);
    color: var(--bg2);
}
.web-clr {
    color: var(--bg);
}
.web-clr2 {
    color: var(--bg2);
}
.form-control {
    background-color: #eeeeee !important;
    border: none;
    padding: 15px 20px !important;
    border-radius: 10px;
    box-shadow: none !important;
    outline: 0;
    font-size: 14px;
}
.form-select {
    padding-right: 35px !important;
}
.form-floating > label {
    padding: 15px 20px;
}
.form-floating > label:after {
    display: none;
}
.text-upr {
    text-transform: uppercase;
}
.text-cap {
    text-transform: capitalize;
}
.bg-white {
    background-color: #fff !important;
}

.owl-nav {
    display: block !important;
}
.owl-nav.disabled {
    display: none !important;
}
.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--white) !important;
    border: 1px solid var(--bg) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    transition: all 0.3s 0s linear;
}
.owl-nav button:hover {
    background-color: var(--bg) !important;
    border-color: var(--bg) !important;
}
.owl-nav button span {
    font-size: 35px;
    margin-top: -3px;
    color: var(--bg);
    transition: all 0.3s 0s linear;
}
.owl-nav button:hover span {
    color: var(--white);
}
.owl-nav button.owl-prev {
    top: 50%;
    left: -60px;
    transform: translate(0, -50%);
}
.owl-nav button.owl-next {
    top: 50%;
    right: -60px;
    transform: translate(0, -50%);
}

.web-modal {
    padding: 0px 10px !important;
}
.web-modal .modal-content {
    border-radius: 20px;
    border: none;
}
.web-modal .modal-header {
    position: relative;
    background-image: linear-gradient(to right, var(--bg2), var(--bg3));
    border-radius: 20px 20px 0px 0px;
    padding: 20px 25px;
}
.web-modal .modal-title {
    font-size: 20px;
    color: var(--white);
}
.web-modal .btn-close {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50px;
    padding: 0px;
    opacity: 1;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 14px;
}
.web-modal .modal-body {
    padding: 20px 25px;
}

.table {
    text-align: center;
}
.table tr th:first-child {
    text-align: left;
}
.table tr td:first-child {
    text-align: left;
}
.table tr th {
    font-size: 16px;
    padding: 10px 15px;
}
.table tr td {
    vertical-align: middle;
    padding: 15px 15px;
}
.table strong {
    font-weight: 600;
}
.table .btn-delete {
    padding: 0px;
    width: 30px;
    height: 30px;
}
.table .bg-light th {
    background-color: #f8f9fa;
}
.modal-dialog-scrollable .modal-content {
    overflow: visible;
    max-height: 95%;
}
/* Common CSS End */

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    animation: opacityeffect 0.2s linear 0s 1;
}
@keyframes opacityeffect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header {
    background-color: var(--white);
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.01);
}
.header .navbar .navbar-brand img {
    width: 50px;
    height: auto;
}

.header .nav-link.active,
.header .nav-link.show {
    color: var(--bg);
}

.header .nav-link {
    font-weight: 600;
    line-height: 16px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--black);
    padding: 15px 15px !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 25px;
    min-width: 200px;
}
.header .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s 0s linear;
}
.header .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--bg);
}
.header .dropdown-menu li:last-child .dropdown-item {
    border: none;
}

.header .side-head {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header .side-head .btn-mem {
    margin-right: 20px;
}
.header .side-head .btn-mem select {
    background-color: var(--white);
    border: none;
    border-radius: 0px;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;
}

.header .side-head .btn-mem select:focus {
    outline: none;
}

.header .side-head .search {
    margin-right: 15px;
    cursor: pointer;
}

.header .side-head .search svg {
    color: var(--black);
    font-size: 18px;
}

.cart-dropdown {
    margin-right: 15px;
}
.cart-dropdown button {
    padding: 15px 0px;
    background: transparent;
    border-radius: 0px;
    font-size: 18px;
    color: var(--black);
    border: none;
    position: relative;
}
.cart-dropdown button:after {
    display: none;
}
.cart-dropdown button .badge {
    background-color: var(--bg);
    width: 18px;
    height: 18px;
    color: var(--white);
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-size: 12px;
}
.cart-dropdown .dropdown-menu {
    padding: 0px;
    left: -50px;
    min-width: 250px;
}
.cart-dropdown .dropdown-menu .no-data {
    text-align: center;
    padding: 20px;
}
.cart-dropdown .dropdown-menu .no-data p {
    font-size: 14px;
    margin: 15px 0px 12px;
}
.cart-dropdown .dropdown-menu .when-data {
    height: 300px;
    overflow: auto;
}
.cart-dropdown .dropdown-menu .cart-item {
    display: flex;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.cart-dropdown .dropdown-menu .cart-item img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #eee;
    font-size: 12px;
    object-fit: cover;
}
.cart-dropdown .dropdown-menu .cart-item .title {
    font-weight: 600;
    margin-bottom: 5px;
}
.cart-dropdown .dropdown-menu .cart-item p {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
}
.cart-dropdown .dropdown-menu .total-price {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
}
.cart-dropdown .dropdown-menu .btns {
    padding: 0px 15px 15px;
}

/* banner-part  */

.banner-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.banner-headline .headline {
    font-size: 30px;
    margin: 0px;
}

.banner-headline .headline span {
    color: var(--bg2);
}

/* view-button  */
.view a {
    color: var(--black);
    text-decoration: none;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding-bottom: 5px;
    position: relative;
}
.view a::before {
    bottom: 0;
    content: "";
    height: 3px;
    left: 20%;
    opacity: 0.3;
    position: absolute;
    transition: all 0.3s linear;
    width: 60%;
    background-color: currentColor;
}

.banner .banner-content {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
}
.banner .banner-content img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.banner .banner-content .box-body {
    padding: 20px;
}
.banner .banner-content .title {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.banner .banner-content .title a {
    text-decoration: none;
    color: var(--black);
}
.banner .banner-content p {
    font-size: 14px;
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.banner .banner-content .box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.banner .banner-content .box-footer .days {
    font-weight: 600;
    font-size: 14px;
    opacity: 0.6;
}

/* learn-more-btn  */

.btn23 {
    display: flex;
    justify-content: center;
}

.btn23 a {
    text-decoration: none;
    background-color: var(--bg);
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 7px;
    font-weight: 600;
    transition: all 0.6s linear;
}

.btn23 a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 1;
    outline: none;
}

.main-banner {
    background: url(../image/website-picture-min.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-banner .main-content {
    padding: 100px 0px;
}

.main-banner .main-content h1 {
    color: var(--white);
    line-height: 1;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
    padding: 0;
}

.main-banner .main-content p {
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    color: #f1f1f1;
}

.main-banner .main-content .view a {
    color: var(--white) !important;
}

.feature .brands img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0px auto;
}

.feature1 .brands1 img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.compaigns .compaigns-headline img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}
.compaigns-headline {
    background-color: #d9e5d6;
    padding: 60px;
    height: 100%;
}
.compaigns-headline .view a {
    color: var(--black);
}
.compaigns-headline1 {
    overflow: hidden;
    height: 100%;
}
.compaigns-headline1 img {
    height: 100%;
    object-fit: cover;
}
.compaigns-headline2 {
    background-color: #324758;
    padding: 60px;
    height: 100%;
}

.compaigns-headline2 h1 {
    padding: 0px 0px 50px;
    font-size: 50px;
    color: var(--white);
}
.compaigns-headline2 p {
    color: var(--white);
}
.compaigns-headline2 .view a {
    color: var(--white);
}

.compaign-banner {
    background: url(../image/RaiseTogether-Home-B4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0px;
}

.compaign-banner .section-heading {
    color: var(--white);
    font-size: 40px;
    margin: 0px;
}

.explore1 a {
    text-decoration: none;
    color: var(--white);
    display: block;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s 0s linear;
}
.explore1 a:hover {
    transform: scale(1.05, 1.05);
}
.explore1 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 1;
}
.explore1 a img {
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.explore1 a i,
.explore1 a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 45px;
    z-index: 2;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
}

.footer {
    padding: 30px 0px;
}

.footer .footer-img {
    display: flex;
    justify-content: center;
    padding: 0px 0px 20px;
}

.footer .footer-img img {
    width: 300px;
}

.footer .footer-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding-left: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.footer .footer-content ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
    font-size: 16px;
    text-transform: uppercase;
}

.footer .social-icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer .social-icon ul li a {
    font-size: 35px;
    color: #000000;
}

.copyright {
    background-color: var(--bg2);
    font-size: 13px;
    color: #fff !important;
    text-align: center;
    padding: 15px;
}

/* search-baar */

.closing {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchbar-modal .modal-content {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 99999;
}

.searchbar-modal .modal-body {
    background-color: rgba(0, 0, 0, 0.3);
}
.search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    max-width: 700px;
    width: 100%;
    height: 70px;
    background-color: hsl(0deg 0% 100% / 20%);
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.search-text {
    border: none;
    background: none;
    width: 90%;
    height: 70px;
    color: var(--white);
}
.search-text:focus {
    outline: none;
}
.search-button {
    background: none;
    color: var(--white);
    border: none;
    font-size: 25px;
}

.search-text::placeholder {
    color: white;
    opacity: 1; /* Firefox */
    font-size: 20px;
}

/* Founder Sec Work Start */
.founder-sec {
    background-color: rgb(33, 33, 33);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.founder-sec .content {
    padding: 50px 0px;
}
.founder-sec .section-heading {
    color: var(--white);
    margin-bottom: 30px;
    font-size: 40px;
}
.founder-sec .section-heading .note {
    font-family: var(--uniquefont);
    font-weight: 400;
}
.founder-sec p + p {
    margin-bottom: 30px;
}
.founder-sec .img-box {
    position: relative;
}
.founder-sec .ceo-img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.founder-sec .img-box .shape1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 100%;
}
.founder-sec .img-box .shape2 {
    position: absolute;
    left: 70%;
    top: 35%;
    animation: moveeffect 3s ease-in-out 0s infinite alternate;
}
@keyframes moveeffect {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}
.founder-sec .shape3 {
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 200px;
    transform: rotate(80deg);
    opacity: 0.5;
}
.founder-sec .shape4 {
    position: absolute;
    left: 0;
    top: 20%;
    width: 250px;
    opacity: 0.5;
}
.founder-sec .founder-name {
    padding-bottom: 50px;
}
.founder-sec .founder-name img {
    filter: invert(1);
    height: 80px;
    margin-bottom: 10px;
}
.founder-sec .founder-name .title {
    font-size: 22px;
    margin-bottom: 5px;
}
.founder-sec .founder-name p {
    font-size: 18px;
    margin: 0px;
}
/* Founder Sec Work End */

/* Mobile Menu Work Start */
.mobile-menu .menu-list {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.mobile-menu li > a {
    color: var(--black);
    font-size: 22px;
}
.mobile-sidebar {
    width: 320px !important;
}
.mobile-sidebar .collapse {
    display: block;
}
.mobile-sidebar .navbar-brand {
    width: 100%;
    text-align: center;
}
.mobile-sidebar .navbar-brand img {
    width: 100px;
}
.mobile-sidebar .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #eee;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    opacity: 1;
    padding: 0px;
}
.mobile-sidebar .nav-link {
    font-size: 16px !important;
    border-bottom: 1px solid #eee;
    position: relative;
    box-shadow: none;
}
.mobile-sidebar .nav-link:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.mobile-sidebar .dropdown-menu {
    margin-top: 0px !important;
    position: relative !important;
    transform: unset !important;
    border-color: #eee;
}
.mobile-sidebar .side-head {
    display: block;
}
.mobile-sidebar .btn-mem {
    margin: 0px !important;
}
.mobile-sidebar select {
    padding: 15px 0px !important;
    width: 100%;
}
.mobile-sidebar .btn {
    width: 100%;
    margin-top: 10px;
}
.mobile-sidebar #google_translate_element {
    margin: 0px;
}
.mobile-sidebar .goog-te-gadget-simple {
    width: 100%;
    border-bottom: 1px solid #eee !important;
    padding: 15.5px 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-sidebar .goog-te-gadget-simple a {
    font-size: 16px;
    line-height: 16px;
}
.mobile-sidebar .goog-te-gadget-simple:after {
    font-size: 15px;
    margin-right: 3px;
}
/* Mobile Menu Work End */

/* About Us Page Work Start */
.page-banner {
    background: linear-gradient(90deg, #e76265 0%, #324758 100%);
    padding: 20px 0px;
    color: var(--white);
    overflow: hidden;
}
.page-banner * {
    color: inherit;
}
.page-banner img {
    width: 100%;
    object-fit: contain;
}
.page-banner .title {
    font-size: 40px;
    margin-bottom: 25px;
}
.page-banner p {
    font-size: 18px;
    margin-bottom: 30px;
}
.page-banner a {
    color: var(--white);
}
.about-section p {
    text-align: justify;
}
.about-section p:last-child {
    margin-bottom: 0px;
}
.founder-page {
    color: var(--black);
    padding-top: 40px;
}
.founder-page .section-heading {
    color: var(--black);
}
.founder-page .content {
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: justify;
}
.founder-page p {
    margin-bottom: 15px !important;
}
.founder-page .content p:last-child {
    margin-bottom: 0px !important;
}
.founder-page .founder-name-wrapper {
    margin-top: 25px;
}
.founder-page .ceo-img {
    height: 279px;
    margin-top: 0px;
}
.founder-page .founder-name img {
    filter: unset;
}
.founder-page .img-box .shape2 {
    filter: invert(1);
    width: 60px;
}
.founder-page .shape3 {
    filter: invert(1);
    opacity: 0.1;
}
.what-is-rayong img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.what-is-rayong .box {
    background-color: #324758;
    padding: 80px;
    color: var(--white);
    height: 100%;
}
.what-is-rayong .box.color2 {
    background-color: var(--bg2);
}
.what-is-rayong .box .section-heading {
    color: var(--white);
    margin-bottom: 20px;
}
.join-the-cause a {
    color: var(--bg2);
}
/* About Us Page Work End */

/* Partners Work Start */
.partner-section {
    padding-bottom: 60px;
}
.partner-section .box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 25px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    transition: all 0.3s 0s linear;
}
.partner-section .box:hover {
    box-shadow: unset;
}
.partner-section .box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 20px;
}
.partner-section .box .content {
    width: calc(100% - 170px);
}
.partner-section .box .title {
    font-size: 22px;
    margin-bottom: 10px;
}
.partner-section .box p {
    margin-bottom: 10px;
}

.partner-section .box a {
    color: var(--color);
}
/* Partners Work End */

/* Sustainability Work Start */
.sustainability {
    overflow: hidden;
}
.sustainability img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.sustainability p:last-child {
    margin-bottom: 0px;
}
.sustainability a {
    color: var(--color);
}
/* Sustainability Work End */

/* Contact Us Work Start */
.contactus .section-para {
    margin-bottom: 30px;
}
.contactus iframe {
    border-radius: 20px;
}
/* Contact Us Work End */

/* login-page WORK START */
.login-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--black);
    position: relative;
}
.login-page .row.h-100 {
    min-height: 100vh;
    align-items: stretch !important;
}
.login-page .login-left-side {
    background-color: white;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 15px;
}
.login-page .login-left-side:before {
    content: "";
    position: absolute;
    height: 100%;
    right: -105px;
    border-top: 100vh solid white;
    border-left: 100px solid white;
    border-right: 100px solid transparent;
    border-bottom: 0vh solid transparent;
}
.login-page .login-left-side * {
    position: relative;
}
.login-page .login-left-side .section-heading {
    font-size: 26px;
    margin-bottom: 25px;
}
.login-page .logo {
    width: 70px;
    margin-bottom: 20px;
}
.login-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login .login-img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.login .write-comment-box {
    background-color: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.login .write-comment-box .section-heading {
    font-size: 26px;
    margin-bottom: 25px;
}
.login .write-comment-box p {
    font-size: 14px;
}
.login .remember-and-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 14px;
}
.login a {
    text-decoration: none;
    color: var(--bg2);
}
.password .input-btn-grp {
    position: relative;
}
.password .input-btn-grp input {
    padding-right: 110px !important;
}
.password .input-btn-grp .verify-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: var(--bg2);
    color: white;
    font-family: var(--headingfont);
    font-weight: 600;
    font-size: 12px;
    border: none !important;
    padding: 5px 0px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.3s 0s linear;
}
.password .input-btn-grp .verify-btn:hover {
    background-color: var(--bg3);
}
.password-btn {
    position: relative;
}
.password-btn input {
    padding-right: 60px !important;
}
.password-btn svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: none;
    padding: 0px;
    font-size: 14px;
    color: #747474;
    cursor: pointer;
}
.login-or {
    text-align: center;
}
.login-or .or {
    text-align: center;
    margin: 15px 0px;
    position: relative;
}
.login-or .or:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.login-or .or span {
    background-color: white;
    padding: 0px 15px;
    z-index: 1;
    position: relative;
}
.login-or .btn {
    width: 45px;
    height: 45px;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #a8a8a8;
    color: white;
    margin: 0 2px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}
.login-or .btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.login-or .btn svg {
    font-size: 20px;
}
.login-or .btn.twitter {
    background-color: #000;
    border-color: #000;
}
.login-or .btn.tiktok {
    background-color: #121212;
    border-color: #121212;
}
.login-or .btn.windows {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}
.login-or .btn.linkedin {
    background-color: #0274b3;
    border-color: #0274b3;
}
/* login-page WORK END */

/* Blogs Work Start */
.blogs .box {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
}
.blogs .box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blogs .box .box-body {
    padding: 20px;
}
.blogs .box a {
    text-decoration: none;
}
.blogs .box .title {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogs .box p {
    font-size: 14px;
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Blogs Work End */

/* Campaign Details Work Start */
.campaign-details .main-img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 30px;
}
.campaign-details .content h1,
.campaign-details .content h2,
.campaign-details .content h3,
.campaign-details .content h4,
.campaign-details .content h5,
.campaign-details .content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.campaign-details .content a {
    color: var(--bg2);
}
.campaign-details .content img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.entries-box {
    background-color: #eee;
    padding: 30px;
    margin-top: 30px;
    border-radius: 20px;
    text-align: center;
}
.entries-box .section-heading {
    font-size: 24px;
    margin-bottom: 25px;
}
.entries-box .range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.entries-box #range {
    -webkit-appearance: none;
    width: 100%;
}
.entries-box #range:focus {
    outline: none;
}

.entries-box #range::before,
.entries-box #range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: none;
}
.entries-box #range::before {
    left: 0;
    content: attr(data-min);
}
.entries-box #range::after {
    right: 0;
    content: attr(data-max);
}

.entries-box #range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(
        90deg,
        var(--bg2) var(--range-progress),
        #fff var(--range-progress)
    );
    border-radius: 50px;
}
.entries-box #range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid var(--bg2);
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-50% + 8px));
}

.entries-box #tooltip {
    position: absolute;
    top: -2.25rem;
}
.entries-box #tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: var(--bg2);
    font-size: 1.25rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.entries-box #tooltip span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: var(--bg2);
}

.entries-box .entries-sub-box {
    background-color: var(--bg3);
    padding: 30px;
    border-radius: 20px;
    margin-top: 20px;
}
.entries-box .entries-sub-box * {
    color: var(--white);
}
.entries-box .entries-sub-box.color2 {
    background-color: var(--bg2);
}
.entries-box .entries-sub-box p {
    margin: 0px;
}
.entries-box .entries-sub-box .title {
    font-size: 24px;
    margin: 10px 0px;
}

.gift-boxes .box {
    border-radius: 20px;
    height: 100%;
    text-align: center;
    background-color: #292929;
    color: var(--white);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gift-boxes .box .box-body {
    padding: 30px 20px;
}
.gift-boxes .box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 0px;
    margin-bottom: 20px;
}
.gift-boxes .box .number {
    font-weight: bold;
    margin: 0px 0px 10px;
    color: inherit;
    font-size: 40px;
}
.gift-boxes .box p {
    margin: 0px;
    font-weight: 600;
    font-size: 19px;
}
.gift-boxes .box .btn {
    padding: 20px 10px;
    border-radius: 0px;
    border: none;
    color: var(--white);
}
.campaign-details .entries-right-box .giveaway-box {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    margin-top: 30px;
}
.campaign-details .entries-right-box .giveaway-box .numbers {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
.campaign-details .entries-right-box .giveaway-box .numbers .number {
    flex: 0 0 50%;
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 15px 15px 20px;
}
.campaign-details .entries-right-box .giveaway-box .numbers .number:last-child {
    border: none;
}
.campaign-details .entries-right-box .giveaway-box .numbers .number .title {
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 700;
}
.campaign-details .entries-right-box .giveaway-box .numbers .number p {
    margin: 0px;
    font-size: 14px;
}
.campaign-details .entries-right-box .giveaway-box .section-heading {
    padding: 20px;
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
}
.campaign-details .entries-right-box .giveaway-box img {
    width: 100%;
}
.campaign-details .entries-right-box .giveaway-box .login-box {
    padding: 20px;
    text-align: center;
}
.campaign-details .entries-right-box .giveaway-box .login-box p {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    opacity: 0.8;
}
.campaign-details .entries-right-box .giveaway-box .login-box .btn {
    margin: 20px 0px;
}
.campaign-details .entries-right-box .giveaway-box .login-box .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0px 0px 20px;
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .login-box
    .form-group
    .form-control {
    padding: 11px 20px !important;
}
.campaign-details .entries-right-box .giveaway-box .login-box .form-group .btn {
    border-radius: 10px;
    margin: 0px;
}
.campaign-details .entries-right-box .giveaway-box .sub-heading {
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.campaign-details .entries-right-box .giveaway-box .platform-list {
    margin: 0px;
    padding: 0px;
}
.campaign-details .entries-right-box .giveaway-box .platform-list li {
    border-bottom: 1px solid #eee;
}
.campaign-details .entries-right-box .giveaway-box .platform-list li .list {
    display: flex;
    align-items: center;
    color: var(--black);
    text-decoration: none;
    justify-content: space-between;
    padding: 15px 20px;
    gap: 15px;
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li
    .list:focus {
    animation: shake 0.3s linear 0s 1;
}
@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list.collapsed
    li
    .list:focus {
    animation: unset;
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li
    .list
    .title {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(100% - 45px);
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li
    .list
    .icon {
    width: 30px;
    height: 30px;
    background-color: var(--bg2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li.facebook
    .list
    .icon {
    background-color: #4267b2;
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li.white
    .list
    .icon {
    border: 1px solid #ddd;
    background-color: white;
    color: var(--black);
}
.campaign-details .entries-right-box .giveaway-box .platform-list li .list p {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
    width: calc(100% - 45px);
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li
    .list
    .down {
    opacity: 0;
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li
    .list:hover
    .down {
    opacity: 1;
}
.campaign-details
    .entries-right-box
    .giveaway-box
    .platform-list
    li
    .list
    .count {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0.8;
}
.platform-box {
    padding: 0px 20px 15px;
    display: none;
}
.platform-box p {
    font-size: 14px;
    margin-bottom: 10px;
}
.platform-box strong {
    font-weight: 600;
}
.platform-box .like {
    background-color: #1877f2;
    color: var(--white);
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.facebook .platform-box .btn {
    background-color: #4267b2;
    color: var(--white);
}
.campaign-details .entries-right-box .giveaway-box .footer-text {
    background-color: #f7f7f7;
    padding: 15px 20px;
    text-align: center;
    margin: 0px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgb(61, 61, 61);
    text-decoration: none;
}
.campaign-details .entries-right-box .giveaway-box .footer-text img {
    width: 15px;
    margin-top: -3px;
}
.campaign-details .entries-right-box .content {
    margin-top: 20px;
}
.campaign-details .entries-right-box .content p {
    margin-bottom: 10px;
}
.campaign-details .entries-right-box .content strong {
    font-weight: 600;
}
.campaign-details .entries-right-box .content ul {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
}
.campaign-details .entries-right-box .content a {
    text-decoration: none;
}
.campaign-details .about-prize {
    background-color: var(--black);
    color: var(--white);
    padding: 40px;
    border-radius: 20px;
    font-size: 18px;
}
.campaign-details .about-prize ul {
    padding-left: 20px;
}
.campaign-details .about-prize ul li {
    margin-bottom: 5px;
}
.campaign-product-slider .box {
    color: var(--black);
    text-decoration: none;
    text-align: center;
}
.campaign-product-slider .box img {
    width: 100%;
    height: 200px;
    background-color: #eee;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
}
.campaign-product-slider .box .title {
    font-size: 16px;
    margin: 0px;
}
/* Campaign Details Work End */

/* Product Details Work Start */
.product-details .main-img-show {
    width: 100%;
    height: 510px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.02);
}
.product-details .main-img-show img {
    object-fit: contain;
    background-color: white;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-details .main-img-show img + div + div {
    height: 510px !important;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.product-details #big-img {
    z-index: 100;
}
.product-details .small-img {
    width: 100%;
    height: 100px;
    left: 0;
}
.product-details .small-container {
    height: 100%;
}
.product-details .small-container .show-small-img {
    width: 100px;
    height: 100px;
    border: none !important;
    background-color: white;
    padding: 0px !important;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.5;
}
.product-details .show-small-img[alt="now"] {
    opacity: 1;
}

.product-details .sub-heading {
    margin: 30px 0px 20px;
}
.product-details .detail-product-box {
    display: flex;
    gap: 15px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    margin-top: 15px;
    padding: 20px;
    justify-content: space-between;
    border: 1px solid #ddd;
}
.product-details .detail-product-box img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #eee;
    display: block;
    object-fit: cover;
}
.product-details .detail-product-box .content {
    width: calc(100% - 115px);
}
.product-details .detail-product-box .content .title {
    font-size: 18px;
}
.product-details .detail-product-box .content p {
    font-size: 14px;
}
.product-details .detail-product-box .content .price-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-details .detail-product-box .content .price {
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    color: #9b9b9b;
    width: calc(100% - 160px);
}
.product-details .detail-product-box .content .price small {
    font-size: 14px;
}
.product-details .detail-product-box .quantity {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: 50px;
}
.quantity .minus,
.quantity .plus {
    width: 36.5px;
    height: 36.5px;
    font-size: 22px;
    background: #eee;
    color: var(--black);
    border: 1px solid #ddd;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: var(--transition);
}
.quantity .minus:hover,
.quantity .plus:hover {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}
.quantity input {
    height: 36.5px;
    width: calc(100% - 73px);
    text-align: center;
    font-size: 18px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
}

.product-details .detail-radio {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.product-details .detail-radio input {
    width: 15px;
    height: 15px;
}
.product-details .detail-radio label {
    cursor: pointer;
}
/* Product Details Work End */

/* Cart Tabs Work Start */
.cart-tabs {
    padding: 20px 0px;
}
.cart-tabs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.cart-tabs ul li {
    position: relative;
}
.cart-tabs ul li:first-child:before {
    display: none;
}
.cart-tabs ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.4;
}
.cart-tabs ul li a {
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.4;
}
.cart-tabs ul li.active a {
    opacity: 1;
}
.cart .table {
    margin-bottom: 0px;
}
.cart .product-name {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cart .product-name img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: #eee;
    font-size: 10px;
    object-fit: cover;
}
.cart .product-name .content {
    width: calc(100% - 95px);
}
.cart .product-name .content .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.cart .product-name .content p {
    font-size: 14px;
    margin: 0px;
}
.cart .update-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.cart .right-side {
    position: sticky;
    top: 20px;
}
.cart .right-side .table tr td:last-child {
    text-align: right;
}
.cart .apply-coupon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart .apply-coupon .form-control {
    padding: 11px 20px !important;
}
.cart .apply-coupon .btn {
    border-radius: 10px;
    margin: 0px;
}
/* Cart Tabs Work End */

/* Checkout Work Start */
.checkout input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
.checkout input + label {
    cursor: pointer;
}
.checkout .rightside {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    padding: 15px 20px 20px;
}
.checkout .rightside .section-heading {
    font-size: 20px;
}
.checkout .rightside .table {
    font-size: 14px;
}
.checkout .rightside .table th {
    font-size: 14px;
}
.checkout .rightside .table tr th:last-child,
.checkout .rightside .table tr td:last-child {
    text-align: right;
}
.checkout .rightside .table tr th,
.checkout .rightside .table tr td {
    padding: 10px 15px;
}
.checkout .rightside .table .table-h {
    font-size: 14px;
}
.checkout .rightside .table p {
    font-size: 12px;
    margin: 0px;
}
.checkout .rightside .payment {
    margin: 20px 0px;
}
.checkout .rightside .payment .method:not(:last-child) {
    margin-bottom: 10px;
}
.checkout .rightside .payment .method {
    display: flex;
    align-items: center;
    gap: 5px;
}
.checkout .rightside .payment .method input {
    width: 15px;
    height: 15px;
}
.checkout .rightside .tc {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}
.checkout .rightside .tc input {
    margin-top: 2px;
}
.checkout .rightside .btn {
    margin: 0px 0px 20px;
}
.checkout .rightside p {
    font-size: 14px;
}
.checkout .coupon-code {
    margin-bottom: 20px;
    background-color: #f3fbff;
    border: 2px dashed var(--bg);
    padding: 20px;
    border-radius: 20px;
}
.checkout .coupon-code input {
    border: 1px solid #eee;
    background-color: var(--white) !important;
}
.checkout .coupon-code .btn {
    border-radius: 10px;
}
.checkout .coupon-code .d-flex {
    gap: 10px;
}
/* Checkout Work End */

/* Thank you work start */

.thank-you .box {
    background-color: white;
    padding: 30px 100px 70px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.thank-you .box .cross {
    width: 60px;
    margin: 40px 0px;
}
.thank-you .box .check {
    height: 150px;
    width: 100%;
    object-fit: contain;
}
.thank-you .box .title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: -20px;
}
.thank-you .text-danger {
    color: #f44336 !important;
}
.thank-you .box p {
    font-size: 18px;
    margin: 0px;
}
.thank-you .box a {
    margin-top: 30px;
}
.payment-ss .box {
    padding: 10px 80px 50px;
}
/* Thank you work end */

/* breadcrumb-sec Work Start */
.breadcrumb-sec {
    padding: 20px 0px;
    text-align: center;
}
.breadcrumb-sec .title {
    font-size: 26px;
    font-weight: 700;
}
.breadcrumb-sec .breadcrumb {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
}
.breadcrumb-sec a {
    color: var(--black);
    text-decoration: none;
}
/* breadcrumb-sec Work End */

/* My Account Work Start */

.my-account .table-responsive {
    min-height: 300px;
}
.my-account .my-account-sidebar {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
}
.my-account .my-account-sidebar .name {
    padding: 15px 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.my-account .my-account-sidebar .name img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #eee;
}
.my-account .my-account-sidebar .name .title {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    width: calc(100% - 65px);
}
.my-account .my-account-sidebar .name .title span {
    color: rgb(111, 111, 111);
}
.my-account .my-account-sidebar .nav-tabs {
    flex-direction: column;
    align-items: start;
    border: none;
    border-top: 1px solid #eee;
}
.my-account .my-account-sidebar .nav-tabs .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background-color: transparent;
    border-right: 5px solid transparent;
    border-bottom: 1px solid #eee;
    color: rgb(111, 111, 111);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    padding: 12px 20px;
    box-shadow: none;
    transition: all 0.3s 0s linear;
}
.my-account .my-account-sidebar .nav-tabs .nav-link.active {
    color: var(--black);
    border-right: 5px solid var(--bg);
}
.my-account .my-account-sidebar .nav-tabs .nav-link:last-child {
    border: none;
}
.my-account .dashboard p {
    margin-bottom: 15px;
}
.my-account .dashboard strong {
    font-weight: 600;
}
.my-account .dashboard a {
    text-decoration: none;
}
.my-account .dashboard .dash-box {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    color: var(--black);
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    padding: 15px;
    transition: all 0.3s 0s linear;
}
.my-account .dashboard .dash-box:hover {
    border-color: var(--bg2);
}
.my-account .dashboard .dash-box i {
    width: 40px;
    height: 40px;
    background-color: var(--bg2);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.my-account .dashboard .dash-box span {
    width: calc(100% - 55px);
}
.my-account .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 10px !important;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    padding: 5px 20px;
}
.my-account .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s 0s linear;
}
.my-account .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--bg);
}
.my-account .dropdown-menu li:last-child .dropdown-item {
    border: none;
}
.myaccount-mobile-btn {
    padding: 0px 15px 15px;
}
.myaccount-offcanvas {
    height: auto !important;
}
.myaccount-offcanvas .offcanvas-title {
    font-size: 20px;
    font-weight: 700;
}
.myaccount-offcanvas .offcanvas-body {
    padding: 0px;
}
.myaccount-offcanvas .nav-link.active {
    background-color: var(--bg) !important;
    color: var(--white) !important;
}
.myaccount-offcanvas .nav-link {
    padding: 15px 20px !important;
}
.my-account .addresses .box {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    padding: 20px;
    height: 100%;
}
.my-account .addresses .box .title {
    font-size: 18px;
    margin-bottom: 10px;
}
.my-account .addresses .box p {
    font-size: 14px;
    margin-bottom: 5px;
}
.my-account .addresses .box .btn {
    margin-top: 15px;
}

.my-account .account-details .link-first {
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    padding: 5px;
    width: 100%;
}

.my-account .account-details .set-color1 {
    background-color: #000000;
}
.my-account .account-details .set-color2 {
    background-color: #0274b3;
}
.my-account .account-details .set-color3 {
    background-color: #eee;
}
.my-account .account-details .link-first a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
}

.my-account .account-details .link-first .google-text {
    color: var(--black);
}

.my-account .account-details .link-first .google {
    border: 2px solid #ddd;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
}

.my-account .account-details .link-first .link {
    text-align: center;
}

.my-account .account-details .sub-title {
    font-size: 18px;
    margin-top: 30px;
}

.my-account .account-coupons .box-coupon .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.my-account .account-coupons .box-coupon {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    padding: 20px 20px;
}
.my-account .account-coupons .box-coupon {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.my-account .account-coupons .box-coupon .coupon-description .sub-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.my-account .account-coupons .box-coupon .coupon-description p {
    margin: 0px;
}
.my-account .account-coupons .box-coupon .coupon-description {
    width: calc(100% - 122px);
}
.my-account .table {
    white-space: nowrap;
}
/* My Account Work End */

/* Order Details Work Start */
.order-details strong {
    font-weight: 600;
}
.order-details .address-table {
    white-space: wrap !important;
}
.order-details .right-side .table {
    font-size: 14px;
}
.order-details .right-side .table tfoot th:last-child {
    text-align: right;
}
.order-details .right-side .table tr td:first-child {
    width: 150px;
}
/* Order Details Work End */

.menu-toggle,
.ps-btn--hamburger {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    background-color: rgba(206, 135, 58, 0.6);
}

.menu-toggle span,
.menu-toggle:before,
.menu-toggle:after,
.ps-btn--hamburger span,
.ps-btn--hamburger:before,
.ps-btn--hamburger:after {
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #fff;
    z-index: 100;
    transition: all 0.4s ease;
}

.menu-toggle span,
.ps-btn--hamburger span {
    left: 15px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-toggle:before,
.menu-toggle:after,
.ps-btn--hamburger:before,
.ps-btn--hamburger:after {
    content: "";
    left: 15px;
}

.menu-toggle:before,
.ps-btn--hamburger:before {
    top: 16px;
}

.menu-toggle:after,
.ps-btn--hamburger:after {
    bottom: 16px;
}

.menu-toggle:hover,
.ps-btn--hamburger:hover {
    cursor: pointer;
}

.menu-toggle.active span,
.ps-btn--hamburger.active span {
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}

.menu-toggle.active:before,
.menu-toggle.active:after,
.ps-btn--hamburger.active:before,
.ps-btn--hamburger.active:after {
    top: 50%;
    bottom: auto;
    width: 20px;
    transform-origin: 50% 50%;
    background-color: #fc354c;
}

.menu-toggle.active:before,
.ps-btn--hamburger.active:before {
    transform: rotate(45deg);
}

.menu-toggle.active:after,
.ps-btn--hamburger.active:after {
    transform: rotate(-45deg);
}

@media (max-width: 1199px) {
    .menu-toggle,
    .ps-btn--hamburger {
        display: inline-block;
    }
}

.ps-btn--warning {
    border: 1px solid #fd8d27 !important;
    background-color: #fd8d27 !important;
    color: white !important;
}

.ps-btn--warning:hover {
    background-color: white !important;
    color: #fd8d27 !important;
}

.ps-btn--primary {
    border: 1px solid var(--themecolor) !important;
    background-color: var(--themecolor) !important;
    color: white !important;
}

.ps-btn--primary:hover {
    background-color: white !important;
    color: var(--themecolor) !important;
}

.ps-btn--disabled {
    border-color: #f0f2f5 !important;
    background-color: #f0f2f5 !important;
    color: var(--themecolor) !important;
    opacity: 0.5;
}

.ps-btn--success {
    border-color: #12a05c !important;
    background-color: #12a05c !important;
    color: white !important;
}

.ps-btn--border {
    border: 1px solid #f0f2f5 !important;
    background-color: #f0f2f5 !important;
    color: var(--themecolor) !important;
}

.ps-btn,
button.ps-btn {
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 25px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.ps-btn--rounded,
button.ps-btn--rounded {
    border-radius: 50px;
}

.ps-btn--curve,
button.ps-btn--curve {
    border-radius: 5px;
}

.ps-btn--outline,
button.ps-btn--outline {
    background-color: white !important;
    border: 1px solid #fd8d27 !important;
    color: #fd8d27 !important;
}

.ps-btn--outline:hover,
button.ps-btn--outline:hover {
    background-color: #fd8d27 !important;
    color: white !important;
}

.ps-btn--fullwidth,
button.ps-btn--fullwidth {
    width: 100%;
    text-align: center;
}

.ps-btn--sm,
button.ps-btn--sm {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
}

.ps-btn--sm.ps-btn--curve,
button.ps-btn--sm.ps-btn--curve {
    border-radius: 3px;
}

.ps-btn--lg,
button.ps-btn--lg {
    padding: 1.5rem 4rem;
}

.ps-btn--xl,
button.ps-btn--xl {
    padding: 2rem 6rem;
    font-size: 1.6rem;
}

.ps-btn--reverse,
button.ps-btn--reverse {
    background-color: #576391;
}

.ps-btn--reverse:hover,
button.ps-btn--reverse:hover {
    background-color: #ffc800;
}

.ps-btn--gray,
button.ps-btn--gray {
    background-color: #e5e5e5;
    color: #000000;
    font-size: 1.6rem;
}

.ps-btn--black,
button.ps-btn--black {
    background-color: #222;
}

.ps-btn--black.ps-btn--outline,
button.ps-btn--black.ps-btn--outline {
    background-color: transparent;
    border: 2px solid #222;
    color: #222;
}

.ps-btn--black.ps-btn--outline:hover,
button.ps-btn--black.ps-btn--outline:hover {
    background-color: #222;
    color: #ffffff;
}

.ps-btn:hover,
.ps-btn:active,
button.ps-btn:hover,
button.ps-btn:active {
    color: #fff;
    background-color: var(--themecolor);
}

.ps-btn:hover.ps-btn--black,
.ps-btn:active.ps-btn--black,
button.ps-btn:hover.ps-btn--black,
button.ps-btn:active.ps-btn--black {
    background-color: var(--themecolor);
}

.ps-btn--close {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    border-radius: 50%;
}

.ps-btn--close:before,
.ps-btn--close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 50%;
    background-color: #9f9a98;
    transform-origin: center center;
    transition: all 0.4s ease;
}

.ps-btn--close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ps-btn--close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ps-btn--close:hover {
    transform: rotate(180deg);
}

.ps-btn--close:hover:before,
.ps-btn--close:hover:after {
    background-color: #f44336;
    transition-delay: 0.3s;
}
.ps-checkout .ps-checkout__title {
    color: var(--themecolor);
    font-size: 34px;
    line-height: 40px;
}

.ps-checkout .ps-checkout__text {
    color: #5b6c8f;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.ps-checkout .ps-checkout__text a {
    color: var(--themecolor);
    font-weight: 600;
}

.ps-checkout .ps-checkout__wapper {
    margin-bottom: 30px;
}

.ps-checkout .ps-checkout__content {
    padding-top: 40px;
}

.ps-checkout .ps-checkout__group {
    margin-bottom: 20px;
}

.ps-checkout .ps-checkout__label {
    color: var(--themecolor);
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}

.ps-checkout .ps-checkout__heading {
    color: var(--themecolor);
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ps-checkout .ps-input,
.ps-checkout .ps-textarea {
    border-radius: 40px;
    height: 44px;
    border: none;
    width: 100%;
    background-color: #f0f2f5;
    color: #5b6c8f;
    font-size: 14px;
    padding: 10px 20px;
}

.ps-checkout .ps-textarea {
    border-radius: 15px;
}

.ps-checkout .ps-input::-moz-placeholder,
.ps-checkout .ps-textarea::-moz-placeholder {
    color: #5b6c8f;
    font-size: 14px;
}

.ps-checkout .ps-input:-ms-input-placeholder,
.ps-checkout .ps-textarea:-ms-input-placeholder {
    color: #5b6c8f;
    font-size: 14px;
}

.ps-checkout .ps-input::placeholder,
.ps-checkout .ps-textarea::placeholder {
    color: #5b6c8f;
    font-size: 14px;
}

.ps-checkout .ps-input:focus,
.ps-checkout .ps-textarea:focus {
    box-shadow: none;
}

.ps-checkout .ps-textarea {
    height: auto;
}

.ps-checkout .ps-checkout__form {
    border: 1px solid #f0f2f5;
    padding: 15px 20px 20px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.ps-checkout .ps-checkout__order {
    border: 3px solid #fd8d27;
    border-radius: 4px;
    padding: 25px 20px 30px;
    margin-bottom: 50px;
}

.ps-checkout .ps-checkout__order .form-check label {
    color: #5b6c8f;
}

.ps-checkout .ps-checkout__row {
    display: flex;
    border-bottom: 1px solid #f0f2f5;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.ps-checkout .toogle-password {
    min-width: 30px;
    padding-right: 10px;
    background-color: #f0f2f5;
    display: inline-flex;
    align-items: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 14px;
}

.ps-checkout .input-group input {
    width: auto;
    flex-grow: 1;
}

.ps-checkout .ps-label--danger {
    color: #f00000;
}

.ps-checkout .ps-hidden {
    display: none;
}

.ps-checkout .form-check label {
    margin-top: 4px;
    color: var(--themecolor);
    font-size: 14px;
}

.ps-checkout .form-check label::before {
    content: "";
    margin-right: 10px;
}

.ps-checkout .form-check label span {
    font-weight: 600;
    color: var(--themecolor);
}

.ps-checkout .form-check label img {
    max-width: 100px;
    margin: 0 5px;
}

.ps-checkout .form-check input:focus {
    box-shadow: none;
}

.ps-checkout .ps-title {
    color: var(--themecolor);
    font-weight: 600;
    font-size: 14px;
}

.ps-checkout .ps-product__price {
    color: var(--themecolor);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    min-width: 100px;
    text-align: right;
}

.ps-checkout .ps-product__name {
    color: var(--themecolor);
    font-size: 14px;
}

.ps-checkout .ps-product__name span {
    font-weight: 600;
}

.ps-checkout .ps-checkout__payment {
    padding-top: 15px;
}

.ps-checkout .ps-btn {
    padding: 10px 25px;
    text-transform: initial;
    font-weight: 500;
    height: 44px;
    font-size: 16px;
    margin-top: 15px;
}

.ps-checkout .payment-method {
    margin-bottom: 15px;
    position: relative;
}

.ps-checkout .payment-method .ps-note {
    background-color: #f0f2f5;
    color: #5b6c8f;
    border-radius: 4px;
    padding: 18px 25px;
    margin-top: 10px;
    position: relative;
}

.ps-checkout .payment-method .ps-note::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f2f5;
}

.ps-checkout .paypal-method {
    margin-bottom: 15px;
}

.ps-checkout .paypal-method label {
    margin-top: 0;
}

.ps-checkbox .w-auto {
    width: auto !important;
}

@media (min-width: 767px) {
    .ps-checkout .ps-checkout__form {
        padding: 15px 20px 20px;
    }
}

@media (min-width: 992px) {
    .ps-checkout .ps-checkout__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (min-width: 1280px) {
    .ps-checkout .ps-checkout__title {
        font-size: 50px;
        line-height: 60px;
    }
    .ps-checkout .ps-checkout__heading {
        font-size: 30px;
        line-height: 40px;
    }
    .ps-checkout .ps-input {
        font-size: 16px;
        height: 46px;
    }
    .ps-checkout .ps-input:hover {
        font-size: 16px;
    }
    .ps-checkout .ps-checkout__form {
        padding: 25px 30px 30px;
        margin-bottom: 90px;
    }
    .ps-checkout .ps-checkout__order {
        margin-bottom: 90px;
    }
    .ps-checkout .ps-btn {
        height: 46px;
        font-size: 18px;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .ps-product--detail
            .ps-product__quantity
            .number-input.def-number-input.safari_only
            button:before,
        .ps-product--detail
            .ps-product__quantity
            .number-input.def-number-input.safari_only
            button:after {
            margin-top: -0.3rem;
        }
    }
}
.ps-shopping .ps-shopping__title {
    color: var(--themecolor);
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
}

.ps-shopping .ps-shopping__title sup {
    font-size: 42%;
    line-height: 20px;
    margin-left: 10px;
    color: #5b6c8f;
}

.ps-shopping .ps-shopping__list li {
    margin-bottom: 10px;
}

.ps-shopping .ps-shopping__table {
    display: none;
}

.ps-shopping .ps-product--wishlist .ps-product__quantity,
.ps-shopping .ps-product--wishlist .ps-product__subtotal {
    display: flex;
}

.ps-shopping .ps-product--wishlist .ps-product__cart,
.ps-shopping .ps-product--wishlist .ps-product__stock {
    display: none;
}

.ps-shopping .ps-shopping__footer {
    padding-top: 50px;
    margin-bottom: 50px;
}

.ps-shopping .ps-shopping__footer .ps-btn {
    display: inline-block;
    width: auto;
    text-transform: initial;
    height: 44px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 500;
}

.ps-shopping .ps-input {
    display: inline-block;
    padding: 5px 15px;
    max-width: 200px;
    border-radius: 40px;
    font-size: 16px;
    height: 44px;
    background-color: #f0f2f5;
    color: #5b6c8f;
    border-color: #f0f2f5;
}

.ps-shopping .ps-input::-moz-placeholder {
    color: #5b6c8f;
    font-size: 16px;
}

.ps-shopping .ps-input:-ms-input-placeholder {
    color: #5b6c8f;
    font-size: 16px;
}

.ps-shopping .ps-input::placeholder {
    color: #5b6c8f;
    font-size: 16px;
}

.ps-shopping .ps-shopping__coupon {
    display: flex;
    margin-bottom: 15px;
}

.ps-shopping .ps-shopping__coupon .ps-btn {
    margin-left: 10px;
}

.ps-shopping .ps-shopping__button .ps-btn:first-child {
    margin-right: 10px;
}

.ps-shopping .ps-shopping__label {
    line-height: 20px;
    font-size: 14px;
    color: var(--themecolor);
    font-weight: 600;
    padding: 10px 0;
}

.ps-shopping .ps-shopping__box {
    color: var(--themecolor);
    border: 1px solid #f0f2f5;
    border-radius: 4px;
    padding: 5px 20px 30px;
    margin-bottom: 50px;
}

.ps-shopping .ps-shopping__row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f2f5;
}

.ps-shopping .ps-shopping__row .ps-shopping__label {
    padding: 0;
}

.ps-shopping .ps-shopping__price {
    color: var(--themecolor);
    font-weight: 600;
    font-size: 18px;
}

.ps-shopping .ps-shopping__text {
    font-size: 14px;
    padding-left: 20px;
}

.ps-shopping .ps-shopping__checkout {
    padding-top: 20px;
    text-align: center;
}

.ps-shopping .ps-shopping__checkout .ps-btn {
    margin-bottom: 15px;
    text-transform: initial;
    height: 44px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
}

.ps-shopping .ps-shopping__toggle {
    text-decoration: underline;
    font-size: 14px;
    color: var(--themecolor);
    display: block;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 10px;
    padding-left: 20px;
}

.ps-shopping .ps-shopping__link {
    text-decoration: underline;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.ps-shopping .ps-shopping__checkbox {
    margin-bottom: 10px;
}

.ps-shopping .ps-shopping__checkbox label {
    margin-top: 3px;
    font-size: 14px;
    color: var(--themecolor);
}

.ps-shopping .ps-shopping__checkbox label::before {
    margin-right: 5px;
    content: "";
}

.ps-shopping .ps-shopping__group {
    margin-bottom: 15px;
}

.ps-shopping .ps-shopping__form {
    padding-top: 10px;
    display: none;
}

.ps-shopping .ps-shopping__form .ps-input {
    font-size: 14px;
}

.ps-shopping .ps-shopping__form .ps-input::-moz-placeholder {
    font-size: 14px;
}

.ps-shopping .ps-shopping__form .ps-input:-ms-input-placeholder {
    font-size: 14px;
}

.ps-shopping .ps-shopping__form .ps-input::placeholder {
    font-size: 14px;
}

.ps-shopping .ps-shopping__form .select2-selection--single {
    border: none;
}

.ps-shopping .ps-shopping__form .select2-selection__rendered {
    border-radius: 40px;
    height: 44px;
    background-color: #f0f2f5;
    border-color: #f0f2f5;
    color: #5b6c8f;
    font-size: 14px;
    padding: 10px 25px;
}

.ps-shopping .ps-section--latest {
    margin-bottom: 80px;
}

.ps-shopping .ps-section--latest .ps-section__title {
    font-size: 26px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .ps-shopping .ps-shopping__title {
        font-size: 45px;
        line-height: 50px;
    }
    .ps-shopping .ps-shopping__footer,
    .ps-shopping .ps-shopping__box {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .ps-shopping .ps-shopping__list {
        display: none;
    }
    .ps-shopping .ps-shopping__table {
        display: block;
    }
    .ps-shopping .ps-shopping__footer {
        display: flex;
    }
    .ps-shopping .ps-shopping__coupon {
        flex-grow: 1;
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .ps-shopping .ps-shopping__title {
        font-size: 50px;
        line-height: 60px;
    }
    .ps-shopping .ps-section--latest .ps-section__title {
        font-size: 30px;
        line-height: 40px;
    }
    .ps-shopping .ps-shopping__footer .ps-btn {
        padding: 10px 25px;
        font-size: 18px;
    }
    .ps-shopping .ps-input {
        padding: 10px 25px;
        max-width: 270px;
        font-size: 18px;
    }
    .ps-shopping .ps-input::-moz-placeholder {
        font-size: 16px;
    }
    .ps-shopping .ps-input:-ms-input-placeholder {
        font-size: 16px;
    }
    .ps-shopping .ps-input::placeholder {
        font-size: 16px;
    }
}
/* product Work Start */
.product .box {
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
}
.product .box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.product .box .box-body {
    padding: 20px;
}
.product .box a {
    text-decoration: none;
}
.product .box .title {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product .box .product-content {
    height: 42px;
    overflow: hidden;
    margin-bottom: 10px;
}
.product .box .price {
    font-weight: 500;
}
.product .box p {
    font-size: 14px;
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* product Work End */

/* faq Work Start */
.faq .accordion .accordion-item {
    margin: 10px 0px;
    border: 1px solid #ddd !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.faq .accordion .accordion-item h4 button {
    font-weight: 600 !important;
    box-shadow: none;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: black;
}
.faq .accordion {
    width: 100%;
    margin: auto;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--white) !important;
    background-color: rgb(231 98 101);
}
/* faq Work End */

.about .product-details .detail-product-box {
    display: flex;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01);
    margin-top: 15px;
    justify-content: space-between;
}
.about.product-details .detail-product-box .content {
    width: 100%;
}
.about.product-details .detail-product-box .content .title {
    font-size: 18px;
}
.about.product-details .detail-product-box .content .quality {
    display: block;
}
.about.product-details .box-new {
    padding: 0;
    margin: 0;
    border: none;
}
.about.product-details .detail-product-box .content .quality h6 {
    text-align: center;
}
.about.product-details .detail-product-box .content .price {
    font-size: 26px;
    margin: 15px 0px;
    font-weight: 700;
    color: #9b9b9b;
}
.about.product-details .detail-product-box .content .price small {
    font-size: 14px;
}
.about.product-details .detail-product-box .quantity {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

/* news news-details  */

.news-details .news-content {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    transition: all 0.3s 0s linear;
    display: block;
    text-decoration: none;
}
.news-details .news-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.news-details .news-content .section-heading {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.news-details .news-content p {
    margin-bottom: 15px;
    text-align: justify;
}
.news-details .news-content .btn {
    margin-top: 10px;
}
.news-details .right-side {
    padding: 15px;
}
.news-details .sub-heading {
    font-size: 20px;
    margin-bottom: 20px;
}
.news-details .side-news {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
.news-details .side-news img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}
.news-details .side-news .subtitle {
    font-size: 16px;
    width: calc(100% - 115px);
    line-height: 22px;
    color: var(--black);
    margin: 0px;
    text-align: left;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* how it works start */
.main {
    background: url(../image/RaiseTogether-How-It-Work-Bg1-scaled.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.main2-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 80px;
}
.main2-content .box {
    background-color: #eff1fe;
    padding: 60px;
    position: relative;
    border-radius: 20px;
    margin: 80px 0px;
}
.main2-content .box2 {
    margin-bottom: 20px;
}
.main2-content .mini-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eff1fe;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    line-height: 28px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -25px;
    z-index: 999;
    padding: 5px;
    font-weight: 900;
    transform: translate(-50%, 0);
}

.main2-content .box-content {
    text-align: center;
    padding: 14px;
}
.box-content-second {
    text-align: justify !important;
}
.main2-content .box-content-second p {
    text-align: justify !important;
}
.main2-content .box-content h3 {
    color: #000000;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 30px;
    text-transform: capitalize;
}

.main2-content .box-content h3 span {
    color: #f06367;
}

.main2-content .box-content p {
    text-align: center;
}
.main2-content .box-img img {
    width: 100%;
    opacity: 1;
    display: inline-block;
    height: auto;
    max-width: 70%;
    vertical-align: middle;
}
.main2-content .box-img {
    display: flex;
    justify-content: center;
}
.main2-content .headline {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

.main2-content .headline span {
    color: #f06367;
}

.main2-content .boxes-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main2-content .boxes-img img {
    max-width: 120px;
    width: 100%;
}

.main2-content .box1 {
    background-color: #f9c1c2;
}

.main2-content .mini {
    background-color: #f06367;
}
.main2-content .box-content1 {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 20px;
}
.main2-content .box2 {
    background-color: #eff1fe;
}

.main2-content .exclusive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box2 .exclusive img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.main .entries-box {
    margin: 30px 0px;
}
.how-it-works .box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/* how it works end  */

/* Campaign Details Below Image */
.campaign-details .campaign-ended {
    background-color: #757575;
    color: #f1f1f1;
    font-weight: 600;
    text-align: center;
    height: 50px;
    padding: 10px;
}
/* Campaign Details Below Image */

/* Google Translator Work Start */
.skiptranslate iframe {
    display: none;
}
#google_translate_element {
    margin: 0px 15px;
}
.goog-te-gadget-simple {
    padding: 5px 0px !important;
    border: none !important;
}
.goog-te-gadget-simple:after {
    position: relative;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    margin-left: 5px;
    color: var(--black);
    font-size: 14px;
}
.goog-te-gadget-simple a {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--websitefont);
}
.goog-te-gadget-simple img {
    display: none;
}
.goog-te-gadget-simple a img + span {
    display: none;
}
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    width: 200px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15) !important;
    background-color: var(--white) !important;
}
/* Google Translator Work End */

/* Terms and conditions Work Start */
.t-and-c .content h1,
.t-and-c .content h2,
.t-and-c .content h3,
.t-and-c .content h4,
.t-and-c .content h5,
.t-and-c .content h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}
.t-and-c .content b,
.t-and-c .content strong {
    font-weight: 600;
}
.t-and-c .content a {
    color: var(--bg2);
}
/* Terms and conditions Work End */

/* Whatsapp btn fixed */
.whatsapp-btn {
    position: fixed;
    left: 20px;
    bottom: 70px;
    display: inline-block;
    z-index: 1;
}
.whatsapp-btn img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
/* Whatsapp btn fixed */

.campaign-sliders .owl-nav button.owl-prev {
    left: 15px !important;
}

.campaign-sliders .owl-nav button.owl-next {
    right: 15px !important;
}

/* Google Language Text Start */
.VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child {
    display: none;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed:before {
    content: "Language";
}
/* Google Language Text End */
.color-selector h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
    line-height: 1;
}

.color-pallet {
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.pallet-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.pallet-div {
    text-align: center;
}
.pallet-div label {
    width: 50px !important;
    height: 50px !important;
    border-radius: 5px;
    margin-bottom: -5px !important;
    cursor: pointer;
    position: relative;
}
.pallet-div input:checked ~ label:after {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.campaign-accordion {
    border: none !important;
    margin-top: 30px;
}

.campaign-accordion .accordion-item {
    border-radius: 0px;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.campaign-accordion .accordion-item .accordion-collapse {
    border-radius: 0px;
}

.campaign-accordion .accordion-button:not(.collapsed) {
    background: #28a1d5c9;
    color: #fff;
    border: 1px solid #28a1d5c9;
}

.campaign-accordion .accordion-button:focus {
    box-shadow: none;
}

.campaign-accordion .accordion-button {
    width: 100%; /* Full width for text accordions */
    height: 60px; /* Set height */
    border: 1px solid #ddd; /* Border */
    border-radius: 20px !important; /* Rounded corners */
    display: flex;
    align-items: center;
    justify-content: space-between; /* Keep text left & chevron right */
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Chevron size & alignment */
.campaign-accordion .accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    transition: transform 0.3s ease;
}

.campaign-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg); /* Rotate chevron when open */
}

/* Spacing between accordion items */
.campaign-accordion .accordion-item {
    /* margin-bottom: 10px; */
    border: none; /* Optional: remove default borders between items */
}

/* Nested accordion same style */
#nestedFaqAccordion .accordion-button {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
    font-size: 16px;
}

#nestedFaqAccordion .accordion-button::after {
    width: 25px;
    height: 25px;
    background-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nestedFaqAccordion .accordion-button::after {
    /* Hide the default chevron */
    background-image: none;
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: #333;
    transition: transform 0.3s ease;
}

#nestedFaqAccordion .accordion-button:not(.collapsed) {
    background: none !important;
    color: #000 !important;
}

/* When the nested accordion is open (expanded) */
#nestedFaqAccordion .accordion-button:not(.collapsed)::after {
    content: "−"; /* This is the minus sign */
}

.time-counters {
    margin: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 80px;
}
.time-counters .countdown {
    position: relative;
}
.time-counters .countdown:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    border-left: 2px dashed #ddd;
}
.time-counters .countdown:first-child::before {
    display: none;
}
.time-counters .countdown span {
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}
.time-counters .countdown small {
    font-size: 18px;
    letter-spacing: 1px;
}

.campaign-accordion .accordion-button {
    border-radius: 50px !important;
}
.campaign-accordion .accordion-button::after {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion-body {
    padding: 0px 0px 20px 0px;
}
.main-banners {
    position: relative;
    /* height: 400px; */
    overflow: hidden;
}

.main-banners .title {
    font-size: 50px;
    margin-bottom: 20px;
    color: #fff;
}

.main-banners .main-content p {
    font-size: 18px;
    margin-bottom: 15px;
}

.main-banners .carousel-item img {
    width: 100%;
    object-fit: cover;
}

.main-banners .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    left: 10%;
    right: auto;
    z-index: 2;
    width: 80%;
}

.main-banners .carousel-indicators {
    /* bottom: 20px; */
    display: none;
}
.main-banners .carousel-control-prev,
.main-banners .carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
}

.main-banners .carousel-control-prev:hover,
.main-banners .carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

/* Custom Chevron Icons */
.main-banners .carousel-control-prev-icon,
.main-banners .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.main-banners .carousel-control-next {
    right: 50px;
}
.main-banners .carousel-control-prev {
    left: 50px;
}

.main-banners .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 1;
}

.our-winner .section-heading {
    margin-bottom: 20px;
}

.our-winner .winner-card {
    min-height: 380px;
    margin-top: 30px;
    border-radius: 20px;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.our-winner .winner-content {
    background: white;
    border-radius: 20px;
    padding: 80px 30px 30px 30px;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    min-height: 326px;
}

.our-winner .winner-card:hover {
    transform: translateY(-10px);
}

.our-winner .winner-image {
    width: 150px !important;
    height: 150px;

    border-radius: 50%;
    object-fit: cover;
    margin-bottom: -80px;
    background: #48b9e9;
    position: relative;
    z-index: 999;
}

.our-winner .winner-text {
    margin-top: 1rem;
    font-size: 16px;
    color: #4b5563;
    line-height: 1.5;
}
.our-winner .limit-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.our-winner .winner-text .limit-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.our-winner .winner-name {
    margin-top: 1rem;
    font-weight: bold;
    color: #48b9e9;
    font-size: 1rem;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.our-winner .winner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent, #48b9e9, transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.how-its-works {
    /* padding: 60px 0px; */
    background-color: rgb(33, 33, 33);
}

.how-its-works .how-it-box {
    text-align: center;
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
}

.how-its-works .how-it-box .img-box {
    /* background: linear-gradient(to right, #48b9e9, #1761a0); */
    background-color: #48b9e9;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 3px solid #48b9e9; */
    margin-bottom: 25px;
}

.how-its-works .how-it-box .img-box img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.how-its-works h4 {
    color: #fff;
    margin-bottom: 10px;
}
.how-its-works .section-heading {
    color: white;
    margin-bottom: 10px;
}

.how-its-works p {
    color: white;
    margin-bottom: 0;
}
.how-its-works .how-it-box h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: white;
    position: relative;
    font-weight: 500;
    /* padding-bottom: 10px; */
}

/* .how-its-works .how-it-box h3::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    right: 0;
    bottom: 0;
} */

.how-its-works .how-it-box p {
    margin-bottom: 0px;
}

.our-winner {
    overflow: hidden;
}

.campaign-banner {
    min-height: 304px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 60px 0px;
    position: relative;
}

.campaign-banner * {
    position: relative;
}

.campaign-banner-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.campaign-banner .title {
    font-size: 50px;
}

.campaign-details .entries-right-box {
    position: sticky;
    top: 120px;
}

.winner-text .read-more {
    background: #eee;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 50px;
    color: black;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
}

/* Winner Video Work Start */
.winner-video iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}
/* Winner Video Work End */

/* Our Team Work Start */
.our-team {
    background-color: rgb(33, 33, 33);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.our-team .shape3 {
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 200px;
    transform: rotate(80deg);
    opacity: 0.5;
}
.our-team .shape4 {
    position: absolute;
    left: 0;
    top: 20%;
    width: 250px;
    opacity: 0.5;
}
.our-team .team-box {
    color: var(--white);
    text-align: center;
    position: relative;
}
.our-team .team-box img {
    width: 150px;
    height: 150px;
    border: 8px solid var(--bg);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.our-team .team-box .title {
    color: inherit;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.our-team .team-box p {
    margin: 0px;
    font-style: italic;
    line-height: 1.2;
}
/* Our Team Work End */

/* Events Work Start */
.event-listing .banner-content .title {
    height: 22px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.events .bg {
    width: 100%;
    height: calc(100vh - 80px);
    padding: 50px 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-size: cover;
    color: var(--white);
    position: relative;
    text-align: center;
}
/* .events .bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */
.events .bg * {
    color: inherit;
    position: relative;
}
.events .bg .heading {
    font-size: 65px;
    line-height: 1;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 10px;
    font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.events .bg .content {
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 5px;
}
.events .right-side {
    height: 100%;
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.events .right-side .logo {
    height: 80px;
    filter: brightness(100);
}
.events .right-side .link {
    color: var(--white);
    border: 1px solid var(--white);
    padding: 10px;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    transition: all 0.3s 0s linear;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.events .right-side .link:hover {
    background-color: var(--white);
    color: var(--black);
}
.events-about .link {
    color: var(--white);
    border: 1px solid var(--white);
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s 0s linear;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-bottom: 30px;
}
.events-about .section-heading {
    text-transform: uppercase;
    font-size: 40px;
}
.events-about .content {
    font-size: 20px;
    color: var(--white);
}
.events-register label {
    color: var(--white);
}
.events-register .price-text {
    color: var(--white);
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}
.events-register .price-text small {
    font-weight: normal;
    font-size: 12px;
}
/* Events Work End */

#additional-member .form-control:disabled {
    background-color: #b1b1b1 !important;
    opacity: 1;
}
