body {
    margin: 0px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

* {
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    padding: 0px;
}

/* header {
    min-height: 100vh;
    background: url('images/attaractive.jpg') no-repeat center;
    background-size: cover;
} */

/* .logo{
    position: absolute;
    top: 0%;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
} */

main {
    padding: 2em;
    background: #111;
}

main p {
    font-size: 1.1em;
    line-height: 27px;
    color: #fff;
}

.color{
    color: white;
}

.savi,
.container-inner {
    margin: 0px auto;
    width: 100%;
    text-align: end;
}

/* .dropdown{
    display: none;
}

.drop:hover .dropdown{
    display: block;
}
.dropdown ul{
    display: flex;
    flex-direction: column;
}
.dropdown ul li{
    width: 100%;
} */



.dropdown-menu{
    background-color: #000;
    color: #fff;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-top: 10px!important;
}

.dropdown-menu .dropdown-item{
    width: 100%;
    display: inline-block;
    text-align: start;
    margin-right: 90px;
    padding: 0px;
    
}
.dropdown-item:hover{
    background-color: transparent!important;
    color: #59595B!important;
    width: 70%;
}
.dropdown-menu:hover{
    display: block;
}




.dropdown{
    cursor: pointer;
}


.dropdown-menu .dropdown-item{
    /* margin-left: -25px; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: -10px;
}



.savi {
    /* max-width: 1350px; */
    position: relative;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}

.container-inner {
    /* max-width: 1000px; */
}

nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0.5rem 2rem;
    z-index: 9;
    transition: 0.7s;
    color: #fff;
}



.savi ul li a {
    color: #fff;
    text-shadow: black 0.5px 0.5px;
}

.brand {
    font-size: 1.6em;
    font-family: 'Belleza', sans-serif;
}


nav .container-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
}
.savi {
    display: flex;
    justify-content: end;
}

nav .savi ul {
    width: 100%;
    margin: 0px 1em;
}

nav .savi ul:nth-child(2) {
    text-align: right;
}

nav .savi ul li {
    display: inline-block;
    margin: 0em 0.7em;
}

.different-font-word {
    font-family: 'Comforter Brush', cursive;
    font-size: 60px;
    color: black;
    margin-top: 30px;
}
.different-font-word:hover{
    /* color: #e54416; */
    color: #0e0e0e;
    cursor: pointer;
}

nav a {
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s;
    font-weight: 700;
    color: black;
}

nav a:hover {
    /* color: #e54416; */
    color: #000!important;
}

.input-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0em;
}

form input,
form button {
    background: none;
    border: none;
    color: black;
    font-size: 1rem;
    font-weight: 700;
}

form button {
    cursor: pointer;
}

form input::placeholder {
    color: black;
    font-size: 1rem;
    font-weight: 700;
}

form input:focus {
    outline: none;
}

.savi .container-inner .fa-bars-staggered {
    
}

.fa-bars-staggered {
    text-shadow: black 0.5px 0.5px;
    cursor: pointer;
    transition: 0.3s;
    text-align: right;
    color: white;
    font-size: 1rem;
    font-weight: 700;
    width: 20px;
}

.fa-bars-staggered:hover{
    color: #000;
}

.savi .container-inner .fa-bars-staggered:hover {
    /* color: #e54416; */
    color: #0e0e0e;
}

.menu {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    height: 0px;
    opacity: 0;
    transition: 0.7s cubic-bezier(.74, -0.03, .83, .67);
    overflow-y: hidden;
}

.logo {
    width: 4em;
}

.menu ul,
.menu form {
    margin: 1em auto;
}

.menu li {
    margin: 1em 0em;
}

.menu>div {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 3em 1em 3em 1em;
    height: 100%;
    overflow-y: scroll;
}

.menu .brand{
    margin: 0px;
}
.menu>div::-webkit-scrollbar {
    display: none;
}

.menu .social-media {
    /* margin: 2em 0em; */
}

.menu .social-media{
    margin: 0px;
    margin-top: -15px;
}
.social-media li {
    display: inline-block;
    margin: 0em 0.5em;
}

/* Classes for JavaScript */

.menu-open {
    height: 100vh;
    opacity: 1;
}
/* 
.navbar-active {
    background: #fff;
    padding: 0.5rem 2rem;
    color: #000;
} */

.active_nav {
    background-color: #fff;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .6);
}
.active_nav .nav_links a,
.active_nav .nav_links a .fa-bars-staggered,
.active_nav .logo {
    color: #0e0e0e;
}

.active_nav .nav_links a:hover {
    color: #fff;
}


/* .active_nav .nav_links a .fa-bars-staggered,
.active_nav .logo .dropdown-item{
    color: white;
} */
/* .set{
    color: white!important;
} */


element.style {
}
.active_nav .nav_links a, .active_nav .nav_links a .fa-bars-staggered, .active_nav .logo {
    color: #0e0e0e;
}
.drop .dropdown .dropbtn{
    color: white;
    padding:0px!important;
}

.dropdown-content a{
    color: white!important;
}
