.logo{
    color: white;
    margin-top: 25px;
    font-size: 35px;
    font-family: "segieUi";
}

.number-huge{
    font-size: 57px;
    display: flex;
    
    align-items: center;
    font-weight: bold;
    color: white;
    font-family: "Poppins",sans-serif;
    display: flex;
    justify-content: space-around;
}

.number-huge p{
    margin: 0;
    color: white;
    font-family: "Poppins",sans-serif;
    font-weight: bold;
    font-size: 22px;
    
}

.language-select{
    position: absolute;
    top: 35px;
    right: 20px;
}

.language-select span{
    color: #fff;
}

.language-select .selected-language{
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px
}

@media (max-width: 991px){
    .language-select{
        top: 55px;
        right: 20px;
    }
}

.language-select .not-selected-language{
    font-size: 12px;
}


.dropdown-language .nice-select{
    background: transparent;
    border-radius: 0px;
    padding-top: 0;
}

.secondary-text{
    color: white;
    font-size: 13px;
}

.flex{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

@media (max-width: 991px){
    .flex{
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
        margin-left: 0;
    }
    .number-huge{
        flex-direction: column;
    }
}

.how-works{
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 45px;
    margin-bottom: 25px;
    
}

.todo-number{
    margin-right: 20px;
    padding: 0 20px;
    font-size: 50px;
    color: ghostwhite;
    background: #662C6D;
}

.todo{
    background-color: ghostwhite;
    width: 100%;
    height: 85px;
    margin: 20px 0;
    padding-left: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.todo img{
    margin-left: auto;
    width: 70px;
}

.todo-content{
    font-size: 30px;
    margin-top: 10px;
    font-weight: 300;
    font-family: "Poppins",sans-serif;
    width: 100%;
    text-align: center;
}

.about-us{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    color: white;
    font-size: 20px;
}

.about-us-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.about-us-item p{
    color: #7a8290;
    text-align: center;
    width: 200px;
    height: 50px;
}

.about-us-item span{
    font-size: 45px;
}

@media (max-width: 1200px){
    .about-us{
        flex-wrap: wrap;
        
    }

    .about-us-item{
        margin: 30px;
    }

    .about-us-item p{
        margin-bottom: 0;
    }

    .container-fl{
        max-width: 100%;
    }
}

.slider-header{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 45px;
    color: white;
    margin-bottom: 25px;
}

.testimonial-caption{
    display: flex;
    flex-direction: column;
}

.testimonial-caption p {
    margin: 0 auto;
    width: 80%;
}

.counterx::before{
    content: "+";
}


.single-testimonial{
    background: #4C1E51;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.testimonial-area .single-testimonial {
    background: #4C1E51;
    padding: 70px 100px 70px 100px;
    border-radius: 0px;
}

.testimonial-wrapper{
    display: flex;
    justify-content: center;
    margin: 20px 0;
    margin-top: 20px;
}

.testimonial-description{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: "Poppins",sans-serif;
}

.write-to-us{
    display: flex;
    justify-content: center;
    padding-top: 190px;
    color: #fff;
    font-size: 44px;
}

.about-us-text{
    color: #fff !important;
    font-size: 18px !important;
}

.about-us-text-second{
    margin-top: 35px;
}

.about-us-hr{
    width: 180px;
    margin: 0 auto;
    margin-top: 45px;
}


.form-item{
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.form-submit{
    width: 250px !important;
    margin: 0 auto;
}

.message{
    height: 150px !important;
}

.form-item label{
    font-family: "Poppins",sans-serif;
    color: #fff;
}

.form-item input{
    border-radius: 6px !important;
    text-align: left !important; 

}

.btn{
    text-transform: none !important;
}


.form-item textarea{
    border-radius: 6px !important;
    text-align: left;
    background-color: transparent;
    border: 1px solid #695CAE;
    color: #fff;
    padding: 5px;
}

.footer-form{
    display: flex;
    justify-content: center;
}

form{
    width: 100%;
}

.footer-padding{
    padding-top: 45px !important;
}

@font-face {
    font-family: segieUi;
    src: url(../fonts/Segoe\ UI\ Bold.ttf);
}

.rodo{
    color: #fff;
    font-size: 8px;
    text-align: justify;
}

.privacy-policy{
    width: 100%;
    border-top: 1px solid rgba(255,255,255, 0.1);
    display: flex;
    padding-top: 10px;
    font-size: 12px;
}

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    transition: all 1s;
    justify-content: center;
    align-items: center;
}

.overlay.run{
    opacity: 1;
    z-index: 1000;
}

.overlay .overlay-block{
    transition: all 1s;
    background-color: rgba(56, 21, 70, 0.8);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    border-radius: 15px;
    padding: 50px;
}


.overlay h1{
    color: #fff;
    transition: all 1s;
    font-family: "Poppins",sans-serif;
}

.error{
    margin-top: 5px;
    font-size: 10px;
    color: red;
}

@media (max-width: 984px){
    .todo-content {
        font-size: 24px;
    }
}

@media (max-width: 766px){
    .todo-content {
        font-size: 14px;
    }
}