/* CSS Document */

/* ADD VP_FONTS  */
@import "vp_fonts.css";


/*GLOBALS*/
body {
    position: relative;
    font-family: 'Bio Sans', sans-serif;
    background: #f1f2f4;
    margin: auto !important;
}

::selection {
    background: #f38b33;
}

::-moz-selection {
    background: #f38b33;
}

.h2,
h2 {
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.125rem;
    text-align: center;
    color: #2D3E52;
}

.h3,
h3 {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 148.5%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #2D3E52;
}

.h4,
h4 {
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #1C2C3E;
}

.p,
p {
    color: #2D3E52;
}

ul {
    list-style-type: none;
}

input[type=text] {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.025em;
    color: #79899B;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #F38B03;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
}

.bg:before {
    content: '';
    background: #f6f7f9;
    transform: skew(-30deg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -50%;
    z-index: 0;
}


.center-logo {
    padding-bottom: 32px;
}

.start-project {
    padding-bottom: 24px;
}

.app-content {
    background: #FFFFFF;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.08), 0px 1px 2px rgba(0, 0, 0, 0.08);
    max-width: 350px;
    /* transition: all .2s ease-in-out; */
}

.app-content:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.05);
    box-shadow: 0px 16px 32px rgb(0 0 0 / 5%), 0px 8px 16px rgb(0 0 0 / 5%), 0px 4px 8px rgb(0 0 0 / 5%), 0px 2px 4px rgb(0 0 0 / 5%), 0px 1px 2px rgb(0 0 0 / 5%), 0px 0.5px 1px rgb(0 0 0 / 5%);
}

.btn-orange-with-arrow {
    padding: 6px 10px;
    background: #F38B03;
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #FEFEFE;
    margin-bottom: 25px;
    margin-top: 25px;
    border-radius: 0rem;
}

.btn-orange-with-arrow:hover {
    color: #F38B03;
    background-color: transparent;
    border: 1px solid #F38B03;
}

.text {
    list-style: none;
    cursor: pointer;
    font-family: Bio Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    padding: 15px 15px 0px 0px;
    color: #79899B;
}

.text a {
    color: #79899B;
}

.text a:hover {
    color: orange;
}

.text h2 {
    font-weight: 600;
}


.tou p {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;

    /* Colors / Secondary / main */

    color: #2D3E52;
}

.copyr p {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    /* Colors / Tertiary / main */

    color: #79899B;
}

.priv p {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-start;

    /* Colors / Secondary / main */

    color: #2D3E52;
}

#page-container {
    position: relative;
    min-height: 100vh;
}


.footer {
    height: 28px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content.text-center {
    /* padding-bottom: 3.5rem; */
    margin-bottom: 130px;
}


.start-h2 {
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    width: 160px;
    line-height: 1.5rem;
    text-align: left;
    padding: 15px 0px 0px 15px;
    letter-spacing: 0.025em;
    color: #2D3E52;
    margin-bottom: -15px;
}


.app-content.l {
    margin-left: 100px;
}

.app-content.r {
    margin-right: 100px;
}

.navbar-brand {
    position: fixed;
    left: 0.9375rem;
    top: 0.3125rem;
}

.footer2 {
    display: none;
}

.center-att {
    height: calc(100vh - 57px);
}


@media (max-width: 767.98px) {
    .bg {
        display: none;
    }

    .tou p {
        justify-content: center;
    }

    .center-att {
        height: auto;
    }

    .priv p {
        justify-content: center;
    }

    .footer {
        height: 28px;
        padding-top: 28px;
        position: relative;
    }

    #page-container {
        position: relative;
    }

    .content.text-center {
        padding-bottom: 0rem;
    }

    a.navbar-brand {
        display: none;
    }

    .center-logo {
        padding-top: 32px;

    }

    .content.text-center {
        margin-bottom: 30px;
    }

    .bc {
        margin-top: 40px;

    }

    .app-content.l {
        margin-left: 0px !important;
    }

    .app-content.r {
        margin-right: 0px !important;
    }
}

@media (max-width: 1199.98px) {
    .app-content.l {
        margin-left: 10px;
    }

    .app-content.r {
        margin-right: 10px;
    }
}


@media all and (max-height: 700px) {
    .footer {
        display: none;
    }

    .footer2 {
        margin-top: 50px;
        display: block;
    }

    .center-att {
        height: auto;
    }

    .content.text-center {
        margin-bottom: 0px;
    }

}

/* MODAL  */
.quote-form {
    background-color: #ffffff;
    box-shadow: none;
    padding: 1.875rem 1.875rem;
    margin-bottom: 2rem;
}

.modal-content {
    border-radius: 0px !important;
}

.close {
    padding: 10px
}

.custom-modal {
    margin-top: -30px;
}

.modal-icon {
    font-size: 4em;
}

.modal-h3 {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}

.modal-p {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    padding: 25px;
    text-align: center;
    letter-spacing: 0.025em;
}

.red {
    color: #EA5B3A;
}

.green {
    color: #68CA66;
}

.orange {
    color: #FFD249;
}

.blue {
    color: #56CCF2;
}

.part-number-text {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 148.5%;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }

