@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;400;600&display=swap');
@import url('./styles/list.css');

:root {
    --color: #ffffff;
    --header-color: #fff;
}
html {
    background: black;
}
html, body {
    /* background-color: #000; */
    /* height: 100%; */
    min-height: 100vh;
    font-family: "Mulish", sans-serif;
    color: var(--color);
    position: relative;
    line-height: 1.5em;
    font-size: 18px;
    /* letter-spacing: 1px; */
}

.top-layer {/* position: relative; *//* z-index: 1; */}
.bottom-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    pointer-events: none;
    z-index: -1;
    bottom: 0;
    background: #000000;
    overflow: hidden;
}

.ballon {
    position: absolute;
    height: 500px;
    width: 500px;
    opacity: .4;
    border-radius: 50%;
    background-color: red;
    filter: blur(300px);
}

header {
    padding: 7vw 10vw 5vw 10vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* font-size: 0.5em; */
    row-gap: 50px;
    column-gap: 50px;
    /* background: black; */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
}

header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 6vw;
    align-items: center;
}


footer {
    padding: 60px 10vw;
    display: flex;
    justify-content: space-between;
    /*background: black;*/
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 50px;
    border-top: 1px solid #ffffff0d;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
}


a {
    color: #fddc89;
    /*background-image: linear-gradient(90deg, #4d6bff, #7519ac);*/
    /*background-size: 100%;*/
    /*-webkit-background-clip: text;*/
    /*-moz-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*-moz-text-fill-color: transparent;*/
    /*!* border-bottom: 1px solid #4d6bff; *!*/
    /*position: relative;*/
    /*!* cursor: pointer; *!*/
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 100;
    /* text-decoration: none; */
    /* opacity: 0.7; */
}

a:hover {
    opacity: 1
}
/*a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    height: 1px;*/
/*    border-radius: 2px;*/
/*    background-image: linear-gradient(90deg, #4d6bff, #7519ac);*/
/*}*/

.logo {
    text-decoration: none;
    font-size: 2em;
    font-weight: 400;
    color: #ffffff;
}
.logo-title {
    /* font-size: 1em; */
    color: #fedc89;
    font-weight: 200;
    /* opacity: 0.7; */
    margin-top: 3px;
}

.header-block {
    padding: 0 10vw;
    font-weight: 600;
    margin-top: 3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 30px;
    column-gap: 50px;
    align-items: center;
}
.feature-block {
    margin: auto;
    flex: 1 1 auto;
    flex-basis: 400px;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 7vw;
}

.phone-block {
    margin-right: -120px;
    flex: 1 1 auto;
    /* border-radius: 50px; */
    /* height: 700px; */
    flex-basis: 336px;
    /* position: relative; */
    text-align: center;
    perspective: 2000px;
    transform-style: preserve-3d;
}

h2 {
    /* text-shadow: 0px -2px  #ffffff3b; */
    font-size: 2.5em;
    overflow: visible;
    background-image: linear-gradient(90deg, #fedc89, #da4e76);
    background-clip: text;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: 400;
    padding: 5px 0;
    letter-spacing: 1px;
    line-height: 1em;
}

h3 {
    /* margin-bottom: 2.2em; */
    font-size: 1.2em;
    color: var(--color);
    font-weight: 200;
    line-height: 1.5em;
}

.try-button{
    background: transparent;
    text-align: center;
    color: var(--color);
    font-size: 1.5em;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid linear-gradient(90deg, #000, #fff);
    font-family: 'Poppins', arial;
    /* font-weight: 600; */
    cursor: crosshair;
    margin: 50px 0;
}

.demo-video {
    display: inline-block;
    /* position: absolute; */
}

.apple {
    position: absolute;
    top: -180px;
    left: -150px;
    z-index: -1;
    opacity: 0.4;
}

section {
    padding: 5vw 10vw;
}

.summary__block {
    text-align: justify;
    /* border-bottom: 1px solid #dbdbdb; */
    padding-bottom: 3em;
}
.summary__body {
    /* font-size: .9em; */
    /* border-bottom: solid; */
}
.summary__title {
    font-weight: 600;
    margin: 1em 0 1em 0;
    display: block;
    font-size: 1.5em;
    /* margin-inline-start: -.8em; */
    color: #658f33;
}

.padded {
    border-radius: 50px;
    background: white;
    color: black;
    padding: 3em 0;
}

.padded h1 {
    color: black;
    line-height: 1em;
    font-size: 2em;
    padding: 0 10vw;
}

.padded a {
    color: inherit;
    /* font-weight: 600; */
}
.audio-player {width: 100%;/* padding: 0 10vw; *//* height: 30px; */}

h1 {
    font-size: 3em;
    margin-bottom: 1em;
    color: var(--header-color)
    /* text-shadow: 3px 3px black; */
    /* background-color: #49008645; */
    /* border-bottom: 5px solid #45125073; */;
    line-height: 1.5em;
}

.feature {
    display: flex;
    gap: 1em;
}

.feature__icon {
    font-size: 4em;
    align-self: center;
}

.feature__title {

}
/*.feature:nth-child(even) {*/
/*    align-self: end;*/
/*}*/

.start__button {
    border: 1px solid #ffffff3d;
    padding: 20px;
    border-radius: 20px;
    background: #f1f1f11c;
    font-size: 2em;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    row-gap: 10px;
    padding-right: 25px;
}

.start__button:hover {
    background: #f1f1f140;
}

.feature-section h3 {
    margin: 1em 0;
}

.feature-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 5vw;
    row-gap: 7vw;
}


.feature-section__list li {
    flex-basis: 40%;
    min-width: 300px;
    width: 100%;
    flex-grow: 1;
    /* background: #e1d7d714; */
    /* border-radius: 50px; */
    /* padding: 30px; */
}

.button {
    color: #ffffff;
    background: linear-gradient(22deg, #e7bf56, #ff0000);
    border: none;
    padding: 0;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}


.button > span {
    background: #060505;
    display: inline-block;
    margin: 2px;
    padding: 20px 40px;
    border-radius: 20px;
    /* font-size: 1.2em; */
    font-family: 'poppins', sans-serif;
}

.button_main {
    font-size: 1.2em;
}
.button_main > span {
    padding: 25px 40px;
    vertical-align: middle;
    display: block;
}

.button_main > span img {
    opacity: 0.3;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    filter: invert(1);
}

.button:hover > span {
    background: transparent;
    color: black;
}

nav a {
    text-decoration: none;
    color: #fff;
}

nav a.language {
    font-size: 1.5em;
}

.prices {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    font-size: 1.5em;
    flex-wrap: wrap;
}

.prices__item {flex: 1 1;border: 1px solid #fdec530d;border-radius: 20px;padding: 20px;text-align: center;display: flex;flex-direction: column;align-items: center;align-content: space-around;flex-wrap: wrap;row-gap: 40px;background: #0000003b;}

.prices__item__head {
    font-size: 0.5em;
}
.prices__credits {
    font-size: 1.2em;
}
.prices__unit {
    font-size: 0.7em;
    font-weight: 100;
}
.prices__credits__title {
    display: block;
    font-weight: 100;
    font-size: 0.7em;
}
.disabled {
    cursor: default;
    opacity: 0.4;
}
.disabled:hover {
    opacity: 0.4;
}
.design .ballon {
    /*filter: none;*/
    /*width: 900px;*/
    /*height: 900px;*/
    /*opacity: 0.2;*/
}



.chapter {padding: .5em 10vw;/* margin: 1em 0; */}
.chapter:hover {
    /* background: #f9f4eec7; */
}
.chapter__body {display: flex;flex-direction: column;row-gap: .8em;margin-top: 0.5em;}
.chapter__link {

}
.chapter__title {font-size: .8em;font-weight: 200;/* margin-inline-start: -1em; */color: #dc2020;}

.padded__audio {
    padding: 0 10vw;
}

.start-button {
    border-radius: 25px;
    padding: 10px 25px;
    background: linear-gradient(45deg, #db250c, #7e0808);
    font-weight: 600;
    opacity: 0.8;
    cursor: pointer;
}
