@font-face {
  font-family: 'Montserrat', sans-serif;
 
}

.btn-primary{
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

body{
  background-color:rgba(253, 250, 250, 0.999) !important;
}


#bg-img{
    background-color: black;
    width:100%;
    max-width: 100%;
    height: auto;

   /* background: url("../img/bathroom.jpg") no-repeat;*/ 
  }

#p-background{
  background-color: rgba(255, 255, 255, 0.999) !important;
  background-image: url(../img/Gentec-bg.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
  
#mainNav .navbar-brand{
  color: black;
  font-size: 35px;
}

#mainNav .nav-item .nav-link{
  color: black !important;
}

#mainNav .nav-item .nav-link:hover{
  color: green !important;
}


  
#main-img img{
      width: 270px;
      max-width: 100%;
      height: 215px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

    }

  @media (min-width: 576px) {
    #main-img{
      width: 270px;
      margin-top: -50px;
      margin-top: 10px; 
      margin-left:0;
      max-width: 100%;
      height: auto;
    }
  
   #main-img img{
      width: 270px;
      max-width: 100%;
      height: auto;
          /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

    }
    .product-feature{
      text-align: end;
      padding-top: 70px;
    }
  }
  
  @media (min-width: 768px) {
    #main-img{
      width: 320px;
      margin-top: -50px;
      margin-top: 10px; 
      margin-left:0;
      max-width: 100%;
      height: auto;

    }
  
   #main-img img{
      width: 320px;
      max-width: 100%;
      height: auto;
          /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

    }
    
    .feature-description{
      color: grey;
      padding-top: 12px;
      padding-left: 33px;
    }
    
    .product-feature{
      text-align: end;
      padding-top: 70px;
    }
  }
  
  @media (min-width: 992px) {
    #main-img{
      width: 370px;
      margin-top: -50px;
      margin-top: 10px; 
      margin-left:-50px;
      margin-right:20px;
      padding-right:10px;

    }
  
   #main-img img{
      width: 340px;
      max-width: 100%;
      height: auto;
          /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

    }
    .feature-description{
      color: grey;
      padding-top: 12px;
      padding-left: 33px;
    }
    .product-feature{
      text-align: end;
      padding-top: 70px;
    }
  }

  .form-detail{
    margin-top: 30px;
  }
  
  .img-description{
    color: black;
    width: 450px;
  }

#gentec-title{
  margin-top:60px; 
  text-align: center;
}

#gentec-title h1{
  font-size:35px; 
  font-weight:100;
  margin-bottom: -20px;
}

#gentec-title hr{
  width: 600px;
  text-align:center;
  margin: 0 auto;
  
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(9, 197, 72, 0), rgba(9, 197, 72, 0.75), rgba(9, 197, 72, 0));
}

.product-feature{
  text-align: left;
  padding-top: 70px;
}

.feature-title{
  padding-top: 16px;
  font-size: 25px !important;
  color: black;
  text-align: end !important;
  float: right;
  padding-left: 23px;
}

.feature-description{
  color: grey;
  padding-top: 12px;
  padding-left: 23px;
  padding-right:9px;
  margin-right:2px;
}

#materialFormCardNameEx{
  border-block-start-color: aliceblue;
}

.navbar-brand .gentec-logo{
  width: 30%;
}

.user-agreement{
  font-size: 10px;
}

.form-detail{
  padding-right: 10px; 

}

/* */
/*
P.S: if you like my content maybe you will become a donator and donate some money? That helps me to create new awesome materials. https://www.paypal.me/melnik909
*/

/*
=====
LEVEL 1. RESET STYLES
=====
*/

.field{
  --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);
}

.field__input{ 
  background-color: transparent;
  border-radius: 0;
  border: none;

  -webkit-appearance: none;
  -moz-appearance: none;

  font-family: inherit;
  font-size: 1em;
}

.field__input:focus::-webkit-input-placeholder{
  color: var(--uiFieldPlaceholderColor);
}

.field__input:focus::-moz-placeholder{
  color: var(--uiFieldPlaceholderColor);
  opacity: 1;
}

/*
=====
LEVEL 2. CORE STYLES
=====
*/

.a-field{
  display: inline-block;
}

.a-field__input{ 
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.a-field__input:focus{
  outline: none;
}

/*
=====
LEVEL 3. PRESENTATION STYLES
=====
*/

/* a-field */

.a-field{
  --uiFieldHeight: var(--fieldHeight, 40px);  
  --uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
  --uiFieldBorderColor: var(--fieldBorderColor);

  --uiFieldFontSize: var(--fieldFontSize, 1em);
  --uiFieldHintFontSize: var(--fieldHintFontSize, 1em);

  --uiFieldPaddingRight: var(--fieldPaddingRight, 15px);
  --uiFieldPaddingBottom: var(--fieldPaddingBottom, 15px);
  --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px);   

  position: relative;
  box-sizing: border-box;
  font-size: var(--uiFieldFontSize);
  padding-top: 1em;  
}

.a-field .a-field__input{
  height: var(--uiFieldHeight);
  padding: 0 var(--uiFieldPaddingRight) 0 var(--uiFieldPaddingLeft);
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColor);  
}

.a-field .a-field__input::-webkit-input-placeholder{
  opacity: 0;
  transition: opacity .2s ease-out;
}

.a-field .a-field__input::-moz-placeholder{
  opacity: 0;
  transition: opacity .2s ease-out;
}

.a-field .a-field__input:not(:placeholder-shown) ~ .a-field__label-wrap .a-field__label{
  opacity: 0;
  bottom: var(--uiFieldPaddingBottom);
}

.a-field .a-field__input:focus::-webkit-input-placeholder{
  opacity: 1;
  transition-delay: .2s;
}

.a-field .a-field__input:focus::-moz-placeholder{
  opacity: 1;
  transition-delay: .2s;
}

.a-field .a-field__label-wrap{
  box-sizing: border-box;
  width: 100%;
  height: var(--uiFieldHeight);	

  pointer-events: none;
  cursor: text;

  position: absolute;
  bottom: 0;
  left: 0;
}

.a-field .a-field__label{
  position: absolute;
  left: var(--uiFieldPaddingLeft);
  bottom: calc(50% - .5em);

  line-height: 1;
  font-size: var(--uiFieldHintFontSize);

  pointer-events: none;
  transition: bottom .2s cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity .2s ease-out;
  will-change: bottom, opacity;
}

.a-field .a-field__input:focus ~ .a-field__label-wrap .a-field__label{
  opacity: 1;
  bottom: var(--uiFieldHeight);
}

/* a-field_a1 */

.a-field_a1 .a-field__input{
  transition: border-color .2s ease-out;
  will-change: border-color;
}

.a-field_a1 .a-field__input:focus{
  border-color: var(--fieldBorderColorActive);
}

/* a-field_a2 */

.a-field_a2 .a-field__label-wrap:after{
  content: "";
  box-sizing: border-box;
  width: 0;
  height: var(--uiFieldBorderWidth);
  background-color: var(--fieldBorderColorActive);

  position: absolute;
  bottom: 0;
  left: 0;  

  will-change: width;
  transition: width .285s ease-out;
}

.a-field_a2 .a-field__input:focus ~ .a-field__label-wrap:after{
  width: 100%;
}

/* a-field_a3 */

.a-field_a3{
  padding-top: 1.5em;
}

.a-field_a3 .a-field__label-wrap:after{
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 0;

  opacity: 0;
  border: var(--uiFieldBorderWidth) solid var(--fieldBorderColorActive);

  position: absolute;
  bottom: 0;
  left: 0;

  will-change: opacity, height;
  transition: height .2s ease-out, opacity .2s ease-out;
}

.a-field_a3 .a-field__input:focus ~ .a-field__label-wrap:after{
  height: 100%;
  opacity: 1;
}

.a-field_a3 .a-field__input:focus ~ .a-field__label-wrap .a-field__label{
  bottom: calc(var(--uiFieldHeight) + .5em);
}

/*
=====
LEVEL 4. SETTINGS
=====
*/

.field{
  --fieldBorderColor: rgb(196, 233, 219);
  --fieldBorderColorActive: rgb(30, 167, 83);
}

.a-field__input{
  width: 350px !important;
}
