/* emkube css 
2/18/2024
version: 1.03B */

/* h1{
    color: red;
} */

#logo{
    color: red;
    padding-top: 5%;
    padding-bottom: 5%;

}

body{
    margin-top: 5%;
    /* font-family: "Rock Salt", cursive; */
    font-family: Poppins, sans-serif;
    /* font-family: "IBM Plex Mono", monospace; */
    /* font-weight: 800; */
    font-style: normal;
    background-color: #008E97;

}

#emkube01{
   /* background-color: #ffffff; */
/* 
   text-align: center; */
   align-items: center;
   height: 30rem;
   width: 30rem;
   margin-left: 0 auto; 
    /* width: 87%;   */
     /* width: 60rem;  */
     /* align-items: center; */
     /* animation: reverse;  */
    /* height: 50px; */
    /* padding-left: 70pt; 
    padding-right: 20pt; */
    padding-top: 5pt;
    padding-bottom: 5pt;


}

#navbar{
    font-family: "IBM Plex Mono", monospace;
    background-color: #FC4C02;

}

#navTitle{
    font-family: "IBM Plex Mono", monospace;
    color: white;
}

.rock-salt-regular {
    font-family: "Rock Salt", cursive;
    font-weight: 400;
    font-style: normal;
  }


.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.ibm-plex mono-regular {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
  }

  .card-text{
    font-family: "IBM Plex Mono", monospace;
  }

  .btn{
   background-color: #FC4C02 ;
   align-items: center;
   display: flex;
   /* padding-top: 40%; */

  }

  .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding-top: 20px;

    width: 100%;
    padding: 9px 20px 9px 20px;
    margin-bottom: 0px;
    background: #ffffff;
    box-shadow: 1px 1px 1px #dfdfdf;
    box-sizing: border-box;
    height: 100% !important;
    align-items: center;

  }

  .card.a-card{
    color: #FC4C02;

  }

  #action01{
    width: 15%;
    align-items: center;
    background-color: transparent;
  }

  #emkube_soc1{
    /* background-color: transparent; */
    
    background-color: #ffffff;
    /* color: #FC4C02; */
    color: #FC4C02;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Creates the circle shape */
    /* color: #ffffff; White icon color */
    /* background-color: #333333; Default background color, or leave it transparent */
    /* transition: background-color 0.3s ease; */
  }


  #emkube_FHA{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    /* color: #ffffff; */
    color: black;
  }

  #getting-started{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffffff;
    font-size: 50px;
  }

  #ABC{
    width: 50%;
    height: 100%;
    align-items: center;
    border: 28px solid #FC4C02;
    background-color: #ffffff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-radius: 12%;
    box-shadow: 20px 5px 5px rgb(0, 0, 0);
    padding-bottom: 5%;


  }

  col{
      border: 20px;
      background-color: red;
  }


  #head01{
    /* align-items: center; */
    /* justify-content: center; */
    width: 55%;
    height: 55%;
    border-radius: 5%; 

  }


  #slide01{
    width: 50%;
    height: 80%;
    align-items: center;
  }


   #car{
    background-color: #dfdfdf;
    border: 10px solid #FC4C02;
    border-style: dashed;
   }

   #emkube_partner{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 25px;

   }


   /* #h1_dyna{
    background-color: #FC4C02;
    border: solid black;
   } */

   #hdrlogo{
    justify-content: center;
   }
   /* p.dotted {border-style: groove;}

   h1.groove{border-style: groove;}


   h1.groove{animation: backwards;} */

   h1{
      font-family: "IBM Plex Mono", monospace;
      color:  red; 
      font-size: 36pt;
 
  }

  h4{
    color: white;
  }
  
#main{
  background-color: #008E97;
    display: grid;         /* Make the container a grid container  */
    place-items: center;   /* Centers items both horizontally and vertically */
   align-items: center;
    /* height: 50px;         Give the container a defined height for vertical centering */
  }

  #emkube_f01{
    width: 80%;
    height: 90%;
    /* align-items: center; */
  }

  #prod01{
    border-radius: 15px;
    /* filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.5)); */
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
  }