/* Variables */


:root {
    --header-color: #000;
    --paragaraph-color: #101223;
    /*--main-color: #fb2056;*/
    --main-color: #bf0000;
    --font-family: 'Noto Sans Armenian', sans-serif;
}

* {
    font-family: var(--font-family);
}

body {
    position: relative;
    background-color: #e7e5e5b8;
}

h1 {
    font-size: 32px!important;
}

h2 {
    font-size: 24px!important;
}

#myModal,
#myModal1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
}

#myModal .ratio,
#myModal1 .ratio {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 997;
    max-width: 780px;
}

#myModal1 .ratio img {
    object-fit: contain;
}

.pagination .page-item {
    border-radius: 0;
}

.pagination .page-item .page-link:not(:nth-child(0)) {
    /* border-right:0.5px solid #c1c1c1; */
    background-color: transparent;
    color: #000;
    font-size: 14px;
}

.pagination .page-item .page-link:hover {
    /* border-right:0.5px solid #c1c1c1;
    background-color: #dedede; */
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.aside-logos {
    max-width: 150px;
}

.aside-logos img {
    width: 90%;
    margin: 0 auto;
    /*-webkit-transition-property: -webkit-transform;*/
    /*-webkit-transition-duration: 15s;*/
    /*-webkit-animation-name: rotate;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*-webkit-animation-timing-function: linear;*/
    /*-moz-transition-property: -moz-transform;*/
    /*-moz-animation-name: rotate;*/
    /*-moz-animation-duration: 15s;*/
    /*-moz-animation-iteration-count: infinite;*/
    /*-moz-animation-timing-function: linear;*/
    /*animation-duration: 15s;*/
    /*animation-iteration-count: infinite;*/
    /*animation-timing-function: linear;*/
}

.footer-logo {
    width: 110px;
}

/*@-webkit-keyframes rotate {*/
/*    from {-webkit-transform: rotate(0deg);}*/
/*    to {-webkit-transform: rotate(360deg);}*/
/*}*/

/*@-moz-keyframes rotate {*/
/*    from {-moz-transform: rotate(0deg);}*/
/*    to {-moz-transform: rotate(360deg);}*/
/*}*/

/*@keyframes rotate {*/
/*    from {transform: rotate(0deg);}*/
/*    to {transform: rotate(360deg);}*/
/*}*/

/*----------------------- Mobile Size -----------------------*/

.btn-standart {
    display: block;
    box-shadow: none;
    text-align: center;
    width: 200px;
    margin: 20px 0;
    border: 2px solid #b8b7b7;
    border-radius: 10px;
    padding: 10px;
    transition: .3s ease-in-out;
    text-decoration: none;
    font-weight: 400;
    color: var(--paragaraph-color);
}

.btn-standart:hover {
    border-color: var(--main-color);
}

.myactive {
    color: var(--main-color) !important;
}

/* Header */

h1,
h2 {
    font-size: 28px;
    color: var(--header-color);
    text-align: center;
    font-weight: 600;
}

.laptop-menu {
    display: none;
}

.logo-header-section {
    border-top: 1px solid #c7c6c6;
    border-bottom: 1px solid #c7c6c6;
    /*background: #FF0000;*/
}

.mobile-menu {
    border-top: 1px solid #c7c6c6;
    border-bottom: 1px solid #c7c6c6;
}

.main-menu>nav>ul>li>a {
    font-size: 18px;
    font-weight: 600;
    color: var(--header-color);
}

.main-menu>nav>ul>li>a:hover {
    color: var(--main-color);
    transition: .3s;
}

.top-header-search {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.top-header-search:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

ul.nav .btn {
    transition: none;
}

ul.nav .btn:active {
    border: none;

}

ul.nav .btn:hover .fa-search,
ul.nav .btn:active .fa-search {
    color: var(--main-color);
}

.social-icons>li>a {
    color: black;
    text-decoration: none;
}

.social-icons>li:nth-child(1),
.social-icons>li:nth-child(2),
.social-icons>li:nth-child(3) {
    display: none;
}

.social-icons>li>a:hover {
    color: var(--main-color);
}

/* Navbar */

.main-mobile-menu {
    padding: 20px;
}

.main-mobile-menu button {
    font-size: 24px;
    margin-left: auto;
    display: block;
}

.main-mobile-menu .navbar-mobile-menu>ul>li:first-of-type {
    margin-top: 50px;
}

.main-mobile-menu .dropdown-toggle {
    color: rgba(0, 0, 0, 0.65);
}

.main-mobile-menu .dropdown-menu {
    position: absolute;
    padding: 6px;
}

.main-mobile-menu .dropdown-menu li a {
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    text-decoration: none;
}

.main-mobile-menu .dropdown-menu li a:hover {
    color: var(--main-color);
}

#openNavbarMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#openNavbarMenu span {
    color: var(--main-color);
}

.navbar-mobile-menu {
    display: none;
    position: fixed;
    z-index: 999;
    background: black;
    top: 0;
    right: 0;
    padding: 20px;
    height: 100vh;
    border: 1px solid black;
    border-right: none;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
    width: 250px;
}

.navbar-mobile-menu>ul>button {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}

.navbar-mobile-menu > ul > li > a {
    color: white;
}

.navbar-mobile-menu > ul > li > a:hover {
    color: #bf0000;
}

.medialink-caret {
    border: none;
    background-color: transparent;
}

.medialink-caret.show {
    color: var(--main-color);
}

.dropdown-menu {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 0;
}

.dropdown-menu li {
    margin: 5px 0;
}

.dropdown-menu li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    color: var(--main-color);
}

/* Swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.HomeSlider>.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.HomeSlider>.swiper-slide>img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.home-slider-next,
.home-slider-prev {
    background: rgba(255, 255, 255, 0.1);
    height: 80px;
    width: 35px;
    color: #c1c1c1;
}

.home-slider-next {
    border-radius: 0 8px 8px 0;
}

.home-slider-prev {
    border-radius: 8px 0 0 8px;

}

.home-slider-next:hover,
.home-slider-prev:hover {
    color: var(--main-color);
}

.home-slider-content {
    position: absolute;
    bottom: 0px;
    color: white;
}

.home-slider-content-style {
    padding: 10px;
    position: relative;
}

.home-slider-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.867037) 13.3%, rgba(0, 0, 0, 0.8) 26%, rgba(0, 0, 0, 0.6) 51.4%, rgba(0, 0, 0, 0.38) 68.87%, rgba(0, 0, 0, 0.152572) 84.74%, rgba(0, 0, 0, 0) 100%);
}

.home-slider-content-style>h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.home-slider-content-style>a {
    text-align: center;
    margin: 15px 0;
    display: block;
    border: 1px solid #e0e0e0;
    width: 150px;
    padding: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    transition: .3s;
}

.home-slider-content-style>a:hover {
    border: 1px solid #bf0000;
    box-shadow: none;
    border-radius: 20px;
    transition: .3s;
}

.swiper-pagination-bullet {
    background-color: #f1e7e7;
}

.swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* Videos */

.videos_gallery {
    display: grid;
    justify-content: space-between;
    margin-bottom: 50px;
}

.videos_gallery .thumbnail {
    position: relative;
}

.video-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-gallery iframe {
    width: 400px;
    height: 200px;
    max-width: 100%;
    max-height: 100%;
}

.videos_title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #26425B;
    margin-top: 15px;
}

.video-gallery img:not(.play_block img) {
    width: 100%;
    object-fit: cover;
}

.play_block {
    width: 52px;
    height: 52px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 9;
}

.play_block img {
    object-fit: none;
}

/* About us */

.about-us-block {
    padding: 40px 0;
    text-align: justify;
}

.about-us-block p {
    margin: 20px auto;
    line-height: 24px;
    font-size: 16px;
}

.about-block-even {
    background-color: #f1f1f1;
}

/* Contact us */

.order-call-block {
    background: black;
    width: 100%;
    position: relative;
}

.order-call-block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 6, 0.89);
}

.order-call-block-content {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
}

.order-call-block-content>h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    color: white;
    margin-bottom: 12px;
    text-align: left;
}

.order-call-block-content>p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #F1EDEA;
    margin-bottom: 60px;
    width: 627px;
    max-width: 100%;
}

.order-call-block-form>input {
    border: 0;
    border-bottom: 1px solid #F1EDEA;
    background: transparent;
    color: #F1EDEA;
    border-radius: 0;
}

.order-call-block-form>input::placeholder {
    color: #F1EDEA;
}

.order-call-block-form>input:focus {
    border-color: var(--main-color);
    background: transparent;
    color: #F1EDEA;
    box-shadow: none;
}

.order-call-block-form>button {
    margin-top: 15px;
    padding: 10px 24px;
    background: #bf0000;
    color: white;
}

.order-call-block-form>button:hover {
    background: #c1c1c1;
    color: #000;
}

/* for contact page */
.contact-wrapper {
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    margin: auto;
}

.contact-wrapper h3 {
    color: var(--header-color);
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 600;
}

.contact-wrapper ul {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}

.contact-wrapper .social-links .seperated {
    display: flex;
    justify-content: start;
    margin-bottom: 25px;
}

.contact-wrapper .right-side {
    align-self: center;
}

.contact-wrapper .email-links li {
    margin: 25px 0;
}

.contact-wrapper ul li a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0 15px;
}

.contact-wrapper ul li a i {
    color: var(--main-color);
    font-size: 38px;
}

.contact-message {
    border: 3px solid var(--main-color);
    border-radius: 30px;
    padding: 25px 20px;
    max-width: 420px;
    background-color: #dedede;
    box-shadow: 0px 0px 77px 7px #c1c1c1;
}

.contact-message h3 {
    font-size: 24px;
    text-align: center;
}

.contact-wrapper .contact-form {
    align-self: center;
}

.contact-message .input-cont {
    margin-top: 25px;

}

.contact-message .input-cont label {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.contact-message .input-cont input {
    line-height: 36px;
    background-color: transparent;
    border: 1px solid #999999;
    padding-left: 15px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.contact-message .input-cont input:focus,
.contact-message .input-cont textarea:focus {
    border: 1px solid var(--main-color);
    outline: none;
}

.contact-message .input-cont textarea {
    background-color: transparent;
    border: 1px solid #999999;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
}

.contact-message .btn {
    border: 1px solid #999999;
    background-color: var(--main-color);
    color: #f1f1f1;
}

/* News */
.news-wrapper>a {
    text-decoration: none;
    color: unset;
}

.news-wrapper .card {
    border-radius: 0;
    box-shadow: 0 0 50px 3px #c1c1c1;
    max-width: 930px;
    box-sizing: unset;
    margin: auto;
}

.news-wrapper .card .card-text {
    font-size: 12px;
}

.news-wrapper .card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-news p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.43;
    text-align: justify;
}

.single-news span {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.43;
    text-align: justify;
}

.blog-card h3 {
    font-size: 24px;
    margin: 10px 0;
}

.blog-card p {
    margin-bottom: 10px;
}

.comments {
    display: flex;
    flex-direction: column;
}

.comments h2 {
    text-align: left;
    margin: 25px 0;
}

.comments .comment-form form {
    border: 3px solid var(--main-color);
    border-radius: 15px;
    padding: 13px 15px;
    display: flex;
    flex-direction: column;
}

.comments .comment-form form .btn {
    border: 1px solid var(--main-color);
    align-self: end;
    margin-top: 15px;
}

.comments .comment-form form .btn:hover {
    background-color: var(--main-color);
    color: #f1f1f1;
}

.comments .comment-form form .input-cont textarea {
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    padding: 12px 15px;
    color: #000;
    outline: none;
    width: 100%;
    transition: 0.3s;
}

.comments .comment-form form .input-cont textarea:focus {
    border-color: #878787;
}

.comments .comments-wrapper {
    display: flex;
    flex-direction: column;
}

.comments .comments-wrapper .single-comment {
    display: flex;
    align-items: flex-start;
    border: 2px solid var(--main-color);
    border-radius: 15px;
    padding: 13px 25px;
    margin: 10px 0;
    gap: 20px;
}

.comments .comments-wrapper .single-comment:nth-child(1) {
    margin-top: 35px;
}

.comments .comments-wrapper .single-comment .avatar-icon {
    width: 50px;
    height: 50px;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comments .comments-wrapper .single-comment .avatar-icon i {
    color: var(--main-color);
    font-size: 21px;
}

.comments .comments-wrapper .single-comment .content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comments .comments-wrapper .single-comment .content .commetn-text {
    font-size: 16px;
}

.comments .comments-wrapper .single-comment .content .comment-date {
    align-self: flex-end;
    color: #315265;
    font-size: 14px;
    margin: 0;
}

.card-img-wrapper {
    max-width: 100%;
    height: 230px;
}

/* Footer */


.footer-main-block {
    background: #1D1C20;
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-block-style a {
    display: block;
    text-decoration: none;
    color: #F5F5F5;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    margin-top: 5px;
}

.footer-block-style a:hover {
    color: var(--main-color);
}

.footer-block-style svg {
    margin-bottom: 24px;
}

.footer-block-style p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #F5F5F5;
    width: 267px;
    max-width: 100%;
}

.footer-copyright {
    font-family: '';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #85888A;
    width: 267px;
    max-width: 100%;
}

.footer-block-style>span {
    color: #85888A;
    font-family: '';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.footer-block-style>nav>ul>li>a {
    font-family: '';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #F5F5F5;
}

.footer-block-style>nav>ul>li>a:hover {
    color: var(--main-color);
}

.top-header-section {
    /*display: none;*/
}


/* Join Form */

.reg-form {
    border: 2px solid var(--main-color);
    background-color: #f1f1f1;
    padding: 30px 25px;
    border-radius: 30px;
    box-shadow: 0 0 77px 7px #c1c1c1;
    max-width: 480px;
}

.reg-form .input-cont {
    margin-top: 25px;
}

.reg-form .input-cont label {
    padding-left: 15px;
    margin-bottom: 5px;
}

.reg-form .input-cont input {
    line-height: 38px;
    /*background-color: transparent;*/
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    padding-left: 15px;
    color: #000;
    outline: none;
}

.reg-form .input-cont textarea {
    /*background-color: transparent;*/
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    padding: 12px 15px;
    color: #000;
    outline: none;
}

.reg-form .input-cont input#female:checked,
.reg-form .input-cont input#male:checked {
    accent-color: var(--main-color);
}

.reg-form .input-cont .gender {
    padding-left: 15px;
}

.reg-form .input-cont .gender label {
    padding: 0 14px 0 0;
}

.reg-form .input-cont input:focus {
    border-color: var(--main-color);
}

.reg-form .btn {
    border: 2px solid var(--main-color);
    width: 100px;
    margin: 30px auto;
}

.reg-form .btn:hover {
    color: #f1f1f1;
    background-color: var(--main-color);
}

.each-wrapper .havatamq:nth-child(even) {
    margin-left: auto;
    background-color: #f1f1f1;

}

.havatamq {
    border: 2px solid #c1c1c1;
    border-radius: 30px;
    padding: 20px;
}

.havatamq p {
    padding: 0 13px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 20px;
}

.image_gallery {
    width: 100%;
}

.about-us-block img {
    max-width: 900px;
    width: 100% !important;
}

/*----------------------- Tablet Size -----------------------*/

@media (min-width: 768px) {

    h1,
    h2 {
        font-size: 32px;
    }

    /* Header */
    .social-icons>li:nth-child(1),
    .social-icons>li:nth-child(2),
    .social-icons>li:nth-child(3),
    .social-icons>li:nth-child(4) {
        display: block;
    }

    /* Navbar */

    /* Swiper */

    /* Videos */

    /* About us */

    /* Contact us */

    /* For contact page */
    .contact-wrapper {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .contact-message {
        padding: 30px;
    }

    .contact-wrapper .right-side {
        padding-left: 50px;
    }

    /* News */
    .news-wrapper .card,
    .news-wrapper .card .card-img-wrapper {
        height: 172px;
    }

    .single-news p {
        margin: 20px 0;
        max-width: 100%;
    }

    .single-news span {
        margin: 20px 0;
        max-width: 100%;
    }


    /* Footer */

    .image-wrapper {
        justify-content: space-between;
    }

    .image-wrapper .image_gallery {
        width: 48%;
    }
}

/*----------------------- Laptop Size -----------------------*/

/*992*/
@media (min-width: 1150px) {

    /* Header */

    /* Navbar */
    .main-menu>nav ul {
        width: 100%;
        justify-content: space-around !important;
    }

    .main-menu>nav>ul>li>a {
        padding: 6px;
        font-size: 15px;
    }

    .laptop-menu {
        display: block;
    }

    .mobile-menu {
        display: none;
    }

    /* Videos */

    /* About us */

    /* Contact us */
    .reg-form {
        max-width: 600px;
    }

    /* News */
    .news-wrapper .card,
    .news-wrapper .card .card-img-wrapper {
        height: 175px;
    }

    /* Footer */

    .havatamq {
        max-width: 790px;
    }

    .image-wrapper {
        justify-content: space-around;
    }

    .image-wrapper .image_gallery {
        max-width: 31%;
    }

}

/*----------------------- Desktop Size -----------------------*/

@media (min-width: 1200px) {

    h1,
    h2 {
        font-size: 38px;
    }

    /* Header */

    /* Navbar */
    .main-menu>nav ul {
        justify-content: center !important;
    }

    .main-menu>nav ul li a {
        font-size: 18px;
        padding: 6px 9px;
    }

    /* Videos */

    /* About us */

    /* Contact us */
    .contact-message {
        margin-left: auto;
    }

    /* News */

    .news-wrapper .card,
    .news-wrapper .card .card-img-wrapper {
        height: 208px;
    }

    .single-news p {
        margin: 15px 0;
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
    }

    .single-news span {
        margin: 15px 0;
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
    }

    /* Footer */
}

.slogan-title {
    font-size: 36px!important;
    font-weight: 700;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(0deg, rgba(250,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,0,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 578px) {
    .slogan-title {
        font-size: 14px!important;
    }
    .top-header > nav > ul:nth-child(1) {
        width: 170px;
    }
}


.main-menu .nav-item a {
    background-color: #e7e1e1;
    border-radius: 6px;
    margin: 4px;
}

.main-menu .nav-item .dropdown-menu li a {
    background-color: transparent;
    border-radius: 6px;
    margin: 0;
}

/*
@media (min-width: 1350px) {
    .top-header-section {
        display: block;
    }


}

@media (max-width: 991px) {
    .order-call-block-content > h2 {
        font-size: 24px;
    }
    .order-call-block-form > button {
        margin-top: 15px;
    }
}

@media (max-width: 700px) {

    .social-icons > li:nth-child(1), .social-icons > li:nth-child(2), .social-icons > li:nth-child(3), .social-icons > li:nth-child(4) {
        display: none;
    }
}

@media (max-width: 578px) {
    .top-header > nav > ul:nth-child(1) {
        width: 200px;
    }
}

@media (max-width: 400px) {
    .top-header > nav > ul:nth-child(1) {
        width: 150px;
    }
}
 */