@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    scroll-behavior: smooth;

}


header {
    background: rgba(255, 255, 255, 0);
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 100;

}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0);
}

.logo img {
    width: 100px;
}

.nav-links a {
    text-decoration: none;
    color: white !important;
    letter-spacing: 1px;
    transition: all .3s;
}

.navbar-toggler {
    background-color: var(--primary-color) !important;
}

.nav-links a:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.navbar-toggler {
    background-color: var(--primary-color) !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30' height='30'%3e%3cpath stroke='rgba(0,61,126,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.primary-btn {
    font-size: 14px;
    padding: 15px 30px 16px;
    color: #ffffff;
    background: var(--primary-color);
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    letter-spacing: 4px;
    text-decoration: none;
}

.primary-btn:hover {
    color: var(--secondry-color);
}

/* owl-carousel */

.owl-carousel .owl-nav button {
    height: 46px;
    width: 46px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    line-height: 46px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 50vh;

}


.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 30px;
}

/* Landing page */
.slide1,
.slide2,
.slide3,
.slide4 {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 120vh;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 15%;
}

.slide1 {
    background: url("/assets/images/hero/hero-1.jpg");
}

.slide2 {
    background: url("/assets/images/hero/hero-2.jpg");
}

.slide3 {
    background: url("/assets/images/hero/hero-3.jpg");
}

.slide4 {
    background: url("/assets/images/hero/hero-4.jpg");
}

.slide1 p,
.slide2 p,
.slide3 p,
.slide4 p {
    font-size: 18px;
    letter-spacing: 6px;
    font-weight: 700;
}

.slide1 h2,
.slide2 h2,
.slide3 h2,
.slide4 h2 {
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text_strong {
    color: var(--primary-color);
}


/* choose us  */

.choseus-section {
    background: var(--body-color);
    height: 80vh;
    display: flex;
    align-items: center;

}

.cs-item {
    text-align: center;
    margin-bottom: 30px;
}

.cs-item:hover span {
    background: var(--primary-color);
    color: #ffffff;
}

.cs-item span {
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    color: var(--primary-color);
    line-height: 90px;
    text-align: center;
}

.cs-item h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
}

p {
    color: #8d8d8d;
}

.section-title {
    color: white;
    text-align: center;

    margin-bottom: 50px;
}

.section-title span {
    font-size: 16px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

/* join now  */
.banner-section {
    height: 100vh;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.set-bg {
    background-position: center;
}

.bs-text {
    margin-left: 50px;
}

.bs-text h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.bs-text .bt-tips {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.primary-btn.btn-normal:hover {
    background: var(--primary-color);
}

.bs-text .primary-btn {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: white;
}

/* gallery */

.grid-container {
    background-color: var(--background-color);
    padding: 40px 40px;
}

.photo-gallery {
    display: flex;
    gap: 20px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.photo img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.main-photo {
    width: 36vw;
}


/* trainer */
.trainer-background {
    background-color: var(--background-color);
    height: 100vh;
    display: flex;
    align-items: center;
}

.trainer-section {
    width: 85%;
    margin: 0 auto;

}

.trainer-title h2 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 30px;
}

.trainer-section span {
    color: var(--primary-color);
}

.trainer-info {
    display: flex;

}

.trainer-info .item-1,
.item-2,
.item-3,
.item-4 {
    background-position: top;
    background-size: cover;
    height: 70vh;
}


.trainer-info .item-1 {
    background-image: url("/assets/images/trainer/1.jpg");
}

.trainer-info .item-2 {
    background-image: url("/assets/images/trainer/2.png");
}

.trainer-info .item-3 {
    background-image: url("/assets/images/trainer/3.png");
}

.trainer-info .item-4 {
    background-image: url("/assets/images/trainer/4.png");
}

/* address */
.gettouch-section {
    background: var(--body-color);
    padding: 30px 0 15px;
}

.gt-text i {
    font-size: 30px;
    color: #ffffff;
    height: 65px;
    width: 65px;
    background: #f36100;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.gt-text p {
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 2px;
}

/* .gt-text ul {
    overflow: hidden;
    padding-top: 20px;
}

.gt-text ul li {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px;
    display: inline-block;
    position: relative;
} */

/* footer */
.footer-section {
    background: #000000;
    padding-top: 50px;
}

.row {
    display: flex;
    justify-content: space-between;
}

.fa-logo img {
    width: 100px;

}

.fs-about p {
    line-height: 26px;
    color: #c4c4c4;
}

.fs-about .fa-social a {
    font-size: 14px;
    color: #c4c4c4;
    margin-right: 10px;
}

.fs-about .fa-social a:hover {
    font-size: 14px;
    color: var(--primary-color);
    margin-right: 10px;
}

.fs-widget h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 18px;
}

.fs-widget ul li a {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 30px;
}

.fs-widget ul li a:hover {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 30px;
}

.fs-widget {
    margin-bottom: 30px;
}

.fs-widget ul {
    padding: 0;
}

.fs-widget ul li {
    list-style: none;
}

.fs-widget .fw-recent h6 {
    color: #ffffff;
    letter-spacing: 0.5px;
}

.fw-recent:hover h6,
.fw-recent:hover p {
    color: var(--secondry-color);
}

.copyright-text {
    font-size: 14px;
    color: #c4c4c4;
    letter-spacing: 0.5px;
    border-top: 1px solid #1a1a1a;
    padding: 25px 0;
    margin-top: 15px;
}

.gt-text {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.gt-text ul {
    color: #ffffff;
    display: flex;

}

.gt-text ul li {
    list-style: none;
    padding: 5px;
    align-items: center;
}

.contact-list {
    padding-top: 15px;
    letter-spacing: 2px;
}

/* contact us page  */
.contact-us {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url("/assets/images/hero/hero-.jpg");
    height: 70vh;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-text {
    color: white;
    font-size: 34px;
    position: absolute;
    display: flex;
    justify-content: center;
}

/* about us page */

.about-us {
    height: 95vh;
    background-color: var(--body-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-us img {
    height: 95vh;
}

.about-text span {
    color: var(--primary-color);
}

.about-text h2 {
    color: white;
}

.about-text-section {
    padding-left: 50px;
    padding-right: 50px;

}



/* services page */
.services-section {
    background: var(--background-color);
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ss-text {
    background: var(--body-color);
    padding: 72px 30px;
    height: 100% !important;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ss-text h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.ss-text a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ss-text:hover a {
    color: var(--primary-color);
}

.ss-text:hover {
    background: var(--secondry-color);
}
.ss-pic img{
    width: 100% !important;
}


.ss-text p {
    font-size: 14px;
    font-family: "Muli", sans-serif;
    color: #a9a9a9;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px 0;
}

/* tainer page */

.trainer-team-background {
    height: 170vh;
    background-color: var(--background-color);
    padding-top: 20px;
}

.trainer-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-full {
    width: 32%;
    margin-bottom: 25px;
}


/* timetable page */
.timetable-background {
    background-color: var(--background-color);
    padding-top: 0px;
    margin-bottom: 0px;

}
.timetable-section{
    width: 77.9%;
    margin: 0 auto;
}
.title span {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

.title h2 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.table table thead tr th {
    font-size: 16px;
    color: #ffffff;
    background: var(--primary-color);
    text-align: center;
    border: 1px solid var(--background-color);
    padding: 15px 50px;
    font-weight: 400;
    letter-spacing: 2px;

}

.table {
    border-color: var(--body-color);
    border: 2px solid var(--body-color) !important;
}

.dark-bg {
    background-color: var(--background-color) !important;
}

.class-time {
    background-color: var(--body-color);
    border: 1px solid var(--background-color);
    color: var(--primary-color);
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    text-align: center;
}


/* media query */


@media (max-width: 400px) {

    /* landing title */
    .slide1 p,
    .slide2 p,
    .slide3 p,
    .slide4 p {
        font-size: 12px !important;
        letter-spacing: 2px !important;
        font-weight: 500 !important;
    }

    .slide1 h2,
    .slide2 h2,
    .slide3 h2,
    .slide4 h2 {
        font-size: 40px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;

    }
}

@media(max-width:768px) {

    /* gallery */
    .photo-gallery {
        flex-direction: column;
    }

    .main-photo {
        width: 100%;
    }


}

@media(max-width:800px) {

    /* contact us page */
    .contact-us {
        height: 60vh;
        scale: 50px;
    }

    /* landing title */
    .slide1 p,
    .slide2 p,
    .slide3 p,
    .slide4 p {
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 300;
    }

    .slide1 h2,
    .slide2 h2,
    .slide3 h2,
    .slide4 h2 {
        font-size: 60px;
        font-weight: bold;
        text-transform: uppercase;

    }


}

@media (max-width: 1200px) {

    /* about us page */
    .about-us {
        flex-direction: column;
        height: auto;

    }

    .about-us img {
        width: 100%;
        height: 100%;
    }

    .about-text-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    /* landing page */
    .slide1,
    .slide2,
    .slide3,
    .slide4 {
        height: 80vh !important;
    }

    .owl-carousel .owl-nav button {
        top: 50% !important;
    }
}



@media(max-width:1400px) {


    .about-text-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    /* landing page */
    .slide1,
    .slide2,
    .slide3,
    .slide4 {
        height: 100vh;
    }
}

@media (max-width: 400px) {
    .choseus-section {
        height: 100vh;
    }

    .banner-section {
        height: 70vh;
    }
}

@media (min-width: 401px) and (max-width: 800px) {
    .choseus-section {
        height: 100vh;
    }

    .banner-section {
        height: 80vh;
    }

}

@media (min-width: 801px) and (max-width: 1200px) {
    .choseus-section {
        height: 70vh;
    }

}




@media (max-width: 700px) {
/* trainer */
.trainer-team-background{
    
    height: 310vh;
    
    
}
.item-full{
    width: 100%;
}
   
}
@media (min-width: 700px) and (max-width: 1000px)  {
   /* trainer */
.item-full{
    width: 49%;
}
       
}
@media (min-width: 1001px){
}