@font-face {
    font-family: 'DaysOne';
    src: url('../fonts/Days_One/DaysOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Golos';
    src: url('../fonts/Golos_Text/static/GolosText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Golos';
    src: url('../fonts/Golos_Text/static/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Golos';
    src: url('../fonts/Golos_Text/static/GolosText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Golos';
    src: url('../fonts/Golos_Text/static/GolosText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Golos', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

body {
    background-color: #FFFFFF;
}
.grId__page-wrapper {
    width: 100%;
}

.grId__container {
    margin: 0 auto;
    display: block;
    /* padding: 0 20px; */
    width: 100%;
    position: relative;
    /*padding-top: 40px;
    padding-bottom: 110px;*/
    padding-bottom: 40px;
}
@media (min-width: 641px) and (orientation: landscape) {
    .grId__container {
        /* max-width: 1920px; */
        max-width: 1512px;
        /* padding: 0 200px; */
    }
}

.green-base_content {
    background-image: url("../img/Pattern-4.png");
    background-repeat: repeat;

    background-position: center center;
}
.grId__page-wrapper {
    background-color: #ffffff;
}


.grId__mainImg {
    width: 100%;
}
.grId__logo {
    margin-top: 60px;
    margin-left: 70px;
    width: 320px;
    max-width: 100%;
}
.grId__title {
    font-family: 'DaysOne', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    padding-left: 10%;
    line-height: 120%;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}
.grId__title-beauty {
    position: relative;
    z-index: 2;
}
.grId__title-beauty:after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 136px;
    height: 129px;
    right: -60px;
    bottom: -5px;
    background-image: url("../img/img_ext6.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.grId__wrap-btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grId__btn1 {
    font-family: 'DaysOne', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 120%;
    text-align: center;
    outline: none;
    background-color: #D8BBF2;
    border-radius: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 55px;
    border-top: 2px solid #000000;
    border-right: 6px solid #000000;
    border-bottom: 10px solid #000000;
    border-left: 3px solid #000000;
    transition: all 0.1s ease-out;
}
.grId__btn1:active {
    border-top: 10px solid #000000;
    border-right: 3px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 6px solid #000000;
}
.grId__btn1 span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.grId__desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
    margin-bottom: 45px;
}
.grId__desc-texts {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 70px;
}
.grId__desc-img {
    width: 25%;
}
.grId__desc-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #19232C;
    line-height: 135%;
}

.grId__steps-caption {
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    line-height: 130%;
    text-align: center;
}

.grId__steps {
    margin: 50px 0;
    display: flex;
    gap: 25px;
}
.grId__step {
    border-left: 3px solid #000000;
    border-right: 6px solid #000000;
    border-top: 2px solid #000000;
    border-bottom: 10px solid #000000;

    border-radius: 16px;

    flex: 1;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 155%;
    text-align: left;

    padding: 30px 10px 30px 30px;

    transition: all 0.2s ease-in;

    position: relative;
    z-index: 5;
}
.grId__step:nth-of-type(1) {
    background-color: #C4D318;
}
.grId__step:nth-of-type(2) {
    background-color: #F27232;
}
.grId__step:nth-of-type(3) {
    background-color: #CEAAEE;
}
.grId__step:nth-of-type(4) {
    background-color: #F8BFC8;
}
.grId__step:nth-of-type(5) {
    background-color: #FAF7F0;
    position: relative;
    z-index: 2;
}
.grId__step:nth-of-type(5):after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 101px;
    right: 20px;
    top: -66px;
    background-image: url("../img/img_ext2.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.grId__step:hover {
    border-left: 3px solid #000000;
    border-right: 6px solid #000000;
    border-top: 7px solid #000000;
    border-bottom: 5px solid #000000;
}





.grId__caption1 {
    font-family: 'DaysOne', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 150%;
    text-align: center;
    position: relative;
    z-index: 5;
}
.grId__caption1-beauty {
    position: relative;
    z-index: 5;
}
.grId__caption1-beauty:after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 225px;
    height: 67px;
    right: -120px;
    bottom: -22px;
    background-image: url("../img/img_ext3.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.grId__caption2 {
    font-family: 'DaysOne', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 150%;
    text-align: center;
    padding-top: 35px;
}

.grId__wrap-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grId__btn2 {
    font-family: 'DaysOne', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 120%;
    text-align: center;
    outline: none;
    background-color: #C4D318;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border-top: 2px solid #000000;
    border-right: 6px solid #000000;
    border-bottom: 10px solid #000000;
    border-left: 3px solid #000000;
    margin-top: 35px;
    position: relative;
    z-index: 2;
    transition: all 0.1s ease-out;
}
.grId__btn2:active {
    border-top: 10px solid #000000;
    border-right: 3px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 6px solid #000000;
}
.grId__wrap-btn2::before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 290px;
    height: 536px;
    bottom: -50px;
    left: 0;
    background-image: url("../img/img_ext4.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.grId__btn2::after {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 123px;
    right: -120px;
    top: -60px;
    background-image: url("../img/img_ext5.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}


@media screen and (max-width: 1190px) {
    .grId__btn2 {
        padding: 35px 90px;
    }
    .grId__steps {
        flex-wrap: wrap;
    }
    .grId__step {


        padding: 50px 10px 25px 30px;


    }

}
@media screen and (max-width: 1000px) {
    .grId__btn2 {
        font-size: 28px;
        padding: 35px 60px;
    }
    .grId__caption1-beauty {
        display: inline-block;
    }
    .grId__desc {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .grId__desc-texts {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding-left: 0;
    }
    .grId__desc-img {
        width: 60%;
    }
}
@media screen and (max-width: 640px) {
    .grId__container {
        padding-bottom: 40px;
    }
    .grId__wrap-btn2::before {
        display: none;
    }
    .grId__btn2::after {
        display: none;
    }
    .grId__title-beauty:after {
        display: none;
    }
    .grId__desc {
        gap: 20px;
    }
    .grId__desc-texts {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .grId__logo {
        margin-top: 40px;
        margin-left: 22%;
        width: 56%;
        max-width: 100%;
    }
    .grId__title {
        font-size: 19px;
        margin-bottom: 40px;
    }
    .grId__title br, .grId__caption1 br {
        display: none;
    }
    .grId__btn1 {
        font-size: 18px;
        padding: 18px 40px;
    }
    .grId__desc-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        color: #19232C;
        line-height: 140%;
        padding: 0 20px;
    }
    .grId__desc-img {
        width: 85%;
    }
    .grId__steps-caption {
        font-size: 28px;
    }
    .grId__steps {
        margin: 40px 0;
    }
    .grId__step {
        font-size: 18px;
        padding: 30px 10px 25px 30px;
    }
    .grId__step:nth-of-type(5):after {
        width: 90px;
    }
    .grId__caption1 {
        font-size: 22px;
        padding: 0 20px;
    }
    .grId__caption1-beauty:after {
        display: none;
    }
    .grId__caption2 {
        padding-top: 35px;
        font-size: 28px;
    }
    .grId__btn2 {
        font-size: 18px;
        padding: 22px 35px;
        margin-top: 25px;
    }
}






/* @media (max-width: 640px) and (orientation:portrait) {


/* TRASH */
/* @media (max-width: 1600px) {
    .grId__container {
        padding: 0 50px;
    }
} */