.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 769px) {
    .bg-image {
        background-image: url('../img/BG2.png');
    }
}
@media screen and (max-width: 768px) {
    .bg-image {
        background-image: url('../img/ANDROID2BG.png');
    }
}

.bg-image2 {
    background-image: url('../img/BGhome.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-image3 {
    background-image: url('../img/BGhome2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-scale:hover{
    transform: scale(1.12);
    transition: .5s all;
    cursor: pointer;
}

.image-scale-splide:hover{
    transform: scale(1.04);
    transition: .5s all;
    cursor: pointer;
}

.text-hover{
    color: red;
    transition: .3s all;
}


.shadow-bottom{
    box-shadow: 0 5px 5px -5px #333;
}

.pointer{
    cursor: pointer;
}

.textarea-resize{
    resize: none;
}

.bg-map{
    background: url('../img/Map.png');
    background-size: auto;
}
.font{
    font-family: "Segoe", sans-serif;
}


.font-form{
    font-family: 'Segoe', sans-serif;
}

.font-paragraph{
    font-family: 'Segoe', monospace;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-check-input:checked {
    border-color: #E7004C;
    background-color: #E7004C;
}

@font-face {
    font-family: Segoe;
    src: url('../css/fonts/fonnts.com-Segoe-UI-Variable.ttf');
}

