@import url('colors.css');
@import url('preloader.css');



html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
* {
    font-family: 'Poppins', serif;
    letter-spacing: 1px !important;
}
  * {
      border-radius: 1px !important
  }
.navbar-nav .nav-item {
    display: inline-block;
    position: relative;
}
.dark-layout *{
    font-family: poppins, serif;
    color: var(--white);
    letter-spacing: 2px;
    line-height: 1.8;
}
body{
    background-color:var(--dark) ;
}
section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-darker {
    background-color: var(--darker);
}
.container-fluid{
    height: 100%;
    width: 90%!important;
}

.w-60{
    width: 65% !important;

}
.step-container {
    padding: 8rem 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}
.step{
    margin-top: 30px;
    width:auto;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--darker) !important;

}
.step-card{
    height: 200px;
    width:200px;
    background-color: var(--darker) !important;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.step-card.red{
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;

}
.step-card i{
    font-size: 30px;
}
.step-title{
    margin-top: 30px;
  text-align: center;
}
.step svg{
    width: 100%;
    object-fit: contain;
}



#services .card{
    margin: 10px;
    height:250px ;
    width:250px ;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#services .card i{
    font-size: 40px;
    color: var(--primary);
}


#services .card .card-title{
    margin-top: 20px;
   color: var(--dark);
}


/* buttons */
.btn ,button{
    border-radius: 0!important;
}


/* navbar */
.navbar-nav .nav-item.daauto-nav-item:hover:before ,.navbar-nav .nav-item.daauto-nav-item .active:before{
    content: "";
    position: absolute;
    top: 35px;
    background: var(--primary);
    width: 30px;
    height: 3px;
    border-radius: 10px;
    left: 8px;
    transition: background .5s!important;
}



/* footer */
a.footer-link{
    font-size: 15px!important;
}
.social-link i:hover,a.footer-link:hover, .nav-item.daauto-nav-item  a:hover, .nav-item.daauto-nav-item  a.active{
    color: var(--primary) !important;
    transition: color .5s;
}



.modal{
    backdrop-filter: blur(5px);
}
.modal.centered.in .aligner {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.centered .modal-dialog {
    align-self: center;
}
.bg-none{
    background: none!important;
    border: none!important;
}
.btn-rounded{
  border-radius:100px 20px 100px  100px!important;
    height: 50px;
    width: 50px;
}
.close-box{
    position: relative;
}
.close-box .close{
    position: absolute!important;
    bottom: -70px!important;
    right: 0px!important;
    z-index: 10000;
    opacity: 0.6;
}
.close-box .close:hover{
    opacity: 1;
}

@media (max-width: 768px) {
    .w-60{
        width: 100% !important;
    }


    .navbar-nav .nav-item.daauto-nav-item:hover:before ,.navbar-nav .nav-item.daauto-nav-item .active:before{
        left: calc(50% - 18px);
    }

    .step-container {
        padding: 4rem 0;
        flex-direction: column;
    }

    #services .card{

        height:180px ;
        width:180px ;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.text-primary{
    color: #0072bc!important;
}
.btn-primary {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc;
}
