body{
    font-family: var(--main-font);
    position: relative;
    background:#E7F1FE;;
    
}



.slider{
    background-image:linear-gradient(0deg, rgba(12, 10, 11, 0.3), rgba(8, 7, 8, 0.3)) , url("../../img/award_winning.jpg"); 
    background-color: rgba(25, 26, 27, 0.8);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 700px;
    position: relative;
}
.slider_content{
    padding-top: 250px;
    position: relative;
}
.left_slider_content{
    color: #E7F1FE;
    max-width: 500px;
}
.left_slider_content p{
    margin-top: 40px;
}
.left_slider_content h1{
    font-weight: bold;
}
.s_cards{
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 20px;
    padding: 20px 15px;
    border: 1px solid  #E7F1FE;
}
.s_cards h3{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.s_cards h4{
    font-size: 14px;
    color: #fff;
}

.how_it_works img{
    width: 50px;
    height: 50px;
    text-align: center;
}
.how_it_works .card{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border: 0;
    border-radius: 20px;
}
.how_it_works .card h4{
    margin-top: 20px;
}
.how_it_works p{
    text-transform: capitalize;
}
.how_it_works a{
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
}
.how_it_works a i{
    margin-left: 10px;
}
.how_it_works{
    margin-top: -115px;
    margin-bottom: 200px;
}
.vote{
    margin-top: 50px;
}
.vote_title{
    color: #fff;
    background: #1d2c4e;
    border: 1px solid #1d2c4e;
    height: 60px;
    border-radius: 20px;
    margin-top: 50px;
}
.vote_title h3{
    justify-content: center;
    padding-top: 15px;
    margin-left: 20px;
}
.votes{
    margin-top: 30px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background:#fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    border: 1px solid #1d2c4e;
}
.votes img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.votes h4 a{
    text-decoration: none;
    color: #1d2c4e;
    font-weight: bold;
    margin-top: 20px;
    font-size:15px;
}
.footer{
    margin-top: 200px;
}

.blog_section{
    margin-top: 100px;
}
.blog_title{
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}
.blog_title h2 {
    font-weight: bold;
}
.blog_titles{
    padding: 20px;
}
.blog_titles h3{
    line-height: 0.85;
}
.blog_titles  a{
    text-decoration: none;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    text-align: left;
}
.blogs_item{
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: #fff;
    border-radius: 20px;
    border: #1d2c4e;
    margin-top: 30px;
}
.blog_images img{
    border-radius: 20px 20px 0px 0px;
}