@font-face {
    font-family: acumin-pro, sans-serif;
    src: url('https://use.typekit.net/dzx3lmm.css');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Advent Pro';
    src: url(assets/Font/AdventPro-Bold.ttf);
}

@font-face {
    font-family: OpenSans;
    src: url(assets/Font/OpenSans-Regular.ttf);
}

:root {
    --color-green: #6fcf97;
    --color-purple: #b74df1;
    --color-purple-highlight: #802cad;
    --color-purple-dark: #6e41d3;
    --color-blue: #2aa6ed;
    --color-blue-highlight: #0c82c5;
    --color-dark-gray: #333333;
    --color-gray-bg: #f4f7fc;
    --color-black: #000000;
    --color-white: #fff;
    --font-main: acumin-pro;
    --font-secondary: 'Advent Pro';
    --font-body: OpenSans;
}

.text-small {
    font-size: 14px;
}

.text-normal {
    font-size: 16px;
}

* {
    font-family: var(--font-main);
}

html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
}

body {
    height: 100%;
    background-color: var(--color-gray-bg);
}

button {
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.pointer {
    cursor: pointer;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-black);
    padding: 10px !important;
    z-index: 3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35)
}

/* HEADER */

.custom-pad {
    padding: 35px 10% !important;
    margin: 0 !important;
}

.b__header {
    background-image: url('./assets/Header\ Image\ black\ overlay.jpg');
    background-position: center;
    background-size: cover;
    height: 80vh;
    color: var(--color-white) !important;
}

.b__nav-mobile {
    height: max-content;
    display: flex;
}

.b__nav-desktop {
    display: none;
    height: max-content;
    align-items: center;
    transition: 0.2s;
}

#menu {
    background-color: var(--color-green);
    position: fixed;
    top: 0;
    left: 2.5rem;
    height: 100vh;
    padding: 2.5rem;
    z-index: 4;
    display: none;
}

.menu__item {
    font-size: 20px;
}

.menu__subitem {
    font-size: 16px;
    font-weight: bold;
}

.menu__item img {
    margin-right: 2rem;
    height: 2rem;
}

@media only screen and (min-width: 768px) {
    .b__nav-mobile {
        display: none;
    }
    .b__nav-desktop {
        display: flex;
    }
    #menu {
        display: none;
    }
}

@media only screen and (min-width: 994px) {
    .message-container {
        margin-top: 7rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .color-card {
        max-height: max-content !important;
        margin-bottom: 4rem !important;
    }
}

@media only screen and (max-width: 495px) {
    .text-small {
        font-size: 12px !important;
    }
    .text-normal {
        font-size: 14px !important;
    }
}


@media only screen and (min-width: 1285px) {
    .main-circle {
        display: block;
    }
    .grid-cards {
        display: none;
    }
    .b__services {
        padding-bottom: 15rem !important
    }
    .service-row {
        width: 30rem;
        text-align: left !important;
    }
}

@media only screen and (max-width: 1284px) {
    .main-circle {
        display: none;
    }
    .service-row {
        width: auto;
        text-align: center !important;
    }
}

.b__nav-mobile .menu-button {
    background-color: var(--color-green);
    padding: 8px;
    border-radius: 6px;
}

.b__nav-mobile .home-button {
    background-color: transparent;
    color: var(--color-white);
}

.b__nav-mobile .home-button img {
    width: 11rem;
}

.b__center {
    justify-content: center;
    align-content: center;
    height: max-content;
}

.b__center .large-text {
    font-size: 33px;
    letter-spacing: 0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1;
    font-weight: bold;
}

.b__center .service-button {
    background-color: var(--color-green);
    color: var(--color-white);
    border-radius: 29px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 13px;
    font-size: 20px;
}

/* BODY */

.b__about {
    background-color: var(--color-gray-bg);
}

.service-sub {
    font-size: 14px;
    line-height: 22px;
    font-family: var(--font-body) !important;
}

.service-title {
    font-family: var(--font-secondary) !important;
}

.b__about h1 {
    display: inline-block;
    color: var(--color-dark-gray);
    font-size: 32px;
    font-family: var(--font-secondary) !important
}

.b__about img {
    height: 2rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: -15px;
}

.b__services {
    background-color: var(--color-dark-gray);
    color: var(--color-white);
}

.color-card {
    border-radius: 3px;
    padding: 8px 5px;
    margin: 5%;
    width: 456px;
    max-height: 17rem;
    /* height: 146px; */
}

.service-text {
    width: auto;
    min-height: 8rem;
    font-family: var(--font-body) !important;
    z-index: 2;
    position: relative;
    padding: 5px;
}

.color-card-extra {
    position: relative;
    bottom: -1.5rem;
    z-index: 1;
    padding: 0 1.5rem;
}

.color-card-extra .extra {
    border-radius: 3px;
}

.faq {
    color: var(--color-white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

details {
    padding: 1rem;
    border: 1px solid #f2f2f2;
}

details img {
    height: 12px;
    margin-top: -3px;
    margin-left: 40px;
}

details summary::-webkit-details-marker {
    background: url(/assets/Design/icons/Next.svg) center no-repeat !important;
    color: transparent !important;
    float: right;
}

details:focus {
    outline: none;
}

summary:focus {
    outline: none;
}

details[open] summary::-webkit-details-marker {
    background: url(/assets/Design/icons/Next.svg) center no-repeat !important;
    color: transparent !important;
    transform: rotate(180deg);
    float: right;
}

summary {
    list-style-image: url(/assets/Design/icons/Next.svg);
}

summary::marker {
    float: right;
}

.b__contact {
    background-color: var(--color-dark-gray);
    color: var(--color-white);
}

input, textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid var(--color-gray-bg);
    margin-bottom: 1.5rem;
    color: var(--color-gray-bg);
    outline: none;
    padding: 10px 0;
}

.submit-button {
    border-radius: 29px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--color-green);
    color: var(--color-white);
    width: 50%;
    padding: 5px;
    max-width: 15rem;
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-button-img {
    height: 1.2rem;
    width: 1.2rem;
    margin-left: 5px;
}

.error {
    color: coral; 
}
.success {
    color: darkgreen;
}
.error, .success {
    font-weight: bold;
    font-family: var(--font-secondary);
    text-decoration: underline;
    text-transform: uppercase;
}

/* FOOTER */

.b__footer {
    background-color: var(--color-black);
    color: var(--color-white);
}

.b__footer .logo {
    width: 8rem;
}

.b__footer .scroll {
    width: 2rem;
}

.half-circle-container {
    width: max-content;
    margin: auto;
    margin-top: auto;
    margin-top: -30px;
    border-radius: 50%;
    padding: 5px;
}

.half-circle-container img {
    padding: 10px;
    border-radius: 50%;
}

.main-circle {
    position: relative;
    border: solid 3px #e0e0e0;
    border-radius: 50%;
    width: 371px;
    height: 371px;
    margin-top: -5rem;
}

.circle {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 50%;
}

.circle:nth-child(1) {
    transform: translate(-42.5rem, -7rem);
}

.circle:nth-child(1) .anchor-container {
    right: -3.5rem;
    top: 6rem;
}

.circle:nth-child(2) {
    transform: translate(12.5rem, -3rem);
}

.circle:nth-child(2) .anchor-container {
    left: -0.5rem;
    top: 4rem;
}

.circle:nth-child(3) {
    transform: translate(-30rem, 7rem);
}

.circle:nth-child(3) .anchor-container {
    right: -3.5rem;
    top: 4.5rem;
}

.circle:nth-child(4) {
    transform: translate(1rem, -18rem);
}

.circle:nth-child(4) .anchor-container {
    left: -0.5rem;
    top: 5rem;
}

.anchor-container {
    width: max-content;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
}

.anchor-container .anchor {
    padding: 15px;
    border-radius: 50%;
}