* {
  box-sizing: border-box;
}

body{
background-color: #000000;

}

.company_name {
    font-family: 'Charm';
    font-size: 32px;
    margin:0;
    color:#ffffff;
}

.contact-btn{
    margin-top: 7px ;
     float:right;
     border:2px solid #ffffff;
     border-radius:20px;
     color:#ffffff;
}

.contact-btn:hover{
border:2px solid #FFD700;
color:#ffffff; 
}


/* Services panel - start */

.flex-container {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.flex-item-ghosta {
  background-color: transparent;
  padding: 10px;
  flex: 7.5%;
}

.flex-item-first {
flex: 25%;
  
}

.flex-item-ghost1 {
  background-color: transparent;
  padding: 10px;
  flex: 5%;
}

.flex-item-second {
flex: 25%;
  
}

.flex-item-ghost2 {
  background-color: transparent;
  padding: 10px;
  flex: 5%;
}

.flex-item-third {
flex: 25%;
 
}

.flex-item-ghostb {
  background-color: transparent;
  padding: 10px;
  flex: 7.5%;
}

/* Services panel - ends */

.service{
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;

}


/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px){

.flex-container {
    flex-direction: column;
  }

  
}


/* Card from Uiverse.io by MikeAndrewDesigner */ 
.e-card {
  margin: 10px auto;
  background: transparent;
  position: relative;
  width: 240px;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,#000000,#000000 60%,#343434);
}

.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 1.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1.5em;
  text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}

.wave:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}

.wave:nth-child(3) {
  animation-duration: 45s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* card sample ends*/

.footer{
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 100;
}







