@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    font-family: "Inter", sans-serif;
}
.topNav{
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgb(0, 0, 0);
}
.navbar-dark{
    background-color: #0a0a0a !important;
    border-top: 1px solid #232323;
}
.navbar-dark a{
    font-weight: 700;
    font-size: 13px;
}
.headerDataSlide{
    position: relative;
}
.slideText{
    position: absolute;
    padding-left: 90px;
    padding-right: 90px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    color: white;
}
.headerDataSlide img{
    height: 90vh;
    width: 100%;
    object-fit: cover;
}
.headerDataSlide.line_1,
.line_1{
    font-weight: 400;
    font-size: 14px;
}
.headerDataSlide h1,
h1{
    font-weight: 800;
    font-size: 33px;
}
.headerDataSlide p.mainText,
p.mainText{
    font-weight: 400;
    color: rgb(219, 217, 217);
}
p.mainText{
    color: rgb(38, 38, 38);
}
.headerDataSlide .btn-more{
    background-color: white;
    font-weight: 800;
    border: 2px solid white;
}
.headerDataSlide .btn-more:hover{
    border: 2px solid rgb(151, 71, 255);
    color: black;
}
.missionMobile{
    background-color: black;
    color: white;
}
.missionMobile .mainText{
    color: white;
}
.missionMobile .btn-more{
    border-color: white;
    color: white;
}
.btn-more{
    border: 2px solid;
    font-weight: 800;
}
.btn-more:hover{
    border: 2px solid rgb(151, 71, 255);
}
.btn-more:focus{
    color: rgb(151, 71, 255);
}
.headerDataSlide.heroeBlock img{
    height: auto;
}

.fixedImg{
    height: 100%;
    object-fit: cover;
}
.newsCards .card{
    height: 100%;
}

.researchAbsolute{
    top: 50%;
}

.contactForm label{
    font-size: 13px;
}
.contactForm .form-control{
    border: 2px solid;
    border-color: #DBD9D9;
    background-color: #F9F9F9;
    font-size: 18px;
}
.contactForm .form-control:focus{
    border-color: #9747FF;
    box-shadow: none;
}
.contactForm .btn-sent{
    border: 2px solid black;
}
.contactForm .btn-sent:hover{
    border-color: #9747FF;
}

.footerLine_1{
    background: rgb(249, 249, 249);
}
.footerLine_1 h2{
    font-weight: 800;
}
h5{
    font-weight: 800;
}
.navigation .nav-item a{
    color: black;
    border: none;
    text-decoration: none;
}
.navigation{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navigation li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mainFooter{
    background: rgb(219, 217, 217);
}
.mainFooter a{
    color: rgb(38, 38, 38);
    text-decoration: none;
}
.mainFooter li,
.social li{
    padding-right: 10px;
    padding-left: 10px;
}
.mainFooter ul,
.mainFooter ul > li{
    display: inline-block;
}

.burger{
    position: absolute;
    right: 30px;
    top: 17px;
}
.menu{
    position: fixed;
    background-color: black;
    color: rgba(255, 255, 255, 0.8);
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    transform: translateY(-100%);
    transition: height 0.5s ease, opacity 0.5s ease;
}
.menu.show {
    transform: translateY(0);
    height: 100vh;
    opacity: 1;
}
.menu .nav-item{
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #5b5b5b;
}
.close{
    position: absolute;
    right: 0px;
    top: 0px;
}
.menu a{
    font-weight: 800;
}
