@charset "UTF-8";

/* GLOBAL
----------------------*/

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #5caed4;
    text-decoration: none;
}

h1 {
    color: #070d31;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 18px;
    font-weight: 300;
    color: #070d31;
    line-height: 25px;
    margin-bottom: 1rem;
}

h3 {
    color: #070d31;
    font-size: 25px;
    font-weight: 500;
}

h4 {
    font-size: 14px;
    font-weight: 500;
    color: #070d31;
}

h5 {
    font-size: 14px;
    font-weight: 300;
    color: #070d31;
    margin-bottom: 0.7rem;
}

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

p {
    color: #959094;
}

img {
  border-radius: 16px;
}

.light-bg {
    background-color: #eff1fd;
}

.section {
    padding: 30px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

.border-bottom {
  border-bottom: 1px solid #000;
}



/* HEADER MOBILE
----------------------*/
@media (max-width:767px) {
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 16px;
        font-weight: bolder;
    }

    .section {
        padding: 20px 0 20px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 1rem;
    }

}



@media (max-width:1200px) {

}


/* Button
----------------------*/

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #2b41ca 0%, #566ae3 100%);
    background-image: -webkit-linear-gradient( 122deg, #2b41ca 0%, #566ae3 100%);
    background-image: -ms-linear-gradient( 122deg, #2b41ca 0%, #566ae3 100%);
    background-image: linear-gradient( 122deg, #2b41ca 0%, #566ae3 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #2b41ca 0%, #384fd6 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #e60036;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}



/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  background: rgb(45,8,73);
  background: linear-gradient(45deg, rgba(45,8,73,1) 0%, rgba(75,15,102,1) 35%, rgba(134,62,176,1) 100%);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}





/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #e60036;
}




/*  SOCIAL ICON
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}


/*  BACKGROUND
----------------------*/
.bg-grey {
    background: rgb(243, 245, 246);
}


/*  Card
----------------------*/
.card-title {
    height: 20px;
    font-weight: 500;
}

.card-text {
    font-weight: 500;
}
