/* Desktop */

:root {
    --primary-color: rgba(249, 209, 32, 1);
    --main-text-color: rgba(0, 0, 0, 1);
    --second-text-color: rgba(48, 48, 48, 1);
    --white-color: rgba(255, 255, 255, 1);
    --second-bg-color: rgba(255, 255, 255, 1);
    --primary-white-button-color: rgba(255, 255, 255, 1);
    --second-white-button-color: rgba(230, 230, 230, 1);
    --primary-yellow-button-color: rgba(249, 209, 32, 1);
    --second-yellow-button-color: rgba(224, 188, 29, 1);
}

.pac-logo:after {
    display: none !important;
}



.main-text {
    color: var(--main-text-color);
}
.second-text {
    color: var(--white-color);
}

.border {
    border: 1px solid rgba(153, 153, 153, 1) !important;
}

  .is-invalid { border-color:#dc3545 !important; }




h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 90px;
    letter-spacing: 0;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0;
}

h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0;
}

h4 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
}

h5 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
}

p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.body-1 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.primary-white-button{
    padding: 16px 24px 16px 24px;
    color: var(--main-text-color);
    border: 1px solid var(--primary-white-button-color);
    background: transparent;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
     border-radius: 50px;
    text-decoration: none;
}

.primary-white-button:hover{
 background: var(--primary-white-button-color);
}

.second-white-button{
    padding: 16px 24px 16px 24px;
    color: var(--main-text-color);
    border: 1px solid var(--primary-white-button-color);
     background: var(--primary-white-button-color);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
     border-radius: 50px;
    text-decoration: none;
}

.second-white-button:hover{
 background: rgba(230, 230, 230, 1);
}



.primary-yellow-button {
    padding: 16px 24px 16px 24px;
    color: var(--main-text-color);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    background: var(--primary-yellow-button-color);
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid var(--primary-yellow-button-color);
}

.primary-yellow-button:hover{
   background: var(--second-yellow-button-color); 
   border: 1px solid var(--white-color);
}


.border-yellow-button {
    padding: 16px 24px 16px 24px;
    color: #303030;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    background: #FFFFFF;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #F9D120;
}

.border-yellow-button:hover{
   background: var(--second-yellow-button-color); 
   border: 1px solid var(--second-yellow-button-color); 
}


.white-button {
    padding: 16px 24px 16px 24px;
    color: var(--main-text-color);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    background: var(--primary-yellow-button-color);
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid var(--primary-yellow-button-color);
}


.home-section {
    margin-left: 32px;
    margin-right: 32px;
}

.btn:hover,.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: inherit !important;
    border-color: #f0c400 !important;
    background: #f6d33a !important;

}

.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}

.alert.alert-success {
    text-align: center !important;
    background: #007e00e6 !important;
    color: white !important;
    font-size: 18px !important;
}




/* #################### */

/* mobile */

@media only screen and (max-width: 767px) {


    h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 0;
}

h2 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
}

h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
}

h4 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
}

h5 {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}

p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.body-1 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

div#carpet-sizes label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 22px;
    letter-spacing: 0;
}

.primary-yellow-button {
    padding: 12px 24px 12px 24px;
    color: var(--main-text-color);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    background: var(--primary-yellow-button-color);
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid var(--primary-yellow-button-color);
    width: 100%;
    text-align: center;
}

.primary-white-button:hover{
 background: var(--primary-white-button-color);
}

.primary-white-button{
    padding: 12px 24px 12px 24px;
    color: var(--main-text-color);
    border: 1px solid var(--primary-white-button-color);
    background: transparent;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
     border-radius: 50px;
    text-decoration: none;
     width: 100%;
    text-align: center;
}

.primary-white-button:hover{
 background: var(--primary-white-button-color);
}


    
}



 /* Styles for tablets in portrait mode */
@media only screen and (min-width: 600px) and (max-width: 899px) and (orientation: portrait) {
 
    
}

