* {
    text-decoration: none;
}

body {
    display: grid;
    height: 100vh;
    background-color: #000000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    display: none;
}

nav {
    position: var(--framer-canvas-fixed-position, fixed);
    top: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(45px);
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom-width: 1px;
    border-color: rgba(204, 204, 204, 0.2);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    align-items: center;
}

.navbar {
    padding: 0 15px;
    height: 62px;
}

.nav-box {
    align-items: center;
}

.Log {
    width: 30%;
}


.logo {
    width: 450px;
    font-family: "Big Shoulders", sans-serif;
    position: absolute;
    left: 45%;
    top: 0%;
    float: center;
}

li {
    list-style: none;
    display: inline;
}

.rightt {
    position: fixed;
    top: 22px;
    right: 100px;
}


.righttt {
    position: fixed;
    top: 22px;
    right: 10px;
}

.leftt {
    position: fixed;
    top: 22px;
    left: 100px;
}


.lefttt {
    position: fixed;
    top: 22px;
    left: 10px;
}

li a {
    color: rgb(204, 204, 204);
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    transition: .3s linear;
    cursor: pointer;
}

li a:hover {
    color: rgba(204, 204, 204, 0.6);
    padding: 10px;
}




.Cont {
    margin-top: 110px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
}

h1 {
    margin-bottom: 60px;
    color: rgb(204, 204, 204);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sec {
    white-space: nowrap;
}



.sect {
    width: 300px;
    height: auto;
    margin-left: 20px;
    text-align: left;
    display: inline-block;
    border: 1px solid rgba(204, 204, 204, 0.2);
    transition: .3s linear;
    cursor: pointer;
}

.sect:hover {
    background-color: rgba(82, 0, 0, 0.4);
}

.top {
    color: rgba(204, 204, 204, 0.6);
    position: relative;
    padding: 24px 20px;
}

.top p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-transform: uppercase;
}

.bot {
    color: rgba(204, 204, 204);
    position: relative;
    padding: 24px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.bot p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.ooop {
    background-color: rgba(82, 0, 0, 0.3);
    border-radius: 15px;
    margin: 50px 40px 0 40px;
    align-content: center;
}

.ooop p {
    color: rgb(204, 204, 204);
    font-size: 20px;
}


.pepe {
    margin: 60px;
    justify-content: center;
}

.pepe img {
    margin: 0;
    border: 1px solid rgba(204, 204, 204, 0.2);
    width: 950px;
    height: auto;
}


.FOOOT {
    background-color: #000000;
    color: rgb(204, 204, 204);
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    border-color: rgba(204, 204, 204, 0.2);
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    align-items: center;
    padding: 4px 24px;
}

.feet1 {
    width: 40%;
    float: left;
}

.feet2 {
    width: 40%;
    float: right;
    text-align: right;
}