body {
    box-sizing: border-box;
    padding: 0%;
    margin: 0%;
}

/*Fonts****************************************************************************************************************************************/

@font-face {
    font-family: "Kotayk";
    src: url("Kotayk-Italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NorKirk";
    src: url("NorKirk.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Vrdznagir";
    src: url("Vrdznagir.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "KotaykR";
    src: url("Kotayk-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.cormorant {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-armenian {
    font-family: "Noto Sans Armenian", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 100; */
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

/*head****************************************************************************************************************************************/

.h-img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -150%;
    object-fit: cover;
    z-index: 1;
}

.head {
    margin: 0 auto;
    position: relative;
    height: 100vh;
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    padding: 0;
}

video {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.lang-switch {
    font-size: 16px;
    position: absolute;
    top: -12%;
    right: 3%;
    z-index: 2;
    display: inline-flex;
    background: white;
    border-radius: 25px;
    padding: 4px;
    transition: 0.5s;

}

.lang-switch.act {
    animation: sw 1s linear forwards 1s;
    color: black;

}

.lang-btn {
    border: none;
    background: transparent;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    color: black;
}

.lang-btn.active {
    background: #6b1d1d;
    color: white;
}

h1 {
    font-family: "Great Vibes", cursive;
    font-weight: 200;
}

.name1.act {
    animation: text1 1.5s linear forwards ;
}

.h-img.act {
    animation: img 1s linear forwards ;
}

.name1 {
    width: 200px;
    font-size: 78px;
    position: absolute;
    top: 31%;
    left: -80%;
    transform: translate(-5%, -5%);
    color: #5C2018;
    overflow: visible;
    z-index: 2;
}

.and {
    width: 78px;
    font-size: 78px;
    position: absolute;
    top: -35%;
    left: 40%;
    transform: translateY(-50%);
    z-index: 2;
    color: rgba(92, 32, 24, 0.7);
}

.and.act {
    animation: text2 1.5s linear forwards ;
}

.name2.act {
    animation: text3 1.5s linear forwards ;
}

.name2 {
    font-size: 78px;
    z-index: 2;
    position: absolute;
    top: 48%;
    left: -120%;
    transform: translate(-5%, -5%);
    color: #5C2018;
}


.date2 {
    z-index: 2;
    color: #5C2018;
    width: 400px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 11%;
    left: -150%;
    transform: translate(-50%, -50%);
    font-family: "Great Vibes", cursive;

}

.date2.act {
    animation: l 1.5s linear forwards ;

}

.date-text.act {
    animation: r 1.5s linear forwards ;

}

.a_a.act {
    animation: a 1.5s linear forwards ;
}

.date-text {
    z-index: 2;
    width: 400px;
    text-align: center;
    font-size: 34px;
    position: absolute;
    top: 6%;
    left: 150%;
    transform: translate(-50%, -50%);
    color: #5C2018;
    font-family: "Great Vibes", cursive;
}

.a_a {
    width: 220px;
    z-index: 2;
    font-size: 46px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    color: #5C2018;
    opacity: 0;
}

.a_a_img {
    width: 28px;
}

.lng-ayant1 {
    font-family: "Vrdznagir";
    font-weight: 100;
}

@keyframes img {
    from {
        top: -150%;
    }

    to {
        top: 0%;
    }
}

@keyframes a {
    from {
        top: -100%;
        opacity: 0;
    }

    to {
        top: 12%;
        opacity: 1;
    }
}

@keyframes l {
    from {
        left: -100%;
    }

    to {
        left: 50%;
    }
}

@keyframes r {
    from {
        left: 100%;
    }

    to {
        left: 50%;
    }
}


@keyframes text1 {
    from {
        left: -120%;
    }

    to {
        left: 15%;
    }
}

@keyframes sw {
    from {
        top: -12%;
    }

    to {
        top: 3%;
    }
}

@keyframes text2 {
    from {
        top: -35%;
    }

    to {
        top: 45%;
    }
}

@keyframes date {
    from {
        top: -35%;
    }

    to {
        top: 65%;
    }
}

@keyframes text3 {
    from {
        left: -120%;
    }

    to {
        left: 41%;
    }
}

/*Coins****************************************************************************************************************************************/

.canvas {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    touch-action: none;
    position: absolute;

}

.date {
    position: relative;
    width: 105px;
    height: 105px;
}

.num {
    font-size: 59PX;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coins {
    height: 200px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
    transition: 1s;
}

.coins.active {
    transform: translateY(-5%);
    opacity: 1;
}

.header {
    margin-top: 60px;

    font-family: "Noto Sans Armenian", sans-serif;
    color: #5C2018;
    font-size: 16px;
    display: block;
    text-align: center;
    opacity: 0;
    transform: translateY(-5%);
    transition: 1s;
}

.header.active {
    transform: translateY(-5%);
    opacity: 1;
}

/*Audio****************************************************************************************************************************************/

.au {
    margin: auto;
    margin-top: 30px;
    max-width: 480px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-controls {
    position: relative;
}

.audiobtn {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    background-color: transparent;
    z-index: 1000 !important;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.audiobtn:hover {
    opacity: 1;
    transform: scale(1.1) !important;
}

/*Later****************************************************************************************************************************************/

.later {
    background-image: url(Background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    /* margin-top: 80px; */
    max-width: 480px;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: black;
    transform: translateY(-20%);
    opacity: 0;
    transition: 1s;
    z-index: 12;
}

.d {
    font-family: "Great Vibes";
    font-size: 36px;
    color: #5C2018;
}

.later.active {
    transform: translateY(-0%);
    opacity: 1;
}

.lng-latetext1 {
    font-family: 'Kotayk';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 20%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #5C2018;
}

.lng-latetext2 {
    /* margin-top: 27px; */
    color: #5C2018;
    font-family: "Noto Sans Armenian", sans-serif;
    transform: translateY(-5%);
    font-size: 17px;

}

/*Maps****************************************************************************************************************************************/

.maps {
    margin: auto;
    text-align: center;
    max-width: 480px;
    width: 100%;
    z-index: 12;
    color: #5C2018;
}

.place {
    position: relative;
    max-width: 480px;
    width: 100%;
    min-height: 300px;
    height: 320px;
    z-index: 16;
}

#img {
    margin-top: 10px;
}

.placeimg {
    max-width: 100px;
    width: 100%;
    height: 120px;
    margin: 10px;
    z-index: 9;
}

.placetexts {
    margin: auto;
    max-width: 350px;
    width: 100%;
    text-align: center;
}

.placetext {
    font-size: 15px;
    font-family: "Bruney";
    font-weight: 400;
}

.placespan {
    font-size: 15px;
    font-weight: 900;
    font-family: "Noto sans Armenian";
}

.card {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-5%);
    transition: 1s;
}

a {
    text-decoration: none;
    color: black;
}

.map {
    text-align: center;
    border: 1px solid #5C2018;
    padding: 8px 10px;
    border-radius: 10px;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #5C2018;
}

.mapheader {
    margin-top: 50px;
    font-size: 24px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 400;
}

.card.active {
    transform: translateY(-5%);
    opacity: 1;
}

/*imgs****************************************************************************************************************************************/

.imgs {
    margin: auto;
    max-width: 480px;
}

.line {
    margin: auto;
    overflow: hidden;
    max-width: 480px;
    width: 100%;
    height: 70.25px;
}

.tow {
    margin: auto;
    overflow: hidden;
    max-width: 480px;
    width: 100%;
    height: 300px;
    margin-bottom: -20%;
}

/*Long****************************************************************************************************************************************/

.long {
    margin: auto;
    max-width: 480px;
    width: 100%;
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    background-image: url(long.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    color: #5C2018;
}

.m {
    text-align: center;
    border: 1px solid #5C2018;
    padding: 8px 10px;
    border-radius: 10px;
    width: 180px;
    height: 15px;
    color: #5C2018;
}

.pltext {
    font-size: 19px;
    font-family: "Noto Sans Armenian", sans-serif;

    color: #5C2018;
    margin-bottom: 50px;
}

.platext {
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans Armenian", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
    font-size: 12px;
}

.sspan {
    font-size: 32px;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.t {
    color: #5C2018;
    font-family: "Kotayk", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
    font-size: 23px;
}

#t {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;

    font-style: italic;
    font-size: 33px;
}

/*Timer****************************************************************************************************************************************/

.times {
    max-width: 480px;
    width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    transform: translateY(-10%);
    opacity: 0;
    transition: 1s;
}

.time-untit {
    max-height: 50px;
}

.number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: #5C2018 2px solid;
    border-radius: 5px;
    font-size: 26px;

    letter-spacing: 5px;
    font-family: "Cormorant Garamond";
    margin-bottom: 15px;
}

.timeName {
    color: #5C2018;
    font-size: 20px;
    font-family: "KotaykR";

}

.times.active {
    transform: translateY(0);
    opacity: 1;
}

.timerhead {
    font-family: "Bruney";
    font-weight: 800;
}

.timer {
    margin: auto;
    /* margin-top: -10%; */
    max-width: 480px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-10%);
    opacity: 0;
    transition: 1s;
    z-index: 12;
}

.timer.active {
    transform: translateY(0);
    opacity: 1;
}

.lng-timerhead {
    font-family: "KotaykR";
    color: #5C2018;
}

/*Car****************************************************************************************************************************************/

.cars {
    margin: auto;
    max-width: 480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.car {

    overflow: hidden;
    width: 90px;
    height: 100px;
}

.cart {
    text-align: center;
    color: #5C2018;
    font-family: "Noto Sans Armenian", sans-serif;
}

/*QR*/

.qr {
    max-width: 380px;
    margin: auto;
}

#qr {
    margin: auto;
    max-width: 380px;
    width: 100%;
}

.tg {
    font-family: "Noto Sans Armenian", sans-serif;
    width: 250px;
    height: 40px;
    text-align: center;
    margin: auto;
    background-color: transparent;
    border-radius: 6px;
    color: #5C2018;
    border: #5C2018 1px solid;
}

.TG {
    max-width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

/*Void****************************************************************************************************************************************/

.void {
    max-width: 480px;
    height: 100vh;
}

/*Love****************************************************************************************************************************************/

.love {
    margin: auto;
    max-width: 480px;
    height: 600px;
    background-image: url(love.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 100px;
}

#love {
    font-size: 26px;
    font-family: "Vrdznagir";
}

/*Ayan*/


.b {
    margin: auto;
    max-width: 480px;
    width: 100%;
    height: 400px;
    background-color: #5C2018;

}

.c {
    margin: auto;
    margin-top: -15%;
    max-width: 400px;
    height: 260px;
    width: 100%;
    background-color: white;
    border-radius: 0% 0% 5% 5%;
}

.ayan {
    padding-top: 80px;
    max-width: 380px;
    width: 100%;
    height: 250px;
    color: #DEDAD5;
    font-family: "Vrdznagir";
    background-image: url(Mask.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 23px;
    /* line-height: 100px; */
    text-align: center;
    /* background: linear-gradient(rgba(0, 0, 0, 0.2) 100%, rgba(255, 255, 255, 0.05) 30%); */
    /* transform: translateY(10%); */
    z-index: 12;
    margin: 0 auto;
}

.ayan>h2 {
    margin: 0;
}

.logo {
    width: 30%;
    height: 70px;
    margin: 0;
}

h6 {
    font-family: "Noto Serif Armenian";
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #A1A1AA63;
}

.foot {
    transform: translateY(-50%);
    opacity: 0;
    transition: 1.5s 0.3s;
}

.foot.active {
    transform: translateY(0%);
    opacity: 1;
}

/***/

.W {
    position: relative;
    height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 420px;
    margin: 15px auto;
    border: 1px #5C2018 solid;
    border-radius: 12px;
    padding: 10px 0;
    opacity: 0;
    transform: translateY(-10%);
    transition: 0.5s;

}

.W.active {
    transform: translateY(0);
    opacity: 1;
}

#w {
    display: block;
    width: 95%;
    border-radius: 12px;
}

/***/

.inp {
    /* Input */

    box-sizing: border-box;

    width: 360px;
    height: 40px;

    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #5C2018;
    border-radius: 12px;
    border-color: #5C201833;
    /* Inside auto layout */
    flex: none;
    flex-grow: 0;

}

.inp:focus {
    outline-color: #5C2018;
    border-color: transparent;
}

.inp::placeholder {
    color: white;
    opacity: 1;
}

.inp:not(:placeholder-shown) {
    border-color: #5C2018;
}

p {
    text-align: center;
}

.rad:checked+label {
    border: 1px solid #5C2018;
    color: #5C2018;
}

.rad {
    display: none;
}

.att {
    max-width: 360px;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;

}

.rad+label {
    /* Component 2 */
    transition: 0.3s;
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    max-width: 165px;
    width: 100%;
    height: 46px;

    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #5C201833;
    color: #5C201833;
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;

}


.block {
    /* Form */
    margin: auto;
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 24px;

    max-width: 450px;
    width: 100%;
    height: 566px;

    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(92, 32, 24, 0.1);
    border-radius: 16px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;

}

.btn {
    /* Rectangle 29 */
    border-color: transparent;
    font-size: 16px;
    background-color: #5C2018;

    border-radius: 12px;
    max-width: 360px;
    width: 100%;
    height: 40px;
    color: white;
    transition: 0.3s;
}

/* .btn:hover {
    color: #5C2018;
}

.btn:active {
    background-color: #5C2018;
} */

.rd {
    max-width: 360px;
    width: 100%;
}

.h {
    font-size: 24px;
    color: #5C2018;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 600;
}

.t {
    text-align: start;
    margin: 5px 0;
    font-size: 12px;
    /* font-weight: 600; */
    font-family: "Noto Sans Armenian", sans-serif;

    color: #5C2018;
}

h1 {
    text-align: center;
}


.alert {
    margin: 30px auto 10px;
    max-width: 380px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid #5C201826;
    border-radius: 10px;
    background-color: #5C201814;
    color: #5C2018;
}


.palert {
    font-size: 11px;
}