@font-face {
    font-family: yekan ;
    src: url(../font/iranyekanwebbold.ttf) format("truetype");
}

*{
    font-family: yekan;
}

/*utility */
.lh-1{
    line-height: 30px;
}

.lh-1{
    line-height: 35px;
}

/*end of  utility */


/*header*/
header{
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,.5) , rgba(0,0,0,.8)) , url(../pic/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*banner*/
.banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-heading{
    animation-name: anim;
    animation-duration: 2s;
}
.banner-par{
    animation-name: anim;
    animation-duration: 2s;
    animation-delay: .2s;
    animation-fill-mode: backwards;
}

@keyframes anim{
    0%{
        transform: translateX(-120px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

/*end of banner*/

/*navbar*/
.nav-menu{
    background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.5));
    padding: 30px;
    transition: all .7s;
}

.menu-item{
    font-size: 17px;
    color: #eee;
    transition: color .5s;
}
.menu-item:hover{
    color: #70aed2;
}

.line1 , .line2 , .line3{
    width: 23px;
    height: 3px;
    margin: 5px;
    transition: all .4s;
}

.change .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.change .line2{
    opacity: 0;
}
.change .line3{
    transform: rotate(45deg) translate(-5px ,-6px);
}

.custom-navbar{
    padding: 5px 30px;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.7));
}
/*end of navbar*/
/*end of header*/

/* awards */
.underline{
    background-color: #eee;
    padding: 3px 10px;
}

.underline-dark {
    background-color: #888;
    padding: 3px 10px;
}

.awards{
    background-color: #151f20;
}

.fromLeft{
    animation-name: fromLeft;
    animation-duration: 3s;
}

.fromRight{
    animation-name: fromRight;
    animation-duration: 3s;
}

@keyframes fromLeft{
    0%{
        transform: translateX(-120px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes fromRight{
    0%{
        transform: translateX(30px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}
/* end of awards */

/* services */
.card-shadow{
    box-shadow: 5px 8px 20px #444;
}

.heading{
    position: absolute;
    bottom: 20px;
    left: 0px;
    font-size: 25px;
    background-color: #2980b9;
    width: 60%;
    cursor: pointer;
    opacity: .7;
    transition: all .7s;
}

.heading:hover{
 opacity: 1;
}
/* end of services */
/* gallery */
.gallery-list-item{
    color: #777;
    cursor: pointer;
    user-select: none;
}

.active{
    color: #70aed2;
}
/*end of gallery */

.trainers{
    background-color: #151f20;
}

/* membership */
.card-1 , .card-2 , .card-3{
    background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.6)),url(../pic/membership.jpg) ;
    background-size: cover;
    box-shadow: 7px 8px 50px #555;
    max-width: 370px;
}
.card-list-item{
    border-bottom: 1px groove #eee;
    width: 55%;
    margin: auto;
}

.membership-card-button{
    background-color: #2980b9;
    width: 130px;
    border-radius: 25px;
    transition: all .5s;
}
.membership-card-button:hover{
    background-color: #3498db;
    transform: translateY(-5px);
}

@keyframes movefromLeft{
    0%{
        transform: translateX(-120px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }}
@keyframes movefromRight{
    0%{
        transform: translateX(120px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }}
@keyframes movefrombottom{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }}


.movefromLeft{
    animation-name: movefromLeft;
    animation-duration: 2s;
}

.movefromRight{
    animation-name: movefromRight ;
    animation-duration: 2s;
}

.movefrombottom{
    animation-name: movefrombottom;
    animation-duration: 2s;
}
/*end of membership */

/* cotact */ 
.contact{
    background:linear-gradient(118deg , rgba(21,31,32,.7) 0%,rgba(21,31,32,.9)50% , transparent 50% ) , url(../pic/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}


.label{
    color: #777;
    display: block;
    font-size: 13px;
    margin-top: -70px;
    margin-right: 4px;
    transition: all .6s;
}

.input:placeholder-shown + .label{
    transform: translatey(20px);
    opacity: 0;
    visibility: hidden;
}

.input{
    background: transparent;
    border: none;
    border-color: transparent;
    border-radius:0px ;
    color: #000;
    border-bottom: 2px solid #ccc;
    transition: all .8s;
}

.input:focus{
    background: transparent;
    border: none;
    border-color: transparent;
    box-shadow: none;
    color: #000;
    border-bottom: 2px solid #f5593d;
}

.submit-button{
    background-color: #2980b9;
    color: #eee;
    transition: all .3s;
    
}

.submit-button:hover{
    background-color: #3498db;
    color: #eee;
    transform: translateY(-3px);
    
}
/*end of cotact */ 
/* footer  */
.footer-link{
    color: #eee;
    font-size: 13px;
    transition: all .3s;
  }
  
  .footer-link:hover{
    color: #70aed2;
    text-decoration: none;
  
  }
  /* end of footer  */