/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

/*font*/
@import '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%
}
section:nth-child( 1 of .landing-page-first-banner) .container>div{
    width: 60% !important;
    margin-bottom: 5%;
}
.landing-page-first-banner h1 {
    width: 100% !important;
    font-size: 55px !important;
    font-weight: 700 !important;
    line-height:160% !important;
}
.landing-page-first-banner p  {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height:140% !important;
}


@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 !important;
    text-align:center !important;
}
.landing-page-first-banner p  {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height:140% !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;
}
.landing-page-first-banner h1 {
    width: 100% !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height:160% !important;
}
.landing-page-first-banner p  {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height:140% !important;
}
}
footer .relative>div:first-child i {
    color: #2dbfdc !important
}
footer .relative>div:first-child h2 , footer .relative>div:first-child p{
    color:#ffffff !important;
}
.copyright-text p {
  color : #ffffff !important;
}
/* Edit */
.article--main.product-description {
    height: 140px;
    overflow: hidden;
}