/* Add custom CSS styles below */ 
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');* {
   font-family: cairo!important
}
/*end*/


.landing-page-first-banner .container{
    max-width:90%
}
.landing-page-first-banner .container>div{
    width: 50% !important;
}
section:nth-child( 1 of .landing-page-first-banner) h1{
    margin-left:15rem !important;
    font-size:60px !important;
    font-weight:700 !important;
}
section:nth-child( 1 of .landing-page-first-banner) p{
    margin-left:1rem !important;
    font-size:60px !important;
    font-weight:700 !important;
}
.banner_ad {
    aspect-ratio: 5/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}
.banner_ad .item-text{
    max-width:100% !important;
    width:100%;
    font-size: 24px;
    line-height: 50px;
    margin: auto; 
}
.banner_ad .items-center {
    align-items: unset;
}
.banner_ad .img1 .bg-cover{
background-position: bottom;
}
@media(max-width: 768px) {
.landing-page-first-banner .container>div{
   width:100% !important;
    margin:auto;
    text-align:center !important;
    padding:1rem;
    border-radius:20px;
    align-items: center !important;
}
.landing-page-first-banner h1 {
    margin: auto;
    font-size: 22px;
    text-align:center !important;
}
 section:nth-child( 1 of .landing-page-first-banner) h1{
    margin:auto !important;
    font-size:30px !important;
    font-weight:700 !important;
}
section:nth-child( 1 of .landing-page-first-banner) p{
    display:block !important;
    margin:auto !important;
    font-size:30px !important;
    font-weight:700 !important;
}   
.banner_ad {
    aspect-ratio: 1/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
.top-navbar{
    display:none;
}
.banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
}
@media(min-width:768px) and (max-width:1200px){
.banner_ad .item-text {
    font-size: 20px;
    line-height: 30px;
    text-wrap: wrap;
}
}

.copyright-text p {
  color : #ffffff !important;
}

.g_features .grid{
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}