/*
Theme Name: ABO KHATAB
Version: 8.0.6
Description: Smart Theme
Author: Abo Khatab
Requires PHP: 7.0
Copyright: (c) 2022 Small Projects.
Text Domain: bunyad
*/




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;600&display=swap');

:root{
    --orange:#ff7800;
    --black:#130f40;
    --orangee:#ff7800;
    --light-color:#666;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
    --border:.2rem solid rgba(0,0,0,.1);
    --outline:.1rem solid rgba(0,0,0,.1);
    --outline-hover:.2rem solid var(--orangee);
}

*{
    font-family: 'Cairo', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
    
}

a{
    text-decoration: none; !important;
}

body{
    background:#FFF;
    
    text-align: center;
}

section{
    padding:2rem 9%;
}

.heading{
    text-align: center;
    padding:2rem 0;
    padding-bottom: 3rem;
    font-size: 3.5rem;
    color:var(--black);
}

.heading span{
    background: var(--orange);
    color:#fff;
    display: inline-block;
    padding:.5rem 3rem;
    clip-path: polygon(100% 0, 93% 50%, 100% 99%, 0% 100%, 7% 50%, 0% 0%);
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.8rem 3rem;
    font-size: 1.7rem;
    border-radius: .5rem;
    border:.2rem solid var(--black);
    color:var(--black);
    cursor: pointer;
    background: none;
}

.btn:hover{
    background: var(--orange);
    color:#fff;
}

header{
    position: fixed;
    top:0; left:0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:2rem 4%;
    background:#fff;
    box-shadow: var(--box-shadow);
    
}

header .logo{
    font-size: 2.9rem;
    font-weight: bolder;
    color:var(--black);
}

header .logo i{
    color:var(--orange);
    
}


header .navbar a{
    font-size: 1.5rem;
    margin:0 1rem;
    color:var(--black);
    font-weight: bolder;
    text-decoration: none;
}

header .navbar a:hover{
    color:var(--orange);
}

header .icons div{
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: .5rem;
    background: #eee;
    color:var(--black);
    font-size: 2rem;
    margin-left: .3rem;
    cursor: pointer;
    text-align: center;
    
}

header .icons div:hover{
    background: var(--orange);
    color:#fff;
}

#menu-btn{
    display: none;
}

header .search-form{
    position: absolute;
    top:110%; right:-110%;
    width: 50rem;
    height:5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: var(--box-shadow);
    transition: all .5s ;
    
}

header .search-form.active{                                                                                                                                                         
    right:2rem;
    transition: .4s linear;
    padding-left: 9px;
    margin-right: 33px;
}

header .search-form input{
    height:100%;
    width:100%;
    background: none;
    text-transform: none;
    font-size: 1.6rem;
    color:var(--black);
    padding:0 1.5rem;
}

header .search-form label{
    font-size: 2.2rem;
    padding-right: 1.5rem;
    color:var(--black);
    cursor: pointer;
}

header .search-form label:hover{
    color:var(--orange);
}

.home{
    display: flex;
    align-items: center;
    justify-content: center;
    background: "image/banner-bg.jpg";
    background-position: center;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 10px;
}

.home .content{
    text-align: center;
    width:60rem;
}

.home .content h3{
    color:var(--black);
    font-size: 3rem;
    font-weight: bold;
}

.home .content h3 span{
    color:var(--orange);
}

.home .content p{
    color:var(--light-color);
    font-size: 1.7rem;
    padding:1rem 0;
    line-height: 1.8;
}





.review .review-slider{
    padding:1rem;
}

.review .review-slider .box{
    background: #fff;
    border-radius: 2%;
    text-align: center;
    padding:0 0.5rem;
    outline-offset: -1rem;
    padding-top: 1rem;
    box-shadow: var(--box-shadow);
    transition: .2s linear;
}

.review .review-slider .box:hover{
    outline:var(--outline-hover);
    outline-offset: 0rem;
    background: linear-gradient(90deg,#eb5202,#ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        
}


.review .review-slider .box p{
    padding:1rem 0;
    line-height: 1.8;
    color:var(--light-color);
    font-size: 1.5rem;
}

.review .review-slider .box h3{
    padding-bottom: .5rem;
    color:var(--black);
    font-size: 2.2rem;
}


.review .review-slider .box .stars i{
    color:var(--orange);
    font-size: 1.7rem;
}





.blogs{
    
     width:100%;
    padding: 20px 4%;
    
}
.blogs .box-container{

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
    gap:2.5rem;
}

.blogs .box-container .box{
    overflow: hidden;
    border-radius: .8rem;
    box-shadow: var(--box-shadow);
    background:#fff;
    margin-bottom: 5px;
}

.blogs .box-container .box img{
    height:21rem;
    width:100%;
    object-fit: cover;
}

.blogs .box-container .box .content{
    padding:1rem;
}

.blogs .box-container .box .content .icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: var(--border);
}

.blogs .box-container .box .content .icons span {
    color:var(--light-color);
    font-size: 1.5rem;
}

.blogs .box-container .box .content .icons a:hover{
    color:var(--black);
}

.blogs .box-container .box .content .icons i{
    color:var(--orange);
    padding-right: .5rem;
    padding-left: 5px;
}

.blogs .box-container .box .content h3{
    line-height: 1.8;
    color:var(--black);
    font-size: 2rem;
    padding:.5rem .5rem;
    text-align: right;
    font-weight: 700;
}

.blogs .box-container .box .content a{
 text-decoration: none;
}

.blogs .box-container .box .content h3:hover{
    color:var(--orange);
}


.blogs .box-container .box .content p{
    line-height: 1.8;
    color:var(--light-color);
    font-size: 1.5rem;
    padding:.5rem 0;
}

.footer{
    background: #f6f6f6;
    box-shadow: var(--box-shadow);
    width: 100%;

}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
     align-items: center;
}

.boxx h3{
    font-size: 2.5rem;
    color:var(--black);
}

.boxx h3 i{
    color:var(--orange);
}

.footer .box-container .box .links{
    display: block;
    font-size: 1.5rem;
    color:var(--light-color);
    padding:1rem 0;
    font-weight: bolder;
}

.footer .box-container .box .links i{
    color:var(--orange);
    padding-right: .5rem;
}

.footer .box-container .box .links:hover i{
    padding-right: 2rem;
}

.footer {

   text-align: center;
    padding-bottom: 0;
    margin-top: 20px;
    
}



.footer .boxx p{
    line-height: 1.8;
    font-size: 1.5rem;
    color:var(--light-color);
    padding:1rem 0;
    font-weight: bolder;
    padding-bottom: 15px;
    
    align-items: center;
}

.footer .boxx .share a{
    height:4rem;
    width:4rem;
    line-height:4rem;
    border-radius: .5rem;
    font-size: 2rem;
    color:var(--black);
    margin-right: .2rem;
    background: #eee;
    text-align: center;
    text-decoration: none;
}

.footer .boxx .share a:hover{
    background: var(--orange);
    color: #fff;
}

.footer .box-container .box .email{
    width: 100%;
    margin:.7rem 0;
    padding:1rem;
    border-radius: .5rem;
    background: #eee;
    font-size: 1.6rem;
    color:var(--black);
    text-transform: none;
}

.footer .box-container .box .payment-img{
    margin-top: 2rem;
    height: 3rem;
    display: block;
}

.footer .credit{
    text-align: center;
    margin-top: 2rem;
    padding:1rem;
    font-size: 2rem;
    color:var(--black);
    border-top: var(--border);
}

.footer .box{
       
}

.footer .credit span{
    color:var(--orange);
    font-weight: bolder;
}



section {
    background-color: #fff;
}


.boxx{
    text-align: center;
    font-size: 2rem;
    color: var(--black);
}









/* post //////////////////////////////////////////////// */

.phone-margin{
        margin-top: 80px;
    }

.img-asd{
    
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 70px;
}

.img-asd-2{
    
    width: 100%;
    
}
    
.col-aside{
    background: linear-gradient(90deg,#eb5202,#ff8a00);
    border-radius: 3rem;
    border-color: #f09654;
}

.col-aside img{
    width: 100%;
    border: 1px solid;
    border-radius: 3rem;
    border-color: #f09654;
    height: auto;
}

.container-post{
   padding: 10px 4%;
   align-items: center!important;
}

.categories-list-tag{
    background: linear-gradient(270deg,#f1630d 0,#fc8c1d .01%,#fbab18 100%);
    width: 140px;
    
    border: 1px solid;
    border-radius: 3rem;
    border-color: #f09654;
    font-weight: 700;
    padding: 0;
    
}

.categories-list-tag a{
   text-decoration: none;
   color: #fff;
   font-size: 1.2rem;
}

.categories-list-tag ul li{
    list-style-type: none;
    padding-top: 10px;
    
}

.Start-article{
    text-align: right;
}

.article-title{
    background: linear-gradient(90deg,#eb5202,#ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #222;
    line-height: 1.6;
    margin: 0;
    font-size: 3.4rem;
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Start-article span{
    font-size: 1.4rem;
}



.article-img {
    text-align: center !important;
    margin-top: 8px;
    margin-bottom: 10px;
}

.article-img img {
    max-width: 100%;
    border-radius: 1rem;
    height:auto; 
    margin-bottom: 15px;
    
}


.entry-content p {
    line-height: 2;
    color: #696969;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.review .review-slider .box img {
    height: 14rem; 
    width: 100%; 
    border-radius: 2%;
    
}

.review .review-slider .box a{
    text-decoration: none;
     
}


.review .review-slider .box h3{
   
    font-size: 1.5rem;
      
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    font-weight: 600;
    line-height: 1.88;
    text-align: right;
    color: #696969;
}

.review-padding{
    padding: 0;
    text-align: right;
}

.review-padding span{
    font-size: 2.2rem;
    font-weight: 600;
    text-align: right;
    background: linear-gradient(90deg,#eb5202,#ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 1020;
}

/* page-numbers /////////////////////////////////////////////////////// */

.page-numbers{
   
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    padding: 7px;
    margin-bottom: 10px;
}

.page-numbers:hover{
    color:var(--orange);
}

.current{
    color: #696969;
    font-weight: 100;
}

.numbering_pagination a{
    text-decoration: none;
}

/* Start Comments /////////////////////////////////////////////////////// */

.comments-list ul,
.comments-list ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-list .comment {
    
}

/* privacy-policy /////////////////////////////////////////////////////// */

.privacy-policy {
    
}


/* media queries /////////////////////////////////////////////////////// */

@media (max-width:991px){

    html{
        font-size: 55%;
    }

    header{
        padding:2rem;
    }

    section{
        padding:2rem;
    }

}

@media (max-width:768px){

    #menu-btn{
        display: inline-block;
    }

    header .search-form{
        width:90%;
    }

    header .navbar{
        position: absolute;
        top:110%; right:-110%;
        width:30rem;
        box-shadow: var(--box-shadow);
        border-radius: .5rem;
        background: #fff;
    }

    header .navbar.active{
        right:2rem;
        transition: .4s linear;
    }

    header .navbar a{
        font-size: 2rem;
        margin:2rem 2.5rem;
        display: block;
    }

    .fa .fa-line-chart{
        font-size: 25px;
    }

    .home .content h3{
        font-size: 18px;
    }
    
    header .search-form.active{
        margin-right: 0;
    }
    
    .footer .credit{
  
    font-size: 1.6rem;
   
    }
    
    .phone-margin{
        margin-top: 70px;
    }
    
    .article-title{
       font-size: 2.5rem; 
    }
    
    .review .review-slider .box img {
    height: 22rem; 
    }
    
    .review .review-slider .box h3{
    font-size: 1.8rem;
  
    }
    .entry-content p {
    font-size: 1.7rem;
    }
    
    .categories-list-tag{
        width: 100px;
        height: 24px;
    }
    
    .categories-list-tag ul li{
        padding-top: 4px;
    }
    


}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

    .heading{
        font-size: 2.5rem;
    }

    .footer{
        text-align: center;
    }

    .footer .box-container .box .payment-img{
        margin: 2rem auto;
    }

}

