/* -- LAYOUT -- */
.hero-container {
    margin-top: 125px;
}

.features-container {
    margin-top: 75px;
}

.features-container .container {
    padding-top: 75px;
}

.border {
    height: 1px;
    width: 75%;
    position: absolute;
    background-color: rgb(39, 39, 39);
    opacity: 0.4;
}

.right-border {
    right: 0;
}

.left-border {
    left: 0;
}

/* -- TEXT STYLE -- */
.title {
    font-weight: 300;
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 42px;
}

.intro {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.specification {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 13px;
    opacity: 0.8;
}

.features {
    font-weight: 100;
    font-size: 62px;
    position: relative;
    bottom: 30px;
}

@media screen and (max-width: 1200px) {

    .title {
        font-weight: 300;
        font-size: 34px;
        margin-top: 0px;
        line-height: 42px;
    }

    .intro {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}


/* HOW IT WORKS */
.hiw {
    margin-top: 100px;
}

.hiw-title {
    font-weight: 100;
    font-size: 62px;
    /* text-align: right; */
    margin-top: 30px;
    margin-bottom: 45px;
    padding-top: 45px;
}

.item {
    margin-top: 0px;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
}

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

.item:not(.item-selected):hover {
    background-color: #f0f0f0;
}

.item-selected {
    /* background-color: #e4e4e4; */
    background-color: #f1f0f1;
    cursor: default;
}

.item-header {
    font-weight: 500;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.item-content {
    font-weight: 400;
    font-size: 13 px;
    line-height: 24px;
    margin: 0px;
    text-align: justify;

    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.item-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
}

#item1-image {
    background-image: url('/images/hiw1.png');
}

#item2-image {
    background-image: url('/images/hiw2.png');
}

#item3-image {
    background-image: url('/images/hiw3.png');
}

#item4-image {
    background-image: url('/images/hiw4.png');
}


@media screen and (max-width: 1200px) {

    .item-image {
        background-size: 150%;
    }

    .item-content {
        font-weight: 400;
        font-size: 12 px;
        line-height: 18px;
        text-align: left;

    }

    .item-header {
        font-size: 15.5px;
    }
}

@media screen and (max-width: 992px) {
    .features {
        bottom: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .features {
        font-size: 48px;
    }
}

@media screen and (max-width: 992px) {
    .features {
        font-size: 62px;
    }
}

.feature-title {
    font-weight: 300;
    font-size: 26px;
}

.feature-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.desc {
    position: relative;
}

.cross {
    position: absolute;
    left: -75px;
    top: -25px;
    width: 150px;
    opacity: 0.05;
}

/* -- LIGHTBOX -- */
.sl-overlay {
    background: #212529;
}

.sl-wrapper .sl-navigation button {
    color: #575c5f;
}

.sl-wrapper .sl-close {
    color: #575c5f;
}

/* -- MOBIL SCREENSHOT -- */
.mobil-schreenshot {

    left: 0;
    right: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: scroll;
}

.mobil-schreenshot img {
    max-height: 99%;
}

.hero-button {
    min-width: 140px;
}