/* section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
} */

.header-content{
    float: left;
}

.header-content a{
    color: black;
    text-decoration: none;
    font-size: 16px;
}


.signup-btn{
    padding: 10px;
    border-radius: 25px;
    background-color: white;
    border: 3px solid black;
    transition-duration: 300ms;
}

.signup-btn:hover {
    background-color: #2c5282;
    border: 3px solid #2c5282;
    color: white;
}

body{
    font-family: "Avenir", "Poppins", sans-serif;
    margin: 0;
    font-size: 21px;
}

.slider-element{
    background-image: url("../images/wewe-social-media-influencer-wanted.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.slider-inner {
    position: absolute;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vertical-middle{
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column;
}
.align-items-center{
    align-items: center;
}
.btn{
    border-radius: 10px;
}

.btn-apply{
    background-color: purple;
    color: white;
}

.btn-reset{
    background-color: grey;
    color: white;
}

.btn-apply:hover{
    background: rgb(255, 123, 0);
    color: white!important;
    border: 1px solid white;
}

.heading{
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 600;
}
.sub-heading{
    font-size: 30px;
    font-family: "Avenir", "Poppins", sans-serif;
}
.second-section{
    background-image: url(../images/bg4.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.third-section{
    background-image: url(../images/bg4.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.enquiries{
    background-image: url(../images/bg4.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 60vh;
}

.what-you-will{
    float: left;
}

.animation-gif-1{
    width: 50%;
}

.animation-gif-2{
    width: 100%;
}

.animation-gif-3{
    width: 100%; 
}

.animation-gif-5{
    width: 100%; 
}

.fourth-section{
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 40vh;
    position: relative;
    overflow: hidden;
}

.fifth-section{
    background-image: url(../images/bg4.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 300px;
}

.next-step{
    width: 50px!important;
    height: 50px!important;
}

.how-it-works{
    display: flex;
    align-items: center;
}

.how-it-works-details img{
    width: 100%;
}

.contact-form{
    background-image:url(../images/bg3.jpg);
    border-radius: 20px;
    padding: 50px;
}

.contact-from-bg{
    background-image: url(../images/bg4.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.section{
    padding: 50px 0;
}

.footer-content{
    font-size: 13px;
    font-family: "Avenir", "Poppins", sans-serif;
    font-weight: 400;
    color: black;
}

.nav-item a{
    color: #2d3748;
    font-size: 16px;
}
.nav-item a:hover{
    text-decoration: none;
    color: #473BBC;
}
.join-button{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    border: 2px solid black;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.join-button:hover{
    background-color: #2c5282;
    color: white!important;
    border: 2px solid #2c5282;
}

.navbar-custom{
    position: absolute;
    background: transparent;
    z-index: 99;
    width: 100%;
}

/* MOBILE VIEW */
@media(max-width: 767px){
    .heading{
        font-size: 40px;
    }
    .animation-gif-1{
        width:100%;
    }
    .animation-gif-2{
        width:100%;
    }
    .how-it-works{
        display: block;
        align-items: center;
    }
    .next-step{
        transform: rotate(90deg);
    }
    
    .contact-from-bg, .fifth-section, .third-section, .second-section{
        /* opacity 0.1-1 */
        background: url(../images/bg4.jpg), linear-gradient(to bottom, rgb(211,211,211,1), rgb(255,255,255,1));
        background-blend-mode:overlay;
        background-attachment:fixed;
        background-size:cover;
    }

    .slider-element{
        background: url(../images/bg1.jpg),  linear-gradient(to bottom, rgb(211,211,211,1), rgb(255,255,255,1));
        background-blend-mode: overlay;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

    .footer-content p{
        font-size: 7px;
    }

    .header-content a{
        font-size: 10px;
    }
    .navbar-collapse{
        padding: 20px;
    }
    .navbar-custom{
        background: white;
        position: relative;
    }
} 


@media (min-width: 1280px){
    .custom-container{
        max-width: 1280px;
    }
}

/* ipad view */
@media (min-width: 768px) and (max-width: 1024px){
    .slider-element{
        min-height: 80vh;
        background-attachment: initial;
    }

    .slider-element p{
        font-size: 16px;
    }
    .how-it-works{
        display: block;
        align-items: center;
    }
    .how-it-works-details img {
        width: 50%;
    }
    .next-step{
        transform: rotate(90deg);
        margin: 50px 0;
    }
}