* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    background: linear-gradient(to top right, rgb(255, 255, 255), rgb(217, 217, 217));
    min-height: 150vh;
}

.creator {
    left: -70px;
    top: 70vh;
    position: fixed;
    background-color: white;
    box-shadow: 3px -2px 5px -1px rgb(181, 180, 180);
    transform: rotate(90deg);
    height: 40px;
    padding: 7px 10px;
    font-family: sans-serif;

}

.header {
    top: 0;
    background-color: white;
    width: 100%;
    height: 72px;
    z-index: 100;
    box-shadow: 1px -3px 15px rgb(185, 185, 185);
    border-bottom: 1px solid whitesmoke;
    display: flex;
    align-items: center;
    position: fixed;
}

.nav1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;

    font-family: sans-serif;
}

.extra {
    display: none;
}

ul {
    display: flex;
    list-style-type: none;
    gap: 1.3rem;
    align-items: center;
}

button {
    border: none;
    background-color: white;
    display: flex;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 300;
    cursor: pointer;
}

button img {
    margin-bottom: -2px;
}



.main {

    height: 100vh;
    z-index: -100;
}


.line hr {
    background-color: rgb(202, 202, 202);
    border: none;
    orientation: veritcal;
    height: 20px;
    width: 1px;
}

.menu-btn:hover {
    color: blue;
}

.ul2 {
    margin-right: -4px;
    gap: 1.2rem;
}

.ul2 button {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 540;

}

.round-button {
    color: white;
    background-color: rgb(0, 85, 255);
    padding: .65rem 1.2rem;
    border-radius: 30px;
    font-weight: 1300;
}

/*---------------- menu-description */
.class {
    display: none;
}

.creation {
    position: absolute;
    top: 70px;
    left: 90px;
    height: 520px;
    width: 1000px;
    padding-left: 50px;
    background: white;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 5px 20px 0px rgba(136, 136, 136, 0.669);
}

.creation li {
    display: block;
    width: 270px;
}

.right-pan {
    color: gray;
    font-size: 13px;
    margin-top: 60px;
    letter-spacing: 1px;
}

.right-pan p {
    color: black;
}

.right-pan:nth-child(2) {
    margin-top: -150px;
}

.right-pan a {
    text-decoration: none;
}

.sidepan {
    padding-top: 50px;
    width: 300px;
    background: rgb(245, 245, 245);
}

.sidepan ul {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: gray;
    margin-left: 60px;
    display: flex;
    flex-flow: column;
    padding-bottom: 80px;
    line-height: 1.3rem;
}

.sidepan a {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.heading {
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
}

.heading:hover {
    color: blue;
}

.side-bottom {
    margin: 40px;
    margin-left: 50px;
    line-height: 2rem;
}

.side-bottom a {
    color: black;
    text-decoration: none;
    line-height: 1rem;

}

.side-bottom p {
    margin-top: 10px;
    line-height: 1.3rem;
}

.right-pan li {
    margin-top: 10px;
    line-height: 1.3rem;
    margin-bottom: 35px;
}

.right-pan .heading {
    font-size: 1rem;
    margin-bottom: 10px;
}


h1 {
    font-size: 1rem;
    color: black;
}

a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: bold;
}

a:hover {
    color: blue;
}

p {
    color: rgb(113, 113, 113);
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.5rem;
}

.buisness {
    position: absolute;
    margin-left: 90px;
    margin-top: 0px;
    width: 1050px;
    height: 520px;
    display: flex;
    box-shadow: none;
    padding-left: 3rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(136, 136, 136, 0.669);
}

.col3 ul {
    width: 320px;
    display: flex;
    flex-direction: column;
    color: black;
    padding-top: 100px;
    padding-bottom: 2rem;
    gap: 2.5rem;

}

.col3:nth-child(2) {
    margin-left: 2rem;
    padding-right: 1rem;
}

.col3:nth-child(3) {
    background-color: rgb(245, 245, 245);
    line-height: .5rem;
}

.growth {
    position: absolute;
    margin-left: 290px;
    background-color: white;
    width: 350px;
    padding: 30px;
    box-shadow: 0px 5px 20px 0px rgba(136, 136, 136, 0.669);
}

.growth ul {
    width: 290px;
}

.resources {
    position: absolute;
    margin-left: 380px;
    background-color: white;
    width: 350px;
    padding: 30px;
    box-shadow: 0px 5px 20px 0px rgba(136, 136, 136, 0.669);
}

.resources ul {
    width: 290px;
}

.more {
    position: absolute;
    margin-left: 520px;
    background-color: white;
    width: 210px;
    padding: px;
    box-shadow: 0px 5px 20px 0px rgba(136, 136, 136, 0.669);
}

.more ul {
    width: 210px;
    font-weight: lighter;
}


.support-ukraine {
    margin-top: 70px;
    background: rgb(2, 2, 87);
    color: white;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
}

.support-ukraine img {
    height: 35px;
    padding-right: 1rem;
}

.support-ukraine a {
    font-size: 20px;
    font-weight: lighter;
    color: white;
    text-decoration: underline;
}

main {
    padding-top: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main h1 {
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 2px;
}

main h2 {
    padding: 1.6rem;
    font-weight: 10;
    letter-spacing: 1px;
    font-size: 1.2rem;
    line-height: 2rem;
    padding-bottom: 3rem;
}

.btn2 {
    width: 230px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

main p {
    color: black;
    letter-spacing: 1px;
}