*{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    text-align: center;
    font-family: sans-serif;
    overflow-x: hidden;
    max-width: 100%;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 100%;
    background: rgba(255, 255, 255, .1);
    position: fixed;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, .2)
}

.head::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .5s;
}

.head:hover::before {
    left: 100%;
}

.navbar {
    display: flex;
    margin-right: 10px;
}

.logo {
    width: 80px;
    height: auto;
    display: flex;
    margin-left: 20px;
    margin-top: 1px;
}

.logo a {
    font-family: sans-serif;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-style: bold;
}

.navbar a {
    display: block;
    padding: 23px 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14.5px;
    transition: .5s;
}

.navbar a:hover {
    background-color: #10101047;
    color: rgb(61, 106, 255);
}

#menu-icon {
    font-size: 36px;
    color:#fff;
    display: none;;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
}

.header {
    height: 77vh !important;
    background: url(IMG/Background\ Website.png) no-repeat center;
    background-size: cover;
}

.title {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.titletitle {
    margin-bottom: 15px;
    font-size: 90px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}


p {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    padding: 0 100px;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    border: 2px solid #1f1d1d;
    color: #fff;
    text-decoration: none;
    background: #1f1d1d;
    position: relative;
    margin-bottom: 30px;
}

.btn:hover {
    background: none;
}

.btn-home {
    display: flex;
}

.btn-home a {
    margin: 0 10px;
}

.content {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sau {
    padding: 80px;
    background: #12121c;
    height: 80vh;
}

.box-container {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
} 

.box-container .box {
    height: 11rem;
    width: 30rem;
    background: #10101000;
    text-align: center;
    margin: 2rem;
}

.box-container .box {
    font-size: 20px;
    color: #ffffff;
    padding-top: 1px;
}

.h3 {
    font-size: 20px;
    color: #ffffff;
    padding-top: 5px;
}

.invtext {
    font-size: 5px;
    color: #ffffff00;
    padding-top: 1px;
}

.box .box-container .box p {
    padding:  1px;
    font-size: 16px;
    
}

.about {
    background: #1e1d31;
    padding: 80px;
    height: 77vh;
}


.Collaborators {
    background: #48457e;
    padding: 80px;
    height: 77vh;
}

.luminityimg {
    width: 200px;
}

.Futureimg {
    width: 100px;
}

/*this class is for changing the news section*/
.price {
background: url(IMG/Helios.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding: 80px;
    height: 80vh;
}

.contact {
    padding-top: 20px;
    background: #171717;
    padding-bottom: 0;
    padding: 80px;
}

.text {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

.text:hover {
    text-decoration: underline;
}

.contact .copyright .text {
    padding-top: 30px;
    background: #171717;
    padding-bottom: 0;
    padding: 10px;
    font-size: 15px;
}

@media (max-width: 768px) {

    .title {
        margin-bottom: 0;
        font-size: 40px;
    }
    .sau {
        height: 120vh;
    }
    .navbar {
        display: none;
    }
}
