/* *************************
GENERAL
************************** */
body {
    font-family: 'Basier Circle', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1300px !important;
}

/* *************************
SIZE
************************** */
.w-30 {
    width: 30% !important;
}

.w-padding-lg {
    margin: 130px;
}

.w-padding-lg-inner {
    padding: 100px;
}

.w-mrg-btm-lg {
    margin-bottom: 80px !important;
}

.w-mrg-tp-lg {
    margin-top: 130px !important;
}

/* *************************
COLORS
************************** */

.w-yellow {
    color: #fdc43d;
}

.w-yellow-bg-light {
    background-color: #fff9eb;
}

.w-yellow-bg {
    background-color: #fdc43d;
}

.w-blue-bg {
    background-color: #112c61;
}

.w-blue {
    color: #14336d;
}

/* *************************
TYPOGRAPHY
************************** */
p,
a {
    font-family: 'Basier Circle', sans-serif !important;
}

.w-heading-1 {
    font-size: 3.6em;
    font-weight: 700;
    line-height: 0.9;
    font-family: 'Flama Book';
}

.w-heading-1-mid {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 0.9;
    font-family: 'Flama Book';
}

.w-heading-2 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    font-family: 'Flama Book';
}

.w-heading-3 {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-family: 'Flama Book';
}

.w-heading-4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-family: 'Flama Book';
}

/* *************************
LAYOUT
************************** */

.logo {
    margin-right: 15px;
    margin-left: 15px;
}

.nav-item {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 0.8em;
}

.nav-item a {
    color: #14336d !important;
}

.nav-item .nav-active {
    width: 6px;
    height: 6px;
    background-color: #fdc43d;
}

.btn-nav {
    border-radius: 0px !important;
    background-color: #eab334 !important;
    padding: 10px 20px;
    color: #fff !important;
    font-family: 'Basier Circle', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
}

.btn-nav:hover {
    border:1px solid #eab334 ;
    color: #14336d !important;
    background-color: transparent !important;
}

.w-hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    border-bottom: #fdc43d solid 3px;
    background-attachment: fixed !important;
    background: linear-gradient(to top, #112c61, #102c61c1), url("assets/img/hero-bg-2.jpeg") no-repeat top center;
    background-size: cover;
}

.w-heading-wrapper {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.w-mission {
    border: #14336d solid 1.5px;
}

.w-mission {
    font-size: 0.9rem;
}

.w-winner-card-wrapper:hover .w-winner-deco-blue {
    left: 20%;
    top: -10%;
    transition: all 0.5s ease;
}

.w-winner-card-wrapper:hover .w-winner-deco-yellow {
    left: 20%;
    top: -10%;
    transition: all 0.5s ease;
}

.w-winner-deco-blue {
    background-color: #14336d;
    position: absolute;
    left: 24%;
    top: -5%;
    width: 130px;
    height: 130px;
    transition: all 0.5s ease;
}

.w-winner-deco-yellow {
    background-color: #fdc43d;
    position: absolute;
    left: 24%;
    top: -5%;
    width: 130px;
    height: 130px;
}

.w-winner-image {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.w-winner-image img {
    width: 100%;
    height: auto;
}

.w-winner-name {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2em !important;
}


.w-value-icon img {
    width: 100px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.w-value-name {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.4em !important;
}

.w-value-text {
    font-size: 0.9em !important;
}

.w-card-image {
    width: 270px;
    height: 240px;
    background-color: #fdc43d;
    overflow: hidden;
}

.w-card-text {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2em !important;
}

.w-card-news .w-card-image {
    width: 270px;
    height: 240px;
    overflow: hidden;
    background-color: #ddd;
}

.w-card-news .news-date {
    font-size: 0.8em !important;
    color: #777;
}

.w-card-news .news-link {
    font-size: 0.9em !important;
}

.footer ul {
    text-decoration: none;
    list-style: none;
    margin-left: -40px;
}

.footer ul li a {
    color: #fff;
}

.footer p {
    font-size: 0.9em !important;
}

.cta-bg {
    background-image: url(../img/cta.jpeg);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: right;
}

.cta-img-wrapper {
    width: 100%;
    height: 350px;
    background-color: #fff9eb;
    overflow: hidden;
}

.cta-img-wrapper img {
    width: auto;
    height: auto;
}

.about .about-1 {
    width: 200px;
}

.about .about-2 {
    width: 260px;
}

.w-card-image img {
    width: 100%;
    height: 100%;
}

@keyframes follow-path {

    0%,
    100% {
        transform: translate(calc(-58px / 2), calc(-30px / 2));
    }

    25% {
        transform: translate(calc(1123px - 30px / 2), calc(-30px / 2));
    }

    50% {
        transform: translate(calc(1123px - 30px / 2), calc(235px - 30px / 2));
    }

    75% {
        transform: translate(calc(-58px / 2), calc(235px - 30px / 2));
    }
}

.dot {
    background-color: #fdc43d;
    border-radius: 0%;
    height: 30px;
    width: 30px;
    position: absolute;
    transform: translate(0);
    animation: follow-path 10s infinite;
}

.container.circle .dot {
    animation: follow-circle-path 4s infinite;
}

.nav-item a {
    text-transform: uppercase
}


/* *************************
SECTIONS
************************** */

.w-inner-hero {
    height: 600px;
    border-bottom: #fdc43d solid 4px;
    background-attachment: fixed !important;
    background: linear-gradient(to top, #0b1e45, #091c40c1), url("../img/block.jpeg") no-repeat top center;
    background-size: cover;
}

.w-wrapper {
    margin-top: 230px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -30%);
}


/* *************************
PLANS
************************** */
.plans{
    position: relative;
    z-index: 100;
    margin-top: -200px;
}
.plan-wrapper {
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 40px;
    height: 800px;
    background-color: #fff;
    position: relative;
}

.plan-wrapper h3 {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em !important;
}

.plan-wrapper h1 {
    color: #2c2c2c;
}

.plan-wrapper span {
    font-size: 1.2em !important;
    color: #989898;
}

.plan-benefits {
    margin-top: 15px;
    list-style: none;
    margin-left: -40px;
}

.plan-benefits li {
    font-size: 1.1em;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(20, 40, 44, 0.203);
    padding: 10px 0;
    color: #2c2c2c;
}

.p-benefit {
    display: inline-flex;
}

.plan-benefits .star:before {
    background-image: url('../img/icons/aster-1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 14px;
    margin-bottom: -3px;
    margin-right: 10px;
    width: 15px;
}

.plan-benefits .star-2:before {
  background-image: url('../img/icons/aster.svg');
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  margin-bottom: -3px;
  margin-right: 10px;
  width: 15px;
}

.plan-benefits .star-3:before {
  background-image: url('../img/icons/aster-3.svg');
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  margin-bottom: -3px;
  margin-right: 10px;
  width: 15px;
}

.plan-btn {
    margin-top: 20px;
    position: absolute;
    padding: 15px 50px;
    border-bottom-left-radius: 20px;
    font-weight: 500;
    border: none;
    width: 78%;
    bottom: 30px;
}

.plan-btn:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.plan-basic {
    border-top: #2c7f8c solid 8px;
}

.plan-basic-h3 {
    color: #328997;
}

.plan-basic-btn {
    background-color: #328997;
    color: #fff;
}

.plan-premium{
  border-top: #eab334 solid 8px;
}

.plan-premium-h3 {
  color: #eab334;
}

.plan-premium-btn {
  background-color: #eab334;
  color: #fff;
}

.plan-corporate{
  border-top: #7ca653 solid 8px;
}

.plan-corporate-h3 {
  color: #7ca653;
}

.plan-corporate-btn {
  background-color: #7ca653;
  color: #fff;
}


.wima-input {
    border-bottom: 3px solid #032d65 !important;
    display: block !important;
    width: 100% !important;
    border: 1px solid #eee;
    color: #273C48;
    border-radius: 0px !important;
    background-color: #f8f8f8;
    padding: 20px 0 !important;
    text-indent: 2%;
    line-height: normal;
}

.package-m-title{
    font-size: 1em;
    line-height: 1.2;
}
/* *************************
BUTTONS
************************** */
.w-btn {
    background-color: #fdc43d;
    color: #202020;
    font-size: 0.9em;
    padding: 15px 50px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

.w-btn:hover {
    text-decoration: none;
    background-color: #ffcb50;
    color: #202020;
}

.w-btn-blue {
    background-color: #032d65;
    color: #ffffff;
    font-size: 0.9em;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.w-btn-gray {
    background-color: #e9e9e9;
    color: #2a2a2a;
    font-size: 0.9em;
    padding: 12px 40px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

/* *************************
ANIMATIONS
************************** */

.tracking-in-contract-bck-bottom {
    -webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}


/* Mobile */
@media only screen and (max-width: 700px) {
    .w-hero {
        height: 500px;
    }

    .w-padding-lg {
        margin: 50px;
    }

    .about img {
        margin-bottom: 50px;
    }

    .about p {
        margin-bottom: 50px;
    }

    .w-mission .col-md-6 {
        padding: 2em !important;
    }

    .w-heading-1 {
        font-size: 2.2em !important;
    }

    .w-heading-2 {
        font-size: 1.8em;
    }

    .w-heading-3 {
        font-size: 1.4em;
    }

    .w-heading-4 {
        font-size: 0.8em;
    }

    .dot {
        display: none;
    }

    .about,
    .w-cta,
    .w-network {
        text-align: center;
    }

    .w-value-prop .container {
        width: 100% !important;
    }

    .w-network .container {
        width: 100% !important;
    }

    .w-winner-card-wrapper {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .w-cta p {
        width: 100% !important;
    }

    .w-padding-lg-inner {
        padding: 50px;
    }

    .w-mrg-tp-lg {
        margin-top: 50px !important;
    }

    .cta-img-wrapper {
        position: relative !important;
        margin-top: 10px !important;
    }

    .cta-img-wrapper img {
        top: 0px !important;
    }

    .w-card,
    .w-card-news {
        margin-bottom: 30px;
    }

    .w-winner-deco-blue,
    .w-winner-deco-yellow {
        left: 28%;
    }
}
