/* Theme Name: Basic Theme
Theme URI: https://banditadesign.hu/sajat-theme
Author: Gaál Bernadett
Author URI: https://banditadesign.hu
Description: Basic Theme by Gaál Bernadett
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-theme
*/

body {
    font-family: "Yantramanav";
    line-height: 1.5;
    font-size: 18px;
    background-color: #0d0d17;
    color: white;
    background: url("img/body.png");
}

/* Hero style start */

#hero {
    background-image: url("img/welcome.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header {
    margin: 0 auto;
    padding: 1.12rem;
}

header .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-box {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}

#logo {
    width: 230px;
}

#main-menu li {
    display: inline-block;
    margin: 0 1rem;
}

#main-menu ul li a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

nav ul li a:before {
    content: "/";
    color: #a7e129;
    position: absolute;
    font-weight: bold;
    margin-left: -20px;
}

.welcome-text {
    padding: 160px 0;
    max-width: 550px;
}

.welcome-text p {
    margin-bottom: 25px;
}

.inner-page {
    margin-bottom: 60px;
    background: #0d0d17
}

/* Services style start */

#services {
    margin-bottom: 4.6rem;
}

.column-3 div {
    position: relative;
    margin-bottom: 40px
}

img {
    display: block;
}

#services .button {
    position: absolute;
    margin-top: -3.6rem;
    z-index: 1;
}

/* Offer style start */

#offer {
    background-image: url("img/offer.jpg");
    background-repeat: no-repeat;
    background-position: top;
    padding: 70px 0 20px 0;
}

#offer .content-box {
    display: flex;
    justify-content: flex-end;
}

.offer-text {
    width: 50%;
    padding: 70px 0
}

.offer-text p {
    margin-bottom: 20px;
}

#offer .button {
    margin-top: 30px;
}

#offer ul li {
    margin-bottom: 5px;
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
}

#offer ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background: #a7e129;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

#offer ul li::after {
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -9px;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    transform: rotate(45deg);
}

/* Team style start */

#team {
    margin-bottom: 45px
}

.column-4 div {
    background-color: #0e0e18
}

.trainer-text {
    padding: 20px
}

.trainer {
    text-transform: uppercase;
    margin-bottom: 30px
}

.trainer-text a {
    margin: 20px 0
}

/* Testimonial style start */

#testimonials {
    background-image: url("img/testi-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    padding: 70px 0 60px 0;
    margin-bottom: 70px
}

.testimonial-text {
    margin-left: 40px;
    width: 50%;
}

/* Footer style start */

footer {
    background: #0e0e18;
    padding-top: 70px
}

.footer-info ul li a {
    color: white;
    text-decoration: none;
}

.social-media {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.fa {
    padding: 10px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    border: white 0.5px solid;
    color: white;
  }

  .fa-facebook {
      width: 40px
  }

  .column-3 h4 {
      margin-bottom: 20px
  }

#copyright{
    text-align: center;
    color: #666666;
    font-size: 16px;
    background: #07070c;
    padding: 25px 0
}

#copyright a {
    text-decoration: none;
    color: #666666;
}

/* Media query */

@media screen and (max-width: 1150px) {
    header .content-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    #hero {
        background-position: bottom right 38%;
    }

    #logo {
        margin-bottom: 20px;
    }

    #main-menu {
        width: 100%;
        text-align: center;
    }

    #main-menu ul li {
        margin-bottom: 10px
    }

    .offer-text {
        width: 60%
    }

}

@media screen and (max-width: 767px) {
    #main-menu li {
        display: block
    }

    #hero {
        background-position: bottom right 30%;
        background-size: auto;
    }

    #testimonials {
        background-position: bottom right 55%;
    }

    .testimonial-text {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    #main-menu ul li {
        border-bottom: 1px solid white;
        text-align: left;
    }

    .welcome-text {
        padding: 0 0 550px 0
    }

    #offer {
        background-position: bottom left 30%;
    }

    .offer-text {
        width: 100%
    }

    #testimonials {
        background-position: top right 28%;
        background-size: 400%;
    }

    .testimonial-text {
        width: 100%;
        margin-left: 0;
    }
}