@font-face {
    font-family: Ulm;
    src: url(../fonts/UlmGrotesk.ttf);
}

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

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body {
    font-size: 18px;
    background-color: #F2F5FE;
    font-family: 'Montserrat', sans-serif;
}

body, p {
    line-height: 160%;

}
a {
    text-decoration: underline;
}

.header_btn a {
    text-decoration: none !important;
    color: white;
}

h1 {
    font-family: Ulm;
    font-size: 40px;
    line-height: 48px;
    color: white;

}

h2 {
    font-size: 32px;
    font-family: Ulm;
    margin-bottom: 18px;
    color: #0F3656;
}

h3 {
    font-size: 24px;
    font-family: Ulm;
    margin-bottom: 24px;
}

header {
    background-color: #0F3656;
    padding: 16px 0px;
    color: white;
    padding-bottom: 120px;
}

header .content {
    color: rgb(230, 230, 230);
}

nav {
    position: fixed;
    width: 100%;
    padding: 16px 32px;
    background-color: #0F3656;
    top: 0;
    z-index: 1;

}

.header__content {
    padding: 0px 32px;
}

.nav__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

nav .logo {
    height: 40px;
    width: 100px;
}

.header_btn {
    border: 2px solid #EF7C7F;
    border-radius: 5px;
    color: #EF7C7F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: auto;
}

.btn_seconday {
    cursor: pointer;
    transition: 0.4s;
}

.btn_seconday:hover {
    background-color: #EF7C7F;
    color: white;
}

.header_btn p{
    padding: 4px 16px;
}

.header, h1 {
    margin-top: 58px;
}

.header, .subtitle {
    margin: 16px 0px;
    text-transform: uppercase;
    color:rgb(196, 196, 196);
}

form .form{
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

input {
    height: 50px;
    border: 0px solid white;
    border-radius : 5px;
    margin-top: 8px;
    padding-left: 16px;
}

input:focus{
    border: none;
}

input[type="submit"]{
    background-color: #EF7C7F;
    color: white;
    text-transform: uppercase;
    width: 100%;
    padding: none;
    border-radius : 5px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 0px;
    transition: 0.4s;
}

input[type="submit"]:hover {
    background-color: #C05F61;
}

.separator {
    height: 400px;
    width: 80%;
    margin-top: 80px;
    position: absolute;
}

section {
    padding: 120px 32px;
}

.introduction {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    margin: 32px;
    padding: 24px;
    margin-bottom: 40px;
    margin-top: 320px;
}

.introduction--title {
    margin-top: 40px;
}

.introduction--description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #688393;
}

.item__card--content {
    color:#0F3656;
}

.item__card--content p {
    color:#688393;
}

.item__sticker {
    color: #4F4F4F;
}

.item__dome {
    background-color: #3A77A9;
    color: white;
}

.item__dome h2 {
    color: rgb(230, 230, 230);
}

.item__sticker {
    background-color: #1D4B71;
    color: white;
}

.item__sticker h2 {
    color: rgb(230, 230, 230);
}

.item--title {
    padding: 0px 32px;
    padding-top:120px;
    text-align: center;
	line-height: 1.6;
}

.item__img {
    height: 250px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__img img {
    height: 100%;
}

footer {
    background-color: #0F3656;
    color: white;
    padding: 32px;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.footer__logo {
    height: 80px;
}

.social_media {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.social_media__facebook, .social_media__instagram, .social_media__Linkedin {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.social_media__btn {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background-color: #EF7C7F;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.social_media__btn svg {
    height: 24px;
    width: 24px;
    fill: white;
}

.social_media__btn:hover {
    background-color: #C05F61;
}

.btn__phone {
    margin-top: 40px;
    border: 2px solid #EF7C7F;
    border-radius: 5px;
    color: #EF7C7F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn__phone p {
    padding: 12px 0px;
    font-size: 16px;
}

.copyright {
    margin-top: 24px;
    text-align: center;
}

.wave__item {
    margin-bottom: -20px;
}

.lastWave {
    margin-bottom: 0px;
    margin-top: -20px;
}

.item__card, .item__sticker, .item__dome {
    display: flex;
    flex-direction: column;
}

.item__sticker {
    margin-top: -20px;
}

@media screen and (min-width: 1280px)
{
    nav, .header__content, .item--title, section {
        padding-right: 140px;
        padding-left: 140px;
    }

    .item--title {
        padding-top: 180px;
    }

    section {
        padding-top: 20px;
    }

    .header_btn {
        height: 50px;
    }

    .hero {
        display: flex;
        padding-top:120px;
    }

    .header__content {
        max-width: 60%;
    }

    .subtitle {
        margin-bottom: 40px;
    }

    .content {
        width: 80%;
    }

    form {
        display: flex;
        align-items: flex-end;
        margin-top: 120px;
    }

    input {
        border-radius : 5px 0px 0px 5px;
        width: 300px;
    }

    input:focus{
        border: none;
    }

    input[type="submit"]{
        border-radius : 0px 5px 5px 0px;
        width: 200px;
    }

    .separator {
        position: relative;
        margin-top: 0px;
    }

    .separator img {
        width: 450px;
    }

    .introduction {
        margin-top: -48px;
        margin-right: 140px;
        margin-left: 140px;
        flex-direction: row;
        gap: 120px;
        align-items: center;
    }

    .introduction--video {
        flex: 1;
    }

    .introduction__content {
        flex: 1;
    }

    .introduction--description {
        padding-right: 40px;
    }

    .introduction--title {
        margin-top: 0px;
    }

    .item__card, .item__sticker, .item__dome {
        gap: 140px;
        padding-left: 280px;
        padding-right: 280px;
    }

    .item__card, .item__sticker {
        flex-direction: row;
        align-items: center;
    }

    .item__card {
        padding-top: 120px;
    }

    .item__img {
        flex-grow: 1;
        margin-bottom: 0px;
        height: 350px;
    }

    .item__content {
        width: 45%;

    }

    .item__dome {
        flex-direction: row-reverse;
        align-items: center;
    }

    .lastWave, .item__sticker {
        margin-top: -40px;
    }

    .footer__content {
        max-width: 350px;
    }

    /*ANIMATION*/

    .form-example .test {
        width: 500px;
        margin-left: -300px;
        border-radius: 5px;
    }
}