@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300&family=Roboto:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

@font-face {
    font-family: 'vogueregular';
    src: url('../vogue-webfont.woff2') format('woff2'),
        url('../vogue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_haptikbold';
    src: url('../fonts/gt_haptik_bold-webfont.woff2') format('woff2'),
        url('../fonts/gt_haptik_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1458E9;
    z-index: 9999999;
}

.spinner {

    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    display: inline-block;
    vertical-align: middle;

}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

}

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #131a2b;
    font-weight: 600;
    font-family: Poppins;
}

a.navbar-brand h3 {
    color: #fff;
}


.main-banner-content {
    text-align: left;
    margin-top: 0px;
}

.main-banner {
    background: #1458E9;
    position: relative;
}

.main-banner-content h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    display: none;
}

.main-banner-content span {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.wrap_animate {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    font-family: Poppins;
}

.default-btn-two {
    border-radius: 5px;
    background-color: #c813f8;
}

.navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 0 25px;
}

.main-banner-content p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    margin-top: 5px;
}

a.demo-btnn {
    display: inline-block;
    background: #c813f8;
    color: #fff;
    text-align: center;
    padding: 14px 25px;
    border-radius: 5px;
    outline: none;
    border: 0px solid;
    margin-top: 40px;
    transition: .4s;
}

a.demo-btnn:hover {
    background: #fff;
    color: #c813f8;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: #fff;
}

.single-item {
    background-color: transparent;
    border: none;
}

.new-demo {
    height: 100%;
    background: #fff;
    opacity: 1;
}

.demo-thumb {
    position: relative;
    transition: .3s;
    transition: all .3s ease-out;
    overflow: hidden;
    width: auto;
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    border-radius: 0;
}

.demo-thumb:before {
    background: rgb(255 255 255 / 0);
    border-radius: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.demo-thumb img {
    transition: .3s;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0px;
    vertical-align: middle;
    border-style: none;
}

.preview {
    transition: all .3s ease-out;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: scale(.6);
    margin-left: -80px;
}

.demo-text {
    padding: 0 2rem 3.25rem;
    width: 100%;
    text-align: center;
}

.demo-text h4 {
    font-weight: 700;
    color: #0b132b;
    margin-bottom: 0;
    padding-top: 25px;
    font-size: 20px;
}

a.item_hvr_btnn {
    display: inline-block;
    background: #c813f8;
    text-align: center;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.demo-thumb:hover:before {
    background: rgb(255 255 255 / .5);
}

.demo-thumb:hover .preview {
    transform: scale(1);
    visibility: visible;
}

.menu-shrink {
    background-color: #fff;
}

.menu-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
}

.menu-shrink a.navbar-brand h3 {
    color: #c813f8;
}

.demo-area {
    padding-top: 250px;
}

@media screen and (max-width: 450px) {
    .demo-area {
        padding-top: 90px;
    }
    .navbar-light .navbar-brand {
        max-width: 100%;
    }
}

.demo-area .section-title {
    margin-bottom: 60px;
    margin-top: 0px;
}

.demo-text h4 a {
    color: #131a2b;
}

.demo-text h4 a:hover {
    color: #c813f8;
}

.menu-shrink {
    border-bottom: 1px solid #f0f0f0;
    box-shadow: none;
}

.demo_titles h2 {
    font-size: 38px;
    margin: 0 auto;
    letter-spacing: 0px;
}

.demo_titles p {
    color: #697b96;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
}

.theme_bgg {
    position: absolute;
    right: 7%;
    top: 180px;
    width: 540px;
    height: 390px;
    content: "";
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
}

.theme_bgg_inner {
    background: url(../img/home1.png) no-repeat scroll center;
    width: 480px;
    height: 330px;
    background-size: cover;
    margin-left: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

@media (min-width: 1900px) {

    .theme_bgg {
        right: 19%;
    }

}

.theme_bgg:before {
    position: absolute;
    left: -65px;
    top: -90px;
    width: 157px;
    height: 248px;
    background: url(../img/dot.png) no-repeat scroll left;
    background-size: cover;
    content: "";
    z-index: 0;
}

.feature_item {
    padding-right: 30px;
    margin-bottom: 45px;
}

.featured_icon {
    width: 60px;
    height: 60px;
    background: #1458E9;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 63px;
    border-radius: 6px;
    position: relative;
}

.featured_icon:before {
    position: absolute;
    z-index: 999;
    content: "";
    height: 30px;
    width: 30px;
    right: 0;
    left: -11px;
    bottom: -43px;
    border-radius: 50%;
    background-color: rgba(90, 73, 248, .02);
}

.featured_icon i {
    font-size: 22px;
}

.feature_item h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #131a2b;
}

.feature_item p {
    font-size: 16px;
    color: #697b96;
}

.footer-area .default-btn {
    border-radius: 5px;
}

.footer-area .default-btn:hover {
    background-color: #c813f8;
    color: #fff;
}

.menu-shrink .default-btn-two:hover {
    background-color: #1458E9;
    color: #fff;
    border-color: #fff;
}

.menu-shrink .navbar-nav .nav-item .nav-link {
    border: 0px;
    outline: none;
}

.features-area {
    background-color: #F3F8FB;
    padding: 75px 0 60px;
}

.demo_titles h2 {
    font-size: 36px;
    margin: 0 auto;
    letter-spacing: 0px;
    font-weight: 700;
}

.demo-area .container-fluid {
    max-width: 95%;
}

@media (max-width: 991px) {

    .theme_bgg {
        display: none;
    }

    .wrap_animate,
    .main-banner-content span {
        font-size: 30px;
    }

    .main-banner-content {
        margin-top: 100px;
    }

    .main-banner-content p {
        display: none;
    }

    .navbar-light.menu-shrink .navbar-toggler .navbar-toggler-icon {
        background-image: url(../img/nav_iconn.png) !important;
    }

    .menu-shrink .navbar-nav .nav-item .nav-link {
        color: #fff;
    }

    .main-banner {
        height: 475px;
        z-index: 1;

    }

}

@media (max-width: 991px) {

    .main-banner-content {
        margin-top: 40px;
    }

    .main-banner {
        height: 400px;
        z-index: 1;

    }

    a.demo-btnn {
        margin-top: 20px;
    }
    
}