* {
    margin: 0;
    padding: 0;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

header {
    width: 100vw;
    position: fixed;
}

nav ul {
    padding: 10px;
    background-color: rgba(22, 22, 23, .9);
    display: flex;
    justify-content: center;
}

nav ul li {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 19px;
}

nav ul li a {
    text-decoration: none;
    font-size: 12px;
    color: rgb(207, 207, 207);
    transition: color 0.1s ease-in-out;
}

nav ul li a i {
    font-size: 15px;
}

nav ul li a:hover {
    color: white;
}

.section1 {
    width: 99.1vw;
    background-image: url(Images/First_BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 14px;
}

.section1div {
    height: 40px;
    background-color: black;
}

.firstBg {
    cursor: pointer;
    height: 73vh;
    width: 100%;
    color: white;
}

.firstInfo {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 50px;
}

.firstBg h1 {
    font-size: 53px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.firstBg h2 {
    letter-spacing: -1px;
    font-weight: lighter;
    font-size: 28px;
    margin-bottom: 20px;
}

.firstBg a {
    text-decoration: none;
    color: #2997ff;
    font-size: 21px;
}

.firstBg a:nth-child(1) {
    margin-right: 35px;
}

.firstBg a span {
    font-size: 17px;
}

.firstBg a:hover {
    text-decoration: underline;
}

.section2 {
    background-image: url(Images/Second_BG.png);
}

.section2div {
    background-color: #f5f5f7;
}

.secondBg {
    color: black;
}

.section3 {
    background-image: url(Images/Third_BG.png);
}

.thirdInfo {
    top: 20px;
}

.thirdInfo h1 {
    font-size: 48px;
}

.firstInfo .series {
    font-size: 17px;
    letter-spacing: 3px;
    color: red;
}

.section4Flex {
    display: flex;
    flex-wrap: wrap;
}

.sections {
    margin: 10px;
}

.section4 {
    width: 48.5vw;
    background-image: url(Images/First_GridPic.png);
    background-size: contain;
    color: black;
    margin-bottom: -75px;
}

.section4Flex h1 {
    color: black;
    font-size: 39px;
}

.section4Flex h2 {
    color: black;
    font-size: 25px;
    margin-bottom: 10px;
}

.section5 {
    width: 48.5vw;
    background-image: url(Images/Second_GridPic.png);
    background-size: contain;
}

.ultra {
    color: #fc6232;
    font-size: 18px;
    letter-spacing: 2px;
}

.section6 {
    width: 48vw;
    background-image: url(Images/Third_GridPic.png);
    background-size: contain;
    margin-left: 0;
    margin-bottom: -60px;
}

.section7 {
    width: 48vw;
    margin-left: 5px;
    background-image: url(Images/Fourth_GridPic.png);
    background-size: contain;
}

.section8 {
    width: 48vw;
    margin-left: 5px;
    background-image: url(Images/Fifth_GridPic.png);
    background-size: contain;
}

.section8 h1 {
    color: white;
}

.section8 h2 {
    color: white;
}

.section9 {
    width: 48vw;
    margin-left: 5px;
    background-image: url(Images/Sixth_GridPic.png);
    background-size: contain;
}

footer {
    width: 99.1vw;
}

.footerMainContainer {
    background-color: #f5f5f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 30px;
}

.footerDiv {
    width: 1000px;
}

.footerMainContainer ul li {
    list-style: none;
    font-size: 12px;
    color: #6e6e73;
    line-height: 1.33337;
    font-weight: 400;
    margin-bottom: 15px;
}

.footerMainContainer ul li a {
    color: #424245;
}

.footerSecond {
    border-top: 1px solid #89898e;
    display: flex;
    justify-content: space-between;
}

.footerSecondInside h3 {
    margin-top: 20px;
    font-size: 13px;
    color: #434040;
    font-weight: 700;
}

.footerSecondInside ul li {
    line-height: 13px;
}

.footerSecondInside li a {
    font-size: 12px;
    text-decoration: none;
    transition: text-decoration 0.1s ease-in-out;
}

.footerSecondInside li a:hover {
    text-decoration: underline;
}

.footerLast {
    color: #6e6e73;
    font-size: 12.5px;
    margin-top: 15px;
}

.footerLastFirst a {
    color: #1c70be;
}

.footerThird hr {
    margin: 10px 0;
    color: #ededed;
}

.footerExtremeLast {
    display: flex;
    justify-content: space-between;
}

.footerLastInside a {
    color: #424245;
    font-size: 12px;
    text-decoration: none;
    transition: text-decoration 0.1s ease-in-out;
}

.footerLastInside span {
    font-size: 18px;
    margin: 0 4px;
}

.footerLastInside a:hover {
    text-decoration: underline;
}

.eg {
    position: relative;
    top: 5px;
}