:root {
    --orange-color: #FF8C00; /* #f07521*/
    --black-color : #0A1628;
    --gray-color : gray;
    --blue-text-color: #B8D4F1;
    --h1-font-size: 3.5em;
    --h2-font-size: 2em;
    --h3-font-size: 1.5em;
    --text-font-size: 1.1em;
    --label-font-size: 0.9em;
}

.sparkAds_text{font-size: var(--text-font-size); color: var(--gray-color);}
.sparkAds_subTitle{    
    font-size: var(--h2-font-size);
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}
.sparkAds_label{
    font-size: var(--label-font-size);
    color: var(--blue-text-color);
    display: block;
    /* margin-top: 10px; */
}

body{
    /* background-color: rgb(41, 41, 41);
    color: #c9c9c9; */
    font-size: var(--text-font-size);
    font-family: 'Poppins', sans-serif;
}
.bg-primary{
    background-color: #000000 !important;
}
.sparkads_mainBtn{
    background-color: var(--orange-color);
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
}
.sparkads_mainBtn:hover{
    background-color: #f1670a;
    color: white;
    text-decoration: none;
}

.sparkads_secondaryBtn{
    background-color: white;
    color: var(--orange-color);
    border: 1px solid var(--orange-color)!important;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
}
.sparkads_secondaryBtn:hover{
    background-color: var(--orange-color);
    color: white;
}
.sparkAds_conteiner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}




/* ######### */
/*   LOGIN   */
/* ######### */
.loginBody{
    background: #1f2635;
}
.loginBody .card{
    border-radius: 20px;
    border: 1px solid #7d7d7d;
}
.loginBody label{
    color: #b3b3b3;
}
.loginBody .card-body{
    background: #121824;
    border-radius: 20px;
    padding: 35px 25px;
}
.loginBody .loginLogo{
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.loginBody .form-control{
    background: #1e2533;
    color: #c9c9c9;
    border: none;
}
.loginBody .btn-primary{
    margin-top: 35px;
    background: var(--orange-color);
    border: none;
}

.home_nav{
    background-color: #050b14;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home_nav img{
    height: 50px;
    margin: 15px 0;
}
.home_nav ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 50%;
    color: white;
    flex-wrap: wrap;
}
.home_nav ul li{
    margin: 0 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.home_nav>a{
    text-decoration: none;
    background: var(--orange-color);
    padding: 10px 20px;
    display: inline-block;
    height: fit-content;
    color: white;
    font-weight: bold;
    margin: 20px 10px;
    border-radius: 10px;
}

.home_mainBanner{
    background: linear-gradient(#050b14, #091426);
    background-color: #091426;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home_mainBanner>div{
    width: 50%;
    max-width: 650px;
    padding: 60px 40px 0 40px;
    box-sizing: border-box;
}
.sparkAds_tag{
    background-color: var(--orange-color);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    height: fit-content;
}
.home_title{
    font-size: var(--h1-font-size);
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}
.home_mainBanner p{
    font-size: var(--text-font-size);
    line-height: 1.2;
    margin-bottom: 30px;
    color: var(--blue-text-color);
}

.sparkAds_mainBtn{
    text-decoration: none;
    background: var(--orange-color);
    padding: 10px 20px;
    display: inline-block;
    height: fit-content;
    color: white;
    font-weight: bold;
    margin: 20px 10px;
    border-radius: 10px;
}
.sparkAds_secondaryBtn{
    text-decoration: none;
    /* background: var(--orange-color); */
    padding: 10px 20px;
    display: inline-block;
    height: fit-content;
    color: white;
    font-weight: bold;
    margin: 20px 10px;
    border-radius: 10px;
    border: 3px solid white;
}
.home_mainBanner_label{
    display: block;
    margin-top: 20px;
    font-size: var(--label-font-size);
    color: var(--blue-text-color);
}
.home_mainBanner_stats{
    border-top: 1px solid white;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
}


.contentStats{
    width: 25%;
    text-align: center;
}
.contentStats_title{
    font-size: var(--h2-font-size);
    color: var(--orange-color);
    font-weight: bold;
    display: block;
}
.contentStats_label{
    font-size: var(--label-font-size);
    color: var(--blue-text-color);
    display: block;
}

.mainBanner_rightSide{
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative */
}
.mainBanner_rightSide_content{
    position: relative;
}
.mainBanner_rightSide_content img{
    width: 95%;
    max-width: 500px;
    border-radius: 25px;
}
.mainBanner_rightSide_content img:hover{
    width: 100%;
    transition: all .5s ease;
    transition-property: width;
}
.mainBanner_rightSide_box{
    position: absolute;
    bottom: -15px;
    left: -15px;
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    color: black;
    font-size: var(--label-font-size);
}

.mainBanner_rightSide_box i{
    background-color: var(--orange-color);
    color: white;
    border-radius: 49px;
    padding: 10px 16px;
    font-size: 1.5em;
    display: inline-block;
    margin-right: 20px;
}
.mainBanner_rightSide_box div{
    display: inline-block;
}
.mainBanner_rightSide_box div .mainBanner_rightSide_box_title{
    font-weight: 800;
    font-size: var(--text-font-size);
    display: block;
    text-align: center;
}
.mainBanner_rightSide_box_label{
    font-size: var(--label-font-size);
    color: var(--gray-color);
}
.home_mainBanner_wave svg{
    background: #091426;
}

.waysOfWorking_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.waysOfWorking{
    margin: 50px auto;
}
.waysOfWorking_box{
    width: 48%;
    border-radius: 25px;
    background: #B8D4F1;
    background: linear-gradient(135deg,rgba(184, 212, 241, 1) 0%, rgba(252, 253, 254, 1) 100%);
    padding: 35px;
    margin-top: 50px;
}
.waysOfWorking_icon_tag{
    display: flex;
    justify-content: space-between;
}
.waysOfWorking_list{
    margin: 25px 0px;
}
.waysOfWorking_list li{
    list-style: none;
}
.waysOfWorking_list li i{
    color: var(--orange-color);
    margin-right: 10px;
}
.waysOfWorking_btn{
    width: 90%;
    margin: 0 auto;
    background-color: var(--black-color);
    color: white;
    border-radius: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    font-weight: bold;
}

.icon{
    background-color: var(--orange-color);
    color: white;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 2em;
    display: inline-block;
    margin-bottom: 20px;
}


.sparkAds_list1{
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}
.sparkAds_list1 li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sparkAds_list1 li i{
    font-size: 1.7em;
    color: white;
    background: var(--orange-color);
    margin-right: 15px;
    padding: 4px 13px;
    border-radius: 10px;
}
.sparkAds_list1_text{
    display: flex;
    flex-direction: column;
    color: var(--blue-text-color);
}


.step_union{
    border-top: 5px solid var(--orange-color);
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 31px;
    top: 100px;
    z-index: -1;
    box-shadow: 0px 0px 7px var(--orange-color);
}
.step_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
    position: relative;
}
.steps{
    background: linear-gradient(135deg,rgba(184, 212, 241, 1) 0%, rgba(252, 253, 254, 1) 100%);
    width: 30%;
    border-radius: 20px;
    padding: 25px 20px;
    border: 1px solid #57a0eb;
}
.steps:hover{
    border: 1px solid var(--orange-color);
    box-shadow: 0px 0px 15px #c3c3c3;
}
.steps:hover .icon{
    transform: scale(1.1);
    transition: all .5s ease;
}
.steps .icon{
    position: relative;
}
.steps .icon span{
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: var(--orange-color);
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 0.5em;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 5px #333;
}
.steps strong{
    color: var(--black-color);
    font-size: var(--h3-font-size);
}
.steps p{
    color: var(--gray-color);
    font-size: var(--label-font-size);
}
.steps_time{
    color: var(--orange-color);
    font-size: var(--label-font-size);
    font-weight: bold;
}
.steps_time i{
    margin-right: 8px;
}

.sparkAds_contact{
    background-color: var(--black-color);
    border-radius: 20px;
    text-align: center;
    padding: 70px 50px;
    color: white;
    margin-bottom: 50px;
}

footer{
    background-color: var(--black-color);
}
.footer_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid var(--gray-color);
}
.footer_contentLogo{
    width: 50%;
}
.footer_contentList{
    width: 20%;
}
.footer_logo{
    width: 150px;
    margin-bottom: 20px;
}
.footer_list{
    list-style: none;
    padding: 0;
    color: var(--blue-text-color);
    font-size: var(--label-font-size);
}
.footer_list a{
    color: var(--blue-text-color);
    text-decoration: none;
}
.footer_copyRigth{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: var(--label-font-size);
    color: var(--gray-color);
    padding: 20px 0;
}
.footer_copyRigth_policies a{
    color: var(--gray-color);
    margin-left: 15px;
    text-decoration: none;
}

.navbar{
    background-color: #050b14!important;
    color: white!important;
}
.navbar-brand img{
    width: 100px;
    padding: 0 20px;
    box-sizing: content-box;
}
.nav-link{
    color: white!important;
    /* font-weight: 500;
    margin: 0 10px; */
}
.navbar-toggler{
    border-color: white!important;
    margin: 0 20px;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}
.navbar-collapse.show .nav-item{
    padding: 0px 40px;
}
.navbar-collapse{    justify-content: space-between;}

.m_bg_black{ background-color: var(--black-color);background: var(--black-color);}
.m_bg_orange{ background-color: var(--orange-color);}
.m_color_orange{ color: var(--orange-color);}
.m_color_withe{ color: white;}
.m_color_blue{ color: var(--blue-text-color);}
.m_tag_blue{ background-color: var(--blue-text-color); color: #000;}
.m_tag_blue i{ color: var(--orange-color);margin: 0 10px;}
.m_strog{ font-weight: bold;}

@media (max-width: 900px){
    .home_mainBanner>div{
        width: 100%;
        max-width: none;
        padding: 40px 20px;
    }
    .waysOfWorking_box{
        width: 100%;
        margin-bottom: 30px;
    }
    .steps{
        width: 100%;
        margin-bottom: 30px;
    }
    .step_union{
        display: none;
    }
    .footer_contentLogo{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_contentList{
        width: 45%;
        margin-bottom: 20px;
    }
    .footer_copyRigth>span, .footer_copyRigth_policies a{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}
