@import url('https://fonts.googleapis.com/css?family=Rajdhani');
body {
    background-color: #000;
}

.logo {
    width: 105px;
    height: 123px;
    padding-left: 25px;
    padding-top: 32px;
    padding-bottom: 15px;
}

.toogle {
    width: 30px;
    height: 55px;
    float: right;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.dropbtn {
    background-color: rgba(255, 255, 255, 0);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #b3b3b3;
    text-decoration: none;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
    text-decoration: none;
    color: black;
}

.footer {
    right: 0;
    left: 0;
    margin-bottom: 29%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: "Rajdhani", Rajdhani, sans-serif;
}

.navs {
    font-family: "Rajdhani", Rajdhani, sans-serif;
    color: #b3b3b3;
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.button {
    background-color: rgba(255, 255, 255, 0);
    color: white;
    border: 1.5px solid #e7e7e7;
    padding: 16px 70px 16px 70px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    margin-top: 30px;
}

.button:hover,
.button:active,
.button:focus,
.button:visited {
    background-color: rgba(255, 255, 255, .9);
    text-decoration: none;
    border-color: #fff;
    color: #000;
    cursor: pointer;
}

.navs:hover {
    opacity: 0.7;
    color: black;
    text-decoration: none;
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
    color: black;
    text-decoration: none;
}

.fa-facebook {
    color: #b3b3b3;
}

.fa-twitter {
    color: #b3b3b3;
}

.fa-linkedin {
    color: #b3b3b3;
}

.fa-youtube {
    color: #b3b3b3;
}

.fa-instagram {
    color: #b3b3b3;
}

input[type=text],
input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid white;
    font-family: 'Rajdhani', sans-serif;
    outline: none;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=text]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=email]:focus,
input[type=text]:visited,
input[type=email]:visited {
    outline: none;
}
