@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

/* ==========
Header Area
============= */
header {
    padding: 0 20px;
    height: 80px;
}
.main-manu li {
    display: inline-block;
    padding-right: 25px;
}
.main-manu li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    padding-bottom: 4px;
}
.main-manu li a:hover{
    color: #fa7c30;
    border-bottom: 2px solid #fa7c30;
}
.header-right li {
    display: inline-block;
    padding-left: 25px;
}
.header-right li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    transition: 0.3s;
    text-transform: uppercase;
}
.header-right li a:hover{
    color: #fa7c30;
}
/* ===========
Top Banner
============== */
.top-banner {
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: -80px;
}
.top-banner-contant h2 {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
}
.top-banner-contant p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 70px;
}
.top-banner-overlay-color {
    height: 800px;
    background-color: #00000040;
    margin-top: -800px;
}
/* ==========
Booking Area
============= */
.booking-area {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 40px 0px;
    height: 514px;
    background: rgb(255, 255, 255);
    margin-top: -210px;
}
.book-contant h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.book-contant h2 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 65px;
}
.booking-form {
    margin-bottom: 70px;
}
.nice-select {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #161418;
    display: inline-block;
    float: none;
    font-size: 14px;
    color: #161418;
    padding-left: 0;
    padding-right: 30px;
    width: 160px;
    text-transform: capitalize;
    margin-right: 20px;
    margin-bottom: 30px;
}
.nice-select:hover {
    border-color: #161418;
}
.nice-select .list {
    width: 100%;
}
.date {
    position: relative;
    display: inline-block;
}
.date span {
    width: 160px;
    display: inline-block;
    text-align: left;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid #161418;
    margin-right: 20px;
}
input#date {
    width: 20px;
    right: 20px;
    bottom: 23%;
    position: absolute;
}
input#date:focus{
    outline: none;
}
.time {
    display: inline-block;
    position: relative;
}
.time span {
    width: 160px;
    display: inline-block;
    text-align: left;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid #161418;
}
input#time {
    background: none;
    width: 31px;
    text-align: center;
    border: navajowhite;
    font-size: 26px;
    position: absolute;
    top: 23%;
    right: 0;
}
input#time:focus{
    outline: none;
}
input#phone {
    border: none;
    padding: 14px 0;
    width: 160px;
    border-bottom: 1px solid #161418;
    margin-right: 20px;
}
input#email {
    border: none;
    padding: 14px 0;
    width: 160px;
    border-bottom: 1px solid #161418;
}
input:focus{
    outline: none;
}
/* =============
About Us Area
================ */
section.about-us {
    height: 900px;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #f1f4f6;
}
/* ===============
Program Area
================== */
.program-img img {
    width: 100%;
}
.program-contant h3{
    font-weight: 700;
}
.program-contant {
    padding: 40px 45px 35px;
}
/* ====================
Personal Trainer Area
======================= */
section.p-trainer {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
.p-trainer-overlay-color{
    height: 500px;
    background-color: #00000040;
    margin-top: -500px;
}
.p-trainer-contant h4 {
    font-size: 36px;
    line-height: 30px;
}
.p-trainer-contant h2 {
    font-size: 70px;
    line-height: 1;
}
/* =====================
Expert Trainer Area
======================== */
.trainer-info h4 {
    font-size: 26px;
    font-weight: 700;
}
.trainer-info span {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}
/* ==========
Media Area
============= */
.left-side {
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
}
.left-contant h4 {
    font-size: 14px;
}
.right-side {
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
}
.right-contant h4 {
    font-size: 14px;
}
/* ===========
Footer Area
============== */
.footer-left p {
    font-size: 14px;
    line-height: 30px;
}
.social span {
    font-size: 15px;
    margin-right: 15px;
}
.social svg {
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s;
}
.social svg:hover{
    color: #fa7c30;
}
input[type="email"] {
    padding: 16px 15px;
    color: #888;
}
input[type="email"]::placeholder {
    color: #888;
}
input[type="tel"] {
    padding: 16px 15px;
    color: #888;
}
input[type="tel"]::placeholder {
    color: #888;
}
.subscribe a.btn {
    padding: 12px 25px;
    margin-left: -5px;
}
.blog {
    clear: both;
}
.blog h5{
    margin-bottom: 40px;
}
.blog-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
.instagram img{
    width: 100%;
}
.copy.text-center {
    width: 100%;
}