/* fonts */
@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/iransansx/IRANSansX-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('../fonts/iransansx/IRANSansXFaNum-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* pinar */

@font-face {
    font-family: 'Pinar-FD';
    src: url('../fonts/Pinar/Pinar-FD-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pinar-FD';
    src: url('../fonts/Pinar/Pinar-FD-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pinar-FD';
    src: url('../fonts/Pinar/Pinar-FD-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pinar-FD';
    src: url('../fonts/Pinar/Pinar-FD-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pinar-FD';
    src: url('../fonts/Pinar/Pinar-FD-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pinar-FD';
    src: url('../fonts/Pinar/Pinar-FD-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pinar-FD';
    src: url('../fonts/Pinar/Pinar-FD-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/*-- Common Style --*/
:root {
    --clr-yellow: #FF9900;
    --clr-dark-green: #035745;

}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


li {
    list-style-type: none;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
button,
select,
input,
textarea,
label,
p,
a,
li,
input::placeholder {
    font-family: 'IRANSansX';
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #495059;
}

body {
    font-family: 'IRANSansX';
}

.mt-80 {
    margin-top: 80px;
}

/*******************page************************/
.navbar {
    background: #098D71;
    border-radius: 62px;
    padding-inline: 24px;
    height: 72px;
}

.navbar-nav a,
.nav-btns a {
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
}

.nav-btns a:hover,
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    background: rgb(255, 153, 0);
    color: rgba(3, 87, 69, 1);
}

.navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: flex-start;
    padding-inline: 20px;
}

.navbar-nav .nav-item .nav-link svg {
    margin-left: 4px;
}

.nav-btns a {
    width: 172px;
    height: 48px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hero */
.hero {
    background: url(../images/Group\ 18\(1\).png) no-repeat center, linear-gradient(#008067, #008067);
    min-height: 100vh;
    padding-top: 16px;
    background-size: cover;
}
.hero--text h1 {
    font-weight: 900;
    font-size: 57px;
    line-height: 168.5%;
    color: #FFFFFF;
    margin: 0 0 0 16px;
}

.hero--text h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 168.5%;
    color: #FFFFFF;
    margin-top: 20px;
}

.hero--text h2 span {
    color: var(--clr-yellow);
}

.simin {
    display: flex;
    position: relative;
    margin-top: 54px;
}

.simin img {
    position: absolute;
    border-radius: 50%;
    right: -3px;
    z-index: 2;
    bottom: 0;
}

.simin div {
    background: #2B564D;
    border-radius: 70px;
    padding: 8px 95px 8px 20px;
}

.simin div h6 {
    font-weight: 900;
    font-size: 18px;
    color: white;
    margin-bottom: 4px;
}

.simin div p {
    font-weight: 700;
    font-size: 13px;
    color: var(--clr-yellow);
}

.hero-video-bg {
    /* background: url(../images/hero-video-bg.png); */
}

.hero-video video {
    width: 370px;
    height: 488px;
    border: 13px solid rgba(255, 255, 255, 0.01);
    filter: drop-shadow(0px 11.0594px 26.1404px rgba(0, 0, 0, 0.25));
    box-shadow: 0px 11.0594px 26.1404px rgba(0, 0, 0, 0.25);
    border-radius: 55px;
}

.hero .col-lg-7,
.hero .col-lg-5,
.hero--text {
    height: 100%;
}

.quick-access {
    background: url(../images/Group\ 20.png) no-repeat center;
    /* , linear-gradient(#076C57 , #076C57) ; */
    /* height: 100vh; */
    position: relative;
    background-size: cover;
    padding-block: 56px 166px;

}

.heading-section {
    margin-bottom: 60px;
    position: relative;
}

.heading-section h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}

.heading-section .heading-underline {
    position: absolute;
    bottom: -20px;
    right: 48%;
    transform: translateX(50%);
}

.heading-section .heading-underline.left-underline {
    right: 0;
    transform: translateX(0);
}

.quick-access-item {
    background: #FFFFFF;
    border: 6px solid #088167;
    box-shadow: 0px 24px 29px #075746;
    border-radius: 32px;
    padding: 55px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;

}

.quick-access .col-md-6.col-lg-3:nth-child(2),
.quick-access .col-md-6.col-lg-3:nth-child(4) {
    transform: translateY(50px);
}

.quick-access-item h5 {
    margin-block: 16px 12px;
    font-weight: 700;
    color: rgba(73, 80, 89, 1);
}

.quick-access-item p {
    font-weight: 600;
    color: rgba(141, 146, 152, 1);
    text-justify: distribute;
    text-align: center;
}

/* health-store */
.health-store {
    padding-block: 130px 85px;
}

.section-title h2 {
    color: var(--clr-dark-green);
}

.section-title .section-title-icon {
    width: 64px;
    height: 65px;
    background: #088167;
    border-radius: 24px;
}

.section-title-link {
    transition: 0.3s;
    width: 192px;
    height: 48px;
    background: var(--clr-yellow);
    border-radius: 33px;
    color: var(--clr-dark-green);
    font-size: 18px;
    font-weight: 500;
}

.section-title-link:hover {
    color: var(--clr-yellow);
    background: var(--clr-dark-green);
}

.slider-product {
    background: #FAFAFA;
    border-radius: 32px;
    padding: 15px 18px;
    margin: 0 8px;
}

.slider-product img {
    width: 100%;
    border-radius: 30px;
    display: block;
    margin-inline: auto;
}

.slider-product p {
    font-weight: 500;
    font-size: 14px;
    line-height: 168.5%;
    color: #495059;
    margin-bottom: 16px 8px;
}

.slider-product .price {
    font-weight: 600;
    font-size: 16px;
    color: #495059;
    margin-left: 4px;
    font-family: "IRANSansXFaNum";
}

.slider-product .add-to-cart {
    width: 34px;
    height: 34px;
    background: var(--clr-yellow);
    border-radius: 50%;
    padding: 0;
    border: none !important;
    transition: 0.3s;
}

.slider-product .add-to-cart:hover {
    transform: scale(1.1);
}


/* diet */
.diet{
    overflow-x: hidden;
    padding: 100px 0;
}
.diet-bg{
    position: relative;
    border-radius: 33px;
}
.diet-bg::after {
    content: '';
    position: absolute;
    top: -75px;
    /* bottom: -3%; */
    left: -5%;
    right: -5%;
    background: url(../images/dite-bg.png) no-repeat center;
    background-size: auto;
    height: 100%;
    z-index: -1;
}
.diet--img{
    transform: translateY(-112px);
}
.diet--text-title {
    color: white;
    font-weight: 800;
    font-size: 46px;
    line-height: 69px;
}

.diet--text-title span {
    transform: rotate(-5deg);
    display: inline-block;
    margin-right: 16px;
}

.diet--text p {
    font-weight: 900;
    font-size: 20px;
    line-height: 168.5%;
    color: #FFFFFF;
    margin-top: 28px;
}

.diet--text p span{
    color: rgba(255, 195, 0, 1);
}
.diet-form {
    background: #FFFFFF;
    box-shadow: 0px 24px 28px rgba(0, 0, 0, 0.06);
    border-radius: 35px;
    padding: 48px 24px;
    max-width: 350px;
}

.diet-form p {
    font-weight: 500;
    font-size: 18px;
}

.input-container label {
    font-size: 16px;
    color: #495059;
    display: block;
    margin-bottom: 4px;
}

.input-container input {
    background: #F9F4F4;
    border-radius: 40px;
    color: #8D9298;
    border: none;
    outline: none;
    height: 48px;
    width: 100%;
    padding-inline: 55px 26px;
}

.input-container svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.diet-form button {
    color: var(--clr-dark-green);
    background: var(--clr-yellow);
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    border-radius: 33px;
    height: 48px;
}

.diet-form button:hover {
    background: var(--clr-dark-green);
    color: var(--clr-yellow);
}

/* sports-packages */
.sports-packages-slide {
    padding: 16px 12px 24px 12px;
    background: #FAFAFA;
    border-radius: 32px;
    margin-inline: 10px;
}

.sports-packages-slide img {
    width: 100%;
    border-radius: 30px;
    display: block;
    margin-inline: auto;
    margin-top: 16px;
}

.sports-packages-slide h4 {
    font-weight: 900;
    font-size: 20px;
    line-height: 34px;
    margin-top: 12px;
}

.sports-packages-slide p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #8D9298;
}

.sports-packages-slide li {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #495059;
    list-style-type: disc;
}

.sports-packages-slide li::marker {
    font-size: 22px;
    color: var(--clr-yellow);
}

.sports-packages-price p {
    color: #495059;
    margin-top: 38px;
    margin-bottom: 0;
    font-size: 17px;
}

/* about */
.about {
    margin-block: 150px;
}

.about .about--text h2 {
    color: var(--clr-dark-green);
    margin-bottom: 18px;
    font-weight: 900;
}

.about--img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-left: 24px;
}

.about--img img {
    border-radius: 50%;
    border: solid 12px #0F9A7C;
}

.about--img p {
    font-size: 14px;
    color: #8D9298;
}

.gallery img {
    border-radius: 33px;
    display: block;
    margin-inline: auto;
}

.gallery a {
    width: 58px;
    height: 58px;
    position: absolute;
    background: #FF9900;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

/* footer */
footer {
    /* background: url(../images/footer-bg.png) no-repeat center; */
    background-size: cover;
    padding-block: 120px 90px;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -3%;
    left: -5%;
    right: -5%;
    background: url(../images/footer-bg.png) no-repeat center;
    background-size: cover;
    height: 100%;
    z-index: -1;
}

.fotter-logo img {
    width: 169px;
    display: block;
    margin-inline: auto;
}

.contact-icon p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-inline: 12px;
}




@media screen and (max-width:1399px) {
    .gallery a {
        left: -16px;
    }
    .diet--img{
        transform: translate(75px,-48px);
        transform: translate(47px,-82px) scale(1.17);
    }
}

@media screen and (max-width:1199px) {
    .hero--text h1 {
        font-size: 52px;
    }
    .diet--img {
        transform: translate(71px,-14px);
      }

    .diet-bg::after {
        background-size: contain;
    }
    .gallery a {
        left: -24px;
    }
    .diet--text-title {
        font-size: 40px;
      }
}

@media screen and (max-width:991px) {
    .navbar-brand img {
        height: 46px;
    }

    .navbar-nav {
        background: #098D71;
        padding-block: 24px;
        border-radius: 0 0 10px 10px;
    }

    .hero-video-bg {
        display: flex;
        justify-content: center;
        margin-top: 42px;
    }

    .about--img {
        align-items: center;
        padding-left: 0;
        margin-bottom: 24px;
    }
    .diet--img {
        display: none;
      }
      .diet-bg::after {
        display: none;
    }
    .diet-bg{
        background-color: #088167;
        padding: 30px 40px;
    }
    .diet-form{
        margin-inline: auto;
        margin-top: 42px;
    }
}

@media screen and (max-width:766px) {
    .hero--text h1 {
        font-size: 30px;
    }

    .hero--text img {
        width: 100px;
    }

    .hero--text h2 {
        font-size: 22px;
    }

    .hero-video video {
        max-width: 370px;
        height: auto;
        width: 100%;
    }

    .quick-access .col-md-6.col-lg-3 {
        transform: translateY(0) !important;
    }

    .section-title h2 {
        font-size: 20px !important;
    }

    .section-title .section-title-icon {
        width: 44px;
        height: 45px;
        border-radius: 16px;
    }

    .section-title .section-title-icon svg {
        width: 24px;
        height: 25px;
    }

    .section-title-link {
        width: 132px;
        height: 38px;
        border-radius: 33px;
        font-size: 14px;
        font-weight: 500;
    }

    .gallery a {
        display: none;
    }
}
@media screen and (max-width:466px){
    .diet-bg{
        background-color: #088167;
        padding: 30px 10px 20px 10px;
    }
}