/* font-family: "Lato", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'IvyPresto Display';
    src: url('../fonts/IvyPrestoHeadline-Light.woff2') format('woff2'),
        url('../fonts/IvyPrestoHeadline-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyPresto Display';
    src: url('../fonts/IvyPrestoHeadline-SemiBold.woff2') format('woff2'),
        url('../fonts/IvyPrestoHeadline-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvyPresto Display';
    src: url('../fonts/IvyPrestoHeadline-Thin.woff2') format('woff2'),
        url('../fonts/IvyPrestoHeadline-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
  --White: #fff;
  --Black: #000;
  --Blue: #152f54;
  --Dark-Blue:#10203c;
  --Brown:#6c5c41;
  --Dark-Green:#2e4d48;
  --Dark-Brown:#8e5834;
  --dark-gray:#323333;
  --Light-orange:#dacdc4;
  --Light-yellow:#e4e1d0;
  --Light-Brown:#786a53;
}

html {
  scroll-behavior: inherit !important;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  background:var(--Blue) ;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: "Lato", sans-serif;
  color: var(--Black);
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}

ol, ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  color: var(--White);
}
p:empty{
  display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'IvyPresto Display';
  line-height: 100%;
  letter-spacing: 0;
  color: var(--White);
  margin-top: 0;
  margin-bottom: 10px;
}
h1, .h1 {
  font-size: 58px;
  line-height: 58px;
}
h2, .h2 {
  font-size: 50px;
  line-height:42px;
}
h3, .h3 {
  font-size: 33px;
  line-height: 42px;
}

/* button */
.border-btn{
  padding: 18px 25px;
  min-width: 485px;
  min-height: 67px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 100%;
  text-align: center;
  border: 1px solid var(--Light-orange);
  color: var(--White);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s linear;
  text-decoration: none;
}
.border-btn:hover{
  background-color: var(--Light-orange);
  color: var(--dark-gray);
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
body {
  overflow-x: hidden;
}

/* container */
.container{
  max-width: 1221px;
  margin: 0 auto;
}
.gym-sec .gym-wrp .container{
  max-width: 1695px;
  margin: 0 auto;
}
.app-sec .container {
    max-width: 1494px;
    margin: 0 auto;
}
.benefits .container {
    max-width: 1487px;
    margin: 0 auto;
}

/* header */
header {
  position: fixed;
  transition: all 0.33s linear;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--Brown);
  padding:18px 0px;
}
header .logo{
  display:flex;
  justify-content: center;
  align-items: center; 
}
header .logo img {
  max-width: 230px;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s linear;
  text-align: center;
}
.header-line{
  position: absolute;
  top: 160px;
  width: 100%;
}
.header-line .line{
  background-color: var(--Brown);
  width: 100%;
  height: 10px;
}

/* content */
.content{
    padding-top: 150.09px;
}


/* hero-home */
.hero-home {
    position: relative;
    overflow: hidden;
}
.hero-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 930;
    object-fit: cover;
    object-position: bottom;
    display: block;
}
.hero-home .hero-wrp {
  background-color: var(--Light-Brown);
  width: 100%;
  padding: 68px 0 10px; 
  position: relative;
  transform: translateY(-60px);
}
.hero-home .hero-wrp .hero-cnt {
  background-color: var(--Brown);
  max-width: 1163px;
  margin: -161px auto 0 auto;
  padding: 50px 37px 65px 37px;
  position: relative;
  z-index: 2;
}
.hero-home .hero-cnt h1{
  font-family: 'IvyPresto Display';
  text-align: center;
  color: var(--Light-orange);
  font-weight: normal;
  margin-bottom: 47px;
}
.hero-home .hero-cnt h3{
  font-family: 'IvyPresto Display';
  text-align: center;
  color: var(--Light-orange);
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 951px;
  margin: 0px auto;
}
.hero-home .hero-cnt .hero-text{
    margin-top: 54px;
}
.hero-home .hero-cnt .hero-text p{
    text-align: center;
}

/* img-with-cnt */
.blog-box {
    margin: 160px 0;
}
.row .col-md-12:last-child .blog-box {
    margin-bottom: 95px;
}
.box-wrp {
    display: flex;
    align-items: center;
    gap: 74px;
    margin: 0 auto;
    background-color: var(--Light-yellow);
    min-height: 412px;
}
.box-content {
    padding: 75px 0px 75px 62px;
    flex: 1;
}
.box-img {
    flex: 0 0 auto;
}
.box-img img {
    max-width: 561px;
    width: 100%;
    height: auto;
    display: block;
    margin-top: -70px;
    margin-right: 20px;
}
.box-content h4 {
    font-size: 50px;
    line-height: 100%;
    color: var(--Dark-Green);
    text-align: center;
    margin-bottom: 48px;
}
.box-content p {
    color: var(--dark-gray);
    text-align: center;
}
.img-with-content .blog-box:nth-child(even) .box-wrp {
    flex-direction: row-reverse;
    background-color: var(--Light-orange);
}
.img-with-content .blog-box:nth-child(even) .box-content {
     padding: 75px 62px 75px 0px;
}
.img-with-content .blog-box:nth-child(even) .box-content h4 {
    color: var(--Dark-Brown);
}
.img-with-content .blog-box:nth-child(even) .box-img img {
    margin-top: -65px;
    margin-left: 20px;
    margin-right: 0;
}
.img-with-content .blog-box .box-content:has(.border-btn) {
    padding-block: 55px;
    text-align: center;
}
.img-with-content .blog-box .box-content .border-btn {
    color: var(--Dark-Green);
    border: 1px solid #2e4d48;
    min-width: auto;
    padding: 20px 33px;
    text-transform: uppercase;
    background-color: #e9dfd9;
}
.img-with-content .blog-box .box-content .border-btn:hover {
    background-color: var(--Dark-Green);
    color: var(--Light-orange);
}

/* second-banner */
.estate-sec .estate-wrp {
    background-image: url('../images/second-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 609px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;        
}
.estate-sec .estate-wrp .estate-cnt {
    max-width: 561px;
    color: #fff;
    position: relative;
    right: 200px;
    bottom: 30px;
}
.estate-sec .estate-wrp .estate-cnt h2{
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 21px;
}
.estate-sec .estate-wrp .estate-cnt p{
  text-align: center;
}

/* content-card-sec */
.content-card-sec .blog-box .box-wrp {
    flex-direction: row-reverse;
    background-color: var(--Light-orange);
}
.content-card-sec:has(h2) h2{
    margin-top: 50px;
}
.img-with-content h2 , .content-card-sec h2 {
    text-align: center;
    letter-spacing: 1px;
    color:var(--Light-orange);
    margin-bottom: 0;
    text-transform: uppercase;
}
.content-card-sec .blog-box .box-content {
     padding: 75px 62px 75px 0px;
}
.content-card-sec .blog-box .box-content h4 {
    color: var(--Dark-Brown);
}
.content-card-sec .blog-box .box-img img {
    margin-top: -65px;
    margin-left: 20px;
    margin-right: 0;
}
.content-card-sec .blog-box .box-content.width-btn {
    padding: 75px 62px 75px 0px;
    text-align: center;
}
.content-card-sec .blog-box .box-content.width-btn p {
    margin-bottom: 35px;
}
.blog-box .box-content ul {
    padding-left: 30px;
}   
.blog-box .box-content ul li {
    list-style: disc;
    margin-bottom: 6px;
    font-size: 25px;
    line-height: 33px;
    color: var(--dark-gray);
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

/* gym-sec */
.gym-sec{
    padding: 269px 0px 79px 0px;
    background-image: url('../images/gym-banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 194px;
}
.gym-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: #e4e1d0;
    opacity: 0.3;
    z-index: 1;
}
.gym-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: #5b4d36;
    mix-blend-mode: hard-light;
    z-index: 1;
}
.gym-sec .gym-wrp{
  position: relative; 
  z-index: 2;
}
.gym-sec .gym-wrp .gym-content .border-btn {
    margin-bottom: 99px;
}
.gym-sec .gym-wrp .gym-content{
  max-width: 535px;
  margin: 0 auto 0px 307px;
}
.gym-sec .gym-wrp .gym-content h2{
  font-size: 58px;
  line-height: 58px;
  margin-bottom: 26px;
}
.gym-sec .gym-wrp .gym-content p{
    margin-bottom: 26px;
}
.gym-sec .gym-images{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.gym-sec .gym-images .img-wrp{
  width: calc((100% - (40px * 2)) / 3);
}

/* app-sec */
.app-sec{
  padding: 52px 0px 60px 0px;
  background-color: #10203c;
}
.app-sec .app-heading{
  text-align: center;
}
.app-sec .app-heading h2{
  font-size: 58px;
  text-transform: uppercase;
  line-height: 58px;
  margin-bottom: 40px;
  color: var(--Light-orange);
}
.app-sec .app-heading h3{
  letter-spacing: 0px;
  line-height: 33px;
  color: var(--White);
  text-align: center;
  max-width:993px;
  margin: 0px auto 50px auto;
}
.app-sec .features p:before {
    content: "";
    background-image: url(../images/features.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin:0px 4px;
}
.app-sec .features {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 8px;
    justify-content: center;
    align-items: center;
}
.app-sec .features p {
    display: inline-flex;
    align-items: center;
}
.app-sec .app-features-imgs{
  display: flex;
}

/* benefits */
.benefits{
  padding: 84px 0px 317px 0px;
}
.benefits .benefits-heading {
    margin-bottom: 69px;
    text-align: center;
}
.benefits .benefits-heading h2{
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--Light-orange);
  font-weight: 500;
}
.benefits .benefits-wrp .benefits-box .img-wrp {
    height: 130px;             
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.benefits .benefits-wrp .benefits-box .img-wrp img{
  width: auto;   
  height: 100%;
  display: block;
}
.benefits .benefits-wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 29px;
}
.benefits .benefits-wrp .benefits-box{
  width: calc((100% - (29px * 4)) / 5);
  text-align: center;
}
.benefits .benefits-wrp .benefits-box h3{
  color: var(--Light-orange);
  text-align: center;
  font-family:"Lato", sans-serif;
}
.benefits .benefits-btn-wrp{
  text-align: center;
  margin-top: 176px;
}
.benefits .benefits-btn-wrp .border-btn{
  background-color: var(--Light-orange);
  border: 1px solid var(--Dark-Green);
  color: var(--Dark-Green);
  min-width: auto;
  padding: 21px 33px;
  text-transform: uppercase;
}
.benefits .benefits-btn-wrp .border-btn:hover{
  background-color: var(--Dark-Green);
  color: var(--Light-orange);
}

/* content-wrp in cmt-page */
.content-wrp{
  padding: 131px 0px 219px;
}
.content-wrp .content-box{
  background-color: var(--Light-orange);
  padding: 88px 71px 114px;
  text-align: left;
}
.content-wrp .content-box h3{
  color: #8e5834;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.content-wrp .content-box h3:first-child {
    margin-top: 0;
}
.content-wrp .content-box h6 {
  font-size: 33px;
  color: var(--dark-gray);
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  font-weight: bold;
}
.content-wrp .content-box h5 {
    font-size: 29px;
    color: var(--dark-gray);
    font-family: "Lato", sans-serif;
    margin: 14px 0px;
    font-weight: bold;
}

.content-wrp .content-box p {
  color: var(--dark-gray);
  margin-bottom: 10px;
}
.content-wrp .content-box h5 {
  font-size: 25px;
  color: var(--dark-gray);
  font-family: "Lato", sans-serif;
}

.content-wrp .content-box .italic{
  font-size: 25px;
  color: var(--dark-gray);
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
}
.content-wrp .content-box ul {
  padding-left: 26px;
  margin: 20px 0px;
}
.content-wrp .content-box ul  li{
  color: var(--dark-gray);
  font-size: 25px;
  font-family: "Lato", sans-serif;
  list-style: disc;
}

/* footer */
footer {
  position: relative;
  transition: all 0.33s linear;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: var(--Brown);
  padding:18px 0px;
}
footer .logo{
  display:flex;
  justify-content: center;
  align-items: center;
  max-width:96px ;
  margin: 0 auto;
  
}
footer .logo img {
  max-width: 95px;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s linear;
  text-align: center;
}
.footer-line{
  position: absolute;
  top: -18px;
  width: 100%;
}
.footer-line .line{
  background-color: var(--Brown);
  width: 100%;
  height: 10px;
}

#topcontrol {
  right: 10px;
  bottom: 64px;
  z-index: 10;
}

#topcontrol img.backtop {
  max-width: 80%;
  height: 100%;
  width: 100%;
}