@import url("https://fonts.googleapis.com/css2?family=Festive&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 14px; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }

body { background: #150A0B; }

body::-webkit-scrollbar { width: .5em; }

body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #F5E7A5; box-shadow: inset 0 0 6px #F5E7A5; }

body::-webkit-scrollbar-thumb { background-color: #F7D087; }

h1, h2, h3, h4, h5, h6, span { font-family: 'Roboto', sans-serif; }

p, a { font-family: 'Poppins', sans-serif; }

a { text-decoration: none; color: #F7ECB1; }

ul, ol { list-style: none; }

header, footer { margin-top: .5rem; width: 100%; }

.nav-wrapper { width: 85%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.logo-wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.logo-img { height: 3.5rem; margin-right: 1rem; }

.logo-text { font-family: 'Roboto', sans-serif; font-size: 1.3rem; font-weight: 500; color: #F7ECB1; }

.nav-list { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.list-items { padding: 1.3rem 1rem; }

.list-items:last-child { padding-right: 0; }

.nav-links { cursor: pointer; }

.hero-desk { height: 100vh; width: 100%; }

footer { height: 18rem; width: 100%; background: #000000; color: #F7D087; }

.foot-img { height: 8rem; margin-right: 2rem; }

.foot-naming { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.foot-naming h2 { font-size: 3rem; }

.foot-naming span { font-size: 1.5; }

.foot-category { margin-left: 3rem; }

.nav-items { padding: .4rem; }

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }

.flex-center-all { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.btn { display: inline-block; padding: .5rem .9rem; border-radius: .5rem; outline: none; font-weight: 400; text-align: center; text-decoration: none; vertical-align: middle; }

.btn-primery { background: #F7D087; color: #150A0B !important; font-weight: 500 !important; }

.btn-primery:hover { background-color: #f5c76f; }

.btn-primery:focus { -webkit-box-shadow: 0 0 0 0.25rem #f7edb169; box-shadow: 0 0 0 0.25rem #f7edb169; background-color: #f5c76f; }

.btn-primery:active { color: #f9d99f; border-color: #f4bd57; }

.nav-links { color: #f7d087ad; }

.nav-links:hover { color: #F7D087; }
