/* Add custom CSS styles below */ 

/*Cairo*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;

}

/**/



.copyright-text p {

    color:#455F92 !important;
}

.copyright-text a:hover {
    color: #455F92 !important;
}





.banner_ad .img2 {
    grid-column-start: 2;
    grid-row: span 1 / span 2;
    grid-row-start: 1;
}

.banner_ad .absolute {
    background-position: center;
    justify-content: center !important;
}

 .banner_ad .over .text {
    width: 100% !important;
  }


@media(max-width:768px){
.banner_ad .img1 {
    grid-column: 1/3;
    
}
.banner_ad .img2 {
    grid-column: 1/3;
    grid-row: 3/5;
}

    
}
/**/


@media (max-width: 576px) {
.landing-page-first-banner .item-text {
    max-width: 157px !important;
}
.landing-page-first-banner .txt{
margin-left:0;


}

.item-text h1 {
    font-size: 16px !important;
}


}