@charset "UTF-8";
/*!
* Start Bootstrap - Personal v1.0.1 (https://startbootstrap.com/template-overviews/personal)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-personal/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #2f3ff5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e21e80;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1e30f3;
  --bs-secondary: #e21e80;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 30, 48, 243;
  --bs-secondary-rgb: 226, 30, 128;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: rgb(28, 30, 33);
  --bs-link-hover-color: #212529;
  --bs-code-color: #e21e80;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #f8f9fa;
}
.nav-link{
    font-size: 15px;
    font-weight: 600;
}
.logo{
    display: inline-block;
    width: 50px;
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: 1s;
}
.home-page{
    font-weight: bolder;
}
.home-page h1 {
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: 1s;
}
/* .nav-a77mad-item{
    
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: 1s;
} */
.home-page h1:nth-of-type(2) {
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
}
.home-page h3 {
    display: inline-block;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 1s;
}
.home-page h3 span {
    color: #05cdff;
}
.home-page p {
    display: inline-block;
    font-weight: 400;
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 1.1s;
}
.a-card{
    text-decoration: none;
}
.btn-a77mad{
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    padding: 0 20px;
    cursor: pointer;
    /* border: 1px solid #e1e1e1; */
    border-radius: 350px;
    color: #212529;
    background: #f8f9fa;
    box-shadow: -5px -5px 6px 2px #fff,
     3px 3px 8px 0px rgba(0,0,0,0.17),
     1px 2px 2px 0px rgba(0,0,0,0.1);
}
.btn-fb{
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    font-size: 19px;
    padding: 0 20px 3px;
    cursor: pointer;
    border-radius: 6px;
    background: rgb(228, 230, 235);
    color:  rgb(28, 30, 33);
}
.btn-fb:hover{
    background: rgb(211, 213, 218);
    color:  rgb(28, 30, 33);
}
.t-left{
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1.3s;
}
.t-right{
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: 1.3s;
}
.t-top{
    opacity: 0;
    animation: slideTop 1s ease forwards;
    animation-delay: 1.3s;
}
.t-bottom{
    opacity: 0;
    animation: slideBottom 1s ease forwards;
    animation-delay: 1.3s;
}
.img-home-page{
    width: 100%;
    opacity: 0;
    animation: zoomIn 1s ease forwards;
    animation-delay: 1s;
}
.btn-a77mad.active,
.btn-a77mad:active,
.btn-a77mad:focus{
    outline: none;
    box-shadow: inset -3px -3px 5px 0px #fff,
    -1px -1px 4px 0px #fff,
    inset 5px 5px 10px 0px rgba(0, 0, 0, 0.07),
    inset 2px 2px 3px 0px rgba(0, 0, 0, 0.07),
    1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn-a77mad:hover{
    outline: none;
    color: #212529;
    background: #f3f3f3;
}

@keyframes slideRight{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideLeft{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideTop{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideBottom{
    0%{
        transform: translateY(-100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes zoomIn{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}

.popup{
    /* background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
                opacity 0.2s 0s ease-in-out,
                transform 0.2s 0s ease-in-out; */
  }
  .popup.show{
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform:translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
                opacity 0.2s 0s ease-in-out,
                transform 0.2s 0s ease-in-out;
  }
  .popup :is(header, .icons, .field){
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .popup header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
  }
  header span{
    font-size: 21px;
    font-weight: 600;
  }
  header .close, .icons a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  header .close{
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
  }
  header .close:hover{
    background: #ebedf9;
  }
  .popup .content{
    margin: 20px 0;
  }
  .popup .icons{
    margin: 15px 0 20px 0;
  }
  .content p{
    font-size: 16px;
  }
  .content .icons a{
    margin: 0 3px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
  }
  .icons a i{
    transition: transform 0.3s ease-in-out;
  }
  .icons a:nth-child(1){
    color: #1877F2;
    border-color: #b7d4fb;
  }
  .icons a:nth-child(1):hover{
    background: #1877F2;
  }
  .icons a:nth-child(2){
    color: #e1306c;
    border-color: #f5bccf;
  }
  .icons a:nth-child(2):hover{
    background: #e1306c;
  }
  .icons a:nth-child(3){
    color: #0088cc;
    border-color: #b3e6ff;
  }
  .icons a:nth-child(3):hover{
    background: #0088cc;
  }
  .icons a:nth-child(4){
    color: #0057ff;
    border-color: #b3e6ff;
  }
  .icons a:nth-child(4):hover{
    background: #0057ff;
  }
  .icons a:hover{
    color: #fff;
    border-color: transparent;
  }
  .icons a:hover i{
    transform: scale(1.2);
  }
  .content .field{
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
  }
  .field.active{
    border-color: #7d2ae8;
  }
  .field i{
    width: 50px;
    font-size: 18px;
    text-align: center;
  }
  .field.active i{
    color: #7d2ae8;
  }
  .field input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
  }
  .field button{
    color: #fff;
    padding: 5px 18px;
    background: #7d2ae8;
  }
  .field button:hover{
    background: #8d39fa;
  }
.lang-menu {
    width: 125px;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    display: flex;
    bottom: -1%;
    font-weight: bold;
    z-index: 9999;
    justify-content: space-around;
    /* border: 1px solid rgba(0,0,0,0.3); */
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    opacity: 0;
    animation: slideRight 1s ease forwards;
    animation-delay: 1s;
}
.lang-menu .selected-lang {
    display: flex;
    justify-content: space-around;
    line-height: 1;
    cursor: pointer;
    width: 100px;
    margin: 5px 0 0;
}
.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    /*background-image: url(https://shafaqtr.com/images/arab-league-flag-3d-xs.png);*/
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    bottom: 36px;
    right: 0px;
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}

.lang-menu ul li {
    list-style: none;
    display: flex;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    /* display: block; */
    display: flex;
    justify-content: space-around;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.en:before {
    background-image: url(https://shafaqtr.com/images/united-kingdom-flag-3d-xs.png);
}

.ar:before {
    background-image: url(https://shafaqtr.com/images/arab-league-flag-3d-xs.png);
}


.lang-menu:hover ul {
    display: block;
}



.c-add {
    position: fixed;
    display: flex;
    /* align-items: end; */ 
    margin: 0 20px 20px 0;
    bottom: 0%;
    z-index: 9999;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
    animation-delay: 1s;
    }
    .co-add {
    display: flex;
    align-items: center;
    border-radius: 50px;
    }
    .iicon-svg{
    color: #25D366;
    padding: 5px 0 0 0;
    display: flex;
    overflow: hidden;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    }
    .icon-add {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
    width: 50px;
    height: 50px;
    padding-bottom: 5px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 600;
    background: #f8f9fa;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 15%);
    }
    .icon-add:hover {
    background: #f3f3f3;
    transform: scale(1.1);
    transition: all .2s;
    }
    .t-add {
    display: flex;
    align-items: center;
    background: #00b4d8;
    color: #fff;
    padding: 3px 20px 7px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    }
    .a-add {
    text-decoration: none;
    font-weight: 600;
    color: #212529;
    }
    .a-add:hover {
    color: #212529;
    }
    
  @media (min-width: 700px) {
    
    .nav-a77mad-item{
        
        opacity: 0;
        animation: slideBottom 1s ease forwards;
        animation-delay: 1s;
    }
  }