/* INDEX PAGE*/
/* 
01.Home Page 
02.AboutUS Page
03.Service Page
04.Portfolio Page
05.ContactUs Page
 */



/* ........................... */
/* Fonts */
/* ........................... */

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap');

/* lora-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lora-v32-latin-regular.woff2') format('woff2');
}

/* lora-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/lora-v32-latin-500.woff2') format('woff2');
}

/* lora-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/lora-v32-latin-600.woff2') format('woff2');
}

/* lora-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lora-v32-latin-700.woff2') format('woff2');
}


@font-face {
    font-family: Mollieglaston;
    src: url(../fonts/Mollie\ Glaston.ttf);
}



/* ........................... */
/* Comman Css */
/* ........................... */

html {
    font-size: 10px;
}

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

body {
    font-family: 'Lora', serif;
    font-size: 1.6rem;
    overflow-x: hidden;
    background-color: var(--color-White);
    color: var(--color-dark-black);
}

.row {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    padding: 0;
    margin: 0;
    list-style: none;
}


:root {
    --color-primary: #BA936F;
    --color-dark-black: #181818;
    --color-dark-light: #565656;
    --color-White: #fff;
}

h1 {
    font-size: 7.8rem;
    line-height: 10.4rem;
}

h2 {
    font-size: 8rem;
    line-height: normal;
}

h3 {
    font-size: 2.6rem;
    line-height: 3rem;
}

h4 {
    font-size: 4.8rem;
    line-height: 9rem;
}

h5 {
    font-size: 7.3rem;
    line-height: 9rem;
}

h6 {
    font-size: 3.2rem;
    line-height: 5rem;
}

a {
    text-decoration: none;
}

.Loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Loader img {
    width: 60px;
    height: 60px;
    position: absolute;
}

#loading-bar-spinner.spinner {
    animation: loading-bar-spinner 0.6s linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 120px;
    height: 120px;
    border: solid 3px transparent;
    border-top-color: var(--color-primary) !important;
    border-left-color: var(--color-primary) !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn_thames {
    padding: 1.2rem 2rem;
    background: var(--color-dark-black);
    color: var(--color-White);
    border-radius: 58px;
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
    gap: 1.2rem;
    font-weight: 600;
    justify-content: center;
}

.Followme_btn {
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    z-index: 1;
}





.Followme_btn:before {
    top: 0;
    bottom: 0;
    right: -120%;
    transform: skewX(45deg);
    width: 100%;
}

.Followme_btn:hover:before {
    width: 240%;
}

.Followme_btn:before,
.Followme_btn:after {
    background: #454545;
    transition: 0.3s ease;
    content: "";
    position: absolute;
    z-index: -1;
}

.follw_inquiry_section {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.Inquiry_btn {
    background-color: var(--color-primary);
}

.Inquiry_btn:before {
    top: 0;
    bottom: 0;
    right: -120%;
    transform: skewX(45deg);
    width: 100%;
}

.Inquiry_btn:hover:before {
    width: 240%;
}

.Inquiry_btn:before,
.Inquiry_btn:after {
    background: #987250;
    transition: 0.3s ease;
    content: "";
    position: absolute;
    z-index: -1;
}




.containerX {
    margin: 0 26rem;
}

.mb50 {
    margin-bottom: 50rem;
}

.section_margintop {
    margin-top: 10rem;
}

.section_margintop15 {
    margin-top: 15rem;
}

.Fixed_navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: 1s;

}

.Fixed_navbar.active {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 200px;
}

.navbar_section {
    padding: 1.5rem 26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-White);
}

.nav_logo a {
    display: block;
}

.navbar_contant {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}

.navbar_contant .navbar_items .navbar_link {
    color: var(--color-dark-black);
    font-size: 1.8rem;
    font-weight: 500;
    transition: 0.2s;
}

.navbar_contant .navbar_items .navbar_link.active,
.navbar_contant .navbar_items .navbar_link:hover {
    color: var(--color-primary);
}



.hamburger .line {
    width: 30px;
    height: 3px;
    background-color: var(--color-primary);
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}



.hero_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem;
    align-items: center;
    padding-top: 8rem;

}

.herocontant_section .heading_txt {
    font-family: Mollieglaston;
    font-weight: 600;
    color: var(--color-dark-black);
}

.thepath_txt {
    margin-top: 4rem;
}

.pattern_heroright {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
}

.pattern_heroleft {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: -1;
}

.ring_imges {
    position: absolute;
    left: -113px;
    bottom: -126px;
    z-index: -1;
}

.start_images {
    position: absolute;
    left: -113px;
    top: 0;
    z-index: -1;
}

.light_txt {
    font-size: 7rem !important;
    color: var(--color-White);
    background-color: var(--color-primary);
    padding: 1.4rem 2rem;
    border-radius: 28px;
    -webkit-transform: rotate(-2.13deg);
    -moz-transform: rotate(-2.13deg);
    -ms-transform: rotate(-2.13deg);
    -o-transform: rotate(-2.13deg);
    float: left;
    line-height: 8.2rem;
    margin-right: 20px;
}


.herotext_images {
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateX(-50%);
}

.heroimges_section {
    position: relative;
}



.aboutme_banner {
    width: 26.2rem;
    height: 34rem;
    border: 2px solid #000;
    border-radius: 400px 400px 0px 0px;
    background-color: var(--color-primary);
    position: absolute;
    right: 0;
    bottom: -60px;
    text-align: center;
}

.banner_boder {
    width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 8rem 2.4rem 2.4rem;
    height: 100%;
    border: 1.2rem solid var(--color-White);
    border-radius: 400px 400px 0px 0px;
    display: grid;
    align-content: space-between;
}



.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.aboutme_banner h3 {
    color: var(--color-White);
}

.name_txt {
    font-size: 2.2rem !important;
}

.aboutme_banner p {
    margin-top: 1.4rem;
    color: white;
}

.darkbtn_arrow::before {
    content: url(../imges/about-arrow-white.svg);
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.26) translate(-45px, 50px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
}


.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0.0deg)
    }

    10% {
        transform: rotate(14.0deg)
    }

    20% {
        transform: rotate(-8.0deg)
    }

    30% {
        transform: rotate(14.0deg)
    }

    40% {
        transform: rotate(-4.0deg)
    }

    50% {
        transform: rotate(10.0deg)
    }

    60% {
        transform: rotate(0.0deg)
    }

    100% {
        transform: rotate(0.0deg)
    }
}

.virtualclasses_text {
    margin-bottom: 4.2rem;
}

.virtualclasses_text p {
    color: #9E9E9E;
    font-size: 3.2rem;
    border: 0px solid #000;
    background: linear-gradient(90deg, #9E9E9E 10%, #181818 50%, #9E9E9E 90%);
    background-size: 150% auto;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: borderPulse 60s infinite linear;
}


@keyframes borderPulse {

    0% {
        background-position: 10000% center;
    }

    100% {
        background-position: 0% center;
    }
}

/* .................................. */
/* My Skills */
/* .................................. */

.section_heading h2 {
    text-align: center;
    font-family: Mollieglaston;
    font-weight: 600;
}

.myskills_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
    grid-auto-rows: 37rem;
    margin-top: 6rem;
}


.skills_items {
    position: relative;
    transition: all 0.3s;
    height: 100%;
}

.skills_items:hover {
    transform: translateY(-15px);
}



.drop-shadow {
    filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.10));
    height: 100%;
}

.skills_box {
    padding: 3.25rem;
    background: var(--color-White);
    clip-path: polygon(9.202% 0%, 90.798% 0%, 90.798% 0%, 92.289% 0.11%, 93.705% 0.429%, 95.025% 0.939%, 96.231% 1.622%, 97.303% 2.463%, 98.223% 3.442%, 98.972% 4.543%, 99.531% 5.748%, 99.879% 7.041%, 100% 8.403%, 100% 69.468%, 100% 69.468%, 99.633% 73.178%, 98.616% 75.937%, 97.076% 77.918%, 95.14% 79.293%, 92.934% 80.235%, 90.585% 80.917%, 88.221% 81.511%, 85.967% 82.19%, 83.95% 83.128%, 82.298% 84.496%, 82.298% 84.496%, 81.047% 86.306%, 80.14% 88.282%, 79.405% 90.341%, 78.671% 92.399%, 77.767% 94.371%, 76.523% 96.173%, 74.767% 97.721%, 72.33% 98.931%, 69.039% 99.719%, 64.724% 100%, 9.202% 100%, 9.202% 100%, 7.711% 99.89%, 6.295% 99.571%, 4.975% 99.061%, 3.769% 98.378%, 2.697% 97.538%, 1.777% 96.558%, 1.028% 95.457%, 0.469% 94.252%, 0.121% 92.959%, 0% 91.597%, 0% 8.403%, 0% 8.403%, 0.121% 7.041%, 0.469% 5.748%, 1.028% 4.543%, 1.777% 3.442%, 2.697% 2.463%, 3.769% 1.622%, 4.975% 0.939%, 6.295% 0.429%, 7.711% 0.11%, 9.202% 0%);
    height: 100%;
    display: grid;
    align-content: space-between;
}

.skills_items .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--color-dark-black);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    color: var(--color-White);
    justify-content: center;
    transition: 0.2s;
    font-size: 2rem;
    font-weight: 600;
}

.skills_items .pbmit-service-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px var(--color-dark-black) dashed;
    border-radius: 50%;
}

.skills_items:hover .pbmit-service-btn {
    background-color: transparent;
    color: var(--color-dark-black);
}

.skills_items:hover .pbmit-service-btn::after {

    animation: spin 10s linear infinite;
}


@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.skills_hading {
    display: flex;
    align-items: start;
    gap: 0.8rem;
}

.skills_hading h3 {
    font-weight: 500;

}

.skills_hading img {
    width: 2.3rem;
    height: 2.3rem;
}

.skills_contant {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    color: var(--color-dark-light);
    font-weight: 400;
}

.skills_imges {
    width: 15rem;
    height: 13rem;
}

.ContactDetails_section {
    display: grid;
    grid-template-columns: 20rem 42rem auto;
    grid-gap: 10rem;
    padding: 5rem 8rem;
    background: var(--color-primary);
    border-radius: 4rem;
    align-items: center;
    position: relative;

}

.contactpattern_left {
    position: absolute;
    left: 4rem;
    top: -18rem;
    z-index: -1;
}

.contactpattern_right {
    position: absolute;
    right: 4rem;
    bottom: -17rem;
    z-index: -1;
}

.Connect_details {
    font-family: Mollieglaston;
    color: var(--color-White);
}

.Connect_details h4,
.Connect_details h5 {
    font-weight: 600;
}

.Contactme_contant p {
    font-family: Mollieglaston;
    color: var(--color-White);
    font-size: 2rem;
}



.white_star_contact {
    position: absolute;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

/* .................................. */
/* Testimonial */
/* .................................. */

.testimonials {
    position: relative;
    margin-top: 5rem;
}



.main-reviewimage {
    position: relative;
    margin: 10px;
}

.testimonials_contant {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 4rem;
    border-radius: 4.5rem;
    background-color: var(--color-White);
    overflow: hidden;
}

.testimonials_txt {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: center;
    height: 15rem;
    overflow: auto;
    padding-right: 5px;
}

.testimonials_txt::-webkit-scrollbar {
    width: 3px;
}


.testimonials_txt::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1;
}


.testimonials_txt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c4c4c4;
}


.name_details p {
    color: var(--color-dark-black);
    font-size: 1.8rem;
    font-weight: 700;
}

.name_details ul {
    display: flex;
    align-items: center;
    gap: 2px;
}

.name_details ul li i {
    color: var(--color-primary);
}

.name_details ul li .last-star {
    color: rgba(186, 147, 111, 0.40);
}

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

.quotes_imges {
    width: 7rem;
    height: 7rem;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 4.5rem;
    height: 4.5rem;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    left: -80px;
    transform: translateY(-50%);
    background-color: var(--color-White);
    color: var(--color-primary);
    transition: 0.4s ease;

}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    width: 4.5rem;
    height: 4.5rem;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    right: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background-color: var(--color-White);
    color: var(--color-primary);
    transition: 0.4s ease;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--color-primary);
    color: white;

}

/* .main-reviewimage img {
    opacity: 0.4;
} */



#slide-testimonal .active.center .main-reviewimage img {
    opacity: 1;
}

.test_img {
    position: relative;
    opacity: 1;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    margin: 0 -80px;
}


.custome_slide.owl-carousel .owl-item.active.center {
    transform: scale(1.3);
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1.1);
    transform: scale(1);
}

.custome_slide.owl-carousel .owl-item {
    transform: scale(0.7);
    padding: 10px 0px;
    transition: all 0.5s;
}

.owl-stage {
    padding: 1rem 0;
}

.owl-carousel .owl-dots {
    display: flex;
    gap: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.owl-dot.active span {
    background-color: var(--color-primary) !important;
}

.owl-carousel button.owl-dot span {
    background-color: #e3d4c5;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
}





/* ............................. */
/* About */
/* ............................. */
.about_section {
    display: grid;
    grid-gap: 12rem;
    grid-template-columns: 30% auto;
    padding-top: 6rem;
    align-items: center;
}

.Thanksfor_text {
    position: relative;
}

.Thanksfor_text h6 {
    font-family: Mollieglaston;
    font-weight: 600;
    color: var(--color-dark-black);
    text-transform: capitalize;
}

.Thanksfor_text span {
    font-size: 3rem !important;
    color: var(--color-White);
    background-color: var(--color-primary);
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    line-height: 3.3rem;
}

.Thanksfor_text img {
    position: absolute;
    right: 30%;
    top: 10px;
}

.about_text {
    margin-top: 4.8rem;
}

.about_text li {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-dark-light);
    margin-bottom: 3.2rem;
}


.aboutpattern_left {
    position: absolute;
    left: 0;
    z-index: -1;
}

.aboutpattern_right {
    position: absolute;
    right: 0;
    z-index: -1;
}

.Qualification_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
}

.Qualification_boxitems {
    padding: 4rem;
    border-radius: 4rem;
    background: var(--color-White);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
}

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

.Qualification_heading h6 {
    font-weight: 700;
    text-transform: capitalize;
}

.Qualification_contant {
    padding: 4rem 0;
    padding-left: 1.4rem;
    border-left: 1.5px dashed #8F8F8F;
    margin-left: 1.6rem;
}

.Qualification_contant li {
    padding-left: 10px;
    padding-bottom: 7.6rem;
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-dark-light);

}

.Types_section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
}

.Qualification_contant li::before {
    content: "";
    position: absolute;
    left: -27px;
    background-image: url(../imges/li-mark.svg);
    height: 2.5rem;
    width: 2.5rem;
    background-size: 2.5rem 2.5rem;
}

.typesyoga_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
}


.typesyoga_list li {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-dark-light);
    gap: 0.8rem;
}

.typesyoga_list li img {
    width: 2.5rem;
    height: 2.5rem;
}

.Language_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.knowledge_txt {
    font-size: 1.2rem;
    color: #9E9E9E;
}

/* ............................ */
/* Gallery */
/* ............................ */

.Gallery_section {
    padding-top: 4rem;
}

.Gallery_imgescontant {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: auto 52rem;
    margin-top: 3.2rem;

}

.grid_left {
    grid-template-columns: 52rem auto;
}

.Gallery_imgescontant img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    overflow: hidden;

}

.yogabig_imges,
.yogasmall_imges {
    overflow: hidden;
    border-radius: 10px;

}


.Gallery_imgescontant img:hover {
    transform: scale(1.1);
}

.gallery_pattern_left {
    position: absolute;
    left: 0;
    z-index: -1;
}

.gallery_pattern_lefttwo {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.gallery_pattern_right {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: -1;
}

.gallery_pattern_righttwo {
    position: absolute;
    right: 0;
    top: 80%;
    z-index: -1;
}

/* ............................ */
/* Contact */
/* ............................ */

.Contact_section {
    padding-top: 6rem;
}

.Contact_details {
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 1rem 10rem;
}


.Contact_sectioncontant {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10rem;
    align-items: center;
    margin: 0 10rem;
    margin-top: 6.6rem;
}

.Contact_detailsitems {
    padding: 3.5rem 0;
    border-bottom: 1px #ebe7e7 solid;
}



.location_box {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 50%;
    margin: 0 auto;
}

.Contact_detailsitems a {
    font-size: 2.8rem;
    color: var(--color-dark-black);
    text-align: center;
    margin-top: 2rem;
    font-weight: 500;
    display: block;
}


.Reserve_text {
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    font-family: "Mollie glaston";
}

.Contact_Form {
    margin-top: 3.6rem;
}

.Contact_items {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}

.Contact_items input {
    padding: 1.6rem 2rem;
    border: 1px solid #1818184D;
    border-radius: 1rem;
    color: var(--color-dark-black);
    outline: 0;
}

.Contact_items input::placeholder {
    color: #1818184D;
}

.Contact_items input:focus {
    color: var(--color-dark-black);
    font-weight: 600;
    color: var(--color-dark-black);
    border-color: var(--color-dark-black);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.Contact_Form textarea {
    margin-top: 2rem;
    width: 100%;
    padding: 1.6rem 2rem;
    border: 1px solid #1818184D;
    border-radius: 1rem;
    color: var(--color-dark-black);
    outline: 0;
}

.Contact_Form textarea::placeholder {
    color: #1818184D;

}

.Contact_Form textarea:focus {
    color: var(--color-dark-black);
    font-weight: 600;
    color: var(--color-dark-black);
    border-color: var(--color-dark-black);
}

textarea {
    resize: none;
}

.Submit_button {
    display: flex;
    justify-content: center;
    margin-top: 6.4rem;
}

.contact_pattern_left {
    position: absolute;
    left: 0;
    top: 70%;
    z-index: -1;
}

.contact_pattern_right {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
}



/* .................................. */
/* Footer_section */
/* .................................. */

.Footer_section {
    padding: 7rem 0;
    position: relative;
}

.Footer_section::after,
.Footer_section::before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(270deg, rgba(186, 147, 111, 0.00) 0%, rgba(186, 147, 111, 0.94) 43.75%, rgba(186, 147, 111, 0.00) 100%);
    width: 100%;
    height: 1px;
}

.Footer_section::after {
    top: 0;
}

.Footer_section::before {
    bottom: 0;
}

.Yogabegins_section{
    margin-top: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Contrary_txt {
    font-size: 1.8rem;
}

.Contrary_txt span {
    font-size: 2.4rem;
    font-weight: 600;
}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8rem;
}

.QuickLinks_section p {
    color: var(--color-dark-black);
    font-size: 1.8rem;
    font-weight: 700;
}

.pagelink_ul ul li {
    position: relative;
    transition: all 0.3s ease;
}


.pagelink_ul ul li::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: var(--color-dark-black);
    top: 50%;
    left: -10px;
    border-radius: 10px;
}

.pagelink_ul ul li:hover {
    padding-left: 3px;
}

.pagelink_ul ul li:hover::after {
    width: 7px;
}

.pagelink_ul ul li.active {
    padding-left: 3px;
}

.pagelink_ul ul li.active::after {
    width: 7px;
}

.QuickLinks_section ul {
    display: grid;
    gap: 1.6rem;
    margin-top: 2.4rem;
}

.QuickLinks_section ul li a {
    color: var(--color-dark-light) !important;
    font-weight: 500;
    transition: 0.3s;
}


.QuickLinks_section ul li a.active {
    color: var(--color-dark-black) !important;

}

.QuickLinks_section ul li a:hover {
    color: var(--color-dark-black) !important;
}

.Skills_items ul li a:hover {
    color: var(--color-dark-light) !important;
}

.GetInTouch_items ul li {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.GetInTouch_items ul li svg {
    width: 2.4rem;
    height: 2.4rem;
}

.copyright_section p {
    text-align: center;
    padding: 3.2rem 0;
}

.pattern_footerright {
    position: absolute;
    top: -80%;
    left: 0;
    z-index: -1;
}

.pattern_footerleft {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


.pbmit-ihbox-style-4 .pbmit-ihbox-btn a {
    transition: all .4s ease-in;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn a:hover {
    background-color: var(--color-primary);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: url(../imges/about-arrow-white.svg);
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.40) translate(-55px, 58px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn:hover .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px, 0px);
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn .pbmit-button-icon {
    display: inline-block;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn:hover .pbmit-button-icon {
    transform: scale(0.40) translate(45px, -50px);
}

.aboutme_btn {
    background-color: var(--color-White);
    color: var(--color-dark-black)
}

.aboutme_btn:hover {
    background-color: var(--color-dark-black) !important;
    color: var(--color-White);
}

.Contactme_btnnew {
    padding: 2rem 4rem;
    font-size: 2rem;
}