@font-face {
    font-family: "Gilroy-Medium";
    src: url("/assets/fonts/GilroyMedium/font.woff2") format("woff2"), url("/assets/fonts/GilroyMedium/font.woff") format("woff");
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("/assets/fonts/GilroySemiBold/font.woff2") format("woff2"), url("/assets/fonts/GilroySemiBold/font.woff") format("woff");
}

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url("/assets/fonts/GilroyExtraBold/font.woff2") format("woff2"), url("/assets/fonts/GilroyExtraBold/font.woff") format("woff");
}

@font-face {
    font-family: "CenturyGothicRegular";
    src: url("../fonts/CenturyGothic.eot");
    src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "CenturyGothicBold";
    src: url("../fonts/CenturyGothic-Bold.eot");
    src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; //border-radius: 5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: "Gilroy-Medium", sans-serif;
    cursor: default;
}

body {
    line-height: 1.2;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 200;
    overflow-x: hidden;
    color: #333;
    font-size: 14px;
    min-width: 320px;
    position: relative;
}

a,
button {
    background: transparent;
    text-decoration: none;
    color: #2a2a2a;
}

input,
a,
button {
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -ms-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
}

*:focus,
*:active,
*:hover {
    outline: none;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

ol,
ul {
    list-style: none;
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: none;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

button,
input,
select,
textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500;
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

fieldset {
    border: none;
    outline: none;
}

strong {
    font-weight: bold;
}

/*[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-moz-placeholder {
    color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
[placeholder]:focus::placeholder {
    color: transparent;
}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-input-placeholder {
    font-family: "Gilroy-Medium", sans-serif;
    color: #6d6f96;
}

input::-moz-placeholder {
    font-family: "Gilroy-Medium", sans-serif;
    color: #6d6f96;
}

input::-ms-input-placeholder {
    font-family: "Gilroy-Medium", sans-serif;
    color: #6d6f96;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {}

body input:required:valid,
body textarea:required:valid {}

h1,
h2,
h3,
h4 {
    color: #a9afbbd1;
    position: relative;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

p {
    line-height: 19px;
    margin-bottom: 12px;
}

/*--------------------------------------------
    Mobile menu
---------------------------------------------*/

.hamburger {
    display: none;
    padding: 0 5px 0 0;
}

.hamburger-box {}

.hamburger-inner {}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #fff;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1;
}

.hamburger--emphatic {
    overflow: unset;
}

/*--------------------------------------------
    Checkbox
---------------------------------------------*/

input[type=checkbox] {
    position: relative;
}

input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #1a1830;
    border: 1px solid #363554;
    border-radius: 3px;
}

input[type=checkbox]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 7px;
    border-left: 2px solid #f930ed;
    border-bottom: 2px solid #f930ed;
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    -ms-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    opacity: 0;
}

input[type=checkbox]:checked::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*--------------------------------------------
    Variables
---------------------------------------------*/

@-webkit-keyframes portSliderLine {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@-webkit-keyframes portSliderLine2 {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right;
        transform-origin: right
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

.underline a {
    -webkit-transition: all .5s cubic-bezier(.4, 0, .1, 1) .75s, all .5s cubic-bezier(.4, 0, .1, 1) .75s;
    -o-transition: all .5s cubic-bezier(.4, 0, .1, 1) .75s, all .5s cubic-bezier(.4, 0, .1, 1) .75s;
    transition: all .5s cubic-bezier(.4, 0, .1, 1) .75s, all .5s cubic-bezier(.4, 0, .1, 1) .75s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
    opacity: 1;
}

.underline a:after {
    content: '';
    position: absolute;
    z-index: -1;
    height: 1px; // background-color: #838091;
    background-color: #fff;
    bottom: -3px;
    left: 0;
    pointer-events: none;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: portSliderLine2 .42s cubic-bezier(.42, 0, 0, 1) forwards;
    animation: portSliderLine2 .42s cubic-bezier(.42, 0, 0, 1) forwards;
}

.underline a:hover:after {
    -webkit-animation: portSliderLine .42s cubic-bezier(.42, 0, 0, 1) forwards;
    animation: portSliderLine .42s cubic-bezier(.42, 0, 0, 1) forwards;
}

section {
    padding: 70px 0;
    position: relative;
}

section h2 {
    margin-bottom: 50px;
}

.uppercase {
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    line-height: 1;
    text-align: center;
    padding: 13px 33px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 50px;
    transition: all .45s cubic-bezier(.25, 1, .33, 1) !important;
    -moz-transition: all .45s cubic-bezier(.25, 1, .33, 1) !important;
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1) !important;
    -o-transition: all .45s cubic-bezier(.25, 1, .33, 1) !important;
}

.btn-red {
    background-color: transparent; //border: 2px solid #F20127;
    box-shadow: 0 0 13px 0 #32a1d559;
    visibility: visible;
    background: linear-gradient(-9deg, #319cd7 19%, #37aed0 56%, #3dbfc9 88%);
    color: #fff;
    font-weight: bold;
}

.btn-red:hover {
    background: #47d4e4;
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.btn-red.white-bg {
    color: #F20127;
}

.btn-red.white-bg:hover {
    color: #fff;
}

.btn-blue {
    color: #fff;
    border: 0px solid #f930ed !important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background: #363554;
}

.btn-blue:hover {
    background: #2a265d;
}

.btn-blue:active {
    box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5);
}

.btn-blues {
    color: #ffffff;
    background-image: -webkit-linear-gradient(-9deg, #319cd7 19%, #37aed0 56%, #3dbfc9 88%);
    border: 2px solid #3dbfc9;
    font-weight: 800;
}

.btn-blues:hover {
    //box-shadow: 0 2px 2px 0 rgba(117, 113, 249, 0.14), 0 3px 1px -2px rgba(117, 113, 249, 0.2), 0 1px 5px 0 rgba(117, 113, 249, 0.12);
    box-shadow: 0 0 13px 0 #3cbcca99;
}

.btn-blues:active {
    box-shadow: 0 0 0 0.2rem rgba(117, 113, 249, 0.5);
}

.pink-btn {
    border: 2px solid rgb(242, 1, 39);
    font-size: 14px;
    color: #000;
    line-height: 14px;
    text-decoration: none;
    padding: 10px 30px;
    position: relative;
    z-index: 2;
    background: #e92082;
    text-transform: uppercase;
}

.pink-btn:before {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px); //background: rgba(233,32,130,.3);
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.purple-btn {
    background: #f20127;
    color: #fff;
}

.purple-btn:hover {
    box-shadow: 0 0 13px 0 #f20127;
}

.input-btn {}

.link {
    display: inline-block;
    border-bottom: 1px solid #F20127;
    color: #F20127;
    line-height: 17px;
}

/*--------------------------------------------
    page-title
---------------------------------------------*/

.page-title {
    padding: 160px 0 60px;
    height: 300px; //background: url('../images/pg-tp-bg.jpg') no-repeat center;
    background-image: url(../images/stars.3cbb3e11.svg);
    background-color: #0b1429;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(11, 20, 41, 0.7);
}

.pages {
    padding: 50px 0 50px;
}

.pages p {
    font-size: 15px;
    line-height: 21px;
}

/*--------------------------------------------
    breadcrumbs
---------------------------------------------*/

.breadcrumbs-box {}

.breadcrumbs {
    padding: 30px 0 20px;
    overflow: hidden;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs li a {
    color: #F20127;
}

.breadcrumbs.underline a:after {
    background-color: #F20127;
}

.breadcrumbs i {
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: 3px;
}

/*--------------------------------------------
    page-line
---------------------------------------------*/

.pages-line {
    padding: 30px 0;
    background: #0b1429;
}

.pages-line__text {
    font-style: italic;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
}

.pages-line__text span {
    font-weight: 700;
    font-family: "Gilroy-Medium", sans-serif;
}

.pages-line__btn {
    display: block;
}

.pages-line__btn i {
    margin-right: 12px;
    vertical-align: middle;
}

/*--------------------------------------------
    skew-box
---------------------------------------------*/

.skew-box {
    position: relative;
    width: 95%;
    padding: 0 60px;
    float: right;
    background: #050017; //background: url('../images/skew-box-bg.jpg') no-repeat center;
    background-size: cover; //-webkit-transform: skew(-20deg);
    //-moz-transform: skew(-20deg);
    //-o-transform: skew(-20deg);
    //transform: skew(-20deg);
    font-size: 15px;
    color: #ffffff;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 25px;
}

.skew-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; //background: rgba(11, 20, 41, 0.75);
    background: #050017;
}

.skew-box__text {
    display: block;
    padding: 40px 0; //-webkit-transform: skew(20deg);
    //-moz-transform: skew(20deg);
    //-o-transform: skew(20deg);
    // transform: skew(20deg);
    position: relative;
}

.skew-box__text i {
    position: absolute;
    top: 20px;
    right: -40px;
    font-size: 30px;
    color: #F20127;
}

.skew-box__text h3 {
    margin-bottom: 25px;
}

.skew-box__text h3,
.skew-box__text p {
    text-align: center;
}

/*--------------------------------------------
    pagination
---------------------------------------------*/

.news-pagination {
    margin: 40px 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-pagination li {
    margin-right: 5px;
}

.news-pagination li a {
    display: inline-block;
    width: 35px;
    height: 25px;
    border: 1px solid #f930ed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-pagination li a.active {
    background: #f930ed;
    color: #fff;
}

.news-pagination li a img {}

/*--------------------------------------------
    gradient
---------------------------------------------*/

.gradient::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.99) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.99) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.99) 100%);
}

.info {
    color: #2a2a2a;
    font-weight: 500;
}