@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Yanone+Kaffeesatz&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: arial;
}

.hamburger {
    display: none;
}

.header {
    background-color: rgb(0, 0, 0);
    color: white;
    position: fixed;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    opacity: 0;
    justify-content: space-around;
    animation: fadeDown .3s forwards;
    animation-delay: .3s;
}

.header ul {
    text-align: center;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.header ul li {
    display: inline-block;
    margin-top: 0.3%;
}

.header ul .login {
    float: right;
}

.header ul .login a {
    color: rgb(255, 255, 119);
}

.header ul li a {
    display: block;
    color: white;
    padding: 16px 18px;
    text-decoration: none;
    text-align: center;
}

.header ul li a:hover {
    color: rgb(255, 255, 119);
}

.header ul li a:hover:not(.active) {
    background-color: #000;
    border-radius: 5px;
}

.header .logo {
    width: 4%;
    height: 4%;
    cursor: pointer;
    float: left;
    margin-left: 2%;
}

a,
button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.header img {
    height: 65px;
    width: 65px;
    cursor: pointer;
}

.header.solid-nav {
    background-color: rgba(0, 0, 0, 0.98);
    transition: background-color 0.2s linear;
    box-shadow: 2px 2px 20px rgb(255, 255, 119);;
}

::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-thumb {
    background: black;
}

.active {
    background-color: rgb(255, 255, 119);
}

.header #icon {
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.btn {
    padding-bottom: 2px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    height: 35px;
    width: 75px;
    margin-right: 70px;
}

.btn a {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bgImage img {
    width: 100%;
    height: 100vh;
}

.bgImage .heading {
    color: white;
    position: absolute;
    top: 25%;
    font-size: 100px;
    width: 100%;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    opacity: 0;
    animation: fadeUp .3s forwards;
    animation-delay: .3s;
}

.bgImage .sub-heading {
    color: white;
    position: absolute;
    top: 45%;
    font-size: 30px;
    width: 100%;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    opacity: 0;
    animation: fadeUp .5s forwards;
    animation-delay: .5s;
}

.content {
    background-color: rgba(0, 0, 0, 0.98);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -0.50%;
    margin-bottom: -0.50%;
    padding-top: 4%;
    padding-bottom: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content .main_card {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -6%;
    padding-top: 5%;
    padding-bottom: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    overflow: hidden;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Popup (start) */

.content#blur.active {
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
}

.content .intro iframe {
    margin-top: 0%;
    margin-bottom: 3%;
    width: 80%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.content .ex_card_team {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100%;
    width: 40%;
    border-radius: 15px;
    opacity: 0;
    animation: fadeUp .5s forwards;
    color: white;
    animation-delay: .5s;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 4%;
    text-align: left;
    box-shadow: 2px 2px 20px yellow;
}

.content .ex_card_team .ex_image_team {
    margin-top: 4%;
    font-size: 40px;
    opacity: 0;
    animation: fadeUp 0.6s forwards;
    animation-delay: 0.6s;
    display: flex;
}

.content .ex_card_team .team_img {
    border: none;
    border-radius: 100%;
    height: 30%;
    width: 30%;
    vertical-align: middle;
}

.content .ex_card_team .caption {
    margin-left: 5%;
    font-size: 18px;
}

.content .ex_card_team .caption span {
    font-size: 40px;
    color: rgb(255, 255, 119);
    font-weight: bold;
}

.content .ex_card_team .caption b {
    color: rgb(255, 255, 119);
}

.content .ex_card_team .caption .social {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .ex_card_team .caption .social li {
    list-style: none;
}

.content .ex_card_team .caption .social li a {
    display: inline-block;
    margin-right: 0px;
    filter: invert(1);
    transform: scale(0.5);
}

.content .ex_card_team .caption .social li a:hover {
    transform: scale(0.5) translateY(-7px);
}

.content .ex_card_support {
    width: 50%;
    padding: 5%;
    margin-bottom: 10%;
    border-radius: 10px;
    border: none;
    box-shadow: 2px 2px 20px rgb(255, 255, 119);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.content .ex_card_support .ex_image_support .caption {
    color:rgb(255, 255, 119);
    display: flex;
}

.content .ex_card_support .ex_image_support .caption label {
    color:white;
    margin-right: 2%;
    margin-top: 1%;
}

.content .ex_card_support .ex_image_support .message {
    color:white;
    margin-right: 2%;
}

.content .ex_card_support .ex_image_support textarea {
    background-color: rgb(255, 255, 119); 
    border: none;
    border-radius: 10px;
    padding: 1%;
    font-family: Arial, Helvetica, sans-serif;
    height: 200px;
    width: 500px;
}

.content .ex_card_support .ex_image_support .caption input {
    border: none;
    border-radius: 10px;
    padding: 1%;
    margin-right: 0%;
    margin-bottom: 5%;
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 255, 119);
}

.content .main_card_news {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    overflow: hidden;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.content .ex_card_news {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100%;
    width: 80%;
    border-radius: 15px;
    opacity: 0;
    animation: fadeUp .5s forwards;
    color: white;
    animation-delay: .5s;
    /* padding-left: 2%; */
    padding-right: 2%;
    /* padding-bottom: 5%; */
    text-align: left;
    box-shadow: 2px 2px 20px yellow;
}

.content .ex_card_news .ex_image_news {
    margin-top: 4%;
    font-size: 40px;
    opacity: 0;
    animation: fadeUp 0.6s forwards;
    animation-delay: 0.6s;
    display: flex;
}

.content .ex_card_news .news_img {
    border: none;
    border-radius: 10px;
    margin-right: 3%;
    height: 100%;
    width: 40%;
    vertical-align: middle;
}

.content .ex_card_news .caption {
    margin-top: 2%;
    font-size: 18px;
}

.content .ex_card_news .caption span {
    font-size: 40px;
    color: rgb(255, 255, 119);
    font-weight: bold;
}

.content .ex_card_news .caption b {
    color: rgb(255, 255, 119);
}

.content .ex_card_news .ex_image_news .caption .date {
    margin-top: 3%;
}

.content .ex_card_news .ex_image_news .caption .btn {
    background-color: rgb(255, 255, 119);
    color: black;
    font-weight: bold;
    letter-spacing: 0.1cm;
    margin-top: 3%;
    margin-bottom: 3%;
    float: left;
    border: none;
    border-radius: 10px;
    padding: 0;
}

.content .ex_card_news .ex_image_news .caption .btn:hover {
    letter-spacing: 6px;
}

.content .ex_card_news .caption .social {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .ex_card_news .caption .social li {
    list-style: none;
}

.content .ex_card_news .caption .social li a {
    display: inline-block;
    margin-right: 0px;
    filter: invert(1);
    transform: scale(0.5);
}

.content .ex_card_news .caption .social li a:hover {
    transform: scale(0.5) translateY(-7px);
}

.description {
    text-align: center;
}

.description .caption {
    color: rgb(255, 255, 119);
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeUp 0.5s forwards;
    animation-delay: 0.5s;
}

.description .info {
    color: white;
    font-size: 20px;
    margin-top: 3%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    opacity: 0;
    animation: fadeUp 0.7s forwards;
    animation-delay: 0.7s;
}

#popup {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

#popup .text {
    font-family: roboto;
    font-weight: 450;
    color: black;
}

#popup .text h1 {
    color: black;
    font-weight: 600;
    text-shadow: .1rem .1rem .3rem rgb(133, 133, 133);
}

#popup.active {
    top: 55%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup .pop_btn {
    border-radius: 10%;
    border: 2px solid black;
    padding: 1%;
    background-color: black;
    color: white;
    cursor: pointer;
    margin-left: 95%;
}

#popup .pop_btn:hover,
#popup .pop_btn:active {
    background-color: yellow;
    color: black;
}

.content .login_card .Input:hover,
.content .login_card .Input:active {
    background-color: white;
    color: black;
}

.content .signUp_card .Input:hover,
.content .signUp_card .Input:active {
    background-color: white;
    color: black;
}

/* Popup (end) */

.content .error404 {
    margin-top: 7%;
    height: 300px;
    opacity: 0;
    animation: fadeDown .7s forwards;
    animation-delay: .7s;
    margin-left: 30%;
}

.content .job {
    margin-top: 10%;
    font-size: 40px;
    color: black;
    text-shadow: .1rem .1rem .3rem white;
    color: yellow;
    padding-bottom: 1%;
}

.content .ex_career_card h2 {
    margin-top: 2%;
    font-size: 30px;
    color: rgb(255, 255, 119);
    text-shadow: .1rem .1rem .3rem black;
    padding-bottom: 1rem;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeUp .7s forwards;
    animation-delay: .7s;
    border: none;
    border-radius: 10px;
}

.notice {
    background-color: red;
    color: white;
    padding: 0.7%;
}

.notice h1 {
    font-size: 25px;
    font-family: roboto;
}

@keyframes fadeUp {
    0% {
        transform: translateY(4rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeRight {
    0% {
        transform: translateX(4rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeLeft {
    0% {
        transform: translateX(-4rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes fadeDown {
    0% {
        transform: translateY(-1rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale {
    0% {
        transform: scale(2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(253, 57, 87, 0.99);
    }

    50% {
        box-shadow: 0 0 0 1rem rgba(253, 87, 191, 0);
    }

    80% {
        box-shadow: 0 0 0 0 rgba(253, 87, 191, 0);
    }
}

.content .about_card {
    height: 100%;
    width: 40%;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #03a9f4;
    margin-top: 5%;
    margin-left: 5%;
    float: left;
    border-radius: 50px;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeLeft .7s forwards;
    animation-delay: .7s;
}

.content .about_card video {
    margin-top: 1%;
    width: 95%;
    opacity: 0;
    animation: fadeUp .7s forwards;
    animation-delay: .7s;
    border-radius: 30px;
}

.content .about_card:hover {
    background-color: yellow;
}

.content .vision button {
    border: none;
    border-radius: 15px;
    background-color: #03a9f4;
    color: white;
    font-size: 40px;
    margin-top: -2%;
    margin-left: 40%;
    margin-right: -40%;
    padding: 20px;
    float: right;
    text-shadow: .1rem .1rem .3rem black;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    animation: fadeRight .7s forwards;
    animation-delay: .7s;
}

.content .vision button:hover,
.content .vision button:active {
    background-color: yellow;
    color: black;
    text-shadow: .1rem .1rem .3rem white;
}

.content .vision .mission .cartoon {
    margin-top: 15%;
    margin-left: 15%;
    margin-bottom: 0%;
    float: right;
}

.content .vision .mission .cartoon img {
    height: 300px;
    width: 350px;
    margin-right: 60%;
    opacity: 0;
    animation: fadeUp 1s forwards;
    animation-delay: 1s;
}

.content .vision .mission h1:hover,
.content .vision .mission h1:active {
    background-color: yellow;
    color: black;
    text-shadow: .1rem .1rem .3rem white;
}

.content .vision_mission {
    display: none;
}

.content .login_card {
    height: 200px;
    width: 800px;
    margin-top: 3.5%;
    background-color: rgb(187, 0, 78);
    margin-left: 23%;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 22%;
    opacity: 0;
    animation: fadeDown .7s forwards;
    animation-delay: .7s;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
    background-image: url("../image/iStock_000052710440_Medium.jpg");
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.content .login_card:hover {
    box-shadow: 2px 2px 20px white;
}

.content .login_card .signin_text {
    color: white;
    font-size: 60px;
    font-family: "Lobster", cursive;
    opacity: 0;
    animation: fadeUp 1.2s forwards;
    animation-delay: 1.2s;
}

.content .login_card input {
    font-size: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 1.5%;
    padding-right: 10%;
    margin-top: 4%;
    margin-left: 1%;
    background: yellow;
}

.content .login_card label {
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    outline: none;
}

.content .login_card label a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    color: yellow;
    outline: none;
}

.content .login_card .login_button {
    margin-top: 4%;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 1.7%;
    padding-bottom: 1.5%;
    background-color: #03a9f4;
    outline: none;
    border-radius: 15px;
    font-size: 20px;
    border: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    cursor: pointer;
    letter-spacing: 2px;
    outline: none;
}

.content .login_card .login_button:hover,
.content .login_card .login_button:active {
    background-color: white;
    color: black;
}

.content .signUp_card {
    height: 420px;
    width: 800px;
    margin-top: 3.5%;
    background-color: rgb(187, 0, 78);
    margin-left: 23%;
    align-items: center;
    padding-top: 3%;
    padding-bottom: 20%;
    opacity: 0;
    animation: fadeDown .7s forwards;
    animation-delay: .7s;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
    background-image: url("../image/F8wcQQ1oybZCLNamU3HAaHKa.jpeg.crdownload.jpg");
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.content .signUp_card:hover {
    box-shadow: 2px 2px 20px white;
}

.content .signUp_card .signin_text {
    color: white;
    font-size: 60px;
    font-family: "Lobster", cursive;
    opacity: 0;
    animation: fadeUp 1.2s forwards;
    animation-delay: 1.2s;
}

.content .signUp_card input {
    font-size: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 1.5%;
    padding-right: 10%;
    margin-top: 4%;
    margin-left: 1%;
    background: yellow;
}

.content .signUp_card label {
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    outline: none;
}

.content .signUp_card label a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    color: yellow;
    outline: none;
}

.content .signUp_card .checkbox {
    margin-top: 7%;
}

.content .signUp_card .signUp_button {
    margin-top: 7%;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 1.7%;
    padding-bottom: 1.5%;
    background-color: black;
    outline: none;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    cursor: pointer;
    letter-spacing: 2px;
    outline: none;
}

.content .signUp_card .signUp_button:hover,
.content .signUp_card .signUp_button:active {
    background-color: white;
    color: black;
}

.content a {
    color: white;
    text-decoration: none;
}

.content .text {
    margin-top: 4%;
    font-size: 20px;
    margin-left: 5%;
    margin-right: 5%;
    opacity: 0;
    animation: fadeUp .7s forwards;
    animation-delay: .7s;
}

.content i {
    margin-top: 15%;
    font-size: 100px;
    color: black;
    background-color: yellow;
    border-radius: 50px;
    opacity: 0;
    animation: fadeUp 0.5s forwards;
    animation-delay: 0.5s;
}

.content iframe {
    width: 100%;
    height: 900px;
    opacity: 0;
    animation: fadeUp 0.5s forwards;
    animation-delay: 0.5s;
    box-shadow: 2px 2px 10px black;
}

.content .ex_career_card .ex_image_card b {
    margin-top: 3%;
    color: rgb(255, 255, 88);
    font-size: 100px;
}

.content .about_card .about_card_mini {
    display: none;
}

/* Excessories (start) */

.ex_card button {
    background-color: black;
    border: none;
    padding: 3%;
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 15px;
    font-family: roboto;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    cursor: pointer;
    opacity: 0;
    animation: fadeUp 0.8s forwards;
    animation-delay: 0.8s;
    box-shadow: 2px 2px 20px black;
}

.ex_card button:hover,
.caption .ex_career_card button:active {
    box-shadow: none;
}

.ex_card .ex_image img {
    width: 50%;
    height: 50%;
    margin-top: 5%;
    opacity: 0;
    animation: fadeUp 0.4s forwards;
    animation-delay: 0.4s;
}

.ex_card .ex_image .caption {
    margin-top: 4%;
    font-size: 40px;
    opacity: 0;
    animation: fadeUp 0.6s forwards;
    animation-delay: 0.6s;
}

.content .ex_career_card {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content .ex_career_card .ex_image_card {
    margin-top: 4%;
    font-size: 40px;
    opacity: 0;
    animation: fadeUp 0.6s forwards;
    animation-delay: 0.6s;
}

.content .ex_card {
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: white;
    height: 500px;
    width: 330px;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 15px;
    opacity: 0;
    animation: fadeUp .7s forwards;
    animation-delay: .7s;
    box-shadow: 2px 2px 20px black;
}

.content .ex_card:hover {
    box-shadow: 2px 2px 20px yellow;
}

.content .ex_card h3 {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0%;
    font-size: 20px;
    opacity: 0;
    animation: fadeUp 0.7s forwards;
    animation-delay: 0.7s;
}

.content .ex_career_card p {
    font-size: medium;
}

.content .ex_card .ex_image h3 {
    font-weight: 100;
}

.content .ex_card .ex_image .released {
    opacity: 0;
    animation: fadeUp 1.5s forwards;
    animation-delay: 1.5s;
}

.content .ex_card .ex_image .bee_lang {
    width: 65%;
    height: 65%;
    margin-top: 0%;
    margin-bottom: -5%;
    opacity: 0;
    animation: fadeUp 0.4s forwards;
    animation-delay: 0.4s;
}

.content_1 {
    background-color: white;
    text-align: center;
    font-family: Roboto;
    padding-top: 7%;
    padding-bottom: 10%;
    background-color: #c7ecfd;
    background-image: url("../image/lsa3lv6c2r651.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}

.content_1 .ex_card {
    margin-top: -7%;
    margin-bottom: -6%;
    background-color: white;
    height: 445px;
    width: 330px;
    margin-left: 8.5%;
    border-radius: 15px;
    opacity: 0;
    animation: fadeUp .7s forwards;
    animation-delay: .7s;
}

.content_1 .ex_card:hover {
    box-shadow: 2px 2px 20px white;
}

.content .ex_career_card {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    height: 100%;
    width: 80%;
    border-radius: 15px;
    opacity: 0;
    animation: fadeUp .5s forwards;
    color: white;
    animation-delay: .5s;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
    text-align: left;
    box-shadow: 2px 2px 20px yellow;
}

.content .ex_career_card ul li {
    color: white;
}


/* Excessories (end) */

/* Support (start) */

.content .contact_address {
    box-sizing: border-box;
    background-color: white;
    height: 550px;
    width: 800px;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 2%;
    margin-left: 30%;
    border-radius: 50px;
    font-family: roboto;
    box-shadow: 2px 2px 20px white;
}

.content .contact_address h1 {
    opacity: 0;
    margin-top: 5%;
    text-shadow: .1rem .1rem .3rem black;
    animation: fadeDown 1.5s forwards;
    animation-delay: 1.5s;
    font-family: 'Lobster', cursive;
}

.content .contact_address .our_contact {
    box-sizing: border-box;
    background-color: black;
    height: 350px;
    width: 400px;
    padding: 5%;
    margin-top: -46%;
    margin-left: -30%;
    border-radius: 50px;
    opacity: 0;
    animation: fadeRight_contact .7s forwards;
    animation-delay: .7s;
    color: white;
}

.content .contact_address .our_contact h3 {
    color: yellow;
}

.content .contact_address form {
    margin-top: 5%;
    margin-left: 15%;
    opacity: 0;
    animation: fadeRight_contact 1s forwards;
    animation-delay: 1s;
}

.content .contact_address form input {
    border: none;
    border-radius: 10px;
    background-color: black;
    color: white;
    outline: none;
    padding: 2%;
    padding-right: 10%;
    margin-left: 2%;
    margin-top: 2%;
}

.content .contact_address form input:hover {
    background-color: white;
    color: black;
}

.content .contact_address form button {
    background-color: red;
    color: white;
    padding: 2%;
    margin-top: 5%;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: roboto;
    padding-right: 5%;
    padding-left: 5%;
    opacity: 0;
    animation: fadeUp 1.5s forwards;
    animation-delay: 1.5s;
    box-shadow: 2px 2px 10px black;
}

.content .description .news_caption {
    color: rgb(255, 255, 119);;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5%;
}

@keyframes fadeRight_contact {
    0% {
        transform: translateX(10rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Support (end) */

/* Footer (start) */

.footer {
    background-color: rgba(0, 0, 0, 0.980);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    position: relative;
    padding-bottom: 1%;
}

.footer .area {
    display: flex;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
}

.footer .area .mid_area {
    margin-right: 15%;
    margin-left: 15%;
}

.footer h2 {
    color:rgb(255, 255, 119);
    text-transform: uppercase;
    font-weight: bold;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    line-height: 2em;
}

.footer ul li a {
    text-decoration: none;
    color: white;
}

.footer .right_area .form_search .input_box input {
    background-color:rgb(255, 255, 119);
    border: none;
    width: 200px;
    border-radius: 10px;
    padding: 2%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.footer .right_area .form_search .input_box i {
    cursor: pointer;
}

.footer .right_area .form_search .btn {
    width: 100px;
    border: none;
    border-radius: 10px;
    font-size: small;
    background-color: white;
    color: black;
}

.footer .social {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .social li {
    list-style: none;
}

.footer .social li a {
    display: inline-block;
    margin-right: 0px;
    filter: invert(1);
    transform: scale(0.5);
}

.footer .social li a:hover {
    transform: scale(0.5) translateY(-7px);
}

.footer .copyright {
    color:rgb(255, 255, 119);
    text-align: center;
    padding-top: 50px;
    margin-top: 1%;
    margin-bottom: 1%;
    font-family: roboto;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
}

/* Footer (end) */

@media only screen and (max-width: 991px) {

    .header .hamburger {
        display: block;
        cursor: pointer;
        float: right;
        padding: 5%;
        margin-top: -1.5%;
    }

    .header .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: white;
        margin: 6px 0;
    }

    .header {
        height: 60px;
        width: 100vw;
        position: fixed;
        left: 0;
        right: 0;
        background-color: black;
        color: white;
        transition: 0.5s;
        overflow: hidden;
    }

    .header.active {
        height: 100vh;
    }

    .header .logo {
        cursor: pointer;
        float: left;
        width: 50px;
        height: 50px;
    }

    .header ul {
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }

    .header.active ul {
        opacity: 1;
    }

    .header ul li {
        display: block;
    }

    .header ul li a {
        margin-top: 30px;
        color: rgb(255, 255, 119);
        font-size: 20px;
        font-weight: bold;
    }

    li,
    a,
    button {
        font-size: 12px;
        outline: none;
    }

    .btn {
        padding: 9px, 25px;
        height: 35px;
        width: 70px;
        transition: none;
        margin-left: 50px;
        text-transform: uppercase;
    }

    .btn:focus {
        outline: none;
    }

    .header img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 5px;
        height: 60px;
        width: 60px;
        cursor: pointer;
    }

    .header img:focus {
        outline: none;
    }

    .bgImage img {
        width: 100%;
        height: 40vh;
    }
    
    .bgImage .heading {
        color: white;
        position: absolute;
        top: 15%;
        font-size: 30px;
        text-align: center;
        width: 100%;
        margin-left: 0%;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        opacity: 0;
        animation: fadeUp .3s forwards;
        animation-delay: .3s;
    }
    
    .bgImage .sub-heading {
        color: white;
        position: absolute;
        top: 22%;
        font-size: 15px;
        right: 0%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        opacity: 0;
        animation: fadeUp .5s forwards;
        animation-delay: .5s;
    }

    .content .intro iframe {
        width: 100%;
        height: 250px;
    }

    .content {
        background-color: rgba(0, 0, 0, 0.98);
        padding-top: 3%;
        padding-bottom: 5%;
        margin-top: -1.5%;
        margin-bottom: -1.5%;
        display: inline-block;
        width: 100%;
        height: 100%;    
        align-items: center;
        justify-content: center;
    }

    .content .error404 {
        margin-top: 30%;
        margin-bottom: 30%;
        width: 90%;
        margin-left: -1%;
    }

    .content h1 {
        font-size: 30px;
        margin-top: 0;
    }

    .content h2 b {
        margin-top: 15%;
        font-size: 20px;
        margin-bottom: 25%;
    }

    .content .text {
        font-size: 20px;
    }

    .content img {
        height: 20px;
        width: 100%;
    }

    .content iframe {
        margin-left: -5%;
        width: 100%;
        height: 1000px;
    }

    .content .login_card {
        height: 580px;
        width: 90%;
        margin-top: 3.5%;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .content .login_card .signin_text {
        font-size: 60px;
    }

    .content .login_card input {
        border-radius: 10px;
        outline: none;
        padding: 4%;
        margin-top: 10%;
        margin-left: 1%;
    }

    .content .login_card label {
        letter-spacing: 2px;
    }

    .content .login_card label a {
        letter-spacing: 2px;
        font-size: 20px;
        outline: none;
        margin: 15%;
    }

    .content .login_card .login_button {
        margin-top: 15%;
        margin-bottom: 5%;
        padding-right: 10%;
        padding-left: 10%;
        padding-top: 4%;
        padding-bottom: 4%;
        outline: none;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .content .signUp_card {
        height: 580px;
        width: 330px;
        margin-top: 3.5%;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .content .signUp_card .signin_text {
        font-size: 60px;
    }

    .content .signUp_card input {
        border-radius: 10px;
        outline: none;
        padding: 4%;
        margin-top: 8%;
        margin-left: 1%;
    }

    .content .signUp_card label {
        letter-spacing: 2px;
    }

    .content .signUp_card label a {
        letter-spacing: 2px;
        font-size: 20px;
        outline: none;
        margin: 10%;
    }

    .content .signUp_card .signUp_button {
        margin-top: 10%;
        margin-bottom: 5%;
        padding-right: 10%;
        padding-left: 10%;
        padding-top: 4%;
        padding-bottom: 4%;
        outline: none;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .content .about_card {
        height: 100%;
        width: 90%;
        padding-top: 5%;
        padding-bottom: 5%;
        background-color: yellow;
        margin-top: 8%;
        margin-bottom: 8%;
        margin-left: 5%;
        float: center;
        border-radius: 25px;
    }

    .content .about_card video {
        margin-top: 5%;
        width: 95%;
        opacity: 0;
        animation: fadeUp .7s forwards;
        animation-delay: .7s;
        border-radius: 30px;
    }

    .content .about_card:hover {
        background-color: yellow;
    }

    .content .vision button {
        display: none;
    }

    .content .vision .mission {
        display: none;
    }

    .content .about_card .about_card_mini {
        display: block;
        margin-top: 15%;
    }

    .content .about_card .about_card_mini .text {
        text-transform: lowercase;
    }

    .notice {
        padding: 2%;
    }

    /* Popup (start) */

    .content#blur.active {
        filter: blur(40px);
        pointer-events: none;
        user-select: none;
    }

    #popup {
        position: fixed;
        height: 80%;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        padding: 30px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
        background: #fff;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        font-size: 12px;
    }

    #popup .text {
        font-family: roboto;
        font-weight: 450;
        font-size: 14px;
    }

    #popup .text h1 {
        color: black;
        font-weight: 600;
        text-shadow: .1rem .1rem .3rem rgb(133, 133, 133);
        font-size: 20px;
    }

    #popup.active {
        top: 55%;
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
    }

    #popup .pop_btn {
        border-radius: 10%;
        border: 2px solid black;
        padding: 1%;
        background-color: black;
        color: white;
        cursor: pointer;
        margin-left: 95%;
    }

    #popup .pop_btn:hover,
    #popup .pop_btn:active {
        background-color: yellow;
        color: black;
    }

    /* Popup (end) */

    /* Excessories (start) */

    .ex_card button {
        padding: 4%;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 15px;
    }

    .ex_card button a {
        text-decoration: none;
    }

    .ex_card .ex_image img {
        margin-top: 10%;
        width: 50%;
        height: 50%;
    }

    .ex_card .ex_image .caption {
        margin-top: 4%;
        margin-bottom: -1%;
        font-size: 40px;
    }

    .ex_card button:hover,
    .ex_card button:active {
        background-color: #03a9f4;
    }

    .content .ex_card {
        height: 500px;
        width: 80%;
        display: inline-block;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5%;
        box-shadow: 2px 2px 20px yellow;
    }

    .content .ex_card:hover {
        box-shadow: none;
    }


    .content .ex_career_card {
        height: 500px;
        width: 80%;
        display: inline-block;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5%;
    }

    .content .ex_career_card .ex_image_card b {
        font-size: 50px;
        margin-top: 5%;
    }

    .content .ex_career_card h2 {
        font-size: 30px;
        margin-top: 5%;
    }
        
    .ex_card_blog button {
        padding: 4%;
        padding-left: 8%;
        padding-right: 8%;
        font-size: 15px;
        margin-top: 10%;
        position: relative;
    }

    .ex_card_blog .ex_image_blog img {
        margin-top: 0%;
        width: 100%;
        height: 50%;
        left: none;
        position: relative;
    }

    .ex_card_blog .ex_image_blog .caption_blog {
        margin-right: 2%;
        margin-left: 0%;
        margin-top: 2%;
        font-size: 30px;
        right: 0;
        position: relative;
    }

    .content .ex_card_blog {
        margin-top: 5%;
        margin-bottom: 25%;
        background-color: white;
        display: inline-block;
        height: 650px;
        width: 300px;
        margin-left: 5%;
        margin-right: 5%;
        border-radius: 15px;
        opacity: 0;
        animation: fadeUp .5s forwards;
        animation-delay: .5s;
        box-shadow: 2px 2px 20px white;;
    }

    .content .ex_card_blog:hover {
        box-shadow: 2px 2px 20px white;
    }

    .content .ex_card_blog h3 {
        right: 0;
        position: relative;
        font-weight: 100;
        margin-right: 2%;
        margin-top: -5%;
        margin-left: 2%;
    }

    .content .ex_card_blog .released_date {
        right: 0;
        position: relative;
        margin-top: 15%;
        margin-right: 2%;
    }

    .content_1 {
        padding-top: 7%;
        padding-bottom: 10%;
        display: inline-block;
        width: 100%;
    }

    .content_1 .ex_card {
        height: 460px;
        display: inline-block;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 25%;
    }

    .content .ex_career_card {
        height: 100%;
        display: inline-block;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 25%;
        margin-top: 25%;
        padding: 5%;
    }

    /* Excessories (end) */

    /* Support (start) */

    .content .contact_address {
        height: 500px;
        width: 90%;
        margin-top: 10%;
        margin-bottom: 5%;
        margin-left: 2%;
        display: inline-block;
    }

    .content .contact_address h1 {
        margin-top: 5%;
        opacity: 0;
        animation: fadeDown 1.5s forwards;
        animation-delay: 1.5s;
        font-family: 'Lobster', cursive;
    }

    .content .contact_address .our_contact {
        height: 350px;
        width: 280px;
        padding: 5%;
        margin-top: 10%;
        margin-left: 8%;
        animation: fadeDown .7s forwards;
    }

    .content .contact_address form {
        margin-top: 10%;
        margin-left: 15%;
    }

    .content .contact_address form input {
        padding: 4%;
        padding-right: 10%;
        margin-left: 0%;
        margin-top: 2%;
        margin-right: 15%;
    }

    .content .contact_address form button {
        padding: 5%;
        margin-top: 10%;
        padding-right: 10%;
        padding-left: 10%;
        font-size: 15px;
    }

    .content .main_card {
        display: inline-block;
    }

    .content .main_card_news {
        display: inline-block;
    }

    .content .description .caption {
        font-size: 25px;
        margin-bottom: 5%;
    }

    .content .description .info {
        margin-bottom: 15%;
    }

    .content .ex_card_team {
        width: 80%;
        padding-bottom: 15%;
        margin-bottom: 15%;
    }

    .content .ex_card_team .ex_image_team {
        margin-top: 4%;
        font-size: 40px;
        opacity: 0;
        animation: fadeUp 0.6s forwards;
        animation-delay: 0.6s;
        display: inline-block;
    }

    .content .ex_card_team .team_img {
        border: none;
        margin-bottom: 5%;
        border-radius: 100%;
        height: 30%;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .content .ex_card_support {
        width: 70%;
        padding: 5%;
        margin-top: 5%;
        margin-bottom: 10%;
        border-radius: 10px;
        border: none;
        box-shadow: 2px 2px 20px rgb(255, 255, 119);
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .content .ex_card_support .ex_image_support .caption {
        color:rgb(255, 255, 119);
        display: inline-block;
    }
    
    .content .ex_card_support .ex_image_support .caption label {
        color:white;
        margin-top: 1%;
        float: left;
    }

    .content .ex_card_support .ex_image_support .caption label b {
        text-align: center;
    }
    
    .content .ex_card_support .ex_image_support .message {
        color:white;
        margin-right: 2%;
    }

    .content .ex_card_support .ex_image_support {
        display: inline-block;
    }
    
    .content .ex_card_support .ex_image_support textarea {
        background-color: rgb(255, 255, 119); 
        border: none;
        border-radius: 10px;
        padding: 1%;
        font-family: Arial, Helvetica, sans-serif;
        height: 200px;
        width: 250px;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    .content .ex_card_support .ex_image_support .caption input {
        border: none;
        border-radius: 10px;
        padding: 5%;
        margin-top: 5%;
        float: left;
        margin-bottom: 10%;
        width: 250px;
        font-family: Arial, Helvetica, sans-serif;
        background-color: rgb(255, 255, 119);
    }

    .content .ex_card_team .caption {
        margin-left: 5%;
        font-size: 18px;
    }

    .content .ex_card_team .caption span {
        font-size: 35px;
        color: rgb(255, 255, 119);
        font-weight: bold;
    }

    .content .ex_card_team .caption b {
        color: rgb(255, 255, 119);
    }

    .content .ex_card_team .caption .social {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .content .ex_card_team .caption .social li {
        list-style: none;
    }

    .content .ex_card_team .caption .social li a {
        display: inline-block;
        margin-right: 0px;
        filter: invert(1);
        transform: scale(0.5);
    }

    .content .ex_card_team .caption .social li a img {
        height: 60px;
        width: 60px;
    }

    .content .ex_card_team .caption .social li a:hover {
        transform: scale(0.5) translateY(-7px);
    }

    .content .ex_card_news {
        width: 80%;
        padding-bottom: 15%;
        margin-bottom: 15%;
    }

    .content .ex_card_news .ex_image_news {
        margin-top: 0%;
        font-size: 40px;
        opacity: 0;
        animation: fadeUp 0.6s forwards;
        animation-delay: 0.6s;
        display: inline-block;
    }

    .content .ex_card_news .news_img {
        border: none;
        margin-bottom: 5%;
        border-radius: 10px;
        height: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .content .ex_card_news .ex_image_news .caption .date {
        margin-top: 7%;
    }

    .content .ex_card_news .ex_image_news .caption .btn {
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: -5%;
    }

    .content .ex_card_news .caption {
        margin-left: 5%;
        font-size: 18px;
    }

    .content .ex_card_news .caption span {
        font-size: 35px;
        color: rgb(255, 255, 119);
        font-weight: bold;
    }

    .content .ex_card_news .caption b {
        color: rgb(255, 255, 119);
    }

    .content .ex_card_news .caption .social {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .content .ex_card_news .caption .social li {
        list-style: none;
        width: 40px;
    }

    .content .ex_card_news .caption .social li a {
        display: inline-block;
        margin-right: 0px;
        filter: invert(1);
        transform: scale(0.5);
    }

    .content .ex_card_news .caption .social li a:hover {
        transform: scale(0.5) translateY(-7px);
    }

    .content .description .news_caption {
        color: rgb(255, 255, 119);
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 25%;
        margin-bottom: 10%;
    }
    
    /* Support (end) */

    /* Footer (start) */

    .footer {
        background-color: rgba(0, 0, 0, 0.98);
        text-align: center;
        margin-top: -0.5%;
        padding-top: 5%;
        padding-bottom: 5%;
        left: 0;
        bottom: 0;
    }

    .footer .area {
        display: inline-block;
    }

    .footer .mid_area {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .footer .right_area {
        display: inline-block;
    }

    .footer .area ul li {
        font-size: 15px;
    }

    .footer .area ul li a {
        font-size: 15px;
    }

    .footer .social {
        margin-top: 5%;
        align-items: center;
    }

    .footer .copyright {
        margin-top: 15%;
    }

    /* Footer (end) */
}