
@font-face {
    /*font-family: 'Droid Arabic Kufi' ,tahoma;*/
    font-family: 'El Messiri', sans-serif;
    font-family: 'Tajawal', sans-serif;
    font-style: normal;
    font-weight: normal;
}

:root {
    --primary-color: #3a5d82;
    --secondary-color: #f1c111;
    --white-color: #ffffff;
    --dark-color: #fff;
    --project-bg: #f0f8ff;
    --menu-bg: #024791;
    --title-color: #15141a;
    --gray-color: #909090;
    --link-color: #404040;
    --p-color: #666262;
    --base-font-family: 'Plain-Light', sans-serif;
    --title-font-family: 'Plain-Regular', sans-serif;
    --font-bold-family: 'Plain-Bold', sans-serif;
    --font-weight-bold: bold;
    --h1-font-size: 42px;
    --h2-font-size: 32px;
    --h3-font-size: 24px;
    --p-font-size: 18px;
    --base-font-size: 16px;
    --menu-font-size: 14px;
    --border-radius-large: 100px;
    --border-radius-small: 5px;
}

body {
    background: linear-gradient(rgb(58 93 130 / 47%),rgb(58 93 130 / 35%)),url(../images/32644091.jpg)fixed center;
    background-repeat: repeat;
    background-size: contain;
    vertical-align: middle;
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    min-height: 100vh;
    height: 100%;
}

* {
    box-sizing: border-box;
}

.title {
    margin-top: -5rem;
    margin-right: 20px;
    color: var(--secondary-color);
    font-family: 'Tajawal', sans-serif;
}
/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tajawal', sans-serif;
    line-height: inherit;
}

h1 {
    color: var(--title-color);
    font-size: var(--h1-font-size);
    text-shadow: 4px 3px #223f5f;
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: 100;
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: 100;
    margin-bottom: 0;
}

h4 {
    color: var(--gray-color);
    font-family: 'Tajawal', sans-serif;
    font-size: var(--p-font-size);
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    line-height: 1.5em;
}

b,
strong {
    letter-spacing: 0;
    color: var(--secondary-color);
}



/* BUTTON */
.custom-btn {
    background: transparent;
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius-large);
    padding: 12px 20px;
    color: var(--dark-color);
    font-family: 'Tajawal', sans-serif;
    font-size: var(--p-font-size);
    white-space: nowrap;
    margin-right: 1rem;
}

    .custom-btn.btn-bg {
        background: var(--white-color);
        color: #3a5d82;
        border-color: transparent;
        transition: all .3s ease;
        font-weight: bold;
        font-size: 22px;
    }

    .custom-btn:hover,
    .custom-btn:focus {
        background: var(--primary-color);
        color: var(--white-color);
        border-color: var(--white-color);
    }


/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

a {
    color: var(--link-color);
    font-weight: normal;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        color: var(--secondary-color);
        outline: none;
        text-decoration: none;
    }

::selection {
    background: var(--secondary-color);
    color: var(--white-color);
}

.section-padding {
    padding: 8em 0;
}

.section-padding-half {
    padding: 4em 0;
}

.google-map iframe {
    display: block;
    width: 100%;
}



/*---------------------------------------
    MENU             
  -----------------------------------------*/

.navbar {
    /*  background: var(--menu-bg);*/
    background: #3a5d82;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
}

.navbar-brand {
    color: var(--white-color);
    font-size: var(--h2-font-size);
}

.nav-link {
    color: var(--white-color);
    font-size: var(--menu-font-size);
    letter-spacing: 0.4px;
    margin: 0 1.6em;
    padding: 0.6em;
}

    .nav-link.active,
    .nav-link:hover {
        color: var(--secondary-color);
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: -13px;
}

    .navbar-expand-lg .navbar-nav .nav-link.contact {
        border: 2px solid var(--secondary-color);
        border-radius: var(--border-radius-large);
        color: var(--secondary-color);
        font-family: 'Tajawal', sans-serif;
        padding: 0.6em 2em 0.8em 2em;
    }

        .navbar-expand-lg .navbar-nav .nav-link.contact:hover,
        .navbar-expand-lg .navbar-nav .nav-link.contact.active {
            background: var(--secondary-color);
            color: var(--white-color);
        }

.navbar-nav .navbar-toggler-icon {
    background: none;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
}

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
            transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
            transition: top 300ms 50ms ease, transform 300ms 350ms ease;
            transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
            top: 0;
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
            transform: rotate(45deg);
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
            transform: rotate(-45deg);
        }

    .navbar-toggler .navbar-toggler-icon {
        background: var(--white-color);
        transition: background 10ms 300ms ease;
        display: block;
        width: 30px;
        height: 2px;
        position: relative;
    }

        .navbar-toggler .navbar-toggler-icon::before,
        .navbar-toggler .navbar-toggler-icon::after {
            transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
            transition: top 300ms 350ms ease, transform 300ms 50ms ease;
            transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
            position: absolute;
            right: 0;
            left: 0;
            background: var(--white-color);
            width: 30px;
            height: 2px;
            content: '';
        }

        .navbar-toggler .navbar-toggler-icon::before {
            top: -8px;
        }

        .navbar-toggler .navbar-toggler-icon::after {
            top: 8px;
        }


.notification {
    background-color: transparent;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}



    .notification .badge {
        position: absolute;
        top: 6px;
        right: 16px;
        padding: 5px 10px;
        border-radius: 43%;
        background-color: red;
        color: white;
    }

/*------ Home --------*/


.home-container {
    min-height: calc(100vh - 70px);
}

    .home-container .home-sticky-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }

.left-sidebar-container {
    padding: 0 16px;
    width: 240px;
    height: 100%;
    min-height: 100vh;
    background-color: #eee;
}

    .left-sidebar-container li {
        margin: 10px 0;
    }

.home-main-content {
    margin: 70px 16px 0;
    width: 100%;
    max-width: 825px;
    min-width: 288px;
}



.hero {
    position: relative;
    padding: 1.8em 0;
    overflow: hidden;
}

.hero-bg {
    background: linear-gradient(-170deg, #3a5d82ed 64%, #e8e8e800 30%);
}

.hero-image {
    position: relative;
    top: 2em;
}


.jumbotronPass {
    background: linear-gradient(rgb(193 201 209 / 86%),rgb(169 179 188)),url(../images/1.jpg)fixed center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    border-radius: 13px;
    /* border-top-right-radius: 10% 70%;
    border-bottom-right-radius: 10% 70%;*/
    padding: 3rem 4rem 6rem;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px rgba( 255,255,255,0.4 ), 0px 4px 20px rgba( 0,0,0 );
    /*min-height: 100vh;*/
}

.jumbotron {
    background: linear-gradient(rgb(58 93 130 / 84%),rgb(58 93 130 / 91%)),url(../images/11.jpg)fixed center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    border-radius: 13px;
    padding: 3rem 4rem 6.5rem;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px rgba( 255,255,255,0.4 ), 0px 4px 20px rgba( 0,0,0 );
    /* min-height: 100vh; */
}



    .jumbotron .add {
        float: left;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        padding: 10px 20px;
        border-radius: 0.6rem;
        font-size: 1.2rem;
        font-weight: 600;
        border: 1px solid #012880;
        /*background-image: linear-gradient(-180deg, #002d5a 0%, #000a11 100%);*/
        box-shadow: 0 1rem 1rem 0 rgba(22, 75, 195, 0.12), 0px 0rem 2rem rgba(14, 131, 233, 0.32) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.04) inset, 0 0.25rem 10rem 0px rgba(7, 26, 46, 0.93) inset;
        margin-top: 11px;
    }

    .jumbotron .back {
        float: left;
        font-weight: bold;
        color: darkblue;
        cursor: pointer;
        position: relative;
        padding: 10px 20px;
        border-radius: 0.6rem;
        font-size: 1.2rem;
        font-weight: 600;
        border: 1px solid #004085;
        /* background-image: linear-gradient(-180deg, #002d5a 0%, #000a11 100%); */
        box-shadow: 0 1rem 1rem 0 rgba(22, 75, 195, 0.12), 0px 0rem 2rem rgba(0,123,255,.5) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.04) inset, 0 0.25rem 10rem 0px #dee2e6 inset;
    }

    .jumbotron .cancel {
        margin-right: 75px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        padding: 10px 20px;
        border-radius: 0.6rem;
        font-size: 1.2rem;
        font-weight: 600;
        border: 1px solid #ce1c0a;
        box-shadow: 0 1rem 1rem 0 rgba(22, 75, 195, 0.12), 0px 0rem 2rem rgb(255 24 13 / 32%) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.04) inset, 0 0.25rem 10rem 0px rgb(249 23 0 / 93%) inset;
    }

.jumbotronPass .addd {
    margin-left: 62px;
    float: left;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 8px;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid #0859b1;
    box-shadow: 0 1rem 1rem 0 rgba(22, 75, 195, 0.12), 0px 0rem 2rem rgba(14, 131, 233, 0.32) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.04) inset, 0 0.25rem 10rem 0px rgb(44 88 134 / 93%) inset;
}

.txt {
    color: Black;
    height: 31px;
    width: 50%;
    border: 1px transparent;
    background: transparent;
}

.jumbotronPass .back {
    float: right;
    font-weight: bold;
    color: darkblue;
    cursor: pointer;
    position: relative;
    padding: 12px 20px;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid #b3d7ff;
    /* background-image: linear-gradient(-180deg, #002d5a 0%, #000a11 100%); */
    box-shadow: 0 1rem 1rem 0 rgba(22, 75, 195, 0.12), 0px 0rem 2rem rgba(0,123,255,.5) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.04) inset, 0 0.25rem 10rem 0px #dee2e6 inset;
}

.jumbotronPass .cancel {
    float: left;
    margin-right: 75px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid #ce1c0a;
    box-shadow: 0 1rem 1rem 0 rgba(22, 75, 195, 0.12), 0px 0rem 2rem rgb(255 24 13 / 32%) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.04) inset, 0 0.25rem 10rem 0px rgb(249 23 0 / 93%) inset;
}

.jumbotron .add span {
    color: transparent;
    background-image: linear-gradient(0deg, #e8e8e8 0%, #e8e8e8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 2px 2px hsla(290, 100%, 20%, 1));
}

.jumbotron .add:hover {
    border: none;
    color: rgba(255, 255, 255, 0.85);
    /*box-shadow: 0 0rem 3rem 0 rgba(22, 75, 195, 0.12), 0px 0rem 2rem rgb(70 104 138) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.04) inset, 0 0.25rem 10rem 0px rgb(58 93 130) inset;*/
}

}


.jumbotron .add::before {
    content: "";
    display: block;
    height: 0.25rem;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 7.5rem);
    background: #fff;
    border-radius: 100%;
    opacity: 0.7;
    background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}

.jumbotron .add::after {
    content: "";
    display: block;
    height: 0.25rem;
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 7.5rem);
    background: #fff;
    border-radius: 100%;
    filter: blur(1px);
    opacity: 0.05;
    background-image: linear-gradient(-270deg, rgba(255,255,255,0.00) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0.00) 100%);
}


.jumbotron label, .jumbotron h2 {
    /*color: var(--primary-color);*/
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-right: 10px;
    text-shadow: 4px 3px #223f5f;
}



/*---------------------------------------
     start footer           
  -----------------------------------------*/

.footer {
    padding: 20px 0;
    color: #fff;
    background-color: #3a5d82;
    text-align: center !important;
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
*/
}

    .footer p {
        margin-bottom: 0;
        color: #fff;
    }
/* end footer */


/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (min-width: 1200px) {

    .about-info h2 {
        max-width: 70%;
    }
}

@media screen and (min-width: 991px) {

    .project h2 {
        max-width: 32%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {

    .hero {
        padding-top: 14em;
    }

    .hero-text {
        bottom: 2em;
    }

    .navbar {
        padding: 1em;
    }

    .navbar-collapse {
        text-align: center;
        padding: 2.5em 0;
    }

    .nav-link {
        display: inline-block;
    }

    .navbar-expand-lg .navbar-nav .nav-link.contact {
        margin: 1em 0;
    }

    .copyright-text,
    .footer-link,
    .site-footer .social-icon {
        margin-top: 3em;
        padding: 0;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }
}

/*---------------------------------------
     Login Modal            
  -----------------------------------------*/


/*input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
    
}*/

/* Set a style for all buttons */
button {
    background-color: transparent;
    color: white;
    padding: 14px 20px;
    /*margin: 8px 0;*/
    border: none;
    cursor: pointer;
    width: 100%;
}

    button:hover {
        opacity: 0.9;
    }

.logn {
    background-color: var(--primary-color);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

/* Extra styles for the cancel button */
.cancelbtn1 {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
    float: left;
    width: 25%;
    border-radius: 10px
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 20%;
    border-radius: 50%;
}


span.psw {
    float: left;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #f8f9fa;
    margin: 5% auto 5% auto;
    border: 1px solid #888;
    width: 40%;
}



/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

/*---------------------------------------
     SignUp Modal            
  -----------------------------------------*/

.inpt {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    /*background: #f1f1f1;*/
    border-radius: 8px;
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}


    .inpt:focus {
        background: #fff;
        box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
        outline: none;
    }

.form-group option {
    border-color: transparent;
    outline: none
}

.form-control option:active,
.form-control option:focus,
.form-control option:hover {
    border-color: transparent;
    outline: none
}


table {
    margin: 25px auto
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4
}

.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4
}

.table tr td .progress {
    margin-top: 5px
}

.table-bordered {
    border: 1px solid var(--primary-color);
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #88a4c2;
        color: var(--primary-color);
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
        background-color: #00408563;
        text-align: center;
        color: var(--primary-color);
    }

.table.no-border, .table.no-border td, .table.no-border th {
    border: 0
}

table.text-center, table.text-center td, table.text-center th {
    text-align: center
}

.table.align th {
    text-align: left
}

.table.align td {
    text-align: right
}

/* Set a style for all buttons */
button {
    background-color: transparent;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
}

    button:hover {
        opacity: 0.9;
    }

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
    float: left;
    width: 40%;
    margin-left: 3rem;
    margin-bottom: 20px;
    border-radius: 10px
}

.signupbtn {
    background-color: var(--primary-color);
    width: 40%;
    margin-right: 3rem;
    border-radius: 10px
}



/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    left: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #004085;
}

    .close:hover,
    .close:focus {
        color: #f44336;
        cursor: pointer;
    }

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
        width: 100%;
    }
}

.intro {
    min-height: 80vh;
}




/*-----------------------------------
            animated button
------------------------------------*/

.animated-button1 {
    background: linear-gradient(-30deg, #123e6d 50%, #05274a 50%);
    padding: 43px 50px;
    margin: 25px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #c1c9d1;
    font-size: 25px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

    .animated-button1::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #858cad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button1:hover::before {
        opacity: 0.2;
    }

    .animated-button1 span {
        position: absolute;
    }

        .animated-button1 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 5px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ebb008));
            background: linear-gradient(to left, rgba(43, 8, 8, 0), #ebb008);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ebb008));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #ebb008);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ebb008));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #c3950f);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ebb008));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ebb008);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
