body{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
/*container-start*/
.container{
    display: flex;
    height: 70px;
    padding: 0% 2%;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    border-bottom: solid 1px #fff;
}
.character-item{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.items-1{
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 600;
    color: #fff;
}
.img-1{
    width: 326px;
    height: auto;
}
.img-2{
    width: 30px;
    height: 18px;
}
.icon-1{
    font-size: 28px;
    color: #fff;
    margin-left: 30px;
}
.container-2{
    background-color: #272764;
    color: #fff;
    padding: 40px 0px;
}
.heading1{
    font-size: 48px;
    
}
.para-1{
    width: 50%;
    font-size: 20px;
    font-weight: 600;
}
/*container-end*/
.para-11{
    font-size: 18px;
}
.div-long{
    padding: 3% 12%;
    box-sizing: border-box;
}
.heading-1{
    font-size: 40px;
    color: #212529;
    margin-bottom: 8px;
}
.para-2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}
.li-1 {
    margin-top: 20px;
    line-height: 25px;
}

/*footer-start*/
.footer{
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    padding: 0% 12%;
    
    
    box-sizing: border-box;
}
.ankar-all a{
    text-decoration: none;
    color: #fff;
    padding: 0px 8px;
}
.icons a{
    fill: #fff;
    margin-left: 5px;
}
.blog{
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 36px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.four-blog{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.first-blog{
    width: 240px;
    height: 310px;
    border: solid 0.1px #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
.first-blog img{
    width: 100%;
}
.para-big{
    font-size: 24px;
    color: blue;
    font-weight: 600;
}

/*footer-end*/











@media (max-width: 770px) and (min-width: 500px){
    .img-1{
        width: 45%;
    }
    .footer{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        height: 150px;
    }
    .container-2{
        padding: 20px 0px;
    }
    .heading1{
        font-size: 34px;
    }
}