***********************
/* @import url(general-font.css); */
/* hero */

/* *********************** */

:root {
    --font-family: "Gotham";
}

body {
    font-family: var(--font-family) !important;
    padding: 0 !important;
}

.hero {
    /* margin: -8rem 0 0 0; */
    background: linear-gradient(
        0deg,
        rgb(251, 203, 152, 0.35) 0%,
        rgb(255, 255, 255, 1) 100%
    );

    z-index: 1;
    overflow: hidden;
    position: relative;
    padding-bottom: 3.5rem;
}

.hero1-img {
    width: 50%;
    position: absolute;
    top: -10%;
    left: -5%;
}

.hero2-img {
    width: 30%;
    position: absolute;
    bottom: 0%;
    right: 0%;
}

.hero1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
}

.hero-img-box {
    position: relative;
    /* padding: 0 15px; */
}

/* .hero-img-box::before {
    content: "";
    width: 200px;
    height: 50px;
    background: #f4e2ed;
    opacity: 0.8;
    border-radius: 50px;
    position: absolute;
    bottom: 20%;
    right: -10%;
    z-index: 1;
} */

/* .hero-img-box::after {
    content: "";
    width: 100px;
    height: 50px;
    background: #f4e2ed;
    opacity: 0.8;
    border-radius: 50px;
    position: absolute;
    top: 13%;
    left: 5%;
    z-index: 1;
} */

.yoga-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.flower-img {
    width: 12%;
    position: absolute;
    right: -35%;
}

.color-gray {
    color: #666;
    position: absolute;
    /* top: 45%; */
    bottom: 30%;
    left: 30%;
    width: 10%;
}

.color-gray img {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-primary{
    /* top: 35%; */
    bottom: 40%;
    position: absolute;
    right: 37%;
    left: 10%;
    font-size: 37px !important;
}

@media screen and (max-width: 800px) {
    .heading-primary{
        /* top: 35%; */
        bottom: 15%;
        position: absolute;
        right: 37%;
        left: 10%;
        font-size: 37px !important;
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
    height: 50px !important;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50% !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
    background-color: transparent !important;
    border: 1px solid #b53b89 !important;
    border-radius: 50%;
}

.carousel-control-prev-icon {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next-icon {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* *********************** */

/* topics */

/* *********************** */
.topics {
    margin: 10rem 0;
    position: relative;
}

.t-flower {
    position: absolute;
    top: 10%;
    left: 6%;
    transform: translate(-50%, -50%);
}

.t-flower2 {
    position: absolute;
    bottom: -20%;
    right: 2%;
    transform: translate(-50%, -50%);
}

.mycard {
    border: none !important;
}

.carousel-inner2 {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    /* overflow: hidden; */
}

.mycard-img-top {
    width: 90%;
    border-radius: 15px;
    height: 35vh;
    background-size: cover;
}

.mycard-img-top1 {
    width: 100%;
    border-radius: 15px;
    height: 40vh;
    background-size: cover;
}

.mycard-img-box {
    position: relative;
}

.mycard-img-wrapper{
    position: relative;
    width: 300px;
}

.black-backdrop img{
    position: relative;
}

.black-backdrop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

/* .t-follow {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #B53B89;
  padding: .8rem 1rem;
  border-radius: 5px;
  position: absolute;
  top: 10%;
  right: -5%;
  transform: translate(-50%, -50%);
  transition: all .3s;
} */

/* .new-t-follow {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #11111180 !important;
  padding: .8rem 1rem;
  border-radius: 5px;
  position: absolute;
  top: 10%;
  right: -5%;
  transform: translate(-50%, -50%);
  transition: all .3s;
} */

/* .t-follow:hover {
  background-color: #763360;
} */

.t-name {
    width: 80%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    font-family: var(--font-family);
    bottom: 2%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.t-name2 {
    width: 80%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font-family);
    color: #fff;
    position: absolute;
    bottom: -5%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.t-line-or {
    width: 10%;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pre-icon {
    width: 4rem;
    height: 4rem;
    background-color: #fff !important;
    border: none !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.rp {
    right: 2.5% !important;
}

@media only screen and (max-width: 970px) {
    .t-follow {
        font-size: 12px;
    }

    .t-name {
        font-size: 16px;
        line-height: 30px;
    }

    .t-name2 {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        left: 55%;
    }
}

/* *********************** */

/* today sale */

/* *********************** */

.trending {
    /* margin: 15rem 0 0 0; */
    position: relative;
    /* padding: 10rem 0; */
    /* background: linear-gradient(-360deg, #b53b89 -72.45%, #b53b89 100%); */
    /* box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08); */
}

.line-head {
    margin-top: -3rem;
}

.round-line {
    position: absolute;
    top: 53%;
    left: 18%;
    transform: translate(-50%, -50%);
}

.slide-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.depression {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    padding: 0.8rem 1.5rem;
    border-radius: 40px;
    color: #b53b89;
    text-align: center;
}

/* slider */
.slider {
    height: 400px;
}

/* slider-arrows */
.arrow {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    bottom: -22% !important;
}

.gg {
    right: 49% !important;
}

.ll {
    left: 52% !important;
}

.slide-card-1 {
    width: 361px;
    height: 242px;
    border-radius: 4px;
    padding: 3rem;
    /* background: linear-gradient(180deg, #3d113a 0%, #763360 100%); */
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.post-experience{
    width: 330px;
    margin-top: 10px !important;
}

.trending_slider .post-experience{
    width: 100%;
}

.trending_slider .slide-card-10{
    height: 200px;
}

.post-experience span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: smaller;
}

.trending_slider .bg-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.trending_slider .bg-thumb::before {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.trending_slider .bg-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending_slider .slide-card-1 {
    padding: 0;
    background: transparent;
}

.trending_slider .slide-card-1 {
    position: relative;
}

.trading-inner-wrapper {
    position: relative;
    z-index: 10;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.m-t-3{
    margin-top: 15px;
}

.trending_slider .owl-theme .owl-nav{
  margin-top: 50px;
}



.trending_slider .owl-theme .owl-nav button{
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #fff !important;
    margin: 0 15px;
    border-radius: 50%;
    background-color: transparent !important;

}

.trending_slider .owl-theme .owl-nav button.owl-prev{
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .addnewpost {
        right: 4% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .addnewpost {
        right: 4% !important;
    }
}

@media only screen and (max-width: 440px) {
    .slide-card-1 {
        width: 375px;
        height: 380px;
        border-radius: 4px;
        padding: 3rem;
        background: linear-gradient(180deg, #3d113a 0%, #763360 100%);
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
        border-radius: 15px;
    }

    .msg-text {
        font-weight: 400;
        font-size: 13px !important;
        line-height: 30px;
        color: #fff;
    }

    .btn-yellow:link,
    .btn-yellow:visited {
        color: #fafafa;
        background-color: #b53b89;
        padding: 0.5rem 2rem;
    }

    .heading-primary{
        /* top: 35%; */
        bottom: 10%;
        position: absolute;
        right: 37%;
        left: 10%;
        font-size: 37px !important;
    }

}

.c-share {
    position: relative;
    width: 3.4375em;
    height: 3.4375em;
}

.c-share__input {
    display: none;
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon {
    transition: 0s;
    width: 0;
    height: 0;
    color: #000;
}

.hr {
    border: 0 !important;
}

.addnewpost {
    width: auto;
    height: auto;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    padding: 4.2%;
    font-family: var(--font-family);
    font-size: 16px;
    border: 0;
    color: white;
    border-radius: 10px;
    /* position: absolute; */
    z-index: 1;
    /* right: 10%; */
}

.cantfind {
    font-size: 20px;
    font-weight: 600;
}

.select-topic {
    margin-top: -39px !important;
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
    transform: rotate(-45deg);
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
    transform: rotate(45deg);
}

.c-share__input:checked ~ .c-share_options {
    width: 7.0625em;
    height: 13.5em;
    border-radius: 0.3125em;
}

.c-share__input:checked ~ .c-share_options::before,
.c-share__input:checked ~ .c-share_options li {
    transition: 0.3s 0.15s;
    opacity: 1;
    transform: translateY(0);
}

.c-share__toggler,
.c-share_options {
    position: absolute;
    right: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.c-share__toggler {
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-share__icon {
    position: relative;
    left: -0.3125em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    color: #000;
    background-color: currentColor;
    box-shadow: 0.625em -0.625em, 0.625em 0.625em;
    transition: 0.1s 0.05s;
}

.c-share__icon::before,
.c-share__icon::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 0.125em;
    background-color: currentColor;
    transition: 0.1s;
}

.c-share__icon::before {
    top: 0.1875em;
    left: 0.1875em;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.c-share__icon::after {
    top: -0.125em;
    left: 0.03125em;
    transform-origin: center;
    transform: rotate(-45deg);
}

.c-share_options {
    list-style: none;
    margin: 0;
    padding: 1.0625em 1.25em;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
    background-color: #fff;
}

.c-share_options::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 1.25em;
    font-weight: 700;
}

.c-share_options li {
    font-size: 0.875em;
    color: #464646;
    cursor: pointer;
}

.c-share_options li:not(:last-child) {
    margin-bottom: 0.75em;
}

.c-share_options::before,
.c-share_options li {
    opacity: 0;
    transform: translateY(0.625em);
    transition: 0s;
}

.msg-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.msg-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: var(--font-family);
}

.msg-icon {
    color: #fff;
}

/* *********************** */

/* recommended */

/* ************************ */

.recommended {
    /* background-color: #f8f8f8;
    padding: 10rem 0; */
}

.heading {
    position: relative;
}

.line-or {
    width: 20%;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-box {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
    padding: 2.5rem;
    /* margin-right: 15px; */
    margin-bottom: 15px;
}

.re-profile-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.re-profile {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.re-user {
    font-size: 20px;
    line-height: 30px;
}

.re-time {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.re-icon-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.re-icon-cr {
    color: #b53b89;
}

.re-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #111111;
    font-family: var(--font-family);
}

.re-line {
    border: 1px solid #dddddd;
    margin: 2.5rem 0;
}

.re-like-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.re-msg {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.re-like {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.re-msg-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #111111;
    font-family: var(--font-family);
    margin-bottom: 0;
    white-space: nowrap;
}

.re-like-icon {
    fill: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
}

.depression {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    background-color: #f4e2ed;
    font-family: var(--font-family);
    padding: 0.8rem 1.5rem;
    border-radius: 40px;
    color: #b53b89;
}

/* ********************** */

/* feature */

/* ********************** */

.feature {
    margin: 10rem 0;
}

.f-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-family: var(--font-family);
    width: 81%;
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ********************** */

/* subscribe */

/* ********************** */

.subscribe {
    margin: 0 0 -10rem 0;
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 1250px) {
    .subscribe {
        margin: 0 0 -8rem 0;
        position: relative;
        z-index: 99;
    }
}

.subscribe-box {
    background: linear-gradient(0deg, #3d113a 0%, #763360 100%);
    box-shadow: 0px 10px 40px rgba(54, 13, 52, 0.3);
    border-radius: 20px;
    padding: 6rem 1rem;
    text-align: center;
}

.subscribe-heading {
    font-weight: 200 !important;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-family: var(--font-family);
}

@media only screen and (max-width: 850px) {
    .subscribe-heading {
        font-size: 25px;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
    }
}

@media only screen and (max-width: 600px) {
    .subscribe-heading {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
    }

    .subscribe-box .subscribe-heading {
        line-height: 40px;
    }

    .subscribe-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #fff;
    }
}

.subscribe-heading span {
    font-weight: 800;
}

.subscribe-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: var(--font-family);
}

.subscribe-input-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.subscribe-input {
    width: 40%;
    padding: 1.2rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    border-radius: 10px;
    border: none;
}

.subscribe-input:focus {
    outline: none;
}

@media only screen and (max-width: 600px) {
    .subscribe-input {
        width: 65%;
        padding: 1rem;
        font-size: 14px;
    }
}

/* ********************** */

/* footer */

/* ********************** */

.footer {
    position: relative;
}

.footer-back-img {
    height: 400px;
}

.footer2 {
    margin-top: -10rem;
}

.footer-box2 {
    width: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-box {
    width: 80%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 36px;
}

.footer-brand {
    font-weight: 800;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 0.2em;
    color: #ffffff;
    margin-top: 5rem;
}

.footer-list {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
    justify-content: center;
}

.footer-list a {
    font-family: var(--font-family);
}

.footer-item:link,
.footer-item:visited {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.footer-item:hover {
    color: #f1f1f1;
}

.footer-line {
    width: 100%;
    border: 1px solid #ffffff;
    opacity: 0.3;
    margin: 2rem 0 0 0;
}

.follow-box {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.follow-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: var(--font-family);
}

.follow-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.follow-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(255, 255, 255, 0.6);
    border-radius: 50%;
}

.follow {
    display: flex;
    align-items: center;
    margin: 3rem 0 0 0;
    justify-content: space-between;
}

.footer-bottom {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: var(--font-family);
    z-index: -1;
}

/* .footer-privacy{
    position: absolute;
    bottom: 8%;
    left: 3%;
} */

/* .footer-cookie{
    position: absolute;
    bottom: 8%;
    right: 1%;
} */

.footer-cookie a{
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: var(--font-family);
}

.footer-privacy a{
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: var(--font-family);
}

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



@media only screen and (max-width: 900px) {
    .footer-pic {
        height: 520px;
    }

    .subscribe {
        margin: 0 0 -13rem 0;
        position: relative;
        z-index: 99;
    }

    .follow {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        margin: 3rem 0 0 0;
    }

    .footer-list {
        gap: 10px;
        margin-top: 4rem;
    }
}

@media only screen and (max-width: 900px) {
    .footer-item:link,
    .footer-item:visited {
        font-size: 14px;
    }

    .follow-text {
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 12px;
    }

    .footer-line {
        margin: 2rem 0 1rem 0;
    }

    .footer-box {
        width: 90%;
    }
}

.footer-brand {
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.2em;
    color: #ffffff;
    margin-top: 13rem;
    font-family: var(--font-family);
}

.newan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ************************************************************ */

/* sign up page */

/* ************************************************************ */
@media only screen and (max-width: 1024px) {
    /* .modal-dialog{
    margin-left: 20px;
    margin-right: 0px;
  } */
}
.sign-img {
    background-image: url(../img/right.png);
    width: 100%;
    height: 100%;
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .modal-dialog {
  margin-right: 0 !important;
} */

.forgotpassword-img {
    background-image: url(../img/forgot_password_right.png);
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: contain;
}

.signin-img {
    background-image: url(../img/sign_in_right.png);
    width: 100%;
    height: 100vh;
    /* position: fixed; */
    background-repeat: no-repeat;
    background-size: cover;

    /* position: absolute;
  width: 960px;
  height: 1080px;
  left: 960px;
  top: 1080px; */
}

.signup-back1 {
    width: 55%;
    position: absolute;
    top: 13%;
    left: 28%;
    transform: translate(-50%, -50%);
}

.sign-up {
    margin: 5rem 15rem 5rem 5rem;
}

@media only screen and (max-width: 900px) {
    .sign-up {
        margin: 5rem 5rem 5rem 5rem;
    }
}

.sign-logo {
    /* width: 50%;
  height: 50%; */
    width: 40%;
    height: 40%;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.sign-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #111111;
    margin-top: 2.5rem;
    font-family: var(--font-family);
}

.sign-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    font-family: var(--font-family);
}

.text-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
}

.text-input {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    padding: 1.5rem;
    border: 1px solid #dddddd !important;
    border-radius: 10px;
}

.field-icon {
    float: right;
    margin-left: -24px;
    margin-top: -39px;
    margin-right: 12px;
    position: relative;
    z-index: 2;
}

/* .container{
  padding-top:50px;
  margin: auto;
} */

.signup {
    width: 98%;
    margin: 0 auto;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border-radius: 10px;
    font-weight: 350;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 1.5rem 0;
    transition: all 0.5s;
}

.signup:hover {
    transform: scale(1.03);
    color: #fff;
}

.gradient-border-bg {
    width: 98%;
    margin: 0 auto;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #b53b89 0%, #b53b89 100%) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 350;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 1.5rem 0;
}

.gradient-border-bg:hover {
    transform: scale(1.03);
    color: #000;
}

.already-text {
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    text-align: center;
    margin-top: 4rem;
}
.already-text a {
    text-decoration: none;
}

.already-text span {
    color: #b53b89;
    text-decoration: none;
}

/* ************************************************************ */

/* about us page */

/* ************************************************************ */

.about {
    position: relative;
    height: 37vh;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: -4; */
}

.close-topic-model {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 16px;
}
textarea {
    resize: none;
}

@media only screen and (max-width: 1024px) {
    .close-topic-model {
        position: absolute;
        top: 4%;
        right: 7%;
        font-size: 16px;
    }
    /* .topic-model-center{
    margin-left: 20% ;
  } */
}

.about-heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
    font-family: var(--font-family);
}

.about1-img {
    width: 55%;
    position: absolute;
    top: -50%;
    left: -4%;
    /* z-index: 99; */
}

/* ******************* */

/* review */

/* ****************** */

.review-about {
    padding: 10rem 0 20rem 0;
    position: relative;
    background-color: #f8f8f8;
}

#container {
    /* height: 100vh;
    width: 100vw; */
    margin: 0;
    padding: 0;
    /* background: #F8F8F8; */
    display: grid;
    place-items: center;
}

#slider-container {
    height: 600px;
    width: 100%;
    max-width: 1400px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
}

#slider-container .btn {
    position: absolute;
    top: calc(50% - -42%);
    height: 21px;
    width: 20px;
    border-left: 5px solid #b53b89;
    border-top: 5px solid #b53b89;
}

#slider-container .btn:hover {
    transform: scale(1.2);
}

/* #slider-container .btn.inactive {
    border-color: #B53B89
  } */

#slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    left: 47%;
}

#slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 47%;
}

#slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%;
    transition: all 0.5s;
}

#slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    /* box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white; */
    display: grid;
    place-items: center;
}

#slider-container #slider .slide span {
    color: white;
    font-size: 150px;
}

.review1 {
    background: #ffffff;
    padding: 3rem;
    border: 1px solid #dddddd;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-name {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #111111;
}

.review-que {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}

.review-paregraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.review-img1 {
    margin-top: -9rem;
}

@media only screen and (min-width: 1100px) {
    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }
}

@media only screen and (max-width: 1100px) {
    #slider-container #slider .slide {
        width: calc(5.1% - 20px);
    }
}

@media only screen and (max-width: 900px) {
    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }
}

@media only screen and (max-width: 550px) {
    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }
}

.subscribe2 {
    margin: -15rem 0 -15rem 0;
    position: relative;
    z-index: 99;
}

/*  ****************************/

/* faq */

/* ***************************** */

.faq {
    margin: 10rem 0;
}

.faqs_about {
    margin: auto;
    padding: 0 15px;
    text-align: center;
}

.faqs_about ul {
    text-align: left;
}

.transition,
p,
ul li i:before,
ul li i:after {
    transition: all 0.3s;
}

.faqs_about .no-select,
.faqs_about h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.faqs_about h2 {
    color: #000;
    font-family: "hm_light", sans-serif;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: 0.2s;
}

.faqs_about p {
    color: #666;
    text-align: left;
    font-family: "hm_light", sans-serif;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    max-height: 260px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 3rem;
    padding: 0 50px 0rem 15px;
    transition: 0.3s opacity, 0.6s max-height;
    hyphens: auto;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .faqs_about p {
        font-size: 14px;
        line-height: 24px;
    }

    .faqs_about h2 {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px 0;
    }
}

.faqs_about ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.faqs_about ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #b53b89 0%, #b53b89 100%) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
}

.faqs_about ul li + li {
    margin-top: 15px;
}

.faqs_about ul li:last-of-type {
    padding-bottom: 0;
}

.faqs_about ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
}

.faqs_about ul li i:before,
ul li i:after {
    content: "";
    position: absolute;
    background-color: #cc071e;
    width: 3px;
    height: 9px;
}

.faqs_about ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.faqs_about ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.faqs_about ul li input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}

.faqs_about ul li input[type="checkbox"]:checked ~ h2 {
    color: #000;
}

.faqs_about ul li input[type="checkbox"]:checked ~ p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: 0.3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}

.faqs_about ul li input[type="checkbox"]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.faqs_about ul li input[type="checkbox"]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

/* *********************************** */
/* about-text */
/* *********************************** */

.about-text {
    /* margin: 12rem 15rem; */
    position: relative;
}

.composition__photo {
    width: 60%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all 0.2s;
    outline-offset: 2rem;
}

.composition__photo:hover {
    transform: scale(1.05) translateY(-0.5rem);
    box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.composition__photo--p1 {
    left: 32%;
    top: 3rem;

    /* z-index: 999; */
}

.composition__photo--p2 {
    left: 0%;
    top: 22rem;
}

@media only screen and (max-width: 992px) {
    .composition {
        margin-top: 92%;
    }

    .composition__photo--p1 {
        left: 35%;
        top: -5rem;
    }

    .composition__photo--p2 {
        left: 3%;
        top: 15rem;
    }
}

@media only screen and (max-width: 600px) {
    .composition {
        margin-top: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .composition {
        margin-top: 120%;
    }

    .composition__photo--p1 {
        left: 35%;
        top: -5rem;
    }

    .composition__photo--p2 {
        left: 3%;
        top: 8rem;
    }
}

.about-mymind {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.composition:hover .composition__photo:not(:hover) {
    transform: scale(0.95);
}

/* *********************************** */

/* vision section */

/* ********************************* */

.vision {
    background-color: #f8f8f8;
    margin: 10rem 0 5 0;
    padding: 10rem 0;
}

.vision-img {
    width: 100%;
    transition: all 0.5s;
}

.mision-img {
    width: 100%;
    transition: all 0.5s;
}

.mision-img:hover,
.vision-img:hover {
    transform: scale(1.03);
}

.vision-right {
    width: 24px;
    height: 24px;
    background-color: #b53b89;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vison-list-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    row-gap: 2rem;
}

@media only screen and (max-width: 600px) {
    .vison-list-box {
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        row-gap: 2rem;
        margin-top: 2rem;
    }
}

.vision-list {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vision-list-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
}

/* ***************************************************** */

/* contact page */

/* **************************************************** */
.contact {
    margin: 5rem 0 10rem 0;
}

.view-name-box {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    position: relative;
    z-index: 66;
}

ul.breadcrumb li {
    display: inline;
    font-size: 20px;
    color: #f8f8f8;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: #fff;
    /* content: "\003E"; */
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 988;
}

ul.breadcrumb li a:hover {
    color: #e5e5e5;
    text-decoration: underline;
}

.text-label span {
    color: #b53b89;
}

.contact-us {
    margin: 5rem 5rem 5rem 0rem;
}

.mail-icon-box {
    width: 66px;
    height: 66px;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-icon {
    color: #fff;
}

.mail-text {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
}

.mail-id:link,
.mail-id:visited {
    font-size: 24px;
    line-height: 34px;
    color: #111111;
    text-decoration: none;
}

.mail-box {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.contact-img {
    width: 95%;
}

@media only screen and (max-width: 767px) {
    .contact-us {
        margin: 5rem 0rem 5rem 0rem;
    }

    .about1-img {
        width: 70%;
        position: absolute;
        top: -50%;
        left: -4%;
        z-index: 99;
    }
}

@media only screen and (max-width: 767px) {
    .sm-space2 {
        padding: 0 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .sm-space {
        padding: 0 3rem;
    }
}

/* *************************************************** */

/* View Profile */

/* *************************************************** */

.profile {
    margin: 10rem 0;
}

.profile-box {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    color: #fff;
    display: flex;
    gap: 2rem;
    padding: 4rem;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
    position: relative;
}

@media only screen and (max-width: 900px) {
    .profile-box {
        flex-direction: column;
        padding: 3rem;
    }

    .profile-name {
        font-size: 30px !important;
    }

    .profile-mail {
        font-size: 18px !important;
        line-height: 30px;
    }

    .profile-mail {
        font-size: 18px !important;
        line-height: 30px;
    }

    .about-heading {
        font-size: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .profile-mail-box {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }

    .about-heading {
        font-size: 30px;
    }

    .profile-name {
        font-size: 25px !important;
    }

    .profile-paregraph {
        font-size: 16px !important;
    }

    .space-left {
        padding-left: 0rem !important;
    }

    .re-user {
        font-size: 18px;
        line-height: 30px;
    }

    .re-time {
        font-size: 14px;
        line-height: 22px;
        color: #666;
    }
    .profile-box{
        padding: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .re-profile {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        flex-direction: column;
    }

    .re-profile-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .re-like {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 1rem;
    }
}

.profile-name {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
}

.profile-mail {
    font-size: 20px;
    line-height: 30px;
}

.profile-mail-box {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.profile-city {
    position: relative;
    margin: 0 !important;
}

.profile-city::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 46%;
    left: 8%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.profile-paregraph {
    font-weight: 100;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
}

.edit-btn {
    text-decoration: none;
    position: absolute;
    right: 5%;
    top: 14%;
}

.edit-text {
    font-size: 16px;
    line-height: 22px;
    color: #111;
}

.edit {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s;
}

.edit:hover {
    transform: scale(1.05);
}

/* profile-tab */

.profile-tab {
    background-color: #f8f8f8;
    padding: 10rem 0 15rem 0;
}

.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-main-box {
    padding: 4rem;
    margin-bottom: 3rem;
    background: #fffffff6;
}

.tabs {
    display: flex;
    align-items: center;
}

.tab {
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    padding: 1rem 3rem;
    margin: 0px 2px;
    background: #fff;
    display: inline-block;
    color: #000;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.2rem 0.4rem #00000080;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.panels {
    min-height: 200px;
    width: 100%;
    /* max-width:500px; */
    border-radius: 3px;
    overflow: hidden;
}

.panel {
    display: none;
    animation: fadein 0.8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.radio {
    display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
    display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
    color: #fff;
    background-color: #b53b89;
}

.c-share__icon1 {
    position: relative;
    left: -0.3125em;
    width: 0 !important;
    height: 0 !important;
    border-radius: 50%;
    color: #b53b89;
    background-color: currentColor;
    box-shadow: 0.625em -0.625em, 0.625em 0.625em;
    transition: 0.1s 0.05s;
}

.c-share__icon1::before {
    width: 0 !important;
    height: 0 !important;
}

.c-share__icon1::after {
    width: 0 !important;
    height: 0 !important;
}

.share-icon {
    margin-top: -1.2rem;
}

.color-pink {
    color: #b53b89;
}

.space-left {
    padding-left: 7rem;
}

/* ****************************************** */

/* setting*/

/* ****************************************** */

.changepassword {
    margin: 10rem 0;
}

.tabcontant-box {
    background-color: #f8f8f8;
    border-radius: 15px;
    padding: 3rem 6rem 6rem 6rem;
}

.tab2 {
    float: left;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
    width: 100%;
}

/* Style the buttons inside the tab */
.tab2 button {
    display: block;
    /* background-color: inherit; */
    color: black;
    padding: 1.5rem 1.5rem;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 10px;
    margin-bottom: 1.6rem;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
    background: linear-gradient(rgb(181, 59, 137) 0%, rgb(181, 59, 137) 100%);
    color: white;
    p{
        color: white;
    }
}

/* Create an active/current "tab button" class */
.tab2 button.active {
    background-color: rgb(255,0,127,0.3);
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    /* height: 300px; */
}

.setting-pass {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.setting-pass p {
    font-size: 20px;
    line-height: 30px;
    color: #111111;
}

@media only screen and (max-width: 767px) {
    /* .setting-pass p {
        display: none;
    } */

    .fff {
        display: flex !important;
    }

    .dd {
        width: 15% !important;
    }

    .ee {
        width: 80% !important;
    }

    .tabcontant-box {
        padding: 1rem 2rem 2rem 2rem;
        margin-left: -4rem;
    }
}

@media only screen and (max-width: 500px) {
    /* .setting-pass p {
        display: none;
    } */

    .fff {
        display: flex !important;
    }

    .dd {
        width: 20% !important;
    }

    .ee {
        width: 80% !important;
    }

    .tabcontant-box {
        padding: 1rem 2rem 2rem 2rem;
        margin-left: -2rem;
    }
}

/* new css */

.header-menu a img {
    margin-right: 48px;
}

.nav-font {
    margin-right: 30px;
}

.navbar-nav li a {
    font-family: var(--font-family);
}

.subscribe-width {
    width: 1170px;
}

/* .col-space {
  width: 46% !important;
} */

@media only screen and (max-width: 768px) {
    .carousel-item {
        /* position: absolute !important; */
        /* display: none; */
        /* float: left; */
        /* width: auto !important; */
        /* margin-right: -100%; */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform 0.6s ease-in-out;
    }

    .carousel-inner {
        position: unset !important;
        width: 100% !important;
        overflow: hidden;
        /* height: 300px !important; */
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 33% !important;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15% !important;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: 0.5;
        transition: opacity 0.15s ease;
    }
}

/* 404 page css */

.fourzerofour-wrapper {
    margin-bottom: 100px;
}
.fourzerofour-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 0 90px;
}

.fourzerofour-box .display-3 {
    font-size: 25rem;
    font-weight: bold;
    color: #eaeef9;
    padding: 0 0 97px;
    z-index: 1;
}

.fourzerofour-box .bg-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin-top: 20px;
}

.fourzerofour-box .bg-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.error-content {
    font-size: 20px;
    font-weight: 600;
}

.fourzerofour-wrapper button {
    margin-top: 100px;
}

@media only screen and (max-width: 768px) {
    .fourzerofour-box {
        max-width: 450px;
        padding: 0 25px;
        margin: 0 auto;
    }

    .fourzerofour-box .display-3 {
        font-size: 18rem;
    }
    .fourzerofour-box .bg-1 {
        max-width: 62%;
        margin-top: 38px;
    }

    .fourzerofour-box .bg-2 {
        max-width: 95%;
    }

    .error-content {
        font-size: 18px;
    }

    .fourzerofour-wrapper button {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .fourzerofour-box .display-3 {
        font-size: 14rem;
    }
}

.toast-message {
/*    background: darkblue;*/
/*    color: #fff;*/
    font-size: 20px;
/*    width: 34vw;*/
/*    padding: 30px 20px;*/
}

.form-switch .form-check-input:checked{
    background-color: #b53b89  !important;
    border-color: #b53b89 !important;
}

.link {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000;
}

.pl-35{
    padding-left: 35px !important;
}

.pr-35{
    padding-right: 20px !important;
}

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

.theme-color{
    color: #b53b89 !important;
}