.bg-black {
    background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link,
.dropdown-item {
    color: #ffd700;
}

.navbar-brand img {
    width: 100%;
    max-width: 100px;
    height: 60px;
}

@media (min-width: 576px) {
    .navbar-brand img {
        max-width: 200px;
    }
}

.nav-link {
    text-transform: uppercase;
}

.footer {
    padding: 0;
}

.footer .formWrap {
    background-color: #000;
    opacity: 0.9;
}

.footer h3 {
    padding: 60px 0 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
}

@media (min-width: 992px) {
    .footer h3 {
        font-size: 45px;
        line-height: 49px;
    }
}

.footer .Flex {
    padding: 60px 20px;
    display: block;
}

@media (min-width: 992px) {
    .footer .Flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 20px;
    }
}

.footer .contactInfo {
    background-color: black;
    opacity: 0.8;
}

.footer .contactInfo .container {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
}

@media (min-width: 992px) {
    .footer .contactInfo .container {
        padding: 30px;
    }
}

.footer .contactInfo .container .footer-hold .inspection {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.footer .contactInfo .container .footer-hold .inspection img {
    width: 100%;
    max-width: 220px;
    height: 60px;
}

.footer .contactInfo .container li {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: _;
}

.footer .contactInfo .container li a {
    font-size: 28px;
}

.footer .footer-holder {
    margin: 0 auto 20px;
    width: 100%;
    border: 3px solid #fdd835;
    border-radius: 40px;
    padding: 20px;
}

@media (min-width: 992px) {
    .footer .footer-holder {
        max-width: 580px;
    }
}

.footer .footer-holder .form-holder h2 {
    padding-bottom: 20px;
}

.footer .footer-holder .form-holder label {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.footer .footer-holder .form-holder input,
.footer .footer-holder .form-holder textarea {
    margin-top: 15px;
    width: 100%;
    background-color: #fbd793;
    opacity: 0.5;
    height: 40px;
    color: white;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 10px 20px;
}

.footer .footer-holder .form-holder textarea {
    height: 100px;
}

.footer .footer-holder .form-holder .btn {
    background-color: #fbd793;
    opacity: 0.9;
}

.footer .footer-holder .form-holder p {
    padding: 20px 0 10px;
    font-size: 12px;
    color: #fff;
}

.footer .footer-holder .form-holder p a {
    color: #000;
}

.footer .footer-address .heading {
    padding-bottom: 70px;
}

.footer .footer-address .heading span {
    font-size: 45px;
}

.footer .footer-address .flex {
    padding: 5px 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: _;
    gap: 10px;
    color: #fff;
}

@media (min-width: 576px) {
    .footer .footer-address .flex {
        display: flex;
        align-items: flex-start;
        justify-content: _;
        gap: 30px;
    }
}

.footer .footer-address .flex i {
    font-size: 22px;
}

@media (min-width: 992px) {
    .footer .footer-address .flex i {
        font-size: 30px;
    }
}

.footer .footer-address .flex .contact h6 {
    margin-bottom: 0;
}

.footer .footer-address .flex .contact p {
    font-size: 19px;
}

.footer .footer-hold {
    width: 100%;
    border: 3px solid #fdd835;
    border-radius: 40px;
    padding: 30px 15px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .footer .footer-hold {
        padding: 30px;
    }
}

.footer .footer-hold .flex-wrap {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: _;
    flex-wrap: wrap;
    width: 100%;
}

.footer .footer-hold .flex-wrap .holder {
    margin: 0 auto 20px;
    max-width: 100%;
    color: #fff;
}

@media (min-width: 768px) {
    .footer .footer-hold .flex-wrap .holder {
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .footer .footer-hold .flex-wrap .holder {
        max-width: 30%;
    }
}

.footer .footer-hold .flex-wrap .holder h4 {
    margin-bottom: 40px;
}

.footer .footer-hold .flex-wrap .holder .flex a {
    display: flex;
    align-items: baseline;
    justify-content: _;
    gap: 10px;
    padding-bottom: 20px;
    color: #fff;
}

@media (min-width: 768px) {
    .footer .footer-hold .flex-wrap .holder .flex a {
        display: flex;
        align-items: baseline;
        justify-content: _;
        gap: 24px;
    }
}

.footer .footer-hold .flex-wrap .holder .flex a i {
    font-size: 22px;
}

.footer .footer-hold .flex-wrap .holder .flex p {
    color: #fff;
}

.footer .footer-hold .flex-wrap .holder a img {
    width: 200px;
}

@media (min-width: 768px) {
    .footer .footer-hold .flex-wrap .holder a img {
        width: 250px;
    }
}

.footer .footer-hold .social-icon-wrap p {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.copyright {
    text-align: center;
    padding: 30px;
}

.copyright p {
    color: #fff;
    font-size: 20px;
}

.social-icons {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 0 50px;
}

.social-icons li {
    background: #FFD700;
    padding: 10px 13px;
    border-radius: 50%;
}

.social-icons li a {
    color: white;
}

.social-icons p {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    color: #fff;
}

.icons {
    padding-top: 10px !important;
}

.wrapper {
    padding-top: 100px;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero__content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    padding: 20px;
}

.hero__content h1 {
    font-size: 3rem;
    margin: 0;
}

.hero__content p {
    font-size: 1.25rem;
    margin-top: 10px;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero .hero__content h1 {
    font-size: 35px;
    line-height: 39px;
    font-weight: bold;
    color: #FFD700;
}

@media (min-width: 768px) {
    .hero .hero__content h1 {
        font-size: 50px;
        line-height: 54px;
    }
}

@media (min-width: 992px) {
    .hero .hero__content h1 {
        font-size: 66px;
        line-height: 70px;
    }
}

.hero .hero__content p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #FFD700;
}

@media (min-width: 768px) {
    .hero .hero__content p {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    .hero .hero__content p {
        font-size: 44px;
        line-height: 48px;
    }
}

.about {
    padding: 50px 0;
    background-color: #000;
    opacity: 0.9;
}

.about .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 992px) {
    .about .container {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.about .container h2 {
    color: #a0978b;
    text-transform: uppercase;
}

.about .container .about-holder {
    color: #fff;
}

@media (min-width: 992px) {
    .about .container .about-holder {
        width: 100%;
        max-width: 500px;
    }
}

.about .container .about-holder ul {
    list-style: disc;
    padding-left: 20px;
}

.about .container .about-holder ul li {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}

.about .container .about-img img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.work {
    background-color: #000;
    opacity: 0.9;
    padding: 40px 0;
}

@media (min-width: 992px) {
    .work {
        padding: 80px 0;
    }
}

.work .container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {
    .work .container {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.work .textWrap {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.work .textWrap h1 {
    font-size: 80px;
    line-height: 84px;
    color: #ccc6bf;
}

@media (min-width: 992px) {
    .work .textWrap h1 {
        font-size: 100px;
        line-height: 104px;
    }
}

.work .imgWrap {
    width: 100%;
    max-width: 700px;
}

.work .imgWrap img {
    width: 100%;
}

.projects {
    padding: 50px 0;
}

.projects .project-imgs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .projects .project-imgs {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .projects .project-imgs img {
        height: 400px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .projects .project-imgs img {
        height: 350px;
        width: 100%;
    }
}

.projects .work-year {
    padding: 80px 0 0px;
    display: block;
    color: #fff;
}

@media (min-width: 992px) {
    .projects .work-year {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 80px 0 30px;
    }
}

.projects .work-year .heading-holder {
    text-align: center;
}

.projects .work-year .heading-holder h3 {
    padding-bottom: 15px;
}

.projects .work-year .heading-holder strong {
    font-size: 50px;
    padding-bottom: 20px;
    color: #c2c2c2;
}

.projects .work-year .heading-holder h2 {
    padding: 15px 0;
}

.projects .work-year .img-holder img {
    width: 100%;
    height: 394px;
}

@media (min-width: 992px) {
    .projects .work-year .img-holder img {
        max-width: 730px;
    }
}

.heading-content {
    margin: 0;
    padding: 0;
}

.heading-content .h2 {
    padding: 20px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #000;
    opacity: 1;
}

.client {
    padding: 50px 0;
    background-color: #000;
    opacity: 0.9;
}

.client .clients-logo img {
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

.fixed-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: black;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.fixed-icons a {
    color: #FFD700;
    font-size: 30px;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
}

.fixed-icons a:hover {
    color: #fff;
    transform: scale(1.2);
}

.service {
    background-color: #000;
}

.service img {
    border-radius: 15px;
}

.service body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.service .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
}

.service .wrap:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

.service .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto;
    max-width: 100%;
    width: 100%;
}

.service .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform 0.4s;
    position: relative;
}

.service .slick-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.4s;
}

.service .item.slick-slide {
    transform: scale(0.7) translate(454px);
}

.service .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-133px);
    z-index: 10;
}

.service .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-454px);
    z-index: 5;
}

.service .item.slick-slide.slick-active {
    transform: scale(0.8) translate(133px);
}

.service .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
}

.service .slick-center:after {
    opacity: 0;
}

.footer {
    padding: 0;
}

.footer .formWrap {
    background-color: #000;
    opacity: 0.9;
}

.footer h3 {
    padding: 60px 0 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
}

@media (min-width: 992px) {
    .footer h3 {
        font-size: 45px;
        line-height: 49px;
    }
}

.footer .Flex {
    padding: 60px 20px;
    display: block;
}

@media (min-width: 992px) {
    .footer .Flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 20px;
    }
}

.footer .contactInfo {
    background-color: black;
    opacity: 0.8;
}

.footer .contactInfo .container {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
}

@media (min-width: 992px) {
    .footer .contactInfo .container {
        padding: 30px;
    }
}

.footer .contactInfo .container .footer-hold .inspection {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.footer .contactInfo .container .footer-hold .inspection img {
    width: 100%;
    max-width: 220px;
    height: 60px;
}

.footer .contactInfo .container li {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: _;
}

.footer .contactInfo .container li a {
    font-size: 28px;
}

.footer .footer-holder {
    margin: 0 auto 20px;
    width: 100%;
    border: 3px solid #fdd835;
    border-radius: 40px;
    padding: 20px;
}

@media (min-width: 992px) {
    .footer .footer-holder {
        max-width: 580px;
    }
}

.footer .footer-holder .form-holder h2 {
    padding-bottom: 20px;
}

.footer .footer-holder .form-holder label {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.footer .footer-holder .form-holder input,
.footer .footer-holder .form-holder textarea {
    margin-top: 15px;
    width: 100%;
    background-color: #fbd793;
    opacity: 0.5;
    height: 40px;
    color: white;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 10px 20px;
}

.footer .footer-holder .form-holder textarea {
    height: 100px;
}

.footer .footer-holder .form-holder .btn {
    background-color: #fbd793;
    opacity: 0.9;
}

.footer .footer-holder .form-holder p {
    padding: 20px 0 10px;
    font-size: 12px;
    color: #fff;
}

.footer .footer-holder .form-holder p a {
    color: #000;
}

.footer .footer-address .heading {
    padding-bottom: 70px;
}

.footer .footer-address .heading span {
    font-size: 45px;
}

.footer .footer-address .flex {
    padding: 5px 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: _;
    gap: 10px;
    color: #fff;
}

@media (min-width: 576px) {
    .footer .footer-address .flex {
        display: flex;
        align-items: flex-start;
        justify-content: _;
        gap: 30px;
    }
}

.footer .footer-address .flex i {
    font-size: 22px;
}

@media (min-width: 992px) {
    .footer .footer-address .flex i {
        font-size: 30px;
    }
}

.footer .footer-address .flex .contact h6 {
    margin-bottom: 0;
}

.footer .footer-address .flex .contact p {
    font-size: 19px;
}

.footer .footer-hold {
    width: 100%;
    border: 3px solid #fdd835;
    border-radius: 40px;
    padding: 30px 15px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .footer .footer-hold {
        padding: 30px;
    }
}

.footer .footer-hold .flex-wrap {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: _;
    flex-wrap: wrap;
    width: 100%;
}

.footer .footer-hold .flex-wrap .holder {
    margin: 0 auto 20px;
    max-width: 100%;
    color: #fff;
}

@media (min-width: 768px) {
    .footer .footer-hold .flex-wrap .holder {
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .footer .footer-hold .flex-wrap .holder {
        max-width: 30%;
    }
}

.footer .footer-hold .flex-wrap .holder h4 {
    margin-bottom: 40px;
}

.footer .footer-hold .flex-wrap .holder .flex a {
    display: flex;
    align-items: baseline;
    justify-content: _;
    gap: 10px;
    padding-bottom: 20px;
    color: #fff;
}

@media (min-width: 768px) {
    .footer .footer-hold .flex-wrap .holder .flex a {
        display: flex;
        align-items: baseline;
        justify-content: _;
        gap: 24px;
    }
}

.footer .footer-hold .flex-wrap .holder .flex a i {
    font-size: 22px;
}

.footer .footer-hold .flex-wrap .holder .flex p {
    color: #fff;
}

.footer .footer-hold .flex-wrap .holder a img {
    width: 200px;
}

@media (min-width: 768px) {
    .footer .footer-hold .flex-wrap .holder a img {
        width: 250px;
    }
}

.footer .footer-hold .social-icon-wrap p {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.copyright {
    text-align: center;
    padding: 30px;
}

.copyright p {
    color: #fff;
    font-size: 20px;
}

.social-icons {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 0 50px;
}

.social-icons li {
    background: #FFD700;
    padding: 10px 13px;
    border-radius: 50%;
}

.social-icons li a {
    color: white;
}

.social-icons p {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
    color: #fff;
}

.icons {
    padding-top: 10px !important;
}

.mapWrap {
    background-color: #000;
}

.mapWrap .container {
    width: 100%;
    padding: 50px 20px;
}

@media (min-width: 992px) {
    .mapWrap .container {
        padding: 150px 50px;
    }
}

.mapWrap .container iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

@media (min-width: 992px) {
    .mapWrap .container iframe {
        height: 600px;
    }
}

.electric {
    overflow: hidden;
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 30px 10px;
}

@media (min-width: 992px) {
    .electric {
        padding: 40px;
    }
}

.electric h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.electric .imgHolder {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .electric .imgHolder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .electric .imgHolder {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .electric .imgHolder {
        grid-template-columns: repeat(4, 1fr);
    }
}

.electric .imgHolder img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .electric .imgHolder img {
        max-width: 304px;
    }
}

.electric .videoWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width: 576px) {
    .electric .videoWrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .electric .videoWrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .electric .videoWrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

.electric .videoWrap video {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.electric .galleryWrap {
    margin-bottom: 40px;
}

.serviceDetail {
    background-color: #000;
    padding: 40px 20px;
    overflow: hidden;
}

.serviceDetail .serviceWrap {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

@media (min-width: 1070px) {
    .serviceDetail .serviceWrap {
        justify-content: space-between;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .serviceDetail .serviceWrap {
        margin-bottom: 80px;
    }
}

.serviceDetail .serviceWrap img {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin: 0 auto;
}

@media (min-width: 1070px) {
    .serviceDetail .serviceWrap img {
        height: 450px;
    }
}

.serviceDetail .text {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 1070px) {
    .serviceDetail .text {
        width: 100%;
        max-width: 600px;
    }
}

.serviceDetail .text h2 {
    margin-bottom: 30px;
}

.serviceDetail .text p {
    margin-bottom: 20px;
    line-height: 25px;
}

.serviceDetail .textWrap {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .serviceDetail .textWrap {
        margin-bottom: 80px;
    }
}

.serviceDetail .textWrap .text {
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.products {
    overflow: hidden;
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 30px 10px;
}

@media (min-width: 992px) {
    .products {
        padding: 40px;
    }
}

.products .imgWrap {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .products .imgWrap {
        margin-bottom: 80px;
    }
}

.products h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .products h2 {
        margin-bottom: 40px;
    }
}

.products .imgHolder {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .products .imgHolder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .products .imgHolder {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .products .imgHolder {
        grid-template-columns: repeat(4, 1fr);
    }
}

.products .imgHolder img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .products .imgHolder img {
        max-width: 304px;
    }
}

html {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font: 16px/20px "Poppins", sans-serif;
    color: #171717;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
}

.container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 10px;
    font-weight: 700;
}

.h1,
h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 38px;
        line-height: 42px;
    }
}

.h2,
h2 {
    font-size: 20px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .h2,
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
}

h3,
.h3 {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 992px) {
    h3,
    .h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

h4,
.h4 {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 992px) {
    h4,
    .h4 {
        font-size: 22px;
        line-height: 26px;
    }
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
    cursor: pointer;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

button {
    min-width: 130px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 12px;
    border-radius: 14px;
}

.colored {
    color: #fdd835;
}

#hero {
    margin: 30px 0 50px;
    max-width: 100%;
}

#hero .textWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 15px;
}

#hero .textWrap h1,
#hero .textWrap .h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #hero .textWrap h1,
    #hero .textWrap .h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    #hero .textWrap h1,
    #hero .textWrap .h1 {
        font-size: 32px;
        line-height: 36px;
    }
}


/*# sourceMappingURL=styles.css.map */