@import 'fonts.css';
*{
   margin: 0;
   padding: 0;
   list-style: none;
   text-decoration: none;
   box-sizing: border-box;
}
.container{
   max-width: 1140px;
   width: 100%;
   padding: 0 15px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   /* border: 1px solid red; */
}
.row{
   display: flex;
   flex-wrap: wrap;
   margin-left: -15px;
   margin-right: -15px;
}
body {
    font-family: sans-serif;
    background: #abdef9ad;
}


li {
    list-style: none;
}
a,
a:hover{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}
ul{
    list-style: none;
    
}
img{
    width: 100%;
}
.w-100 {
    width: 100%;
}
.justify-content-between{
    justify-content: space-between; 
}
.justify-content-center{
   justify-content: center; 
}
.justify-content-start{
   justify-content: flex-start; 
}
.align-items-center{
   align-items: center;
}
.align-items-start{
   align-items: flex-start;
}
.d-flex{
   display: flex;
   
}
.flex-column{
   flex-direction: column;
}


/*HEADER*/


.header {
    display: flex;

}
.header__content {
    display: flex;
    justify-content: center;
    margin-top: 135px;
}
.header__title {
    font-size: 54px;
    line-height: 54px;
    color: white;
    font-family: 'Xplor Bold';
    text-shadow: 1px 1px 5px rgba(250, 177, 211, 0.747);
    /*text-shadow: 1px 1px 5px rgb(255, 208, 230);*/
    /*
    text-shadow: 1px 0 1px rgb(255, 190, 220), 
    0 1px 1px rgb(255, 190, 220), 
    -1px 0 1px rgb(255, 190, 220), 
    0 -1px 1px rgb(255, 190, 220);*/
    text-align: center;
}
.eight {
    font-family: 'Xplor Bold';
    font-size: 285px;
    line-height: 285px;
}

.accept-btn {
    color: rgb(255, 190, 220);
    background: white;
    border: none;
    font-family: 'Xplor Bold';
    border-radius: 50px;
    text-transform: uppercase;
    padding: 30px 40px;
    font-size: 20px;
    line-height: 20px;
    /*
    box-shadow: 1px 0 1px rgb(255, 190, 220), 
    0 1px 1px rgb(255, 190, 220), 
    -1px 0 1px rgb(255, 190, 220), 
    0 -1px 1px rgb(255, 190, 220);*/

    margin-top: 100px;
    z-index: 10;
}
.accept-btn.pressed {
    
    box-shadow: inset 0px 0px 5px 2px rgba(255, 177, 214, 0.726);
}



.dark-bg {
    
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
    transition: 0.4s;
}
.dark-bg.active {
    opacity: 1;
    z-index: 100;
}

.pass-check-window {
    margin-top: 175px;
    width: 340px;
    padding: 50px 30px 40px 30px;
    border: none;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    
}
.form__label {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    user-select: none;
    position: relative;
    margin: 35px 0 10px 0;
}
.form__input {
    padding: 12px;
    border-radius: 10px;
    font-size: 20px;
    outline: none;
    background: transparent;
    border: 2px solid #abdef9;
    color: #abdef9;
    transition: 0.2s;
    font-family: 'Xplor Bold';
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #abdef9;
    font-family: 'Xplor Bold';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #abdef9;
   font-family: 'Xplor Bold';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #abdef9;
   font-family: 'Xplor Bold';
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #abdef9;
   font-family: 'Xplor Bold';
}


.check-title {
    color: #abdef9;
    font-size: 30px;
    font-family: 'Xplor Bold';
}
.check-description {
    color: #abdef9;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    font-family: 'Xplor Bold';
}
.ckeck-btn {
    color: #fff;
    background: #abdef9;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Xplor Bold';
    margin-top: 10px;
}
.warning {
    color: rgb(212, 0, 0);
    font-size: 12px;
    font-family: 'Xplor Bold';
    display: none;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.warning.active {
    display: block;
}
.warnEmpty {
    color: rgb(223, 163, 0);
    font-size: 12px;
    font-family: 'Xplor Bold';
    display: none;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.warnEmpty.active {
    display: block;
}










.daisies-img {
    opacity: 0;
    transition: 5s;
    display: flex;
}
.daisies-img.active {
    opacity: 1;
}
.congratulation {
    position: absolute;
    transform: translateY(-210%);
    background: #fff;
    height: 150%;
    transition: 1s;
}
.congratulation.active {
    z-index: 100;
    /*transform: translateY(-85%);*/
    transform: translateY(0%);
}

.congratulation-text {
    font-family: 'Marutya Regular';
    color: #abdef9;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}