@import url('reset.css');

html {
    height: 100%;
}
 
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    min-height: 100%;
    overflow-x: hidden;
    background: #FFFCF7;
    color: #404040;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.ik4f1qswe-btn {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #FF4D36;
    border: 2px solid #FF4D36;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 10px;
    outline: 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.ik4f1qswe-button:hover {
    background: transparent;
    color: #FF4D36;
}

/* Header */
.ik4f1qswe-headbar {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    color: #ffffff;
    transition: .3s;
    background: linear-gradient(90deg, #303030 0%, #202020 100%);
}

.ik4f1qswe-headbar--logo {
    display: flex;
    align-items: center;
}

.ik4f1qswe-headbar--box {
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px;
}

.ik4f1qswe-headbar--list {
	display: flex;
	align-items: center;
    gap: 28px;
}

.ik4f1qswe-headbar--point {
    text-align: center;
    padding: 4px;
    transition: .3s;
}

.ik4f1qswe-headbar--point.active {
    font-weight: 600;
}

.ik4f1qswe-headbar--point:hover {
    color: #FF4D36;
}

.ik4f1qswe-burger {
    display: none;
    position: absolute;
    z-index: 8;
    right: 20px;
    width: 22px;
    height: 16px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.ik4f1qswe-burger .ik4f1qswe-line {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s ease-out;
}

.toggle .line1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-44deg) translate(-5px, 2.6px);
}

.toggle .line2 {
    display: none;
}

.toggle .line3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}


/* Content */
.ik4f1qswe-example {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 70px;
}

.ik4f1qswe-titel {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 40px;
	text-align: center;
}

.ik4f1qswe-titel span {
    color: #FF4D36;
}

.ik4f1qswe-subtitel {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
    color: #FF4D36;
    margin-bottom: 60px;
}

.ik4f1qswe-text {
    text-align: center;
}

/* promo */
.ik4f1qswe-promo {
    background-image: url(../images/promo-ik4f1qswe.jpg);
    background-color: hsla(0, 0%, 0%, 0.4);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    padding: 0 20px 40px;
	color: #ffffff;
}

.ik4f1qswe-promo .ik4f1qswe-text {
    font-size: 18px;
    line-height: 30px;
    color: #DFDFDF;
}

.ik4f1qswe-promo--box {
    height: 100%;
    position: relative;
    z-index: 5;
}

.ik4f1qswe-promo--box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

/* packages */

.ik4f1qswe-packages {
    padding: 100px 20px;
}

.ik4f1qswe-packages--point {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 24px 32px;
    align-items: start;
}

.ik4f1qswe-packages--pic {
    display: flex;
    align-items: start;
    justify-content: center;
}

.ik4f1qswe-packages--right {
    position: relative;
    align-content: center;
}

.ik4f1qswe-packages--right::after {
    content: '';
    width: 100%;
    height: 70px;
    background: #ffffff;
    border-radius: 0 0 0 40px;
    clip-path: polygon(0% 0, 0 100%, 96% 0%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
}

.ik4f1qswe-packages .ik4f1qswe-packages--right::after {
    content: none;
}

.ik4f1qswe-packages--right h3 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #FF4D36;
}

.ik4f1qswe-packages--right ul {
    list-style-type: disc;
    padding-left: 24px;
    margin: 24px 0;
}

.ik4f1qswe-packages--right p + p {
    margin-top: 24px;
}

.ik4f1qswe-packages--right li + li {
    margin-top: 10px;
}

.ik4f1qswe-packages--right p a {
    color: #FF4D36;
    display: inline-block;
}

/* portfolio */

.ik4f1qswe-portfolio {
    background: #F2E5E5;
    padding: 100px 20px 130px;
}

.ik4f1qswe-portfolio .ik4f1qswe-packages--right {
    padding: 34px 20px 10px 34px;
    background: #ffffff;
    border-radius: 30px 30px 30px 0;
}

/* diagrams */

.ik4f1qswe-diagrams {
    background: #FFFCF7;
    padding: 100px 20px;
}

.ik4f1qswe-diagrams iframe {
    width: 100%;
    height: 600px;
    vertical-align: middle;
    border-radius: 20px;
}

.ik4f1qswe-diagrams .ik4f1qswe-subtitel {
    margin-bottom: 8px;
}

.ik4f1qswe-diagrams .ik4f1qswe-text {
    margin-bottom: 60px;
}


/* segments */

.ik4f1qswe-segments {
    background: #F2E5E5;
    padding: 100px 20px 130px;
}

.ik4f1qswe-segments--union {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: flex-start;
}

.ik4f1qswe-segments--list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 100px;
    align-items: flex-start;
}

.ik4f1qswe-segments--list li a {
    padding: 0 32px;
}

.ik4f1qswe-segments--point {
    position: relative;
    background: #ffffff;
    border-radius: 30px 30px 30px 0;
    padding: 42px 32px 20px;
}

.ik4f1qswe-segments--point ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 14px;
}

.ik4f1qswe-segments--point li + li {
    margin-top: 10px;
}

.ik4f1qswe-segments--point h3 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #FF4D36;
}

.ik4f1qswe-segments--point::after {
    content: '';
    width: 100%;
    height: 70px;
    background: #ffffff;
    clip-path: polygon(0% 0, 0 100%, 96% 0%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -69px;
    border-radius: 0 0 0 40px;
}

.ik4f1qswe-segments--point p + p {
    margin-top: 14px;
}

/* about */

.ik4f1qswe-about {
    padding: 80px 20px 100px;
}

.ik4f1qswe-about .ik4f1qswe-subtitel {
    margin-bottom: 40px;
}

.ik4f1qswe-about--box p + p {
    margin-top: 24px;
}

.ik4f1qswe-about .ik4f1qswe-packages--list {
    margin: 40px 0;
}

.ik4f1qswe-about .ik4f1qswe-packages--right::after {
    content: none;
}

/* Footer */
.ik4f1qswe-footer {
    color: #ffffff;
    padding: 16px 20px;
    background: linear-gradient(90deg, #303030 0%, #202020 100%);
}

.ik4f1qswe-footer--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 20px;
    margin-bottom: 16px;
}

.ik4f1qswe-footer--list {
    display: flex;
    align-items: center;
    gap: 14px 28px;
}

.ik4f1qswe-footer--point {
    text-align: center;
    transition: .3s;
    padding: 4px;
}

.ik4f1qswe-footer--point:hover {
    color: #FF4D36;
}

.ik4f1qswe-footer--copywrite {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #F2E5E5B2;
}


/* Info */
.ik4f1qswe-information {
    padding: 80px 20px 100px;
}

.ik4f1qswe-information--box h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
    color: #FF4D36;
    margin-bottom: 40px;
}

.ik4f1qswe-information--box h2 {
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
}

.ik4f1qswe-information--box p {
    margin-bottom: 14px;
}

.ik4f1qswe-information--box ul {
    list-style-type: disc;
    padding-left: 20px;
}

.ik4f1qswe-information--box li {
    margin-bottom: 4;
}

.ik4f1qswe-information--box a {
    display: inline-block;
    color: #FF4D36;
}

@media (max-width: 1020px) {
    .ik4f1qswe-headbar--logo img {
        width: 240px;
    }

    .ik4f1qswe-headbar--list {
        gap: 14px;
    }
}

@media (max-width: 920px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }

    .ik4f1qswe-burger {
        display: flex;
    }

    .ik4f1qswe-headbar.scroll .ik4f1qswe-burger .ik4f1qswe-line {
        background: #ffffff;
    }

    .ik4f1qswe-headbar .ik4f1qswe-burger.toggle .ik4f1qswe-line {
        background: #ffffff;
    }

    .ik4f1qswe-headbar--panel {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        color: #ffffff;
        background: #303030;
    }

    .ik4f1qswe-headbar--list {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 66px;
    }

    .ik4f1qswe-headbar--point {
        width: 100%;
        padding: 10px 46px;
    }
    
    .ik4f1qswe-titel {
        font-size: 36px;
        line-height: 44px;
    }

    .ik4f1qswe-subtitel {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .ik4f1qswe-diagrams iframe {
        width: 100%;
        height: 400px;
        vertical-align: middle;
    }

    .ik4f1qswe-promo {
        height: auto;
        padding: 44px 20px;
    }

    .ik4f1qswe-promo .ik4f1qswe-text {
        font-size: 16px;
        line-height: 26px;
    }

    .ik4f1qswe-packages {
        padding: 44px 20px;
    }

    .ik4f1qswe-packages--point {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    .ik4f1qswe-packages--right h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .ik4f1qswe-packages--right ul {
        margin: 14px 0;
    }

    .ik4f1qswe-portfolio {
        padding: 44px 20px 60px; 
    }

    .ik4f1qswe-packages--right::after {
        height: 32px;
        bottom: -31px;
    }

    .ik4f1qswe-portfolio .ik4f1qswe-packages--right {
        padding: 24px 20px 10px 20px;
    }

    .ik4f1qswe-diagrams {
        padding: 44px 20px;
    }

    .ik4f1qswe-diagrams .ik4f1qswe-text {
        margin-bottom: 40px;
    }

    .ik4f1qswe-footer--list {
        flex-direction: column;
    }

    .ik4f1qswe-segments {
        padding: 44px 20px 100px;
    }

    .ik4f1qswe-segments--point::after {
        height: 32px;
        bottom: -31px;
    }

    .ik4f1qswe-footer--box {
        flex-direction: column;
        gap: 14px;
    }

    .ik4f1qswe-group {
        padding: 40px 20px;
    }

    .ik4f1qswe-information {
        padding: 44px 20px 80px;
    }

    .ik4f1qswe-information--box h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .ik4f1qswe-button {
        font-size: 18px;
        line-height: 26px;
    }

    .ik4f1qswe-about {
        padding: 44px 20px 60px;
    }

    .ik4f1qswe-about .ik4f1qswe-packages--list {
        margin: 30px 0 10px;
    }

    .ik4f1qswe-btn {
        height: 56px;
        font-size: 20px;
        line-height: 26px;
    }
}