/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #FFF;
    background-color: #121212;
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background: #ed3338;
    transition: 500ms;
}

.scrollup:hover {
    color: #fff;
    background: #b80e14;
}

a {
    text-decoration: none;
    color: #111;
}

a:hover {
    text-decoration: none;
    color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.wrapper {
    display: block;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.padding-1 {
    padding: 100px 0px;
}

.padding-2 {
    padding: 90px 70px;
}

.padding-3 {
    padding: 70px 0px;
}

.padding-4 {
    padding: 40px 0px;
}

.z-index {
    z-index: 99;
}

.btn {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 25px;
    border: 2px solid;
}

.anchor-item {
    display: inline-block;
    color: #111;
    text-decoration: none;
}

.yellow {
    color: #f5ea36;
}

.red {
    color: #ed3338;
}

.bg-yellow {
    background: #f5ea36;
}

.bg-red {
    background: #ed3338;
}

.btn-yellow {
    color: rgb(0, 0, 0);
    background-color: #f5ea36 !important;
}

.btn-yellow:hover {
    color: rgb(0, 0, 0);
    background-color: #e7dc11 !important;
}

.btn-red {
    color: #FFF;
    background-color: #ed3338 !important;
}

.btn-red:hover {
    color: #FFF;
    background-color: #dd0f16 !important;
}

.bg-dark {
    background-color: rgb(23, 23, 23) !important;
}

.bg-darken {
    background: rgb(0, 0, 0);
    background: linear-gradient(370deg, rgb(20, 20, 20) 45%, rgba(52, 52, 52, 1) 100%);
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
    .padding-2 {
        padding: 50px 30px;
    }
    .btn {
        font-size: 14px;
    }
}

.header-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 15px 0px;
    z-index: 99;
}

.site-logo {
    display: flex;
}

.site-logo img {
    width: 120px;
}

.nav-link {
    color: #FFF;
    padding: 10px 25px !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 30px;
}

.nav-link:hover {
    color: #FFF !important;
    border: 2px solid #FFF;
}

.nav-link.active {
    color: #FFF !important;
    border: 2px solid #FFF;
}

.nav-link:focus {
    color: #FFF !important;
}

@media screen and (max-width: 992px) {
    .site-logo img {
        width: 80px;
    }
    .navbar-toggler {
        box-shadow: none !important;
        color: #FFF !important;
    }
    .navbar-toggler-icon {
        color: #FFF !important;
    }
    .mobile-bg {
        background-color: #000;
        padding: 30px;
        margin-top: 30px;
    }
}


/* end header */


/* start slider */

.slider-wrapper {
    position: relative;
    width: 100%;
    background-color: #241617;
}

.slider-container {
    display: block;
}

.slider-content {
    display: flex;
    height: 700px;
    padding-bottom: 50px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.slider-content h1 {
    font-size: 60px;
}

.slider-content h2 {
    font-size: 60px;
}

@media screen and (max-width: 992px) {
    .slider-content {
        padding-top: 150px;
        height: auto;
        padding-bottom: 30px;
        text-align: start;
        align-items: flex-start;
    }
    .slider-content h1 {
        font-size: 30px;
    }
    .slider-content h2 {
        font-size: 30px;
    }
}


/* end slider */

.web-title {
    position: relative;
}

.web-title h2 {
    font-size: 40px;
}

.web-title h3 {
    font-size: 26px;
    line-height: 34px;
}

.web-title h4 {
    font-size: 22px;
    line-height: 34px;
}

.karate-school {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
    background: rgb(0, 0, 0);
    background: linear-gradient(322deg, rgba(0, 0, 0, 1) 39%, rgba(52, 52, 52, 1) 100%);
}

.karate-school img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
    .karate-school {
        flex-direction: column;
    }
    .karate-school a {
        margin: 0px 0px 30px;
    }
    .karate-school img {
        margin-left: 0px;
    }
    .web-title h2 {
        font-size: 30px;
    }
}

.default-content {
    position: relative;
}

.default-content h2 {
    display: block;
    font-size: 40px;
    line-height: 36px;
}

.default-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
}

.default-content h4 {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.default-content h5 {
    display: block;
    font-size: 24px;
    font-weight: 300;
}

.default-content h6 {
    display: block;
}

.default-content p {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.default-content ul {
    display: block;
}

.default-content ul li {
    display: block;
}

.icon {
    font-size: 50px;
}

button:focus {
    box-shadow: none !important;
}

.images-card-1 {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .default-content {
        margin-bottom: 30px;
    }
    .default-content h2 {
        display: block;
        font-size: 30px;
    }
    .images-card-1 {
        position: relative;
        height: 360px;
    }
    .default-content h4 {
        display: block;
        font-size: 26px;
        font-weight: 700;
    }
}


/* footer start */

.footer-wrapper {
    padding: 70px 0px;
}

.footer {
    display: block;
    margin-bottom: 30px;
}

.footer h5 {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 10px;
}

.footer p {
    font-size: 15px;
}

.footer a {
    text-decoration: none;
    font-weight: 600;
    color: #FFF;
}

.footer ul li {
    display: block;
    line-height: 26px;
}

.footer ul li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: 400ms;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #FFF;
}

.footer img {
    width: 120px;
}


/* end footer */


/* end home page */