*{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}



body {

    background-image: url("../images/setco-tire-bg-3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;

}


.blur-bg{
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px);
    z-index: 0;
    position: fixed;
    top: 0;
    display: none;
}

.brand-custom{
    color: #fbfbfb;
    font-size: calc(15px + 1.2vw);
    font-weight: 1000;
    text-decoration: none;
}
.brand-custom:hover{
    color: #ffffff;
}



.initial-survey {
    padding-top: 10%;
    font-family: "Roboto", sans-serif;
}

.initial-survey h1{
    font-weight: 700;
    font-size: calc(35px + 1.4vw);
    color: rgba(255, 255, 255, 0.863);
}

.intro-text{
    font-weight: normal;
    font-size: calc(12px + 0.2vw);
    color: rgba(255, 255, 255, 0.863);
}

.survey-button-underline{
    padding-top: 20px;
    font-size: calc(8px + 0.2vw);
    color: #BED754;
}


.button_slide {
    color: #FFF;
    background-color: rgba(0,0,0,0) ;
    border: 2px solid #E3651D;
    border-radius: 0px;
    padding: 18px 36px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: calc(16px + 0.8vw);
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #E3651D;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
  }
  .slide_right:hover {
    box-shadow: inset 400px 0 0 0 #E3651D;
  }

  .card-custom{
    background-color: rgb(33, 37, 41,0.5);
    color: #ffffff;
    border: 2px solid #000000a5;
    border-radius: 1rem;
    padding: 1rem;
    /* backdrop-filter: blur(10px); */
  }

.label-bg{
    color: #ffffffa8 !important;
}
.label-bg::after{
    background-color: rgba(0, 0, 0, 0) !important;
}


.hidden-elems{
    display: none;
}

.container-wrapper{
    top: 10%!important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.custom-star-container{
    background-color: #424242;
    border: 1rem;
    border-radius: 10px;
}

.custom-star-container input{
    display: none;
}
.form-check{
    padding-left: 0!important;
    margin: 0!important;
}

.custom-star-container label{
    font-size: 1.5rem;
    color:#171616;
    transition: all 0.2s;
}

input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label{
    color: #E3651D!important;

}

input:checked ~ label{
    color: #E3651D!important;
}

.feedback-icon{
    color: #63E6BE
}

.resize-font-h1{
    font-size: calc(25px + 1.4vw);
}
.resize-font-p{
    font-size: calc(12px + 0.2vw);
    
}

.feedback-container{
    display: none;
    top:40% !important
}

.visit-color{
    background-color: #e37425;
    border-color: #ff862f;
    color:white;
}
.visit-color:hover {
    background-color: #e37425da;
    border-color: #e37425c8;
    color: white;
}