@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&amp;display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@700&display=swap'); */

:root,
[data-bs-theme=light] {
    --bs-dark-rgb: 25, 30, 37;
    --bs-primary-rgb: 248, 69, 37;
    --bs-primary: rgb(173, 5, 5);
    --bs-light-rgb: 248, 244, 243;
    --bs-border-color: #e4e9f3;
    --bs-body-color: #747374;
    --bs-warning: #ffd105;
    --bs-warning-rgb: 255, 193, 7;
    --bs-font-caveat: 'Caveat', cursive;
    --bs-font-sans-serif: "Wix Madefor Display", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-gradient: linear-gradient(#f8f4f3, #fff);
}

html {
    scroll-padding-top: 76px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212529;
}

a {
    text-decoration: none;
}


/* Font size ------------------ */

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-41 {
    font-size: 41px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-43 {
    font-size: 43px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-47 {
    font-size: 47px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-49 {
    font-size: 49px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-51 {
    font-size: 51px !important;
}

.fs-52 {
    font-size: 52px !important;
}

.fs-53 {
    font-size: 53px !important;
}

.fs-54 {
    font-size: 54px !important;
}

.fs-55 {
    font-size: 55px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-57 {
    font-size: 57px !important;
}

.fs-58 {
    font-size: 58px !important;
}

.fs-59 {
    font-size: 59px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-61 {
    font-size: 61px !important;
}

.fs-62 {
    font-size: 62px !important;
}




@media (min-width: 1400px) {

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 5rem;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 5rem;
    }
}

.shadow {
    /* -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, .06) !important;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .06) !important; */

    box-shadow: 4px 4px 20px rgba(0, 0, 0, .08) !important;
}

.shadow-sm {
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important; */
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
}


.font-caveat {
    font-family: var(--bs-font-caveat) !important;
}

/* Card --------- */
.card {
    border: 0;
    /* border-radius: 0; */
    /* background-color: #212529; */
    /* background-color: rgb(35, 35, 35); */
}

/* Buttons --------- */

.btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.625rem;
    /* --bs-btn-border-radius: 0.5rem; */
    --bs-btn-border-radius: 0.6rem;
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.739rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 1.1rem;
    /* --bs-btn-border-radius: 0.6rem; */
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.4rem;
}

/*Button primary*/
.btn-primary {
    --bs-btn-bg: rgb(173, 5, 5);
    --bs-btn-border-color: rgb(173, 5, 5);
    --bs-btn-hover-bg: rgb(173, 5, 5);
    --bs-btn-hover-border-color: rgb(173, 5, 5);
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-bg: rgb(173, 5, 5);
    --bs-btn-active-border-color: rgb(173, 5, 5);
    --bs-btn-disabled-bg: rgb(173, 5, 5);
    --bs-btn-disabled-border-color: rgb(173, 5, 5);
}

.btn-outline-primary {
    --bs-btn-color: rgb(173, 5, 5);
    --bs-btn-border-color: rgb(173, 5, 5);
    --bs-btn-hover-bg: rgb(173, 5, 5);
    --bs-btn-hover-border-color: rgb(173, 5, 5);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-bg: rgb(173, 5, 5);
    --bs-btn-active-border-color: rgb(173, 5, 5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(173, 5, 5);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(173, 5, 5);
    --bs-gradient: none;
}

.btn-warning {
    --bs-btn-color: #0e0e0e;
    --bs-btn-bg: #ffd105;
    --bs-btn-border-color: #ffd105;
    --bs-btn-hover-color: #0e0e0e;
    --bs-btn-hover-bg: #e7be05;
    --bs-btn-hover-border-color: #e7be05;
    --bs-btn-active-bg: #e7be05;
    --bs-btn-active-color: #0e0e0e;
    --bs-btn-active-border-color: #e7be05;
    --bs-btn-disabled-bg: #ffd105;
    --bs-btn-disabled-color: #0e0e0e;
    --bs-btn-disabled-border-color: #ffd105;
}

/* -----------------------------------------------------------------
    -  Navbar
----------------------------------------------------------------- */

.navbar {
    z-index: 9;
    /* padding: 1rem 0.75rem; */
    --bs-navbar-color: #2f2e41;
    --bs-navbar-nav-link-padding-x: 0.7rem;
    --bs-navbar-active-color: var(--bs-primary);
    --bs-navbar-hover-color: var(--bs-primary);
    --bs-navbar-border-color: var(--bs-primary);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: var(--bs-white);
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
    --bs-navbar-padding-y: 0.7rem;
    --bs-navbar-toggler-icon-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23173872" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

@media(min-width: 992px) {
    .navbar {
        padding: 0.5rem 3rem;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .navbar {
        --bs-navbar-nav-link-padding-x: 0.5rem;
    }
}

@media(min-width: 992px) {
    .navbar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.navbar-nav {
    --bs-nav-link-padding-y: 1.5rem;
    --bs-navbar-active-color: var(--bs-primary);
    --bs-nav-link-hover-color: var(--bs-primary);
}

@media(min-width: 992px) {
    .bg-transparent .navbar-nav {
        --bs-nav-link-color: var(--bs-white);
    }
}

/*Navbar Brand ------*/
.navbar-brand img {
    height: 36px;
}

.navbar-bg .logo-white {
    display: none;
}

.bg-transparent .logo-dark {
    display: none;
}

.nav-link {
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Dropdown Menu ------- */

.dropdown-menu {
    --bs-dropdown-item-padding-y: 0.35rem;
    --bs-dropdown-link-color: #2f2e41;
    --bs-dropdown-link-hover-color: var(--bs-primary);
    --bs-dropdown-link-hover-bg: #f1f1f1;
    --bs-dropdown-link-active-color: var(--bs-primary);
    --bs-dropdown-link-active-bg: #f1f1f1;
    -webkit-box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(103, 119, 136, 0.075);
    box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(103, 119, 136, 0.075);
}

.dropdown-item {
    font-size: 0.875rem;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        border: 0;
        font-size: 13px;
        height: auto;
        width: auto;
        -webkit-transition: -webkit-transform 250ms linear;
        transition: -webkit-transform 250ms linear;
        -o-transition: transform 250ms linear;
        transition: transform 250ms linear;
        transition: transform 250ms linear, -webkit-transform 250ms linear;
    }

    .navbar-nav:not(.sm-collapsible) .nav-link[aria-expanded="true"] .sub-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow::before {
        content: "\f078";
    }
}

@media(max-width: 991px) {

    /*Navbar collaps*/
    .navbar-collapse {
        position: fixed;
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        z-index: 1050;
        padding: 1.5rem;
        height: auto !important;
        max-height: calc(100vh - 2rem);
        background-color: #fff;
        border-radius: 1rem;
        -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
        box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }

    .navbar-collapse.show {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .navbar-collapse.collapsing {
        opacity: 0;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    .navbar-collapse .collapse-brand img {
        height: 36px;
    }

    /*navbar collapse toggler icon*/
    .navbar-collapse .collapse-close {
        width: 20px;
        height: 20px;
        cursor: pointer;
        background-color: transparent;
    }

    .navbar-collapse .collapse-close span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        opacity: 1;
        border-radius: 2px;
        background: #212529;
    }

    .navbar-collapse .collapse-close :nth-child(1) {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .navbar-collapse .collapse-close :nth-child(2) {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /*navbar link*/
    .navbar-nav .nav-link {
        padding: .5rem 0;
        font-weight: 700;
    }

    /*navbar collapsible sub-arrow*/
    .navbar-nav.sm-collapsible .sub-arrow {
        margin: -0.7em 0 0 0;
        border-radius: 0.375rem;
        width: 1.5em;
        height: 1.5em;
        border-color: #d3d3d3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /*Navbar dropdown menu*/
    .navbar-nav .dropdown-menu {
        border: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu {
        --bs-dropdown-link-active-bg: transparent;
    }

}

@media(min-width: 992px) {

    /*Navbar dropdown menu*/
    .dropdown-menu {
        border: 0;
        border-radius: 6px;
        font-size: 15px;
        padding: 15px 15px 13px 15px;
        margin-top: 10px;
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
        -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, .15), 0 0 1px rgba(27, 31, 35, .2);
        box-shadow: 0 3px 12px rgba(27, 31, 35, .15), 0 0 1px rgba(27, 31, 35, .2);
    }

    .dropdown-menu.mega-menu {
        max-width: 30em !important;
        min-width: 30em !important;
    }

    @keyframes slideIn {
        0% {
            -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
            opacity: 1;
        }

        0% {
            -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
            opacity: 0;
        }
    }

    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }

        0% {
            -webkit-transform: translateY(1rem);
            -webkit-opacity: 0;
        }
    }

    .dropdown-item {
        border-radius: 0.375rem;
        margin-bottom: 2px;
    }

    .navbar-nav .dropdown-menu li:last-child .dropdown-item {
        margin-bottom: 0;
    }
}

/*navbar toggle ----- */
.navbar-toggler {
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-left: 6px;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nav-icon {
    width: 25px;
    height: 19px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #212529;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.bg-transparent #nav-icon span {
    background: #fff;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 8px;
}

#nav-icon span:nth-child(3) {
    top: 16px;
}

#nav-icon.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */
.landing-hero {
    background-image: url("../img/liston-bg.png"), url("../img/landing-banner-bg.png"),
        radial-gradient(circle at 75% 0, rgba(248, 69, 37, .5), rgba(0, 0, 0, 0) 19%), radial-gradient(circle at 20%, rgba(255, 255, 255, .1), rgba(0, 0, 0, 0) 13%);
    background-position: 50% 10%, 50%, 0 0, 0 0;
    background-repeat: no-repeat;
    background-size: contain, cover, auto, auto;
}

@media(min-width: 1200px) {
    .landing-hero {
        background-size: 1095px 455px, cover, auto, auto;
    }
}

.landing-hero_header {
    padding: 9rem 0 4rem;
}

@media(min-width: 576px) {
    .landing-hero_header {
        /* padding: 8rem 0 4rem; */
        padding: 10rem 0 6rem;
    }
}

@media(min-width: 1200px) {
    .landing-hero_header {
        padding: 12rem 0 4rem;
    }
}


@media(min-width: 1400px) {
    .logo-wrapper {
        position: absolute;
        top: -80px;
        right: 0;
    }
}

.top-logo {
    width: 130px;
    height: 97px;
    background-image: url("../img/mask.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.hash-text {
    margin-top: 10px;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 3rem;
    font-family: 'Urbanist', sans-serif;
}

.hash {
    font-size: 2rem;
    font-weight: 500;
}




.landing-hero-image-wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

.overflow-hidden.landing-image-one {
    margin-right: -28px;
}

.border-radius-top-twenty {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.auto-fit {
    height: auto;
}

.landing-banner-middle-image {
    z-index: 1;
    position: relative;
}

.border-radius-top-twenty.landing-banner-image-shadow {
    box-shadow: 6px 0 50px rgba(12, 20, 70, .15);
}

.overflow-hidden.landing-image-two {
    margin-left: -22px;
}

.border-radius-top-twenty {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



/* ------------------------------------ */
/* ------------------------------------ */
.landing-hero-image-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    margin-bottom: -16px;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.landing-hero-image-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.landing-image-one {
    grid-area: 1 / 1 / 2 / 3;
}

.landing-image-two {
    grid-area: 1 / 4 / 2 / 6;
}

.landing-image-three {
    grid-area: 1 / 2 / 2 / 5;
}

.landing-image-one img {
    border-top-left-radius: 1rem;
}

.landing-image-two img {
    border-top-right-radius: 1rem;
}

.landing-image-three {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.autofit {
    z-index: 9;
    object-fit: cover;
}

/* ------------------------------------ */
/* ------------------------------------ */




.scroll1,
.scroll2 {
    display: none;
}

@media(max-width: 575px) {
    .preview-reel_img {
        height: 150px;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .preview-reel_img {
        height: 185px;
    }
}

@media(min-width: 992px) {
    .preview-reel_img {
        height: 300px;
    }
}

.rtl_class {
    padding: 0 20px 3px;
    border-radius: 0px 15px 0 15px;
    font-size: 24px;
}

/* Header title ------ */
.preview-sub-title {
    padding-left: 80px;
    font-size: 14px;
    letter-spacing: 2px;
    /* color: #034fb1; */
    color: var(--bs-primary);
}

.bg-primary .preview-sub-title {
    color: var(--bs-white);
}


.preview-sub-title:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 70px;
    height: 1px;
    background: var(--bs-primary);
    content: "";
}


.bg-primary .preview-sub-title:before {
    background: var(--bs-white);
}



/* ------------------------ */
.landing-showcase-block {
    /* height: 470px; */
    /* background-color: #fff; */
    flex: 1;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.landing-showcase-block.overflow-off {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}








/* -----------------------------------------------------------------
    - Page preview card
----------------------------------------------------------------- */
.page-preview {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
}

.page-preview:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    /* background-color: #a1b4d7;
    border-color: #a1b4d7; */
}

.card-page-preview-box {
    background-color: #fff;
    position: relative;
}

.page-preview-image-wrap {
    margin: 0 3px 3px 3px;
}

.page-preview-image-wrap.dashboard-preview {
    margin: 4px;
}

.preview-icon-wrap {
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    background-color: rgba(0, 0, 0, .3);
}

.page-preview:hover .preview-icon-wrap {
    opacity: 1 !important;
}

.preview-icon {
    height: 70px;
    width: 70px;
}

.layout-text {
    letter-spacing: 2px;
    font-size: 12px;
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
footer {
    padding: 120px 0;
}

/* -----------------------------------------------------------------
    - Purchase button
----------------------------------------------------------------- */
.wrapper-purchase {
    z-index: 100;
    bottom: 0;
    right: 75px;
    position: fixed;
}

.wrapper-purchase .envato-btn-purchase span {
    width: 100px;
    height: 90px;
    position: relative;
    display: block
}

.wrapper-purchase .envato-btn-purchase span::before {
    content: "";
    background-image: url(../img/sprites.png);
    position: absolute;
    width: 91px;
    height: 89px;
    right: 10px;
    background-position: -197px 197px;
}

.envato-btn-purchase::after {
    content: "";
    background: #7da72d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    width: 50%;
    height: 55%;
    top: 21%;
    right: 17.5%;
    z-index: -1;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

/* -----------------------------------------------------------------
    - Feature Summary
----------------------------------------------------------------- */
.tupography {
    top: -46px;
    right: 79px;
    height: 110px;
    width: 110px;
}

.widget-two {
    width: 200px;
    position: absolute;
    bottom: -67px;
    left: 35px;
}

.widget-three {
    position: absolute;
    width: 190px;
    bottom: 50px;
    right: 42px;
}

.widget-four {
    position: absolute;
    width: 220px;
    bottom: 296px;
    right: 54px;
}

.widget-five {
    position: absolute;
    width: 135px;
    top: 30px;
    left: 54px;
}

.feature-icon {
    height: 100px;
    width: 100px;
}

/* -----------------------------------------------------------------
    - Feature card
----------------------------------------------------------------- */
.feature-card {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    position: relative;
}

.feature-card:hover {
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
}

.widget-container {
    margin: -46% 0% 0%;
    /* margin: -74% 0% 0%; */
}

.widget-container img {
    /* width: 95%; */
    transform: rotate(90deg);
}

@media(max-width: 575px) {
    .feature-card img {
        height: 56px;
    }
}

@media(min-width: 576px) and (max-width: 768px) {
    .feature-card img {
        height: 60px;
    }
}

@media(min-width: 768px) {
    .feature-card img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
}

/* floating circle */

.floating-circle_top {
    top: -270px;
    bottom: auto;
    left: -230px;
    right: auto;
    width: 588px;
    position: absolute;
}

.floating-circle_bottom {
    top: -126px;
    left: auto;
    right: 0;
    width: 465px;
    /* transform: rotate(90deg); */
}

@media screen and (max-width: 991px) {
    .floating-circle_top {
        top: -255px;
        left: -181px;
        width: 480px;
    }
}

@media screen and (max-width: 767px) {
    .floating-circle_top {
        top: -196px;
        width: 400px;
    }

}

@media screen and (max-width: 479px) {
    .floating-circle_top {
        top: -130px;
        width: 333px;
    }

}


/* -----------------------------------------------------------------
    - Ribbon
----------------------------------------------------------------- */

.ribbon {
    position: absolute;
    right: -6px;
    top: -7px;
    z-index: 1;
    overflow: hidden;
    width: 80px;
    height: 80px;
    text-align: right;
}

.ribbon span {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: -webkit-gradient(linear, left top, left bottom, from(#9BC90D), to(#79A70A));
    background: -o-linear-gradient(#9BC90D 0%, #79A70A 100%);
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
    letter-spacing: .5px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.red span {
    background: -webkit-gradient(linear, left top, left bottom, from(#F70505), to(#8F0808));
    background: -o-linear-gradient(#F70505 0%, #8F0808 100%);
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.red span::before {
    border-left-color: #8F0808;
    border-top-color: #8F0808;
}

.red span::after {
    border-right-color: #8F0808;
    border-top-color: #8F0808;
}

.blue span {
    background: -webkit-gradient(linear, left top, left bottom, from(#2989d8), to(#1e5799));
    background: -o-linear-gradient(#2989d8 0%, #1e5799 100%);
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
    border-left-color: #1e5799;
    border-top-color: #1e5799;
}

.blue span::after {
    border-right-color: #1e5799;
    border-top-color: #1e5799;
}

/* -----------------------------------------------------------------
    - To Top 
----------------------------------------------------------------- */

.btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    border-radius: 0.5rem;

}

.btn-top:hover {
    color: #fff;
    background-color: var(--bs-primary)
}

.rounded-shape {
    position: absolute;
    height: 300px;
    width: 300px;
    border: 40px solid #f8583b;
    border-radius: 100%;
    top: -85px;
    right: -85px;
}

@media (min-width: 576px) {
    .rounded-shape {
        height: 360px;
        width: 360px;
    }
}

/* Circle Shape -------- */

.circle-shape-one {
    left: -200px;
    bottom: -202px;
    width: 67%;
    padding-top: 67%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.07 !important;
}

.circle-shape-two {
    top: -211px;
    right: -178px;
    width: 67%;
    padding-top: 67%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.07 !important;
}

.circle-shape-three {
    top: 250px;
    right: -88px;
    width: 53%;
    padding-top: 53%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.07 !important;
}

.bg-warning .circle-shape-one,
.bg-warning .circle-shape-two,
.bg-warning .circle-shape-three {
    background-color: #0e0e0e;
}


/* Dot shape -------------------------- */

.dot-shape {
    height: 15px;
    width: 5px;
    background-color: #fff;
    transform: skew(-30deg);
    border-radius: 4px;
}

.dot-shape:nth-child(3n+1) {
    background-color: #eb6a5e;
}

.dot-shape:nth-child(3n+2) {
    background-color: #f3be4f;
}

.dot-shape:nth-child(3n+3) {
    background-color: #64c454;
}

/* Counter ----------------------- */

.counter {
    font-size: 9rem;
    background: linear-gradient(180deg, rgba(248, 69, 37, 0.2) 0%, rgba(25, 30, 37, 0.2) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
    line-height: 1;
    margin-bottom: -58px;
    margin-top: -48px;
}

@media(min-width: 576px) {
    .counter {
        font-size: 12rem;
        margin-bottom: -80px;
    }
}

@media(min-width: 992px) {
    .counter {
        font-size: 20rem;
        margin-bottom: -150px;
    }
}

.text-span {
    background: left 1em/1em 0.2em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(248, 69, 37, .5), rgba(248, 69, 37, .5));
}

.dashboard-preview-section {
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(248, 69, 37, .1) 0, rgba(255, 255, 255, 0) 100%)
}