
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@700&family=Montserrat:wght@200;400;500&display=swap');

/* main  */
body,head{
    overflow-x: hidden;
    width: 100%;
    font-family: "Montserrat";
    background-color: aliceblue;
    position: relative;
    padding: 0;
    overflow-x: hidden;
}
head{
    overflow-x: hidden;
    margin:0;
}
.container-fluid{
width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
    overflow-y: visible;
}
.row{
    margin-left: 0;
    margin-right: 0;
}

/* Colors & Fonts */

.orange-text{
    color: #FEC107;
}
.khli-text{
    color: #1F3A93 !important;
}
.grey-text{
    color: #787878 !important;
}
.lgrey-text{
    color: #f5f5f5;
}
.white-text{
    color: white;
}
.underlinetext{
    position: relative;
    display: inline-block;
}
.underlinetext::after{
    position: absolute;
    top: 40px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FEC107;
    border-radius: 20px;

}

.orange-bg{
    background-color: #FEC107;
}
.khli-bg{
    background-color: #1F3A93;
}
.grey-bg{
    background-color: #787878;
}
.lgrey-bg{
    background-color: #f5f5f5;
}
.white-bg{
    background-color: white;
}

.cairo-lt{
    font-family: "Cairo", Arial, sans-serif;
    font-weight: 200;
}
.cairo-bold{
    font-family: 'Cairo', Arial, sans-serif;
    font-weight: bold;
}
.mont-lt{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 200;
}
.mont-bold{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
}
.f-bold{
    font-weight: bold;
}
.large{
    font-size: large;
}
.xlarge{
    font-size: x-large;
}
.xxlarge{
    font-size: xx-large
}
.medium{
    font-size: medium;
}

/* Pass With Muaaz */
/* End colors & Fonts */


/* Bootsrap Override  */
a{
    text-decoration: none !important;
}
#globa_search{
    margin-left: 30px;
}
.navbar-brand{
    margin-left: 2%;
    padding:1rem
}
.navbar{
    border-bottom: thin #FEC107 solid;
}
.navbar-nav{
    margin-left: 20px;
}
.nav-item{
    position: relative;
    text-transform: uppercase !important;
    white-space:unset;
}

.navbar-light .navbar-nav .nav-link{
    color: rgb(70, 70, 70);
    white-space: nowrap;
}
.nav-item a:hover::after{
    position: absolute;
    top: 40px;
    left: 0;
    content: "";
    width: 0;
    height: 5px;
    background-color: #FEC107;
    border-radius: 20px;
    animation: appear .2s 1 linear forwards;
    margin-left: 10px;
}

.nav-item.active a{
    color: #1F3A93 !important;
    font-weight: bolder;
    position: relative;
}
.nav-item.active a::after{
    position: absolute;
    top: 40px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FEC107;
    border-radius: 20px;
}
.nav-item a:hover > .active a::after{
    content: "";
    width: 0%;
}

.form-control{
    border-radius: 10px;
}
input[type="text"]:focus{
    border-color: rgba(255, 176, 7, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 175, 41, 0.6) ;
  outline: 0 none;
}
.card{
    padding: 10px;
    border: none;
    background: transparent;
}
.card-body{
    background: transparent;
}
.card:hover{
    margin-left: -20;
}
.card-img-top{
    position: relative;
    height: 200px;
    filter: brightness(.7);
    transition: ease all .2s;
    object-fit: cover;
    border-radius: 20px;
}
.card-img-top:hover{
    filter: brightness(1);
}
.card-body{
    margin-right: auto;
}
.card-title{
    font-size: .9rem;
    font-weight: bold;
    text-align: center !important;
    color: #19338a;
}
.card-content{
    font-size: 10px;

    text-align: center !important;

}
.bg-overlay{
    position: relative;
}
.bg-overlay h1,h2{
    z-index: 10;
}
.bg-overlay::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(to bottom,#01010100, #0000005e);
}
/* Pass With Hussam */
/*End Bootsrap Override  */

/* Radius Classes */
.radius-10{
    border-radius: 10px;
}
.radius-20{
    border-radius: 20px;
}
.radius-40{
    border-radius: 40px;
}
.radius-50{
    border-radius: 50px;
}
.radius-100{
    border-radius: 100px;
}
.radius-circle{
    border-radius: 50%;
}
/* Service Item  */
.service-row{
    width: 100%;
    background-size: cover;
    height:400px;
}
.service-item .number{
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FEC107;
    color: white;
    font-family: "Montserrat";
    font-size: medium;
    font-weight: bolder;
    line-height: 2;
    border-radius: 50%;
    text-align: center;

}
.service-item .title{
margin-top: 20px;
    color: white;
    font-size: larger;
    font-weight: bolder;
    text-align: center;
}
.service-item .desc{
    margin-top: 20px;
        color: white;
        font-size: medium;
        font-weight: 400;
        text-align: center;
    }
/* Pass With Hussam */
    /*End Service Item  */


/*  Team Members */
.team-members{
    background-color: #FEC107;
    text-align: center;
}
.team-members .item img{
    width: 150px;
    height: 150px;
    border: thick solid wheat;
    outline: 2px dashed #1F3A93;
/*     animation: border-animate ease-in-out 10s infinite ; */
}

.team-members h2{
    font-weight: bolder;
    background-color: #1F3A93;
    padding: 5px;
    display: inline-block;
    margin-left: auto;
margin-right: auto;
text-align: center;
}
.team-members .item p{
    margin-top: 20px;
color: #1F3A93;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
background-color: white;
border-radius: 30px;
display: inline-block;
margin-left: auto;
margin-right: auto;
text-align: center;
font-weight: bold;
}
/* Pass With Ruba */
/* End Team Members */

/* GSM Footer */

.footer ul{
    list-style: none;

}
.footer ul p{
    color: #FEC107;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.footer ul p::after{
    position: absolute;
    top: 30px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FEC107;
    border-radius: 20px;
}
.footer ul li a{
    position: relative;
    color: white;
}
.footer ul li a::before{
    position: absolute;
    left: -15px;
    top: 5px;
    content: "";
    width: 10px;
    height: 10px;
   background-color: #FEC107;
   border-radius: 50%;
   transition: ease all .2s;
}
.footer ul li a:hover::before{
    left: -20px;
}
.social-container ul{
    margin-left: -30px;
    margin-bottom: 2px;
}
.social-container ul li{
    float: left;
    margin-right:10px;
    text-align: center;
}
.social-container ul li a{
    color: white;
    font-size: 22px;
}
.social-container ul li a::before{
    content: none;
}

/* Pass With Hussam */
/* End GSM Footer */


/* Contact Us */


.contact-icon{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
animation: fly 3s ease-in-out alternate-reverse infinite;
}


/* */
/* Animation */
@keyframes appear{
    from{
width: 0;
    }
    to{
width: 80%;
    }
}

/* @keyframes border-animate {
    from{
        outline: thin dashed #1f3a936c;
    }
    to{
        outline: thick dashed #1F3A93;
    }
} */

@keyframes fly{
    from{
        bottom: 50px;
    }
    to{
        bottom: 80px;
    }
}
/* End Animation */

.folder{
    position: relative;
}
.folder .premium-icon
  {
    position: absolute;
    top: 10px;
    left: 10px;
    color: goldenrod;
    z-index: 10;
  }



@media only screen and (max-width:600px) {
.service-row{
    height:700px;
}
.navbar-brand{
    margin-left: 5px !important;
}
.navbar-nav{
    margin-left: auto;
padding: 20px;
}
#globa_search{
    width: 100%;
    margin-left: 0;
}
.team-members .item img{
    width: 100px;
    height: 100px;
    border: thick solid wheat;
    outline: 2px dashed #1F3A93;
/*     animation: border-animate ease-in-out 10s infinite ; */
}
  }


  .blog-category p{
    padding-top: 2px;
    padding-bottom: 2px;

  }
.traning-section{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    position: relative;
    background-color: white;
    border-radius: 25px;
}
.traning-mode{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: white;
    color: #1F3A93;
    border-radius: 25px;
}
.traning-place{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FEC107;
    color: white;
    border-radius: 25px;
    font: small;
}
.traning-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}
.traning-body h2 a{
    color: #1F3A93;
    font-size: large;
    margin-top: 10px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    font-weight: bold;
}.traning-body p{
    color: grey;
    font-size: medium;
    text-overflow: ellipsis;
}
.traning-dates{
    font-size: small;
}
.traning-dates .fa{
    color: #FEC107;
}

.about-folder{
    position: relative;
    height: 400px;

}

.about-folder img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition:  all .5s ease-out;
}
.about-folder img:hover{
filter: grayscale(100%)
}
.about-folder .title{
    position: absolute;
    top: 350px;
    left: 0px;
    height: 50px;
    width: 100%;
    background-color: #1F3A93;
    color: white;
    text-align: center;
    text-decoration: none;;
    text-transform: capitalize;
    font-weight: bold;
}
 .shop-nav{
    background-color: #1F3A93;
    color: white;
padding-bottom: .5rem !important;
justify-content: center
}
.shop-navbar-nav{

    display: flex !important;
    flex-direction: row !important;
    list-style: none;
    justify-content: center !important;
    align-content: center !important;

}

.shop-navbar-nav .shop-nav-item .shop-nav-link{

    font-weight: bold

}
.shop-navbar-nav .shop-nav-item {
    background-color: #FFFFFF;
    color: #19338a !important;
    border-radius: 5px;
    padding: 10px;
    margin-right: .3rem;
    margin-left: .3rem;
    padding-left: 15px;
    padding-right: 15px
}
.shop-navbar-nav .shop-nav-item:hover{
    background-color: #FEC107;
    color: white
}
.product-item{
    position: relative;
}
.product-item .cat{
    position: absolute;
    top: 20px;
    left: 20px;
}



.nav-item.no-line a:hover::after{

    content: none;
}
.nav-link{
    font-size: .8rem;
}

.dropdown-toggle::after{
    content: none;
}

  @media only screen and (max-width: 600px) {
.nav-item a:hover::after{
    position: absolute;
    top: 40px;
    left: 0;
    content: none;

}
.nav-item.active a::after{    content: none;}
}



/*CART SECTION */
.fa-shopping-cart{
    font-size: 1.5rem;
}

.cart-section{
    width: 400px;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    right: -400px;
    transition: all ease-in-out .3s;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;height: 100%;
    background: #3333332c;
    visibility: hidden;
    z-index: 99;
}
.overlay.active{
    visibility: visible;
}
.cart-section.active{
    right: 0;
}
#cart-list{
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.cart-section  .cart-item{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    }
    .cart-section #cart-options{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        visibility: hidden;
    }
    .cart-section #cart-options .btn{
        width: 45%;
        border-radius: 50px;
    
     
    }
    .cart-section  .cart-item .image_container {
        width: 75px;
        height: 75px;
        position: relative;
        }
        .cart-section  .cart-item .image_container img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 5px;
        }
        .cart-section  .cart-item .image_container a{
            visibility: hidden;
            position: absolute;
            top: 50%;left: 50%;
            transform: translate(-50%,-50%);
            color: white;
            cursor: pointer;
        }
        .cart-section  .cart-item .image_container:hover img{
            filter: brightness(80%);
        }
        .cart-section  .cart-item .image_container:hover a{
            visibility: visible;
            z-index: 5;
        }
        .cart-section  .cart-item div{
            margin-inline-start: 1rem;
        }
        .cart-section  .cart-item div h5{
            font-weight: medium;
            font-size: 16px;
            max-lines: 2;
            text-overflow: ellipsis;
            }
            .cart-section  .cart-item div p{
                font-weight: normal;
                }
                .cart-section  .cart-item .remove{
                    font-weight: medium;
                    margin-inline-start: auto;
                    }
                    #cart-nav-close{
                        color: #19338a;
                        font-size: larger;
                    }        
                    .shopping-icon{
                        position: relative;
                    }
                    .shopping-icon:link{
                        position: relative;
                    }
                    .bdg {
                        padding: 5px;
                        background: #FEC107;
                        color: white;
                        border-radius: 2px;
                        position: absolute;
                        top: -10px;
                        right: -10px;
                        line-height: 5px;
                        font-size: 10px;
                    }