@font-face {
    font-family: Ubuntu;
    src: url(/FONT/Ubuntu-B.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Ubuntu;
    src: url(/FONT/Ubuntu-R.ttf);
    font-weight: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0, 21, 41);
    font-family: Ubuntu;
    color: #fefffe;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noSelect:focus {
    outline: none !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
    /* padding-bottom: 0.5rem; */

    background: rgb(0 0 0 / 44%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    z-index: 10001;
}

.menu {
    margin: 5px 1rem;
    padding: 4px 0 8px 0;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0.8rem;
    transition: all 200ms ease-in-out;
}


.menu.selected::after {
    content: '';
    width: 80%;
    position: absolute;
    bottom: 0;
    background-color: #166bff;
    filter: blur(1px);
    height: 2px;
    transition: all 200ms ease-in-out;
}

.icon {
    width: 1.3rem;
    margin-bottom: 3px;
    color: #fefffe;
    fill: #fefffe;
    transition: all 200ms ease-in-out;
}

.menu.selected {
    color: #166bff !important;
    fill: #166bff !important;
    text-shadow: 0px 0px 10px #3880ff;
    /* background: radial-gradient(circle at center, #3880ff88 0, #0000, #0000 100%); */
}

.menu.selected .icon {
    color: #3880ff !important;
    fill: #3880ff !important;
}

#section1 {
    /* background-image: url(../IMG/backgrond1.jpg); */
    background-position: center;
    background-size: cover;
    background: radial-gradient(#605ba7 20%, #393663 80%);
    min-height: calc(100% - 6rem);
    display: flex;
    background-attachment: fixed;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem 1rem;
    background-color: #393663;
    text-align: center;
}

#section1 .right,
#section1 .left {
    width: calc(50% - 2rem);
    padding: 1rem;
}

#section1 span {

    font-size: 1.3rem;
    font-weight: bold;

}

@media only screen and (max-width: 750px) {
    #section1 {
        flex-flow: column wrap;
    }
    #section1 span {
        font-size: 1rem;
        font-weight: normal;
    }

    #section1 .right,
    #section1 .left {
        width: calc(100% - 2rem);
        padding: 1rem;
        max-height: 50%;
    }
}




#section1 .glass {
    border-radius: 100%;
    background: rgba(0, 89, 255, 0.404);
}

#section2 {
    min-height: calc(100% - 12rem);
    display: flex;
    flex-flow: row wrap;
    background: linear-gradient(#f8f8f8, #b4b4b4);
    color: rgb(36, 36, 36);
    padding: 6rem 10rem;
    justify-content: center;
    align-items: center;
}


#section2 img {
    width: 40%;
}

#section2 .row {
    width: 60%;
    font-size: 1.2rem;
}


#section3 {
    min-height: calc(100% - 6rem);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    background-image: url("../IMG/backgrond3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    align-items: center;
    padding: 3rem 0rem;
}

#section3 .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    width: 100%;
}

#section3 .glass {
    width: calc(30% - 4rem);
    margin: 2rem 1rem;
    height: auto;
    display: flex;
    flex-flow: column;
    /* align-items: center; */
    justify-content: center;
    transition: all 500ms ease-in-out;
    text-shadow: 0 0 30px #000000;
    background: rgba(0, 0, 0, 0.397);
}


#section3 .glass svg {
    width: 10rem;
}

#section3 .glass:hover {
    background: rgb(0 21 41 / 20%);
    /* width: calc(31% - 4rem); */
}

#section6 {
    background-color: rgb(0, 21, 41);
    background-image: url("../IMG/city3.png");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: calc(100% - 6rem);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 5rem 2rem 1rem;
    text-align: center;
    text-shadow: 0 0 30px #000000;
}


#section6 .glass {
    width: 20rem;
    height: 15rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
}

#section6 .glass img,
#section6 .glass svg {
    margin: auto;
    width: 100%;
    fill: #3880ff;
    color: #3880ff;
}

#section6 .glass h5 {
    margin-top: auto;
    margin-bottom: 0;
    color: #3880ff;
    text-shadow: 0px 0px 1rem #3880ff;
}




#section7 {
    /* background-color: rgb(0, 21, 41);
    background-image: url("../IMG/city3.png");
    background-position: center;
    background-size: cover; */
    min-height: calc(100% - 6rem);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 5rem 2rem 1rem;
    text-align: left;
}



.glass {
    padding: 2rem;
    background: rgb(0 21 41 / 20%);
    border-radius: 1rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    border: 1px solid rgba(255, 255, 255, 0.29);
}














#section7 label,
#section7 input,
#section7 textarea,
#section7 select {
    display: block;
    width: 100%;
}

#section7 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#section7 li {
    padding: 0.3em;
}

#section7 span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

#section7 input[type="submit"] {
    background: #3880ff;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em;
}

#section7 .container {
    width: 460px;
    margin: 5em auto;
}

#section7 form {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

#section7 .required-star {
    color: #3880ff;
}

#section7 input,
#section7 textarea,
#section7 select {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
}

















@media only screen and (max-width: 1500px) {
    #section2 {
        padding: 6rem 1rem;
    }
}

@media only screen and (max-width: 1050px) {
    #section3 .glass {
        width: 100%;
        margin: 1rem 1rem;
    }
}

@media only screen and (max-width: 800px) {

    #section2 img {
        width: 100%;
    }

    #section2 .row {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .menu {
        font-size: 0.65rem;
        margin: 5px 0.5rem;
    }

    .icon {
        width: 1rem;
    }

    .title {
        font-size: 1.8rem;
    }


}

@media only screen and (max-width: 400px) {
    .menu {
        font-size: 0.6rem;
        margin: 5px 0.5rem;
    }
}