*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.nav{
    display: flex;
    padding: 15px 7%;
    justify-content: space-between;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
}
.ankar-1{
    text-decoration: none;
    color: black;
    
}
.btns-div-1{
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-small-1{
    padding: 15px;
    border-radius: 15px;
    background-color: rgb(1, 1, 54);
    color: #fff;
    text-decoration: none;
}
.img-1{
    width: 210px;
}
.four-blog {
    width: 100%;
    display: flex
;
    justify-content: space-between;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 50px 0px;
}
.first-blog {
    width: 240px;
    height: 310px;
    border: solid 0.1px #f1f1f1;
    padding: 10px;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}
.para-big {
    font-size: 24px;
    color: blue;
    font-weight: 600;
}
.img-8{
    width: 100%;
}
.h2-2{
    font-size: 48px;
    text-align: center;
}

.footer {
    padding: 30px 7%;
    margin-top: 80px;
    background-color: #000;
    color: #fff;
}
.icons-img-div {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d5d5dd;
    padding-bottom: 20px;
}
.icons-div-4 {
    font-size: 22px;
}
.footer-ul{
    list-style-type: none;
    display: flex;
    font-size: 24px;
    margin: 25px 0px;
    gap: 27px;
    justify-content: center;
}
.para-13{
    text-align: center;
}






/* contact */

.long-div-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact{
    width: 600px;
    padding: 20px;
    border: solid 1px;
    box-sizing: border-box;
    margin-top: 50px;
}
.para-2-1{
    font-weight: 600;
    margin: 10px 0px;
}
.para-321{
    margin-top: 50px;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.para1{
    margin-top: 50px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.text-1{
width: 100%;
height: 40px;
}
.text-2{
    width: 100%;
    height: 120px;
}
.submit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    margin-top: 15px;
    background-color: #272764;
}









/* about term privacy */




.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;
}







/* single blog */

.long-div{
    padding: 0% 10%;
    display: flex;
    margin-top: 80px;
}
.first-long{
    width: 885px;
    padding: 12px;
    box-sizing: border-box;

}
.item-long-1 p{
    color: #0d6efd;
    font-size: 34px;
}
.second-long{
    width: 285px;
    padding: 12px;
}
.four-blog {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 30px 7%;
    gap: 30px;
}
.strong{
    display: flex;
    height: 20px;
    flex-direction: row;
    gap:5px;
    align-items: center;
    font-size: 18px;
    color: #267d5e;
}
.icon-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    gap: 10px;
    flex-direction: row;
}
.para-111{
margin-top: 50px;
}
.img-122{
    width: 100%;
    height: auto;
    margin-top: 50px;
    box-shadow: gray 0px 0px 8px;
}
.first-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #000;
    justify-content: center;
    border-radius: 5px;
}

.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: 22px;
    color: blue;
    font-weight: 600;
}
.for-1{
    display: flex;
    flex-direction: column;
}











/* svg bars */
.svg-1{
    width: 30px;
    fill: #000;
    display: none;
}
.svg-1:hover{
    
}














/* media quarys */




@media (max-width: 990px) and (min-width: 768px){
.btns-div-1 {
    display:none;
}
.svg-1{
    display: initial;
}
.h2-1{
    font-size: 40px;
}
.div-four-fqs{
    gap: 10px;
}
.footer-ul{
    flex-wrap: wrap;
}
.long-div{
        flex-direction: column;
    }
    .first-long{
        width: 100%;
    }
    .second-long{
        width: 100%;
    }
    .four-blog{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .img-2{
        width: 100%;
    }
    .item-long-1 p{
        font-size: 32px;
    }
    .contact{
        width: 80%;
    }
}









@media (max-width: 767px) and (min-width: 0px){
.btns-div-1 {
    display:none;
}
.svg-1{
    display: initial;
}
.h2-1{
    font-size: 40px;
}
.div-four-fqs{
    gap: 10px;
}
.footer-ul{
    flex-direction:column ;
    align-items: center;
}
.icons-img-div{
    flex-direction: column;
    gap: 30px;
}

.long-div{
        flex-direction: column;
    }
    .first-long{
        width: 100%;
        padding: 0;
    }
    .second-long{
        width: 100%;
    }
    .four-blog{
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .img-2{
        width: 100%;
    }
    .item-long-1 p{
        font-size: 32px;
    }
.img-1{
        width: 45%;
    }
    .footer{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .container-2{
        padding: 20px 0px;
    }
    .img-1{
        width: 170px;
    }
    .h2-2{
        font-size: 38px;
    }
    .item-long-1 p{
        font-size: 22px;
    }
    .contact{
        width: 85%;
    }
    .for{
        
    }
}