*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    border: none;
}

html,
body {
    height: 100%;
    background: linear-gradient(0deg, rgb(4, 34, 48)0%, #062d41 100%);
    overflow-x: hidden;
    font-family: "Michroma", sans-serif !important;
    padding-top: 50px;
}

#root {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none !important;
    color: #fff !important;
}

a:hover {
    color: #eb6329 !important;
    transition-duration: 1s;
}

.navbar-bg {
    background: linear-gradient(0deg, rgb(4, 34, 48)0%, rgb(8, 45, 63)100%) !important;
    font-size: 12px;
    backdrop-filter: blur(10px);
    width: 100%;
}

.navbar-container {
    position: fixed;
    display: flex;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.herosection-desktop {
    width: 100%;
    height: 100vh;
    background-image: url('/assets/img/hero-desktop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bold-text {
    color: #7e9bab;
}

.herosection-desktop-btn {
    background-color: #eb6329d3;
    border-radius: 5px;
    padding: 15px;
    color: white;
    display: flex;
    position: absolute;
    bottom: 30px;
    justify-content: center;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.orange-icon {
    color: #eb6329 !important;
}

.navbar-toggler {
    border: none !important;
}
.footer-bg{
    background: linear-gradient(0deg, rgb(4, 34, 48)0%, #062d41 100%);
  }
.herosection-desktop-btn:hover {
    background-color: #eb6329a9;
    color: white !important;
}

.main-area-container {
    /* background: linear-gradient(180deg, rgba(70, 70, 70, 0.70) 0%, #12384E 100%); */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-cont {
    width: 50%;
}

.box {
    width: 100px;
    height: 100px;
    background-color: #3498db00;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lang-container {
    position: absolute;
    z-index: 10000;
    margin-left: 85%;
    margin-top: 20px;
}

.logo-container {
    position: absolute;
    width: 100%;
    z-index: 1010;
    margin-top: 10px;
    background-color: #b7bfcd4a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
}

@keyframes main {
    from {
        padding-left: 100px;
    }

    to {
        padding-left: 0px;
    }
}

@keyframes main1 {
    from {
        padding-top: 100px;
    }

    to {
        padding-left: 0px;
    }
}

.main-animation {
    animation: main 3s;
}

.btn-modal {
    background: linear-gradient(180deg, #524F4F 0%, rgba(114, 112, 112, 0.91) 56.77%, #9E9E9E 99.98%, #ABABAB 99.99%, rgba(217, 217, 217, 0.00) 100%);
    color: white;
    padding: 10px;
    align-items: center;
    align-self: center;
    border-radius: 8px;
}

.orange-line {
    position: relative;
    width: 90%;
    height: 2px;
    background-color: #eb6329;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
    align-self: center;
    z-index: 1;
}

.orange-line::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: inherit;
    border-radius: 50%;
    align-items: center;
    align-self: center;
    z-index: 0;
}

.popup {
    background: linear-gradient(0deg, rgba(37, 52, 75, 1) 0%, rgba(8, 19, 37, 1) 100%);
    width: 70%;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    overflow: auto;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


h2 {
    color: #eb6329 !important;
    font-size: 24px !important;
    font-family: "Michroma", sans-serif !important;
}

h3 {
    color: #7e9bab !important;
    font-size: 20px !important;
    font-family: "Michroma", sans-serif !important;
}

h4 {
    color: #e1e1e1 !important;
    font-size: 14px !important;
    font-family: "Michroma", sans-serif !important;
}

.p-color {
    color: #7e9bab;
}

.language-container {
    color: #ccc;
}

p {
    font-family: "Michroma", sans-serif;
    font-size: 14px;
    color: #ccc !important;
    font-weight: 300 !important;
    line-height: 28px;
}

h1 {
    font-family: "Michroma", sans-serif;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #eb6329 !important;
}

@media only screen and (max-width: 600px) {
    body {
        height: 100%;
        background-color: #252525 !important;
        overflow-x: hidden;
    }

    p {
        font-family: "Michroma", sans-serif;
        font-size: 10px;
        color: #ccc !important;
        font-weight: 300 !important;
    }

    h1 {
        font-family: "Michroma", sans-serif;
        font-size: 14px !important;
        font-weight: 800 !important;
        color: #eb6329 !important;
    }

    h2 {
        color: #eb6329 !important;
        font-size: 20px !important;
        font-family: "Michroma", sans-serif !important;
    }

    h3 {
        color: #7e9bab !important;
        font-size: 16px !important;
        font-family: "Michroma", sans-serif !important;
    }

    h4 {
        color: #ededed !important;
        font-size: 12px !important;
        font-family: "Michroma", sans-serif !important;
    }


    .selected-lang {
        color: #eb6329;
        font-family: "Michroma", sans-serif;
        font-size: 12px;
    }

    .nonselected-lang {
        color: white;
        font-family: "Michroma", sans-serif;
        font-size: 12px;
    }

    .popup {
        background: linear-gradient(0deg, rgba(37, 52, 75, 1) 0%, rgba(8, 19, 37, 1) 100%);
        width: 100%;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .namlu img {
        width: 200px;
        height: 200px;
    }

}


/* @media only screen and (min-width: 601px) {
  p {
    font-family: "Michroma", sans-serif;
    font-size: 14px;
    color: #ccc !important;
    font-weight: 300 !important;
  }
  h1 {
    font-family: "Michroma", sans-serif;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #eb6329 !important;
  }
} */
@media only screen and (min-width: 420px) and (max-width: 1020px) {
    body {
        height: 100%;
        background-color: #252525 !important;
        overflow-x: hidden;
    }

    p {
        font-family: "Michroma", sans-serif;
        font-size: 10px;
        color: #ccc !important;
        font-weight: 300 !important;
    }

    h1 {
        font-family: "Michroma", sans-serif;
        font-size: 14px !important;
        font-weight: 800 !important;
        color: #eb6329 !important;
    }

    h2 {
        color: #eb6329 !important;
        font-size: 20px !important;
        font-family: "Michroma", sans-serif !important;
    }

    h3 {
        color: #7e9bab !important;
        font-size: 16px !important;
        font-family: "Michroma", sans-serif !important;
    }

    h4 {
        color: #ededed !important;
        font-size: 12px !important;
        font-family: "Michroma", sans-serif !important;
    }

    .selected-lang {
        color: #eb6329;
        font-family: "Michroma", sans-serif;
        font-size: 12px;
    }

    .nonselected-lang {
        color: white;
        font-family: "Michroma", sans-serif;
        font-size: 12px;
    }

    .popup {
        background: linear-gradient(0deg, rgba(37, 52, 75, 1) 0%, rgba(8, 19, 37, 1) 100%);
        width: 80%;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img-cont {
        width: 50%;
    }

}



@media only screen and (max-width: 600px) {}


@media (min-width: 1400px) {
    .img-fullscreen {
        height: 100vh !important;





    }
}


@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media screen and (min-width: 500px) {}