/* fonts import start */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Light.eot");
    src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Light.svg#Gilroy-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Medium.eot");
    src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Regular.eot");
    src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Bold.eot");
    src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Heavy.eot");
    src: url("../fonts/gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Gilroy";
    /*overflow-x: hidden !important;*/
    background: #021232;
}

.para_heading_global {
    color: #FCFCFC;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px; /* 31.2px */
    text-transform: capitalize;
}

.paragraph_global {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.41px;
}

/* global styling end */

/* header styling start */
header {
    background: #000C24;
    padding: 10px 0;
}

nav.navbar a.nav-link {
    color: #FCFCFC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar .navbar-toggler-icon {
    color: #1f95e5;
}

.navbar button.navbar-toggler {
    line-height: 30px;
    border: 2px solid #1f95e5;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

button.navbar-toggler.collapsed {
    line-height: 30px;
    border: 2px solid #1f95e5;
}

nav.navbar a.nav-link {
    margin: 0 10px;
}

nav.navbar a.nav-link.active {
    color: #0BB6E3;
    font-weight: 600;
}

.current-menu-item a.nav-link {
    color: #1f95e5 !important;
    font-weight: 600 !important;
}

/* header styling end */

/* banner styling start */
section.banner-sec {
    background: transparent;
    padding: 50px 0;
}

.banner_upper_heading {
    color: #FCFCFC;
    font-family: 'Bebas Neue';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.4px;
    text-transform: uppercase;
}

.banner_main_heading {
    font-family: 'Bebas Neue';
    font-size: 82px;
    font-style: normal;
    font-weight: 400;
    line-height: 82px;
    background: linear-gradient(135deg, #0BB6E3 28.34%, #2561F2 89.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_main_para {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.41px;
}

.banner-sec .input-group-parent {
    background: #000C24;
    padding: 10px;
    border-radius: 40px;
    width: 70%;
}

.banner-sec .input-group-parent .form-control {
    background: transparent;
    color: #FCFCFC;
}

.banner-sec .input-group-parent .form-control:focus {
    box-shadow: none;
}

.banner-sec .input-group-parent .form-control::placeholder {
    color: #FCFCFC;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.banner-sec input.form-control {
    border: none;
}

.banner-sec #button-addon2 {
    padding: 10px 20px;
    background: #1F95E5;
    color: #fff;
    border: none;
    border-radius: 22px;
    background: linear-gradient(135deg, #0BB6E3 28.34%, #2561F2 89.09%);
}

.download_section ul {
    list-style: none;
    padding: 0;
}

.download_section ul li {
    margin: 0 10px 0 0;
}

.download_section h4 {
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tabs-imge-abs {
    position: absolute;
    top: 50px;
}

.banner_slider_nav {
    border-radius: 12px;
    border: 2px solid #0BB6E3;
    background: #000C24;
    box-shadow: -16px 38px 32px 0 rgba(80, 89, 96, 0.10);
    padding: 0 5px;
    list-style: none;
    position: absolute;
    top: 4rem;
    right: 2rem;
}

.banner_slider_nav li a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 10px 0;
}

.banner_slider_nav li a:hover {
    border-radius: 12px;
    background: linear-gradient(135deg, #0BB6E3 28.34%, #2561F2 89.09%);
    box-shadow: 0 4px 10px 0 rgba(11, 182, 227, 0.12);
}


/* banner styling end */

/* share location start */
section.location-share-section {
    padding: 0;
}

.location-share-section p.paragraph_global {
    line-height: 30.08px;
}

/* share location end */

/* make rules start */
section.make-your-rules-section {
    background-image: url(../img/make-rules-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    background-position: bottom 30px center;
}

.make-your-rules-image {
    transform: translateX(80px);
}

.make-your-rules-section .paragraph_global {
    line-height: 30.08px;
}

/* make rules end */

/* link profile starts */
.link-your-profiles-section {
    background: transparent;
    padding: 0 0 100px;
}

.link-your-profiles-section p.paragraph_global {
    font-size: 14px;
    line-height: 30.08px;
}

/* link profile ends */

/* creator section start */
.creator-box {
    text-align: -webkit-center;
}

section.creators-slider-section h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
}

section.creators-slider-section {
    border: #fff;
    padding: 100px 0 0 0px;
}

.creator-box .image-box img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}

.creator-box .creator-box-name {
    position: relative;
}

.creator-box .creator-box-name i {
    font-size: 8px;
    background: #1f95e5;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
}

.creator-box .creator-box-name h5 {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin: 10px 0;
}

.creator-box ul.creator-social-media {
    display: -webkit-inline-box;
    list-style: none;
    padding: 0;
}

.creator-box .social-media-box {
    background: #F6F6F6;
    margin: 0 10px;
    padding: 10px;
    border-radius: 100%;
}

.creators-slider-section .owl-item .item .creator-box {
    border-radius: 18px;
    background: #FCFCFC;
    box-shadow: -16px 38px 32px 0px rgba(80, 89, 96, 0.10);
    padding: 20px;
    transition: 0.5s;
}

.creators-slider-section .owl-item.active.center .item .creator-box {
    transform: scale(1.2);
    box-shadow: 0px 0px 58px 0px rgba(31, 149, 229, 0.19);
}

.creator-slider .owl-stage {
    margin: 100px 0;
}

/* creator section end */

/* trusted clients section */
.customers-testimonials img.img-circle {
    height: 120px;
    width: 120px !important;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0.5;
    border: 5px solid #D1D2D3;
}

.customers-testimonials .owl-item .item p.testimonials_paragraph {
    display: none;
}

.customers-testimonials .owl-item .item .testimonial-name {
    display: none;
}

.customers-testimonials button.owl-prev i {
    border: 2px solid #9E9E9E;
    padding: 5px;
    border-radius: 7px;
    color: #9E9E9E;
}

.customers-testimonials button.owl-next i {
    border: 2px solid #9E9E9E;
    padding: 5px;
    border-radius: 7px;
    color: #9E9E9E;
}

.customers-testimonials button.owl-next {
    position: absolute;
    right: 0;
}

.customers-testimonials .owl-stage {
    margin: 100px 0;
}

.customers-testimonials .owl-item.active.center .img-circle {
    height: 250px;
    width: 250px !important;
    opacity: 1;
    transform: translate(0px, -50px);
    border: 5px solid #1f95e5;
    transition: 0.5s;
}

.customers-testimonials .owl-item.active.center .item .content-box {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.customers-testimonials .owl-item .item .content-box {
    display: none;
}

.customers-testimonials .owl-item.active.center .item .content-box {
    width: 1000px;
    display: block;
    position: relative;
    right: 0;
    left: -250px;
    margin: 0px auto;
}

.our-trusted-clients-section h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
}

.our-trusted-clients-section p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.customers-testimonials .owl-item.active.center .item .content-box p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}

.customers-testimonials .owl-item.active.center .item .content-box h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 220%;
}

.customers-testimonials .owl-item.active.center .item .content-box p:before {
    content: '"';
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    z-index: 999;
    left: -20px;
    top: -80px;
    color: #1F95E5;
    font-size: 120px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-style: italic;
}

.customers-testimonials .owl-item.active.center .item .content-box p:after {
    content: '"';
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -70px;
    color: #1F95E5;
    font-size: 120px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-style: italic;
}

.our-trusted-clients-section .owl-nav {
    position: absolute;
    top: 130px;
    width: 100%;
}

/* trusted clients section */

/* build your business section */
section.build-your-business-section {
    background: -webkit-linear-gradient(180deg, #021232 20%, rgba(0, 0, 0, 0) 15%), linear-gradient(180deg, #000C24 80%, #021232 66%);
    background: -o-linear-gradient(180deg, #021232 20%, rgba(0, 0, 0, 0) 15%), linear-gradient(180deg, #000C24 80%, #021232 66%);
    background: -moz-linear-gradient(180deg, #021232 20%, rgba(0, 0, 0, 0) 15%), linear-gradient(180deg, #000C24 80%, #021232 66%);
    background: linear-gradient(180deg, #021232 20%, rgba(0, 0, 0, 0) 15%), linear-gradient(180deg, #000C24 80%, #021232 66%);
    margin: 0 0 100px 0;
}

.build-your-business-section .para_heading_global {
    font-size: 38px;
    line-height: 45.6px;
}

.build-your-business-section .download_section {
    margin-top: 50px;
}

/* build your business section */

/* footer style start */
footer {
    background: linear-gradient(135deg, #0BB6E3 28.34%, #2561F2 89.09%);
}

footer .footer-top {
    padding: 100px 0;
}

.download_section_footer ul {
    list-style: none;
    padding: 0;
}

.download_section_footer ul li {
    margin: 0 20px 0 0px;
}

p.first_column_text {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0;
}

footer .footer-top h5 {
    color: #FCFCFC;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.first_column_list li a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.about-banner p.banner_main_para {
    font-size: 14px;
    line-height: 30.08px;
}

footer .first_column_list li a {
    padding-left: 0;
}

.first_column_list li {
    margin: 10px 0px;
}

.footer_newsletter button#button-addon2 {
    background: #fff;
    border: none;
    color: #323232;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.footer_newsletter .input-group input {
    border-radius: 12px;
    padding: 15px;
}

.footer_newsletter .input-group input::placeholder {
    color: #323232;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

.footer_newsletter .input-group {
    border-radius: 12px;
}

.footer_newsletter ul {
    padding: 0;
    list-style: none;
}

.footer_newsletter ul li {
    margin: 0 20px 0 0;
}

footer .wpcf7-response-output {
    color: #fff;
}

.footer_newsletter ul li {
    width: 40px;
    background: #FCFCFC;
    text-align: center;
    height: 40px;
    line-height: 38px;
    border-radius: 12px;
}

.copyright {
    color: #FCFCFC;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

/* footer style end */


/* contact page banner style start */
.contact-banner-sec {
    background: transparent;
    text-align: center;
    padding: 60px 0;
}

.contact-banner-sec h6 {
    color: #FCFCFC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.44px;
}

.contact-sec-parent h2 {
    font-size: 50px;
    line-height: 58.59px;
}

.contact-sec-parent p {
    font-size: 14px;
    line-height: 16.41px;
}

.contact-form input.form-control {
    opacity: 0.8;
    border: none;
    padding: 20px;
    border-radius: 12px;
    background: #000C24;
    color: #FCFCFC;
}

.contact-form input.form-control::placeholder,
.contact-form textarea.form-control::placeholder {
    color: #FCFCFC;
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
}

.contact-form textarea.form-control {
    border-radius: 12px;
    opacity: 0.8;
    background: #000C24;
    border: none;
    padding: 20px;
    height: 200px;
    color: #FCFCFC;
}

.contact-map-abs {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-sec-parent {
    margin-top: 50px;
}

section.contact-form {
    margin-bottom: 100px;
}

section.contact-form .submitcontactform {
    width: 100%;
    opacity: 0.8;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: bold;
    background: linear-gradient(135deg, #0BB6E3 28.34%, #2561F2 89.09%);
}

section.contact-form h2 {
    color: #FCFCFC;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.cnotact_para {
    color: #FCFCFC;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

/* contact page banner style end */

/* media query start */


@media screen and (max-width: 1600px) {

    .creator-box .social-media-box {
        margin: 0 3px 0 0;
    }

    section.make-your-rules-section {
        padding: 90px 0px;
    }
}

@media screen and (max-width: 1399px) {
    .banner_slider_nav {
        right: -3rem;
    }
}

@media screen and (max-width: 1366px) {

    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 1000px;
        display: block;
        position: relative;
        right: 0;
        left: -300px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 1299px) {
    .banner_slider_nav li {
        width: 50px;
        height: 50px;
    }

    .banner_slider_nav {
        right: 0;
        top: 5rem;
    }
    .imgtochangeclass.active,
    .imgtochangeclass.inactive{
        top: 30px;
        right: 20px;
    }
    .banner_slider_nav li a{
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1240px) {

    .tabs-imge-abs {
        display: none;
    }

    .make-your-rules-image {
        transform: translateX(0px);
    }

    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 900px;
        display: block;
        position: relative;
        right: 0;
        left: -300px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 1199px) {
    .banner_slider_nav {
        right: 0.5rem;
        top: 3rem;
    }

    .banner_slider_nav li {
        width: 40px;
        height: 40px;
    }
    .imgtochangeclass.active{
        right: 40px !important;
    }
}

@media screen and (max-width: 1024px) {
    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 900px;
        display: block;
        position: relative;
        right: 0;
        left: 0px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 992px) {

    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 700px;
        display: block;
        position: relative;
        right: 0;
        left: 0px;
        margin: 0px auto;
    }

    .contact-map-abs {
        position: relative;
    }
}

@media screen and (max-width: 991px) {

    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 600px;
        display: block;
        position: relative;
        right: 0;
        left: 0px;
        margin: 0px auto;
    }

    section.build-your-business-section {
        background: #021232;
    }

    .banner_slider_nav {
        right: 6rem;
        top: 3rem;
    }

    .banner_slider_nav li {
        width: 60px;
        height: 60px;
    }
    .imgtochangeclass.active{
        position: static !important;
    }
    .imgtochangeclass.inactive{
        top: -150px !important;
        right: -100px !important;
    }
}

@media screen and (max-width: 767px) {
    .customers-testimonials .owl-item.active.center .item .content-box {
        width: 100%;
        display: block;
        position: relative;
        right: 0;
        left: 0;
        margin: 0px auto;
    }

    section.build-your-business-section {
        margin: 0px 0px;
        background: #021232;
    }

    .banner_slider_nav {
        right: 0.5rem;
        top: 3rem;
    }

    .banner_slider_nav li {
        width: 40px;
        height: 40px;
    }
    section.location-share-section,
    section.banner-sec,
    .link-your-profiles-section{
        padding: 0;
    }
    section.make-your-rules-section{
        padding: 20px 0;
    }
    body{
        overflow: hidden;
    }
}

@media screen and (max-width: 575px) {
    footer .footer-top {
        padding: 30px 15px;
    }

    .customers-testimonials .owl-item.active.center .item .content-box p:before {
        display: none;
    }

    .customers-testimonials .owl-item.active.center .item .content-box p:after {
        display: none;
    }

    .banner_upper_heading {
        text-align: center;
    }

    .banner_main_para {
        text-align: center;
    }

    .banner_main_heading {
        font-size: 52px;
        text-align: center;
    }

    .banner-sec .input-group-parent {
        width: 100%;
    }

    .download_section {
        text-align: center;
    }

    .download_section ul li {
        margin: 0 auto;
    }

    .para_heading_global {
        text-align: center;
    }

    .paragraph_global {
        text-align: center;
    }

    .banner_slider_nav {
        position: static;
        display: flex;
        justify-content: space-between;
    }

    .banner_slider_nav li {
        width: 60px;
        height: 60px;
        margin: 0;
        display: flex;
        align-items: center;
    }
    .banner_slider_nav li a{
        margin: 0;
    }
    .banner_slider_nav li a{
        height: 80%;
    }
}

/* media query end */

/*hover affects*/
nav.navbar a.nav-link:hover {
    color: #0BB6E3;
    font-weight: bold;
}

.banner-sec #button-addon2:hover {
    background: #1575aa;
    font-weight: bold;
}







.banner-sec input.form-control::placeholder {
    color: #323232;
    opacity: 1; /* Firefox */
    font-size: 12px;
}

.banner-sec input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #323232;
    font-size: 12px;
}

.banner-sec input.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #323232;
    font-size: 12px;
}

/*hover affects*/


/* slogan slide css start */

.imgtochangeclass{
    position: relative;
}
/* .imgtochangeclass{
    display: none;
    position: absolute;
    right: -180px;
    top: -150px;
    scale: 0.1;
} */

.imgtochangeclass.inactive{
    position: absolute;
    right: -200px;
    top: -250px;
    transition-duration: 0.5s;
    transform: rotateY(90deg) rotateX(60deg) scale(0.1);
}

.imgtochangeclass.active{
    position: absolute;
    top: 0;
    right: 100px;
    /* margin-left: 0px; */
    transform:rotateY(0deg) rotateX(0deg) scale(1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.banner_slider_nav li a.active {
    border-radius: 12px;
    background: linear-gradient(135deg, #0BB6E3 28.34%, #2561F2 89.09%);
    box-shadow: 0 4px 10px 0 rgba(11, 182, 227, 0.12);
}
/* slogan slide css end */