* {
     font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;

}

button {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     border-radius: 50px;
     white-space: nowrap;
     transition: all 0.3s ease-in-out;
     background-color: transparent;
}

a {
     color: #000;
     text-decoration: none;
     padding: 0;
}

hr {
     border-top-color: #0c0c0c;
     border-top-width: 2px;
}

.df {
     display: flex;
}

.jcc {
     justify-content: center;
}

.aic {
     align-items: center;
}

.container {
     max-width: 1220px;
}

.blue_bg {
     color: #fff;
     line-height: 39px;
     font-weight: 500;
     padding: 0 22px;
     background-color: #368cd3;
     border: 1px solid #368cd3;

     &:hover {
          background-color: #fff;
          color: #368cd3;

     }
}

.pink_br {
     color: #d1168b;
     border: 1px solid #d1168b;
     line-height: 39px;
     font-weight: 500;
     padding: 0 22px;

     &:hover {
          background-color: #d1168b;
          color: #fff;
     }

}

.t_bk_bl {
     background-image: linear-gradient(106.25deg, #000 8.68%, #3e8bcc 65.08%);
     -webkit-text-fill-color: transparent;
     -webkit-background-clip: text;
}