/* Hero buttons */

.hero-button_mobile, .hero-button_standard {
    margin-top: 1em;
}

.hero-button_standard {
    display: none;
}

@media only screen and (min-width: 640px) {
    .hero-button_mobile {
        display: none;
    }
    
    .hero-button_standard {
        display: inherit;
    }
}

/* Selection Section */

.selection-container {
    width: var(--small-size-width);
    margin: 2rem auto;
    display: block;
    text-align: center;
}

.selection-header {
    margin: 0;
}

.selection-description {
    line-height: 1.5em;
    margin-bottom: 1.5rem;
}

.selection-description_header {
    margin-top: 0;
}

.selection-img {
    width: auto;
    object-fit: cover;
    display: none;
}

.selection-content_buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 1.5em;
}

.selection-em {
    margin-top: 5px;
}


@media only screen and (min-width: 640px) {
    .selection-container {
        display: flex;
        margin: 3rem auto;
        flex-direction: row;
        gap: 2rem;
    }
    .selection-content {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .selection-description_header {
        font-size: 26px;
        color: #4A2748;
    }
    .selection-content_buttons {
        margin-top: 30px;
        gap: 30px;
    }
    .selection-img {
        border-radius: 50%;
        height: 200px;
        width: 200px;
        display: inherit;
        align-self: center;
    }
}

@media only screen and (min-width: 768px) {
    .selection-container {
        text-align: left;
    }
    
    .selection-content_buttons {
        justify-content: start;
    }
    
    .selection-img {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (min-width: 1000px) {
    .selection-img {
        height: 360px;
        width: 360px;
    }
}

@media only screen and (min-width: 1200px) {
    .selection-container {
        width: var(--medium-size-width);
    }
    
}

@media only screen and (min-width: 1700px) {
    .selection-container {
        width: var(--standard-size-width);
    }
    
}

@media only screen and (min-width: 1950px) {
    .selection-container {
        width: var(--ultra-size-width);
    }
}

/* Evolution Section */

.evolution-section {
    background: #FCF7F5;
    padding: 2em 0 2em 0;
}

.evolution-container {
    width: var(--small-size-width);
    margin: 0 auto;
    display: block;
    text-align: center;
;
}

.evolution-img {
    width: auto;
    object-fit: cover;
    display: none;
    height: 280px;
    align-self: center;
}

.evolution-img_mobile {
    width: 100vw;
    object-fit: cover;
    margin-top: 1em;
}

.evolution-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.evolution-header {
    margin: 0;
}

.evolution-description {
    margin-bottom: -8px;
}

.evolution-button__container {
    display: flex;
}

@media only screen and (min-width: 640px) {
    .evolution-container {
        display: flex;
        margin: 0 auto;
        flex-direction: row;
        gap: 2rem;
        text-align: left;
    }
    .evolution-content {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 1em;
        align-items: start;
    }
    .evolution-button__container {
        gap: 30px;
        justify-content: start;
    }
    .evolution-img {
        display: inherit;
    }
    .evolution-img_mobile {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 1200px) {
    .evolution-container {
        width: var(--medium-size-width);
    }
    
}

@media only screen and (min-width: 1700px) {
    .evolution-container {
        width: var(--standard-size-width);
    }
    
}

@media only screen and (min-width: 1950px) {
    .evolution-container {
        width: var(--ultra-size-width);
    }
}

/* Registry Section */

.registry-section {
    background-color: #FCF7F5;
}

.registry-outer {
    position: relative;
}

.registry-container {
    width: var(--small-size-width);
    padding-top: 2rem;
    margin: 0 auto 0;
}

.registry-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.registry-content_left {
    width: 40%;
}

.registry-content_right {
    width: 35%;
}

.registry-header {
    margin: 0 0 20px 0;
}

.registry-inner {
    aspect-ratio: 1.2;
    background-image: url(/my-assets/images/fk_registervard.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.registry-bullet {
    list-style: disc;
    margin-left: 20px;
}

.registry-buttons {
    margin-top: 1rem;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

/*
.registry-pictures_holder {
    position: relative;
}*/

.registry-icon {
    position: absolute;
    width: 8vw;
    height: auto;
    left: 15%;
    top: 45%;
}

.registry-buttons .button--primary {}

@media only screen and (min-width: 640px) {
    .registry-inner {
        aspect-ratio: 1.9;
    }
    
    .registry-container {
        padding-top: 3rem;
        margin: 0 auto 0;
    }
    .registry-content {
        margin-bottom: 0;
    }
    .registry-content_right {
        min-width: 220px;
    }
    .registry-icon {
        width: 70px;
    }
    
    .registry-icon {
        width: 10vw;
        top: 40%;
    }
    
    .registry-buttons {
        gap: 0.6em;
    }
    
}

@media only screen and (min-width: 1200px) {
    .registry-container {
        width: var(--medium-size-width);
    }
    .registry-content {
        margin-bottom: -1rem;
    }
    .registry-icon {
        width: 100px;
    }
    
    .registry-content_right {
        width: 40%;
    }
    
}

@media only screen and (min-width: 1700px) {
    .registry-container {
        width: var(--standard-size-width);
    }
    .registry-icon {
        width: 130px;
    }
    
}


@media only screen and (min-width: 1950px) {
    .registry-container {
        width: var(--ultra-size-width);
    }
}

/* SF Section */
.sf-section {
    transform: scaleZ(1);
    height: 400px;
    display: flex;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}

.sf-section::after {
    content: "";
    background-image: url('/my-assets/images/home-bg.svg');
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    position: absolute;
    z-index: -10;
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
}

.sf-container {
    width: var(--small-size-width);
    margin: 1rem auto 0 auto;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sf-search {
    margin-top: 55px;
    background-color: #2D182C;
    padding: 20px 0;
    width: 90%;
    border-radius: 10px;
    text-align: center;
}

.sf-search-content {
    position: relative;
    transform: translate(0,-50%);
    top: 50%;
}

.sf-header {
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.sf-input_holder {
    border-radius: 10px;
    border: none;
    height: 45px;
    background-color: white;
    color: #095587;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.sf-icon {
    color: #095587;
    z-index: 2;
    height: 30px;
    width: 25px;
    padding-left: 5px;
}

.sf-search_description {
    font-size: .8em;
    font-style: italic;
    opacity: .6;
    margin-top: 10px;
    
}

.sf-input {
    color: #095587;
    outline: none;
    font-weight: 400;
    width: calc(100% - 50px);
    background: none;
    font-size: 18px;
    border: none;
    height: 36px;
    padding-right: 8px;
}

.sf-description {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

#searchCompany input {
    width: 100%;
    text-overflow: ellipsis;
}

#searchCompany > div:first-of-type {
    width: 50%;
}

#searchCompany div input::placeholder {
    color: #2D182C;
}

#searchCompany div svg {
    fill: #2D182C;
}


@media only screen and (min-width: 640px) {
    .sf-section {
        margin-top: -70px;
        height: 460px;
    }
    
    .sf-section::after {
        clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 100%);
    }
    
    .sf-container {
        margin-bottom: 3rem;
    }
    .sf-search {
        font-size: 0.83em;
        margin-top: 80px;
        display: block;
        padding: 35px;
        width: 80%;
        max-width: 500px;
    }
    
    .sf-header {
        margin-bottom: 0.7rem;
    }
    
    .sf-input_holder {
        width: 60%;
    }
    
    .sf-description {
        margin-top: 30px;
    }
    
    #searchCompany > div:first-of-type {
        width: 60%;
    }
    
}

@media only screen and (min-width: 1200px) {
    .sf-container {
        width: var(--medium-size-width);
    }
    
     .sf-section {
        margin-top: -100px;
        height: 500px;
    }
    
     .sf-search {
        margin-top: 110px;
        padding-bottom: 55px;
    }
    
    .sf-section::after {
        clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
    }
    
}

@media only screen and (min-width: 1700px) {
    .sf-container {
        width: var(--standard-size-width);
    }
    
}


@media only screen and (min-width: 1950px) {
    .sf-container {
        width: var(--ultra-size-width);
    }
}

/* API Section */

.api-section {
    background-color: #FCF7F5;
}

.api-container {
    width: var(--small-size-width);
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin: 0 auto;
    display: flex;
}

.api-img {
    height: 6em;
    margin: auto;
}

.api-content {
    display: flex;
    flex-direction: column;
    margin-left: 2rem;
}

.api-description {
    font-size: 1.2em;
    font-weight: 400;
}

.api-stronger {
    display: none;
}

.api-button_holder {
    margin-top: 1rem;
}

@media only screen and (min-width: 640px) {
    .api-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .api-container {
        align-items: center;
    }
    .api-description {
        font-size: 1.6em;
    }
    .api-img {
        margin-top: 0;
        height: 10em;
    }
    .api-stronger {
        display: inline;
    }
    .api-button_holder {
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .api-container {
        width: var(--medium-size-width);
    }
}

@media only screen and (min-width: 1700px) {
    .api-container {
        width: var(--standard-size-width);
    }
}

@media only screen and (min-width: 1950px) {
    .api-container {
        width: var(--ultra-size-width);
    }
}