.btn-show-more {
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto;
    text-align: center;
    padding: 10px 28px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out !important;
    margin-top: 70px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff
}

.btn-show-more:hover {
    background: #fff;
    color: #5846f9
}

#hero {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(45deg, rgba(153, 135, 255, 0.9) 0%, rgba(161, 68, 255, 0.9) 100%), url(../assets/img/hero-bg.jpg) center center no-repeat;
    background-size: cover
}

#hero .container, #hero .container-fluid {
    padding-top: clamp(35px, 10%, 60px)
}

.hero-content {
    padding-right: 60px
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 67px;
    color: #fff
}

#hero h2 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    padding-top: 40px
}

#hero h2 p:nth-of-type(even) {
    padding-top: 15px
}

#hero .btn-get-started {
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 50px;
    color: #5e18ea;
    background-color: #fff;
    border: 3px solid #fff
}

#hero .btn-get-started:hover {
    background: #2a1379;
    background: linear-gradient(45deg, rgba(120, 97, 255, 0.9) 0%, rgba(134, 12, 255, 0.9) 100%);
    color: #fff
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

#hero .swiper-slide {
    background-position: center;
    background-size: cover
}

#hero .swiper-slide img {
    display: block;
    width: 100%
}

#hero .swiper-container-cube .swiper-cube-shadow {
    opacity: 0.4
}

#hero .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    height: 12px;
    width: 12px
}

#hero .swiper-container-horizontal > .swiper-pagination-bullets, #hero .swiper-pagination-custom, #hero .swiper-pagination-fraction {
    bottom: -45px
}

#hero .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
    background: none
}

@media (min-width: 1200px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width: 991px) {
    #hero {
        text-align: center
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none
    }

    #hero .hero-slider {
        max-width: 60vw;
        margin-top: 60px
    }

    .hero-content {
        padding: 0 20px;
        padding-top: 80px !important
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 26px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px
    }

    #hero .hero-slider {
        max-width: 80vw;
        margin-top: 40px
    }

    #hero .swiper-pagination-bullet {
        height: 10px;
        width: 10px
    }
}

@media (max-width: 575px) {
    .hero-content {
        padding-top: 50px !important
    }

    #hero .swiper-container-horizontal > .swiper-pagination-bullets, #hero .swiper-pagination-custom, #hero .swiper-pagination-fraction {
        bottom: -25px
    }
}

@media (max-width: 575px), (max-height: 600px) {
    #hero {
        height: auto
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

#main {
    margin-top: 0
}

.about {
    padding: 100px 10px
}

.about .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #2c4964;
    margin-bottom: 20px
}

.about .content ul {
    list-style: none;
    padding: 0 20px;
    margin: 0
}

.about .content ul li {
    padding-bottom: 10px
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #5846f9
}

.about .content p {
    margin: 15px 0 25px 0
}

.about .content .read-more {
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
    position: relative
}

.about .content .read-more:hover {
    background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%)
}

.about .content .read-more i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 12px
}

@media (max-width: 500px) {
    .about {
        padding: 70px 10px
    }

    .about .content h3 {
        font-size: 24px
    }
}

.process {
    position: relative;
    z-index: 9
}

.features-item {
    border-radius: 15px;
    padding: 10px 30px 40px 30px;
    text-align: center;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
    background-color: #fff;
    transition: all 0.5s ease-in-out
}

.features-item h2 {
    z-index: 9;
    text-align: left;
    font-size: 100px;
    font-weight: 600;
    color: #ddd7ff
}

.features-item svg {
    margin-top: -20px;
    padding-bottom: 15px;
    z-index: 10;
    max-width: 100%
}

.features-item h3 {
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 15px;
    font-weight: 600
}

.features-item .main-button {
    margin-top: 10px;
    font-family: "Noto Sans Armenian", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%)
}

.main-button:hover {
    background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%)
}

.features-item:hover {
    box-shadow: 0px 0px 30px rgba(116, 57, 255, 0.5);
    transition: all 0.5s ease-in-out
}

@media (max-width: 992px) {
    .features-item {
        margin-bottom: 45px;
        min-height: 500px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .features-item h4 {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .features-item {
        margin-bottom: 45px;
        min-height: 420px
    }
}

.counts {
    background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url(../assets/img/counts-bg.png) center center no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0
}

.counts .counters span {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-family: "Noto Sans Armenian", sans-serif
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8)
}

.timeline-section {
    background-color: #f4f2ff
}

.timeline-section a {
    text-decoration: none
}

.timeline-section h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}

.timeline-section .row {
    margin: 0 10px
}

.main-timeline {
    overflow: hidden;
    position: relative
}

.main-timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline:before {
    content: "";
    display: block;
    clear: both;
    width: 3px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 30px;
    left: 50%
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    padding-right: 30px;
    position: relative
}

.main-timeline .timeline-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #6355f2;
    position: absolute;
    top: 5.5%;
    right: -17.5px
}

.main-timeline .year {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 27px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #6355f2;
    text-align: center;
    position: relative
}

.main-timeline .year i {
    padding-right: 10px
}

.main-timeline .year:before {
    content: "";
    border-top: 35px solid rgba(88, 70, 249, 0.76078);
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -35px;
    left: 0
}

.main-timeline .timeline-content {
    padding: 30px 20px;
    margin: 0 45px 0 35px;
    border-radius: 0 0 30px 30px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25)
}

.main-timeline .timeline-content:hover {
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5)
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    color: #504f54;
    margin: 0 0 10px
}

.main-timeline .description {
    font-size: 14px;
    color: #555353;
    margin: 0
}

.main-timeline .timeline:nth-child(2n) {
    padding: 0 0 30px 30px
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -14px;
    z-index: 100
}

.main-timeline .timeline:nth-child(2n) .year {
    border-radius: 50px 0 0 50px;
    background: #6355f2
}

.main-timeline .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    text-align: right;
    margin: 0 35px 0 45px
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 300px
}

.main-timeline .timeline:nth-child(odd) {
    margin: 15px 0 0
}

.main-timeline .timeline:nth-child(even) {
    margin-top: 300px
}

.main-timeline .timeline .timeline-icon {
    border-color: #5846f9
}

.main-timeline .timeline .year:before {
    border-top-color: rgba(88, 70, 249, 0.76078)
}

@media only screen and (max-width: 991px) {
    .main-timeline {
        overflow: visible
    }

    .main-timeline:before {
        top: 0;
        left: 0
    }

    .main-timeline .timeline {
        width: 100%;
        float: none;
        padding: 0 0 0 30px;
        margin-bottom: 30px !important
    }

    .main-timeline .timeline:nth-child(2), .main-timeline .timeline:nth-child(even), .main-timeline .timeline:nth-child(odd) {
        margin: 0
    }

    .main-timeline .timeline:last-child {
        margin: 0 !important
    }

    .main-timeline .timeline-icon {
        right: auto;
        left: -14.5px
    }

    .main-timeline .year {
        border-radius: 50px 0 0 50px
    }

    .main-timeline .year:before {
        border-left: none;
        border-right: 35px solid transparent;
        left: auto;
        right: 0
    }

    .main-timeline .timeline-content {
        margin: 0 35px 0 45px
    }

    .main-timeline .timeline-icon {
        top: 5%
    }
}

@media only screen and (max-width: 560px) {
    .main-timeline .year {
        border-radius: 50px 0 0 50px
    }

    .main-timeline .year:before {
        border-left: none;
        border-right: 35px solid transparent;
        left: auto;
        right: 0;
        display: none
    }

    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        margin: 0;
        margin-left: 20px;
        z-index: 1000
    }
}

@media only screen and (max-width: 450px) {
    .main-timeline .year {
        font-size: 20px;
        padding: 15px 30px
    }

    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        margin-left: 30px;
        margin-top: -10px
    }
}

.portfolio {
    padding: 70px 0
}

.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio .section-title {
    padding-bottom: 45px
}

.portfolio #portfolio-flters {
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    font-family: "Noto Sans Armenian", sans-serif
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #5846f9
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(88, 70, 249, 0.8);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 2px;
    font-size: 58px;
    display: inline-block;
    transition: 0.3s
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    top: calc(50% - 48px)
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: calc(50% - 50px)
}

.portfolio .btn-show-more {
    font-weight: 600;
    margin: 0px auto;
    margin-top: 30px;
    color: #5846f9;
    border: 2px solid #5846f9
}

.portfolio .btn-show-more:hover {
    color: #fff;
    background: #5846f9
}

@media (max-width: 500px) {
    .portfolio {
        padding: 30px 0 60px 0
    }
}

.testimonials .testimonial-item {
    box-sizing: content-box
}

.testimonials .testimonials-slider {
    padding-top: 30px
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #2c4964
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #b1a9fc;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    margin-top: -10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 6px;
    z-index: 1
}

.testimonials .swiper-pagination {
    margin-top: 50px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 2px solid #7653eb
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #7653eb
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next p {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background: #7653eb;
        color: #fff;
        transition: 0.7s
    }
}

@media (max-width: 767px) {
    .testimonials {
        padding: 70px 10px
    }
}


/*# sourceMappingURL=index.bundle.css.map*/