body {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
}

.title{
    font-weight: bold;
}
h3 {
    font-weight: bold;
    animation: zoomin 2s linear 1; 
}

p{
    animation: zoomin 2s linear 1; 
}

.container{
    animation: zoomin 2s linear 1;   
}

.text{
    font-size: 15px;
}

h1{
    animation: zoomin 2s linear 1;   
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

span{
    font-size: 30px;
    font-weight: bold;
}

.mainvideo {
    width: 100%;
}

.main .video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.story{
    width: 100%;
}

.st{
    width: 100%;
}

@media screen {
    st{
        height: auto;
        width: 100%;
        max-width: 540px;
    }
}

.main {
    /* position: relative; */
    margin: 0;
    padding: 0;
}

.main .navi {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.main .content {
    position: absolute;
    z-index: 0;
    bottom: 30px;
    left: 50%;
    color: white;
    text-align: center;
}

.main .navi .menu img {
    width: 50px;
}

.main .navi .logo img {
    width: 120px;
}

.navi .menu {
    position: relative;
    left: 30px;
    top: 20px;
    display: inline-block;
}

.navi .logo {
    position: relative;
    right: 30px;
    top: 0;
    float: right;
    display: inline-block;
    z-index: 3;
}

.main .content div {
    position: relative;
    left: -50%;
}

.main .content p { 
    text-align: justify;
    font-size: 15px;
    display: none;
}

.main .video video {
    height: 80%;
    width: 100%;
}

.section.image_text .section_image {}

.section.image_text .section_image img {
    width: 100%;
}

.section.image_text .section_text {
    text-align: justify;
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
}

.section.image_text {
    margin: 20px 0;
}

.section_full_img_bg {
    background-image: url(../images/ab-01.png);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_full_img_bg .item {
    padding: 60px 0;
    color: white;
}

.section_full_img_bg .item h3 {
    margin-top: 10px;
    margin-bottom: 50px;
}

.section_video video {
    width: 80%;
}

.section_video {
    overflow: hidden;
    font-size: 15px;
    background-image: url(../images/st.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section_blog {
    margin: 40px 0;
}

.section_blog .row div div {
    background: #000;
    padding: 10px;
    border-radius: 10px;
    transition: background 0.2s;
}

.section_blog p {
    text-align: justify;
    font-size: 15px;
    color: #fff;
    padding: 5px;
}

.section_blog a {
    text-decoration: none;
    color: initial;
}

.section_blog a:hover div {
    background: #000;
}

.section_contact .contact_img {
    text-align: center;
}

.section_contact {
    margin: 100px 0;
}

.section_contact form {
    margin: 0 auto;
}

.section_contact .form_btn {
    text-align: center;
}

.section_contact .form_btn button {
    background-color: #cb9c02;
    border-color: #cb9c02;
    width: 140px;
    font-size: 20px;
}

.section_contact .form_btn button:active {
    background-color: #cb9c02;
    border-color: #cb9c02;
}

.contact_form input,
.contact_form textarea {
    background-color: #5e5e5e;
    color: white;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.contact_form input::placeholder,
.contact_form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.contact_form input::placeholder,
.contact_form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.footer {
    text-align: center;
    padding: 15px 0 20px 0;
    border-top: 1px solid #e1e1e1;
}



.footer .socials a {
    text-decoration: none;
    color: #fff;
    margin: 0 15px;
    font-size: 22px;
}

.menu a:last-of-type {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    margin-left: 55px;
    display: inline-block;
    margin-top: 5px;
}


/*  */

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    background-image: url(../images/st.png);
    clip-path: circle(25px at calc(-100%) 45px);
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

#active:checked~.wrapper {
    clip-path: circle(75%);
}

.menu-btn {
    position: absolute;
    z-index: 3;
    /* right: 20px; */
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    /*background: linear-gradient(-135deg, #c850c0, #4158d0);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    /* background: #000; */
    transition: all 0.3s ease-in-out;
    animation: movedown 1s linear 1;
}

#active:checked~.menu-btn {
    color: #fff;
}

#active:checked~.menu-btn i:before {
    content: "\f00d";
}

.lang{
    animation: movedown 1s linear 1;
}

.logo{
    animation: movedown 1s linear 1;
}

@keyframes movedown {
    0%{
     transform: translateY(-100px);
    }
    100%{
     transform: translateY(0);
    }
 }

.wrapper ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
}

.wrapper ul li {
    margin: 15px 0;
}

.wrapper ul li a {
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background-image: url(../images/st.png);
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
    animation: movedown 5s linear 1;
}


/* .wrapper ul li a:after {
    position: absolute;
    content: "";
    background: #fff;
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    width: 104%;
    height: 110%;
    left: -2%;
    top: -5%;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    animation: rotate 1.5s linear infinite;
    transition: transform 0.3s ease;
} */


/* .wrapper ul li a:hover:after {
    transform: scaleY(1);
} */

.wrapper ul li a:hover {
    color: #cb9c02;
}

.menu input[type="checkbox"] {
    display: none;
}

@keyframes rotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.section_image .pi1{
    animation: zoomin 1s linear 1;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

.pi2{
animation: moveup 3s linear 1;
animation-delay: 2s;
visibility: hidden;
animation-fill-mode: forwards; 
}

.section_text{
animation: zoomin 1s linear 1;
animation-delay: 2s;
visibility: hidden;
animation-fill-mode: forwards; 
}

@keyframes zoomin{
     0%{
        transform: scale(0.5);
        visibility: visible;
     }
     100%{
        transform: scale(1);
        visibility: visible;
     }
}

.anm{
animation: moveup 3s linear 1;
animation-delay: 3s;
visibility: hidden;
animation-fill-mode: forwards;
}

@keyframes moveup{
    0%{
       transform: translateY(100px);
       visibility: visible;
    }
    100%{
       transform: translateY(0);
       visibility: visible;
    }
}

.anm2{
   animation: zoomin 1s linear 1;
   animation-delay: 2s;
   visibility: hidden;
   animation-fill-mode: forwards; 
}

.anm3{
   animation: moveup 3s linear 1;
   animation-delay: 4s;
   visibility: hidden;
   animation-fill-mode: forwards;
}

.c-hero-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* width: 100vw; */
}

@media (max-width: 960px) {
    .c-hero-flex {
        flex-flow: column nowrap;
    }
    .c-hero-flex__item {
        width: 100%;
    }
}

.c-hero-flex__item {
    flex-grow: 1;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.5);
    transition: 0.2s all;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

@media (min-width: 961px) {
    .c-hero-flex__item {
        height: 100%;
    }
}

.c-hero-flex__item:hover {
    flex-grow: 2;
    box-shadow: inset 0 0 0 100vmax transparent;
}

.c-hero-flex__item:nth-child(1) {
    background: #222 url(../images/rawaf2-01.png) no-repeat center center;
}

.c-hero-flex__item:nth-child(2) {
    background: #222 url(../images/falkom2-01.png) no-repeat center center;
}

.c-hero-flex__item:nth-child(3) {
    background: #222 url(../images/telad12-01.webp) no-repeat center center;
}

.c-hero-flex__item:nth-child(4) {
    background: #222 url(../images/rafa2-01.png) no-repeat center center;
}

.c-hero-flex__title {
    text-transform: uppercase;
    letter-spacing: 0.075em;
    color: #fff;
    transition: 0.2s all;
    text-align: center;
    font-size: 1.5rem;
}

.c-hero-flex__item a {
    position: absolute;
    bottom: 0;
}

.video_wrapper {
    --color: #ffffff;
    --color-invert: #ffffff;
    --clip-path: circle(70px at left);
    --clip-path-hover: circle(100px at left);
    --clip-path-clicked: circle(100vw at left);
    --duration: .4s;
    --timing-function: ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.video_wrapper .video {
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
    transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
}

.video_wrapper .video video {
    position: fixed;
    background: #c4cbde;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.video_wrapper .text {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
    opacity: var(--opacity, 1);
    transition: opacity 0.3s var(--timing-function) 0.2s;
}

.video_wrapper .text::before,
.video_wrapper .text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    right: 25px;
    height: 0;
}

.video_wrapper .text::before {
    box-shadow: 26px 0 0 1px var(--color);
    right: var(--r, 100%);
    opacity: var(--opacity, 0);
    transition: right 0.5s ease-in, opacity 0.1s linear;
}

.video_wrapper .text::after {
    box-shadow: 26px 0 0 1px var(--color-invert);
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
    transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
}

.video_wrapper .text>span::before,
.video_wrapper .text>span::after {
    content: attr(data-text);
    padding-left: 26px;
}

.video_wrapper .text>span::before {
    color: var(--color);
}

.video_wrapper .text>span::after {
    color: var(--color-invert);
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
    transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
    position: absolute;
    left: 0;
}

.video_wrapper input {
    width: 100px;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 40px;
    outline: none;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.video_wrapper input:focus {
    outline: 0;
}

.video_wrapper input:hover~.video {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover);
}

.video_wrapper input:hover~.text::before {
    --r: 25px;
    --opacity: 1;
}

.video_wrapper input:hover~.text::after {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover);
}

.video_wrapper input:hover~.text>span::after {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover);
}

.video_wrapper input:checked {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.video_wrapper input:checked~.video {
    -webkit-clip-path: var(--clip-path-clicked);
    clip-path: var(--clip-path-clicked);
}

.video_wrapper input:checked~.text {
    --opacity: 0;
    transition: opacity 0.3s var(--timing-function);
}

.video_wrapper input:checked~.text::after {
    -webkit-clip-path: var(--clip-path-clicked);
    clip-path: var(--clip-path-clicked);
}

.video_wrapper input:checked~.text>span::after {
    -webkit-clip-path: var(--clip-path-clicked);
    clip-path: var(--clip-path-clicked);
}

.section.image_text.black_bg {
    background: black;
}

.section.image_text.black_bg .section_text {
    color: white;
}

body.black_bg {
    background: black;
}

.section_icons {
    margin: 70px 0;
}

.section_icons a {
    text-decoration: none;
    color: white;
    text-align: center;
}

.section_icons img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .main .content {
        position: initial;
        color: black;
        margin: 15px 0 35px 0;
        padding: 0 25px;
    }
    .main .content div {
        position: initial;
    }
    .section_blog div div {
        text-align: center;
    }
    .section_contact .contact_img {
        margin-top: 25px;
    }
    .section_full_img_bg .item {
        padding: 30px 0;
    }
    .section_full_img_bg .item h3 {
        margin-bottom: 30px;
    }
    .section.image_text .section_image img {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .section_blog div div {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .video_wrapper {
        --clip-path-clicked: circle(150vw at left);
    }
}

.section_full_img_bg .item p {
    padding: 0 15px;
}

.main .content div:hover p.text {
    animation: fadeInUp;
    animation-duration: 0.5s;
    display: block;
}

.main .content h2 {
    /* display: block; */
    /* width: 100%; */
    /* padding: 35px; */
}

.black_bg .section.image_text .section_text {
    color: white;
}

.black_bg .footer .socials a {
    color: white;
}

.copyright{
     color: #fff;
}

.IT{
     color:#fff
}
.notification {
    position: fixed;
    z-index: 1;
    top: 10px;
    left: 50%;
    display: none;
}

.notification h2 {
    position: relative;
    left: -50%;
    padding: 2px 13px 10px 10px;
    border-radius: 15px;
    color: white;
}

.notification#notification_success h2 {
    background: #cb9c02;
}

.notification#notification_error h2 {
    background: #cb9c02;
}