@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500&display=swap');

.plus-jakarta-sans-500 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mt-20 {
    margin-top: 20rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.mb-20 {
    margin-bottom: 20rem !important;
}

h1 {
    font-size: 74px;
    line-height: 1.025;
}

.col-logo {
    height: 38px;
}

.arrow-right {
    text-decoration: none;
}

.arrow-right:hover {
    cursor: pointer;
}

.arrow-right::after {
    content: "→";
    padding-left: 10px;
    transition: padding 0.3s ease;
}

.arrow-right:hover::after {
    padding-left: 20px;
}

.form-control-dark {
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle:not(:focus) {
    outline: 0;
}

#picture video {
    width: 100%;
    height: 70vh;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.mt-small-3 {
    margin-top: 0;
}

@media screen and (max-width:1499.98px){
    h1 {
        font-size: 64px;
        line-height: 1.025;
    }
}

@media screen and (max-width:991.98px){
    h1 {
        font-size: 46px;
        line-height: 1.05;
    }
    
    .mt-small-1 {
        margin-top: 1.25rem !important;
    }
    
    .mt-small-3 {
        margin-top: 3rem !important;
    }
    
    .mt-small-5 {
        margin-top: 5rem !important;
    }
}