@import url(https://fonts.googleapis.com/css2?family=Scada:wght@400;700&display=swap);
@import "reset.css";

/* general */

html {
    position: relative;
}
body {
    font-family: 'Scada', sans-serif;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #FFFFFF;
    background: #161829;
}
.container {
    width: 100%;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    display: block;
    max-width: 720px;
    margin: 0 auto;
}
.ai-step-titel {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* BTN */

.ai-buttons-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.ai-buttons-center {
    justify-content: center;
}
.ai-buttons-wrap a+a {
    margin-left: 15px;
}
.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70px;
    max-width: 320px;
    width: 100%;
    padding: 5px;
    transition: all .4s ease-out;
    background: linear-gradient(180deg, #FF7BAC 0%, #FE4FB7 100%);
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
}
.btn:hover {
    box-shadow: rgb(254 46 104 / 30%) 5px 5px, rgb(254 46 104 / 20%) 10px 10px, rgb(254 46 104 / 10%) 15px 15px;
}
.btn-border {
    border: 1px solid #888888;
    background: #000000;
}
.btn-border:hover {
    background: linear-gradient(180deg, #FE2E68 0%, #E11134 100%);
    border-color: transparent;
}
.man-btn,
.women-btn {
    height: 280px;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 10px 25px;
}
.man-btn {
    background: linear-gradient(180deg, #2EF2FE 0%, #11C8E1 100%);
}
.man-btn:hover {
    box-shadow: rgb(17 200 225 / 30%) 5px 5px, rgb(17 200 225 / 20%) 10px 10px, rgb(17 200 225 / 10%) 15px 15px;
}
.ai-audio {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 71px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 15px;
}
.ai-audio.off::after {
    content: '';
    background-image: url(../images/off-fam8stok.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #000000;
    border-radius: 50%;
}

/* TIMER */

.ai-timer {
    position: absolute;
    top: 21px;
    left: 15px;
}
.main-wrapper {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.timer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
}
.timer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.timer {
    width: 28px;
    height: 35px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    line-height: 29px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.timer-blur {
    background-color: #ffffff81;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
#message {
    text-align: center;
    font-family: "Niconne", cursive;
    -webkit-animation: pulsate 4s infinite;
    animation: pulsate 4s infinite;
    line-height: 80px;
    font-size: 40px;
}
@-webkit-keyframes pulsate {
    0% {
        font-size: 40px;
    }
    20% {
        font-size: 45px;
    }
    40% {
        font-size: 40px;
    }
    60% {
        font-size: 45px;
    }
    80% {
        font-size: 40px;
    }
    100% {
        font-size: 40px;
    }
}
@keyframes pulsate {
    0% {
        font-size: 40px;
    }
    20% {
        font-size: 45px;
    }
    40% {
        font-size: 40px;
    }
    60% {
        font-size: 45px;
    }
    80% {
        font-size: 40px;
    }
    100% {
        font-size: 40px;
    }
}

/* CONTENTS */

main {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.ai-content {
    padding: 140px 15px 160px;
}
.ai-location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}
.ai-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ai-safety-list {
    display: flex;
    justify-content: space-between;
}
.ai-safety-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
span {
    color: #FF7BAC;
    text-shadow: 2px 2px 5px #eb3578;
}
.ai-safety-item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FF7BAC;
    text-shadow: 2px 2px 5px #eb3578;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
}
.ai-safety-item p {
    font-family: 'Arial', sans-serif;
}
.ai-steps {
    margin-bottom: 50px;
}
.ai-step {
    display: none;
    background: rgb(0 0 0 / 70%);
    border: 1px solid #888888;
    border-radius: 20px;
    padding: 40px 30px;
    animation: fade-in-bottom 0.5s linear forwards;
}
.ai-step:first-child {
    animation-delay: 1.8s;
}
@keyframes fade-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.ai-step.active {
    display: block;
}
.ai-footer {
    /* background-image: url(../images/bg-fam8stok.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 22px 15px 30px;
}
.ai-footer-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video__item {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    background-size: contain;
}
.video__item.active {
    display: block;
    z-index: -1;
}
.ai-video-mobile {
    display: none;
}
.ai-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 769px) {
    .ai-safety-item img {
        margin-bottom: 10px;
        max-width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .ai-location {
        font-size: 16px;
    }
    .ai-content {
        padding: 160px 15px 150px;
    }
    .ai-audio.off::after {
        top: 10px;
        right: 10px;
    }
    .ai-audio {
        top: 0;
        width: 61px;
        height: 57px;
        border-radius: 0 0 50% 50%;
    }
    .ai-timer {
        top: 5px;
    }
    .btn {
        font-size: 18px;
        line-height: 20px;
        height: 60px;
    }
    .man-btn,
    .women-btn {
        max-width: inherit;
        height: auto;
        padding: 20px 10px;
    }
    .man-btn img,
    .women-btn img {
        width: 60px;
    }
    .ai-step-titel {
        font-size: 24px;
        line-height: 32px;
    }
    .ai-video-dekstop {
        display: none;
    }
    .ai-video-mobile {
        display: block;
    }
    .ai-safety-list {
        flex-direction: column;
    }
    .ai-safety-item {
        display: grid;
        grid-template-columns: 50px 1fr;
        grid-gap: 5px 20px;
        text-align: left;
        margin-bottom: 30px;
    }
    .ai-safety-item:last-child {
        margin-bottom: 0;
    }
    .ai-safety-item h3 {
        margin-bottom: 0;
    }
    .ai-step {
        padding: 40px 15px
    }
}