* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Muli";
    overflow-x: hidden;
    line-height: normal;
}

*:focus {
    color: inherit;
    outline: inherit;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    text-decoration: none;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: "Roboto";
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

img {
    width: 100%;
    height: auto;
}

.section-title .fs-36 {
    font-size: 36px !important;
}



/* ======================== top-caches-css =============================*/
.top-caches-container {
    padding: 50px 0;
    border-bottom: 1px solid #cdcdcd;
    background-color: #f8f8f8;
    position: relative;
    z-index: 9;
}

.top-caches-container::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../image/paralaxe-image.png");
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.section-title h2 {
    font-size: 60px !important;
    color: #1b1d1f !important;
    font-weight: 400;
    margin-bottom: 35px;
}

.section-title h2 span {
    font-weight: 700;
}

.flip-box-inner .flip-box-front {
    position: relative;
}

.flip-box-inner .flip-box-front img {
    width: 100%;
    height: auto;
}

.flip-box-inner .flip-box-front h2 {
    color: #fff;
    position: absolute;
    bottom: 37px;
    line-height: 1.025em;
    font-size: 2.286em;
    font-weight: 400;
    left: 50%;
    max-width: 650px;
    transform: translateX(-50%);
    width: 100%;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-back {
    padding: 50px 20px;
    background-color: #ebebeb;
    text-align: center;
    transform: rotateY(180deg);
}

.flip-box-back p {
    font-size: 18px;
    line-height: 1.714em;
    margin-bottom: 1.571em;
}

.become-consultant-btn {
    padding: 13px 19px;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    border-radius: 33px;
    font-size: 14px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.become-consultant-btn:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.textstyling a {
    color: #24cbd3;
    display: block;
    font-weight: 400;
    font-size: 18px;
}

/* ======================== shopping-slider-css =============================*/

.shopping-consultant-btn {
    padding: 13px 39px !important;
}

.shopping-consultant-btn:hover {
    background-color: #24cbd3;
    color: #fff;
    border-color: #24cbd3;
}

.shopping-slider-container {
    padding: 50px 0 80px 0;
}

.shopping-slider-box {
    width: 33%;
    text-align: center;
}

.shopping-slider-box img {
    width: 300px;
    margin: 0 auto 10px;
}

.shopping-slider-box p {
    color: #5d5d5d;
    font-size: 14px;
    word-break: break-word;
}

.shopping-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -67px !important;
}

.shopping-slider .slick-dots li {
    margin: 0 0.25rem;
}

.shopping-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: rgba(186, 186, 186, 0.88);
    text-indent: -9999px;
}

.shopping-slider .slick-dots li.slick-active button {

    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.next-icon i,
.prev-icon i {
    font-size: 25px;
}

.next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    color: #333;
    width: 30px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    color: #333;
    width: 30px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.lightboxpreview {
    transition: all .3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}

.modal-content {
    width: 100%;
}


.modalscale {
    transform: scale(0);
    opacity: 0;
}



/* ======================== profile-css =============================*/
.profile-container {
    padding: 30px 0;
    background-color: #f2f2f2 !important;
}

.profile-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 10px;
    width: 260px;
    height: auto;
}

.profile-img {
    text-align: center;
}

.profile-img h2 {
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 10px;
    font-weight: 400;
}

.profile-img p {
    font-size: 18px;
    color: #5d5d5d;
}

.profile-text {
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.profile-text h2 {
    font-size: 36px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1.571em;
    font-family: "EB-Garamond";
}

.profile-text p {
    text-align: right;
    font-size: 34px;
    color: #000;
    font-weight: 400;
    font-family: "EB-Garamond";
}

/* ======================== blog-css =============================*/
.blog-container {
    background-color: rgba(30, 202, 211, 0.15) !important;
    padding: 80px 15px;
    border-top: 3px solid rgb(167 184 184 / 51%);
}

.blog-box {
    background: white;
    color: #4d4d4d;
    border: 1px solid #d0d0d0;
    padding: 15px;
    width: 19%;
    min-height: 550px;
}

.blog-box h2 {
    font-family: "Muli";
    margin-bottom: 10px;
    word-wrap: break-word;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog-box p {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0;
}

.blog-box a {
    font-size: 12px;
    color: #24cbd3;
}

.timeline-avatar {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 50%;
    width: 30%;
    height: auto;
}

.blog-image {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.blog-footer-box {
    display: flex;
    justify-content: space-between;
}

.social-icon ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icon ul li a {
    color: #24cbd3;
    font-size: 22px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.social-icon ul li a:hover,
.chat-icon ul li a:hover {
    color: #000;
}

.chat-icon ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-icon ul li a {
    color: #24cbd3;
    font-size: 22px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.chat-icon ul li a span {
    font-size: 16px;
}

.host-party-section {
    background-image: url("../image/host-a-lovewinx-party.jpg") !important;
}

.policy-section {
    background-image: url("../image/policy.jpg") !important;
}


.about-main-desc p {
    font-family: 'Muli';
    line-height: 1.143em;
    font-weight: 300;
    font-style: normal;
    font-size: 1.571em;
}

.about-text-title {
    padding-left: 20px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    color: #000;
    font-weight: 400 !important;
    font-size: 1.286em;
    margin-bottom: 1.571em;
    font-family: "EB-Garamond";
}

.about-text-title p {
    font-family: "EB-Garamond";
    line-height: 1.3em !important;
    font-size: 1em !important;
    font-weight: 400;
    color: #000;
}

.about-text-title p a {
    font-family: "EB-Garamond";
}

.flip-box-width-border {
    padding-top: 35px;
    padding: 15px;
    border-left: 1px solid #000;
}

.accordion-container .btn {
    padding: 20px 15px;
    font-weight: 600;
    font-size: 20px !important;
    border-radius: 0;
    border: 0;
    background-color: #ffffff;
    color: #1b1d1f;
    text-align: left !important;
}

.accordion-container .btn:focus {
    box-shadow: none;
}

.accordion-container .btn[aria-expanded="true"] {
    background-color: #25cad3;
    color: #fff;
}

.accordion-container .btn[aria-expanded="true"] .fa-angle-right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.accordion-container .card-body {
    background-color: #25cad3 !important;
}

.accordion-container .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.accordion-container .card {
    border: 0;
}

.accordion-container .card-body {
    padding: 15px;
}

.accordion-container .card-body p {
    color: #fff;
    font-size: 18px;
    font-family: "Muli";
}


/* ======== back-to-top css ============= */
#button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 50;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgb(0 0 0 / 80%);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
}

#button:hover {
    background-color: rgb(0 0 0);
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.consultant-testimoniols-image {
    background-image: url("../image/consultant-testimoniols-image.jpg") !important;
}

.consultant-testimoniols-box {
    border: 1px solid #cccccc;
    background-color: rgba(242, 242, 242, 0.59) !important;
    padding: 20px;
    height: 435px;
    overflow: hidden;
    margin-bottom: 20px;
}

.consultant-testimoniols-box h2 {
    font-size: 24px;
    color: #24cbd3;
    font-weight: 400;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Roboto Condensed";
}

.consultant-testimoniols-box a {
    font-size: 18px;
    color: #5d5d5d;
    line-height: 1.714em;
    font-family: "Muli";
}

#load-more-btn {
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    padding-top: 9px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background-color: transparent;
    line-height: normal;
}

#load-more-btn:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.join-lovemix-image-section {
    background-image: url("../image/join-lovemix-image.jpg") !important;
}

.lif-div-text {
    font-size: 35px !important;
}

.ul-list li {
    padding-left: 18px;
    position: relative;
    font-size: 18px;
}

.ul-list li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #5d5d5d;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 11px;
}

hr {
    background: #ededed;
    border: 0;
    height: 1px;
    margin: 15px 0;
}

.about-text .link,
.about-text-title p a {
    color: #24cbd3;
    font-weight: 400;
    font-size: 18px;
    font-family: "Muli";
}

.join-lovewinx-container .pdf-icon {
    color: #1b1d1f !important;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.join-lovewinx-container .pdf-icon:hover svg {
    animation: spinAround 2s linear infinite;
}

.join-lovewinx-container a {
    background-color: #edcb36 !important;
    border: 2px solid #edcb36 !important;
    padding: 12px 0 !important;
    margin-bottom: 35px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #000 !important;
}

.join-lovewinx-container a:hover {
    background: #24cbd3 !important;
    border-color: #24cbd3 !important;
}

@keyframes spinAround {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.live-passionate-table-container-community thead tr th {
    border: 0;
    text-align: center;
    color: #080808;
    font-size: 1.143em;
    font-family: "Roboto Condensed";
    font-weight: 400;
    vertical-align: top;
}

.live-passionate-table-container tbody tr td:first-child,
.live-passionate-table-container-community tbody tr td:first-child {
    width: 55%;
    text-align: left;
}

.live-passionate-table-container-community {
    border-bottom: 1px solid #000;
    border-left: 0 !important;
}

.live-passionate-table-container-community tbody .rowheader td {
    background-color: #25cad3;
}

.live-passionate-table-container-community tbody .rowheader td {
    border-right: 1px solid #000 !important;
    padding: 10px 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    padding-left: 10px !important;
    font-family: "Roboto Condensed";
    font-size: 25px;
    border-bottom: 0 !important;
}

.live-passionate-table-container-community tbody .rowheader td h4 {
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-weight: 500;
}

.live-passionate-table-container-community tbody tr td {
    border-right: 1px solid #585858;
    padding: 10px 5px 10px 20px;
    border-right: 1px solid #000 !important;
    text-align: center;
    font-size: 18px;
    color: #5d5d5d;
    font-family: "Muli";
    border-bottom: 0 !important;
}

.live-passionate-table-container-community tbody tr:nth-child(even):not(:has(h4)) {
    background-color: #f0f0f0;
}

.bg-gray-dark-800 {
    background-color: #f8f8f8;
}

.textstylingLFT {
    font-family: "Muli";
}




.live-passionate-table-container-community tbody tr td svg {
    color: #5d5d5d;
}



.about-section {
    background-image: url("../image/about-bg.jpg");
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.about-main-title {
    font-size: 65px;
    line-height: 1.25em;
    font-weight: 700;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    color: #1ecad3;
}

.ul-beght-list {
    border-bottom: 1px solid #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b0b0b0;
    font-size: 12px;
    line-height: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
    background-color: #f2f2f2;
    z-index: 1;
    position: relative;
}

.ul-beght-list li span,
.ul-beght-list li a {
    font-size: 16px;
    font-family: "Muli";
    font-weight: 500;
    display: block;
    color: #b0b0b0;
}

.ul-beght-list li a:hover {
    color: #1ecad3;
}

/* live-passionate-section Start*/
.socila-box {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.socila-box a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.5s ease;
    color: #fff;
}

.socila-box .facebook {
    background-color: #3765a3;
}

.socila-box .facebook:hover {
    background-color: #265085;
}

.socila-box .twitter {
    background-color: #28a9e2;
}

.socila-box .twitter:hover {
    background-color: #207ca3;
}

.socila-box .google {
    background-color: #dc483b;
}

.socila-box .google:hover {
    background-color: #a1261b;
}

.socila-box .linkedin {
    background-color: #007bb6;
}

.socila-box .linkedin:hover {
    background-color: #006492;
}

.socila-box .pinterest {
    background-color: #cb2027;
}

.socila-box .pinterest:hover {
    background-color: #a01b1f;
}

/* live-passionate-section End*/
/* live-passionate-section */
.lif-div {
    font-family: "Roboto Condensed";
    line-height: 1.267em;
    font-weight: normal;
    font-style: normal;
    font-size: 2.714em;
}

.bg-gray-dark {
    background-color: #f2f2f2;
}

.py-50 {
    padding: 50px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-28 {
    margin-bottom: 28px;
}

.flex-1 {
    flex: 1;
}

.about-text {
    font-weight: 400;
    font-size: 18px;
    font-family: "Muli";
    line-height: 1.714em;
    color: #5d5d5d;
    display: block;
}

.banner-text-a {
    font-family: "Muli";
    line-height: normal;
    font-weight: 300;
    font-size: 1.571em;
    color: #fff;
    margin-top: 15px;
}

.live-passionate-section .flip-box-width {
    width: 436px;
}

.flip-box-width .flip-box-back p {
    color: #5d5d5d;
}

.live-passionate-section .flip-box-inner .flip-box-front h2 {
    line-height: 1.03em;
    width: 400px;
    text-align: left;
}

.live-passionate-section .flip-box-back {
    padding: 40px 20px;
}

.top-trans-div {
    transform: translateY(-25px);
}

.about-contact-bg {
    background-image: url("../image/host-a-lovewinx-party.jpg");
}

.main-contact-bg {
    background-image: url("../image/contact-bg.jpg");
}

/* main-form Start  */
.main-form .form-group-g {
    margin-bottom: 30px;
}

.main-form .form-group-g label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.286em;
    padding: 12px 0;
    display: inline-block;
    color: #5d5d5d;
    font-family: "Muli";
}

.main-form .form-group-g .form-control {
    background-color: transparent;
    border-radius: 0;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #bfbfbf;
    line-height: 1.286em;
    color: #787878;
}

.main-form .form-group-g .textarea-control {
    height: 200px;
}

.form-btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #24cbd3;
    line-height: normal;
    border-radius: 5px;
    font-family: "Roboto";
    transition: all 0.5s ease;
}

.form-btn:hover {
    background-color: #0caab2;
}

/* contact-page-link */
.contact-page-link a {
    color: #24cbd3;
    font-weight: 300;
    font-family: "Muli";
}

.lif-div-contact {
    font-size: 48px;
}

.lif-div-sub {
    font-size: 33px;
}

.red {
    color: red;
}
.flip-box-back-content p{
    margin-bottom: 0.571em;
}


/* ======== media query css ============= */
@media screen and (min-width:1440px) {
    .container {
        max-width: 1440px;
    }
}


@media (max-width: 1300px) {
    .top-trans-div {
        transform: translateY(0px);
        margin-top: 30px;
    }

    .sm-mt-30 {
        margin-top: 30px;
    }
}


@media screen and (max-width:1200px) {
    .flip-box-inner .flip-box-front h2 {
        font-size: 1.286em;
    }

    .profile-img img {
        width: 100%;
    }

    .profile-text h2,
    .profile-text p {
        font-size: 30px;
    }

    .blog-box {
        width: 32%;
    }
}

@media screen and (max-width:991px) {
    .blog-box {
        width: 47%;
    }

    .section-title h2 {
        font-size: 40px !important;
    }

    .profile-text h2,
    .profile-text p {
        font-size: 27px;
    }

    .accordion-container .btn {
        font-size: 18px !important;
    }

    .about-section {
        height: 520px;
    }

    .live-passionate-section .inner-passionate-div {
        flex-direction: column;
    }

    .live-passionate-section .flip-box-width {
        width: 100%;
    }

    .live-passionate-section .flip-box-width .flip-box-front img {
        height: 320px;
        object-fit: cover;
        object-position: center;
    }

    .live-passionate-section .flip-box-inner .flip-box-front h2 {
        padding: 0 15px;
        width: 100%;
    }
}


@media screen and (max-width:768px) {
    .header-logo img {
        height: auto;
        width: 210px !important;
    }

    .shopping-slider-container {
        padding: 40px 0;
    }

    .live-passionate-section .flip-box-width .flip-box-front img {
        height: 407px;
    }

}

@media (max-width: 600px) {
    .about-main-title {
        font-size: 42px;
        line-height: 1.25em;
    }

    .lif-div {
        font-size: 39px;
        margin-bottom: 8px;
    }

    .socila-box {
        display: none;
    }

    .contact-page-link a {
        margin-bottom: 0;
    }

    .main-form .form-group-g label {
        padding: 0 0 10px 0;
    }

    .main-form .form-group-g {
        margin-bottom: 22px;
    }
}

@media screen and (max-width:576px) {
    .flip-box-back p {
        font-size: 16px;
    }

    .flip-box-back {
        padding: 30px 20px;
    }

    .section-title h2 {
        font-size: 30px !important;
        margin-bottom: 22px;
    }

    .profile-text h2,
    .profile-text p {
        font-size: 23px;
    }

    .profile-img {
        margin-bottom: 30px;
    }

    .profile-img img {
        width: 70%;
    }

    .flip-box-inner .flip-box-front h2 {
        font-size: 15px;
    }

    .top-caches-container {
        padding: 30px 0;
    }

    .dropdown-item {
        padding: 10px 0 !important;
    }

    .blog-box {
        width: 100%;
        min-height: 100%;
    }

    .flip-box-back p {
        margin-bottom: 0.571em;
    }

    #close {
        top: 50px;
        right: 15px;
    }

    .accordion-container .btn {
        font-size: 16px !important;
    }

    .live-passionate-table-container-community tbody tr td {
        font-size: 16px;
    }

    .live-passionate-table-container-community tbody .rowheader td h4 {
        font-size: 20px;
    }
}

@media (max-width: 370px) {
    .live-passionate-section .flip-box-back {
        padding: 17px 15px;
    }
}

@media screen and (max-width:375px) {
    .flip-box-back {
        padding: 16px 20px;
    }

    .flip-box-back p {
        font-size: 12px;
    }

    .flip-box-back .become-consultant-btn {
        padding: 9px 17px !important;
    }
}

@media screen and (max-width:320px) {}