@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
    padding: 0%;
    margin: 0%;
    width: 100%;
}

.header {
    position: fixed;
    height: 90px;
    top: 0;
    width: 100%;
    background-color: white;
    font-family: 'Roboto Condensed', sans-serif;
    z-index: 1;
}

.logo {
    width: 48%;
    float: left;
}

.img_logo {
    margin: 0.9vw auto 0 auto;
    display: block;
    height: 65px;
}

.contact {
    width: 15%;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 20%;
    float: left;
}

.contact0 {
    width: 15%;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}

.img_contact {
    margin-top: 6px;
    float: left;
    margin-right: 0.6vw; 
    margin-bottom: 20px;
    height: 1.5vw;
}

.ctext {
    font-size: 0.9vw;
}

.ctextb {
    font-size: 0.9vw;
}

.call {
    color: black;
    text-decoration: none;
    padding: 1px;
}

.header2 {
    position: fixed;
    top: 90px;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: white;
    z-index: 1;
}

.htable {
    font-size: 0.7vw;
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

.hbreak {
    width: 48%;
    border: 1px lightgray solid;
    border-bottom: 1px white solid;
    padding-top: 18px;
    padding-bottom: 23px;
}

.hbutton1 {
    width: 14%;
    border: 1px lightgray solid;
    border-bottom: 1px white solid;
    padding-top: 18px;
    padding-bottom: 23px;
}

.hbutton1:hover, .hbutton2:hover {
    color: #fc1f2e;
    border-top: 2px solid #fc1f2e;
}

.hbutton2 {
    width: 6%;
    border: 1px lightgray solid;
    border-bottom: 1px white solid;
    padding-top: 18px;
    padding-bottom: 23px;
}

a {
    color: black;
    text-decoration: none;
}

.baner {
    margin-top: 80px;
    position: relative;
    display: block;
}

h1 {
    width: 45%;
    position: absolute;
    margin-left: 13%;
    margin-bottom: 20px;
    font-size: 4.5vw;
    margin-top: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    left: -50px;
    top: 13%;
    line-height: 1;
    display: block;
}

h2 {
    width: 30%;
    position: absolute;
    margin-left: 13%;
    font-size: 3.3vw;
    font: bold;
    font-family: 'Roboto Condensed', sans-serif;
    left: 0;
    top: 45%;
    display: block;
}

h3 {
    position: absolute;
    background-color: #fc1f2e;
    font-family: 'Roboto', sans-serif;
    color: white;
    padding: 1% 2.2% 1%;
    text-align: center;
    margin-left: 13%;
    left: 0;
    top: 65%;
    display: block;
}

.awhite {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 1.2vw;
    display: block;
}

.main {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: inline-table;
}

.mleft1 {
    float: left;
    width: 46%;
    margin: 2%;
    display: block;
    height: 27vw;
}

.mright1 {
    float: right;
    width: 46%;
    margin: 2%;
    display: block;
    height: 27vw;
}

.mleft2 {
    float: left;
    width: 46%;
    margin: 2%;
    display: block;
    height: 40vw;
}

.mright2 {
    float: right;
    width: 46%;
    margin: 2%;
    display: block;
    height: 40vw;
}

.mleft3 {
    float: left;
    width: 46%;
    margin: 2%;
    display: block;
    height: 35vw;
}

.mright3 {
    float: right;
    width: 46%;
    margin: 2%;
    display: block;
    height: 35vw;
}

.mainimg {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
}

h4 {
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Roboto', sans-serif;
    color: #fc1f2e;
    font-size: 1.8vw;
    margin: 0;
}

h5 {
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 2vw;
    margin: 0;
}

#offer {
scroll-margin-top: 120px;
}

#contact {
scroll-margin-top: 120px;
}

#mission {
scroll-margin-top: 200px;
}


h6 {
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    color: gray;
    font-size: 0.9vw;
    margin: 0;
}

p {
    padding-left: 5%;
    padding-right: 5%;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 0.9vw;
    margin-top: 5%;
    line-height: 1.5;
    text-align: justify;
}

.mtitle {
    padding-left: 5%;
    padding-right: 5%;
    font-family: Arial, Helvetica, sans-serif;
    color: #fc1f2e;
    font-size: 1.2vw;
}

.black {
    background-color: black;
    height: 39vw;
    width: 100%;
    margin-top: 75px;
    display: block;
    margin-bottom: 90px;
}

.bleft {
    float: left;
    width: 33%;
    margin-top: 5vw;
    margin-left: 18%;
}

.bright {
    float: right;
    width: 30%;    
    margin-top: 5vw;
    margin-right: 10%;
}

.bimg {
    width: 70%;
}

.btitle {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 2.7vw;
}

.btext {
    color: gray;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9vw;
}

.pblack {
    margin-top: 7%;
    color: white;
    padding: 0;
    font-size: 0.9vw;
}

.formulage {
    position: static;
    width: 71%;
    margin-left: 14.5%;
    margin-right: 14.5%;
}

input[type=text], input[type=date], input[type=time]{
    border: lightgray 1px solid;
    padding-right: -20px;
}

input {
    border: lightgray 1px solid;
    padding-right: -20px;
}

.for1 {
    margin-bottom: 5%;
}

.tfor1 {
    width: 91%;
    margin: 0 4.5%;
}

tr {
    margin: 0;
    padding: 0;
  width: 0;
}

.col1 {
    width: 50%;
}

.pcol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9vw;
    font-weight: 300;
    margin-bottom: 0.2vw;
    float: left;
}

.tcol1 {
    padding: 0.7vw 0 0.7vw 1vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-weight: 200;
    width: 85%;
    opacity: 0.6;
    margin-bottom: 3.3vh;
    float: left;
}

.tcol2 {
    padding: 0.7vw 0 0.7vw 1vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-weight: 200;
    width: 92.5%;
    opacity: 0.6;
    margin-bottom: 3.3vh;
    float: left;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1vw;
}

.check {
    float: left;
    margin-right: 10%;
    margin-bottom: 3.3vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1vw;
}

input[type=radio] {
    border: 0px;
    width: 15%;
    height: 1.2vw;
    float: left;
    margin: 0;
}

input[type=checkbox] {
    border: 1px lightgray solid;
    width: 2%;
    border: 0px;
    height: 1.2vw;
    float: left;
    margin:0 5px 0 0;
}

.button {
    position: static;
    margin-left: 4.5%;
    margin-bottom: 5%;
    background-color: #fc1f2e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.8vw;
    color: white;
    padding: 0.8vw 2.2vw;
    text-align: center;
    display: table;
}

.map {
    width: 75%;
    margin: 0 12.5%;
    display: inline-block;
}

.maptitle {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4vw;
    font-weight: bold;
    color: black;
}

.dmap {
    width: 35%;
    float: left;
}

.bmap {
    width: 65%;
    float: right;
    position: relative;
}

.board {
    width: 100%;
    margin-top: 10%;
    position: relative
}

.bcity {
    color: black;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2vw;
    top: 0.7vw;
}

.btable {
    top: 6vw;
    left: 1vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.65vw;
    font-weight: lighter;
    width: 100px;
    display: flex;
}

.btr {
    width: 33%;
}

.btd {
    padding: 6px;
    font-size: 12px;
}

.footer {
    background-color: black;
    width: 100%;
    padding-top: 3vw;
    margin-top: 5vw;
    display: inline-block;
}

.foot1 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 12vw;
    display: inline-block;
}

.footlogo {
    width: 15%;
    margin: 0 10%;
    float: left;
}

.tfoot {
    width: 55%;
    margin: 0 5%;
    color: white;
    float: right;
    padding-bottom: 3vw;
}

.thfoot {
    width: 50%;
}

.ftitle {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.2vw;
    float: left;
    margin-bottom: 2vw;
}

.ftitle:after {
    content:'';
    height: 2px;
    width: 3vw;
    background:#fc1f2e;
    position: absolute;
    left: 0;
    bottom:-5px;  
}

.imgfoot {
    float: left;
    width: 1vw;
    margin: 0 0.4vw 0 0;
    filter: brightness(100);
}

.fdesc {
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9vw;
    float: left;
}

.footer2 {
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75vw;
    padding: 1.2vw 0;
    color: white;
    border-top: 1px gray solid;
    width: 100%;
    text-align: center;
    display: block;
}

.mobile-navbar {
    display: none;
}

.st1:hover {
    fill: #fc1f2e;
    cursor: pointer;
}

@media only screen and (max-width: 850px) {
    .mobile-hidden {
        display: none;
    }

    .mobile-navbar {
        display: block !important;
        text-align: right;
    }

    .mobile-navbar svg {
        cursor: pointer;
        margin-right: 10px;
    }

    @keyframes slide-in {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0%);
        }
    }

    @keyframes slide-out {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(100%);
        }
    }

    .mobile-navbar-open-out {
        animation: slide-out 0.5s ease-in-out !important;
    }

    #mobile-navbar-open {
        flex-direction: column;
        gap: 10px;
        margin-right: 10px;
        padding: 10px;
        animation: slide-in 0.5s ease-in-out;
    }

    .header {
        position: fixed;
        height: 50px;
        top: 0;
        width: 100%;
        background-color: white;
        font-family: 'Roboto Condensed', sans-serif;
        z-index: 1;
    }
    
    .logo {
        width: 20%;
        float: left;
        margin: 0 5%;
    }
    
    .img_logo {
        margin: 2vw auto;
        display: block;
        height: 31px;

    }
    
    .contact {
        width: 30%;
        margin-top: 0;
        margin-bottom: 5px;
        float: left;
        margin-left: 0;
        margin-left: 10%;
    }
    
    .contact0 {
        width: 30%;
        margin-top: 0;
        margin-bottom: 5px;
        float: left;
    }
    
    .img_contact {
        margin-top: 12px;
        float: left;
        margin-right: 5px;
        margin-bottom: 20px;
        height: 3.8vw; 
    }

    .ctext {
        font-size: 3vw;
        margin-top: 10px;
        font-weight: 500;
    }

    .ctextb {
        font-size: 2.5vw;
        margin-left: -15px;
    }
    
    .header2 {
        position: fixed;
        top: 50px;
        width: 100%;
        font-family: 'Roboto Condensed', sans-serif;
        background-color: white;
        z-index: 1;
    }
    
    .htable {
        font-size: 10px;
        width: 100%;
        border-collapse: collapse;
        background-color: white;
    }
    
    .hbreak {
        display: none;
    }
    
    .hbutton1 {
        width: 10%;
        border: 1px lightgray solid;
        border-bottom: 1px white solid;
        padding-top: 5px;
        padding-bottom: 6px;
        font-size: 1.5vw;
    }
    
    .hbutton1:hover, .hbutton2:hover {
        color: #fc1f2e;
        border-top: 2px solid #fc1f2e;
    }
    
    .hbutton2 {
        width: 4%;
        border: 1px lightgray solid;
        border-bottom: 1px white solid;
        padding-top: 5px;
        padding-bottom: 6px;
        font-size: 1.5vw;
    }
    
    a {
        color: black;
        text-decoration: none;
    }
    
    .baner {
        margin-top: 55px;
        position: relative;
        display: block;
    }
    
    h1 {
        margin-top: 0;
        width: 45%;
        position: absolute;
        margin-left: 13%;
        font-size: 4.6vw;
        font: bold;
        font-family: 'Roboto Condensed', sans-serif;
        left: -30px;
        top: 18%;
        line-height: 1;
    }
    
    h2 {
        width: 30%;
        position: absolute;
        margin-left: 13%;
        font-size: 3.3vw;
        font: bold;
        font-family: 'Roboto Condensed', sans-serif;
        left: 0;
        top: 45%;
    }
    
    h3 {
        position: absolute;
        background-color: #fc1f2e;
        font-family: 'Roboto', sans-serif;
        color: white;
        padding: 2% 4.4% 2%;
        text-align: center;
        margin-left: 13%;
        left: 0;
        top: 59%;
    }
    
    .awhite {
        color: white;
        font-weight: 300;
        font-size: 2vw;
    }
    
    .main {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    
    .mleft1 {
        height: fit-content;
        width: 90%;
        margin: 5%;
    }
    
    .mright1 {
        height: fit-content;
        width: 90%;
        margin: 5%;
    }
    
    .mleft2 {
        height: fit-content;
        width: 90%;
        margin: 5%;
    }
    
    .mright2 {
        height: fit-content;
        width: 90%;
        margin: 5%;
    }
    
    .mleft3 {
        height: fit-content;
        width: 90%;
        margin: 5%;
    }
    
    .mright3 {
        height: fit-content;
        width: 90%;
        margin: 5%;
    }
    
    .mainimg {
        padding: 0 10%;
        width: 80%;
    }
    
    h4 {
        padding-left: 2%;
        padding-right: 2%;
        font-family: 'Roboto', sans-serif;
        color: #fc1f2e;
        font-size: 3vw;
        margin: 0;
    }
    
    h5 {
        padding-left: 2%;
        padding-right: 2%;
        font-family: 'Roboto', sans-serif;
        color: black;
        font-size: 3.8vw;
        margin: 0;
    }
    
    h6 {
        padding-left: 2%;
        padding-right: 2%;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 200;
        color: gray;
        font-size: 2.2vw;
        margin: 0;
    }
    
    p {
        padding-left: 2%;
        padding-right: 2%;
        font-family: Arial, Helvetica, sans-serif;
        color: black;
        font-size: 2.6vw;
        margin-top: 5%;
        line-height: 1.5;
        text-align: justify;
    }
    
    .mtitle {
        padding-left: 2%;
        padding-right: 2%;
        font-family: Arial, Helvetica, sans-serif;
        color: #fc1f2e;
        font-size: 2.5vw;
    }
    
    .black {
        background-color: black;
        height: 80vw;
        margin-top: 30px;
        display: block;
        margin-bottom: 30px;
    }
    
    .bleft {
        float: left;
        width: 80%;
        margin-top: 3vh;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .bright {
        float: right;
        width: 0%;    
    }
    
    .bimg {
        width: 70%;
    }
    
    .btitle {
        color: white;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 3.5vw;
    }
    
    .btext {
        color: gray;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.6vw;
    }
    
    .pblack {
        margin-top: 7%;
        color: white;
        padding: 0;
        font-size: 1.8vw;
    }

    .formulage {
        position: static;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .for1 {
        margin-bottom: 3%;
    }
    
    .tfor1 {
        width: 95%;
        margin: 0 2.5% 0 2.5%;
    }
    
    tr {
        margin: 0;
        padding: 0;
    }
    
    .col1 {
        width: 50%;
    }
    
    .pcol {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2.5vw;
        font-weight: 300;
        margin-bottom: 6px;
        float: left;
    }
    
    .tcol1 {
        padding: 1.2vw 0 1.2vw 1vw;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5vw;
        font-weight: 200;
        width: 85%;
        opacity: 0.6;
        margin-bottom: 3.3vh;
        float: left;
    }
    
    .tcol2 {
        padding: 1.2vw 0 1.2vw 1vw;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5vw;
        font-weight: 200;
        width: 92.5%;
        opacity: 0.6;
        margin-bottom: 3.3vh;
        float: left;
    }
    
    label {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2.5vw;
    }
    
    .check {
        float: left;
        margin-right: 10%;
        margin-bottom: 3.1vh;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 2.5vw;
    }
    
    input[type=radio] {
        border: 0px;
        width: 25%;
        height: 3vw;
        float: left;
        margin: 0;
    }
    
    input[type=checkbox] {
        width: 5%;
        border: 0px;
        height: 3vw;
        float: left;
        margin:0 5px 0 0;
    }
    
    .button {
        position: static;
        margin-left: 3%;
        margin-bottom: 4%;
        background-color: #fc1f2e;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 3vw;
        color: white;
        padding: 1.6vw 2.8vw;
        text-align: center;
        display: table;
    }

    .map {
        width: 90%;
        margin: 0 5%;
        display: inline-block;
    }
    
    .maptitle {
        text-align: center;
        padding: 2vw 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 5vw;
        font-weight: bold;
        color: black;
    }
    
    .dmap {
        width: 100%;
        float: left;
    }
    
    .bmap {
        width: 100%;
        float: right;
        position: relative;
    }
    
    .board {
        width: 100%;
        margin-top: 10%;
        position: relative
    }
    
    .bcity {
        color: black;
        font-weight: 500;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 10vw;
        top: 0.7vw;
    }
    
    .btable {
        top: 14vw;
        left: 5vw;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2vw;
        font-weight: lighter;
        width: 75%;
    }
    
    .btr {
        width: 33%;
    }
    
    .btd {
        padding: 6px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .footer {
        background-color: black;
        width: 100%;
        padding-top: 3vw;
        margin-top: 5vw;
        display: inline-block;
    }
    
    .foot1 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 35vw;
        display: inline-block;
    }
    
    .footlogo {
        width: 0;
        margin: 0;
        float: left;
    }
    
    .tfoot {
        width: 90%;
        margin: 0 10%;
        color: white;
        padding-bottom: 3vw;
    }
    
    .thfoot {
        width: 50%;
    }
    
    .ftitle {
        position: relative;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 3vw;
        float: left;
        margin-bottom: 2vw;
    }
    
    .ftitle:after {
        content:'';
        height: 2px;
        width: 3vw;
        background:#fc1f2e;
        position: absolute;
        left: 0;
        bottom:-5px;  
    }
    
    .imgfoot {
        float: left;
        width: 2vw;
        margin: 0 0.4vw 0 0;
        filter: brightness(100);
    }
    
    .fdesc {
        padding: 2px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.8vw;
        float: left;
    }
    
    .footer2 {
        background-color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.6vw;
        padding: 1.8vw 0;
        color: white;
        border-top: 1px gray solid;
        width: 100%;
        text-align: center;
        display: block;
    }
}



.contact-data {
    margin-bottom: 20px;
    font-size: 1.5vw;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    background-color: black;
    color: white;
    padding: 20px;
}