@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Castoro&family=Hanken+Grotesk:wght@400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oranienbaum&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    background-color: #FAF9F7 !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1225px !important;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1760px !important;
    }
}

* {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oranienbaum", serif;
}

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;
} */

.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: #221D1A;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header__nav .navbar-nav .nav-item .nav-link.active {
    color: #BD7655;
}

.header__nav .navbar-nav .nav-item .nav-link:hover {
    color: #BD7655;
}

.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: 12px; 
    line-height: 1.5;
    font-weight: 700;
    color: #221D1A;
    padding: 14px 24px;  
    border: 1px solid #575351;
    background-color: transparent;
    margin-left: 30px;
    text-transform: uppercase;
}

.header__nav .header__content .header__button:hover {
    background: #BD7655;
    border: 1px solid #BD7655;
    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: 30%;
    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: #221D1A; 
    letter-spacing: -1px;
}

.hero .hero__heading span {
    font-size: 60px;
    line-height: 1;
    color: #BD7655;
}

.hero .hero__text {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #BD7655;
}

.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: #BD7655;
    color: #fff;
}

.element__info {
    padding-top: 115px;
    padding-bottom: 115px;
    /* background-color: #0c141f; */
    /* background-image: url('./access/images/bg-introduce.png'); */
    background-image: url('../images/bg-introduce.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.element__info .intro__sub {
    color: #BD7655;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.element__info .intro__heading {
    font-size: 54px;
    line-height: 1.07;
    color: #221D1A; 
    text-align: center;  
} 

.element__info .intro__text {
    font-size: 16px;
    line-height: 24px;
    color: #494f66;
    margin-bottom: 20px;
}

.element__info2 {
    padding-top: 115px;
    padding-bottom: 115px; 
    background-image: url('../images/bg-introduce2.png');
    background-repeat: no-repeat;
    background-position: center center; 
}

.element__info2 .intro__sub {
    color: #BD7655;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -2px;
    text-transform: capitalize;
}

.element__info2 .intro__heading {
    font-size: 54px;
    line-height: 1.07;
    color: #221D1A; 
    margin-top: 20px;
    margin-bottom: 30px;
} 

.element__info2 .intro__text {
    font-size: 16px;
    line-height: 24px;
    color: #494f66;
    margin-bottom: 20px;
}

.demo {
    padding: 100px 0px;
}

.demo .demo__item {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.demo .demo__item .demo__images {
    position: relative;
    overflow: hidden;
    border: 1px solid #BD7655;
    border-radius: 3px;
}

.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: 24px;
    line-height: 1.16; 
    color: #000;
    font-family: "Oranienbaum", serif;
    letter-spacing: -1px;
}

.demo .demo__item .demo__content a span {
    font-size: 24px;
    line-height: 1.16; 
    color: #BD7655;
    font-family: "Oranienbaum", serif;
    letter-spacing: -1px;
}

.demo .demo__item .demo__content a:hover {
    color: #BD7655;
}

.title {
    font-size: 54px;
    line-height: 1.07;
    color: #221D1A; 
    letter-spacing: -1px;
}

.title span {
    font-size: 54px;
    line-height: 1.07;
    color: #BD7655; 
    letter-spacing: -1px;
    font-family: "Oranienbaum", serif;
}

.title.footer_title {
    color: #fff;
}

.title.footer_title span {
    font-size: 48px;
    line-height: 1;
    color: #BD7655;
}

.sub-title {
    font-size: 16px;
    line-height: 26px;
    color: #65696D;
} 

.product__builder .title {
    color: #000;
}

.product__builder .product__builder__button a {
    color: #000;
}

.product__builder .product__builder__button a:hover {
    color: #BD7655;
}

.demo__header,
.demo__footer,
.category,
.product__builder {
    padding: 100px 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 { 
    background-color: #F3EFEC;
}

.demo__footer { 
    background-color: #fdf8f4;
}

.box-widgets {
    padding: 100px 30px;
    background-color: #F3EFEC;
} 

.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: 200px 30px 80px;
    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: 17px 40px; 
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 200px;
    text-transform: uppercase;
}

.footer .footer__content .footer__button:hover {
    background: #BD7655;
    border: 1px solid #BD7655;
}

.footer .footer_title {
    margin-bottom: 55px;
}

.footer .copyright {
    color: #fff;
    font-size: 16px;
}

.footer .copyright span {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .element__info {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .element__info2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .hero .hero__heading {
        font-size: 45px;
    }
    .hero .hero__heading span {
        font-size: 45px;
    }
    .title {
        font-size: 40px;
    }
    .title span {
        font-size: 40px;
    }
    .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;
    }
    .element__info .intro__heading {
        font-size: 30px;
    }
    .element__info2 .intro__heading {
        font-size: 30px;
    }
    .demo__header,
    .demo__footer,
    .category,
    .product__builder {
        padding: 80px 15px;
    }
    .box-widgets {
        padding: 80px 15px;
    }
    .footer {
        padding: 80px 15px;
    }
    .footer .footer__content .footer__button {
        margin-bottom: 80px;
    }
    .title.footer_title {
        font-size: 35px;
    }
    .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: 30px;
    }
    .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 {
        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: #BD7655;
    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 */