/* common style */

body {
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #A4B4C3;
    font-style: normal;
    background-color: #030B15;
    line-height: 1.75;
    margin: 0;
    padding: 0;
}

h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
}

.white-background {
    background-color: white;
}

/* @media screen and (max-width: 1500px) {
    height: 600px;
} */

html {
    height: 0;
}

* {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.logo-img {
    max-height: 65px;
}

main {
    position: relative;
    top: 0;
    left: 0;
}

img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}

a:hover {
    color: #00C4F4;
    text-decoration: none;
}

input:focus {
    outline: 0;
}

a, button {
    transition: all 0.3s ease-out 0s;
}