@font-face {
    font-family: "Bidena trial";
    src: url("https://db.onlinewebfonts.com/t/dec54bf9723eb4c4a3d476765c688779.eot");
    src: url("https://db.onlinewebfonts.com/t/dec54bf9723eb4c4a3d476765c688779.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/dec54bf9723eb4c4a3d476765c688779.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/dec54bf9723eb4c4a3d476765c688779.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/dec54bf9723eb4c4a3d476765c688779.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/dec54bf9723eb4c4a3d476765c688779.svg#Bidena trial")format("svg");
}

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

@font-face {
    font-family: "Larrisha Script";
    src: url("Larrisha Script.ttf") format("truetype");
}

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

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

@font-face {
    font-family: "Bruney";
    src: url("ss-bruney.otf") format("truetype");
}

@font-face {
    font-family: "Adobe Clean Serif";
    src: url("AdobeClean-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Noto sans Armenian";
    src: url("NotoSansArmenian-Bold.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url(image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .bg {
    max-width: 100%;
    width: 100%;
    background-image: url(bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg1 {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg2 {
    max-width: 480px;
    width: 100%;
    height: 100%;
    background-image: url(bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */

.hraver {
    position: relative;
    margin: auto;
    max-width: 480px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.convert {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    position: fixed;
    height: 100vh;
    z-index: 99;
}

.converttop {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    z-index: 99;
    transform: translateX(-40%) scale(1.2);
    animation: opentop 2s linear forwards 0.5s;
}

.convertbody {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    height: 100vh;
    transform: translateX(-50%) scale(1.2);
    z-index: 98;
    animation: openbody 2s linear forwards 0.5s;
}


/* .audiobtn {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    color: white;
    z-index: 1000 !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    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; */
}

.convert,
.converttop,
.convertbody {
    pointer-events: none;
}

/* .audio-controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
} */

@keyframes opentop {
    from {
        transform: translateX(-40%) scale(1.2);
    }

    to {
        transform: translateX(-1000px);
        opacity: 0;
        display: none;
    }
}

@keyframes openbody {
    from {
        transform: translateX(-50%) scale(1.2);
    }

    to {
        transform: translateX(1000px);
        opacity: 0;
        display: none;
    }
}

/********************************************************/

.header {
    position: relative;
    overflow: hidden;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    background-image: url(1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-150%);
    z-index: 1;
    animation: header 1.5s linear 1.5s forwards;
    margin-bottom: 10px;
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0)0%, rgba(0, 0, 0, 0.5)100%);
}

.headertext1 {
    position: absolute;
    top: 58%;
    left: -80%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: text1 2s linear forwards 3s;
}

.headertext2 {
    position: absolute;
    bottom: -35%;
    left: 62%;
    font-size: 96px;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: text2 2s linear forwards 3s;
    color: #DEDAD5;
    font-family: "Bruney";
    opacity: 0.6;
}

.headertext3 {
    position: absolute;
    top: 66%;
    left: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: text3 2s linear forwards 3s;
}

.date {
    z-index: 1;
    color: #DEDAD5;
    width: 400px;
    text-align: center;
    font-size: 36px;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Bruney";
    animation: date 2s linear forwards 3s;

}

.font {
    color: #DEDAD5;
    font-size: 66px;
    font-family: "Bruney";
    font-weight: 100;
}

.date-text {
    z-index: 1;
    width: 400px;
    text-align: center;
    font-size: 46px;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    color: #DEDAD5;
    font-family: "Bruney";
    animation: date-text 2s linear forwards 3s;
}

.a_a {
    width: 300px;
    z-index: 1;
    font-size: 46px;
    text-align: center;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    animation: a_a 2s linear forwards 3s;
}

.languages {
    font-family: "Adobe Clean Serif";
    width: 40px;
    height: 24px;
    padding: 5px;
    color: #DEDAD5;
    border: #DEDAD5 1px solid;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    top: 2%;
    right: 5%;
    z-index: 1;
}

.audiobtn {
    position: absolute;
    z-index: 99999999;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px black solid;
    background-color: transparent;
}

@keyframes header {
    from {
        transform: translateY(-150%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

    to {
        left: 29%;
    }
}

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

    to {
        bottom: 25%;
    }
}

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

    to {
        left: 65%;
    }
}

@keyframes date {
    from {
        top: -10%;
        opacity: 0;
    }

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

@keyframes date-text {
    from {
        top: -10%;
        opacity: 0;
    }

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

@keyframes a_a {
    from {
        top: -10%;
        opacity: 0;
    }

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

/********************************************************/

.later {
    margin: auto;
    margin-top: 80px;
    max-width: 410px;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: black;
    transform: translateY(-20%);
    opacity: 0;
    transition: 1s;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 40%, rgba(255, 255, 255, 0.05) 100%); */
}

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

.lng-latetext1 {
    font-family: 'Bruney';
    font-style: normal;
    font-weight: 100;
    font-size: 40px;
    line-height: 136%;
}

.lng-latetext2 {
    font-family: "Bruney";
    transform: translateY(-5%);
    font-size: 22px;
    font-weight: 100;
}

/********************************************************/

.calendar {
    margin: auto;
    max-width: 380px;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: 1s;
    transform: translateY(-10%);
    text-align: center;

}

.ctext1 {
    line-height: 50%;
    font-size: 68px;
    font-family: "Larrisha Script";
}

.lng-ctext2 {
    margin: auto;
    font-size: 48px;
    font-family: "Bruney";
    font-weight: 400;
}

#calendar {
    display: grid;
    grid-template-columns: repeat(7, auto);
}

.block {
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-family: "Oswald";
    text-align: center;
}

.name {
    text-align: center;
    font-family: "Noto Serif Armenian";
}

.hearth {
    position: absolute;
    top: 24%;
    left: -10%;
    z-index: 2;
}

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

button {
    z-index: 97;
}

/********************************************************/

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

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

.num {
    font-size: 36px;
    font-family: "Bruney";
    font-weight: 100;
    letter-spacing: 5px;
}

.timeName {
    font-size: 20px;
    font-family: "Bruney";
    font-weight: 100;
}

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

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

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

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


.mark {
    margin-top: -30px;
    font-family: "Bruney";
    font-weight: 100;
    font-size: 36px;
}

/********************************************************/

.maps {
    text-align: center;
    max-width: 480px;
    width: 100%;
}

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

#img {
    margin-top: 10px;
}

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

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

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

.placespan {
    display: block;
    font-size: 18px;
    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 black;
    padding: 15px 10px;
    border-radius: 25.5px;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.mapheader {
    margin-top: 40px;
    font-size: 46px;
    font-family: "Kotayk";
}

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

/********************************************************/

.plans {
    max-width: 480px;
    width: 100%;
}

.point {
    margin-top: -50px;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
}

.plan {
    margin: auto;
    /* margin-top: 50px; */
    width: 83%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(0);
    transition: 1s;
}

.planimgs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* column-gap: 10px; */
}

.line {
    margin-top: -30px;
    /* display: block; */
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
}

.plantext {
    margin: 0;
    padding: 0;
    text-align: start;
    width: 85%;
    font-family: "Noto Serif Armenian";

}

.plantext1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Noto Serif Armenian";
    font-weight: 400;
}

.time {
    margin: 0px;
    padding: 0;
}

.plantext2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgb(68, 68, 68);
    margin-bottom: 30px;

}

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

/********************************************************/

.photos {
    opacity: 0;
    transform: translateY(-10%);
    transition: 1s;
    margin: auto;
    margin-bottom: 60px;
    max-width: 380px;
    display: flex;
    justify-content: space-between;

}

.photo {
    height: 180px;
}

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

/********************************************************/


.footer {
    position: relative;
    overflow: hidden;
    max-width: 480px;
    width: 100%;
    height: 115vh;
    background-image: url(2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 34;
    margin-bottom: 20px;
}

.footertext1 {
    position: absolute;
    top: 55%;
    right: -22%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.footertext2 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    font-size: 96px;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Bidena trial";
}

.footertext3 {
    position: absolute;
    top: 70%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.footertext4 {
    width: 400px;
    text-align: center;
    font-size: 46px;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-family: "Vrdznagir";
}

.ayan {
    max-width: 480px;
    width: 100%;
    color: #DEDAD5;
    font-family: "Vrdznagir";
    font-size: 30px;
    /* line-height: 100px; */
    text-align: center;
    /* background: linear-gradient(rgba(0, 0, 0, 0.2) 100%, rgba(255, 255, 255, 0.05) 30%); */
    backdrop-filter: blur(10px);
    /* transform: translateY(10%); */
}

.ayan>h2 {
    /* line-height: 50px; */
}

.logo {
    width: 30%;
    transform: translateY(-35%);
}

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

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

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


.timer span {
    font-size: 16px;
}


@media screen and (max-width : 600px) {
    .converttop {
        width: 130%;
    }

    .convertbody {
        width: 100%;
    }

    .later {
        margin-top: 100px;
    }

    .headertext1 {
        left: -90%;
        animation: text1_2 2s linear forwards 3s;
    }

    .headertext2 {
        left: 65%;
        animation: text2_2 2s linear forwards 3s;
    }

    .font {
        font-size: 56px;
    }

    .headertext3 {
        left: -400%;
        animation: text3_2 2s linear forwards 3s;
    }

    .lng-latetext2 {
        width: 90%;
        font-size: 21px;
    }

    .calendar {
        margin: auto;
        width: 80%;
        font-size: 12px;
    }

    .placetext {
        margin: auto;
        width: 90%;
    }

    .a_a {
        font-size: 36px;
    }

    .block {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .ctext1 {
        font-size: 50px;
    }

    .lng-ctext2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .hearth {
        width: 40px !important;
        /* top: -10%; */
        left: -5%;
    }

    .placetexts {
        font-size: 14px !important;
    }

    .border {
        left: 10%;
    }

    .placeimg {
        right: 10%;
    }

    .footertext1 {
        right: -25%;
    }

    .footertext2 {
        bottom: 18%;
    }

    .footertext3 {
        left: 50%;
    }

    .ayan {
        font-size: 24px;
    }


    .photo {
        height: 180px;
    }

    @keyframes text1_2 {
        from {
            left: -80%;
        }

        to {
            left: 32%;
        }
    }

    @keyframes text2_2 {
        from {
            bottom: -35%;
        }

        to {
            bottom: 25%;
        }
    }

    @keyframes text3_2 {
        from {
            left: -225%;
        }

        to {
            left: 56%;
        }
    }

}