@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --primary-blue: #1E14AA; 
  --text-gray: #5E5E5E;
}
body {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.view-btn.active p {
  @apply text-white bg-[var(--primary-blue)] px-3 py-1 rounded-md;
}
.view-btn.active p{
  color: var(--primary-blue);
}  
 .view-btn img{
  filter: opacity(0.5) brightness(0.5);
} 
.view-btn.active img{
  filter: opacity(1) brightness(1);
} 
.secs h2{ color: var(--primary-blue);}
  .mainafter::after{ content: '';
    position: absolute;
    top: -20px; 
    height: 100%;
    background: url(../images/home/imarrow1.png);
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%; }
    .aftertwo::after{content: '';
      content: '';
    position: absolute;  
    width: 100%;
    height: 36%;
    background: url(../images/home/imarrow2.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;  

    }
    @media screen and (max-width: 1023.98px) {
      .lthtlt{
        background: url('../images/home/bnstr.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
    }