@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

body {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    margin: 0;
    background-color: rgb(246, 244, 237);
}

section {
    margin: 32px 0%;
}

/* Divider utility classes */
.divider-full {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 20px 0;
}

.divider {
    width: 80%;
    height: 2px;
    margin: auto;
    background-color: #000;
    margin: 20px auto;
}

/* display utility */
.hidden {
    display: none !important;
}

.no-margin {
    margin: 0px 0px;
}

/* flex utility classes */
.flex-reverse {
    flex-direction: row-reverse !important;
}


div,
p,
h1,
h2,
h3 {
    font-family: "korolev", sans-serif;
}

body::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

header {
    position: sticky;
    top: 0;
    background-color: rgba(17, 17, 17, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 75px;
    padding-top: 2vh;
    padding-bottom: 2vh;
    gap: 20px;
    transition: all 0.3s;
}

.header-buttons {
    width: 100%;
    display: inherit;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: inherit;
}

.header-book {
    width: inherit;
    display: inherit;
    justify-content: center;
    align-items: center;

    transition: inherit;
}

#book-now-button {
    border: none;
    background-color: black;
    color: white;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 10px 15px;
    width: auto;
    text-wrap: nowrap;
    align-self: center;
    transition: inherit;
}

.hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px;
}

.header-title {
    font-family: "korolev", sans-serif;
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

.hero-top {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 300px;
}

.hero-left {
    text-align: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 8px 18px;
    line-height: 1.6rem;
    text-wrap: balance;
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-image {
    max-width: 80%;
    height: auto;
}

.hero-bottom {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 35px;
}

.why-us-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 100%;
}

.why-us-item {
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 100%;
}

/* Effectivity utility classes */
.green {
    color: rgb(0, 171, 0);
}

.red {
    color: red;
}

.book-call-to-action {
    background-color: #5c90ff;
    min-height: 100px;
    margin-bottom: 70px;
    margin-top: 70px;
    color: white;

    padding: 20px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.book-cta-title {
    font-size: 1.75rem;
    width: 90%;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
    text-align: center;
}

.book-cta-button {}

.effectivity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 35px 0%;
}


.effectivity-title {
    font-size: 1.75rem;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.9rem;
    margin: 0% 4px;
}

.effectivity-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 90%;
    margin: 35px auto;
}

.effectivity-item {
    display: flex;
    flex-direction: row;
    align-items: center;

    width: 100%;
}

.effectivity-item-icon-container {
    flex: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.effectivity-item-icon-container-question {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 50%;
    font-weight: 700;
}

.effectivity-item-text {
    flex: 3;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
}

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

.usp-title {
    font-size: 1.75rem;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;

    margin: 35px 0%;
}

.usp-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.usp-item-title {
    font-size: 1.25rem;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
}

.our-work-title {
    font-size: 1.75rem;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    text-align: center;

    width: 100%;
    margin: 10px 0;
}

.our-work-subtitle {
    font-size: 1rem;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    text-align: center;

    width: 100%;
    margin: 0 auto;
}

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

.our-work-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.our-work-title-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

    gap: 5px;
}

.our-work-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
}

.our-work-item-info {
    font-size: 1rem;
    width: 90%;
}


.our-work-item-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-work-item-content img {
    width: 70%;
    height: auto;
}

.about-us-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.about-us-title {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
    margin: 15px 0;
}

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

.about-us-picture img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

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

.about-us-text-info {
    width: 90%;
}

.about-us-signature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.about-us-signature img {
    width: 80%;
}

.footer {
    background-color: #5c5c5c;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: .5rem;
    color: white;
    padding: 0 10px;
    min-height: 50px;
}

@media screen and (min-width: 426px) {
    header {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        min-height: 75px;
        gap: 20px;
        transition: all 0.3s;
        padding: 20px;
    }

    .hero-top {
        gap: 40px;
    }

    .header-title {
        flex: 1;
        text-align: center;
    }

    .header-buttons {
        flex: 1;
    }

    .hero-right {
        max-width: 600px;
        margin: 0 auto;
    }

    .hero-left {
        font-size: 2rem;
        line-height: 2rem;
    }

    .why-us-container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .why-us-item {
        max-width: 190px;
    }

    .effectivity-title {
        font-size: 2.5rem;
        font-family: "Bricolage Grotesque", sans-serif;
        text-align: center;
        font-weight: 700;
        line-height: 2.5rem;
        margin: 0% 20px;
    }

    .effectivity-item-icon-container {
        flex: 1;

        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;

    }

    .effectivity-item-icon-container-question {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid black;
        border-radius: 50%;
    }

    .effectivity-item-text {
        flex: 3;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .usp-title {
        font-size: 2.5rem;
    }

    .usp-item-title {
        font-size: 1.75rem;
    }

    .usp-item-description {
        font-size: 1.25rem;
        max-width: 550px;
    }

    .our-work-title {
        margin: 0 auto;
        font-size: 2.5rem;
    }

    .our-work-subtitle {
        font-size: 1.75rem;
    }

    .our-work-item-title {
        font-size: 1.75rem;
    }

    .our-work-item-info {
        font-size: 1.5rem;
    }


    .about-us-title {
        font-size: 2rem;
    }

    .about-us-picture img {
        width: 50%;
    }


    .about-us-text-info {
        font-size: 1.5rem;
    }

    .about-us-signature {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width:768px) {
    .hero-top {
        flex-direction: row;
        width: 80%;
        margin: 0 auto;
    }

    .hero-left {
        flex: 1;
    }

    .hero-right {
        margin: 0;
        flex: 1;
    }

    #hero-image {}

    .why-us-container {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .why-us-item {
        max-width: 400px;
    }

    .effectivity-item-icon-container-question {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid black;
        border-radius: 50%;
        font-size: 2rem;

    }

    .usp-container {
        gap: 50px;
    }

    .our-work-container {
        gap: 50px;
    }

    #solice {
        flex-direction: row;
    }

    .about-us-signature {
        width: 50%;
    }
}

@media screen and (min-width:1024px) {
    .about-us-container {
        flex-direction: row;
    }

    .about-us-picture {
        flex: 1;
    }

    .hero-left {
        font-size: 2.5rem;
    }

    .usp-container {
        flex-direction: row;
    }

    .about-us-picture img {
        margin: 0;
        max-width: 500px;
        min-width: 400px;
    }

    .about-us-text {
        flex: 1;
    }
}