@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0px;
    margin: 0px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 18;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

textarea:focus, input:focus{
    outline: none;
}

input {
    color: #fff !important;
}

input::placeholder {
    color: #fff !important;
}

a {
    text-decoration: None;
    color: #000;
}

ul li {
    list-style: none !important;
}

.swiper-slide{
    width: 1336px;
}

