/********** Template CSS **********/
@font-face {
    font-family: 'Vrdznagir';
    src: url('../fonts/Vrdznagir.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SHK_Dzeragir';
    src: url('../fonts/SHK_Dzeragir.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Euro2016Extended';
    src: url('../fonts/Euro2016Extended.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BalmoralPlain';
    src: url('../fonts/1 Balmoral LET Plain1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'A3';
    src: url('../fonts/A431 Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Swodist';
    src: url('../fonts/Swodist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
    --orange: #ff9500;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #000000 !important;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

/* Մոբայլ տարբերակ */
@media (max-width: 768px) {
    .navbar {
        display: flex;
        justify-content: space-between; /* Կենտրոնացրեք տարրերը տարբեր կողմերում */
        align-items: center;
    }

    .navbar-brand {
        order: 1; /* Լոգոն կլինի առաջինը */
    }

    .navbar-nav {
        display: flex;
        justify-content: flex-end; /* Մենյուի տարրերը կհավասարեցվեն աջից */
        flex-grow: 1;
    }

    .lang {
        order: 2; /* Լեզվաբառարանը կլինի երկրորդը */
        margin-left: 10px; /* Մեկ փոքր տարածություն լեզվաբառարանի և մենյուի միջև */
    }

    .navbar-toggler {
        order: 3; /* Մենյուի բացվող կոճակը կլինի վերջինը */
    }
}
/* Համակարգչի տարբերակ */
@media (min-width: 769px) {
    .navbar {
        display: flex;
        justify-content: flex-start; /* Լոգոն և մենյու ձախում */
        align-items: center;
    }

    .navbar-brand {
        margin-right: 20px; /* Լոգո և մենյուի միջև տարածություն */
    }

    .navbar-nav {
        display: flex;
        justify-content: flex-start; /* Մենյուի տարրերը ձախ */
    }

    /* Լեզվաբառարանը վերջում */
    .lang {
        margin-left: auto; /* Լեզվաբառարանը տեղափոխում ենք դեպի աջ */
    }
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}


/*** Hero Header ***/
.hero-header {
    /*background: url(../img/tatevbg.jpg);*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: Vrdznagir,sans-serif !important;
}
h1{
    font-family: Vrdznagir,sans-serif !important;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.language-menu{
    width: 30%;
}
.animated {
    text-align: right;
}

.carousel-container {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    object-fit: cover;
    z-index: 1;

    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-img.active {
    opacity: 1;
    z-index: 3;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
    z-index: 2;
}

/* 🔥 Content overlay */
.carousel-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.carousel-buttons {
    /*font-family: Vrdznagir, sans-serif !important;*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    letter-spacing: 3px;
}
.carousel-btn {
    background: rgba(255,255,255,0.9);
    color: #000;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.carousel-btn:hover {
    background: #86B817;
    color: white;
    transform: scale(1.05);
}

.carousel-btn i {
    transition: transform 0.3s ease, color 0.3s ease;
    color: inherit;
}

.carousel-btn:hover i {
    transform: rotate(10deg) scale(1.2);
    color: white;
}

@media (max-width: 768px) {
    .carousel-container {
        height: 50vh;
    }

    .carousel-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .carousel-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}
.contact-fixed {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}
.contact-icon img {
    width: 60px;
    height: 60px;
}

.contact-links a img {
    transition: transform 0.3s ease;
}

.contact-links a img:hover {
    transform: scale(1.2);
}
body {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)),
    url('https://armatour.am/img/elfel.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 0;
}
.navbar {
    height: 65px;
    background-color: rgba(255, 255, 255, 0.95); /* Կամ քո նախընտրած գույնը */
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.navbar-brand img {
    max-height: 45px;
}

.navbar-nav .nav-link {
    padding: 8px 12px;
    font-size: 15px;
}

.dropdown-menu {
    font-size: 14px;
    padding: 8px 0;
}

.navbar-toggler {
    padding: 6px 10px;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 1000;
        padding: 10px 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar {
        position: relative;
    }
}

@media (min-width: 992px) {
    .navbar-light {

        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .contact-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
h1 {
    /*font-family: Vrdznagir, sans-serif !important;*/
    letter-spacing: 5px;
}
h6 {
    /*font-family: SHK_Dzeragir, sans-serif !important;*/
    letter-spacing: 5px;
}

img.img-fluid, img.styled {
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 100%;
    height: auto;
    letter-spacing: 5px;
}

/* Հայերեն */
.locale-hy h1,
.locale-hy h5,
.locale-hy h6,
.locale-hy .carousel-buttons {
    font-family: Vrdznagir, sans-serif !important;
    letter-spacing: 5px;
}


/* Անգլերեն */
.locale-en h1,
.locale-en h5,
.locale-en h6,
.locale-en .carousel-buttons {
    font-family: Swodist, sans-serif !important;
    letter-spacing: 3px;
}

/* Ռուսերեն */
.locale-ru h1,
.locale-ru h5,
.locale-ru h6,
.locale-ru .carousel-buttons {
    font-family: A3, sans-serif !important;
    letter-spacing: 3px;
}

.tour{
    width: 350px;
    height: 220px !important;
}