body { font-family: 'Inter', sans-serif; }
  .heading { font-family: 'Playfair Display', serif; }

  .footer-link{
    color:#cfcfcf;
    transition:.3s;
  }
  
  .footer-link:hover{
    color:#ffffff;
    padding-left:4px;
  }

  .ptx67{
    padding-top: 67px!important;
  }
  .ptx120{
    padding-top: 120px!important;
  }
  a{
    cursor: pointer;
  }
  .hide{
    display: none!important;
  }

         .perspective {
  perspective: 800px;
}

@keyframes coverLeft {
  0%, 100% { transform: rotateY(0deg); }
  50% { transform: rotateY(-25deg); }
}

@keyframes coverRight {
  0%, 100% { transform: rotateY(0deg); }
  50% { transform: rotateY(25deg); }
}

.animate-cover-left {
  animation: coverLeft 1.8s ease-in-out infinite;
}

.animate-cover-right {
  animation: coverRight 1.8s ease-in-out infinite;
}
.activelink{
  color: #dc2626!important;
}