body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.section-padding {
    padding: 100px 0;
}

.section-header {
    padding-bottom: 30px;
}

.navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-area {
    background: #262626;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff !important;
    font-weight: bold;
}

.nav-item {
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
}

.slider-area {
    background-image: url("multimedia/imgworkshop1.png");
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    color: #fff;
    position: relative;
}

.slider-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #000, transparent);
}

.slider-text {
    position: relative;
    z-index: 1;
    text-align: center;
}

.slider-text h1 {
    font-size: 45px;
    font-weight: bold;
}

.slider-text a {
    padding: 10px 15px;
    background-color: #2980b9;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.about-img img,
.single-work img {
    width: 100%;
}

.item-text {
    padding-left: 15px;
}

.item-text h4 {
    margin-bottom: 30px;
}

.stats-area,
.award-area,
.testimonial-area {
    background-image: url("multimedia/pexels-lukas-590022.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.stats-area::before,
.award-area::before,
.testimonial-area::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.stats-area::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35));
}

.award-area::before {
    background: linear-gradient(90deg, #000, transparent);
}

.testimonial-area::before {
    background: rgba(0, 0, 0, 0.85);
}

.single-stats {
    color: #fff;
    text-align: center;
}

.single-stats h2 {
    font-weight: bold;
    font-size: 50px;
}

.single-stats p,
.single-award h2,
.single-testi h2 {
    font-family: "Audiowide", cursive;
}

.services-area {
    text-align: center;
}

.single-service {
    border: 1px solid #ddd;
    padding: 30px 20px;
    margin-bottom: 15px;
    transition: 0.6s;
}

.single-service h2 {
    margin: 15px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.single-service:hover {
    background: #262626;
    color: #fff;
}

.award-area,
.footer-area {
    text-align: center;
}

.single-award h2,
.testimonial-area .section-header {
    color: #fff;
    text-transform: uppercase;
}

.single-award a {
    text-decoration: none;
    display: inline-block;
    background: #2980b9;
    color: #fff;
    padding: 15px 30px;
    margin-top: 25px;
    border-radius: 50px;
    text-transform: uppercase;
}

.single-work {
    margin-bottom: 30px;
}

.single-testi {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 40px;
}

.img-area {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.img-area img {
    width: 100%;
}

.footer-area {
    background: #262626;
    padding: 30px 0;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-header h2 {
        font-size: 35px;
        font-weight: bold;
    }

    .navbar-toggler-icon i.fa {
        color: #fff;
    }

    .single-stats h2 {
        font-size: 30px;
    }

    .single-stats p {
        font-size: 14px;
    }

    .single-testi {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-header h2 {
        font-size: 32px;
        font-weight: bold;
    }

    .navbar-toggler-icon i.fa {
        color: #fff;
    }

    .slider-text h1 {
        font-size: 30px;
    }

    .slider-text h2 {
        font-size: 20px;
    }

    .slider-text a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .item-text {
        margin-top: 30px;
        padding-left: 0;
    }

    .item-text h4 {
        font-size: 20px;
    }

    .single-stats h2 {
        font-size: 30px;
    }

    .single-award h2 {
        font-size: 18px;
        line-height: 35px;
    }

    .single-award a {
        padding: 5px 15px;
        font-size: 14px;
    }

    .single-testi {
        padding: 15px 10px;
        margin-bottom: 15px;
    }
}
