@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@font-face {
    font-family: jannatLT;
    src: url(../fonts/alfont_com_AAJannatLT.ttf);
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0;
    direction: rtl;
    box-sizing: border-box;
    font-family: jannatLT;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(1, 60, 255, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color:  #04a3ec;
}

div.content>div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(148, 148, 148, 0.3);
    background-color: #F5F5F5;
}

div.content>div::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

div.content>div::-webkit-scrollbar-thumb {
    background-color:  #04a3ec;
}


/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/


/* Navbar section */

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #000000da;
}

.intro-section {
    position: relative;
}

.intro-section,
.intro-section .container .row {
    height: 80vh;
    min-height: 500px;
}

@media (max-width: 991.98px) {
    .intro-section:before {
        width: 100%;
    }
}

.intro-section h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
}

.intro-section p {
    color: rgb(255 255 255 / 70%);
    font-size: 1.1rem;
    text-align: justify;
}

.img-absolute {
    position: absolute;
    right: 10%;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-absolute img {
    max-width: 600px;
    -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 50px -5px rgba(0, 56, 240, 0.4);
}

@media (max-width: 991.98px) {
    .img-absolute img {
        max-width: 100%;
    }
}

.img-absolute img {
    max-width: 600px;
    -webkit-box-shadow: 0 10px 50px -5px rgba(0, 255, 0, 0.4);
    box-shadow: 0 10px 50px -5px rgba(2, 250, 23, 0.4);
    height: auto;
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 20%;
    bottom: -1px;
}

.header-btn {
    margin-top: 20px;
    padding: 0 40px;
}

.header-btn a {
    background-color:  #04a3ec;
    border: 1px solid #0e8cf3ea;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3 cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-btn a:hover {
    background-color: #fff;
    border: 1px solid  #04a3ec;
    color: #fff;
}

.header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding: 0 30px;
}

.header-title {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 15px #006cfa8a;
}

.header-content {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    text-shadow: 0 0 15px rgb(117, 117, 117);
}

.kh_social_info {
    position: fixed;
    top: calc(50% - 65px);
    left: 0;
    z-index: 999;
}

.kh_social_info ul {
    padding: 0!important;
}

.kh_social_info li {
    list-style: none;
}

.kh_social_info ul a {
    text-align: center;
    padding: 7px 15px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #ccc;
    margin-bottom: 5px;
}

li.kh_social_info_facebook a {
    background: #3b5999;
}

li.kh_social_info_twtter a {
    background: #000000;
}

li.kh_social_info_youtube a {
    background: #cd252b;
}

li.kh_social_info_whatsapp a {
    background: #25D366;
}

li.kh_social_info_instagram a {
    background-image:linear-gradient( #df0471,  #ffc401 ) ;
}
li.kh_social_info_telegram a {
    background: #0e8cf3c0;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    right: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}


/* ------------------------------------------------------------------- 
* ## mobile menu toggle  
* ------------------------------------------------------------------- */

.nav,nav {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    direction: rtl; text-align: center;
}

.navbar-nav {
    flex: 1;
    text-align: center;
}

.nav img{
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;

}

.logo div {
    color: #04a3ec;
    display: inline-block;
}

.logo div h1 {
    font-weight: 900;
    font-size: 18px;
}

.logo div .en-name {
    font-size: 10px;
    color: #03e92a;
}

.nav .navbar-nav {
    display: flex;
    gap: 15px;
    list-style: none;
    align-items: center;
}

.navbar .navbar-nav .nav-item {
    padding-right: 0.7rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.1s ease;
}

nav .hamburger-btn {
    display: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
}


/*svg {
    vertical-align: middle;
}*/

nav .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    color: #000;
    cursor: pointer;
}


.navbar-nav .link_active {
    color: #00d300;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
}

.navbar-nav .link_active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 55px;
    background: #00d300;
}




nav .navbar-nav li a::after {
    content: '';
    width: 0%;
    height: 3px;
    background: rgba(25, 228, 7, 0.966);
    display: block;
    margin: auto;
    transition: 0.5s;
}


nav .navbar-nav li a:hover {
    color: rgba(25, 228, 7, 0.966);
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(25, 228, 7, 0.966);
}
.dropdown-item:hover::after {
    width: 55px;
}


nav .navbar-nav .nav-link:hover::after {
    width: 55px;
}


/*
.navbar.links li:focus ul.sub-menu {
    display: block;
}
.navbar .links li:hover>ul.sub-menu {
    display: block;
}
*/

nav .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    color: #000;
    cursor: pointer;
}
.navbar-nav .nav-link {
    color: #000000da;
}
.nav .hamburger-btn {
    display: none;
    color: #080808;
    cursor: pointer;
    font-size: 1.5rem;
}

nav .login-btn {
    display: flex;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    background-color: #028ecf;
    padding: 7px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    transition: 0.15s ease;
}

.nav .login-btn:hover {
    background-color: #fff;
    color:  #04a3ec;
    border: 1px solid #7593a0;
}



.form-popup
 {
    position:fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    max-width: 720px;
    background: #fff;
    border: 2px solid #fff;
    transform: translate(-25%, -25%,-25%, -25%);
}
.formpopup2 {
   
    position:absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 100%;
    opacity: 0;
    pointer-events:none;
    max-width: 720px;
    background: #f5f2f2;
    border: 2px solid #fff;
    transform: translate(-25%, -25%);
    padding: 0 25px;
  
    background-position: center;
    background-size: cover;
}
 .blur-bg-overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 0.1s ease;
}


.formpopup2 .form-details2 {
    width: 100%;
    top: 20%;
    color: #26c411;
  
    text-align: center;
    display: flex;
    direction:center;
    justify-content: center;
    align-items: center;
}

 .blur-bg-overlay2 {
    opacity: 1;
    pointer-events: auto;
}

.form-popup .form-box {
    display: flex;
}
.show-popup .form-popup {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.1s;
}

.form-popup .close-btn  {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #878484;
    cursor: pointer;
}

.blur-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 0.1s ease;
}

.show-popup .blur-bg-overlay {
    opacity: 1;
    pointer-events: auto;
}

.form-popup .form-box {
    display: flex;
}

.form-box .form-details {
    width: 100%;
    color: #26c411;
    max-width: 330px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login .form-details
{
    padding: 0 25px;
    background:url(../imges/prices/brd2.png);
    background-position: center;
    background-size: cover;
}

.form-box .form-content {
    width: 100%;
    padding: 10px;
}

.form-box h2 {
    text-align: center;
    margin-bottom: 10px;
}

form .input-field {direction: rtl;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

form textarea,
.input-field input {
    height: 100%;
    width: 100%;
    background: none;
    outline: none;
    font-size: 0.95rem;
    padding: 10px;
    border: 1px solid #717171;
    border-radius: 2px;
}

textarea:focus {
    border: 1px solid #04a3ec;
}

.input-field input:focus {
    border: 1px solid #04a3ec;
}

.input-field label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #252525;
    pointer-events: none;
    transition: 0.2s ease;
}

.input-field input:is(:focus,
 :valid) {
    padding: 11px 10px 0;
}

.input-field input:is(:focus,
 :valid)~label {
    transform: translateY(-120%);
    color: #04a3ec;
    font-size: 0.75rem;
}

.form-box a:hover {
    text-decoration: underline;
}

form button {
    width: 100%;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    margin: 7px 0;
    background:  #04a3ec;
    transition: 0.2s ease;
}

form button:hover {
    background:  #04a3ec;
}

@media (max-width: 922px) {
    .navbar :is(.hamburger-btn,
    .close-btn) {
        display: block;
    }
    .navbar .login-btn {
        font-size: 0.9rem;
        padding: 7px 10px;
    }
   
  
}

@media (max-width: 760px) {
    .form-popup {
        width: 95%;
    }
    .form-box .form-details {
        display: none;
    }
    .form-box .form-content {
        padding: 30px 20px;
    }
}


@media (max-width: 350px) {
    .logo div h1 {
        font-weight: 700;
        font-size: 10px;
    }
  .nav  .container-fluid .en-name {
    font-weight: 300;
    font-size: 8px;
    }
}
@media (max-width: 287px) {
    .logo div h1 {
        font-weight: 500;
        font-size: 8px;
    }
  .nav  .container-fluid .en-name {
    font-weight: 300;
    font-size: 5px;
    }
}


/*and  nav ##############################################*/


/*==================================================
                 Home

==================================================*/


.s-hero {direction: rtl;
    background-color: var(--color-gray-18);
width: 100%;
height: 100vh;
min-height: calc(25.5 * var(--space));overflow: hidden;position: relative;}


.slider .list .item{
   position: absolute;
   inset: 0 0 0 0;
   overflow: hidden;
   opacity: 0;
   transition: .5s;
}
.slider .list .item img{
   width: 100%;
   height: 100%;
 
   object-fit: cover;
}
.slider .list .item::after{
   display: block;
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background: #00000090;
   opacity: .3;
 
}
.slider .list .item .content{
   position: absolute;
   right: 5%;
   top: 20%;
   width: 500px;
   max-width: 80%;
   z-index: 1;   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 1rem;z-index: 10;
}
.slider .list .item .content p:nth-child(1){
   text-transform: uppercase;
   letter-spacing: 10px;  font-size: 40px;color: #ffffff;
}
.slider .list .item .content h2{
   font-size: 40px;
   margin: 0;color: #ffffff;
}.slider .list .item .content p{
    font-size: 40px;
    margin: 0;color: #ffffff;
 }
.slider .list .item.active{
   opacity: 1;
   z-index: 10;
}
@keyframes showContent {
   to{
       transform: translateY(0);
       filter: blur(0);
       opacity: 1;
   }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
   transform: translateY(30px);
   filter: blur(20px);
   opacity: 0;
   animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
   animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
   animation-duration: 1.3s;
}
.arrows{
   position: absolute;
   top: 30%;
   left: 50px;
   z-index: 100;
}
.arrows button{
   background-color: #eee5;
   border: none;
   font-family: monospace;
   width: 40px;
   height: 40px;
   border-radius: 5px;
   font-size: x-large;
   color: #eee;
   transition: .5s;
}
.arrows button:hover{
   background-color: rgb(238, 238, 238);
   color: black;
}
.thumbnail{
   position: absolute;
   bottom: 50px;
   z-index: 11;
   display: flex;
   gap: 10px;
   width: 100%;
   height: 250px;
   padding: 0 50px;
   box-sizing: border-box;
   overflow: auto;
   justify-content: center;
}
.thumbnail::-webkit-scrollbar{
   width: 0;
}
.thumbnail .item{
   width: 150px;
   height: 220px;
   filter: brightness(.5);
   transition: .5s;
   flex-shrink: 0;
}

.thumbnail .item.active{
   filter: brightness(1.5);
}
.thumbnail .item .content{display: none;
   position: absolute;
   inset: auto 10px 10px 10px;
}
@media screen and (max-width: 678px) {
   .thumbnail{
       justify-content: start;
   }
   .slider .list .item .content h2{
       font-size: 20px;
   }
   .arrows{
       top: 20%;
   }
}


/*==================================================
                 Media qurey 

==================================================*/

@media only screen and (min-width: 922px) {
    .portfolio.first {
        padding-top: 50px!important;
    }
    .story-pre {
        order: 1!important;
    }
    .story-pre>h1 {
        text-align: right;
    }
    .story-pre>div {
        display: inline-block;
        float: left;
    }
    .story-img {
        order: 2!important;
    }
    .recent-news {
        padding: 0 40px;
    }
}

@media only screen and (min-width:100px) and (max-width:992px) {
    .header-sc {
        height: 40vh!important;
    }
    .animated-img {
        display: none;
    }
    .sector-name {
        margin-top: -24px;
        padding: 0!important;
    }
    .sector-name img {
        width: 40px;
    }
    .sector-name h1 {
        margin-top: 10px !important;
        font-size: 20px !important;
    }
    .sector-name p {
        padding-top: 40px;
        color:  #04a3ec !important;
    }
    .st-content {
        order: 2!important;
    }
    .st-image {
        order: 1!important;
    }
    .st-image img {
        width: 100%;
        margin: 10px 0;
    }
    section.title h1 {
        text-align: right;
    }
    .story-pre {
        order: 2!important;
    }
    .story-pre>h1 {
        text-align: center;
    }
    .story-pre>div {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .story-img {
        order: 1!important;
        margin-top: 20px;
    }
    .parallax-stat div.stat-item {
        display: flex;
        flex-direction: column;
    }
    .donate {
        padding: 0!important;
    }
    .donate.content {
        padding: 30px 20px!important;
    }
    .donate-card h1 {
        font-size: 20px!important;
        font-weight: 700!important;
    }
    .donate- p {
        font-size: 14px!important;
    }
    .identity {
        display: flex!important;
        flex-direction: column!important;
        align-items: center;
        text-align: center;
    }
    .centerized {
        text-align: center;
    }
    .centerized img {
        width: 150px!important;
    }
    .recent-news {
        padding: 0 10px;
    }
    .navbar-nav {
        background-color: #fff;
    }
}


/*==================================================
                  Animation 

==================================================*/

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color:  #04a3ec;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #fff;
    color:  #04a3ec;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.portfolio .first {
    background-repeat: no-repeat;
    background-position: left;
}


/*==================================================
                 العنوين  الموضيع

==================================================*/

.services h2,
.portfolio h2 {
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    color: #04a3ec;
    font-size: 26px;
    margin-bottom: 20px;
}

.services h2::before,
.portfolio h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}


/*==================================================
                  العنوين خط تحت العنوان  

==================================================*/

.services h2::after,
.portfolio h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #04a3ec;
    bottom: 0;
    left: calc(50% - 20px);
}

.hero-text {
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
}

p.hero-text {
    margin-bottom: 30px;
}

.myH2 {
    text-align: center;
    font-size: 4rem;
}

.myP {
    text-align: justify;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 20px;
}

@media all and (max-width:700px) {
    .myP {
        padding: 2%;
    }
}

.parallax-stat {
    background-position: center 0;
    padding: 50px 0 !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.parallax-stat h2 {
    font-size: 46px;
    font-weight: 900;
}

.parallax-stat p {
    font-size: 22px;
    padding: 15px 0;
    font-weight: 500;
}

.parallax-stat div.row {
    padding: 15px 0;
}

.parallax-stat div.stat-item {
    height: 103px;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    border-right: 1px solid;
    flex-direction: column;
    padding: 0px 25px;
    align-items: center;
    margin-bottom: 20px;
}

.parallax-stat div.stat-item:first-of-type {
    border-right: none;
}

.parallax-stat div.stat-item .number {
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    padding-bottom: 10px;
    padding-right: 0;
}

.parallax-stat div.stat-item .counter-mark {
    font-size: 36px;
    font-weight: 800;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 0;
}

.parallax-stat div.stat-item .counter-desc {
    font-size: 22px;
    font-weight: bold;
}

.parallax-stat a {
    background-color: #fff;
    color: #04a3ec;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.parallax-stat .more {
    padding: 30px 0;
}

.story-img {
    margin-bottom: 20px;
}

.gallery {
    margin: 30px 0;
}


/*==================================================
                 الرؤيه  container1

==================================================*/

.container1 {
    direction: rtl;
    background-color: #f4f4f4;
    padding: 5px;
}

.container2 {
    display: none;   
}

.navv-bar {
    cursor: pointer;
    border-bottom: 2px solid  #04a3ec;
    margin-bottom: 30px;
    text-align: right;
    overflow: hidden;
    padding: 7px 0 0 0;
}


.container1 .navv-bar li a.selected {
    background-color: #04a3ec;
    color:#fff;
}
.container1 .navv-bar li {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin-left: 5px;
    font-weight: 700;
    padding-bottom: 3px;
}


.container1 .navv-bar li a {
    cursor: pointer;
     border: none;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 16px 11px 16px;
    color: #04a3ec;
}

.container1 .navv-bar li a:hover {
    color: #f4f4f4;
    background-color: #028ecf;
}




/*==================================================
                 مجالات
==================================================*/

.gallery-cell {
    width: 240px;
    height: 195px;
    margin-right: 20px;
    background:   #04a3ec;
    color: #fff;
    overflow: hidden;
}

.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.gallery-cell.is-selected {
    background:  #04a3ec;
}

.all-wrap {
    position: relative;
}

.all-wrap .bg {
    height: 195px;
}

.img_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.color_bg {
    opacity: 0.75;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin-left: 0;
    overflow: hidden;
}

.all-wrap .cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

.img_wrap img {
    width: 80px;
    transition: all 0.3s ease-in-out 0s;
}

.gallery-cell:hover .img_wrap img {
    transform: translateY(-20px);
}

.gallery-cell:hover .bg .color_bg {
    opacity: 1;
}

.button-arrow {
    font-size: 15px;
    padding: 20px 0;
}

.button-arrow span {
    padding-right: 15px;
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
}

.button-arrow svg {
    width: 20px;
    height: 15px;
}

.cont .button-arrow span,
.cont .button-arrow svg {
    transition: all 0.3s ease-in-out 0s;
}

.cont .button-arrow {
    margin: 0;
    display: inline-block;
    padding: 0;
    position: relative;
}

.cont .button-arrow svg {
    fill: #fff;
    position: absolute;
    opacity: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
}

.gallery-cell:hover .cont .button-arrow span {
    transform: translateX(15px);
}

.gallery-cell:hover .bg .img_bg {
    transform: scale(1.2);
}

.gallery-cell:hover .cont .button-arrow svg {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(-20px);
}

.portfolio p {
    font-size: 18px;
    padding: 15px 0;
    margin-top: 20px;
    font-weight: 600;
}

.news-item {
    padding: 20px;
}

.news-item img {
    width: 100%;
    height: 250px;
}

.news-item .content {
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
    margin-top: -4px;
  
    padding: 10px 7px 0px;
}

.news-item .content h3 {
    font-weight: 700;
    text-align: justify;
    font-size: 18px;
    padding: 10px 7px;
}

.news-item .content p {
    font-weight: 100;
    text-align: justify;
    color: #7d8285;
    font-size: 16px;
    padding: 0;
    margin-top: 0;
}

.news-item .item-info {
    border-top: 1px solid #E1E0DD;
    padding: 15px 20px;
    color: #04a3ec;
    font-size: 16px;
    font-weight: 600;
}

.news-item .item-info .ndate {
    color: #1f1704;
    margin-right: 5px;
    font-size: 14px;
}


/*==================================================
                الاخبار زر

==================================================*/

.bttn {
    font-size: 16px;
    color: #fff;
    background-color:   #04a3ec;
    padding: 7px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.bttn:hover {
    background-color: #fff;
    color:   #04a3ec;
    border: 1px solid #7593a0;
}

.flickity-prev-next-button {
    border-radius: 0;
}


/*==================================================
                قصص النجاج

==================================================*/

.success-story {
    background-image: url(../imges/prices/mig2.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 30px 0;
    z-index: 1;
    overflow: hidden;
    max-width: 100%;
}

.success-story h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}


/*==================================================
             قصص النجاح

==================================================*/

.success-story .rot-label {
    z-index: 1000;
    position: absolute;
    display: inline-block;
    top: 30px;
    text-align: center;
    left: -38px;
    padding: 5px 7px;
    background-color:   #04a3ec;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    transform: rotate(-45deg);
    width: 170px;
}

.success-story p {
    color: #fff;
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    padding-left: 20px;
    line-height: 35px;
    margin-top: 25px;
}


/*==================================================
           المزيد

==================================================*/

.success-story .follow {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    padding: 10px 15px;
    background-color:   #04a3ec;
    border: 1px solid  #04a3ec;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}

.success-story .follow:hover {
    color:   #04a3ec;
    background-color: #fff;
}

.success-story:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #04a3ec;
    opacity: 0.9;
}

.success-story img {
    border-radius: 5px;
}

.media {
    background-color: #f4f4f4;
    padding: 30px 10px;
}

.media-item {
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}


/*==================================================
        مكتبه 

==================================================*/

.media-item div {
    background-color:   #04a3ec;
    padding: 40px 0;
    border: 1px solid   #04a3ec;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.media-item div a {
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.media-item div:hover a {
    color:  #04a3ec;
}

.media-item div:hover {
    background-color: #fff;
    color:   #04a3ec;
}

.media-item div span {
    font-size: 40px;
}

.media-item div h6 {
    font-size: 20px;
}


/*==================================================
       الهدياء
         donate
==================================================*/

.donate {
    background-color: #F4F4F4;
    padding: 50px 0;
}

.donate {
    padding: 0 5%;
}

.donate-card {
    background: linear-gradient(90deg, #04a2ecb9 0%,   #04a3ec 100%);
    color: #fff;
}

.donate-card h1 {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.donate-card .card-bg {
    background:url(../brdicon.png);
    background-position: center;
    background-size: cover;
}

.donate-card .content {
    padding: 60px 20px;
}

.donate-card p {
    font-size: 17px;
    margin-bottom: 20px;
}

.donate-card .bttn {
    padding: 5px 20px;
    font-size: 18px;
    display: inline-block;
    border: 1px solid   #04a3ec;
}

.partners-item {
    margin: 0 20px;
    padding: 20px 0;
}

.partners-item img {
    height: 100px;
}


/*==================================================
        <footer>   الديل  قائمة

==================================================*/

footer {
    direction: rtl;
    background-color:#04a3ec;
    padding: 30px 0;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.identity {
    text-align: right;
    display: flex;
    flex-direction: row;
}

footer .content {
    padding-right: 20px;
    font-weight: 800;
}

footer .content h1 {
    color: #04a3ec;
    font-size: 18px;
    font-weight: 900;
}

.identity>div {
    display: inline-block;
}

.identity img {
    width: 100px;
}

.centerized {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}

footer {
    background-color: #EFF1F0;
    background-repeat: no-repeat;
    background-position: left;
}

.boxx .link_name {
    color: #00d300;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

.boxx .link_name::after {
    width: 55px;
}


.boxx li a::after {
    content: '';
    position: relative;
    width: 0%;
    height: 3px;
    background: #00d300;
    display: block;
    margin: auto; color: #00d300;
    transition: 0.5s;
 
}



.boxx  a:hover {
    color:  #00d300;
    transition: 0.5s;
}


.boxx li a:hover::after {
    width: 55px;
}
.boxx li {
    margin: 6px 0;
    list-style: none;
    cursor: pointer;
}

.boxx li a {
    color: #161616ea;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.boxx li ul.box-menu {
    display: none;
    list-style: none;
    width: auto;
    background-color: white;
    position: absolute;
   
}


.boxx li ul.box-menu li {
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.boxx li ul.box-menu a {
    color: #0d0d0eea;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}


.boxx li ul.box-menu a:hover {
    color:  #00d300;
    transition: 0.5s;
}
img,
svg {
    vertical-align: middle;
}

.boxx li ul.box-menu2 {
    display: none;
    height: 150px;
    list-style: none;
    background-color: #EFF1F0;
    position: absolute;
    
}



.boxx li ul.box-menu2 li {
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.boxx li ul.box-menu2 a {
    color: #000000ea;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none
}


.boxx li ul.box-menu2 a:hover {
    color:  #00d300;
    transition: 0.5s;
}

.boxx li:hover>.boxx li ul.box-menu2 {
    display: block;
}

footer .social-networks a {
    font-size: 32px;
    color:   #04a3ec;
    padding: 10px;
    transition: 0.2s;
}


footer .btn {
    font-size: 18px;
    padding: 15px 15px;
    color: white;
    background-color:  #04a3ec;
    border-radius: 20px;
    border: none;
    width: 150px;
    margin: 0 auto;
    line-height: 25px;
    margin-top: 20px;
}

.donate iframe {
    height: 1957px;
}

.text1 .text2 {text-align: center;
    display: inline-block;
    height: 35px;
    width: 35px;
    overflow: hidden;
    background: #ffff;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.text1 .text2:hover {
    width: auto;
}

.text1 .text2 .text3 {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 38px;
    transition: all 0.3 ease-out;
}

.text1 .text2:nth-child(1):hover .text3 {
    background: #4065b1;
}

.text1 .text2:nth-child(2):hover .text3 {
    background: #f60002;
}

.text1 .text2:nth-child(3):hover .text3 {
    background: #fb3c7c;
}

.text1 .text2:nth-child(4):hover .text3 {
    background: #000000;
}

.text1 .text2:nth-child(5):hover .text3 {
    background: #058f2e;
}

.text1 .text2 .text3 a {
    color: #000;
    font-size: 18px;
    transition: all 0.3s ease-out;
}

.text1 .text2:hover .text3 a {
    color: white;
}

.text1 .text2 span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

.text1 .text2:nth-child(1) span {
    color: #4065b1;
}

.text1 .text2:nth-child(2) span {
    color: #f60002;
}

.text1 .text2:nth-child(3) span {
    color: #fb3c7c;
}

.text1 .text2:nth-child(4) span {
    color: #0c0c0e;
}

.text1 .text2:nth-child(5) span {
    color: #058f2e;
}

/*==================================================
            About من نحن  

          section
==================================================*/

section.title {
    background: #EFF1F0;
    background-size: cover;
    height: 250px;
}

section.title .centerized {
    text-align: center;
    padding-top: 50px;
}

section.title h1 {
    top: 46px;
    text-align: center;
    color:  #04a3ec;
}

section .card-header {
    font-weight: 700;
}

section .card_box {
    position: relative;
    box-shadow: 3px 3px 5px  hsl(199, 97%, 47%);
    background-color: transparent;
    border-radius: 20px;
    backdrop-filter: blul(15px);
    display: flex;
    justify-items: center;
    align-items: center;
}

section.info-body {
    padding: 50px 0;
}

section.info-body .contact-form {
    padding: 0 50px;
}

section.info-body .contact-form h1 {
    font-size: 20px;
    font-weight: 700;
    color:   #04a3ec;
}

section.info-body .contact-form p {
    color: #BFBFBF;
    font-weight: 800;
}

section.info-body .contact-form span {
    color:   #04a3ec;
}

section.info-body .cform {
    margin-top: 20px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.info-btn {
    background-color:  #04a3ec;
    border: 1px solid #0e8cf3ea;
    color: #fff;
    transition: all 0.5s ease-in-out;
    padding: 5px 15px;
    border-radius: 3px;
}

.info-btn:hover {
    background-color: #fff;
    color:   #04a3ec;
}

.info-social {
    padding: 10px;
    color:   #04a3ec;
    text-align: center;
    box-shadow: 0 0px 6px 0 hsl(0deg 0% 0% / 10%);
    border-radius: 5px;
    color:   #04a3ec;
    font-weight: 700;
}

.info-social p {
    font-size: 15px;
    color:   #04a3ec !important;
}


/*==================================================
               sectors

==================================================*/

.sector-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sector-name h1 {
    font-size: 30px;
    font-weight: 900;
    color: #fff!important;
}

.sector-name p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.blobed-image {
    animation: blob-anim 5s linear infinite;
}

@keyframes blob-anim {
    0%,
    100% {
        border-radius: 64% 36% 27% 73% / 55% 58% 42% 45%;
    }
    25% {
        border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%;
    }
    50% {
        border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
}

#animated-blob {
    transform: skewX(50px)
}

.loading_cont {
    width: 100%;
    height: 100%;
}

.loading_cont:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background: url(/assets/imges/prices/brd2.png) repeat scroll center center;
    opacity: 0.05;
    z-index: 0;
}

#loader {
    display: inline-block;
    position: relative;
    width: 800px;
    height: 800px;
    top: 45%;
    left: 0%;
    margin-left: -400px;
    margin-top: -400px;
}

rect {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.blobs {
    -webkit-filter: url("#goo");
    filter: url("#goo");
}

.blob {
    fill: white;
}

section.desc p {
    padding: 5px 50px;
    font-size: 18px;
    font-weight: 800;
    color: #58595b;
}

.programs .media-item div {
    background-color: #fff;
}

.programs .media-item div h6,
.programs .media-item span {
    color:   #04a3ec;
}


/*-----------------------------------*/

.contain .card {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.contain .card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.contain .card .face.face1 {
    position: relative;
    background: #fff;
    display: flex;
    /*border: 1px solid #007236;
box-shadow: 0px 2px 7px 4px rgb(0 0 0 / 10%);
    transform: translateY(100px);

*/
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.contain .card:hover .face.face1 {
    background:   #04a3ec;
    color: #fff;
    transform: translateY(0);
}

.contain .card .face.face1 .content {
    transition: 0.5s;
}

.contain .card:hover .face.face1 .content {
    opacity: 1;
    color: #fff;
}

.contain .card span.picon {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.contain .card:hover span.picon {
    color: #fff!important;
}

.contain .card:hover .content h3 {
    color: #fff!important;
}

.contain .card .face.face1 .content h3 {
    margin: 10px 0 0;
    padding: 0;
    color:  #04a3ec;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

.contain .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    /* border: 1px solid #007236;*/
    box-shadow: 0px 2px 7px 4px rgb(0 0 0 / 10%);
    transform: translateY(-100px);
}

.contain .card:hover .face.face2 {
    transform: translateY(0);
}

.contain .card .face.face2 .content p {
    margin: 0;
    color: #828282;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
}

.contain .card .face.face2 .content a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color:   #04a3ec;
    border-radius: 3px;
    padding: 5px 7px;
    border: 1px solid   #04a3ec;
}

.contain .card .face.face2 .content a:hover {
    background:   #04a3ec;
    color: #fff;
}

.counter-pro {
    background-color: #dcffed;
    color: 0e8cf3ea!important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 17px;
    font-weight: 600;
    float: left;
}

.item-st {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-st .sicon {
    font-size: 45px;
    color:  #04a3ec;
    margin-left: 4px;
}

.item-st div {
    font-size: 16px;
    font-weight: 900;
    color: #000;
}

.item-st p {
    font-size: 16px;
    font-weight: 600;
    color: #828282;
}

.pro-label {
    display: inline-block;
    background-color:   #04a3ec;
    padding: 5px 10px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


/*==================================================
              news page
                    الاخبار
==================================================*/

.news-content {
    direction: rtl;
}

.news-content form input {
    border: none;
    height: 40px;
    margin: 20px 0;
}

.news-content form input[type="search"] {
    box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
    padding: 0 5px;
}

.news-content form input[type="submit"] {
    width: 70px;
    background-color:  #04a3ec;
    color: #fff;
}

.news-bar {
    border-bottom: 2px solid   #04a3ec;
    margin-bottom: 30px;
    text-align: right;
    overflow: hidden;
    padding: 7px 0 0 0;
}

.news-bar li {
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
    padding-bottom: 3px;
}

.news-bar li a {
    padding: 10px 16px 11px 16px;
    transition-duration: 1s;
    text-decoration: none;
    color:  #04a3ec;
}

.news-bar li a.selected {
    background-color:  #04a3ec;
    color: #fff;
}

.news-struct div {
    padding: 0 10px;
}

.sectors.list-group {
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
}

.sectors .list-group-item.active {
    background-color:  #04a3ec;
    border: none;
}

.news-posts {
    display: inline-block;
}

.news-posts .news-item .content {
    background-color: #fff;
}

.news-post h1 {
    color:   #04a3ec;
    font-size: 24px;
    font-weight: 900;
    margin: 30px 0;
}

.news-post p {
    line-height: 35px;
    font-size: 18px;
    color: #404040;
}

.list-group.sectors .list-group-item.active {
    background-color:  #04a3ec;
    color: #fff;
}

.list-group.sectors .list-group-item a {
    color: #000;
}

.list-group.sectors .list-group-item.active a {
    color: #fff;
}


/*----------------------------*/

.story {
    padding: 10px;
    margin: 10px 0 20px;
}

.story h1 {
    font-size: 24px;
    font-weight: 900;
    color:   #04a3ec;
    margin: 20px 0;
}

.story p {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    line-height: 30px;
}

.sectors li {
    list-style-type: none;
}


/*==================================================
             Images Page

==================================================*/

.photo-gallery {
    margin-top: 30px;
}

#filtr-gallery {
    padding: 45px 0;
    background: #f1f1f1;
    color: #000;
}

.filtr- {
    margin: 0 -4px;
}

.filtr-item {
    padding: 4px;
}

.filtr-controls {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 15px
}

.filtr-controls span {
    display: inline-block;
    margin: 10px 15px;
    cursor: pointer;
    padding: 5px 0;
    position: relative;
    color: #777
}

.filtr-controls span.active,
.filtr-controls span:hover {
    color: #000
}

.filtr-controls span:after {
    content: ' ';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: 0 0;
    -webkit-transition: .6s;
    transition: .6s
}

.filtr-controls span.active:after {
    width: 100%;
    left: 0;
    background: #000
}

@media (max-width:479px) {
    .filtr-item {
        width: 100%
    }
}

.filtr-item>a {
    position: relative;
    display: block
}

.filtr-item>a:after,
.filtr-item>a:before {
    -webkit-transition: .6s;
    transition: .6s
}

.filtr-item>a:before {
    content: ' ';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 0 0
}

.filtr-item:hover>a:before {
    background: rgba(0, 0, 0, .2)
}

.filtr-item>a:after {
    font-family: FontAwesome;
    content: '\f0fe';
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -17px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    opacity: 0
}

.filtr-item:hover>a:after {
    opacity: .5
}

iframe {
    width: 100%;
    height: auto;
}

.filtr-loading {
    border: 5px solid #333;
    position: relative;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: 80px 0;
    opacity: 0;
    top: 0;
    width: 40px;
    z-index: 2;
    -webkit-animation: 1s ease-out infinite pulsate;
    -moz-animation: 1s ease-out infinite pulsate;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: 1s ease-out infinite pulsate;
    animation: 1s ease-out infinite pulsate
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 1050
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed
}

.sl-wrapper {
    z-index: 1040
}

.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 5rem
}

.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
    color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 15px;
    display: block;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background: #fff
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0;
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 4rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 4rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 6rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 6rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    -webkit-animation: .6s ease-out opacity;
    -moz-animation: .6s ease-out opacity;
    -ms-animation: opacity .6s ease-out;
    -o-animation: .6s ease-out opacity;
    animation: .6s ease-out opacity
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 15px
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1057;
    -webkit-animation: 1s ease-out infinite pulsate;
    -moz-animation: 1s ease-out infinite pulsate;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: 1s ease-out infinite pulsate;
    animation: 1s ease-out infinite pulsate
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

#gallery {
    display: grid;
    height: calc(100vh - 10px);
    grid-template: repeat(3, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
}

@media (max-width: 800px) {
    #gallery {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }
    #gallery>div {
        width: 48%;
        margin: 1%;
    }
}

@media (max-width: 800px) and (max-width: 350px) {
    #gallery>div {
        width: 98%;
    }
}

#gallery>div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery>div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}

#gallery>div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}

#gallery>div>a {
    opacity: 0;
    position: absolute;
    color: #000;
    background-color: #000;
    font: bold 4em "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

#gallery>div>img {
    width: 100%;
    min-height: 100%;
    transition: all ease 1s;
}

#gallery>div:hover img {
    filter: blur(4px);
}

#gallery>div:hover a {
    opacity: 1;
}

#gallery>div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

[id^=lightbox-] {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

[id^=lightbox-]:target {
    opacity: 1;
    pointer-events: inherit;
}

[id^=lightbox-]:target img {
    filter: blur(0);
}

[id^=lightbox-] .content {
    max-width: 90%;
    position: relative;
    color: #fff;
}

[id^=lightbox-] .content:hover>a.close {
    opacity: 1;
    transform: scale(1, 1);
}

[id^=lightbox-] .content:hover>.title {
    opacity: 1;
    transform: translateY(-3px);
}

[id^=lightbox-] .content:hover>.title::after {
    opacity: 1;
}

[id^=lightbox-] .content>* {
    transition: all 450ms ease-in-out;
}

[id^=lightbox-] .title {
    display: block;
    margin: 0;
    padding: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    font-size: 1.5em;
    opacity: 0;
}

[id^=lightbox-] .title::after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 350ms ease-in-out 250ms;
    opacity: 0;
    transform-origin: bottom;
    mix-blend-mode: soft-light;
}

[id^=lightbox-] img {
    max-height: 90vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    filter: blur(50px);
}

[id^=lightbox-] a.close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 0);
    opacity: 0;
    transform-origin: right top;
    text-decoration: none;
    color: #fff;
}

[id^=lightbox-] a.close::after {
    content: "X";
}


/*==================================================
                  Animation 

==================================================*/