:root{
    --main-color: #008000;
    --main-color-white: white;
    --main-color-black: #1d1d1d;
    --main-color-gray: gray;
    --main-color-orange: orange;
    --main-color-danger: #ff0000;
    --main-color-success: #2ba968;
    --main-color-footer:  #3f51b5;
  }

  /* You can add global styles to this file, and also import other style files */
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
  }

  .margin-top10{
     margin-top: 15px!important;	
  } 

  .footer-tags a{
    text-decoration: none;
    color: white;	
  }
 
  .flex{
    display: flex;
  }
  .flex-1{
    flex: 1;
  }
  .flex-2{
    flex: 2;
  }
  .wrap{
    flex-wrap: wrap;
  }
  .aic{
    align-items: center;
  }
  .jcc{
    justify-content: center;
  }
  .jcsb{
    justify-content: space-between;
  }  
  .column{
    flex-direction: column;
  }
  
  .btn{
    height: 40px;
    min-width: 150px;
    padding: 10px 0;
    margin: 10px;
    outline: none;
    cursor: pointer;
    color: #1D1D1D,
  
  }
  
  .gap-5{
    gap: 5px;
  }
  
  .gap-10{
    gap: 10px;
  }
  .gap-20{
    gap: 20px;
  }
  
  .signin{
    height: 70vh;
  }
  
  .form-container {
    width: 600px;
    position: relative;
    top: 50%;
    left: 50%;
    border: 0.1px solid #ccc;
    transform: translate(-50%,-50%)
  }
  
  .btn {
    font-size: 1.4rem;
    height: 40px;
    background-color: #1d1d1d;
    border: none;
    min-width: 100px;
    color: white;
    cursor: pointer;
    font-weight: bold;
  }
  
  form{
    padding: 5px;
    background-color: white;
  }
  
  form .form-line{
    min-height: 40px;
    padding: 10px 0;
  }
  form .form-line input{
    font-size: 1.1rem;
    height: 40px;
  }
  
  @media screen and (max-width: 550px){
    .form-container {
      width: 90%;
    }
  }
  /********************************** Signin signup *********************************/
  
  
  
  footer {
    background-color: var(--main-color-footer);
    color: var(--main-color-white);
  }
  footer .footer-list h2{
    font-size: 1.3rem;
    margin: 20px 0;
  }
  footer .footer-list {
    width: 300px;
  }
  footer .footer-item {
    margin: 10px 0;
  }
  footer .footer-item h4{
    text-transform: uppercase;
    font-size: 1.1rem;
    margin: 0;
  }
  footer .footer-item p {
    margin: 5px 0;
  }
  footer footer-list h2{
    text-transform: uppercase;
  }
  
  /************************************ FOOTER LIST *************************/
  footer ul li {
    font-size: 1.1rem;
    padding: 5px 0;
  }
  footer .footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  footer .footer-tags .tags {
    border: 1px solid var(--main-color-white);
    padding: 10px;
    font-size: 1.1rem;
  }
  footer .footer-subscribe p {
    font-size: 1.1rem;
  }
  footer .footer-input{
    display: flex;
  }
  footer .footer-input input{
    flex: 1;
    height: 45px;
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: #37393b;
    color: rgb(228, 227, 227);
    padding-left: 10px;
    font-size: 1.2rem;
  }
  footer .footer-subscribe button.btn{
    background-color: var(--main-color);
    color: var(--main-color-white);
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 1.2rem;
    height: 45px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 35px;
  }

  .footer-content{
    justify-content: center;
    width:90%;
    margin: 0 auto;
  }

  .customer-service-item a{
    outline: none;
    text-decoration:none;
    color:white
  }
  
  @media screen and(max-width: 1200px){
  
  }
  @media screen and(max-width: 992px){
  
  }
  @media screen and(max-width: 768px){
    .footer-content{
      justify-content: center;
      width:90%;
      margin: 0 auto;
    }
  }
  @media screen and(max-width: 576px){
  
  }
  @media screen and(max-width: 427px){
  
  }
  
  