@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0 !important;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
    font-family: "Roboto", sans-serif;
}

:root {
    --light-black: #2f2f2f;
    --black: #121212;
    --white: #ffffff;
    --linear-pink: linear-gradient(157.69deg, #643232 -6.2%, #F95D5D 72.65%);
    --skin-light: #FFD9D9;
    --pink: #F95D5DD9;

}

nav {
    background: #f95d5d9d;
    backdrop-filter: blur(15px);
}
.dropdown-item:active{
    background-color:#FB9B9B !important;
}
.dropdown-item:hover{
    background-color:#FB9B9B !important;
}
.secondaryFont {
    font-family: "Montserrat", sans-serif;
}

.logo_img {
    width: 140px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.hero_section {
    height: 780px;
    background: url(../images/hero-bg.webp);
    background-size: cover;
    background-position: bottom center;
}

.nav-item .nav-link {
    color: var(--light-black);
    text-transform: uppercase;
    font-weight: 500;
}

.scroll-container {
    overflow: hidden;
}

.primary_heading {
    font-size: 3em !important;
    font-weight:700;
    color: var(--black);
    font-family: "Montserrat", sans-serif;
}

.secondary_heading {
    font-weight: 700;
    color: var(--black);
    font-family: "Montserrat", sans-serif;
}

h6 {
    line-height: 34px !important;
    font-size: 1.3rem !important;
    color: var(--black);
}

p {
    font-size: 20px;
    color: var(--black);
}

.callBtn {
    background: linear-gradient(90deg, #643232 13.21%, #F95D5D 87.51%);
    border-radius: 50px;
    padding: 12px 25px;
    color: var(--white);
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    white-space: nowrap;
    font-weight: 600;
    transition: all 0.3s linear;
    position: relative;
}

.callBtn:hover {
    transform: translateY(-10px);
}

.play_btn {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translate(-70%, 0);
    z-index: 1;
}

.play_btn svg {
    width: 85px;
}

.social-icons a svg {
    width: 25px;
    height: 25px;
}

.author_img {
    width: 400px;
    animation: floating 5s linear infinite;
    z-index: 0;
}

.floating_anime {
    animation: floating 5s linear infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.border_bottom {
    position: relative;
}

.border_bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #643232;
    border-radius: 20px;
    margin-bottom: -10px;
}

.about_img img {
    width: 450px;
}

.about_img img:nth-child(2) {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 0;
    z-index: 0;
}

.rrr_section {
    width: 100%;
    background: url(../images/3r.png);
    background-size: cover;
    background-position: center top;
}

.cta_section {
    background: url(../images/yoga.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: var(--linear-pink);
    opacity: 0.8;
}

.consult_btn {
    background: var(--white);
    color: var(--black);
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 12px 25px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    white-space: nowrap;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s linear;
}

.consult_btn:hover {
    color: var(--white);
    background: transparent;
    border: 2px solid var(--white);
}

.soo_img {
    width: 90px;
}

.relation_card.active {
    width: 100%;
    height: 250px;
    border: 2px solid #F95D5D;
    border-radius: 10px;
    background: var(--skin-light);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 15px;
}

.relation_card.active h3 {
    background: linear-gradient(157.69deg, #643232 -6.2%, #F95D5D 72.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
}

.relation_card.active svg {
    width: 45px;
    height: 45px;
}

.relation_card {
    width: 100%;
    height: 250px;
    border: 2px solid #F95D5D;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 15px;
    transition: 0.3s linear;
}

.relation_card:hover {
    background: var(--skin-light);
}

.relation_card h3 {
    background: linear-gradient(157.69deg, #643232 -6.2%, #F95D5D 72.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
}

.relation_card svg {
    width: 45px;
    height: 45px;
}

.help_section {
    background: var(--skin-light);
}

.content_overly {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.content_overly svg {
    width: 60px;
    height: 60px;
}

.accordion-item {
    margin-bottom: 30px !important;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

.accordion-button {
    font-weight: 500 !important;
    font-size: 20px !important;
    background: #F1F1F199 !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    margin: 0 12px !important;
}

.swiper-pagination-bullet {
    height: 28px !important;
    width: 28px !important;
    background: url(../images/dot.png) !important;
    background-size: contain !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    height: 28px !important;
    width: 28px !important;
    background: url(../images/active-dot.png) !important;
    background-size: contain !important;
}

.client_name {
    background: linear-gradient(157.69deg, #643232 -6.2%, #F95D5D 72.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Montserrat", sans-serif;
}

.accordion-button:not(.collapsed) {
    color: var(--black) !important;
}

.accordion-button::after {
    background: url(../images/arrow.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.blog_section {
    background: var(--skin-light);
}

.date_mark {
    position: absolute;
    top: 0;
    left: 13%;
    z-index: 1;
    background: var(--linear-pink);
    width: 50px;
    height: 55px;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer_bg {
    background: url(../images/footer-bg.webp);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

input:focus {
    outline: none !important;
}

.footer_img {
    width: 250px;
}

.icons a svg {
    width: 35px;
}

.modal {
    backdrop-filter: blur(15px);
}

.btn-close:focus {
    box-shadow: none !important;
}

.parent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.right {
    height: auto;
    width: 100%;
}

.social-box {
    height: 100%;
    width: 100%;
    border: 2px dashed gray;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 45px;
    position: relative;
}

.youtube-img {
    width: 11%;
    position: absolute;
    top: -10px;
    right: 26%;
}

.fb-2-img {
    width: 12%;
    position: absolute;
    bottom: -5%;
    left: 12%;
    transform: translate(50%, 0);
}

.fb-img {
    width: 15%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(13%, -50%);
}

.insta-img {
    position: absolute;
    width: 14%;
    top: 50%;
    left: -3%;
    transform: translate(0, -50%);
}

.x2-img {
    position: absolute;
    width: 14%;
    bottom: -4%;
    left: 69%;
}

.x-img {
    position: absolute;
    width: 13%;
    top: -3%;
    left: 22%;
}

.banner_section {
    height: 250px;
    width: 100%;
    background: url(../images/banner-img-1.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: -1;
}

.banner_overly {
    background: var(--pink);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.decor_1 {
    width: 19%;
}

.decor_2 {
    width: 7%;
}

.decor_3 {
    top: 40%;
    left: 57%;
    transform: translate(-50%, -50%);
    width: 7%;
}

.mvv-card {
    transition: transform 0.3s linear;
}

.mvv-card:hover {
    transform: translateY(-10px);
}

.flower_pot{
    animation: flip-vertical 4s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 90%;
}

@keyframes flip-vertical {
    0% {
        transform: scale(0);
        filter: hue-rotate(0deg);

    }

    100% {
        transform: scale(1);
        filter: hue-rotate(120deg);

    }
}

.change_img {
    animation: flip 4s linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
}


@keyframes flip {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

.circle_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white);
    border-radius: 100%;
    width: 80%;
    height: 80%;
    z-index: 1;
}

.circle_content img {
    width: 100%;
}

.circle_content svg {
    width: 60px;
    height: 60px;
}

.circle_content~img {
    transition: transform 5s linear;
}

.circle_content:hover~img {
    transform: rotate(360deg);
}

body {
    overflow-x: hidden;
}

.test_card {
    margin-top: 30px !important;
    height: 270px;
    width: 100%;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--pink);
    position: relative;
}

.test_card::after {
    content: '';
    height: 40px;
    width: 40px;
    background: transparent;
    border: 3px solid var(--pink);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: rotate(45deg) translate(0%, 70%);
}

.test_card::before {
    content: '';
    height: 35px;
    width: 35px;
    background: var(--white);
    border: 3px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 0;
    transform: rotate(45deg) translate(0%, 70%);
}

.quote_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.form_section {
    background: linear-gradient(157.69deg, #643232ab -6.2%, #f95d5dae 72.65%);
}

input::placeholder {
    color: var(--white);
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact_input::placeholder {
    color: gray;
}

select:focus-visible {
    outline: none !important;
}

.modal_form input::placeholder {
    color: black;
}
.char_limit_4{
    display: -webkit-box; 
    -webkit-line-clamp: 4; /* Limit to 2 lines */
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.char_limit_1{
    display: -webkit-box; 
    -webkit-line-clamp: 1; /* Limit to 2 lines */
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.char_limit{
    display: -webkit-box; 
    -webkit-line-clamp: 3; /* Limit to 2 lines */
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.hover_para{
    color:#121212;
    transition: color 0.3s linear;
}
.hover_para:hover{
    color:#B84A4B;
}

.form_toggle.active svg ellipse{
    fill: #D25252 !important;
}
.swiper-slide video{
    cursor:pointer;
}
.footer-links a {
    color: #fff !important;
    position: relative;
}
section.blog_section.py-5 img.img-fluid.rounded-5 {
    height: 250px;
    object-fit: cover;
}
.banner_section h1 {
    text-align: center;
}
.footer-contact {
    display: flex;
    flex-direction: column;
}
.image-thumbnails img {
    height: 500px;
    width: 100% !important;
    object-fit: cover;
    border-radius: 5px;
}
button.image-thumbnail-buttons {
    position: absolute;
    left: 50%;
    top: 50%;
}
