body {
    color: rgb(255, 255, 255);
    background-color: rgb(26, 26, 26);
    font-family: "Roboto Condensed", sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
}

html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}

@media (min-width: 769px) {
    html {
        scroll-padding-top: 150px;
    }
}

@media (min-width: 1035px) {
    html {
        scroll-padding-top: 100px;
    }
}

.container {
    max-width: 1080px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

a {
    text-decoration: none;
}

p, li {
    font-size: 18px;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 28px;
    margin: 0px;
}

h3 {
    font-size: 26px;
}

* {
    box-sizing: border-box;
}

img {
    border-radius: 8px;
}

.background-dark {
    background-color: rgb(26, 26, 26);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 68px;
    width: 100%;
}

.background-light {
    background-color: rgb(26 26 26);
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger {
    display: block;
    font-size: 30px;
    padding: 0px 10px;
    color: rgb(251, 190, 10);
    z-index: 999;
}

.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}

nav {
    display: flex;
    position: fixed;
    width: 100%;
    padding: 15px 0px;
    top: 0px;
    flex-direction: column;
    z-index: 999;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background-color 0.3s ease 0s;
}

nav.scrolled {
    background-color: rgb(26, 26, 26);
    box-shadow: rgb(0, 0, 0) 0px 5px 10px;
}

nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    flex-wrap: wrap;
}

nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: rgb(26, 26, 26);
    position: absolute;
    top: -1rem;
    left: 100%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
}

nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
}

nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}

nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(251, 190, 10);
}

.brand {
    width: 70%;
    text-wrap: wrap;
    z-index: 10;
    padding: 0px 10px;
}

.brand a {
    color: rgb(251, 190, 10);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brand span {
    color: rgb(251, 190, 10);
    font-size: 25px;
    margin-left: 10px;
}

.brand img {
    width: 140px;
    height: auto;
}

@media (min-width: 981px) {
    .brand img {
    width: 160px;
    }
}


.button-1 {
    background-color: rgb(251, 190, 10);
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: 3px solid rgb(251, 190, 10);
    color: rgb(26, 26, 26) !important;
    box-shadow: 0 0 10px #000000;
}

.button-1:hover, .button-1:active {
    background-color: #FEF100 !important;
    border-color: #FEF100 !important;
    /* color: rgb(255, 255, 255) !important; */
}

.button-2 {
    background-color: transparent;
    border: 3px solid rgb(251, 190, 10);
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    color: rgb(251, 190, 10);
    display: none;
}

.button-2:hover, .button-2:active {
    background-color: #FEF100 !important;
    border-color: #FEF100 !important;
    color: rgb(26, 26, 26) !important;
}

nav .menu li:nth-of-type(7) {
    margin-bottom: 20px;
}

@media (min-width: 540px) {
    .costum-border-1 {
        height: 340px !important;
    }
}

@media (min-width: 769px) {
    .hamburger {
        display: none;
    }

    nav .menu {
        height: auto;
        background-color: transparent;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        padding: 0px;
    }

    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
    }

    nav .menu li a {
        color: rgb(251, 190, 10);
    }

    .brand {
        width: 100%;
    }

    .brand a {
        justify-content: center;
    }

    .slider-section {
        padding-top: 4vw;
    }

    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
    }

    .slider-content {
    }
}

@media (min-width: 1035px) {
    nav {
        flex-direction: row;
        justify-content: end;
    }

    .brand {
        width: 25%;
        margin-left: 20px;
    }

    .brand a {
        justify-content: left;
    }

    nav .menu {
        position: inherit;
        align-items: center;
        margin: 0px;
    }

    .slider-section {
        padding-top: 0px;
    }
}

.slider-section {
    position: relative;
    background-image: url("/img/header-bg.webp");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    z-index: 0;
    justify-content: center;
}

.slider-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 3;
    margin-left: 30px;
    width: 90%;
    margin-bottom: 40px;
}

.slider-section > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 90%;
    max-width: 1080px;
}

.slider-content .button-2 {
    margin-right: 10px;
}

.slider-text {
    color: white;
    margin-bottom: 30px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.slider-text p a {
    color: rgb(251, 190, 10);
    text-decoration: none;
}

.costum-border-1 {
    position: absolute;
    z-index: 2;
    width: 325px;
    height: 390px;
    border-top: 5px solid rgb(251, 190, 10);
    border-left: 5px solid rgb(251, 190, 10);
    border-bottom: 5px solid rgb(251, 190, 10);
    border-radius: 8px;
}

.costum-border-1::before {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    top: 0px;
    width: 5px;
    height: 17%;
    background: rgb(251, 190, 10);
    border-radius: 8px;
}

.costum-border-1::after {
    content: "";
    position: absolute;
    right: 0px;
    z-index: 100;
    bottom: 0px;
    width: 5px;
    height: 19%;
    background: rgb(251, 190, 10);
    border-radius: 8px;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 30px;
    margin-bottom: -40px;
    align-items: center;
    width: 90%;
    max-width: 1080px;
}

.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    /* min-width: 200px; */
    padding: 15px 10px 22px;
    margin: 10px 10px 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.04) 0px 15px 15px;
    font-family: Nunito, sans-serif;
    border-left: 3px solid rgb(251, 190, 10);
    border-right: 3px solid rgb(251, 190, 10);
}

p.badge-content {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 20px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Oswald, sans-serif;
    margin: 20px 0px 30px;
}

.badge-holder img {
    width: 50%;
    max-width: 100px;
    padding-bottom: 10px;
}

.badge-title {
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -5px;
    color: rgb(251, 190, 10);
    font-weight: bold;
}

.badge-title span {
    font-size: 17px;
}

.decoration-border {
    position: relative;
    border-top: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    left: 0px;
    top: 35px;
    border-radius: 8px;
}

.decoration-cube {
    position: relative;
    border: solid rgb(251, 190, 10);
    width: 25px;
    height: 25px;
    left: 13px;
    top: 0px;
    border-radius: 8px;
}

.decoration-inside-cube {
    position: relative;
    background-color: rgb(251, 190, 10);
    width: 10px;
    height: 10px;
    left: 28px;
    top: -15.5px;
    border-radius: 8px;
}

.about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 90px;
    justify-content: center;
}

.about-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1080px;
}

.about-section h2 {
    text-align: left;
    color: rgb(255, 255, 255);
}

.about-section .content {
    text-align: justify;
    border-left: 3px solid rgb(251, 190, 10);
    padding-left: 10px;
    border-radius: 8px;
    height: fit-content;
}

.about-content div {
    margin: 30px 0px;
}

.about-content-section {
    width: 90%;
}

.about-img-section {
    width: 90%;
}

.about-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.about-img img {
    width: 100%;
    height: auto;
}

.costum-border-2 {
    display: none;
}

@media (min-width: 420px) {
    .about-img-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: -150px;
    }

    .about-img img {
        width: 300px;
        height: auto;
    }

    .costum-border-2 {
        position: relative;
        z-index: 1;
        width: 300px;
        height: 130px;
        border: 5px solid rgb(251, 190, 10);
        border-radius: 8px;
        left: 4%;
        top: -170px;
        display: block;
    }
}

@media (min-width: 600px) {
    .about-img img {
        width: 400px;
    }

    .costum-border-2 {
        left: 11%;
        top: -210px;
    }
}



.services-section {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1080px;
    flex-direction: column;
}

.srvBlockTitle h2 {
    line-height: 1.2;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.srvBlockTitle p {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.srvBlockTitle {
    text-align: center;
    position: relative;
}

.srvElement {
    margin: 50px auto 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 15px 0px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: stretch;
}

.srvElementHeader h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.srvElementBody {
    background: rgb(51, 51, 51);
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.srvElementBody h2, .srvElementBody p {
    padding: 0px;
    margin: 0px;
}

.srvElementBody img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px 8px 0px 0px;
}

.srvElementHeader {
    padding: 20px 20px 0px;
}

.srvElementContent {
    text-align: justify;
    color: rgb(255, 255, 255);
    padding: 20px;
    line-height: 1.2;
    flex-grow: 1;
}

.srvElement:hover h2 {
    color: rgb(251, 190, 10);
}
.srvBlock {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
    align-items: stretch;
}

@media (min-width: 600px) {
    .srvElement {
        margin: 50px 50px 0px;
    }
}


@media (min-width: 768px) {
    .srvElement {
        width: 47%;
        display: flex;
        flex-direction: column;
        margin: 30px 10px 0px 0px;
   }
}

@media screen and (min-width: 981px) {
    .about-section > div {
        flex-direction: row;
    }
    .about-content-section {
    }

    .about-img-section {
    }

    .costum-border-2 {
        top: -220px;
        height: 150px;
        left: 13%;
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1200px;
        margin: 0px auto;
    }

    .srvElementBody {
        height: 100%;
    }

    .srvElementContent {
        height: 100%;
    }
}

.box:hover {
    padding: 4px;
    background-color: rgb(251, 190, 10);
    background-image: url("/img/icons/animation-services-box-1.gif"), url("/img/icons/animation-services-box-2.gif"), url("/img/icons/animation-services-box-3.gif");
    background-repeat: no-repeat;
    background-size: 0px 2px, 0px 100%, 0% 2px;
    background-position: center top, center top, center bottom;
    animation: 1.5s ease 0s 1 normal none running drawBorderFromCenter;
    border-radius: 8px;
}

@-webkit-keyframes drawBorderFromCenter {
    0% {
        background-size: 0px 2px, 0px 0px, 100% 100%;
    }

    20% {
        background-size: 100% 2px, 100% 0px, 100% 100%;
    }

    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }

    99% {
        background-size: 100% 2px, 100% 98%, 0px 2px;
    }
}

@keyframes drawBorderFromCenter {
    0% {
        background-size: 0px 2px, 0px 0px, 100% 100%;
    }

    20% {
        background-size: 100% 2px, 100% 0px, 100% 100%;
    }

    66% {
        background-size: 100% 2px, 100% 98%, 100% 100%;
    }

    99% {
        background-size: 100% 2px, 100% 98%, 0px 2px;
    }
}

.email-form {
    position: relative;
    background-image: url("/img/contact-form-bg.webp");
    width: 100vw;
    max-width: 1080px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-self: center;
    min-height: 350px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
}

@media (min-width: 981px) {
    .email-form {
        align-items: flex-end;
        max-width: 50%;
    }
}

.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: calc(-40% + 1080px);
}

.contact-form {
    z-index: 2;
    position: relative;
    width: 90%;
}

.email-form h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(1px 1px 6px #000);
    text-shadow: 1px 1px 5px #000 !important;
}

.contact-form .form-row {
    margin-bottom: 15px;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form input[type="message"] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #000000;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus .contact-form input[type="message"]:focus {
    outline: none;
    border-color: rgb(193, 18, 31);
}

.contact-form .submit-button:hover {
    background-color: rgba(25, 148, 178, 0.77);
}

.features-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 40px 0;
    align-items: center;
    justify-content: center;
}

.decoration-border-1 {
    position: relative;
    border-top: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    left: 0px;
    top: 35px;
    border-radius: 8px;
}

.decoration-cube-1 {
    position: relative;
    border: solid rgb(251, 190, 10);
    width: 25px;
    height: 25px;
    left: 14px;
    top: 0px;
    border-radius: 8px;
}

.decoration-inside-cube-1 {
    position: relative;
    background-color: rgb(251, 190, 10);
    width: 10px;
    height: 10px;
    left: 27px;
    top: -15px;
    border-radius: 8px;
}

.features-content {
    min-height: 370px;
    background-color: rgb(51, 51, 51);
    align-self: center;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
}

.features-content > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    max-width: 100%;
    margin: 0px 20px 15px;
}

@media (min-width: 981px) {
    .features-content > div {
    }

    .features-content {
        width: 50%;
    }
}

.features-content li {
    font-size: 18px;
    text-align: justify;
}

.features-content li::marker {
    color: rgb(251, 190, 10);
    font-size: 33px;
}

.features-content li strong {
    color: rgb(251, 190, 10);
}

@media (min-width: 981px) {
    .features-section {
        flex-direction: row;
    }
}

.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.gallery-section {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
}

.lp-gallery a {
    width: 40vw;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 5px;
}

.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (min-width: 981px) {
    .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
    }
}

.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testi-content.swiper-wrapper {
    margin-top: 30px;
}

.testimonial {
    position: relative;
    width: 90%;
    padding: 40px 0px 0px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    margin-bottom: -100px;
}

.testimonial .image {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid rgb(51, 51, 51);
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.testimonial-content {
    background: rgb(51, 51, 51);
    border-radius: 8px;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    bottom: 100px;
    width: 100%;
    text-align: center;
}

.slide p {
    padding: 0px 60px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
}

.slide .quote-icon {
    font-size: 30px;
    color: rgb(251, 190, 10);
    margin-bottom: 25px;
    margin-top: 15px;
}

.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.details .name {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.slide .details img {
    width: 130px;
    margin-left: 10px;
}

.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: rgb(251, 190, 10);
    font-size: 30px !important;
}

.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}

.nav-btn::after, .nav-btn::before {
    font-size: 20px;
}
@media (min-width: 600px) {
    .slide p {
        text-align: center;
    }
    .srvElementBody img {
        max-height: 350px;
    }
}
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section > div {
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1080px;
}

.contact-section h2 {
    text-align: center;
    margin: 10px 0px 20px;
}

.contact-section h2 a {
    color: rgb(251, 190, 10);
    text-decoration: none;
}

footer {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
}

footer > div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    max-width: 1080px;
    text-align: center;
}

#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999;
        cursor: pointer;
        bottom: 10px;
        display: inline-block;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 10px;
    }

    #callnowbutton a img {
        height: 2em;
    }
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.socials a {
    font-size: 20px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    background: rgb(251, 190, 10);
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease 0s;
    margin: 0px 10px;
}

.socials a:hover {
    background: rgb(83, 79, 78);
    color: rgb(0, 0, 0);
}

.socials a img {
    width: 20px;
    height: auto;
}

.socials a:hover img {
    filter: invert(1);
}
