@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&display=swap");
@import url('//fonts.googleapis.com/css2?family=Radio+Canada+Big:ital@0;1&display=swap');

@font-face {
    font-family: 'Gambarino-Regular';
    src: url(../fonts/Gambarino-Regular.woff2) format('woff2'), url(../fonts/Gambarino-Regular.woff) format('woff'), url(../fonts/Gambarino-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Rift';
    src: url(../fonts/Rift-BoldItalic.eot);
    src: url(../fonts/Rift-BoldItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/Rift-BoldItalic.woff2) format('woff2'), url(../fonts/Rift-BoldItalic.woff) format('woff'), url(../fonts/Rift-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Radio Canada Big", sans-serif;
}

/* @media (min-width: 1400px) {
    .container {
        max-width: 1225px !important;
    }
} */

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1760px !important;
    }
}

* {
    font-family: "Radio Canada Big", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rift';
}

img {
    max-width: 100%;
}

:root {
    --primary-color: #7c3367;
}

body a {
    text-decoration: none;
    color: #222;
}

body a:hover,
body a:focus {
    color: var(--primary-color);
}

.fw-500 {
    font-weight: 500;
}

/* .container-fluid {
    padding-right: 160px !important;
    padding-left: 160px !important;
} */

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
}

.header__top {
    height: 46px;
    line-height: 46px;
    background-color: #8bc6ec;
    background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
    color: #fff;
}

.header {
    position: relative;
}

.header>.header__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header__nav {
    height: 120px;
    line-height: 120px;
}

.header__nav .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Rift';
}

.header__nav .navbar-nav .nav-item .nav-link.active {
    color: #F32121;
}

.header__nav .navbar-nav .nav-item .nav-link:hover {
    color: #F32121;
}

.header__nav .navbar-nav .nav-item:first-child .nav-link {
    padding: 0 15px 0 0;
}

.header__nav .navbar-nav .nav-item:last-child .nav-link {
    padding: 0 0 0 15px;
}

.header__nav .navbar-toggler {
    border: none;
    box-shadow: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.header__nav .navbar-toggler:focus,
.header__nav .navbar-toggler:hover {
    box-shadow: none;
    border: none;
    outline: none;
}

.navbar-toggler-icon {
    font-size: 20px;
    background-color: #fff;
}

.header__nav .header__content {
    line-height: 1;
    align-items: center;
}

.header__nav .header__content .header__button {
    font-size: 14px;
    line-height: 1.57;
    font-weight: 700;
    color: #000000;
    padding: 14px 30px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
    margin-left: 30px;
    text-transform: uppercase;
    font-family: 'Rift';
}

.header__nav .header__content .header__button:hover {
    background: #F32121;
    /* border: 1px solid #000; */
    color: #fff;
}

@media (max-width: 991px) {
    .header__nav .header__content {
        position: relative;
    }

    .header__nav .header__menu {
        position: absolute;
        right: 0;
        top: calc(100% + 20px);
        background-color: #000;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        padding: 15px 15px;
    }

    .header__nav .header__content .header__button {
        display: none;
    }
}

.hero {
    position: relative;
}

.hero img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: 700px;
}

.hero .hero__content {
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.hero .hero__title {
    color: #7000fe;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 36px;
}

.hero .hero__heading {
    font-size: 64px;
    line-height: 1.0625;
    color: #ffffff;
    /* letter-spacing: -1px; */
}

.hero .hero__heading span {
    font-size: 64px;
    line-height: 1.0625;
    color: #F32121;
    font-family: 'Rift';
}

.hero .hero__text {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #F32121;
}

.hero .hero__button {
    color: #183833;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 30px;
    background: #FFF;
    display: inline-flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.hero .hero__button:hover {
    background: #F32121;
    color: #fff;
}

.element__info {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #e4e4e4; 
}

.element__info .intro__sub {
    color: #F32121;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.element__info .intro__heading {
    font-size: 48px;
    line-height: 1.125;
    color: #000;
}

.element__info .intro__heading span {
    font-size: 48px;
    line-height: 1.125;
    color: #F32121;
    font-family: 'Rift';
}

.element__info .intro__text {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 60px;
}

.element__info2 {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid #e4e4e4; 
}

.element__info2 .element__info2__top {
    padding-bottom: 60px;
}

.element__info2 .element__info2__bottom .info__left {
    padding-left: 90px;
}

.element__info2 .intro__sub {
    color: #F32121;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.element__info2 .intro__heading {
    font-size: 48px;
    line-height: 1.125;
    color: #000;
}

.element__info2 .intro__heading span {
    font-size: 48px;
    line-height: 1.125;
    color: #F32121;
    font-family: 'Rift';
}

.element__info2 .intro__text {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 0;
}

.element__info2 .demo__item .demo__images {

    position: relative;
    overflow: hidden;
    box-shadow: 5px 10px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.element__info2 .demo__item .demo__images img {
    border-radius: 16px;
    transition: 0.3s all ease-in-out;
}

.element__info2 .demo__item .demo__images:hover img {
    transform: scale(1.1);
}

.demo {
    padding: 120px 0px;
    border-bottom: 1px solid #e4e4e4;
    /* background-image: url('../images/bg-introduce.png');
    background-repeat: repeat;
    background-size: cover; */
}

.demo .demo_sub {
    /* background-color: #F865DC;
    border-radius: 50%;
    padding: 45px 20px; */
    font-size: 64px;
    line-height: 1.09375;
    color: #F32121;
    font-weight: bold;
    font-family: 'Rift';
    margin-bottom: 0px;
    /* margin-bottom: 20px;
    display: inline-block; */
}

.demo .demo__text {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 50px;
}

.demo .demo__item {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.demo .demo__item .demo__images {
    position: relative;
    overflow: hidden;
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.demo .demo__item .demo__images img {
    transition: 0.3s all ease-in-out;
}

.demo .demo__item .demo__images:hover img {
    transform: scale(1.1);
}

.demo .demo__item .demo__content a {
    font-size: 20px;
    line-height: 1.3;
    color: #000; 
    font-family: 'Rift';
}

.demo .demo__item .demo__content a:hover {
    color: #F32121;
}

.title {
    font-size: 48px;
    line-height: 1.125;
    color: #000;
}

.title span {
    font-size: 48px;
    line-height: 1.125;
    color: #F32121;
    font-family: 'Rift';
}

.title.footer_title {
    color: #fff;
}

.title.footer_title span {
    font-size: 48px;
    line-height: 1;
    color: #F32121;
}

.sub-title {
    font-size: 16px;
    line-height: 26px;
    color: #65696D;
}

.product__builder .title {
    color: #000;
}

.product__builder .product__builder__button a {
    color: #000;
    font-family: 'Rift';
}

.product__builder .product__builder__button a:hover {
    color: #F32121;
}

.demo__header,
.demo__footer,
.category,
.product__builder {
    padding: 120px 30px;
    border-bottom: 1px solid #e4e4e4;
}

.demo__header__content,
.demo__footer__content,
.category__content,
.product__builder__content {
    padding-top: 30px;
}

.demo__header__content img,
.demo__footer__content img,
.category__content img,
.product__builder__content img {
    box-shadow: 15px 15px 24px 0 rgba(0, 0, 0, 0.11);
    transition: 0.3s all ease-in-out;
}

.demo__header__content img:hover,
.demo__footer__content img:hover,
.category__content img:hover,
.product__builder__content img:hover {
    transform: translateY(-10px);
}

.demo__header__button a,
.demo__footer__button a,
.category__button a,
.product__builder__button a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
} 

.demo__header .intro__sub {
    color: #F32121;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.demo__header .intro__text {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 85px;
}

.demo__footer {
    background-color: rgba(201, 155, 100, 0.1);
}

.box-widgets {
    padding: 100px 30px;
    /* background-color: #F4F9F0;
    background-image: url('../images/bg-introduce-2.png');
    background-repeat: no-repeat;
    background-size: cover; */
    /* border-top: 1px solid rgba(0, 0, 0, 0.5); */
}

.widgets .icon_item {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0.3px 0.6px 2.2px rgba(0, 0, 0, 0.003), 0.7px 1.3px 5.3px rgba(0, 0, 0, 0.005), 1.3px 2.5px 10px rgba(0, 0, 0, 0.009), 2.2px 4.5px 17.9px rgba(0, 0, 0, 0.013), 4.2px 8.4px 33.4px rgba(0, 0, 0, 0.023), 10px 20px 80px rgba(0, 0, 0, 0.07);
}

.widgets .icon_item i {
    font-size: 30px;
}

.title_powerful {
    text-transform: none;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 0;
}

.footer {
    padding: 150px 30px 150px;
    background-image: url('../images/bg_footer.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer .footer__content {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 2;
}

.footer .footer__content .footer__button {
    font-size: 12px;
    line-height: 1.7;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    padding: 14px 30px;
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 55px; 
    text-transform: uppercase;
    font-family: 'Rift';
}

.footer .footer__content .footer__button:hover {
    background: #F32121;
    border: 1px solid #F32121;
}

.footer .footer_title {
    margin-bottom: 55px;
}

.footer .copyright {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.footer .copyright span {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .element__info {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .element__info .intro__text {
        margin-bottom: 30px;
    }

    .element__info2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .element__info2 .element__info2__top {
        padding-bottom: 30px;
    }

    .hero .hero__heading {
        font-size: 45px;
    }

    .hero .hero__heading span {
        font-size: 45px;
    }

    .title {
        font-size: 40px;
    }

    .title span {
        font-size: 60px;
    }

    .product__builder {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .element__info .intro__heading span {
        font-size: 40px;
    }

    .element__info2 .intro__heading span {
        font-size: 40px;
    }

    .demo {
        padding: 70px 15px;
    }

    .demo .demo__text {
        margin-bottom: 30px;
    }

    .element__info .intro__heading {
        font-size: 40px;
    }

    .element__info2 .intro__heading {
        font-size: 40px;
    }

    .demo__header,
    .demo__footer,
    .category,
    .product__builder {
        padding: 80px 15px;
    }

    .demo__header .intro__text {
        margin-bottom: 30px;
    }

    .box-widgets {
        padding: 80px 15px;
    }

    .footer {
        padding: 80px 15px;
    }

    .title.footer_title {
        font-size: 40px;
    }

    .title.footer_title span {
        font-size: 35px;
    }

    .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (max-width: 575px) {
    .element__info {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .element__info2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero .hero__heading {
        font-size: 30px;
    }

    .hero .hero__heading span {
        font-size: 30px;
    }

    .title {
        font-size: 30px;
    }

    .title span {
        font-size: 40px;
    }

    .product__builder {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .element__info .intro__heading span {
        font-size: 30px;
    }

    .element__info2 .intro__heading span {
        font-size: 30px;
    }

    .demo__header,
    .demo__footer,
    .category,
    .product__builder {
        padding: 50px 15px;
    }

    .box-widgets {
        padding: 50px 15px;
    }

    .footer .footer_title {
        margin-bottom: 30px;
    }

    .footer {
        padding: 50px 15px;
    }

    .footer .footer__content .footer__button {
        margin-bottom: 30px;
    }

    .title.footer_title {
        font-size: 30px;
    }

    .title.footer_title span {
        font-size: 30px;
    }

    .hero .hero__content {
        top: 160px;
    }

    .demo {
        padding: 50px 15px;
    }
}


/* Back to top */

#back-top {
    text-align: center;
    position: fixed;
    cursor: pointer;
    right: 50px;
    bottom: 20px;
    z-index: 99;
}

#back-top a {
    width: 45px;
    height: 45px;
    background: #F32121;
    color: white;
    font-size: 15px;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
}

#back-top a:hover {
    background-color: #666666;
}


/*# sourceMappingURL=style.css.map */