.jumbotron {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 855px;
    position: relative;
    z-index: 1;
    color: white;
}

.jumbotron::before {
    content: "";
    position:absolute;
    inset: 0;
    z-index: -1;
    background-image: url("Assets/Waves.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(76%)
}

.jumbotron-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 700px;
    height: 60%;
    filter: drop-shadow(0px 0px 10px hsla(0, 0%, 0%, 0.8))
}

.jumbotron p {
    font-size: 23px;
}

.below-video {
    background-image: url("Assets/Beach-Background.jpg");
    background-size: cover;
    background-position: top center;
    height: 100%;
}

#about {
    scroll-margin-top: var(--sticky-header-height);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
    margin: auto;
}

.icon-cards {
    display: flex;
    justify-content: center;
    gap: 150px;
}

.icon-cards figure {
    width: 100px;
    font-size: 15px;
    font-weight: 700;
}

.icon-cards figure svg {
    width: 68px;
    color: var(--primary-color);
}

.about-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    margin: 50px  auto;
}

.profile-icon img {
    border-radius: 50%;
    width: 175px;
    height: 175px;
    object-fit: cover;
    margin: 10px 0;
}

.profile-icon-psychology {
    color: var(--grayed-text-color)
}

.why-choose-us.block {
    margin-top: 0;
    margin-bottom: 10px;
    width: 75%;
}

.why-choose-us ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.why-choose-us ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 40%;
    min-width: 300px;
    text-align: center;
}

#services {
    scroll-margin-top: var(--sticky-header-height);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    background-color: var(--primary-color);
    color: white;
}

#services > * {
    margin: 25px;
}

#services h4 {
    font-family: var(--body-font);
    color: hsla(0, 0%, 100%, 0.7);
    margin-bottom: 15px;
}

.services-horizontal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.services-horizontal li {
    list-style-type: none;
    padding: 5px 20px;
    background-color: hsla(0, 0%, 100%, 0.1);
}

.services-vertical-lists {
    display: flex;
    justify-content: center;
    gap: 100px;
    text-align: left;
}

.services-vertical-lists ul {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    gap: 10px;
}

.services-vertical-lists li {
    list-style-type: none;
}

.action-buttons {
    padding: 100px;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 419px;
    color: white;
    background-color: hsl(206, 9%, 30%);
}

.footer-business-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    height: 164px;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5px;
}

.footer-contact-info h4 {
    font-family: var(--body-font);
}

.footer-contact-info ul {
    padding: 0;
    margin: 0;
}

.footer-contact-info li, .footer-contact-info p {
    font-size: 14px;
}

.footer-contact-info li {
    display: inline-block;
}

.footer-contact-info li + li::before {
  content: " | ";
  color: white;;
  margin: 0 0.5em;
  font-size: 1em;
}

.footer-contact-info a {
    color: white;
}

.no-suprises-act {
    width: 230px;
}

.no-suprises-act p {
    font-family: var(--body-font);
    font-size: 12px;
}

.no-suprises-act h6 {
    font-family: var(--body-font);
    text-decoration: underline;
    margin-bottom: 2px;
}

footer nav ul {
    display: flex;
    list-style-type: none;
    padding: 0%;
    font-size: 13px;
}

footer nav li + li::before {
  content: "•";
  color: white;
  font-size: 0.5em;
  margin: 0 1em;
  vertical-align: middle;
}

footer nav a {
    color: white;
}

.footer-warning {
    font-size: 12px;
    color: var(--grayed-text-color);
}

.scaling-1 {
    width: 700px;
}

.button {
    font-family: var(--body-font);
    font-weight: 700;
    border: none;
    text-decoration: none;
}

.button a:visited {
    text-decoration: none;
}

.button a {
    vertical-align: middle;
}

.button:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 10px hsla(0, 0%, 0%, 0.5));
}

.small-button {
    padding: 10px 20px;
    font-size: 14px;
}

.medium-button {
    width: 300px;
    height: 52px;
    line-height: 52px;
    padding: 10px 20px;
    font-size: 17px;
}

.button-1 {
    color: var(--primary-color);
    background-color: white;
}

.button-2 {
    color: white;
    background-color: var(--primary-color);
}

.button-3 {
    color: white;
    background-color: var(--secondary-color);
}

@media (max-width: 1100px) {
    .top-header .top-header-buttons {
        display: none;
    }
}

@media (max-width: 1000px) {
    .jumbotron {
        height: 465px;
    }
    
    .h-type-1 {
        font-size: 36px;
    }

    .services-horizontal {
        margin: 25px;
    }

    .services-vertical-lists {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 50px;
    }

    .footer-business-info {
        align-self: flex-start;
        margin-left: 50px;
    }

    .footer-warning {
        width: 700px;
    }

}

@media (max-width: 768px) {
    .top-header ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .jumbotron {
        height: 550px;
    }

    .jumbotron-content {
        height: 90%;
        width: 90%;
    }

    .two-buttons-group {
        flex-wrap: wrap;
    }

    #about {
        width: 90%;
    }

    footer {
        height: 100%;
    }

    .footer-business-info {
        margin-top: 50px;
    }

    footer nav {
        align-self: flex-start;
        margin-left: 50px;
        margin-top: 50px;
    }

    footer nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    footer nav li + li::before {
        content: "";
        margin: 0;
    }

    .footer-warning {
        text-align: left;
        width: unset;
        margin: 50px;
    }
}

@media (max-width: 564px) {
    .jumbotron {
        height: 626px;
    }
}

@media (max-width: 452px) {
    .jumbotron {
        height: 703px;
    }

    .icon-cards {
        display: flex;
        justify-content: center;
        gap: min(100px, 40%);
    }

    .action-buttons {
        padding: 10%;
    }

    .why-choose-us ul li {
        max-width: 90%;
        min-width: unset;
    }
}

@media (max-width: 417px) {
    .jumbotron {
        height: 738px;
    }
}

@media (max-width: 404px) {
    .jumbotron {
        height: 781px;
    }
}

@media (max-width: 350px) {
    .jumbotron {
        height: 816px;
    }
}

@media (max-width: 317px) {
    .jumbotron {
        height: 850px;
    }
}