:root {
    --color-1: #728FF8;
    --color-2: #2d1671;
    --color-3: #fffcf7;
    --color-4: #fff;
    --color-5: #cfcdd3;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

h1,
h2 {
    font-size: 48px;
}

h3 {
    font-size: 32px;
}

.btn {
    font-family: 'Playfair Display', serif;
    background-color: var(--color-1);
    color: #fff;
    border-radius: 50px;
    padding: 0px 30px;
    line-height: 50px !important;
    height: 55px !important;
    font-size: 16px;
    letter-spacing: .5px;
}

.btn:hover {
    color: var(--color-1);
    background-color: #fff;
}

.btn--2 {
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: #fff;
}

.btn--2:hover {
    background-color: var(--color-1);
    color: #fff
}

.btn span {
    color: #100827;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
}

section {
    padding: 140px 0;
    color: #fff;
    scroll-margin-top: 100px;
}

section h2 {
    position: relative
}


section h2:after {
    position: absolute;
    content: '';
    bottom: -20px;
    width: 8px;
    left: 0;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-1);
}

section h2.heading-center:after {
    left: 50%;
}


/*HEADER*/
/*HEADER*/

header {
    position: relative;

}

header nav .navbar-brand {
    margin: 0 50px;
}

header nav .navbar-brand img {
    width: 140px;
    transition: .15s
}

header .nav-left-column {
    display: flex;
    justify-content: flex-end;
    position: relative;
    /*    background-color: #999;*/
}



header nav:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    z-index: 0;
}

header nav:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 50%;
    height: 1px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    z-index: 0;
}


header nav.navbar.bg-light {
    background-color: #986f23 !important;
    background-color: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 50px;
    padding-bottom: 50px;
}

header nav.navbar a.nav-link {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    padding: 15px 50px !important;
}

header nav.navbar a.nav-link:hover {
    color: var(--color-1);
}

header nav.navbar a.nav-link.active {
    color: var(--color-1)
}


header nav.navbar a {
    color: #fff;
}

header nav.navbar.bg-light.h-fixed {
    padding-top: 8px;
}


header nav.navbar.bg-light.h-fixed a.navbar-brand img {
    width: 80px;
    height: auto
}


header nav.navbar.bg-light.h-fixed {
    background-color: #100827 !important;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}


header nav.navbar.bg-light.h-fixed {}

/*HERO SECTION*/

section.hero-section {
    background-color: #100827;
    background-image: url(../images/stars-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    position: relative;
}

section.hero-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    /*    background-color: #999;*/
    background-image: linear-gradient(to bottom, rgba(26, 22, 60, 0.5), rgba(16, 8, 39, 0));
    z-index: 0
}



section.hero-section img {
    max-width: 100%;
}

section.hero-section .hero-wrapper {
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 1
}


section.hero-section .hero-wrapper .hero-col-1 {
    flex-basis: 28%;
    display: flex;
    flex-direction: column;
    /*    align-items: center;*/
    align-items: flex-end;
    justify-content: space-between;
}

section.hero-section .hero-wrapper .hero-col-1 img.cloud-1 {
    margin-right: -150px;
}

section.hero-section .hero-wrapper .hero-col-1 .btn {
    margin-top: -170px;
}

section.hero-section .hero-wrapper .elipse-1 {
    top: -400px;
    right: -60px;
    width: 280px;
    position: absolute;
    /*    background-color: #999*/
}

section.hero-section .hero-wrapper .elipse-2 {
    bottom: -200px;
    left: 0;
    width: 360px;
    position: absolute;
    /*    background-color: #999*/
}

section.hero-section .hero-wrapper .hero-col-1 img {
    margin-right: auto;
    width: 100%;
}

section.hero-section .hero-wrapper .hero-col-2 {
    flex-basis: 40%;
    position: relative;
}

section.hero-section .hero-col-2 .col-2-top-box {
    position: relative
}

section.hero-section .hero-col-2 h2:after {
    display: none
}

section.hero-section .hero-col-2 span {
    color: var(--color-1)
}

section.hero-section .hero-col-2 .get-read-box {
    color: var(--color-1);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 25px auto 0 auto;
    max-width: 300px;
}

section.hero-section .hero-col-2 .get-read-box p {
    margin-bottom: 0
}

section.hero-section .hero-col-2 .get-read-box p.read-text {
    padding-right: 15px;
    font-weight: 500
}

section.hero-section .hero-col-2 .get-read-box p.author {
    border-left: 1px solid #fff;
    padding-left: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    letter-spacing: 1px;
}

section.hero-section .hero-col-2 .get-read-box p.author span {
    color: var(--color-1);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: left
}



section.hero-section .hero-wrapper .hero-col-2 img.half-face {
    position: relative;
    z-index: 1;
    /*    background-color: rgba(128, 222, 157, 0.2)*/
}

section.hero-section .hero-col-2 .compass-box {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(105px, -50%);
    transform: translate(-50%, -50%);
    /*    background-color: rgba(232, 154, 154, 0.15)*/
}

section.hero-section .hero-col-2 .compass-box img.compass-meter {
    width: 100%;
    animation-name: compass-rotation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}

section.hero-section .compass-box img.zodiac-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%) rotate(120deg);
    /*    width: 270px;*/
    height: 110%;
}

section.hero-section .hero-wrapper .hero-col-3 {
    flex-basis: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.hero-section .hero-wrapper .hero-col-3 img {
    width: 100%;
}


section.hero-section .hero-wrapper .hero-col-3 .btn {
    margin-right: auto
}

nav.mobile-nav {
    display: none
}

@keyframes compass-rotation {
    0% {
        transform: rotateZ(3deg);
        transform-origin: center;
    }

    100% {
        transform: rotateZ(-10deg);
    }
}

@media screen and (max-width: 1350px) {
    section.hero-section .hero-wrapper h2 {
        font-size: 45px;
    }

    section.hero-section .hero-wrapper .elipse-2 {
        width: 275px;
    }

    section.hero-section .hero-wrapper .elipse-1 {
        width: 250px;
        right: -120px;
    }
}

@media screen and (max-width: 1199px) {

    section.hero-section .hero-wrapper h2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 991px) {
    .desktop-nav {
        display: none
    }

    header nav:after,
    header nav:before {
        display: none
    }

    header nav.navbar.bg-light.mobile-nav .container-lg {
        padding: 0 30px;
    }

    header nav.navbar.bg-light.mobile-nav .navbar-nav {
        text-align: center
    }

    header nav.navbar.bg-light.mobile-nav {
        display: block;
        background-color: #100827 !important;
        padding: 10px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    }

    header nav .navbar-brand {
        margin-left: 0
    }

    header nav.navbar.bg-light.mobile-nav button.navbar-toggler {
        border: 1px solid #fff;
        display: flex;
        flex-direction: column;
        padding: 10px 12px;
    }

    header nav.navbar.bg-light.mobile-nav button.navbar-toggler span {
        height: 2px;
        width: 28px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

    header nav.navbar.bg-light.mobile-nav button.navbar-toggler span:nth-child(2) {
        margin: 7px 0
    }

    header nav.navbar.bg-light.mobile-nav img {
        width: 80px;
    }
}

@media screen and (max-width: 991px) {
    section.hero-section:after {
        display: none
    }

    section.hero-section .hero-wrapper {
        /*        flex-direction: column;*/
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
    }

    section.hero-section .hero-wrapper .btn {
        min-width: 155px;
        flex-wrap: wrap;
    }

    section.hero-section {
        padding-bottom: 50px
    }

    section.hero-section .hero-wrapper .hero-col-2 {
        order: 1;
        flex-basis: 100%;
        /*        background-color: #666*/
    }

    section.hero-section .hero-wrapper .hero-col-1 {
        /*        background-color: indianred;*/
        order: 2;
        justify-content: center;
        align-items: flex-end;
        padding: 25px 0;
        flex-basis: 50%;
    }

    section.hero-section .hero-wrapper .hero-col-1 img {
        display: none
    }

    section.hero-section .hero-wrapper .hero-col-1 .btn {
        margin-top: 0;
        margin-right: 10px;
    }

    section.hero-section .hero-col-2 .get-read-box p.read-text {
        flex-basis: 50%;
        text-align: right
    }

    section.hero-section .hero-col-2 .get-read-box p.author {
        flex-basis: 50%;
        text-align: left
    }

    section.hero-section .hero-wrapper .hero-col-3 {
        order: 3;
        flex-basis: 50%;
        /*        background-color: paleturquoise;*/
        align-items: flex-start
    }

    section.hero-section .hero-wrapper .hero-col-3 .btn {
        /*        margin: 0 auto*/
        margin-left: 10px;
    }

    section.hero-section .hero-wrapper .hero-col-3 img {
        display: none
    }

    section.hero-section {
        padding-top: 150px;
    }


    section.hero-section .hero-wrapper .elipse-2 {
        width: 200px;
        bottom: -50px;
        opacity: .1;
        display: none
    }
}

@media screen and (max-width: 576px) {
    header nav.navbar.bg-light.mobile-nav img {
        width: 70px;
    }

    section.hero-section .hero-wrapper h2 {
        font-size: 32px;
    }

    section.hero-section .hero-col-2 .col-2-top-box {
        padding: 0 50px;
    }

    section.hero-section {
        padding-top: 130px;
    }

    .hero-wrapper h2 {
        font-size: 28px
    }
}

@media screen and (max-width: 380px) {
    section.hero-section .hero-col-2 .col-2-top-box {
        padding: 0 65px;
    }

    section.hero-section .hero-wrapper h2 {
        font-size: 26px;
        margin-top: 30px;
    }
}


/*WELCOME*/
/*WELCOME*/

section.welcome {
    padding-bottom: 0;
    padding-top: 50px;
}

section.welcome {
    color: #fff;
    background-color: #100827;
}

section.welcome h2 {
    margin: 0px 0 25px;
}

section.welcome h2:after {
    width: 8px;
    height: 8px;
    bottom: -15px;
}

section.welcome h3 {
    color: var(--color-1);
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 24px;
}

section.welcome p.welcome-main-content {
    color: #a09dab;
    margin: 30px 0
}

section.welcome .btn {
    margin-top: 0px;
}

section.welcome .cta-inner {
    padding: 75px 0 75px;
}



/*CTA*/
/*CTA*/
/*CTA*/

section.cta {
    padding: 50px 0;
    background-color: #100827;
    /*    background-color: #0b890b*/
}


section.cta .container {
    display: flex;
    justify-content: space-between;
}

section.cta .cta-inner {
    flex-basis: 50%;
    display: inline-block;
    padding: 75px 30px;
    position: relative;
}

section.cta .cta-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: -310px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    background-image: linear-gradient(to bottom, #100827, #1a153b);
    background-color: #999;
}

section.cta h2:after {
    width: 24px;
    height: 24px;
    bottom: -50px;
}

section.cta .cta-inner h2 {
    position: relative;
    font-size: 64px;
    display: inline-block;
}

section.cta .cta-cloud-box {
    flex-basis: 50%;
    /*    background-color: orange;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*    position: relative;*/
}

section.cta .cta-cloud-box img.moon-img {
    width: 350px;
    height: auto;
}

section.cta .cta-cloud-box img.cta-ellipse {
    position: absolute;
    width: 525px;
    width: 600px;
    height: auto;
    z-index: 10;
    right: 0;
    filter: drop-shadow(1px 1px 3px rgba(255, 255, 255, 9));
    filter: drop-shadow(3px 2px 2px #4444dd);
}

/*SERVICES*/
/*SERVICES*/
/*SERVICES*/


.services {
    background-color: #100827;
}

.services img {
    height: 200px;
}

.services .service-col-4 img {
    height: 220px;
}

.services h2 {
    text-align: left
}


.services h2:after {
    width: 8px;
    height: 8px;
    bottom: -15px;
}

.services h3::before {
    position: absolute;
    content: '';
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--color-1);
}

.services h3 {
    position: relative;
    margin: 75px 0 25px;
}

.services .service-col {
    padding-top: 50px;
    padding-bottom: 50px;
}

.services .service-col p {
    color: #cfcdd3;
}

.services .service-col .service-col-inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}



/*PRICING*/
/*PRICING*/
/*PRICING*/


section.pricing {
    background: linear-gradient(180deg, rgba(114, 143, 248, 0.1) 0%, rgba(114, 143, 248, 0) 100%);
    background: linear-gradient(to bottom, #18143a 0%, #100827 100%);
    background-color: #100827;
    scroll-margin-top: 25px;
}

section.pricing .price-col-1,
section.pricing .price-col-2,
section.pricing .price-col-3,
section.pricing .price-col-4,
section.pricing .price-col-5,
section.pricing .price-col-6 {
    margin-bottom: 75px;
}


section.pricing h2 {
    margin-bottom: 85px;
}

section.pricing h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 500
}

section.pricing p.description {
    color: #a09dab;
    font-size: 14px;
    margin-bottom: 0
}

section.pricing p.price {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    display: flex;
    line-height: 1
}

section.pricing p.price span.symbol {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    margin-top: 22px;
}



section.pricing p.price span.value {
    color: var(--color-1);
    font-size: 58px;
    font-style: italic;
    padding-left: 5px;
}

.pricing-ellipse {
    position: relative
}

.pricing-ellipse img.price-ellipse {
    position: absolute;
    width: 450px;
    height: auto;
    left: 0;
    transform: translateY(-50%);
    z-index: 4;
}

.pricing-ellipse img.price-cloud {
    position: absolute;
    transform: translate(-60%, -50%);
    width: 810px;
    z-index: 6;
}

@media screen and (max-width:  1536px ) {
    .pricing-ellipse img.price-ellipse{
        width: 300px;
    }
}

/*HOME CONTACT*/
/*HOME CONTACT*/
/*HOME CONTACT*/






/*FOOTER*/
/*FOOTER*/
/*FOOTER*/

footer {
    color: #2D1671;
    padding: 0;
    font-family: 'Playfair Display', serif;
    background-color: var(--color-3);
    font-size: 20px;
}

footer h2 {
    font-size: 28px;
    max-width: 500px;
    position: relative
}

footer h2:after {
    position: absolute;
    content: '';
    bottom: -40px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-1);
}

footer .footer-top img {
    height: 120px;
}

footer .footer-top {
    padding: 75px 0 30px;
    border-bottom: 2px solid rgba(45, 22, 113, 0.1);
}

footer .footer-bottom {
    padding: 30px 0 75px;
}

footer .footer-bottom .social-media-icons {
    margin-left: 15px;
}


footer .footer-bottom .social-media-icons img:last-of-type {
    margin-left: 5px;
}

@media screen and (max-width: 1536px) {
    section.cta .cta-inner h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 1199px) {

    section.welcome img {
        width: 100%;
    }

    section.cta .cta-inner h2 {
        font-size: 48px;
    }

    section.pricing .price-inner-col {
        padding-left: 20px;
    }

    h1,
    h2 {
        font-size: 32px;
    }
    
    section.services h3{
        font-size: 28px;
    }
}


@media screen and (max-width: 992px) {

    section.cta .cta-cloud-box img.cta-ellipse {
        width: 400px;
    }

    section.cta .cta-inner h2 {
        font-size: 42px;
    }

    section.cta .cta-inner {
        padding: 75px 0
    }

    section.cta .cta-inner:before {
        left: -150px;
    }

    /*    FOOTER*/

    footer {
        font-size: 18px;
    }

    footer h2 {
        font-size: 24px;
        max-width: 380px;
    }


}

@media screen and (max-width: 768px) {

    div[class*="container"] {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    section.welcome img {
        margin-bottom: 50px;
    }
    section.cta .cta-inner h2{
        font-size: 32px;
    }
    section.cta .cta-inner:before{
        width: 280px;
        max-width: 300px;
    }
    section.cta .container{
        flex-wrap: wrap;
    }
    section.cta .cta-cloud-box{
        flex-basis: 100%;
    }
    
    section.services{
        padding-top:  50px;
    }
    /*    footer*/
    footer .footer-top img {
        margin-bottom: 50px;
    }

    footer .footer-top h2 {
        margin-bottom: 50px;
        text-align: center
    }

    footer h2:after {
        left: 50%;
        transform: translateX(-50%);
    }

    footer .footer-top {
        display: flex;
        flex-direction: column-reverse;
    }

    footer .footer-bottom {
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
    }

    footer .footer-bottom p {
        text-align: center
    }

    footer .social-media {
        margin: 25px 0;
    }
}

@media screen and (max-width: 576px) {
    section.pricing .price-inner-col {
        padding-left: 15px;
    }

    section.pricing h3 {
        font-size: 18px;
    }
}
