body {
    color: #000;
    background-color: #f7f7f7;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
html {
    scroll-padding-top: 25%;
    scroll-behavior: smooth;
}
.container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a[href^="tel:"] {
  white-space: nowrap;
}
h1, h2, h3, h4 {
    font-family: "Playwrite AT", serif;
    font-weight: 600;
    font-style: normal;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: #ffffff 0px 0px 5px;
}
h2 span {
    color: #9c303a;
}
h3 {
    font-size: 22px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
    .about-content h2, .features-content-1 h2, .srvBlockTitle h2, .gallery-section h2, .testimonial h2 {
        margin: 0px 0px 40px !important;
   }
    .about-content h2 span, .features-content-1 h2 span, .srvBlockTitle h2 span, .gallery-section h2 span, .testimonial h2 span {
        bottom: -41px !important;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
    .about-content h2, .features-content-1 h2, .srvBlockTitle h2, .gallery-section h2, .testimonial h2 {
        margin: 0px 0px 50px !important;
        color: #000000;
        text-shadow: 0 0 5px #ffffff;
   }
    .about-content h2 span, .features-content-1 h2 span, .srvBlockTitle h2 span, .gallery-section h2 span, .testimonial h2 span {
        bottom: -49px !important;
   }
}
* {
    box-sizing: border-box;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.hamburger {
    display: flex;
    width: 14%;
    color: #9c303a;
    z-index: 999;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 8px;
    transition: transform 0.5s ease-in-out 0s;
}
.hamburger:active {
    transform: skew(20deg, 20deg);
}
.hamburger img {
    width: 40px;
    height: auto;
    filter: invert(1) drop-shadow(0 0 2px #fff);
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0px;
    flex-direction: column;
    height: fit-content;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background-color 0.3s ease 0s;
}
nav.scrolled {
    box-shadow: #000 0px 0px 5px;
    position: fixed;
    background: #C4C5C5;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}
nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    height: auto;
    padding: 2px 0px 5px;
}
.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
}
nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background: #C4C5C5;
    position: absolute;
    top: -1rem;
    left: -100%;
    z-index: 0;
    place-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 1s ease-in-out 0s;
}
nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
    transform: translateY(0px);
    overflow: hidden;
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 700;
    color: #000000;
    text-shadow: 0 0 5px #ffffff;
}
.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    padding-left: 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    justify-content: center;
}
.brand span {
    color: #000000;
    text-shadow: #fff 0px 0px 5px;
    font-size: 25px;
    font-family: "Playwrite AT", serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    margin-left: 51px;
    margin-top: -52px;
}
.brand img {
    width: 110px;
    height: auto;
    position: relative;
}
.button-1 {
    font-size: 18px;
    border: 3px solid #9c303a;
    border-radius: 300px;
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9c303a;
    letter-spacing: 1px;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}
.button-1:hover {
    background: #c25a64;
    border-color: #c25a64;
    transition: all 0.5s ease 0s;
    color: #fff !important;
}
.button-2 {
    font-size: 18px;
    border: 3px solid #c25a64;
    border-radius: 300px;
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c25a64;
    letter-spacing: 1px;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 600 !important;
}
.button-2:hover {
    background: transparent;
    transition: all 0.5s ease 0s;
    color: #fff !important;
    background: #9c303a;
    border-color: #9c303a;
}
.slider-section {
    position: relative;
    top: 0px;
    width: 100%;
    height: calc(0px + 100vh);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 400px;
    background: #C4C5C5;
    max-height: 700px;
}
.slider-img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    max-width: 600px;
}
.slider-decoration {
    display: none;
}
.top-decoration-element {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1280px;
    justify-content: center;
    z-index: 4;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 130px;
}
.slider-text {
    color: #591b21;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider-text h1 {
    margin: 0px;
    position: relative;
}
.slider-text p a {
    color: #591b21;
    text-decoration: underline;
}
.slider-text p a:hover {
    color: #591b21;
}
.slider-text p {
    margin: 10px 0px 10px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.button {
    position: relative;
    z-index: 2;
    width: 240px;
    height: 56px;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    margin: 20px 0px;
    text-decoration: none !important;
}
.button-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #9c303a;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.5s;
}
.button::before, .button::after, .button__text::before, .button__text::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background: #591b21;
    transition: all 0.5s ease 0s;
}
.button::before {
    top: 0px;
    left: 54px;
    width: calc(100% - 128px);
}
.button::after {
    top: 0px;
    right: 54px;
    width: 8px;
}
.button-text::before {
    bottom: 0px;
    right: 54px;
    width: calc(100% - 128px);
}
.button-text::after {
    bottom: 0px;
    left: 54px;
    width: 8px;
}
.button-line {
    position: absolute;
    top: 0px;
    width: 56px;
    height: 100%;
    overflow: hidden;
}
.button-line::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 150%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 300px;
    border: 3px solid #591b21;
}
.button-line:nth-child(1), .button-line:nth-child(1)::before {
    left: 0px;
}
.button-line:nth-child(2), .button-line:nth-child(2)::before {
    right: 0px;
}
.button:hover {
    letter-spacing: 6px;
}
.button:hover::before, .button:hover .button-text::before {
    width: 8px;
}
.button:hover::after, .button:hover .button-text::after {
    width: calc(100% - 128px);
}
.button:hover .button-text {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.button-drow1, .button-drow2 {
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    transform-origin: 16px 16px;
}
.button-drow1 {
    top: -16px;
    left: 40px;
    width: 32px;
    height: 0px;
    transform: rotate(30deg);
}
.button-drow2 {
    top: 44px;
    left: 77px;
    width: 32px;
    height: 0px;
    transform: rotate(-127deg);
}
.button-drow1::before, .button-drow1::after, .button-drow2::before, .button-drow2::after {
    content: "";
    position: absolute;
}
.button-drow1::before {
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-60deg);
}
.button-drow1::after {
    top: -10px;
    left: 45px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(69deg);
}
.button-drow2::before {
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-146deg);
}
.button-drow2::after {
    bottom: 26px;
    left: -40px;
    width: 0px;
    height: 32px;
    border-radius: 16px;
    transform-origin: 16px 16px;
    transform: rotate(-262deg);
}
.button-drow1, .button-drow1::before, .button-drow1::after, .button-drow2, .button-drow2::before, .buttondrow2::after {
    background: #c25a64;
}
.button:hover .button-drow1 {
    animation: 0.06s ease-in 0s 1 normal forwards running drow1;
}
.button:hover .button-drow1::before {
    animation: 0.08s linear 0.06s 1 normal forwards running drow2;
}
.button:hover .button-drow1::after {
    animation: 0.03s linear 0.14s 1 normal forwards running drow3;
}
.button:hover .button-drow2 {
    animation: 0.06s linear 0.2s 1 normal forwards running drow4;
}
.button:hover .button-drow2::before {
    animation: 0.03s linear 0.26s 1 normal forwards running drow3;
}
.button:hover .button-drow2::after {
    animation: 0.06s linear 0.32s 1 normal forwards running drow5;
}
@keyframes drow1 {
    0% {
        height: 0px;
   }
    100% {
        height: 100px;
   }
}
@keyframes drow2 {
    0% {
        width: 0px;
        opacity: 0;
   }
    10% {
        opacity: 0;
   }
    11% {
        opacity: 1;
   }
    100% {
        width: 120px;
   }
}
@keyframes drow3 {
    0% {
        width: 0px;
   }
    100% {
        width: 80px;
   }
}
@keyframes drow4 {
    0% {
        height: 0px;
   }
    100% {
        height: 120px;
   }
}
@keyframes drow5 {
    0% {
        width: 0px;
   }
    100% {
        width: 124px;
   }
}
.button-3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    border: 3px solid #9c303a;
    border-radius: 300px;
    width: 240px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9c303a;
    letter-spacing: 1px;
    color: #fff !important;
    text-shadow: none !important;
}
.button-3:hover {
    background: #c25a64;
    transition: all 0.5s ease 0s;
    text-shadow: #fff 0px 0px 5px !important;
    color: #9c303a !important;
}
.scroll-down {
    position: absolute;
    left: calc(50vw - 40px);
    bottom: -5px;
    margin: 20px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: invert(1);
}
@-webkit-keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
@keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
}
.about-section > div > a {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding-top: 30px;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding-top: 30px;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 30px 0px;
    flex-direction: column;
}
.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 10px);
    max-width: 330px;
    min-height: 266px;
    padding: 15px 5px 30px;
    margin: 20px 10px 30px;
    border-radius: 5px;
    position: relative;
    text-shadow: #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px;
    z-index: 0;
}
.badge-holder::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 140%;
    height: 100%;
    background-image: url("/img/badge.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0) invert(18%) sepia(27%) saturate(2059%) hue-rotate(312deg) brightness(83%) contrast(100%);
    z-index: 2;
    border-radius: 300px;
}

p.badge-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    z-index: 2;
    position: relative;
    top: 0px;
    text-shadow: #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px;
    color: #fff;
    text-align: center;
    min-height: 47px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
p.badge-content {
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px;
    z-index: 2;
    position: relative;
    top: 7px;
    text-shadow: #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px;
    color: #fff;
    font-size: 18px;
}
.badge {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.badge-icon {
    width: 30%;
    padding-bottom: 5px;
    z-index: 2;
    position: absolute;
    top: -35px;
    filter: invert(1) drop-shadow(black 0px 0px 2px) drop-shadow(black 0px 0px 2px);
    transition: transform 0.5s ease-in-out 0s;
}
.badge-holder:hover .badge-icon {
    transform: rotate(45deg);
    transition: transform 0.5s ease-in-out 0s;
}
#about {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column-reverse;
    margin: 30px 0px;
    position: relative;
}
.about-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 20px 0px 0px;
}
.about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    position: relative;
    z-index: 4;
    flex-direction: column;
}
.about-img::before {
    content: "";
    position: relative;
    top: 0px;
    left: 0px;
    width: 90%;
    max-width: 305px;
    height: 800px;
    background: url(/img/paint-splash.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(0) invert(18%) sepia(27%) saturate(2059%) hue-rotate(312deg) brightness(83%) contrast(100%);
}
.about-image {
    width: 85%;
    max-width: 290px;
    height: 25%;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    z-index: 3;
    top: 140px;
    right: 0px;
    box-shadow: #000 0px 0px 15px 0px;
    transition: all 0.5s ease 0s;
}
.about-image-1 {
    width: 85%;
    max-width: 290px;
    height: 25%;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    z-index: 3;
    top: 400px;
    left: 0px;
    box-shadow: #000 0px 0px 15px 0px;
    transition: all 0.5s ease 0s;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.about-decoration {
    position: absolute;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 300px;
    top: 900px;
    right: 0px;
    filter: brightness(0) invert(80%) sepia(2%) saturate(4%) hue-rotate(156deg) brightness(98%) contrast(94%);
    z-index: 1;
}
.about-content h2 {
    text-align: center;
    margin: 0px 0px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.about-content h2 span {
    position: absolute;
    right: -6px;
    bottom: -35px;
}
.about-content p {
    text-align: justify;
    z-index: 2;
    text-shadow: 0 0 5px #fff;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    z-index: 2;
    width: 100%;
}
.area-served li {
    width: 100%;
    margin: 5px 0 0;
}
.area-served-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
}
.area-served-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
}
.features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 0;
}
.features-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #591b21ba;
    z-index: 1;
}
.features-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.features-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    flex-direction: column;
    z-index: 2;
    margin: 30px 0px;
}
.features-content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.features-content-1 h2 {
    text-align: center;
    margin: 0px 0px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    color: #fff;
    text-shadow: #000 0px 0px 5px;
    font-weight: 500;
}
.features-content-1 h2 span {
    position: absolute;
    right: 5px;
    bottom: -40px;
    color: #C4C5C5;
}
.features-content-1 ul {
    text-align: justify;
    padding-left: 10px;
    color: #fff;
}
.features-content-1 ul li {
    margin: 10px 0px;
}
.features-content-1 ul li strong {
    color: #f7f7f7;
    text-shadow: #000 0px 0px 5px;
    text-decoration: underline;
}
.features-content-1 .button-line::before {
    border-color: #fff;
}
.features-content-1 .button-text {
    color: #fff;
    text-shadow: #000 0px 0px 5px, #000 0px 0px 5px;
}
.features-content-1 .button::before, .features-content-1 .button::after, .features-content-1 .button__text::before, .features-content-1 .button__text::after {
    background: #fff;
}
.section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.section::before {
    content: "";
    position: absolute;
    background-image: url(/img/decoration.webp);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    top: 0px;
    left: 0px;
    filter: brightness(0) invert(80%) sepia(2%) saturate(4%) hue-rotate(156deg) brightness(98%) contrast(94%);
    z-index: 0;
}
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 0%, #C4C5C5 60%);
    overflow: hidden;
}
.services-section > div {
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.srvBlockTitle p {
    line-height: 1.4;
    font-weight: bold;
    font-family: Heebo, sans-serif;
    color: #000;
    display: inline-block;
    font-size: 26px;
}
.srvBlockTitle {
    text-align: center;
}
.srvBlockTitle h2 {
    text-align: center;
    margin: 0px 0px 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.srvBlockTitle h2 span {
    position: absolute;
    right: 0px;
    bottom: -40px;
}
.services-section > div > a {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.srvBlock {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.srvElement {
    margin: 50px auto 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    transition: transform 0.5s ease-in-out 0s;
    max-width: 350px;
}
.srvElement:hover {
    transform:translateY(-20px);
    transition: transform 0.5s ease-in-out 0s;
}
.srvElementHeader h2 {
    text-align: center;
    color: #fff;
    font-family: Heebo, sans-serif;
    padding: 5px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    text-shadow: #000 0px 0px 5px;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #000 0px -2px 15px 0px;
    top: 30px;
    position: relative;
}
.srvElementImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.srvImageBackround {
    position: absolute;
    object-fit: contain;
    object-position: center;
    width: 750px;
    z-index: 0;
    left: calc(50% - 375px);
    height: 750px;
    top: 60px;
    filter: brightness(0) invert(18%) sepia(27%) saturate(2059%) hue-rotate(312deg) brightness(83%) contrast(100%) drop-shadow(0px 3px 4px #000000a1);
}
.srvElement:hover .srvImageBackround  {
    filter: brightness(0) invert(46%) sepia(48%) saturate(1812%) hue-rotate(321deg) brightness(86%) contrast(72%) drop-shadow(0px 3px 4px #000000a1);
}
.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 0px 20px 10px;
    line-height: 1.4;
    z-index: 2;
    text-shadow: #000 0px 0px 5px;
    position: relative;
}
.srvElementBody {
    padding-top: 20px;
}
.srvElementHeader {
    border-radius: 25px;
    position: relative;
    bottom: 1px;
    padding: 5px;
    z-index: 2;
}
.srvElement:hover h2 {
    font-weight: bold;
}
.row .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.gallery-section h2 {
    text-align: center;
    margin: 0px 0px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    width: 340px;
}
.gallery-section h2 span {
    position: absolute;
    right: 25px;
    bottom: -35px;
}
.gallery-section {
    padding: 30px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.GallerySwiper2, .GallerySwiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.GallerySwiper2 {
    height: 80%;
    width: 100%;
    padding-bottom: 50px !important;
}
.GallerySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0px;
}
.GallerySwiper .swiper-slide, .GallerySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: center center / cover transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.GallerySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
}
.GallerySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.GallerySwiper .swiper-slide img, .GallerySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.GallerySwiper .swiper-slide img {
    max-width: 600px;
    max-height: 400px;
}
.GallerySwiper2 .swiper-slide img {
    max-width: 600px;
    height: 250px;
    object-fit: contain;
}
.GallerySwiper .swiper-slide img {
    height: 100px;
}
.GallerySwiper2 .swiper-button-next {
    right: auto !important;
    left: calc(50% + 10px);
    top: 43px !important;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0px;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
}
.GallerySwiper2 .swiper-button-prev {
    left: calc(50% - 50px) !important;
    top: 25px !important;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0px;
    width: 40px !important;
    height: 40px !important;
}
.GallerySwiper2 .swiper-button-prev::after, .GallerySwiper2 .swiper-button-next::after {
    color: #000;
    text-align: center;
    font-size: 20px !important;
    filter: drop-shadow(0 0 2px #fff);
}
.testimonials-contact-form-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}
.testimonials-contact-form-section::before {
    content: '';
    display: none;
}
.contact-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 370px;
    position: relative;
}
.contact-form-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #591b21b5;
    z-index: 1;
}
.contact-form-section::after {
    content: "";
    display: none;
}
.contact-form-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.email-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    z-index: 2;
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 640px;
    z-index: 2;
    padding: 30px 0px 20px;
}
.submit-button {
    position: relative;
    z-index: 2;
    width: 240px;
    height: 56px;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    margin: 20px 0px;
    text-decoration: none !important;
    background: transparent;
    border: none;
    cursor: pointer;
}
.submit-button .button-text {
    color: #fff;
    text-shadow: #9c303a 0px 0px 5px, #9c303a 0px 0px 5px;
}
.submit-button::before, .submit-button::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transition: all 0.5s ease 0s;
}
.submit-button::before {
    top: 0px;
    left: 54px;
    width: calc(100% - 128px);
    background: #fff;
}
.submit-button::after {
    top: 0px;
    right: 54px;
    width: 8px;
}
.submit-button .button-line::before {
    border-color: #fff;
}
.submit-button:hover {
    letter-spacing: 6px;
}
.submit-button:hover::before, .submit-button:hover .button-text::before {
    width: 8px;
}
.submit-button:hover::after, .submit-button:hover .button-text::after {
    width: calc(100% - 128px);
}
.submit-button:hover .button-drow1 {
    animation: 0.06s ease-in 0s 1 normal forwards running drow1;
}
.submit-button:hover .button-drow1::before {
    animation: 0.08s linear 0.06s 1 normal forwards running drow2;
}
.submit-button:hover .button-drow1::after {
    animation: 0.03s linear 0.14s 1 normal forwards running drow3;
}
.submit-button:hover .button-drow2 {
    animation: 0.06s linear 0.2s 1 normal forwards running drow4;
}
.submit-button:hover .button-drow2::before {
    animation: 0.03s linear 0.26s 1 normal forwards running drow3;
}
.submit-button:hover .button-drow2::after {
    animation: 0.06s linear 0.32s 1 normal forwards running drow5;
}
.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.email-form h2 {
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.email-form h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-shadow: #000 0px 0px 5px;
    font-weight: 500;
}
.contact-form .form-row {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.contact-form .form-row.submit-btn {
    width: auto;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 20px 10px 10px;
    border: none;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    box-shadow: #000 0px 0px 10px 0px;
    background: #ffffff40;
}
.contact-form input:focus, .contact-form input:not(:placeholder-shown), .contact-form textarea:focus, .contact-form textarea:not(:placeholder-shown) {
    outline: 0px;
    background: #e9e7e8;
}
.contact-form textarea {
    resize: none;
}
.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, .contact-form input[type="email"]::placeholder, .contact-form textarea::placeholder {
    visibility: hidden;
}
.contact-form input[type="text"]:focus::placeholder, .contact-form input[type="tel"]:focus::placeholder, .contact-form input[type="email"]:focus::placeholder, .contact-form textarea:focus::placeholder {
    visibility: visible;
}
.contact-form .form-row label {
    color: #fff;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}
.contact-form .form-row-textarea label {
    color: #fff;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 18%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}
.contact-form input:focus + label, .contact-form input:not(:placeholder-shown) + label, .contact-form textarea:focus + label, .contact-form textarea:not(:placeholder-shown) + label {
    top: 0px;
    color: #000;
    padding: 2px 5px;
    background: #fff;
    font-size: 14px;
    box-shadow: #000 0px 0px 10px 0px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
    border-color: #000;
}
.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    background: #383c3c;
}
.testimonials-section::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: transparent;
    transform-origin: left top;
    box-shadow: #00000033 0px 4px 8px, #00000033 0px 4px 8px;
}
.testi-content.swiper-wrapper {
    margin-top: 75px;
}
#testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 640px;
    z-index: 2;
}
.testimonial {
    position: relative;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial h2 {
    text-align: center;
    margin: 0px 0px 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.testimonial h2 span {
    position: absolute;
    right: 0px;
    bottom: -35px;
    color: #c25a64;
}
.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    object-fit: cover;
    z-index: 1;
    box-shadow: #000 0px 0px 10px 0px;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
    margin-bottom: -70px;
}
.testimonial-content {
    background: #c25a64;
    padding: 0px 15px 63px;
    position: relative;
    z-index: 0;
    height: fit-content;
    max-width: 690px;
    width: 100%;
}
.testimonial-text {
    border-radius: 5px;
    position: relative;
    top: -35px;
}
.slide p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin: 0px;
    position: relative;
    padding: 20px;
    width: 100%;
    text-shadow: 0 0 5px #000;
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: 15px;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    filter: drop-shadow(#000 1px 2px 4px);
}
.slide .details img {
    width: 130px;
    margin-left: 10px;
    filter: drop-shadow(#000 1px 2px 4px);
    border-left: 3px solid #fff;
    padding-left: 10px;
}
.swiper-button-next {
    right: -60px !important;
    top: -94px !important;
}
.swiper-button-prev {
    left: -60px !important;
    top: -146px !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
    position: relative !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: #fff;
    filter: drop-shadow(#000 1px 2px 4px);
    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;
}
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}
.contact-section::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/img/footer-bg.webp");
    background-position: left center;
    background-repeat: repeat-x;
    background-size: contain;
    filter: brightness(0) invert(100%) sepia(0%) saturate(4899%) hue-rotate(130deg) brightness(120%) contrast(94%);
    z-index: 2;
}
.contact-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 3;
    width: 90%;
    max-width: 1280px;
}
.contact-section p {
    font-size: 28px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    color: #591b21;
    margin: 0px;
    font-weight: 600;
}
.contact-section a {
    color: #9c303a;
    text-decoration: underline;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    background: #f7f7f7;
}
footer > div:first-of-type {
    display: flex;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    background: #383c3c;
    padding: 15px 0;
    margin-top: 20px;
    box-shadow: #000 0px 0px 10px 0px;
}
#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: -1px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#booking-engin .button-2 {
    color: #fff !important;
    border: none;
    font-weight: 500;
    border-radius: 0 300px  300px 0;
    border: 1px solid #000;
}
#booking-engin .button-2:hover {
    background: #9c303a;
}

@media (min-width: 600px) {
    .top-decoration-element {
        width: 67%;
        top: 40px;
   }
    .headers-buttons {
        flex-direction: row;
        justify-content: flex-start;
   }
    .button-3 {
        margin-top: 0px;
        margin-left: 10px;
   }
   .about-img:hover .about-image {
        transform: translateX(30px);
        transition: all 0.5s ease 0s;
    }
    .about-img:hover .about-image-1 {
        transform: translateX(-30px);
        transition: all 0.5s ease 0s;
    }
    .area-served li {
        width: 50%;
   }
    .GallerySwiper .swiper-slide img {
        height: 160px;
    }
}
@media (min-width: 711px) {
    .about-decoration {
        top: 455px;
   }
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #81d742;
        color: #fff;
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
   }
    #callnowbutton a img {
        height: 2em;
   }
}
@media (min-width: 981px) {
    .hamburger {
        display: none;
   }
    nav > div {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: relative;
   }
    .navigation {
        padding-bottom: 0;
    }
    nav .menu {
        height: auto;
        flex-direction: row;
        justify-content: center;
        left: 0px;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
        background: transparent;
        transform: none;
   }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
   }
    nav .menu span:nth-of-type(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
   }
    nav .menu span:nth-of-type(2) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
   }
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        align-items: center;
        flex-direction: row;
        margin-bottom: 15px;
   }
    .brand span {
        margin-left: -65px;
        margin-top: 25px;
   }
   .slider-decoration {
        display: block;
        object-fit: contain;
        object-position: center center;
        width: 100%;
        max-width: 300px;
        height: 100%;
        max-height: 300px;
        position: absolute;
        top: 0px;
        right: 0px;
        filter: brightness(0) invert(1);
   }
    .slider-section {
        justify-content: center !important;
   }
   .slider-content {
        margin-bottom: 0;
    }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
    .badges-container {
        flex-direction: row;
    }
    .badge-holder {
        margin: 20px 45px 30px;
    }
   #about {
        flex-direction: row;
        justify-content: space-between;
   }
    .about-images {
        width: 49%;
   }
    .about-content {
        width: 49%;
   }
    .about-decoration {
        top: 610px;
   }
    .email-form {
        align-items: flex-end;
   }
   .GallerySwiper2 .swiper-slide img {
        height: 250px;
        width: 100%;
        max-width: 900px;
    }
    .srvElement:nth-child(odd) {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: 70px 0;
        align-items: stretch;
        justify-content: center;
        max-width: 935px;
        align-self: flex-start;
   }
    .srvElement:nth-child(even) {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        margin: 70px 0;
        max-width: 935px;
        align-items: stretch;
        justify-content: center;
        align-self: flex-end;
   }
   .srvElementImg {
        align-self: center;
        top: auto;
    }
    .srvElementImg img {
        width: 480px;
   }
    .srvElementBody {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
   }
   .srvElement:nth-child(odd) .srvImageBackround {
        height: 400px;
        left: auto;
        bottom: -65px;
        right: -75px;
    }
    .srvElement:nth-child(even) .srvImageBackround {
        height: 400px;
        bottom: -65px;
        left: -75px;
        transform: rotateY(180deg);
    }
    .srvElementContent {
        height: auto;
   }
   .testimonials-contact-form-section {
        flex-direction: row;
        padding-bottom: 68px;
   }
    .contact-form-section {
        width: 50%;
        justify-content: center;
        align-items: flex-end;
        flex: 1 1 0%;
        height: 950px;
        padding: 30px 0px;
   }
    .email-form {
        margin-right: 20px;
        padding: 0px 0px 90px;
   }
    .contact-form-section::after {
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        transform-origin: left top;
        box-shadow: #00000080 3px 5px 5px;
        transform: skewY(10deg);
        background: #C4C5C5;
        height: 16%;
        z-index: 1;
        transform-origin: right top;
   }
   .contact-section::before {
        top: -195px;
   }
   .testimonials-section {
        width: 50%;
        height: 950px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
   }
    #testimonials {
        margin-left: 20px;
   }
    .testimonial h2 {
        font-size: 25px;
   }
    .testimonials-section::before {
        transform: skewY(-10deg);
        background: #C4C5C5;
        height: 16%;
        top: -1px;
        z-index: 1;
        box-shadow: #00000080 5px 5px 5px;
   }
    .testimonial {
        padding-top: 50px;
   }
}
@media (min-width: 1024px) {
    .contact-form-section, .testimonials-section {
        max-width: 760px;
   }
}
@media (min-width: 1025px) {
    .testimonial h2 {
        font-size: 36px;
   }
}
@media (min-width: 1294px) {
    .slider-img {
        max-width: 90% !important;
   }
}
@media (min-width: 1422px) {
    .about-decoration {
        top: 445px;
   }
}
@media (min-width: 1521px) {
    .testimonials-contact-form-section::before {
        display: block;
        position: absolute;
        top: -162px;
        left: 0;
        width: 100%;
        transform-origin: left top;
        box-shadow: #00000080 3px 5px 5px;
        background: #fff;
        height: 16%;
        z-index: 1;
        transform-origin: right top;
   }
    .contact-form-section::after {
        height: 136px;
   }
    .testimonials-section::before {
        height: 136px;
   }
}
