@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    background: #000;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    scroll-behavior: smooth;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    scroll-behavior: smooth;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {

    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    scroll-behavior: smooth;
}

body {
    background: url("images/highway-through-autumn-forest-sd.webp");
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    transition: .6s all ease-out;
    opacity: 1;
    visibility: visible;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 164px;
    height: 164px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.done {
    opacity: 0;
    visibility: hidden;
}

.container {
    top: 5px;
    height: 70px;
    width: 70px;
    background: #fff;
    position: fixed;
    border-radius: 40px;
    left: 5px;
    z-index: 5;
    cursor: pointer;
    border: 3px solid transparent;
}

.container.active {
    width: 70px;
    height: 300px;
    border-radius: 40px;
    border: 3px solid #000;
}

.toggleBox {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border: 3px solid transparent;
    z-index: 2;
}

.icon {
    position: absolute;
    font-size: 40px;
    top: 48%;
    left: 47%;
    transform: translate(-50%, -50%);
    color: #000;
    transition: .5s ease;
    opacity: 1;
    animation: iconsko 10s linear infinite;
}

@keyframes iconsko {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }

}

.toggleBox.active .icon {
    color: #F77E0C;
}


.navItem {
    width: 100%;
    visibility: hidden;
}

.container.active .navItem {
    visibility: visible;
}

.container a {
    color: #000;
}

.navItem li a i {
    position: relative;
    font-size: 30px;
    color: #000;
    padding: 25px 0;
    width: 100%;
    text-align: center;
    transform: scale(0);
    bottom: 10px;
}

li {
    list-style: none;
}

.container.active .navItem i {
    transform: scale(1);
}

.container.active .navItem li:hover a i {
    transition: .25s;
    color: #F77E0C;
}

.navItem li a {
    text-transform: uppercase;
}

.nevri {
    position: fixed;
    right: 10px;
    top: 10px;
    background: #fff;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    z-index: 4;
    border: 3px solid #F77E0C;
}

.nevri h1 {
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F77E0C;
    z-index: 1;
}

.welcome {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("https://external-preview.redd.it/zxtbviwW9SDHhdXuaWy5_56A27khPsbIXFwQL_vQcgE.jpg?auto=webp&s=8ae8907c3c723e8b0701c7c98933e54ac3b911b0");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.welcome h1 {
    position: absolute;
    font-size: 80px;
    z-index: 1;
    white-space: nowrap;
}

.wel1 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 4px;
}

.wel2 {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    -webkit-text-stroke: 3px #fff;
}

.bun {
    position: relative;
    width: 100%;
    height: 250px;
    background: #fff;
}

.bun span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    white-space: nowrap;
}

.main {
    position: relative;
    width: 100%;
    height: 900px;
    background: #F77E0C;
}

.mama {
    position: absolute;
    width: 50%;
    height: 200px;
    font-size: 25px;
    margin-top: 50px;
}

.mama1 {
    background: #F77E0C;
    left: 0;
    top: 0;
    border: 3px solid #fff;
}

.mama2 {
    background: #fff;
    float: right;
    top: 200px;
    right: 0;
}

.mama3 {
    background: #F77E0C;
    top: 400px;
    left: 0;
    border: 3px solid #fff;
}

.mama4 {
    background: #fff;
    float: right;
    top: 600px;
    right: 0;
}

.mama span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pein {
    position: relative;
    width: 100%;
    height: 2900px;
    background: none;
}

.pema {
    width: 100%;
    height: 300px;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
}

.pema h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 45px;
    color: #F77E0C;

}

#peipap {
    position: relative;
    bottom: 200px;
}

.peinai {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 500px;
}

.peinai img {
    position: absolute;
    width: 800px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.peinai h1 {
    position: absolute;
    left: 50%;
    top: -5%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 3px #fff;
    white-space: nowrap;
}

.peinai span {
    position: absolute;
    left: 50%;
    top: 105%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

.pei2 {
    top: 1400px;
}

.pei3 {
    top: 2250px;
}

.conta {
    position: relative;
    width: 100%;
    height: 400px;
    background: #000;
    color: #fff;
    transition: all .5s ease;
}

.conta h1 {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 200px;
}

.conta p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 15px;
    white-space: nowrap;
    z-index: 2;
}

.conta li {
    text-decoration: none;
    transition: all .5s ease;
}

.conta a {
    position: absolute;
    transition: all .5s ease;
    color: #fff;
    font-size: 45px;
    text-shadow: 1px 1px 1px #000;
    border-bottom: 3px solid #000;
    z-index: 1;
}

.conta li a:hover {
    border-bottom: 3px solid #F77E0C;
}

.con1 {
    left: 10px;
    top: 10px;
}

.con2 {
    bottom: 10px;
    left: 10px;
}

.con3 {
    right: 10px;
    top: 10px;
}

body {
    overflow: hidden;
}