@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* CSS Document */
html {
    position: relative;
}

body {
    background: #1E2129;
    font-family: "Montserrat", Arial;
    color: #8e95a5;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none !important;
    outline: none;
    -moz-outline: none;
    color: #fff
}

a:hover {
    color: #00acc1
}

button,
.btn {
    border: none !important;
}

.btn-sm {
    font-size: 12px;
}

.btn-radius {
    border-radius: 30px;
}

.ulclear {
    list-style: none;
    padding: 0;
}

/*
.home .banner-main {
    background-image: url('https://cdn.sassyflix.com/uploads/images/SV-2020-02-12-23-30-59-631740fcff14eb047e6c367f7fd07fa7b8c9b69d.png')
} 
*/

.home .banner-wrapper {
    background-image: linear-gradient(#000000, #00000090, #000000);
    padding-bottom: 200px;
    padding-top: 200px;
}

.home .banner-wrapper {
    background-image: linear-gradient(#000000, #00000090, #000000)
}

#header .container #search {
    display: none;
}

#header .container #mobile_search {
    display: none;
}

.home .container {
    max-width: 1200px !important;
}