@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  min-height: 100%;
  background: url('../img/bg.jpg') bottom center;
  background-size:cover;
  background-repeat:no-repeat;
}
body {
  
  font-family: 'Roboto', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

h1{
  font-weight:400;
  padding-top:0;
  margin-top:0;
  font-size: 28px !important;
}

#svg_form_time {
  height: 15px;
  max-width: 80%;
  margin: 40px auto 20px;
  display: block;
}

#svg_form_time circle,
#svg_form_time rect {
  fill: white;
}

.button {
  background: #0064e8;
  border-radius: 5px;
  padding: 15px 25px;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-shadow:0px 2px 5px rgb(0,0,0,0.5);
}

.disabled {
  display:none;
}

section {
  padding: 50px ;
  max-width: 500px;
  margin: 30px auto;
  background:white;
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(10px);
  box-shadow:0px 2px 10px rgba(0,0,0,0.3);
  border-radius:5px;
  transition:transform 0.2s ease-in-out;
}


input {
  margin: 7px 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family:inherit;
  background:white;
}

p{
  text-align:justify;
    margin-top:0;
    color: #404040;
}


.header {
    width: 100%;
    height: 65px;
    background: url(../img/bg_header.png);
    background-repeat: repeat-y;
    background-size: contain;
    padding: 10px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.form_container {
    text-align: center;
    margin-top: 125px;
    padding: 0 30px;
}

footer {
    background: #0020ac;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.big_logo {
    width: 50%;
    height: auto;
}

.last_title {
    color:#0064e8;
}
blockquote {
    text-align: left;
}
.feedback-section{
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.d-flex{
  display: flex;
}
.about-poject-container{
  background: #0072fe;
  padding: 45px !important;
  color: #fff;
  min-height: 100%;
}
.about-poject-container p{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.form-poject-container{
  padding: 45px !important;
}
.project-title{
  font-weight: 500;
}
.feedback-form-title{
  font-size: 18px;
  color: #404040;
  font-weight: 500;
}
.form-group input, .form-group textarea{
  font-size: 14px;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: #808080;
  opacity: 1;
}
.form-group input:-ms-input-placeholder, .form-group textarea::placeholder { 
  color: #808080;
 }
.form-group input::-ms-input-placeholder, .form-group textarea::placeholder {
  color: #808080;
 }
 .mt-25{
   margin-top: 25px;
 }
 .pb-50{
   padding-bottom: 50px;
 }

 @media  (max-width: 600px) {
   .feedback-section .d-flex{
      display: flex;
      flex-direction: column;
   }
 }