@font-face {
    font-family: 'title-font';
    src: url("../assets/fonts/Raleway-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'content-font-bold';
    src: url("../assets/fonts/Raleway-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'content-font';
    src: url("../assets/fonts/Raleway-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'content-font-semibold';
    src: url("../assets/fonts/Raleway-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
}

.preloader {
    position: fixed;
    z-index: 9999999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preloader .load {
    display: flex;
    align-items: baseline;
}

@-webkit-keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.loading-dots {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-left: 3px;
}

.loading-dots--dot {
    -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 8px;
}

.loading-dots--dot:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-txt {
    margin: 0;
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #242424;
    font-family: 'title-font', sans-serif !important;
} #map {
      height: 100%;
  }

/* Optional: Makes the sample page fill the window. */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.preloader {
    position: fixed;
    z-index: 9999999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preloader .load {
    display: flex;
    align-items: baseline;
}

@-webkit-keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes dot-keyframes {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.loading-dots {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-left: 3px;
}

.loading-dots--dot {
    -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 8px;
}

.loading-dots--dot:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-txt {
    margin: 0;
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #242424;
    font-family: 'title-font', sans-serif !important;
}

body {
    font-family: 'content-font', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'title-font', sans-serif !important;
}

p {
    font-family: 'content-font', sans-serif !important;
}

strong {
    font-family: 'content-font-bold', sans-serif !important;
}

.other-brands-section {
    background-color: rgba(0, 0, 0, .6);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
