/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Tajawal);
:root {
  scroll-behavior: smooth;
  font-family: 'tajawal' !important;
  /* font-size: 1.3rem !important; */
}
:root {
    --identity-color: #39644a;
    --identity-light-color: #62b483;
    --surface-color: #fff;
}

body {
    padding: 0% !important;
    margin: 0% !important;
    overflow-x: hidden;
}


.navbar {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    background-color: whitesmoke;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 9999;
}

.navbar ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    height: 100% !important;
    margin-top: 0%;
}

.navbar ul li img {
    width: 90px;
    height: 90px;
}

.fi-sa{
  
      width: 35px !important; 
      height: 30px !important;
     background-repeat: no-repeat; 
     background-size: cover;
     background-position: 50% 50%;
     border-radius: 5px;
  }



/* footer section */

.site-footer {
    background: var(--identity-color);
    font-size: 14px;
    color: var(--surface-color);
    /* color: #888; */
    padding: 70px 0 0 0;

}

.site-footer a {
    color: var(--surface-color) !important;
    /* color: #888; */
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}

.site-footer a:hover {
    /* color: #000; */
    text-decoration: none;
}

.site-footer a:hover:before {
    background: #00204a;
}

.site-footer .footer-cta h2,
.site-footer .footer-cta .h2 {
    font-size: 30px;
    color: #00204a;
}

.site-footer .btn:before {
    display: none;
}

.site-footer .widget {
    margin-bottom: 40px;
    display: block;
}

.site-footer .widget h3,
.site-footer .widget .h3 {
    /* font-size: 16px; */
    font-weight: 700;
    color: var(--surface-color);
    /* color: var(--accent-color); */
    margin-bottom: 15px;
    text-align: center;

}

.site-footer .widget .links {
    width: 150px;
    margin: auto;

}

/* .site-footer .widget h3 {
color: var(--accent-color);
} */

.site-footer .widget .links li {
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}

.site-footer .social li {
    display: inline-block;
}

.site-footer .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    /* background: #ccc; */
    border-radius: 40%;
}

.site-footer .social li a:before {
    display: none;
}

.site-footer .social li a>i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-footer .social li a:hover {
    background: #ccc;
    color: var(--identity-color);
    /* background: var(--nav-dropdown-hover-color);
color: #fff; */
}

.contact-info {
    padding: 30px !important;
    /* margin-bottom: 120px !important;
padding-bottom: 50px !important;
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px; */
}

.contact-info h4 {
    color: var(--identity-color);
    margin: 0% !important;
    padding-bottom: 7px;
}

.contact-info p {
    margin: 0% !important;
    padding: 5px;
}

.img-footer img {
    width: 150px;
    height: 150px;
}




/*------------ logo animation--------- */

.stage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:'tajawal' !important;
}

.stage .wrapper {
    position: relative;
    color: #232323;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    padding-top: 0.65rem;
    padding-left: 0.5rem;
    padding-right: 0.36rem;
    padding-bottom: 0.2rem;
}

.slash {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    transform-origin: center center;
    width: 0.15rem;
    height: 145%;
    background: #232323;
    z-index: 4;
    -webkit-animation: slash 6s ease-in infinite;
    animation: slash 6s ease-in infinite;
}

.slash:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.75rem;
    height: 120%;
    background: #232323;
    z-index: -1;
}

.slash:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232323;
}

.sides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sides .side {
    position: absolute;
    background: #232323;
}

.sides .side:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 0.15rem;
    transform: translateX(-101%);
    -webkit-animation: side-top ease 6s infinite;
    animation: side-top ease 6s infinite;
}

.sides .side:nth-child(2) {
    top: 0;
    right: 0;
    width: 0.15rem;
    height: 100%;
    transform: translateY(-101%);
    -webkit-animation: side-right ease 6s infinite;
    animation: side-right ease 6s infinite;
}

.sides .side:nth-child(3) {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.15rem;
    transform: translateX(101%);
    -webkit-animation: side-bottom ease 6s infinite;
    animation: side-bottom ease 6s infinite;
}

.sides .side:nth-child(4) {
    top: 0;
    left: 0;
    width: 0.15rem;
    height: 100%;
    transform: translateY(101%);
    -webkit-animation: side-left ease 6s infinite;
    animation: side-left ease 6s infinite;
}

.text {
    position: relative;
}

.text--backing {
    opacity: 0;
}

.text--left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.text--left .inner {
    transform: translateX(100%);
    -webkit-animation: text-left 6s ease-in-out infinite;
    animation: text-left 6s ease-in-out infinite;
}

.text--right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.text--right .inner {
    transform: translateX(-200%);
    -webkit-animation: text-right 6s ease-in-out infinite;
    animation: text-right 6s ease-in-out infinite;
}

@-webkit-keyframes slash {
    0% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }

    6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }

    13% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }

    16.6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
}

@keyframes slash {
    0% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }

    6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }

    13% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }

    16.6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
}

@-webkit-keyframes text-left {
    0% {
        transform: translateX(100%);
    }

    10% {
        transform: translateX(0);
    }

    58% {
        transform: translateX(0);
    }

    70% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes text-left {
    0% {
        transform: translateX(100%);
    }

    10% {
        transform: translateX(0);
    }

    58% {
        transform: translateX(0);
    }

    70% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(-200%);
    }
}

@-webkit-keyframes text-right {
    0% {
        transform: translateX(-200%);
    }

    10% {
        transform: translateX(-100%);
    }

    58% {
        transform: translateX(-100%);
    }

    70% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(-300%);
    }
}

@keyframes text-right {
    0% {
        transform: translateX(-200%);
    }

    10% {
        transform: translateX(-100%);
    }

    58% {
        transform: translateX(-100%);
    }

    70% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(-300%);
    }
}

@-webkit-keyframes side-top {

    0%,
    14% {
        transform: translateX(-101%);
    }

    24%,
    55% {
        transform: translateX(0);
    }

    65% {
        transform: translateX(101%);
    }

    100% {
        transform: translateX(101%);
    }
}

@keyframes side-top {

    0%,
    14% {
        transform: translateX(-101%);
    }

    24%,
    55% {
        transform: translateX(0);
    }

    65% {
        transform: translateX(101%);
    }

    100% {
        transform: translateX(101%);
    }
}

@-webkit-keyframes side-right {

    0%,
    14%,
    23% {
        transform: translateY(-101%);
    }

    30%,
    62% {
        transform: translateY(0);
    }

    72% {
        transform: translateY(101%);
    }

    100% {
        transform: translateY(101%);
    }
}

@keyframes side-right {

    0%,
    14%,
    23% {
        transform: translateY(-101%);
    }

    30%,
    62% {
        transform: translateY(0);
    }

    72% {
        transform: translateY(101%);
    }

    100% {
        transform: translateY(101%);
    }
}

@-webkit-keyframes side-bottom {

    0%,
    14%,
    24%,
    28% {
        transform: translateX(101%);
    }

    37%,
    70% {
        transform: translateX(0);
    }

    79% {
        transform: translateX(-101%);
    }

    100% {
        transform: translateX(-101%);
    }
}

@keyframes side-bottom {

    0%,
    14%,
    24%,
    28% {
        transform: translateX(101%);
    }

    37%,
    70% {
        transform: translateX(0);
    }

    79% {
        transform: translateX(-101%);
    }

    100% {
        transform: translateX(-101%);
    }
}

@-webkit-keyframes side-left {

    0%,
    14%,
    24%,
    34%,
    35% {
        transform: translateY(101%);
    }

    44%,
    79% {
        transform: translateY(0);
    }

    86% {
        transform: translateY(-101%);
    }

    100% {
        transform: translateY(-101%);
    }
}

@keyframes side-left {

    0%,
    14%,
    24%,
    34%,
    35% {
        transform: translateY(101%);
    }

    44%,
    79% {
        transform: translateY(0);
    }

    86% {
        transform: translateY(-101%);
    }

    100% {
        transform: translateY(-101%);
    }
}



/* hero slider component */
.hero-section {
    margin: 0;
    background-color: #000;
    color: #eee;
    font-family: 'tajawal' !important;
    font-size: 12px;
    height: 100vh !important;
    width: 100%;
    overflow: hidden;
    padding: 0px;
}


/* carousel */
.hero-section .carousel {
    height: 100%;
    /* margin-top: -50px; */
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hero-section .carousel .list .item {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}

.hero-section .carousel .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .carousel .list .item .img-layer {
    width: 100%;
    height: 100%;

}

.hero-section .carousel .list .item .content {
    position: absolute;
    top: 35%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

.hero-section .carousel .list .item .img-layer .layer {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000000bb;
}

.hero-section .carousel .list .item .author {
    font-weight: bold;
    letter-spacing: 10px;
}

.hero-section .carousel .list .item .title,
.hero-section .carousel .list .item .topic {
    font-size: 4em;
    font-weight:500;
    line-height: 1.3em;
 
}

.hero-section .carousel .list .item .topic {
    color: var(--identity-light-color);
}

.hero-section .carousel .list .item .buttons {
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
    border-radius: 10px !important;
}

/* @media (max-width:575px){
    .hero-section .carousel .list .item .buttons{
       display: block !important; 
    }
  } */
.hero-section .carousel .list .item .buttons button {
    border: none;
    background-color: #eee;
    letter-spacing: 3px;
    font-family: 'tajawal' !important;
    font-weight: 500;
    border-radius: 10px !important;
    font-family: 'tajawal' !important;
}

.hero-section .carousel .list .item .buttons button:nth-child(2) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}

/* thumbail */
.hero-section .thumbnail {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}

.hero-section .thumbnail .item {
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}

.hero-section .thumbnail .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.hero-section .thumbnail .item .content {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.hero-section .thumbnail .item .content .title {
    font-weight: 500;
}

v .thumbnail .item .content .description {
    font-weight: 300;
}

/* arrows */
.hero-section .arrows {
    position: absolute;
    top: 85%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero-section .arrows button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eee4;
    border: none;
    color: #fff;
    font-family: 'tajawal' !important;
    font-weight: bold;
    transition: .5s;
    font-size: 20px ;
}

.hero-section .arrows button:hover {
    background-color: #fff;
    color: #000 !important;
}

/* animation */
.hero-section .carousel .list .item:nth-child(1) {
    z-index: 1;
}

/* animation text in first item */

.hero-section .carousel .list .item:nth-child(1) .content .author,
.hero-section .carousel .list .item:nth-child(1) .content .title,
.hero-section .carousel .list .item:nth-child(1) .content .topic,
.hero-section .carousel .list .item:nth-child(1) .content .des,
.hero-section .carousel .list .item:nth-child(1) .content .buttons {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}

@keyframes showContent {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.hero-section .carousel .list .item:nth-child(1) .content .title {
    animation-delay: 1s !important;
}

.hero-section .carousel .list .item:nth-child(1) .content .topic {
    animation-delay: 1.2s !important;
}

.hero-section .carousel .list .item:nth-child(1) .content .des {
    animation-delay: 1.4s !important;
    font-size: 14px !important;
    padding-top: 20px;
}

.hero-section .carousel .list .item:nth-child(1) .content .buttons {
    animation-delay: 1.4s !important;
    font-family: 'tajawal' !important;
    border-radius: 15px !important;
}

/* create animation when next click */
.hero-section .carousel.next .list .item:nth-child(1) img {
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}

@keyframes showImage {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.hero-section .carousel.next .thumbnail .item:nth-last-child(1) {
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}

.hero-section .carousel.prev .list .item img {
    z-index: 100;
}

@keyframes showThumbnail {
    from {
        width: 0;
        opacity: 0;
    }
}

.hero-section .carousel.next .thumbnail {
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext {
    from {
        transform: translateX(150px);
    }
}

/* running time */

.hero-section .carousel .time {
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: var(--accent-2-color);
    left: 0;
    top: 0;
}

.hero-section .carousel.next .time,
.hero-section .carousel.prev .time {
    animation: runningTime 3s linear 1 forwards;
}

@keyframes runningTime {
    from {
        width: 100%
    }

    to {
        width: 0
    }
}


/* prev click */

.hero-section .carousel.prev .list .item:nth-child(2) {
    z-index: 2;
}

.hero-section .carousel.prev .list .item:nth-child(2) img {
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes outFrame {
    to {
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.hero-section .carousel.prev .thumbnail .item:nth-child(1) {
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}

.hero-section .carousel.next .arrows button,
.hero-section .carousel.prev .arrows button {
    pointer-events: none;
}

.hero-section .carousel.prev .list .item:nth-child(2) .content .author,
.hero-section .carousel.prev .list .item:nth-child(2) .content .title,
.hero-section .carousel.prev .list .item:nth-child(2) .content .topic,
.hero-section .carousel.prev .list .item:nth-child(2) .content .des,
.hero-section .carousel.prev .list .item:nth-child(2) .content .buttons {
    animation: contentOut 1.5s linear 1 forwards !important;
}

@keyframes contentOut {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

@media screen and (max-width: 678px) {
    .hero-section .carousel .list .item .content {
        padding-right: 0;
    }

    .hero-section .carousel .list .item .content .title {
        font-size: 0px;
    }
}

#loader {
    background-color: #f8f9fa;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
  }
  


  /* .layer{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(250, 235, 215, 0.363);
  }
  .loader {
  
    display: flex;
  }
  .loader div {
    height: 60px;
    width: 8px;
    background: #47703a;
    margin: 0 3px;
    
    animation: animation 1.3s linear infinite;  
  }
  
  .loader div:nth-child(1) {
    animation-delay: 0.1s;
  }
  .loader div:nth-child(2) {
    animation-delay: 0.2s;
  }
  .loader div:nth-child(3) {
    animation-delay: 0.3s;
  }
  .loader div:nth-child(4) {
    animation-delay: 0.4s;
  }
  .loader div:nth-child(5) {
    animation-delay: 0.5s;
  }
  .loader div:nth-child(6) {
    animation-delay: 0.6s;
  }
  .loader div:nth-child(7) {
    animation-delay: 0.7s;
  }
  .loader div:nth-child(8) {
    animation-delay: 0.8s;
  }
  .loader div:nth-child(9) {
    animation-delay: 0.9s;
  }
  
  @keyframes animation {
      0% { 
        transform: rotateX(180deg);  
      }
    
      100% {
        transform: rotateX(0deg); 
      }
    } */