/* Template Colors Used
1f2a33
C62828
*/
body {
    color: #646464;
    background: #ffffff00;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    line-height: 1.4;
    align-items: center;
}

html {
    scroll-padding-top: 33%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a[href^="tel:"] {
  white-space: nowrap;
}

p {
    text-align: justify;
    color: #646464;
}

h1, h2, h3, h4 {
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    color: #1b1f29;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0px 25px;
    text-align: center;
}

h3 {
    font-size: 22px;
}

* {
    box-sizing: border-box;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: column;
}

.hamburger {
    display: flex;
    z-index: 99999;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    width: 50px;
    padding: 10px;
    position: relative;
    background: #C62828;
    cursor: pointer;
    transition: 0.4s;
}

.hamburger.open {
    opacity: 0;
    cursor: auto;
}

.menu-section-menu-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #00000099;
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.menu-section-menu-wrapper.menu-section-body-visible {
    opacity: 1;
    visibility: visible;
}

.line {
    transition: 0.5s;
    stroke-width: 6px;
    stroke: #ffffff;
}

.lineTop {
    stroke-dasharray: 40, 40;
    stroke-dashoffset: 25;
}

.lineBottom {
    stroke-dasharray: 40, 40;
    stroke-dashoffset: 60;
}

.lineMid {
    stroke-dasharray: 40, 40;
}

.hamburger.open .lineTop {
    stroke-dashoffset: 0;
    transform-origin: left center;
    transform: rotateZ(45deg) translate(-7px, -5px);
}

.hamburger.open .lineMid {
    stroke-dashoffset: 40;
}

.hamburger.open .lineBottom {
    stroke-dashoffset: 0;
    transform-origin: left center;
    transform: rotateZ(-45deg) translate(-5px, 5px);
}

nav {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
    background: #ffffff;
    align-items: center;
}

nav.scrolled {
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.4s ease 0s 1 normal none running slideDown;
    filter: drop-shadow(#000000 1px 1px 5px);
}

.navigation-section {
    width: 90%;
    display: flex;
    flex-flow: wrap;
    height: auto;
    max-width: 1280px;
    justify-content: center;
    position: relative;
    align-items: center;
}

.top-navigation {
    display: none;
}

.top-navigation::before {
    content: "";
    height: 100%;
    width: 32%;
    background-color: #1F2A33 ;
    clip-path: polygon(0px 0px, 100% 0px, 93% 100%, 0% 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    position: relative;
    height: 100%;
    place-content: center space-between;
    padding: 10px 0px;
}

.mobile-logo {
    padding: 30px 20px;
    display: block;
    text-align: center;
    background-color: #eff3fa;
}

.mobile-logo a {
    color: #000000;
    font-size: 17px;
    line-height: 1.3;
}

#quit {
    position: absolute;
    top: 24px;
    right: -17px;
    padding: 15px;
    cursor: pointer;
    background: #000000;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    transition: 0.4s;
}

#quit:hover {
    background: #C62828;
}

#quit img {
    width: 12px;
    top: -9.5px;
    left: -4px;
    position: relative;
    transition: 0.4s;
}

#quit.show {
    display: inline;
}

nav .menu-section {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 101vh;
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 0;
    place-content: center flex-start;
    transform: translateX(-100%);
    transition: 1s ease-in-out;
    opacity: 0;
    max-width: 270px;
    border-right: 3px solid #C62828;
}

nav .menu-section.active {
    left: 0px;
    z-index: 9999;
    transform: translateX(0px);
    opacity: 1;
}
.menu-section.active .navigation-links{
    display: flex;
    flex-direction: column;
}

nav .menu {
    display: flex;
    width: 100%;
    padding: 0px 20px;
    margin: 40px 0px 0px;
    flex-direction: column;
}

nav .menu li {
    margin: 0px;
    text-align: left;
    padding: 12px 0px;
    list-style: none;
    width: 100%;
    font-size: 15px;
}

nav .menu li:last-child {
    border-bottom: none;
}

nav .menu li a {
    color: #000000;
    display: flex;
    align-items: center;
    transition: color 0.4s ease-in-out;
}

nav .menu li a:hover {
    color: #C62828;
}

nav .menu li a::before {
    content: "";
    margin-right: 10px;
    width: 6px;
    height: 6px;
    display: block;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    transform: rotate(45deg);
    position: relative;
}

.brand {
    width: 85%;
    text-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

nav::before {
    content: "";
    clip-path: polygon(0px 0px, 100% 0px, 82% 100%, 0% 100%);
    background: #eff3fa;
    width: 75%;
    height: 100%;
    position: absolute;
    inset: 0px;
}

.brand a {
    text-decoration: none;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    width: 77%;
}

.brand span {
    font-size: 20px;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    color: #1b1f29;
    line-height: 1.1;
}

.brand img {
    width: 90px;
    height: auto;
    position: relative;
}

.navigation-buttons {
    width: 15%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.navigation-links {
    align-items: flex-start;
    margin: 0px 20px;
}

.icon-btn {
    margin-right: 10px;
    font-size: 40px;
    color: #1f2a33;
    transition: color 0.2s ease;
}

.header-info:hover .icon-btn {
    color: #C62828;
}

.header-info {
    display: none;
}

.media-body {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.media-body a {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

.media-body a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #C62828;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.header-info:hover a {
    color: #C62828;
}

.header-info:hover a::after {
    transform: translateX(-50%) scaleX(1);
}

.slider-section {
    position: relative;
    width: 100%;
    height: calc(-70px + 100vh);
    align-items: center;
    display: flex;
    z-index: 3;
    flex-direction: column;
    min-height: 400px;
    max-height: 600px;
    justify-content: flex-start;
}

.slider-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    z-index: 3;
}

.slider-section > picture {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.slider-section > picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
}

.slider {
    display: flex;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1280px;
    z-index: 3;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slider-text {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.slider-text .subtitle {
    filter: drop-shadow(1px 1px 5px #000);
}

.slider-text h1 {
    margin: 0px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    z-index: 3;
    font-size: 32px;
    filter: drop-shadow(1px 1px 5px #000);
    filter: drop-shadow(1px 1px 2px #000);
}

.slider-text p a {
    color: #C62828;
    filter: drop-shadow(#000000 1px 1px 5px);
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

.slider-text p a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.slider-text p:hover a {
    color: #ffffff;
}

.slider-text p a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.slider-text p {
    margin: 20px 0px;
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    filter: drop-shadow(1px 1px 5px #000);
}

.headers-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.headers-buttons > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.headers-buttons .button:hover .circle {
    transform: translate(-50%, -50%) scale(3.4);
}

.headers-buttons .booking-btn:hover .circle {
    transform: translate(-50%, -50%) scale(3.9);
}

.button {
    position: relative;
    padding: 12px 18px;
    background: #C62828;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.4s;
    border: none;
    cursor: pointer;
}

.button .arrow {
    display: inline-block;
    transition: 0.4s;
    padding-left: 2px;
    position: relative;
}

.button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background: #C62828;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}

.button:hover {
    color: #ffffff;
    background: #C6282800;
    border-color: #ffffff00;
}

.button:hover .circle {
    transform: translate(-50%, -50%) scale(3);
}

.button:hover .arrow {
    transform: translateX(3px);
}

.booking-btn {
    margin-top: 12px;
}

.booking-btn:hover .circle {
    transform: translate(-50%, -50%) scale(3.5);
}

.scroll-down {
    position: absolute;
    margin: 20px;
    z-index: 5;
    right: calc(0% - 20px);
    bottom: 10px;
}

.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(#000000 2px 4px 6px) drop-shadow(#000000 2px 4px 6px) drop-shadow(#000000 2px 4px 6px);
}

@-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;
    }
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.badges-section {
    display: flex;
    justify-content: center;
    padding: 70px 0px 0px;
}

.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 35px;
    max-width: 1200px;
    width: 100%;
    align-items: stretch;
}

.badge-holder {
    background: linear-gradient(135deg, #C62828 0%, #b5000f 100%);
    padding: 6px;
    width: 230px;
    height: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.badge-holder:hover {
    background: linear-gradient(135deg, #1F2A33  0%, #000000 100%);
}

.badge-holder > div {
    background: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.badge-holder::before {
    content: "";
    position: absolute;
    top: -55px;
    width: 100px;
    height: 110px;
    background: #C62828;
    border-radius: 50%;
    z-index: 1;
    transition: 0.5s;
}

.badge-holder:hover::before {
    width: 150%;
    height: 150%;
    background: #1F2A33 ;
}

.badge-holder > div::before, .badge-holder > div::after {
    content: "";
    position: absolute;
    top: 55px;
    width: 8px;
    height: 90px;
    pointer-events: none;
    background: #C62828;
    transition: 0.3s;
}

.badge-holder:hover > div::before, .badge-holder:hover > div::after {
    background: #1F2A33 ;
}

.badge-holder > div::before {
    left: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.badge-holder > div::after {
    right: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.badge-icon {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 0;
    transition: 0.5s;
}

.badge-title {
    font-weight: 700;
    color: #C62828;
    font-size: 20px;
    text-align: center;
    margin: 65px 15px 0px;
    min-height: 50px;
    line-height: 1.1;
    align-content: flex-end;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    transition: 0.4s;
    border-bottom: 1px solid #646464;
    padding-bottom: 5px;
}

.badge-content {
    color: #646464;
    font-size: 18px;
    margin: 5px 10px 0px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    min-height: 40px;
    display: flex;
    z-index: 1;
    text-transform: capitalize;
    transition: 0.4s;
    align-items: flex-start;
}

.badge-holder:hover .badge-title {
    color: #ffffff;
}

.badge-holder:hover .badge-content {
    color: #bdbdbd;
}

.badge-holder:hover > div::before {
    left: 0px;
    opacity: 0;
}

.badge-holder:hover > div::after {
    right: 0px;
    opacity: 0;
}

#about {
    padding: 70px 10px;
}

.area-served {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
    padding: 0 0 0 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.area-served li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.area-served li img {
    width: 15px;
    height: auto;
    margin-right: 4px;
    filter: invert(23%) sepia(90%) saturate(5364%) hue-rotate(353deg) brightness(84%) contrast(82%);
}

.area-served li:hover img {
    filter: none;
}

ul.checklist {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0px 20px;
}

.checklist li {
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    padding: 23px;
    display: flex;
    align-items: center;
    width: 45%;
    color: #1F2A33 ;
    transition: 0.4s;
}

.checklist li:hover {
    background: #1F2A33 ;
    color: #ffffff;
}

.checklist li img {
    width: 25px;
    height: auto;
    margin-right: 4px;
    transition: 0.4s;
}

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

.about-main-content {
    padding: 70px 0px 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.about-main-content p {
    margin: 0px 10px 15px;
}

p.subtitle {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 5px !important;
    filter: brightness(0);
}

.subtitle img {
    width: 35px;
    height: auto;
    margin-right: 8px;
}

img.about-image {
    width: 75vw;
    height: 79vw;
    max-height: 500px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-bottom: 15px solid #eff3fa;
    border-left: 15px solid #eff3fa;
    transition: 0.4s;
}

img.about-image:hover {
    border-bottom: 7px solid #C62828;
    border-left: 7px solid #C62828;
}

img.about-image-2 {
    object-fit: cover;
    width: 245px;
    height: 265px;
    position: relative;
    align-self: flex-end;
    z-index: 2;
    border-top: 10px solid #eff3fa;
    border-left: 10px solid #eff3fa;
    margin-top: 15px;
    transition: 0.4s;
}

img.about-image-2:hover {
    border-top: 5px solid #C62828;
    border-left: 5px solid #C62828;
}

.about-img {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about .button {
    padding: 12px 32px;
}

.features-section {
    width: 90%;
    max-width: 1280px;
    padding: 70px 0px 0;
}

.features img {
    max-width: 100%;
    height: 100%;
    width: 600px;
}

.features-img {
    width: 320px;
    height: 300px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

img.features-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
}

.features-section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    gap: 30px;
}

.features-section ul li {
    text-align: justify;
    padding: 30px 15px;
    position: relative;
    background: #F1F4FA;
    max-height: 100%;
    color: #1b1f29;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.4s;
}

.features-section ul li:hover {
    background: #1F2A33;
    color: #ffffff;
    transform: translateY(-10px);
}

.features-section ul li strong {
    margin: 15px 0px;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}

.features-section ul li p {
    margin: 0px;
    color: #646464;
    transition: 0.4s;
}

.features-section ul li:hover p {
    color: #bdbdbd;
}

.features-content ul li img {
    width: 70%;
    height: auto;
    object-fit: contain;
    filter: invert(23%) sepia(90%) saturate(5364%) hue-rotate(353deg) brightness(84%) contrast(82%);
}

.features-content .img-holder {
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.features-content h2 span {
    color: #ffffff;
}

.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px 0 0;
}

.services-section a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}


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

.srvBlockTitle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.srvBlockTitle h2 {
    position: relative;
    margin: 0px 0px 10px;
}

.srvBlock {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
    height: 100%;
    align-items: stretch;
}

.srvElement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    position: relative;
    margin: 15px 15px 0px;
    align-items: center;
    transition: 0.5s;
    overflow: hidden;
}

.srvElement:hover {
    filter: drop-shadow(#000000 1px 1px 5px);
}

.srvElementHeader h2 {
    text-align: center;
    font-family: Heebo, sans-serif;
    line-height: 1.2;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 600;
    color: #C62828;
    z-index: 1;
    position: relative;
    transition: 0.4s;
}

.srvElementImg {
    width: 100%;
    height: 100%;
    max-width: 350px;
    max-height: 233px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    transition: 0.6s;
    background: #C62828;
    padding: 10px;
}

.srvElement:hover .srvElementImg {
    background: #eff3fa;
    padding: 0px;
}

.srvElementImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: #00000066 6px 6px 8px;
    transition: 0.5s;
}

.srvElement:hover .srvElementImg img {
    box-shadow: none;
}

.srvElementContent p {
    margin: 0px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
}

.srvElementBody {
    position: relative;
    width: 100%;
    height: 100%;
    color: #C62828;
    background: #C62828;
    text-align: right;
    padding: 0px 20px 20px;
    z-index: 1;
    overflow: hidden;
}

.srvElementBody::before {
    content: "";
    background: #ffffff;
    width: calc(100% - 15px);
    height: calc(100% - 38px);
    box-shadow: #00000066 6px 6px 8px;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: -1;
}

.srv-icon {
    color: #C62828;
    background: #C62828;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0px auto 0px;
    position: relative;
    transition: 0.5s;
}

.srvElementBody::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 140px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 0;
    transition: 0.5s;
}
.srvElement:hover .srvElementBody::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    opacity: 1;
    background: #eff3fa;
}

.srv-icon img {
    width: 55px;
    height: auto;
    position: relative;
    top: 8px;
    transition: 0.5s;
    z-index: 5;
}

.srvElement:hover .srv-icon img {
    top: 20px;
    width: 70px;
}

div#contact-form {
    background: #eff3fa;
    width: 100%;
    padding: 70px 0px;
    display: flex;
    justify-content: center;
}

.contact-form-content {
    display: flex;
    width: 90%;
    position: relative;
    height: 100%;
    place-content: center;
    flex-flow: column wrap;
    align-items: center;
}

.contact-form-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    background: #ffffff;
    padding: 24px;
    border-radius: 0.25rem;
    box-shadow: #00000013 0px 0.125rem 0.25rem;
}

.email-form > div > p {
    width: 59%;
    font-size: 20px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 500;
}

.email-form > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 43%;
    align-self: flex-end;
    position: relative;
}

.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: #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-shadow: #000000 0px 0px 5px;
    font-weight: 500;
}

.contact-form .form-row {
    margin-bottom: 35px;
    width: 100%;
    position: relative;
}

.contact-form .form-row.submit-btn {
    width: auto;
    margin: 0px;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    height: 56px;
    padding: 20px 10px 10px;
    border: 1px solid #00000000;
    color: #111;
    background-color: #eff3fa;
    border-radius: 0px;
    font-size: 16px;
    width: 100%;
    transition: 0.4s;
}

.contact-form input:focus, .contact-form input:not(:placeholder-shown), .contact-form textarea:focus, .contact-form textarea:not(:placeholder-shown) {
    outline: 0px;
    box-shadow: none;
    border-color: #e0e0e0;
    background-color: #eff3fa;
}

.contact-form textarea {
    resize: none;
}

.contact-form .form-row label {
    color: #646464;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.contact-form .form-row label img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    filter: invert(0.7);
}

.contact-form .form-row-textarea label {
    top: 18%;
}

.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: -5px;
    color: #646464;
    padding: 2px 5px;
    background: #eff3fa;
    font-size: 14px;
    box-shadow: #00000082 0px 0px 5px 0px, #00000082 0px 0px 5px 0px;
    border: 1px solid #ffffff69;
    width: fit-content;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
}

.contact-form textarea {
    height: 136px;
}

#contact-form .button {
    padding: 14px 43px;
}

/*--------------------------------------------------
    * Gallery
--------------------------------------------------*/
.gallery-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px 0 0;
}

.gallery-content {
    width: 90%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gallery-swipers-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.GallerySwiper2 {
    width: 100%;
    max-height: 300px;
}

.GallerySwiper {
    width: 100%;
    max-height: 570px;
    box-sizing: border-box;
    padding: 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: 100%;
    height: 100%;
    opacity: 0.4;
}

.GallerySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.GallerySwiper .swiper-slide img, .GallerySwiper2 .swiper-slide img {
    display: block;
    object-fit: cover;
    cursor: pointer;
}

.GallerySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    border: 8px solid #eff3fa;
}

.GallerySwiper .swiper-slide img {
    width: 100%;
    height: 15vw;
    max-width: 240px;
    max-height: 140px;
    border: 6px solid #eff3fa;
}

.gallery-swiper-arrows {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
}

div.gallery-swiper-button-next, div.gallery-swiper-button-prev {
    color: #ffffff;
    background: #C62828;
    font-size: 30px;
    padding: 0px 5px;
    margin: 10px 15px 15px;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transition: 0.4s;
    transform: rotate(270deg);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.gallery-swiper-button-next:hover, div.gallery-swiper-button-prev:hover {
    color: #ffffff;
    background: #1F2A33 ;
}

.gallery-section .swiper-button-prev::after, .gallery-section .swiper-button-next::after {
    display: none;
}

.testimonials-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 70px 0;
}

.testimonials-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    z-index: 3;
}

.testi-content.swiper-wrapper {
    align-items: center;
}

#testimonials {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    max-width: 640px;
}

.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial h2 {
    text-align: left;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
    width: 100%;
    align-self: flex-start;
}

div.testimonials-image {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    flex-direction: column;
    justify-content: center;
}

.review-rating {
    color: #C62828;
    font-size: 27px;
}

.testimonial .image {
    width: 150px;
    height: 150px;
    position: relative;
    object-fit: cover;
    z-index: 2;
    border-radius: 50%;
}

.review-quotes {
    font-size: 80px;
    color: #bdbdbd;
}

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

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

.testimonial-content {
    padding: 40px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.testimonial-content::before {
    content: "";
    height: 4px;
    width: 64%;
    background-color: #C62828;
    position: absolute;
    bottom: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    right: 18%;
}

.testimonial-content > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.slide p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    margin: 0px;
    position: relative;
    padding: 0px;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.details .name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1F2A33 ;
}

.slide .details img {
    width: 120px;
}

.testimonials-swiper-navigation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.testimonial .swiper-button-next {
    margin-left: 5px;
}

.testimonial .swiper-button-prev {
    margin-right: 5px;
}

.testimonial .swiper-button-prev, .testimonial .swiper-button-next {
    border: 1px solid #C62828;
    background: #C62828;
    border-radius: 0px;
    padding: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 38px;
}

.testimonial .swiper-button-prev:hover, .testimonial .swiper-button-next:hover {
    background: #1F2A33 ;
    border: 1px solid #1F2A33 ;
}

.testimonial .swiper-button-prev::after, .testimonial .swiper-button-next::after {
    color: #ffffff;
    font-size: 30px !important;
}

.testimonial .nav-btn {
    transition: 0.4s;
}

.testimonial .nav-btn::after, .nav-btn::before {
    position: relative;
    font-size: 20px !important;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    flex-direction: column;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #1F2A33;
    z-index: 2;
    padding: 70px 0;
}

.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
}

.contact-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-content > div img {
    width: 80%;
}

.contact-content span {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-content span::after {
    content: "";
    height: 2px;
    width: 80px;
    background-color: transparent;
    background-image: linear-gradient(to right, #C62828, transparent);
    display: flex;
    position: relative;
    margin-top: 10px;
}

.contact-content p {
    color: #bdbdbd;
    text-shadow: none;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 50px;
}

.contact-content p a {
    color: #fff;
    position: relative;
    transition: color 0.2s ease;
}

.contact-content p a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #C62828;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.contact-content p a:hover {
    color: #C62828;
}

.contact-content p a:hover::after {
    transform: translateX(-50%) scaleX(1);
}


.footer-menu {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-flow: column wrap;
    margin: 10px 0 0;
}

.footer-menu li {
    margin: 5px;
}

.footer-menu li a {
    color: #bdbdbd;
    font-size: 18px;
    transition: 0.4s;
}

.footer-menu li a:hover {
    color: #C62828;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2A33 ;
    width: 100%;
    position: relative;
    flex-direction: column;
    border-top: 1px solid #2a2f3c;
    padding: 15px 0px;
}

.footer-content p {
    color: #ffffff;
    text-align: center;
}

#callnowbutton {
    display: none;
}

footer .booking-btn {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 15px;
    border-width: 2px 2px 2px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    margin: 0px;
}

footer .booking-btn .circle {
    transform-origin: right center;
}

footer .booking-btn:hover .circle {
    transform: translate(75%, -50%) scale(4);
}

@media (min-width: 600px) {
    nav .menu-section {
        max-width: 307px;
    }

    nav .menu-section.active .booking-btn {
        margin-top: 12px;
        margin-left: 0px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .headers-buttons > div {
        flex-direction: row;
    }

    .booking-btn {
        margin-top: 0px;
        margin-left: 20px;
    }

    img.about-image-2 {
        margin-top: -200px;
    }
    
    .area-served li {
        width: 50%;
    }
    
    .features-section ul li {
        width: 48%;
    }

    .GallerySwiper2 {
        max-width: 600px;
        max-height: 400px;
        margin: 0px !important;
    }

    .testimonial-content > div {
        flex-direction: row;
        align-items: flex-start;
    }

    div.testimonials-image {
        margin-right: 20px;
    }

    .testimonial-content::before {
        right: -1px;
        border-top-right-radius: 0px;
    }
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: rgb(129, 215, 66);
        color: #ffffff;
        text-decoration: none;
        border: none;
        transition: 0.4s;
        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;
    }

    .top-navigation {
        display: flex;
        padding: 25px 0px;
        background: #C62828;
        width: 100%;
        position: relative;
    }

    nav {
        align-items: center;
        justify-content: space-between;
    }

    nav::before {
        width: 30%;
    }

    nav .menu-section {
        flex-flow: column-reverse wrap;
        justify-content: center;
        left: 0px;
        position: relative;
        align-items: center;
        padding: 0px;
        margin: 0px;
        background: #00000000;
        transform: none;
        top: 0px;
        height: auto;
        z-index: 3;
        width: 70%;
        opacity: 1;
        max-width: none;
        border: none;
    }

    nav .menu {
        height: auto;
        flex-direction: row;
        margin: 0px;
        width: 100%;
        padding: 10px 0px 0px;
        border-top: 1px solid #e0e0e0;
        justify-content: flex-start;
    }

    nav .menu li {
        padding: 0px;
        width: auto;
        font-size: 18px;
        margin: 10px 18px;
    }

    nav .menu li a::before {
        display: none;
    }

    .header-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 10px;
    }

    .brand {
        width: 30%;
    }

    .brand span {
        font-size: 25px;
    }

    .navigation-buttons {
        width: auto;
    }

    .navigation-links {
        position: relative;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 15px;
        width: 100%;
    }

    #quit.show {
        display: none;
    }

    .mobile-logo {
        display: none;
    }
    
    .booking-btn {
        margin-left: 20px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    .slider-section {
        height: calc(-77px + 100vh);
    }

    .slider-text {
        align-items: flex-start;
    }

    .slider-text h1 {
        text-align: left;
        font-size: 35px;
    }

    .slider-text p {
        text-align: left;
    }

    .badge-holder:hover .badge-icon img {
        top: 7px;
    }

    #about {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1280px;
        padding: 70px 0px 0;
    }

    .about-content {
        width: 50%;
    }

    .about-img {
        width: 50%;
    }

    img.about-image {
        max-width: 450px;
    }

    .about-main-content {
        padding: 0px 20px;
        align-items: flex-start;
    }

    .about-main-content p {
        margin: 0px 0px 15px;
    }
    
    .about-main-content h2 {
        text-align: left;
    }

    .area-served {
        padding: 0;
    }

    ul.checklist {
        justify-content: flex-start;
    }

    
    .features-section ul li {
        width: 300px;
    }

    .email-form {
        padding: 3rem;
    }

    .contact-form-content {
        width: 50%;
    }

    .services-section::before {
        margin-top: -45px;
    }

    .srvBlockTitle h2 {
        margin: 0px 0px -15px;
    }

    .srvElement {
        margin: 40px 15px 0px;
    }

    .srvElementHeader h2 {
        width: 100%;
    }

    .gallery-swipers-holder {
        flex-direction: row;
    }

    .gallery-swiper-arrows {
        flex-direction: column;
    }

    .GallerySwiper {
        width: 21%;
        margin: 0px !important;
    }

    .GallerySwiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    div.gallery-swiper-button-next, div.gallery-swiper-button-prev {
        margin: 20px;
        transform: rotate(0deg);
    }

    .testimonials-section > div {
        flex-direction: column;
        justify-content: center;
    }

    .testimonials-images {
        width: 49%;
        margin: 0px;
    }

    .testimonials-images img {
        height: 100%;
    }

    .contact-content {
        flex-direction: row;
        justify-content: center;
    }

    .contact-content p {
        text-align: left;
        border-right: 1px solid #2a2f3c;
        padding-right: 30px;
        margin: 15px 30px 0 0;
    }

    .footer-menu {
        flex-direction: row;
    }

    .footer-menu li {
        width: 47%;
    }

    .contact-content > div {
        align-items: flex-start;
        width: 50%;
    }
    
    .contact-content span {
        align-items: flex-start;
    }
}