*{
    margin: 0px ;

    box-sizing: border-box;
}

.main {
    /* background-image: url('img/abstract-hexagon-and-square-technology-and-business-communications-on-dark-blue-background-free-vector.jpg');
background-repeat: no-repeat;
background-size: cover; */
position: relative;
background-image: url('blog-main.jpg');
background-repeat: no-repeat;
background-size: cover;
height: 60vh;
width: 100%;
overflow: hidden !important;

}

@font-face {
    font-family: myfont;
    src: url(Betterlett.ttf);
}
/* #00000059 */
.color2{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  padding-bottom: 0px;
  overflow: hidden;

}
.whatapp{
    position: fixed;
    width: 100px;
    height: 100px;
    right: 20px;
    bottom:20px;
}
.whatapp img{
    width: 100%;
}
.main video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    position: absolute;
    z-index: -2;

}




.blog-child{
    max-width:1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
margin: 0px auto;
border-bottom:1px solid rgb(182, 181, 181); 
padding: 70px 0px;
}
.blog-child1{
    width: 50%;
}
.blog-child h1{
    /* font-family: 'Noto Serif', serif; */
    padding: 15px  0px 5px;
    font-size: 25px;
    text-align: left;
    margin: 0px;
}
.blog-child h1::after{
    display: none;
}
.blog-child h1::before{
    display: none;
}
.blog-child span{
    color:#009fff ;
    font-family: 'Noto Serif', serif;
    display: inline-block;
    padding: 0px 0px 20px;
}
.blog-child p{
    width: 90%;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    padding: 10px 0px 20px;
    line-height: 1.8em;
}
.blog-child a{
text-decoration: none;
color: white;

background:#009fff;
display: inline-block;
padding: 10PX 10PX;
font-family: 'Noto Serif', serif;

}
.blog-child2{
    width: 45%;
    
}
#blog-img{
    border-radius:10px;

}
.blog-child2 img{
   width: 100%;
   border-radius:10px;
}
.blog1{
    width: 100%;
}
#blog{
    margin: 60px auto 0px;
    text-align: center;
    color: rgb(255, 252, 252);
    font-size: 50px;
    font-family: 'Noto Serif', serif;
}
#blog::before{
    display: none;
}
#blog::after{
    display: none;
}


@media(max-width:1000px){
    .blog-child{
        max-width:700px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    margin: 0px auto;
    border-bottom:1px solid rgb(182, 181, 181); 
    padding: 70px 0px;
    }

}

@media(max-width:768px){
    .blog-child{
        width: 77%;
        height: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        justify-content: space-between;
        align-items: center;
    margin: 0px auto;
    border-bottom:1px solid rgb(182, 181, 181); 
    padding: 70px 0px;
    }
    .blog-child1{
        width: 100%;
    }
    .blog-child2{
        width: 100%;
    }
    .footer {
        background-color: #0a2642;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        padding: 20px 0px;
        flex-direction: column;

    }
    .logo {
        width: 20%;
    }

    .club {
        width: 100%;
    }
}