@font-face {
    font-family: Lora;
    src: url(./Lora-VariableFont_wght.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(./Montserrat-VariableFont_wght.ttf);
}

body {
    font-family: Montserrat !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

.bg-image-absolute1 {
    position: absolute;
    width: 90%;
    height: 100%;
    top: -20%;
    left: -15%;
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

#header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15%;
    width: 100%;
    position: relative;
}

.top-bar {
    display: flex;
    width: 100%;
    align-items: center;
}

.top-bar .personal-logo img {
    max-height: 80px;
}

.top-bar .options {
    margin-left: 2%;
    display: flex;
    background-color: white;
    height: fit-content;
    align-items: center;
    border-radius: 5px;
    flex-grow: 1;
}

.options .option {
    padding: 10px 20px;
    cursor: pointer;
    color: #1693A5;
    font-size: 16px;
    font-weight: 200;
}

.options .option:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.top-bar button {
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: bold;
    white-space: nowrap;
    color: white;
    margin-left: 2%;
    background: linear-gradient(90deg, rgba(22, 147, 165, 1) 0%, rgba(167, 222, 230, 1) 100%);
    border: none;
}

.top-bar button:hover {
    background: linear-gradient(90deg, rgb(20, 131, 148) 0%, rgb(150, 198, 206) 100%);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    min-height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15%;
    margin-top: 2%;
}

#hero .container {
    display: flex;
    width: 100%;
    margin: 0;
    z-index: 10;
}

#hero .container .title {
    display: flex;
    flex-direction: column;
}

#hero .swipper-title {
    /* width: 100%; */
}

#hero h1 {
    font-family: Lora;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: 100;
    margin: 0;
}

/* @media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

    #hero .animated {
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
} */

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

#about-us {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 0 15%;
    margin-top: 2%;
    overflow: visible;
}

#about-us .container .col-8 {
    z-index: 1;
}

#about-us .bg-image-absolute2 {
    position: absolute;
    left: -5%;
    top: 26%;
    height: 100%;
    transform: rotate(5deg);
}

#about-us .bg-image-absolute3 {
    position: absolute;
    z-index: 2;
    left: 1%;
    top: 34%;
}

#about-us .bg-image-absolute4 {
    position: absolute;
    z-index: 2;
    left: 12%;
    top: 58%;
}

hr.mark {
    background-color: #1693A5;
    margin: 0 0 1rem 0;
    border: 0;
    opacity: 1;
    width: 50px;
}

#about-us h1 {
    font-family: Lora;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    color: #4B4B4B;
}

#about-us h2 {
    color: rgb(164, 164, 164);
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    z-index: 10;
    position: relative;
}

#about-us h3 {
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 200;
    margin: 0 0 10px 0;
}

.icons {
    padding-top: 10%;
}

.icon-block {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

#i-loyaty {
    margin: 5%
}

#i-agility {
    margin: 13px;
}

.dark-green {
    background-color: #1A898B;
}

.light-green {
    background-color: #5DB7C0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

#services {
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 0 15%;
    margin-top: 13%;
}

.service-tittle {
    height: 10vh;
}

.cards-services {
    height: 90vh;
}

#services swiper-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    height: 100%;
}

#services swiper-slide {
    background-color: rgb(248, 248, 248);
    align-items: start;
    display: block;
    min-height: 100%;
}

.cards-services .image-head img {
    max-width: 100%;
}

.cards-services .card-body {
    margin: 0 35px
}

.cards-services .card-body li {
    font-size: 15px;
    font-weight: 300;
}

.cards-services .button-contact-us {
    display: flex;
    justify-content: center;
}

.button-contact-us button {
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: linear-gradient(90deg, rgba(22, 147, 165, 1) 0%, rgba(167, 222, 230, 1) 100%);
    border: none;
    margin-bottom: 30px;
    /* position: fixed;
    bottom: 3%; */
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 0 15%;
    margin-top: 2%;
    overflow: visible;
}

/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/

#form {
    background: linear-gradient(#1692a533, #1692a533), url("../img/Rectangle\ 24.png") fixed center center;
    background-size: cover;
    position: relative;
    min-height: 80vh;
    width: 100%;
    padding: 5% 15%;
    margin-top: 2%;
    overflow: visible;
    display: flex;
    align-items: center;
}

#form .get-form {
    background-color: rgb(255, 255, 255);
    padding: 10%;
    border-radius: 18px;
}

#form .get-form input {
    width: 100%;
    border: none;
    background-color: rgb(242, 242, 242);
    height: 30px;
    border-radius: 5px;
    outline: none;
}

#form .get-form select {
    width: 100%;
    border: none;
    background-color: rgb(242, 242, 242);
    height: 30px;
    border-radius: 5px;
}

#form .get-form label {
    margin-top: 5px;
}

#form .get-form button {
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: linear-gradient(90deg, rgba(22, 147, 165, 1) 0%, rgba(167, 222, 230, 1) 100%);
    border: none;
    margin-top: 10px;
    width: 100%;
}

#form textarea#menssage {
    height: 100px;
    width: 100%;
    border: none;
    background-color: rgb(242, 242, 242);
    border-radius: 5px;
    outline: none;
}

#form .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    color: rgba(255, 255, 255, 0.844);
}

#form .get-form input.invalid,
#form .get-form select.invalid,
#form .get-form textarea.invalid {
    border: 1px solid rgb(243, 49, 49);
}

.error-message {
    display: none;
    color: rgb(243, 49, 49);
    ;
    font-size: 12px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    position: relative;
    min-height: 20vh;
    width: 100%;
    padding: 3% 30%;
    overflow: visible;
    background-color: #1A898B;
    color: white;
}

#footer h2 {
    font-family: Lora;
    font-size: 25px;
}

#footer p,
#footer li {
    font-size: 12px;
    margin: 0;
}

#footer ul {
    padding-left: 13px;
}

#footer .reservations {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
}

@media (max-width: 992px) {
    body {
        padding-top: 15vh;
    }

    .bg-image-absolute1 {
        display: none;
    }

    #hero .title h2,
    #hero .title h1 {
        color: #4B4B4B;
    }

    #header {
        background-color: rgb(227, 227, 227);
        position: fixed;
        padding: 15px 0px;
    }

    .swipper-title {
        margin-top: 30px;
    }

    #hero {
        min-height: fit-content;
    }

    #about-us {
        background-color: #1693A5;
        min-height: fit-content;
        padding: 10% 15%;
    }

    #about-us h1 {
        color: white;
    }

    #about-us h2 {
        color: rgb(212, 212, 212);
    }

    #services #services-swiper {
        height: 100%;
    }

    #services #services-swiper swiper-slide {
        text-align: center;
    }

    #form,
    #footer {
        padding: 5%;
    }

    #about-us img,
    #about-us .icons,
    .personal-logo,
    #about-us .mark,
    #header button {
        display: none;
    }
}