
@import url('https://fonts.googleapis.com/css?family=Rubik:400,600,700');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0
}

a {
    color: #2c3e50;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 70px;
    line-height: 80px
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    font-family: 'Rubik', sans-serif;
}

/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/

.preloader {
    background: #6a4882;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 112px;
}

#header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 22px 0
}

/*-------------------------------------------------------------------------------------
    home area
---------------------------------------------------------------------------------------*/

#home-area {
    position: relative;
}

.d-table {
    padding: 250px 0 136px;
}

.caption-img {
    position: relative;
    z-index: 9;
}

.caption-img img {
    max-width: 350px;
}

/*-------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------*/

/*body {
    height: 100vh;
}

.all-divs {
    flex-direction: column;
    height: 100%;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}

#home-area, #feature-area, #testi-area, #footer{
    scroll-snap-align: start;
}*/



#header {
    background-color: #210656;
    position: fixed;
    border-bottom: 2px solid white;
    width: 100%;
    padding: 0 70px;
    z-index: 991;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Rubik', Black, serif;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
}

.navbar-nav .nav-item {
    color: #ffffff;
    background-color: #3C1791;
    padding: 0 !important;
    transform: skew(-10deg);
    transform-origin: top left;
}

.nav-item a {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.nav-item .active {
    background-color: #DB68D9;
}

.nav-item .active:hover{
    color: #ffffff !important;
}

.nav-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skew(-10deg);
    z-index: -1;
}

.navbar {
    padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 49px 20px;
}

.navbar-collapse ul div {
    margin-left: 25px;
}

.navbar-social-icons img {
    margin-left: 10px;
}

.navbar-social-icons img:hover {
    background-color: #AE91FF;
    border-radius: 5px;
}

#home-area {
    background-color: #210656;
    padding: 0 70px;
    min-height: 100%;
}

.home-title, .home-title-bg {
    font-family: 'Rubik', Black, serif;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    white-space: nowrap;
    letter-spacing: 1.2px;
}

.home-title-bg {
    background-color: #A125A0;
    box-shadow: -70px 0 #A125A0;
    line-height: 0;
    padding-top: 19px;
    width: fit-content;
}

.home-title-bg-div p{
    margin: 0;
    height: 36px;
    line-height: 0;
}

.home-desc {
    font-family: 'Rubik', Light, serif;
    color: #C2CFFF;
    letter-spacing: 0.6px;
    font-size: 24px;
    max-width: 550px;
    line-height: 36px;
    font-weight: 400;
}

.home-store-div {
    margin-top: 24px;
}

.home-store-div a img {
    margin-right: 20px;
    max-width: 200px;
    height: auto;
}

.home-store-div a img:hover{
    background-color: #131B3B;
    border-radius: 10px;
}

#feature-area {
    background-color: #131B3B;
    padding: 100px 48px 72px 180px;
}

.body-desc {
    font-family: 'Rubik', Light, serif;
    font-size: 24px;
    line-height: 40px;
    max-width: 625px;
    color: #C2CFFF;
    font-weight: 300;
    letter-spacing: 0.6px;
}

.particle-line {
    margin: 0 0 93px 64px;
}

.testi-area {
    background-color: #0836E0;
    padding: 150px 160px 181px 70px;
}

.team-div img {
    max-width: 200px;
    height: auto;
}

.team-div .team-social-icon {
    margin-left: 20px;
}

.team-div .team-social-icon:hover {
    background-color: #CB2AFF;
    border-radius: 10px;
}

.team-card {
    width: 330px;
    height: 300px;
    text-align-last: center;
    background: linear-gradient(#0836E0,#0F48FF);
}

.team-div .team-title {
    font-family: 'Rubik', Black, serif;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 900;
}

.team-div p {
    margin: 0;
}
.pl-20 {
    padding: 2px 0 0 20px;
    background-color: #CB2AFF;
    z-index: 901;
    width: 330px;
}


.team-div .team-desc {
    font-family: 'Rubik', Light, serif;
    font-size: 21px;
    color: #C2CFFF;
    line-height: 36px;
    letter-spacing: 0.53px;
    font-weight: 300;
    max-width: 310px;
    margin: 20px 0 40px 20px;
}

#footer {
    background-color: #131B3B;
    padding: 65px 70px 141px;
    
}

.footer-desc {
    font-family: 'Rubik', Light, serif;
    color: #C2CFFF;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 21px;
    text-align: right;
    font-weight: 300;
    max-width: 175px;
}

.footer-social-icon {
    margin-left: 130px;
    align-items: self-end;
}

#footer a img {
    margin: 20px 0 60px;
}

.footer-social-icon img {
    max-width: 200px;
    height: auto;
}

.footer-span {
    font-family: 'Rubik', Light, serif;
    color: #C2CFFF;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.4px;
    font-weight: 300;
    z-index: 991;
    cursor: pointer;
}

.site-link:hover {
    color: #CB2AFF;
}

.padding-custom {
    padding-right: 180px;
    padding-bottom: 53px;
}

.image-1 {
    position: fixed;
    right: -80px;
    top: 80px;
    z-index: 999;
}

.image-2 {
    position: fixed;
    left: -100px;
    bottom: -100px;
    z-index: 900;
}

.image-3 {
    position: absolute;
    top: 60px;
    left: 265px;
}

.image-4 {
    position: absolute;
    top: 486px;
    left: 46%;
    z-index: 980;
}

.image-5 {
    position: absolute;
    top: 87%;
    left: 46%;
    z-index: 990;
    cursor: pointer;
    transition: transform 1s ease-in-out;
}

.image-5:hover {
    transform: scale(1.1);
}

.home-image {
    position: absolute;
    right: -56px;
    top: 120px;
    z-index: 800;
}

.footer-logo {
    z-index: 999;
}

.caption {
    position: relative;
    z-index: 990;
}

.team-social-icon {
    width: 200px;
    height: 60px;
}

.team-social-icon-title {
    font-size: 21px;
    letter-spacing: 0.42px;
    color: #ffffff;
}

.team-social-icon-desc {
    font-size: 10px;
    letter-spacing: 0.25px;
    color: #ffffff;
}

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

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: none !important;
}

.testi-carousel.owl-carousel .owl-nav > div {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 4px;
    margin-left: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid rgba(229, 240, 255, 0.5);
    background-color: #0836E0;
    color: #0836E0;
}

.testi-carousel.owl-carousel .owl-nav .owl-next {
    left: 60px;
}

.testi-carousel.owl-carousel .owl-nav > div:hover {
    background-color: #0836E0;
    color: #fff
}

.d-table-cell {
    text-align: -webkit-left !important;
}

.team-div-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: 1.2px;
    color: #ffffff;
}

.footer-social-icon a img:hover {
    background-color: #CB2AFF;
    border-radius: 10px;
}

.icofont-simple-right:before, .icofont-simple-left:before{
    color: #ffffff !important;
}

.logo img {
    width: 96px;
}

.body-logo img {
    width: 300px;
    height: 216px;
}

.footer-logo img {
    width: 200px;
}

.team-card img {
    width: 108px;
    height: 111px;
}

@media only screen and (max-width: 990px) {
    .footer-logo img {
        width: 120px;
    }

    #footer .footer-social-icon img {
        width: 120px;
    }

    #footer {
        padding: 70px;
    }

    .footer-desc {
        font-size: 14px;
    }

    .footer-social-icon {
        margin-left: 20px;
    }

    .padding-custom img{
        height: 120px;
        width: auto;
    }

    .particle-line {
        height: 50px !important;
        margin: 0 0 50px 64px;
    }

    #feature-area {
        padding: 90px 70px 60px !important;
    }

    .padding-custom {
        padding-right: 20px;
        z-index: 999;
    }

    .image-1 {
        z-index: 997;
    }

    .body-desc {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0;
        z-index: 980;
    }

    #feature-area .justify-content-end img {
        width: 140px;
    }

    #home-area {
        padding: 50px 20px 100px 20px !important;
    }

    .d-table {
        padding: 0;
    }

    .image-3 {
        top: 55px;
    }

    .image-5 {
        top: 720px;
    }

    .caption a {
        padding-left: 0 !important;
    }

    .image-1 img {
        width: 160px;
    }

    .image-2 img {
        width: 160px;
    }

    .image-2 {
        left: -75px;
        bottom: -75px;
    }

    .navbar-nav {
        padding: 0 !important;
        background: #0836E0;
    }

    .nav-item {
        transform: none !important;
    }

    .nav-link {
        padding: 10px !important;
    }

    .navbar-collapse ul div {
        margin: 0;
    }

    .active {
        background: #0836E0 !important;
    }

    #navbarContent {
        border: none !important;
    }

    .navbar-toggler {
        margin-left: 10px !important;
        color: #ffffff !important;
    }

    .kv-logo {
        margin: 125px 0 0;
        width: 800px;
        height: 800px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 22px;
        padding: 20px 0 !important;
        z-index: 999;
    }

    .teams-div {
        display: none !important;
    }

    .team-card img {
        width: 40% !important;
        padding: 0 !important;
    }

    .testi-area {
        padding: 90px 0 90px 70px !important;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        display: block !important;
    }

    .testi-carousel.owl-carousel .owl-nav > div {
        margin-left: 42%;
    }
}

@media only screen and (max-width: 750px) {.carousel-div {padding: 70px 0 0 120px !important;}}
@media only screen and (max-width: 580px) {.carousel-div {padding: 70px 0 0 85px !important;}}
@media only screen and (max-width: 500px) {.carousel-div {padding: 70px 0 0 65px !important;}}
@media only screen and (max-width: 430px) {.carousel-div {padding: 70px 0 0 40px !important;}}
@media only screen and (max-width: 400px) {.carousel-div {padding: 70px 0 0 20px !important;}}

@media only screen and (max-width: 600px) {

    .testi-carousel.owl-carousel .owl-nav > div {
        margin-left: 34%;
    }

    .testi-area {
        padding: 70px 0 120px 0 !important;
    }

    .team-card img {
        width: 40% !important;
        padding: 0 !important;
    }

    .teams-div {
        display: none !important;
    }

    .footer-social-icon {
        align-items: center;
        margin-left: 0;
    }

    .footer-desc {
        text-align: center;
        max-width: 300px;
    }

    #footer a img {
        margin: 10px 0 30px;
    }

    #footer {
        padding: 30px 0 50px !important;
    }

    .body-desc {
        margin-top: 40px;
        z-index: 990;
        text-align: center;
    }

    .padding-custom {
        padding-right: 0;
    }

    #feature-area {
        padding: 90px 20px 60px !important;
    }

    .body-logo {
        align-self: center;
    }

    .particle-line {
        margin-left: 100px;
        display: none;
    }

    .image-2 {
        left: -50px;
        bottom: -50px;
    }

    .image-2 img {
        width: 125px;
        height: 125px;
    }

    .home-title, .home-title-bg {
        font-size: 24px;
    }

    .home-desc {
        font-size: 18px;
        text-align: left;
    }

    .caption {
        padding-bottom: 0 !important;
    }

    .image-1 img {
        width: 125px;
        height: 125px;
    }

    .d-table {
        padding: 15px 0 0;
    }

    .image-3 {
        left: 145px;
    }

    .image-3 img {
        width: 70px;
    }

    #home-area {
        padding-left: 20px !important;
    }

    .team-div .team-desc {
        font-size: 18px !important;
    }

    .team-title {
        font-size: 24px !important;
    }

    .team-div p {
        margin: -4px !important;
    }

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

    .footer-logo {
        z-index: 990;
    }

    #header {
        padding: 0 20px !important;
    }

    .home-title-bg-div p {
        height: 18px;
    }

    .home-title-bg {
        padding-top: 10px;
    }

    .home-store-div {
        margin-top: 0 !important;
        text-align: center;
    }

    .caption a {
        padding: 0 !important;
    }

    .kv-logo {
        width: 300px;
        height: 230px;
        margin: 120px 0 0 0 !important;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        padding: 20px 0 !important;
        z-index: 999;
    }

    .team-div-title {
        font-size: 42px;
    }

    .home-store-div a img {
        margin-right: 0;
        max-width: 200px;
        height: auto;
    }

    .team-div .team-social-icon {
        margin-left: 20px !important;
    }

    .owl-item .cloned{
        width: 330px !important;
    }

    .owl-stage {
    }
}