* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

del {
    text-decoration: line-through;
}

body {
    font-family: "../fonts/poppinsregular";
    font-size: 17px;
    color: #000;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
}

body::-webkit-scrollbar {
    display: none;
}

input,
textarea,
select {
    font-family: "../fonts/poppinsregular";
    font-weight: 500;
}

a {
    color: #000;
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
}

p {
    line-height: 1.3em;
    font-size: 15px;
    font-family: "montserratregular";
    font-weight: 500;
    color: #999;
}

.hidden {
    display: none;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1350px;
}

.title-box {
    margin-bottom: 20px;
}

.title-box h4 {
    font-size: 25px;
    font-family: "montserratsemibold";
}

.button a {
    color: #fff;
    background: blue;
    padding: 10px;
    border-radius: 35px;
}

.learn-button a {
    background-color: #5bba64;
    display: inline-block;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 30px;
    color: #fff;
}

header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5.5px);
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

header head-card {
    position: absolute;
    z-index: 2;
    left: 242px;
}

header head-card div.logo {
    width: 60px;
}

header head-card div.logo a {}

header head-card div.logo a img {
    width: 100%;
    display: block;
}

header div.nav-bar {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header div.nav-bar ul.screen-menu {
    display: flex;
    width: 50%;
    justify-content: space-between;
    position: absolute;
    right: 223px;
}

#menu-icon {
    display: none;
    width: 35px;
}

.active {
    display: block !important;
}

#menu-icon img {
    width: 100%;
    display: block;
}

#mobile-menu {
    position: fixed;
    top: 0;
    right: 0px;
    background: #fff;
    padding: 30px;
    z-index: 2;
    bottom: 0;
    display: none;
    /* width: 225px; */
    width: 90%;
    padding-top: 55px;
    transition: all 0.4s ease-in;
}

#mobile-menu ul {}

#mobile-menu ul li {
    margin-bottom: 25px;
    font-family: "montserratregular";
}

#mobile-menu ul li:hover {
    opacity: 0.5;
}

#mobile-menu ul li a {}

span.close {
    position: absolute;
    right: 23px;
    top: 18px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 2;
}

span.close img {
    display: block;
    width: 100%;
}

#overlay {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: none;
}

nav.active {
    right: 0;
}

header div.nav-bar ul li {
    font-size: 16px;
    color: #ffffff;
    font-family: "montserratlight";
}

header div.nav-bar ul li a {
    color: #fff;
}

header div.spotlight {
    display: flex;
    justify-content: center;
    padding: 100px 0px;
}

header div.spotlight h4 {
    color: #fff;
    font-size: 35px;
    font-family: "montserratsemibold";
}

#career {
    padding: 70px 0px;
    position: relative;
}

#career section.wrapper {}

#career section.wrapper div.career-top {
    margin-bottom: 40px;
}

#career section.wrapper div.career-top div.title-box {}

#career section.wrapper div.career-top div.title-box h4 {}

#career section.wrapper div.career-top div.time {
    display: flex;
}

#career section.wrapper div.career-top div.time span {
    font-family: "montserratregular";
    font-size: 20px;
    margin-right: 10px;
    font-weight: 500;
    color: #000000;
}

#career section.wrapper div.career-top div.time span:last-child {
    margin-right: 0px;
}

#career section.wrapper div.career-top div.time span:hover,
#career section.wrapper div.career-top div.time span.active {
    border-bottom: 2px solid green;
    width: max-content;
}

#career section.wrapper div.career-bottom {}

#career section.wrapper div.career-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

#career section.wrapper div.career-bottom ul li {
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 24px;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#career section.wrapper div.career-bottom ul li:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px transparent solid;
}

#career section.wrapper div.career-bottom ul li:hover button {
    background-color: #5bba64;
    color: #ffffff;
}

#career section.wrapper div.career-bottom ul li .career-contents {}

#career section.wrapper div.career-bottom ul li.contents {
    max-height: 200px;
}

#career section.wrapper div.career-bottom ul li h3 {
    text-align: center;
    font-family: "montserratsemibold";
    font-size: 18px;
    margin-bottom: 10px;
}

#career section.wrapper div.career-bottom ul li h5 {
    text-align: center;
    font-family: "montserratlight";
    font-size: 14px;
    margin-bottom: 20px;
}

#career section.wrapper div.career-bottom ul li p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
}

#career section.wrapper div.career-bottom ul li button {
    border: 1px solid #5bba64;
    display: block;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 30px;
    margin: 0 auto;
    color: #5bba64;
}

/* #career section.wrapper div.career-bottom ul li button:hover {
    background-color: #5BBA64;
    color: #ffffff;
} */
footer {
    background: #161616;
    padding: 45px 0 20px 0;
}

footer section.wrapper {}

footer section.wrapper section.content {
    display: flex;
    justify-content: space-between;
}

footer section.wrapper section.content div.news {
    width: 24%;
}

footer section.wrapper section.content div.news h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 20px;
}

footer section.wrapper section.content div.news p {
    color: #ececec;
    margin-bottom: 10px;
}

footer section.wrapper section.content div.news div.time {
    display: flex;
    align-items: center;
}

footer section.wrapper section.content div.news div.time div.clock-container {
    width: 15px;
    margin-right: 5px;
}

footer section.wrapper section.content div.news div.time div.clock-container img {}

footer section.wrapper section.content div.news div.time p {
    color: #ececec;
    margin-bottom: 0;
}

footer section.wrapper section.content div.menu {}

footer section.wrapper section.content div.menu h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 15px;
}

footer section.wrapper section.content div.menu p {
    color: #ececec;
    margin-bottom: 10px;
}

footer section.wrapper section.content div.info {}

footer section.wrapper section.content div.info h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 15px;
}

footer section.wrapper section.content div.info p {
    color: #ececec;
    margin-bottom: 10px;
}

footer section.wrapper section.content div.about {
    width: 24%;
}

footer section.wrapper section.content div.about h5 {
    color: #fff;
    font-family: "montserratsemibold";
    font-size: 15px;
    margin-bottom: 15px;
}

footer section.wrapper section.content div.about p {
    color: #ececec;
    margin-bottom: 20px;
}

footer section.wrapper section.content div.about div.icons {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

footer section.wrapper section.content div.about div.icons div.icon {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 29px;
}

footer section.wrapper section.content div.about div.icons div.icon img {
    height: 16px;
}

footer div.bottom-line {
    border-top: 1px solid #ffffff;
}

footer div.bottom-line div.details {}

footer div.bottom-line div.details p {
    margin-top: 20px;
    text-align: center;
}

footer div.bottom-line div.details p span {
    color: #04a5ff;
    margin-left: 5px;

}

@media all and (max-width: 1280px) {
    header head-card {
        left: 156px;
    }

    header div.nav-bar ul {
        width: 60%;
        right: 80px;
    }

    footer section.wrapper section.content {
        margin-bottom: 14px;
    }
}

@media all and (max-width: 1080px) {
    header div.nav-bar ul {
        right: 176px;
    }

    footer section.wrapper section.content div.about {
        width: 26%;
    }
}

@media all and (max-width: 980px) {
    header head-card {
        left: 61px;
    }

    header div.nav-bar ul {
        width: 63%;
        right: 75px;
    }

    #career section.wrapper div.career-bottom ul li {
        width: 47%;
    }

    #career section.wrapper div.career-top div.time span {
        font-size: 17px;
    }

    footer section.wrapper section.content {
        flex-wrap: wrap;
    }

    footer section.wrapper section.content div.news {
        width: 90%;
        margin-bottom: 60px;
    }

    footer section.wrapper section.content div.about {
        width: 39%;
    }

    footer section.wrapper section.content {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 768px) {
    header head-card {
        left: 47px;
    }

    header div.nav-bar {
        position: relative;
        justify-content: flex-end;
        padding-right: 20px;
    }

    header div.nav-bar ul {
        width: 70%;
        right: 32px;
    }

    header div.nav-bar ul.screen-menu {
        display: none;
    }

    #menu-icon {
        display: block;
    }

    header nav.menu {
        display: none;
    }

    header div.nav-bar ul {
        display: none;
    }

    #career section.wrapper div.career-bottom ul li {
        width: 48%;
    }
}

@media all and (max-width: 640px) {
    #career section.wrapper div.career-bottom ul li {
        width: 100%;
    }

    footer section.wrapper section.content div.about {
        width: 100%;
        margin-top: 48px;
    }

    footer section.wrapper section.content div.about div.icons {
        width: 40%;
    }

    footer div.bottom-line div.details p {
        font-size: 14px;
    }

    footer section.wrapper section.content div.info h5 {
        margin-bottom: 18px;
    }

    footer section.wrapper section.content div.about h5 {
        margin-bottom: 18px;
    }
}

@media all and (max-width: 480px) {
    header head-card {
        left: 24px;
    }

    header div.spotlight {
        padding: 80px 0px;
    }

    /* footer section.wrapper section.content {
        display: flex;
        flex-wrap: wrap;
    } */
    .title-box h4 {
        font-size: 30px;
    }

    #career section.wrapper div.career-top div.time span {
        font-size: 15px;
    }

    footer section.wrapper section.content div.news {
        margin-bottom: 50px;
    }

    footer section.wrapper section.content div.about {
        margin-top: 40px;
    }

    footer section.wrapper section.content div.about div.icons {
        width: 50%;
    }
}

@media all and (max-width: 360px) {
    footer section.wrapper section.content div.news {
        width: 95%;
    }
}

@media all and (max-width: 320px) {}