* {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    margin: unset;
    padding: unset;
}

:root {
    --red: #EC4D06
}

p {
    margin: unset;
}

html {
    font-size: 20px;
}

.maxWidth {
    max-width: 1500px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex.space{
    justify-content: space-between;
}
section {
    padding: 100px 0;
}

#offerLocation {
    background-color: #F1F1F1;
    text-align: center;
    display: block;
    padding: 10px 0;
}

#offerLocation p {
    font-size: 1em;
}

header p,
header b {
    font-size: 1.15em;
    text-align: center;

}

header .flex {
    justify-content: space-between;
}

header a {
    margin-top: 10px
}

.logoImg {
    width: auto;
    height: 100%;
}

#head {
    position: relative;
}

#head .left {
    position: absolute;
    top: 0;
    right: 1050px;
    z-index: 3;
    right: 60%;
}

#head .right {

    text-transform: uppercase;
    width: 100%;
    position: relative;
    text-align: center;
}
#head .right .words{
    font-size: 2.25em;
}
#head .right .pad{
    padding: 25px 0;
}

#head .right .contain {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 50px;
    display: flex;
    justify-content: flex-end;

}

#head .right .words{
    font-weight: 300;
    width: 900px;
    width: 60%;
}

#head .right .bar.red {
    background-color: var(--red);
}
#head .left img{
    width: 550px;
}
#head .right h1 {
    color: #FFF;
    font-size: 3em;
    margin: unset;

}
#head .right .lg.red{
    color: var(--red);
    font-size: 1.75em;
    font-weight: 900;

}
#head .right .sm{
    font-size: 1rem;
    margin-top: 25px;
}

#call{
    background-color: #222;
    color: #FFF;
    font-size: 2.5em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 50px 0;
}
#call p{
    text-align: center;
}
#call a{
    font-size: 1.4em;
    color: #FFF;
    margin-left: 100px;
}

#end{
    background-color: var(--red);
    color: #FFF;
}

#end .grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
}
#end input, #end textarea{
    margin: 10px 0 0;
    width: 100%;
    padding: 5px 10px;
    border: unset;
}
#end input[type="submit"]{
    background-color: #FFF;
    color: var(--red);
    font-weight: 400;
    width: auto;
    padding: 10px 25px;
    display: inline-block;
    cursor: pointer;
}
#end input[type="submit"]:hover{
    background-color: #000;
    color: #FFF;
}
#end textarea{
    height: 200px;
}
#end .left{
    width: 60%;
    padding: 0 100px 0 0;
}

#end h2{
    font-size: 2em;
    text-transform: uppercase;
}
#end h3{
    text-transform: uppercase;
    font-size: 1.75em;
    margin-top: 15px;
}

#end .btn{
    background-color: #FFF;
    color: var(--red);
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}
#copyright{
    background-color: #eee;
    padding: 10px 0;
}
#copyright svg{
    width: 15px;
    margin: 0 5px;
}
#copyright p{
    display: flex;
    align-items: center;
}
#copyright .sm{
    font-size: .75em;
}
#copyright a{
    color: #000;
}
header .call{
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 1.25em;
    line-height: 1em;
}
header .call a{
    display: block;
    font-weight: 300;
    color: #000;
    font-size: 1.10em;
}
/* ------------1300px------------ */

@media (max-width: 1300px) {
    html {
        font-size: 16px;
    }
}



/* ------------1300px------------ */

@media (max-width: 1060px) {
    #head .left img{
        width: auto;
        height: 100%;
    }

    #head .right .words{
        font-size: 1.5em;
    }

    #call{
        font-size: 2em;
    }
    #call a{
        margin-left: 50px;
    }
    #end .left{
        padding: 0 50px 0 0;

    }
    #end .right{
        width: 40%;
    }
}
@media (max-width: 800px) {
    #head .right .words{
        width: 100%;
        font-weight: 400;
    }
    #head .left{
        right: unset;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        z-index: -1;
        opacity: 0.2;
    }
    #head .right .words{
        font-size: 1.75em;
    }
    header .call{
        padding: 10px 0;

    }
    .logoImg{
        width: 200px;
    }
    #call .flex{
        flex-wrap: wrap;
    }
    #call a{
        display: block;
        margin: unset;
    }
    #end .flex{
        flex-wrap: wrap;

    }
    #end .left{
        width: 100%;
        padding: unset;
        margin-bottom: 50px;
    }#end {
        padding: 50px 0;
    }
    #end .right{
        width: 100%;
    }
}
@media (max-width: 600px) {
    p{
        font-size: inherit;
    }
    .maxWidth{
        padding: 0 15px;
    }
    #head{
        padding: 50px 0;
    }
    #head .right .contain{
        padding: 0 15px;
    }
    #head .right .words{
        font-size: 1.25em;
    }
    #head .right h1{
        font-size: 2em;
    }
}
@media (max-width: 450px) {
    header .flex{
        flex-direction: column-reverse;
    }
    header .call{
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    header .call a{
        margin: 0 0 0 5px;
    }
    #call{
        font-size: 1.5em;
    }
}