@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=MuseoModerno:wght@300;500;800&family=Poppins:wght@700&family=Ubuntu+Condensed&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body{
  overflow-x: hidden;
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 80px;
      font-family: 'Montserrat', sans-serif;  
      margin-bottom: 70px;

}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.fade-1 {
  padding: 60px 20px;
  font-family: 'Montserrat', sans-serif;  
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  }
  @keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: .8s all ease;
    padding: 0 12%;
    
    
  }
   p.reveal{
    font-size: 1.5rem;
  }
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }

  .space{
      margin: 10rem 0rem;
      font-size: 20px;
  }

  td{
    color:#fff;
}
.sub-heading-text{
    font-size:1.5rem;
    margin-top: 10px;
}
.services-wrapper{
    font-size:1.2rem;
    overflow-x: auto;
    padding: 30%;
}

.image-shadow:hover{
-moz-box-shadow: 0 0 10px rgb(4, 4, 4);
  -webkit-box-shadow: 0 0 10px rgb(12, 9, 9);
  box-shadow: 0 0 10px rgb(22, 21, 21);
}


 table {
border: 1px solid #ccc;
border-collapse: collapse;
color:#000;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}

table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}

table tr {
background-color: #f8f8f8;
border: 1px solid #ddd;
padding: .35em;
color:#000;
}

table th,
table td {
padding: .625em;
text-align: center;
color:#000;
}

table th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
}
.img{
    width:20rem;height:20rem;margin:3%;
}
@media screen and (min-width:1300px) {
    .img{
        width:40rem;height:40rem;margin:3%; position: relative; left: 20rem;
    }
}

@media screen and (max-width: 600px) {
    table {
      border: 0;
      color:#000;
    }
    .animate-charcter{
      font-size: 64px;
    }
    table caption {
      font-size: 1.3em;
    }
  
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      /* font-weight: bold; */
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
      font-weight: bold;
      
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }


  /* */
  @media screen and (max-width:415px) {
    .animate-charcter{
      font-size: 42px;
    }

    .font-size-mobile{
      font-size: 18px;
    }

    .fade-1{
      padding:13px;
    }
  .img{
   
        width:20rem;height:20rem;margin:3%;
  }
    .text-container{
          margin-left:20px;
          width:100%;
          position: relative;
        left: 0%
      }
      .left-Pos{
   position: relative;
   right: 80%; 
  }
  }