.side_bar {
    margin-top: 0px;
    padding: 10px;
    border-radius: 300px;
}
.side_bar img {
    border-radius: 0px;
 
}
@media (min-width: 992px) {
    .side_bar {
        margin-top: 180px;
        padding: 0px;
        
    }
    .side_bar img {
        border-radius: 0px;
    }
}

img {
    vertical-align: middle;
    border-style: none;
}
.back-to-top {
    display: none;
    position: fixed;
    right: 20px;
    
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(180, 184, 188);
    z-index: 999;
  }
  
  .back-to-top i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3c3c3c;
    font-size: 24px;
    width: 100%;
    height: 100%;
  }
  


@keyframes tw-bounce {
    0%, 100% {
      transform: translateY(-10%);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
      transform: translateY(0);
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
  }
  
  .tw-animate-bounce {
    animation: tw-bounce 1s infinite;
  }
  

.tw-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-text-\[25px\] {
    font-size: 25px;
}
.tw-text-center {
    text-align: center;
}
.tw-px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
}
.tw-bg-\[\#8e095d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(152 40 118 / var(--tw-bg-opacity));
}
.tw-rounded-full {
    border-radius: 9999px;
}




  