/* General Style */

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Red Hat Display', sans-serif;
    overflow-x: hidden;
}
body.menu-layer {
    overflow-x: hidden;
}
p
{
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
a,.h2,.h3,.h4,.h5{
    color: #060606;
}

a{
    text-decoration: none;
}
h1{
  font-size: 65px;
}
h2{
    font-family: 'Archivo Black', sans-serif;
    line-height: 60px;
    font-size: 50px;
    margin: 0;
}
h3{
    font-family: 'Archivo Black', sans-serif;
    line-height: 46px;
    font-size: 36px;
    margin: 0;
}
h4{
    font-size: 24px;
    line-height: 34px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 18px;
}
img{
    height: 100%;
    width: auto;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
/*home 1*/
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bar-menu{
    display: none;
}

nav ul {
    padding: 0;
  margin: 0;
    list-style: none;
    position: relative;
    }

nav ul li {
    display:inline-block;

    }

nav a {
    display: block;
    padding: 0 20px;
    color: #060606;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
    font-weight:600 ;
}

/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute;
    top: 60px; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
    background-color: #bde800;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width:250px;
    float:none;
    display:list-item;
    position: relative;
}
nav ul li ul li:not(:last-child):before {
    position: absolute;
    content: "";
    background-color: #d8ff56;
    height: 1px;
    width: 84%;
    bottom: 0%;
    left: 8%;
}
nav ul li ul li a:hover{
    color: black;
    padding-left: 30px;
}
nav ul li ul li a {
    font-weight: bold;
    color: black;
}

/* Second, Third and more Tiers */
nav ul ul ul li {
    position: relative;
}

nav ul li ul li:hover ul {
    background-color: #e7e4e4;
    margin-left: 170px;
    margin-top: -66px;
}
nav ul li a:hover {
    color: black;
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.extras #desktop-menu {
    display: block;
}
.extras .menu-start svg {
    fill: black;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 30px;
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line2 {
    stroke-dasharray: 38 60;
    stroke-width: 3;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}
.line {
    fill: none;
    stroke: black;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}
.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}
.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}
header {
    position: absolute;
    width: 100%;
    top: 2%;
    z-index: 11111111;
}
.build h2 {
    width: 70%;
    text-transform: uppercase;
    color: black;
}
.build p {
    width: 49%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.build-perferct {
    display: flex;
}
/*button*/
.button {
  display: inline-block;
  padding: 18px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 500;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: black;
  transition: all 0.3s;
  z-index: -1;
}
.heading h3 {
    position: relative;
    color: black;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}
.points1 h6 {
    font-style: italic;
    font-size: 18px;
    width: 80%;
    font-weight: 400;
    color: #4c4c4c;
    width: 440px;
    height: 232px;
    background-color: #ffffff52;
}
.points1 h6 {
    position: relative;
    line-height: 28px;
    margin-top: 200px;
    font-style: italic;
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    color: #000000;
    height: 186px;
    background-color: #ffffff52;
    padding: 40px;
    border: 2px #fff solid;
    border-radius: 32px;
    border-bottom-left-radius: 0;
}
.img-girl {
    position: absolute;
    top: 10%;
    left: 36%;
    z-index: 9999;
}
.points1 img {
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
    top: 32%;
    left: 51%;
    animation: bounce-3 20s infinite;
}
.duis {
    width: 35vw;
    padding-top: 30px;
    padding-left: 100px;
    margin-top: 120px;
    position: relative;
}
.duis:before {
    content: "";
    position: absolute;
    top: 25%;
    left: -25%;
    height: 407px;
    width: 816px;
}
.duis h4{
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    position: relative;
    margin: 0;
}
.duis p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    width: 60%;
    position: relative;
}
.duis img{
    position: relative;
}
.duis i {
    backdrop-filter: blur(10px);
    border: 1px white solid;
    left: 37%;
    background-color: #ffffff54;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.duis a:hover i {
    border: 0;
}
.points1 h6:before {
    content: url(../img/quote-icon.svg);
    position: absolute;
    top: 14%;
}
@keyframes bounce-3 {
        0%   { transform: translateY(0); }

        50%  { transform: translateY(-50px); }
        100% { transform: translateY(0); }
    }
@keyframes bounce-2 {
        0%   { transform: translatex(0); }

        50%  { transform: translatex(-30px); }
        100% { transform: translatex(0); }
    }
ul.funfact li {
    text-align: center;
    position: relative;
}
ul.funfact li p {
    width: 84%;
    margin: auto;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4c4c4c;
}
ul.funfact li h2 {
    font-family: 'Red Hat Display';
    font-weight: bold;
    font-size: 80px;
    padding-bottom: 20px;
}
ul.funfact {
    background-color: #ffffff8c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    position: relative;
    z-index: 11111;
    border: solid 1px white;
    backdrop-filter: blur(10px);
    width: 80%;
    margin-top: -50px;
    box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
-webkit-box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
-moz-box-shadow: 1px 6px 38px 6px rgba(0,0,0,0.06);
}
ul.funfact li:not(:last-child):before {
    content: "";
    position: absolute;
    background-color: #4c4c4c;
    height: 120px;
    width: 1px;
    left: 120%;
    top: 0px;
    mix-blend-mode: lighten;
}
.photo-section{
    position: relative;
}
img.Photo-3 {
    padding-left: 152px;
}
.photo-section:before {
    content: "";
    position: absolute;
    height: 446px;
    width: 520px;
    z-index: -1;
    top: 10%;
    left: 6%;
}
.about-section{
    position: relative;
    background-repeat: no-repeat;
}
.about-section.gap:before {
    content: url(../img/Points-color.png);
    position: absolute;
    right: 0;
    top: 0;
    animation: bounce-3 20s infinite;
}
.photo-section:after {
    content: url(../img/Points.png);
    position: absolute;
    top: 70%;
    left: 48%;
    animation: bounce-3 20s infinite;
}
img.Photo {
    margin-top: -90px;
    border: 15px solid white;
    border-left: 0;
    border-top: 0;
    width: 160px;
    height: 160px;
}
img.Photo-4 {
    margin-top: -50px;
    border: 15px solid white;
    border-left: 0;
    border-bottom: 0;
    width: 280px;
    height: 280px;
}
.about-info.heading h3 {
    width: 50%;

}
.about-info h3:before {
    content: "";
    background-color: white;
    position: absolute;
    height: 169px;
    width: 35px;
    left: -29%;
    top: -45px;
}
.heading h3:after {
    content: url(../img/Points-hiding.png);
    position: absolute;
    left: 30%;
    z-index: -1;
    top: 40%;
    animation: bounce-2 20s infinite;
}
.about-info h3 {
    position: relative;
    width: 50%;
}
.about-info p {
    padding-bottom: 40px;
    padding-left: 70px;
}
.about-info a {
    margin-left: 70px;
}
.heading{
    position: relative;
}
.benefits-section .heading h3 {
    margin: auto;
    text-align: center;
    width: 37%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.benefits-section .heading h3:after{
    left: 60%;
}
.cards {
    padding: 40px;
    padding-top: 50px;
    border: 2px white solid;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
    margin-left: 30px;
}
.cards h4 a:hover {
    color: white;
    background-color: black;
    border: 1px;
    border: solid 1px transparent;
    border-top: 0;
    border-left: 0;
}
.cards h4 a {
    background-color: white;
    margin-left: -80px;
    padding: 10px;
    border: solid 1px #bde800;
    border-top: 0;
    border-left: 0;
    margin-bottom: 40px;
    display: block;
}
.cards p{
    font-size: 16px;
}
.heading h3 {
    position: relative;
    margin-bottom: 50px;
}
.my-program .heading p {
    margin-bottom: 24px;
}
.my-program .heading a{
    display: inline-block;
    margin-bottom: 40px;
}
.heading h3 {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    z-index: 1;
}
.program-img img {
    border: solid 1px white;
    padding: 15px;
    border-radius: 15px;
    margin-right: 15px;
}

.program-img h4 a:hover {
    color: black;
}
.program p{
    font-size: 16px;
    padding-top: 35px;
}
.program {
    padding: 26px;
    border: 2px solid white;
    margin-bottom: 50px;
    font-weight: 500;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}
.program.not{
    margin-bottom: 20px;
}
.smiling img {
    width: 100%;
    margin-top: 114px;
}
.calculated-p {
    padding: 30px 35px;
}
.calculator-section {
    background-color: black;
    height: 820px;
    margin-bottom: 130px;
}
.calculator-Photo {
    position: relative;
}
.calculator-Photo img {
    width: 100%;
    position: relative;
}
img.background-calculator {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 13.2%;
    height: 762px;
}
.bmi {
    background-color: white;
    margin-top: 116px;
    padding: 40px;
    z-index: -1111;
}
/*tab*/
.calculate-bmi {
    margin-top: 15px;
}
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab {
    height: 60px;
    cursor: pointer;
    padding: 15px 30px;
    background: #fff;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: solid 1px #bee800;
    width: 137px;
    text-align: center;
}
.panels input {
    border: solid 1px #c7c7c7;
    HEIGHT: 65px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    font-size: 18px;
}
.panels input::placeholder {
    COLOR: #c7c7c7;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel, #two:checked ~ .panels #two-panel {
    display: block;
    margin-top: 40px;
}
#one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab {
    background: #bee800;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    border: solid 1px #bee800;
}
.nice-select {
    margin-bottom: 20px;
    border: solid 1px #c7c7c7;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: black;
    font-size: 18px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.nice-select:after {
    right: 8%;
    top: 42%;
    height: 12px;
    width: 12px;
}
.nice-select.open .list{
    width: 100%;
    display: block;
}
a.button.calculate:after {
    background: black;
}
a.button.calculate:before {
    background-color: #bee800;
}
a.button.calculate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.weight-scale {
    padding: 10px;
    padding-bottom: 180px;
    text-align: center;
    border: 1px solid #f2f2f2;
    padding-top: 180px;
    margin-top: 15px;

}
.weight-scale p {
    padding-top: 20px;
    font-size: 16px;
    color: #c7c7c7;
}
.bmi .heading h3:after {
    z-index: -1;
    left: 50%;

}
.blog-section .heading p {
    padding-bottom: 40px;
}
.blog-section{
    padding-bottom: 30px;
}
.Post-1 > span {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
}
.Post-1 span a {
    font-size: inherit;
    color: inherit;
    background: inherit;
}
.Post-1 p a:hover,.Post-1 span a:hover{
    margin-left: 0;
    color: inherit;
}
.Post-1 p a {
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    width: 91%;
}
.Post-1 p {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 800;
}
.Post-1 a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.Post-1 a i{
    margin-left: 10px;
}
.Post-1 a:hover {
    margin-left: 10px;
    color: black;
}
.Post {
    background-color: white;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.Post-1 h6 {
    padding-top: 20px;
    font-size: 14px;
    color: #c7c7c7;
    display: flex;
    line-height: 22px;
    align-items: baseline;
    margin: 0;
}
.Post-1 h6 i {
    padding-right: 10px;
    display: block;
}
.Post-2{
    margin-top: 15px;
    margin-left: 40px;
    padding: 25px;
    border: solid 1px white;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.Post-2 img {
    width: 100%;
}
.Post-2.Post-1 > span {
    margin-top: 20px;
}
.Post-2 h5 {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.Post-details h4{
    font-size: 14px;
    color: #000;
    margin: 0;
}
.Post-details span{
    color: #c7c7c7;
}
.Post-details {
    padding-top: 25px;
    border-top-style: solid;
    border-top-color: #1c1c1c;
    border-top-width: 1px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Post-2.Post-1 h6 {
    padding-top: 0;
    padding-left: 10px;
}
.Post-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Post-2.Post-1.post-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 15px;
}
.cards-programs {
    background-repeat: no-repeat;
    background-position: center;
}
.testimonials-section .heading {
    text-align: center;
}
.testimonials-section .heading h3:after {
    left: 61%;
}
.testimonials-section .heading p {
    width: 42%;
    margin: auto;
}
.slider {
    margin-top: 40px;
}
.slider-img{
    position: relative;
}
.slider-img span {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 96px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.slider {
    margin-top: 40px;
    display: flex;
    align-items: center;
        box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.blockquote{
    position: relative;
    padding-left: 40px;
}
.blockquote:before{
    content: url(../img/quote-icon-1.svg);
    position: absolute;
    top: 10%;
    z-index: -1;
}
.blockquote > p {
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 70px;
    margin-top: 50px;
}
.slider-na {
    display: flex;
    align-items: center;
    border-top: solid;
    border-top-color: #f2f2f2;
    border-top-width: 1px;
    padding-top: 30px;
}
.slider-na img{
    border-radius: 30px;
    margin-right: 30px;
}
.first-name h5{
    font-size: 18px;
}
.first-name p {
    font-size: 16px;
}
.slider-na > img {
    border-radius: 50px;
    margin-right: 30px;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}
.slider-img.beforeAfter img {
    height: auto !important;
    width: 100% !important;
}
.loop-slider.owl-carousel .owl-dots.disabled,
.loop-slider.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.loop-slider.owl-carousel .owl-nav button.owl-prev,
.loop-slider.owl-carousel .owl-nav button.owl-next{

    width: 30px;
    height: 30px;
    border: 1px solid #7c7c7c;
    border-radius: 20px;
}
.loop-slider.owl-theme .owl-dots .owl-dot.active span,
.loop-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #bde800;
}
.loop-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 45%;
    top: 30px;
}
.loop-slider.owl-theme .owl-nav{
    position: relative;
}
.loop-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 45%;
    top: 30px;
}
.loop-slider.owl-theme .owl-nav [class*=owl-]:hover {
    border: 0;
}
.loop-slider.owl-theme .owl-dots {
    padding-top: 40px;
}
.slider-img.beforeAfter {
    width: 100% !important;
}
.loop-slider .owl-item.active.center{
    opacity: 1;
}
.loop-slider .owl-item.active {
    opacity: 0.2;
}
.gorgeous{
    position: relative;
}
.gorgeous img.gorg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 14%;
    height: auto;
    left: 0%;
    height: 460px;
}
.gorgeous:before {
    content: url(../img/Points-style.png);
    position: absolute;
    right: 0;
    animation: bounce-3 20s infinite;
}
.ready-to .heading h6{
    font-weight: 700;
    padding-bottom: 35px;
    margin: 0;
}
.gorgeous img {
    position: relative;
    left: 40%;
    height: 640px;
}
.ready-to{
    margin-bottom: 45px;
}
.ready-to .heading h3:after {
    left: 25%;
}
.ready-to .heading p {

    padding-bottom: 35px;
}
.ready-to .heading {
    margin-left: 50px;
}
footer.one{
  background-color: #000;
}
.footer-title h3{
    color: white;
    text-transform: uppercase;

}
.footer-title p {
    color: #ffffff;
    width: 63%;
    font-weight: 400;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-title input[type="text"] {
    height: 66px;
    width: 318px;
    padding-left: 25px;
    outline: 0;
    margin-right: 40px;
}
.footer-img .footer-title input[type="text"]{
    width: 60%;
}

.footer-title form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
/*input checkbox*/
.checkbox-Website{
    padding-top: 15px;
    width: 100%;
}
.hero-blog ul.crumbs {
    display: inline-flex;
}
input[type=checkbox] + label {
  color: white;
  font-size: 15px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid white;
    border-radius: 4px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: sub;
    color: transparent;
    transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
    c
    vertical-align: top;
    border: 0;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #F7C28F;
  border-color: #F7C28F;
}
.footer-title{
    text-align: center;
    border-bottom: solid;
    border-bottom-color: #4c4c4c;
    border-bottom-width: 1px;
    position: relative;
}
.footer-img .footer-title{
    border: 0;
}
.footer-img {
    background-repeat: no-repeat;
    background-position: center;
}
.description p{
    width: 80%;
    color: #f2f2f2;
    padding: 35px 0;
}
ul.social-icons {
    display: flex;
}
ul.social-icons li a {
    text-decoration: none;
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 35px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    margin-right: 20px;
}
ul.social-icons li a:hover {
    border: 2px solid #bde800;
    color: #bde800;
}

ul.Menu-br {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.Menu-br li a {
    color: white;
    font-size: 18px;
}
ul.Menu-br li {
    width: 50%;
    display: block;
    padding-top: 35px;
}
.Menu p{
    text-transform: uppercase;
}
.Contacts i {
    color: black;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
}
.Contacts li{

    margin-top: 40px;
}
.Contacts li i{
    margin-right: 20px;
}
.Contacts a {
    display: flex;
    font-size: 18px;
    color: white;
}
.background-title {
    border-bottom: solid;
    border-bottom-color: #4c4c4c;
    border-bottom-width: 1px;
}
.bottom-section{
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.Privacy li a {
    color: #4c4c4c;
    padding-left: 40px;
    font-size: 18px;
}
.Privacy{
    display: flex;
}
.nice-select .list{
    border-radius: 0;
}
.nice-select {
    color: #c7c7c7;
    border-radius: 0;
    border: solid 1px #c7c7c7;
    height: 66px;
}
.nice-select .option{
    color: black;
}
.menu-inner {
    background-color: white;
  position: fixed;
  right: -45%;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
  width: 45%;
  padding: 40px 40px;
  height: 100%;
}
header.style1 .menu-inner .social-links {
  display: inline-block;
  width: 100%;
  text-align: initial;
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition-delay: 1.05s;
  -moz-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  -ms-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
header.style1 .menu-inner .menu-list + .social-links {margin-top: 100px;}
body.active header.style1 .menu-inner .social-links {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body.active .menu-inner {
  visibility: visible;
  opacity: 1;
  right: 0;
}
body.menu-layer:before {
  content: "";
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0, 0) translate(50%, -50%);
  -moz-transform: scale(0, 0) translate(50%, -50%);
  -webkit-transform: scale(0, 0) translate(50%, -50%);
  -o-transform: scale(0, 0) translate(50%, -50%);
  -ms-transform: scale(0, 0) translate(50%, -50%);
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  display: block;
  width: 370vw;
  height: auto;
  padding-top: 370vw;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  border-radius: 50%;
  z-index: 2;
  opacity: .9;
}
body.menu-layer.active:before {
  transform: scale(1, 1) translate(50%, -50%);
  -moz-transform: scale(1, 1) translate(50%, -50%);
  -webkit-transform: scale(1, 1) translate(50%, -50%);
  -o-transform: scale(1, 1) translate(50%, -50%);
  -ms-transform: scale(1, 1) translate(50%, -50%);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 11111;
}
.menu-cls-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  right: 40px;
  top: 40px;
  z-index: 9;
}
.cls-leftright {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.cls-rightleft {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.menu-cls-btn:hover .cls-leftright,
.menu-cls-btn:hover .cls-leftright, .menu-cls-btn:hover .cls-rightleft {
    background-color: #bde800;
}
.menu-cls-btn:hover .cls-leftright {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-cls-btn:hover .cls-rightleft {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hambur h3{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
}
.hambur > p{
    padding: 40px 0;
    font-size: 18px;
    font-weight: bold;
}
.hambur h6{
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-right: 70px;
}
.hambur h6:before {
    content: "";
    background-color: #4c4c4c;
    position: absolute;
    height: 70px;
    width: 1px;
    left: 180%;
}
.data-to{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hambur span{
    text-transform: capitalize;
    font-size: 18px;
    display: block;
    color: black;
}
.data-to h5 {
    padding-right: 53px;
    font-size: 24px;
    font-weight: bold;
}
.data-to p b {
    display: block;
}
.contact-map iframe {
    width: 100%;
    height: 450px;
    margin-top: 50px;
}
.menu-bar nav > ul > li.menu-item-has-children > a{
    position: relative;
}
.menu-bar nav > ul > li.menu-item-has-children > a:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 6px;
    width: 10px;
    height: 10px;
}
/*about*/
.hero-section{
    padding-top: 100px;
    padding-bottom: 60px;
    overflow: hidden;
}
ul.crumbs {
    display: flex;
}
.crumbs a{
    color: #000;
    font-size: 18px;
}
.content .crumbs span{
    color: #c7c7c7;
    font-size: 18px;
    display: inline-block;
}
.crumbs i {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.content h2 {
    text-transform: uppercase;
    padding-bottom: 30px;
    color: black;
}
.content p{
    width: 70%;
    padding-bottom: 20px;
}
.about-photo-section img,
.about-section-photo img{
    width: 100%;
}
.about-section-photo{
    position: relative;
}
img.Photo-about {
    margin-top: 40px;
}
img.Photo-about-1 {
    border: solid 20px white;
    margin-left: -55px;
    position: relative;
}
.about-section-photo:after {
    content: url(../img/Point.png);
    position: absolute;
    bottom: 7%;
    animation: bounce-3 20s infinite;
    z-index: 1;
    left: 64%;
}
.about-photo-section {
    position: relative;
    z-index: 1111111;
}
.about-section-photo:before {
    content: "";
    height: 310px;
    width: 840px;
    position: absolute;
    z-index: -1;
    bottom: -5%;
    left: 14%;
}
.photo-section.about img {
    width: 100%;
    position: relative;
}
.photo-section.about a:hover i {
    border: 0;
}
.photo-section.about i {
    backdrop-filter: blur(10px);
    border: 1px white solid;
    left: 45%;
    background-color: #ffffff54;
    height: 80px;
    width: 80px;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 111;
}

.about-info.heading.about h3 {
    padding: 30px;
    width: 100%;
    background-color: white;
    z-index: 0;
    margin-left: -60px;
}
.photo-section.about:after {
    top: 90%;
    left: -10%;
    z-index: -1;
}
.about-info.heading.about.about-info h3:before{
    height: 0px;
    width: 0px;
}
ul.list{
    padding-top: 40px;
}
ul.list. li h6 {
    padding-top: 22px;
    padding-left: 25px;
    position: relative;
}

.years ul.list li{
    width: 40%;
}
ul.list li h4 {
    font-size: 18px;
    padding-top: 22px;
    padding-left: 25px;
    position: relative;
}
ul.list li h6:before{
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 62%;
    left: 0;
    border: 3px solid black;
    border-top: 0;
    border-left: 0;
}
ul.list li h4:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 62%;
    left: 0;
    border: 3px solid black;
    border-top: 0;
    border-left: 0;
}
.about-card-1{
    display: flex;
    padding: 40px;
    background-color: white;
    border: 1px solid white;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.about-card-1.card-2{
    background-color: transparent;
    margin: 35px 0;
}
.about-card-1 h2{

    padding-right: 20px;
}
.about-card-1.card-2 h4{
    opacity: .3;
}
.about-card-1 h4{
    font-weight: bold;
}
.story-section {
    background-repeat: no-repeat;
    background-position: center;
}
.story-section .heading p {
    width: 74%;
}
.story-section .heading h3:after {
    left: 4%;
}
.years{
    padding-top: 100px;
}

.years h6 {
    font-weight: bold;
    position: relative;
}
.years h6:after {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "";
    border: 5px white solid;
    border-radius: 25px;
    left: -23%;
    top: 30%;
}
.years h6:before {
    height: 1px;
    width: 171px;
    position: absolute;
    content: "";
    top: 55%;
    left: -23%;
}
.years p{
    width: 76%;
    padding-top: 50px;
}
.years span{
    font-size: 36px;
}
.years li h5 {
    font-size: 18px;
}
.years ul{
    padding-top: 40px;
}
ul.fast {
    margin-top: 50px;
}
ul.fast li {
    margin-bottom: 20px;
}
ul.fast li h6:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 25%;
    left: 0;
    border: 3px solid black;
    border-top: 0;
    border-left: 0;
}
ul.fast li h6 {
    position: relative;
    padding-left: 30px;
    line-height: 28px;
}
ul.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
form.about-form{
    padding: 40px;
    padding-top: 0;
    margin-top: 70px;
    background-color: white;
}
form.about-form input[type="text"] {
    height: 66px;
    width: 100%;
    padding-left: 25px;
    outline: 0;
    margin-right: 40px;
    border: solid 1px #f2f2f2;
    margin-bottom: 40px;
}
form.about-form .button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-to-action{
    position: relative;
    overflow: hidden;
}
.call-to-action:before{
    content: "";
    background-color: black;
    position: absolute;
    height: 380px;
    width: 100%;
    bottom: 10%;
    z-index: -11111;
}

.young{
    position: relative;
}
.young:before {
    content: url(../img/Points-style.png);
    position: absolute;
    right: 31px;
    animation: bounce-3 20s infinite;
    top: 26%;
    z-index: -1;
}
.young:after {
    content: "";
    position: absolute;
    bottom: 25%;
    height: 380px;
    width: 320px;
    z-index: -2;
    left: 0;
}
.young img{
    z-index: 1111;
    width: 100%;
}
.young h2 {
    z-index: -1;
    text-transform: uppercase;
    font-size: 86px;
    color: #d8ff56;
    position: absolute;
    top: 62%;
    left: 2%;
}
.diploma img {
    border: 20px solid white;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.diploma{
    margin-top: 30px;
}
.diploma.quam {
    text-align: end;
}
.certificates-Section{
    position: relative;
}
.certificates-Section:before {
    right: 0;
    content: url(../img/Points-color.png);
    position: absolute;
    top: 28%;
    animation: bounce-3 20s infinite;
    z-index: -1;
}
.certificates-Section:after {
    content: url(../img/Points-color.png);
    position: absolute;
    bottom: 6%;
    animation: bounce-3 20s infinite;
    z-index: -1;
}
.footer-img{
    position: relative;
    overflow: hidden;
}
.footer-img:before {
    position: absolute;
    background-color: black;
    background: linear-gradient(90deg, #060606 0%, #060606 34.9%, rgba(6, 6, 6, 0.4) 100%);
    height: 580px;
    width: 1920px;
    content: "";
    z-index: 0;
    opacity: .9;
}
/*blog 1*/
.hero-blog{
    text-align: center;
    padding-top: 200px;
}
.hero-blog .content p {
    margin: auto;
    width: 42%;
}
.blog-one .title-blog h3 > a{
    position: relative;
    padding: 30px;
    width: 85%;
    background-color: white;
    z-index: 0;
    margin-left: -60px;
    font-size: 36px;
}
.blog-card{
    padding-left: 70px;
}
.title-blog p {
    padding-bottom: 40px;
}
.blog-img{
    position: relative;
    padding-top: 40px;
}
.blog-img img {
    width: 100%;
}
.blog-img span{
    position: absolute;
    background-color: black;
    color: white;
    top: 14%;
    left: 6%;
    padding: 10px 15px;
    font-size: 14px;
    border: solid 1px #bde800;
}
.blog-img span.two{
    position: absolute;
    background-color: black;
    color: white;
    top: 14%;
    left: 20%;
    padding: 10px 15px;
    font-size: 14px;
}
.title-blog a{
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.title-blog a:hover{
    margin-left: 10px;
    color: black;
}
.title-blog i{
    margin-left: 10px;
}
.Post-details.blog {
    justify-content: flex-start;
}
.Post-details.blog h6 {
    font-size: 14px;
    margin: 0;
    margin-left: 25px;
    text-transform: capitalize;
}
.Post-details.blog i {
    padding-right: 10px;
    color: #c7c7c7;
}
.view-button{
    text-align: center;
    margin-top: 80px;
    font-weight: 500;
}
a.button.back:after {
    background-color: transparent;
    border: solid 1px #bde800;
}
a.button.back i{
    padding-left: 10px;
}
a.button.back:before{
    border: 0;
}
a.button.back:hover,
a.button.back:hover i{
    color: black;
}
/*blog style 2*/
.title-blog.blog-2 h3 > a {
    margin-left: 40px;
    left: 0;
    margin-top: -88px;
    background-color: transparent;
    border: solid 1px white;
    backdrop-filter: blur(25px);
    width: 94%;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.title-blog.blog-2 .blog-card {
    padding-left: 90px;
    padding-top: 40px;
}
/*404*/
.pricing-table{
    padding-top: 200px;
    position: relative;
    overflow: hidden;
}
.pricing-table span {
    font-family: 'Red Hat Display';
    font-size: 150px;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    left: 14%;
    top: 28%;
}
.pricing-table h2 {
    font-family: 'Red Hat Display';
    font-weight: 800;
}
.pricing-table p{
    font-size: 24px;
    line-height: 34px;
    width: 80%;
    padding: 70px 0 40px 0;
}
.pricing-table-img img{
    width: 100%;
}
.pricing-table-img{
    position: relative;
}
.pricing-table-img:before {
    content: url(../img/Points-style.png);
    position: absolute;
    right: 54%;
    animation: bounce-3 20s infinite;
    top: 52%;
    z-index: -1;
}
.pricing-table-img:after {
    content: "";
    position: absolute;
    right: -40%;
    top: 21.4%;
    width: 540px;
    height: 500px;
    z-index: -1;
}
/*Pricing*/
.hero-section.pricing {
    padding-top: 140px;
    padding-bottom: 0;
}
.about-section-photo.place img {
    width: 250px;
    background-color: white;
    border: solid 40px white;
    margin-top: 0px;
}
.pricing img.Photo-about-1 {
    margin-left: -70px;
    position: relative;
    margin-top: 210px;
}
.about-section-photo.place:after {
    bottom: -69%;
    left: 26%;
    z-index: -1;
}
.about-section-photo.place:before{
    bottom: -40%;
}
.price-one{
    display: flex;
    align-items: center;
}
.price-one h3{
    text-transform: uppercase;
}
.price-one img{
    width: 50px;
    margin-right: 40px;
}
.price{
   border: solid 1px white;
   padding: 30px;
}
.price h2 {
    font-size: 50px;
    background-color: white;
    padding: 25px;
    margin: 40px 0;
}
.price span {
    font-size: 24px;
    font-family: 'Red Hat Display';
}
.price p{
    font-size: 16px;
    line-height: 26px;
}
.price ul.fast li h6{
    font-size: 16px;
}
.price .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
/*Portfolio*/
ul.fast.progra {
    margin-top: 0px;
    width: 90%;
}
ul.fast.progra li h6:before{
    top: 14%;
}
.card-img{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.card-img > img{
    width: 100%;
}
.card-img > a {
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    color: white;
}
.card-img:hover > a{
    display: none;
}
.card-img.card-4 > a{
    left: 5%;
}
.card-img-hover .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: 60px;
    font-size: 18px;
}
.card-img-hover {
    padding: 40px;
    position: absolute;
    z-index: 11;
    background-color: #000000cc;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
}
.card-img:hover .card-img-hover{
    opacity: 1;
    top: 0%;
    visibility: visible;
}
.card-img-hover h3 a {
    font-family: 'Red Hat Display';
    font-weight: bold;
    color: white;
    font-size: 36px;
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
.card-img-hover i{
    padding-right: 5px;
}

.card-img-hover a {
    font-size: 14px;
    padding: 10px 15px;
    background-color: black;
    color: white;
    margin: 10px 0;
    display: inline-block;
    border: solid 2px #bde800;
    border-top: 0;
    border-left: 0;
}
.card-img-hover p{
    font-size: 16px;
    padding-bottom: 15px;
    color: white;

}
.card-img-hover li h6{
    font-size: 16px;
    color: white;
}
.card-img-hover ul{
    padding-bottom: 1px;
}
/*next-workout*/
.next-workout{
    padding-top: 60px;
    position: relative;
}
.next-workout img {
    width: 720px;
    height: 366px;
    margin-left: 50px
}
.workout-time {
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-around;
    width: 640px;
    padding: 40px;
    margin-top: -120px;
    position: relative;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
}
.workout-time h5,
.workout-time h6{
    font-size: 70px;
    font-weight: bold;
    position: relative;
}
.miss-workout.heading h3 {
    border: solid 3px #ffffff80;
    padding: 30px;
    margin-left: -70px;
    margin-top: 60px;
    backdrop-filter: blur(10px);
    width: 100%;
}
.workout-time h6:before {
    content: "";
    position: absolute;
    height: 70px;
    width: 1px;
    background-color: #f2f2f2;
    z-index: 1;
    top: 23%;
    right: -70%;
}
.workout-time span{
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    display: block;
}
.miss-workout p {
    padding-left: 90px;
}
.miss-workout.heading .Post-1 {
    padding-left: 90px;
    padding-top: 50px;
}
.blockquot{
    position: relative;
}
.blockquot:before {
    content: url(../img/quote-icon.svg);
    position: absolute;
    top: 10%;
    z-index: 0;
}
.slider-img-pag{
    display: flex;
}
.blockquot > p {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 30px;
}
.blockquot {
    position: relative;
    background-color: #ffffff;
    border-bottom-right-radius: 35px;
    padding: 40px;
    margin-left: 40px;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
    height: 250px;
    margin-top: 10px;
}
.blockquot h6{
    font-size: 16px;
    margin: 0;
}
.blockquot span{
    font-size: 16px;
    color: #c7c7c7;
}
.testimonial{
    position: relative;
}
.photo-preview {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 27%;
    z-index: 1;
    left: 55%;
}
.photo-preview img {
    border-radius: 50px;
}
.photo-preview a {
    padding-left: 20px;
}
.photo.owl-theme .owl-nav.disabled+.owl-dots {
    margin-left: 78%;
    margin-top: -7%;
    position: absolute;
}
.card-img.benefits img{
    margin-right: 20px;
    width: 30px;
}
.card-img.benefits h4{
    margin: 0;
}
.card-img.benefits {
    display: flex;
    border: 1px solid #bde800;
    border-left-color: white;
    border-top-color: white;
    padding: 25px;
    margin-left: -40px;
    margin-top: -60px;
    backdrop-filter: blur(10px);
}
.cardio p{
    font-size: 14px;
}
.cardio {
    background-color: white;
    padding: 30px;
    box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 3px 19px -6px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 3px 19px -6px rgba(0,0,0,0.10);
    margin-bottom: 80px;
    width: 90%;
    margin-left: 30px;
}
.cardio.two{
    margin-top: 30px;
}
.benefit ul.fast li h6:before{
    top: 14%;
}
.benefit a.button.calculate {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit .heading h3:after {
    left: 13%;
    top: 79%;
}
.benefit {
    background-repeat: no-repeat;
}
.subscribe{
    overflow: hidden;
}
.subscribe-to input[type="text"] {
    height: 66px;
    width: 60%;
    padding-left: 25px;
    outline: 0;
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
}
.subscribe-to{
    padding-left:60px;
}
.subscribe-to h3{
  text-transform: uppercase;
}
.subscribe-to p{
    padding-top: 40px;
}
.subscribe-to form {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.subscribe-to input[type=checkbox] + label
{
    color: #c7c7c7;

}
.subscribe-to input[type="text"]::placeholder{
    color: #c7c7c7;
}
.subscribe-section{
    padding-bottom: 60px;
    overflow: hidden;
}
.photos {
    text-align: center;
    position: relative;
}
.photos:before {
    content: "";
    position: absolute;
    top: 0%;
    z-index: 1;
    width: 420px;
    height: 534px;
    left: 35%;
}
.photos h2 {
    position: absolute;
    font-size: 170px;
    color: #fbfbfb;
    text-transform: uppercase;
    transform: rotate(270deg);
    top: 45%;
    z-index: 1;
    left: -30%;
}
.photos img {
    position: relative;
    z-index: 1111111111;
}
/*portfolio details*/
.about-section-photo.portfo img.Photo-about {
    margin-top: 140px;
    height: 510px;
    object-fit: cover;
}
.about-photo-section.details img {
    margin-top: 70px;
    height: 240px;
    width: 240px;
    object-fit: cover;

}
.content > h6 {
    background-color: black;
    padding: 10px 15px;
    color: white;
    display: inline-block;
    margin-bottom: 20px;
}

.content > h6 i {
    padding-right: 10px;
}
.content span{
    font-size: 14px;
    color: #c7c7c7;
    display:block;
    padding-bottom: 40px;
}

.requirements-section .heading h3 {
    width: 80%;
    text-align: center;
    margin: auto;
    padding-bottom: 25px;
}
.requirements-section .heading h3:after{
    left: 62%;
    top: 57%;
}
.number-one{
    display: flex;
    position: relative;
}
.number span{
    font-size: 80px;
    font-weight: bold;
    z-index: -1;
    width: 200px;
    height: 148px;
    display:inline-flex;
    align-items: center;
    color: white;
    padding-left: 30px;

}
.number h4 a {
    position: absolute;
    background-color: white;
    z-index: 1;
    font-weight: bold;
    left: 23%;
    top: 25%;
    padding: 20px;
    padding-bottom: 24px;
    width: 76%;
}
.number p {
    padding-left: 35px;
    padding-top: 40px;
}
.number-one:hover span {
    color: black;
}
.number-one h4 a:hover {
    background-color: black;
    color: white;
}
.number {
    padding-top: 40px;
}
.progress-bar-section .heading {
    width: 75%;
}
.progress-bar-section .heading h3:after{
    left: 55%;
    top: 75%;
}
/*.tooltip*/
.padding-tootip {
    margin-top: 50px;
}
.title {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: bold;
}
.line {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}
.wrapper-progress-bar {
    background: #f2f2f2;
    font-size: 0;
}
.progress-status {
  display: inline-block;
  height: 10px;
  position: relative;
  width: 0;
  transition: width 1.5s ease-in-out;
}
.progress-status .tooltip {
    bottom: 25px;
    color: #fff;
    margin-right: -35px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity 1.5s ease-in-out;
    width: 70px;
}
.progress-status .tooltip.show {
  opacity: 1;
}
.progress-status .tooltip:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bde800 ;
  height: 0;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
}
.progress-status .tooltip p {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.progress-bar-section {
    position: relative;
    padding-bottom: 300px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar {
    position: absolute;
    width: 48%;
    margin-top: 40px;
    background-color: white;
    padding: 80px;
    padding-top: 40px;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
    z-index: 1;
}
.progressbar-wrap{
    display: flex;
}
.progress-bar-img img {
    height: 510px;
    width: 710px;
}
.progress-bar-img{
    position: relative;
}
.map-pin{
    display: none;
}
.progress-bar-img:before {
    z-index: -1;
    content: "";
    position: absolute;
    background-color: black;
    height: 510px;
    width: 710px;
    top: 15%;
    left: 10%;
}
.progress-bar-img:after {
    content: url(../img/Point.png);
    position: absolute;
    right: 24%;
    animation: bounce-3 20s infinite;
    bottom: -15%;
    z-index: 0;
}
.call-to-action.quote:before {
    top: 56%;
}
.call-to-action.quote .young{
    position: relative;
}
.call-to-action.quote .young h3 {
    position: absolute;
    top: 0%;
    text-transform: uppercase;
    font-family: 'Red Hat Display';
    font-weight: bold;
    width: 60%;
    background-color: black;
    color: white;
    padding: 20px;
    left: 66%;
    border: 30px solid white;
}
.other-workouts-Sections .heading h3:after{
    left: 64%;
}
.other-workouts-Sections .heading h3{
    text-align: center;
}
.other-workouts-Sections .heading p{
    width: 60%;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}
.other-workouts-Sections{
    position: relative;
    overflow: hidden;
}
.other-workouts-Sections:before {
    position: absolute;
    content: "";
    height: 1100px;
    width: 460px;
    z-index: -1;
    right: 0;
    top: 0;
}
.other-workouts-Sections .view-button {
    margin-top: 30px;
}
/*apointment-one*/
.apointment img {
    margin-left: 40px;
    margin-top: 180px;
}
.apointment{
    position: relative;
}
.apointment h3 {
    position: absolute;
    top: 63%;
    text-transform: uppercase;
    font-family: 'Red Hat Display';
    font-weight: bold;
    width: 23%;
    padding: 24px;
    left: -2%;
    border: 1px solid white;
        backdrop-filter: blur(10px);
}
.apointment-one {
    position: relative;
    overflow: hidden;
}
.form-apointment {
    right: 16%;
    position: absolute;
    padding: 40px;
    background-color: white;
    width: 38%;
    top: 20%;
}
.form-apointment h2 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.form-apointment p{
    padding-bottom: 40px;
}
.form-apointment .nice-select.Advice{
    color: black;
    margin-bottom: 40px;
}
.out-schedule {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
}
.form-apointment form.about-form{
    padding: 0;
    margin-top: 0;
}
/*contact*/
ul.Contacts.cantrol li a {
    color: black;
    font-weight: 500;
    display: block;
}
ul.Contacts.cantrol i {
    font-size: 40px;
    width: 80px;
    height: 80px;
}
ul.Contacts.cantrol li {
    display: flex;
    align-items: center;
}
.hero-contact .Menu {
    margin-top: 80px;
}
.Menu h4 {
    font-weight: bold;
}
.hero-contact .heading h3{
   margin-top: 150px;
}
.hero-contact{
    position: relative;
}
.hero-contact form.about-form {
    position: absolute;
    left: 46%;
    padding: 38px;
    width: 40%;
    top: 36%;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}
.hero-contact textarea {
    padding-top: 26px;
    width: 100%;
    outline: none;
    border: solid 1px #f2f2f2;
    color: #c7c7c7;

    padding-left: 25px;
    height: 180px;
    margin-bottom: 35px;
}
.subscribe-img img {
    border: solid white 40px;
}
.subscribe {
    position: relative;
    padding-bottom: 200px;
}
.subscribe:before {
    left: 12%;
    z-index: -1;
    position: absolute;
    content: "";
    background-color: black;
    height: 273px;
    width: 1400px;
}

.subscribe .button {
    margin-left: 10px;
}
img.one-img {
    margin-bottom: -220px;
    margin-left: 35px;
    object-fit: cover;
}
img.two-img {
    margin-left: 30px;
    margin-top: -100px;
}
.subscribe .form-name{
    display: flex;
    align-items: center;
}
.subscribe input[type="text"] {
    height: 66px;
    width: 70%;
    padding-left: 25px;
    outline: 0;
    margin-right: 38px;
    margin: 0;
}
.subscribe h4{
    text-transform: uppercase;
    color: white;
    font-family: 'Archivo Black', sans-serif;
    padding-top: 46px;
}
.subscribe form {
    padding-top: 15px;
}
/*weekdays-day*/
.weekdays-list .weekdays-day{
    width: 77px;
    height: 36px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #f2f2f2;
    background-color: #c7c7c7;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 0;
}
.weekdays-day:hover, .weekdays-list .weekday-selected{
    background-color: #bde800;
    color: black;
}
/*apointment 2*/
.apointment-one.two .form-apointment{
    position: relative;
    width: 100%;
    right: 0;
    top: 14%;
    padding: 39px;
}
.apointment-one.two .apointment img{
    width: 100%;
    z-index: 1;
    position: relative;
}
.apointment-one.two .apointment{
    position: relative;
}
.apointment-one.two .apointment:before {
    content: url(../img/Points-big.png);
    position: absolute;
    right: -8%;
    animation: bounce-3 20s infinite;
    bottom: 0%;
    z-index: 1;
}
.apointment-one.two .apointment:after {
    content: "";
    position: absolute;
    right: -35%;
    width: 700px;
    height: 300px;
    bottom: 0%;
    z-index: 0;
}
.apointment-one.two .apointment h3 {
    top: 19%;
    width: 41%;
    left: 68%;
    z-index: 1;
    backdrop-filter: blur(10px);

}
.about-photo-section.online img {
    background-color: white;
    width: 200px;
    border-left-width: 82px;
    border-bottom-width: 50px;
}
.hero-section.online-schedule .about-section-photo:before {
    height: 190px;
}
.meeting-tim h3 {
    color: white;
    background-color: black;
    padding: 20px 35px;
    align-items: center;
    justify-content: center;
    font-family: 'Red Hat Display';
    font-weight: bold;
    line-height: 30px;
}
.meeting-tim h3 span {
    font-size: 18px;
}
.meeting-tim h6{
    font-size: 14px;
    color: #c7c7c7;
}
.meeting-tim h5{
    font-size: 16px;
}
.meeting-cads {
    display: flex;
}
.join-meeting a.join{
    font-size: 18px;
    font-weight: 600;
    color: black;
    line-height: 28px;
}
.join-meeting span{
    color: #c7c7c7;
    font-size: 16px;
}
.meeting-img img {
    width: 100%;
    object-fit: cover;
}
.join-meeting h4 {
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
}
.join-meeting{
    padding: 25px;
}
.join-meeting a.join {
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 28px;
    display: block;
    width: 80%;
    margin-bottom: 20px;
}
.meeting-data {
    margin-top: 50px;
}
.join-meeting .button.back{
    display: flex;
    font-family: 'Red Hat Display', sans-serif;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.meeting-data:hover .meeting-tim h3{
    color: black;
}
.the-next-workout .workout-time h6:before{
    height: 0;
}
.the-next-workout .workout-time h5 {
    font-size: 36px;
    padding: 0px 50px;
    margin-top: 0;
}
.the-next-workout .workout-time {
    margin-top: 20px;
    margin-left: 128px;
}
.next-img{
    position: relative;
}
.next-img:before {
    content: url(../img/Point.png);
    position: absolute;
    right: -34%;
    animation: bounce-3 20s infinite;
    top: 17%;
    z-index: 0;
}
.next-img:after {
    content: url(../img/Points1.png);
    position: absolute;
    right: -21%;
    animation: bounce-3 20s infinite;
    bottom: -18%;
    opacity: .1;
    z-index: -1;
}
.next-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.the-next-workout.heading h3 {
    margin-left: -50px;
    margin-top: 50px;
    width: 68%;
    background-color: white;
    padding: 30px;
    z-index: 0;
}
.subscribe-section.online .photos img{
    width: 100%;
}
.subscribe-section.online .photos:before{
    height: 0;
    width: 0;
}
.subscribe-section.online {
    padding: 0;
    overflow: hidden;
}
.subscribe-section.online .subscribe-to{
    position: relative;
}
.subscribe-section.online .subscribe-to:after {
    content: url(../img/Points1.png);
    position: absolute;
    right: -38%;
    animation: bounce-3 20s infinite;
    bottom: -52%;
    opacity: .1;
    z-index: -1;
}
/*blog-details*/
.blog-details-data img {
    width: 100%;
}
.blog-details-data h3 {
    text-align: left;
    margin-top: -70px;
    position: relative;
    padding: 30px;
    background-color: #ffffff;
}
.blog-details-data h3.one{
    background-color: transparent;
}
.Post-details.blog {
    justify-content: space-between;
    border: 0;
    margin-top: 0;
}
.gap-health-style {
    margin-left: 228px;
    width: 80%;
}
.health-style a span {
    background-color: black;
    padding: 10px;
    border: 1px solid #bde800;
}
.blog-card .Post-details.blog {
    justify-content: start;
    margin-top: 15px;
    border-top-style: solid;
    border-top-color: #1c1c1c;
    border-top-width: 1px;
}
.blog-card .Post-details.blog h4{
    margin-left: 0;
}
.Post-details.blog h4 {
    margin-left: 50px;
}
.blog-img.details {
    margin-left: 40px;
}
.share {
    display: flex;
    align-items: center;
}
.hero-blog.Details.gap {
    text-align: left;
}
.hero-blog.Details.gap {
    text-align: left;
    background-repeat: no-repeat;
    background-position: top;
}
.details-data {
    padding: 40px 100px;
}
.details-data > h4{
    padding-bottom: 30px;
    margin: 0;
}
.details-data > img{
    padding:30px 0 ;
    width: 100%;
}
.details-data > h6{
    padding-bottom: 30px;
    margin: 0;
    font-size: 14px;
    padding-left: 40px;
    color: #c7c7c7;
}
.details-data > h6 {
    padding-bottom: 60px;
    margin: 0;
    font-size: 14px;
    padding-left: 40px;
    color: #c7c7c7;
}
.details-data > h3{
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
}
.details-data > h5{
    font-size: 18px;
    font-family: 'Archivo Black', sans-serif;
    line-height: 28px;
    padding-bottom: 30px;
    margin: 0;
}
.yourself {
    padding: 80px 40px;
    margin: 30px 0;
    border-radius: 30px;
    position: relative;
    border-bottom-right-radius: 0;
}
.yourself p:before {
    content: url(../img/quotemarks-icon-1.svg);
    position: absolute;
    top: -24%;
    z-index: -1;
}
.blog-one.gap {
    padding-top: 80px;
}
.yourself p{
    position: relative;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    z-index: 11;
    font-weight: bold;
}
.yourself span {
    position: absolute;
    font-size: 24px;
    font-style: italic;
    line-height: 34px;
    z-index: 11;
    font-weight: bold;
    right: 8%;
}
.details-data > h5.one{
    font-size: 16px;
    font-family: 'Archivo Black', sans-serif;
    line-height: 26px;
    padding-bottom: 30px;
    margin: 0;
}
.details-data th {
    font-size: 16px;
    padding: 30px 50px;
    background-color: black;
    margin-left: 20px;
    color: white;
    border: 1px white solid;
}
.details-data td {
    padding: 30px 50px;
    font-size: 16px;
    border: 1px solid #f2f2f2;
}
.details-data table {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.details-data h6.one {
    font-size: 16px;
    font-style: italic;
    color: #c7c7c7;
    padding-left: 0;
    padding-top: 30px;
}
.blog-img-details span{
    background-color: black;
    color: white;
    top: 14%;
    left: 6%;
    padding: 10px 15px;
    font-size: 14px;
    border: solid 1px #bde800;
}
.hana-evans {
    display: flex;
    align-items: center;
    border-top-width: 1px;
    border-color: #c7c7c7;
    border-top-style: solid;
    padding-top: 48px;
    margin-top: 48px;
    margin-bottom: 60px;
}
.blog-detai{
    position: relative;
}
.blog-detai:before {
    position: absolute;
    height: 200px;
    width: 200px;
    content: "";
    top: 5%;
    left: 5%;
}
.blog-detai img {
    width: 200px;
    margin-right: 40px;
    position: relative;
}
.hana-evans h4{
    font-size: 18px;
    font-weight: bold;
}
.hana-evans ul.social-icons li a{
    color: black;
    border: 2px solid black;
    margin-left: 0;
    margin-right: 20px;
}
.hana-evans ul.social-icons{
    margin-top: 20px;
}
.hana-evans ul.social-icons li a:hover{
    border: 2px solid #bde800;
}
.previou .previous-post img{
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.previou {
    display: flex;
}
.previou h6 {
    font-weight: 800;
    padding: 15px;
    background-color: white;
    margin-left: -20px;
    margin-top: 10px;
}
.previou i{
    padding-right: 15px;
}
.previou a {
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
}
.previou-next{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.previou.next-post h6 {
    margin-left: 0;
    margin-right: -20px;
    position: relative;
    text-align: end;
}
.previou.next-post a {
    padding-left: 100px;
}
.previou.next-post i{
    padding-right: 0;
    padding-left: 15px;
}
/*comments*/
.comments.gap h3 {
    font-family: 'Red Hat Display';
    font-weight: bold;
}
.comment-data {
    margin: 40px 0 15px 0;
    display: flex;
    align-items: center;
}
.comment-data img{
    padding-right: 20px;
}
.comment-data span{
    font-size: 16px;
    color: #c7c7c7;
}
.comment-reply > a{
    background-color: black;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    color: white;
    border-top-left-radius: 0;
    margin-bottom: 15px;
}
.comment-data h6{
    font-size: 18px;
    color: #060606;
    font-weight: bold;
}
.comment-data-title p {
    padding: 40px;
    background-color: #fbfbfb;
    border-radius: 35px;
    border-top-left-radius: 0;
}
.comment-reply {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
li.first {
    margin-left: 60px;
}
li.first p,
li.second p{
    background-color: transparent;
    border: 1px solid #f2f2f2;
}
li.second {
    margin-left: 120px;
}
.comment-text textarea {
    padding-top: 26px;
    width: 100%;
    outline: none;
    border: solid 1px #f2f2f2;
    color: #c7c7c7;
    padding-left: 25px;
    height: 180px;
    margin-bottom: 35px;
}
form.about-form.comment-text{
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
    padding-top: 40px;
    margin: 0;
}
form.about-form.comment-text h6{
    color: #c7c7c7;
    font-size: 14px;
    padding-bottom: 40px;
    padding-top: 10px;
}
form.about-form.comment-text input[type="text"]{
    margin-bottom: 0;
}
/* schedule */
.table-one th {
    font-size: 24px;
    color: white;
    background-color: black;
    border: 1px solid white;
    height: 90px;
    width: 230px;
    text-align: center;
}
.table-one td {
    padding: 15px;
    border: 1px solid #c7c7c7;
}
.table-one td h6{
    font-size: 16PX;
    font-weight: bold;
}
.table-data{
    padding: 15px;
}
.table-one td span{
    color: white;
    font-size: 14px;
}
.table-mobil,.table-mobil-blog{
    display: none;
}

input.range-slider__range {
    color: antiquewhite;
}
.heading.schedule-one p{
    padding-bottom: 40px;
    width: 85%;
}.meeting-data.one .join-meeting .button.back{
    padding: 20px;
}
.meeting-data.one{
    margin-top: 0;
    margin-right: 5px;
}
.nonloop .owl-item.cloned {
    opacity: 0;
}
.nonloop .owl-item.cloned.active {
    opacity: 1;
}
.call-to-img img{
    width: 100%;
}
.call-to-img{
    position: relative;
}
.call-to-img img.img-call {
    border: 30px solid white;
    position: absolute;
    width: 300px;
    height: 300px;
    top: 61%;
    left: 0%;
}
.call-to-sction .heading {
    padding: 30px;
    padding-bottom: 0;
}
form.about-form.callto {
    margin-left: -60px;
    position: relative;
    padding-top: 40px;
    margin-top: 15px;
}


.content1 {
  max-width: 650px;
  margin: 0 auto;
  top: 35%;
  position: relative;
}
.content1 h1 {
  line-height: 1.5;
  color: white;
  font-weight: 300;
  text-align: center;
  font-size: 3rem;
  text-shadow: 0 2px 5px black;
}
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000000000;
}
.page-loader .txt {
  color: #666;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'Archivo Black';
  font-size: 30PX;
  color: black;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;

}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.bmi-calculator .heading h3 {
    text-align: center;
}
.bmi-calculator .heading h3:after{
    left: 55%;
}
.bmi-calculator  .heading p {
    text-align: center;
    width: 50%;
    margin: auto;
}

/**/
/**
 * Range Slider Container
 */
.range-sliders .range-slider-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.range-sliders input[type="range"].range-slider-red {
  background: black;
}
.range-sliders .range-slider-group .input-slider {
    width: 90px;
    text-align: center;
    margin-left: 32px;
    border-color: #f2f2f2;
    border-right: 0;
}
.range-sliders .range-slider-group .range-label {
    width: 100%;
    font-size: 16px;
    color: #c7c7c7;
    font-family: 'Red Hat Display';
    line-height: 0;
}

.range-sliders .range-slider-group .range-slider {
    width: calc(70% - 60px);
}


.range-sliders input[type="range"].range-slider-red::-webkit-slider-thumb {
  background-color: black;
}

.range-sliders input[type="range"].range-slider-red::-moz-range-thumb {
  background-color: black;
}
.range-sliders input[type="range"] {
  width: 100%;
  background: black;
  border-radius: 8px;
  height: 2px;
  outline: none;
  -webkit-appearance: none;
}

.range-sliders input[type="range"]:focus {
  outline: none;
}

.range-sliders input[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
  height: 30px;
  width: 12px;
  border-color: transparent;
  border-radius: 22px;
  background-color: #999;
  cursor: ew-resize;
  -webkit-appearance: none;
  margin-top: -15px;
}
.range-sliders .input-slider {
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
  -moz-appearance: textfield;
}

.range-sliders .input-slider::-webkit-outer-spin-button,
.range-sliders .input-slider::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cm-kg{
    display: flex;
}
.cm-kg h5 {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    height: 65px;
    font-size: 18px;
    margin: 0;
    margin-top: -19px;
}
.cm-kg a.button.calculate{
    margin-top: 20px;
}
.bmi-calculator .calculate-bmi {
    margin-top: 40px;
    padding: 0px 30px;
}
.bmi-calculator .panels input{
    border: solid 1px #bee800;
}
.time-girl {
    display: flex;
    justify-content: space-between;
}
.color-time {
    background-color: white;
    margin-top: 40px;
    padding: 30px 0px;
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}
.time-girl h4 {
    left: 39%;
    background-color: black;
    color: white;
    padding: 40px;
    width: 40%;
    border-radius: 35px;
    border-bottom-right-radius: 0;
}
.bmi-calculator {
    position: relative;
}
.time-girl img {
    position: absolute;
    width: 500px;
    height: 643px;
    left: 25%;
    top: -13%;
    object-fit: cover;
}
.background-object{
    position: relative;
}
.background-object:before {
    content: "";
    position: absolute;
    height: 642px;
    width: 403px;
    z-index: 0;
    top: -13%;
    left: 49.2%;
}
.background-object:after {
    content: url(../img/Points.png);
    position: absolute;
    right: 55%;
    animation: bounce-3 20s infinite;
    top: 190%;
    z-index: 1;
}



.previou a,
.meeting-tim h3,
.number-one span,
.number-one h4 a,
.cards h4 a,.Post-1 a,
ul.social-icons li a,
ul.Menu-br li a,
nav ul li ul li a,.duis i:hover,
.photo-section.about i,
.title-blog a,
.blog-one .title-blog h3 > a,
a.button.back i,.card-img-hover,
.mobile-nav > ul li > a
 {
    transition: 0.3s ease-in-out;
}

/*mobil*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: black;
    padding: 40px 80px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}

.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.cart-popup {
    position: absolute;
    right: 130px;
    top: 78px;
    width: 340px;
    background-color: #fff;
    padding: 25px 25px 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 3px 35px 0px rgb(0 0 0 / 10%);
}
.cart-popup:before {
    content: "";
    width: 41%;
    height: 5px;
    position: absolute;
    left: 59.2%;
    top: -5px;
}
.show-cart{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.cart-popup .cart-btns a:not(:last-child){
    margin-right: 8px;
}
.cart-popup .cart-btns a:hover{
    color: white;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 21px;
    left: -10%;
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
    position: relative;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul li > a {
    font-size: 22px;
    color: white;
    line-height: 36px;
    font-family: 'Red Hat Display';
    font-weight: bold;
}
.mobile-nav > ul > li > a {
    line-height: 30px;
    color: white;
    font-size: 30px;
    font-family: 'Archivo Black';
    text-transform: uppercase;
}

.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 3333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
#mobile-nav.hmburger-menu {
    width: 60%;
    z-index: 1111;
    background-color: black;
    padding: 40px 80px;
}

.res-cross {
    position: absolute;
    width: 40px;
    right: 40px;
    top: 40px;
}
.mobile-nav .cls-leftright {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.mobile-nav .cls-rightleft {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 18px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.mobile-nav .res-cross:hover .cls-leftright,
.mobile-nav .res-cross:hover .cls-leftright,.mobile-nav .res-cross:hover .cls-rightleft {
    background-color: #bde800;
}
.mobile-nav .res-cross:hover .cls-leftright {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav .res-cross:hover .cls-rightleft {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.Contacts.mobil {
    margin-top: 60px;
}
ul.Contacts.mobil a {
    display: flex;
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    font-family: 'Red Hat Display' ;
}
ul.Contacts.mobil li {
    margin-top: 0px;
}
/* **********     ScrollTopButton     ********** */
.scroll-top-btn {
    position: fixed;
    z-index: 999;
    bottom: 1vh;
    right: calc(1.25rem + 1vw);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    outline: 0;
    border: 0;
    transition: all 0.3s ease-out;
}

.scroll-top-btn:hover {
  background-color: black;
  color: white;
  box-shadow: 0px 0px 9px 0px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}


/* Zoom In #1 */
.hover-style figure {
    position: relative;
}
.hover-style figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover-style figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.hover-style figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-style figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.price{
    box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 2px 31px 61px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 2px 31px 61px -14px rgba(0,0,0,0.14);
}
