﻿p {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 1.7;
    padding: 20px 0;
    color: #fff;
}

/* Style for our header texts
	* --------------------------------------- */
h1 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    font-family: sans-serif !important;
    color: #fff;
}

/* Centered texts in each section
	* --------------------------------------- */
.section {
    text-align: center;
}

.tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

a.link-social i{
    font-size:1rem;
}
    a.link-social:hover i {
        color:#FCBF1B !important;
    }

    @media (max-width:767px){
        a.link-social i {
            font-size: 1.5rem !important;
        }
    }

/* This is to move recaptcha from right side to left side */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: 0.3s ease !important;
    left: 1px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }

/* Backgrounds will cover all the section
	* --------------------------------------- */
.section {
    background-size: cover;
}

.slide {
    background-size: cover;
}

.section {
    background-color: transparent !important;
}

.popover {
    background-color: #979797 !important;
    border-radius: 1.3rem !important;
}
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    border-top-color: #979797 !important;
}

.popover a {
    color: #000000;
    font-size: 12px;
}
    .popover a:hover {
        color: #FCBF1B;
        text-decoration:none;
    }

/*Adding background for the slides
	* --------------------------------------- */
#slide1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-A-1.jpg');
    padding: 0 0 0 0;
}

#slide2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-A-2.jpg');
    padding: 0 0 0 0;
}

#slide3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-A-3.jpg');
    padding: 0 0 0 0;
}

#slide4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-A-4.jpg');
    padding: 0 0 0 0;
}

#slide5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-A-5.jpg');
    padding: 0 0 0 0;
}

#slide6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-A-6.jpg');
    padding: 0 0 0 0;
}

#section1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-B.jpg');
}

#section2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/Backgrounds/Slide-C.jpg');
    padding: 12rem 0;
}

/* Bottom menu
	* --------------------------------------- */
#section2 a.partners img{
    width: 70% !important;
}

.hide {
    display: flex;
}

.show {
    display: none;
}

#section1 .form {
    width: 50%;  
}

.fp-slidesNav {
    display: none !important;
}

.fp-down {
    display: none !important;
    bottom: 16%;
    transform: rotate(-45deg) scale(0.4) !important;
    right: 0%;
}

.fp-controlArrow {
    position: relative;
    display: inline-block;
    margin: 40px;
    padding: 40px;
    box-shadow: 8px -8px 0 0 #FFF inset;
}

.fp-controlArrow.fp-prev {
    top: -59%;
    transform: rotate(45deg) scale(0.6) !important;
    left: -31vw;
}

    .fp-controlArrow.fp-next {
        top: -59%;
        transform: rotate(225deg) scale(0.6) !important;
        right: -31vw;
    }

.thank-you {
    width: 40%;
    padding: 50px 140px;
    background-color: #000;
    border-radius: 20px;
}

.sign-up {
    color: #FCBF1B;
}

#section0 {
    background-color: none !important;
}

#section1 {
    background-color: none !important;
}

#section2 {
    background-color: none !important;
}

div.bg-image .section {
    padding-top: 15rem;
}

.info-custom {
    position: relative;
    right: 20px !important;
    bottom: 20px !important;
}
    .info-custom img {
        width: 24px;
        height: 24px;
    }

.info-custom-pos {
    position: absolute;
    right: 20px !important;
    bottom: 20px !important;
}

@media (min-height: 700px) and (min-width: 992px) {
    #section2 {
        padding: 20rem 0;
    }
}

@media (max-width: 1600px){
    .thank-you {
        width: 50%;
        padding: 50px 100px;
    }
}

@media (max-width: 1199px){
    .thank-you {
        width: 50%;
        padding: 30px 60px;
    }
}




@media (max-height: 790px) {
    .fp-slidesNav.fp-bottom {
        bottom: 12vh !important;
    }

    .fp-down {
        bottom: 20% !important;
    }

    .form {
        transform: scale(0.9) !important;
    }

    #section2 {
        padding:9rem 0;
    }

    div.content {
        transform: scale(0.8) !important;
    }

    div.bg-image .section {
        padding-top: 12rem;
    }
}

@media (max-height: 740px) {
    .form {
        transform: scale(0.8) !important;
    }
}

@media (max-height: 700px) {
    #section2 {
        padding: 6rem 0;
    }

    div.bg-image .section {
        padding-top: 9rem;
    }
}


@media (max-height: 680px) {
    .form {
        transform: scale(0.7) !important;
    }
}

@media (max-width: 1600px) {
    #section1 .form {
        width: 80% !important;
    }

}

@media (max-width: 991px) {
    .fp-controlArrow.fp-prev {
        left: -28vw !important;
    }

    .fp-controlArrow.fp-next {
        right: -28vw !important;
    }

    #section1 .form {
        width: 80% !important;
    }

    .thank-you {
        width: 60%;
        padding: 30px 40px;
    }

}

@media (max-width: 769px) {

    .thank-you {
        width: 80%;
        padding: 30px 20px;
    }

    .fp-controlArrow.fp-prev {
        left: -25vw !important;
    }

    .fp-controlArrow.fp-next {
        right: -25vw !important;
    }

    #section0 > div > div img.stat {
        width: 80% !important;
    }

/*    h1 {
        font-size: 29px !important;
    }
*/
}

@media (max-width: 576px) {
    #section1 .form {
        width: 80% !important;
    }

    #fp-nav {
        display: none;
    }

    .hide {
        display: none !important;
    }

    .show {
        display: flex !important;
    }

    .fp-slidesNav {
        display: block !important;
    }

    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        background: #FFF !important;
    }

    .fp-controlArrow.fp-prev {
        display: none !important;
    }

    .fp-controlArrow.fp-next {
        display: none !important;
    }

    .fp-controlArrow.fp-down {
        display: inline-block !important;
    }
        
    .info-custom {
        bottom:20px !important;
    }
        .info-custom img {
            width: 18px;
            height: 18px;
        }

    .fp-down {
        transform: rotate( -45deg ) scale(0.3) !important;
        bottom: 10% !important;
    }
}

@media (max-width:992px) and (min-width:600px) {
    #section2 a.partners img {
        width: 40% !important;
    }
}

.fp-slidesNav.fp-bottom {
    bottom: 17vh;
}

.fa {
    color: white !important;
}

#section0 > div > div img.stat {
    width: 85%;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #FFF !important;
}

.btn {
    z-index: 4;
    width: 200px;
    height: 60px;
    border-radius: 12px !important;
    border-color: #fcbf1b !important;
    background: #fcbf1b !important;
}

.form-control {
    border-radius: 10px !important;
}

@media (max-width: 500px) {
}

@media (max-height: 840px) and (min-width: 992px) {
    .fp-slidesNav.fp-bottom {
        bottom: 15vh !important;
    }

    #section0 > div > div img.stat {
        width: 55% !important;
    }

}

@media (max-height: 840px) {
    .fp-slidesNav.fp-bottom {
        bottom: 13vh !important;
    }
}

.fp-down {
    bottom: 18% !important;
}


@media (max-width: 587px){
    #maindown {
        display: none !important;
    }
}