@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap');

* {
	font-family: 'Roboto', sans-serif !important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
}
::-webkit-scrollbar {
	display: none;
}

html {
	/* scroll-behavior: smooth; */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html, body {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
html {
    background-image: url(../landing/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_1 {
    display: flex;
    background-color: #3e54a5;
    color: white;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    font-size: 20px;
    font-weight: 500;
    flex-wrap: wrap;
    gap: 10px;
}
.main_logo img {
    max-width: 560px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px;
}
.banner_1_txt {
    display: block;
    white-space: nowrap;
}
.phone_banner {
    color: #e73c3b;
    margin-top: 36px;
    font-size: 50px;
    font-weight: 900;
}
.uc {
    background-color: #00000057;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: white;
    font-weight: 500;
    margin-top: 36px;
}
.star {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 27px;
    line-height: 0;
    color: #cfcfcf;
}
.contact_wrapper {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}
.ls img {
    max-width: 56px;
    height: auto;
    cursor: pointer;
}