#top-header {
    background: linear-gradient(
        90deg,
        rgba(106, 87, 212, 1) 0%,
        rgba(49, 83, 129, 1) 16%,
        rgba(181, 137, 178, 1) 45%,
        rgba(212, 227, 141, 1) 100%
    );
    animation: mymove 1s linear 1s infinite alternate;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    min-width: 0rem;
}

.font_size {
    font-size: 4rem;
}

@keyframes mymove {
    0% {
        background: linear-gradient(
            270deg,
            rgba(106, 87, 212, 1) 0%,
            rgba(49, 83, 129, 1) 16%,
            rgba(181, 137, 178, 1) 45%,
            rgba(212, 227, 141, 1) 100%
        );
    }
    100% {
        background: linear-gradient(
            90deg,
            rgba(106, 87, 212, 1) 0%,
            rgba(49, 83, 129, 1) 16%,
            rgba(181, 137, 178, 1) 45%,
            rgba(212, 227, 141, 1) 100%
        );
    }
}
#top-header a {
    color: #fff;
}

#arrow {
    position: relative;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 50px;
        top: 0px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

#arrow_1 {
    position: relative;
    animation-name: example_1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#site-menu-toggle{
    color: #0b2e13;
}
@keyframes example_1 {
    0% {
        left: 0px;
        top: 0px;
    }
    50% {
        left: 10px;
        top: 0px;
    }
    100% {
        left: 0px;
        top: 0px;
    }
}

.top-navbar {
    background: rgb(255 0 0 / 0%);
}

h1 span {
    position: absolute;
    border: 1px solid #4fc49a;
    height: 80px;
    border-radius: 50px;
    width: 80px;
    left: -13px;
    z-index: -100;
    background-color: #4fc49a;
}
.img-fon {
    height: auto;  /* Maintain the aspect ratio */
}
#img-fon {
    width: 100% !important;  
    height: auto;  
    object-fit: cover;  
    filter: brightness(0.7);
}

#nav-fon {
    filter: brightness(0.7);
}

header {
    position: relative;
    height: 95%;
    min-height: 25rem;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -100;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url("https://source.unsplash.com/XT5OInaElMw/1600x900")
            black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}

.nav-item {
    margin-right: 10px;
    font-size: 19px;
}

.nav-item a {
    color: white;
}

.navbar {
    width: 100%;
    background-color: #3a3a9257;
    z-index: 9999;
}

/* section {
    margin: 55px 0;
} */

.img {
    display: flex;
}

.shadow {
    box-shadow: 0rem 1rem 1.5rem rgba(0, 0, 0, 0.5) !important;
}
.rounded {
    border-radius: 1.25rem !important;
}



.card {
    border: none;
}

.card-img,
.card-img-top {
    border-radius: 20px;
    border-top-left-radius: none;
    border-top-right-radius: none;
}

#btn {
    /* border: 2px solid black; */
    color: #000;
    font-weight: 700;
    padding: 0.375rem 0.8rem;
}

.btn-outline-success:hover {
    color: #000;
    background-color: #76bb9bd1;
    border-color: #000000;
}

.rounded {
    border-radius: 1.2rem !important;
}

.href_arrow {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}

.href_arrow i {
    -webkit-text-stroke: 1px #333;
}

.href_arrow:hover {
    color: rgba(40, 156, 40, 0.521);
    margin-left: 10px;
    transition-duration: 0.3s;
}

.nav-link:hover {
    color: rgba(40, 156, 40, 0.521);
}

.back {
    background-image: linear-gradient(
            to right,
            rgb(0 0 0 / 1%),
            rgb(14 14 14 / 70%)
        ),
        url(../images/footer_fon.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 30px;
    box-shadow: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.5) !important;
    height: 70%;
}

.btn-light {
    border-color: #fff;
    font-weight: 700;
}

.btn-light:hover {
    background-color: rgb(71 171 123);
    border-color: rgb(71 171 123);
    color: #333;
    font-weight: 700;
}

/* .text{
    padding: 130px 90px 0 650px;
  } */

.flex-column .nav-link {
    color: #000;
    padding: 10px 5px;
}

.flex-column .nav-link p {
    margin: 0;
}

.flex-column .nav-link:hover {
    background-color: #00000030;
}

.img_1 {
    position: relative;
    top: 80px;
    left: 35px;
}

.astrum_img {
    position: absolute;
    top: 125rem;
    z-index: -100;
}
.astrum_img img {
    width: 100%;
}
.img {
    position: relative;
    bottom: 65px;
}
.about_us {
    position: relative;
    top: 30px;
    left: 35px;
    font-size: 90px;
    width: 65%;
    color: #e8e9ea66;
    font-weight: 700;
}

.location_h1 {
    font-size: 105px;
    position: absolute;
    color: #e8e9eac4;
    left: 35px;
}

.dropdown-menu {
    text-align: center;
}

.dropdown > .dropdown-toggle:active {
    background-color: #fff;
    color: green;
}
.dropdown:hover > .dropdown-menu {
    width: 88%;
    border: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
#lang {
    color: #fff;
    font-weight: 700;
}
#lang:hover {
    background-color: #fff;
    color: green;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#lang:focus {
    background-color: #fff;
    box-shadow: none;
}

.nav-item a.dropdown-item {
    color: green;
    padding: 0.25rem 0.75rem;
    color: green;
    font-weight: 700;
}

.map {
    max-width: 1600px;
    width: 100%;
}

iframe {
    width: 100%;
    height: 400px;
}
.card_table {
    display: flex;
}
p.bg-warning {
    width: 25%;
}
p#skill {
    /*width: 50%;*/
}
nav#navbar-bg {
    /* width: 75%; */
    z-index: 9999;
}
/* .text-dark {
    margin: 5px;
} */