@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url(../fonts/Helvetica.ttf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 100px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Helvetica";
    font-size: 62px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: "Helvetica";
    font-size: 45px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "Helvetica";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Helvetica";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Helvetica";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Helvetica";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat-Medium";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSection {
    padding: 20px 0;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

ul.Book_Amy li img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 22px 19px;
    border-radius: 35px;
}

ul.menuSec_btn {
    gap: 30px;
    background: #ffffff45;
    padding: 11px 24px;
    border-radius: 51px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul#menu {
    display: flex;
    justify-content: end;
    gap: 16%;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 12px;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

ul.Book_Amy li a {
    display: flex;
    align-items: center;
    gap: 0;
}

ul.Book_Amy li a span {
    width: 223px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-item img {
    height: 100vh;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgb(99 58 42 / 76%); */
    background: radial-gradient(circle, rgba(238, 174, 202, 0) 0%, rgb(96 57 41) 100%);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 {
    color: #fff;
    border-bottom: 1px solid #ffffff6b;
    position: relative;
}

.banner_text h1::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ffffff7d;
    border-radius: 50%;
    bottom: -5px;
    right: -8px;
}

.banner_text p {
    color: #ffffffd6;
    padding: 14px 0;
}

.user_btn a img {
    background: unset;
    border-radius: 100%;
    padding: 0;
    height: 27px;
    width: 27px;
    object-fit: cover;
}

.user_btn a {
    background: #ffffff85;
    justify-content: space-evenly !important;
    color: #000 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    background: linear-gradient(90deg, rgb(162 158 156 / 56%) 0%, rgb(162 158 156 / 80%) 42%, rgba(216, 213, 210, 1) 100%) !important;
    width: 184px !important;
    border-radius: 50px;
    display: flex;
    height: 48px;
}

.user_btn {
    margin-left: 15px;
}

.banner_text a span {
    width: 156px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 53px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.banner_text img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 18px 15px;
    border-radius: 35px;
}

.banner_btn {
    display: flex;
    justify-content: start;
    align-items: center;
}

.banner_btn a {
    display: flex;
    align-items: center;
}


/*banner css end*/


/* Stories */

.Trending_Stories {
    padding: 70px 0;
    background: #f7f7f7;
}

.Trending_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.Trending_text a span {
    width: 129px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
}

.Trending_text a {
    display: flex;
    align-items: center;
}

.Trending_text a img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 20px 17px;
    border-radius: 35px;
}

.Trending_text h1 {
    font-size: 47px;
}

.Stories_img img {
    height: 162px;
    object-fit: cover;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 0 12px 0;
    transition: 0.5s;
    overflow: hidden;
}

.Stories_img img:hover {
    transform: scale(1.0);
    filter: brightness(0.5);
}

.Stories_text a {
    width: 129px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
}

.Stories_text h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 0px;
}

.Stories_text p {
    font-size: 10px;
    font-weight: 600;
    color: #a6a6a6;
    line-height: 18px;
}


/* Stories */


/* about */

.about_img img {
    width: 100%;
    height: 573px;
    object-fit: cover;
    border-radius: 22px;
    transition: 0.5s;
}

.about_img {
    overflow: hidden;
}

.about_img img:hover {
    transform: scale(1.1);
    filter: brightness(0.5);
    border-radius: 22px;
}

.about_text p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 9px;
    color: #7f7f7f;
}

.about_text h3 {
    text-transform: uppercase;
    color: #653726;
}

.about_text a {
    display: flex;
    align-items: center;
}

.about_text a span {
    width: 131px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    gap: 0;
    justify-content: center;
}

.about_text img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 20px 17px;
    border-radius: 35px;
}

.about {
    background: #fff;
    border-radius: 31px;
    padding: 30px;
}


/* about */


/* Wellness Resources */

.Wellness_Resources {
    background-image: url(../images/Wellness_Resources.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.Wellness_Resources::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #643522ed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.Wellness_Resources_content h2 {
    color: #fff;
    font-weight: 500;
}

.Wellness_Resources_content p {
    color: #ffffff96;
    padding-top: 10px;
    padding-bottom: 30px;
}

.Resources_card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.Resources_card:hover {
    background: #bda0a0;
}

.Resources_card:hover a.Resources {
    background: #fff;
    color: #000;
}

.Resources_card:hover a span {
    background: #fff;
    color: #000;
}

.Resources_card:hover a img {
    /* background-color: #fff; */
    /* filter: invert(1); */
}

.Resources_img img {
    width: 100%;
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

.Resources_card:hover a img {
    box-shadow: inset 0 0 0 2px #fff;
    filter: unset
}

.Resources_card:hover img {
    transform: scale(1.1);
    filter: brightness(0.5);
}

a.Resources {
    width: 129px;
    display: flex;
    background: #bda0a0;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 45px;
    display: f;
    justify-content: center;
    align-items: center;
    width: 139px;
    display: flex;
}

.Resources_text {
    padding: 33px 17px;
}

.Resources_text a span {
    width: 131px;
    display: flex;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    gap: 0;
    justify-content: center;
}

.Resources_text a {
    display: flex;
    align-items: center;
}

.Resources_text a img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 20px 17px;
    border-radius: 35px;
}

.Resources_text h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    padding-top: 8px;
}

.Resources_text p {
    padding: 10px 1px;
    font-size: 13px;
}

.Resources_card:hover p {
    color: #fff;
}

.Resources_card:hover h4 {
    color: #fff;
}

.Resources_slider .slick-active {
    opacity: 1.5;
}

.Resources_slider ul.slick-dots {
    bottom: -50px;
}

.Resources_slider .slick-dots li button:before {
    width: 20px;
    height: 20px;
    content: '';
    background: azure;
    border-radius: 50%;
}

.Resources_slider .slick-dots li.slick-active button:before {
    background: #633727;
    border: 2px solid #fff;
}

.Resources_slider .slick-prev:before {
    content: '';
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 50%;
}

.Resources_slider .slick-next:before {
    content: '';
    background-image: url(../images/down-arrow-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 50%;
}

.Resources_slider .slick-prev {
    left: 32px;
    top: 110%;
}

.Resources_slider .slick-next {
    right: 93%;
    top: 110%;
}

.veiw {
    position: absolute;
    right: 140px;
    bottom: 48px;
}

.veiw a {
    color: #ffffffb5;
    text-decoration: underline;
    font-size: 11px;
    text-transform: uppercase;
}


/* Wellness Resources */

.Mental_Health {
    padding: 0 0 100px 0;
    background: #f7f7f7;
}

.Mental_Health_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.Health img {
    width: 100%;
    height: 500px;
    border-radius: 14px;
    margin-bottom: 20px;
    transition: 0.5s;
    overflow: hidden;
}

.Health a {
    width: 121px;
    height: 50px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 50px;
}

a.user-1 img {
    height: 22px !important;
    width: 21px !important;
    object-fit: cover;
    border-radius: 100% !important;
    background: unset !important;
    padding: 0 !important;
}

a.user-1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: unset !important;
    background: #ffffff;
    gap: 10px;
    box-shadow: 0 0 1px 0 #7c7c7c;
    width: 132px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.menral_btn a span {
    width: 131px;
    display: flex;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    gap: 0;
    justify-content: center;
}

.menral_btn a img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 20px 17px;
    border-radius: 35px;
    margin: 0 !important;
}

.menral_btn a {
    display: flex;
    align-items: center !important;
    border: unset;
    width: unset;
    justify-content: start;
}

.menral_btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dates {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dates span {
    font-size: 12px;
    font-weight: 500;
}

.Mental_Health_content a span {
    width: 131px;
    display: flex;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    gap: 0;
    justify-content: center;
}

.Mental_Health_content a img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 20px 17px;
    border-radius: 35px;
    margin: 0 !important;
}

.Mental_Health_content a {
    display: flex;
    align-items: center;
}

.Health h4 {
    font-family: "Helvetica";
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}

.Health p {
    font-size: 12px;
    padding-bottom: 20px;
    color: #7b7b7b;
    font-weight: 600;
}

.Lorem h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 7px;
}

.Lorem p {
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 500;
    padding-bottom: 11px;
}

.Lorem a {
    color: #000;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 25px;
}

.Lorem span {
    font-size: 13px;
    padding-left: 11px;
    font-weight: 500;
}

.Lorem {
    padding-top: 12px;
}

.Lorem_img img {
    width: 100%;
    height: 181px;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.5s;
    overflow: hidden;
}

.Health img:hover {
    transform: scale(1.0);
    filter: brightness(0.5);
}

.Lorem_img img:hover {
    transform: scale(1.0);
    filter: brightness(0.5);
}


/* Excercise_Fitness */

.Excercise_Fitness {
    background-image: url(../images/Excerices.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.Excercise_Fitness::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #633727e3;
    z-index: -1;
}

.Excercise_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.Excercise_content h2 {
    color: #fff;
}

.Excercise_content a {
    display: flex;
    align-items: center;
}

.Excercise_content a span {
    width: 131px;
    display: flex;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    gap: 0;
    justify-content: center;
}

.Excercise_content a img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 20px 17px;
    border-radius: 35px;
    margin: 0 !important;
}

.Excercise\&Fitness {
    background: #fff;
    padding: 0px;
    border-radius: 21px;
    overflow: hidden;
}

.Excercise\&Fitness:hover {
    background: #bda0a0;
}

.Excercise\&Fitness:hover h3 {
    color: #fff;
}

.Excercise\&Fitness:hover p {
    color: #fff;
}

.Excercise\&Fitness:hover span {
    color: #fff;
}

.Excercise\&Fitness:hover a span {
    background: #fff;
    color: #000;
}

.Excercise\&Fitness:hover a img {
    filter: unset;
    box-shadow: inset 0 0 0 2px #fff;
}

.Excercise_img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px 20px 0;
    transition: 0.5s;
}

.Excercise_text {
    padding: 30px 26px;
}

.Excercise_text h3 {
    font-size: 26px;
}

.Excercise_text p {
    font-size: 11px;
    padding: 10px 0;
    font-weight: 600;
    color: #7b7b7f;
}

.Excercise_text img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.Excercise_text span {
    padding-left: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.clander {
    height: auto !important;
    width: auto !important;
    border-radius: unset !important;
    margin-left: 4px;
}

a.Fitness {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

a.Fitness span {
    width: 131px;
    display: flex;
    align-items: center;
    background: #bda0a0;
    border-radius: 53px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    gap: 0;
    justify-content: center;
}

a.Fitness img {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bda0a0;
    padding: 20px 17px;
    border-radius: 35px;
    margin: 0 !important;
}


/* Excercise_Fitness */

.blog {
    padding: 80px 0;
    background: #f7f7f7;
}

.blog_content h1 {
    font-size: 45px;
    font-weight: 600;
}

.blog_content {
    padding-bottom: 40px;
}

.blog_content p {
    padding-top: 5px;
}

.blog_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.5s;
    overflow: hidden;
}

.blog_img img:hover {
    transform: scale(1.0);
    filter: brightness(0.5);
}

.blog_text a {
    width: 126px;
    border: 1px solid #000;
    color: #000;
    height: 45px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

.blog_text h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 11px;
    padding-bottom: 11px;
}

.blog_text {
    padding-top: 21px;
}

.blog_text img {
    margin-left: 12px;
    margin-right: 11px;
}

.blog_img.box img {
    height: 535px;
    border-radius: 20px 20px 0 0;
}

.blog_text.box {
    background: #bda0a0;
    padding: 25px;
    border-radius: 0 0 15px 15px;
}

.blog_text.box a {
    color: #fff;
    border-color: #fff;
}

.blog_text.box span {
    color: #fff;
}

.blog_text.box h4 {
    font-size: 25px;
    color: #fff;
}

.blog_text.box p {
    color: #ffffff94;
}

.OUr_testimonials {
    padding: 100px 0;
}

.OUr_testimonials_content h2 {
    padding-bottom: 20px;
}

.OUr_testimonials_text {
    background: #fff;
    box-shadow: 0 0 1px 0 #7c7c7c;
    padding: 22px;
    border-radius: 15px;
}

.OUr_testimonials_text:hover {
    background: #bda0a0;
}

.OUr_testimonials_text:hover p {
    color: #fff;
}

.OUr_testimonials_text:hover h5 {
    color: #fff;
}

.OUr_testimonials_text:hover h6 {
    color: #fff;
}

.OUr_testimonials_text h5 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
}

.OUr_testimonials_text h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #bda0a0;
    font-weight: 600;
}

.OUr_testimonials_text p {
    font-size: 14px;
    color: #7c7c7c;
    padding: 11px 0;
}

.star {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star i {
    color: #f9ae0e;
}

.star img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.testimonials_slider .slick-prev:before {
    content: '';
    background-image: url(../images/left-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bda0a0;
    padding: 15px 25px;
    border-radius: 50%;
}

.testimonials_slider .slick-next:before {
    content: '';
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bda0a0;
    padding: 15px 25px;
    border-radius: 50%;
}

.testimonials_slider .slick-prev {
    left: 90%;
    top: -35px;
}

.testimonials_slider .slick-next {
    right: 55px;
    top: -35px;
}

.testimonials_slider .slick-active {
    opacity: 1.5;
}

.footerSec {
    background-color: #5f2f1d;
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footerSec::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background: #7f594a;
    z-index: 1;
    top: -64px;
    left: 30%;
}

.footer-btm {
    margin-top: 70px;
    padding: 20px 0;
    border-top: 1px solid #7f594a;
}

.footer-logo img {
    padding-bottom: 30px;
}

.footer-logo p {
    color: #fff;
    font-size: 14px;
    width: 76%;
    padding-bottom: 20px;
}

.footer-logo h5 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.footer-logo h5 a {
    color: #fff;
}

.foot-links h5 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}

.foot-links li {
    list-style-type: none;
    color: #fff;
    padding-bottom: 10px;
}

.foot-links ul li a {
    color: #fff;
}

.footer-logo {
    position: relative;
    z-index: 1;
}

.footer-logo::before {
    width: 70%;
    height: 1px;
    position: absolute;
    content: '';
    background: #7f594a;
    z-index: 1;
    top: 35px;
    left: 0;
}

.footer-logo::after {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: #ffff;
    top: 35px;
    z-index: 1;
}

.foot-links {
    position: relative;
    z-index: 1;
}

.foot-links::before {
    width: 80%;
    height: 1px;
    background: #7f594a;
    position: absolute;
    content: '';
    top: 38px;
}

.foot-links::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    background: #fff;
    top: 38px;
}

.copy-txt p {
    color: #fff;
    font-weight: 600;
}

.newspaper {
    display: flex;
    padding-top: 64px;
}

.newspaper h4 {
    background: #472316;
    width: 400px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    margin-right: -35px;
}

.newspaper input {
    width: 312px;
    height: 51px;
    padding: 14px;
    border-radius: 28px;
    border: unset;
}

.newspaper button {
    height: 51px;
    width: 165px;
    border-radius: 25px;
    border: unset;
    margin-left: -56px;
    background: #bda0a0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.newspaper input::placeholder {
    color: #d2d2d2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.social_icon ul {
    display: flex;
    gap: 20px;
}

.social_icon ul li a {
    display: flex;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

.social_icon ul li a:hover {
    background: #bda0a0;
    border: unset;
}

.social_icon {
    padding-top: 50px;
}

.Excercise\&Fitness:hover img {
    transform: scale(1.1);
    filter: brightness(0.5);
}

.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 100px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn:hover {
    color: #fff;
}