﻿h1, h2, h3 {
    font-family: Roboto;
}
.banner-area{
    background-color:#000000;
    min-height:700px;
}
.parallax h1 {
    text-align: center;
    color: #ffffff;
}
.parallax h2 {
    color: #5ac8fa;
    text-align: center;
    font-size: 1.75rem;
}
.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-image, .content-copy{
    width:50%;
    padding:20px;
    color: #ffffff;
}
.content-copy{
    background-color:#000000aa;
    border-radius:20px;
    border: 1px solid #3f3f3f;
}
.content-image{
    display:flex;
    align-items:center;
}
.content-box{
    flex-direction:row;
    margin-top:25px;
}
.about-content-area, .contact-area{
    padding:70px 0px;
}
.caption{
    font-weight:700;
}
.disclaimer{
    font-size:.8rem;
}
.contact-area .info .content {
    padding: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding-top: 24px;
}
.contact-area .info .content::after {
    position: absolute;
    right: -30px;
    top: 30px;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
}
input, textarea {
    padding: 20px !important;
    padding-left: 0 !important;
    border: none !important;
    box-shadow: inherit !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    border-radius: inherit !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}

button {
    display: inline-block;
    padding: 15px 42px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 700;
    color: #1273eb;
    border:none;
}
.bg-dark {
    background-color: #1b1b1b !important;
}
.f-items .f-item.about {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
    margin-right: 10px;
}
.f-items .f-item.link li {
    margin-bottom: 12px;
    list-style:none;
    width:160px;
}

.f-items .f-item.link li:last-child {
    margin-bottom: 0;
}

.f-items .f-item.link li a:hover, .item a:hover, .link a:hover {
    color: #ffffff;
    text-decoration: none!important;
}

.f-items .f-item.link li a, .item a, .link a {
    font-weight: 500;
    color: #a0a2a6;
}

.f-items .f-item.link li a i {
    font-size: 12px;
    margin-right: 3px;
}
ul{
    padding-left:0px;
}
.world-map {
    background-image: url(/images/map.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.foot-top {
    padding: 70px 0px 30px;
}
.foot-top::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 400px;
    width: 400px;
    background: url(/images/map.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}
#jsparticles h1, #jsparticles h2 {
    text-align: center;
    font-weight: 900;
}
#jsparticles h1 {
    color: #ffffff;
    font-size: 4rem
}
#jsparticles h2 {
    color: #5ac8fa;
    font-size: 3rem;
    letter-spacing: 9px;
}
.thank-you{
    color:#ffffff;
}
.tnc h1{
    font-size:30px;
    font-weight:900;
    padding-top:30px;
}
.tnc h2 {
    font-size: 24px;
    font-weight: 900;
}
.opt-in-check {
    display: flex;
    gap: 3px;
    align-items:start;
    font-size: 12px;
    font-weight: 700;
}
.opt-in-check input{
    margin-top:3px;
}