/* Add your custom css styles */

.fontred{
 color: red;
}



#bookdown{
   display: none !important;
}
.interactive-banners-style-05:hover .section-link {
   transform: translateY(0)
}

.interactive-banners-style-05:hover .section-link {
   opacity: 0;
   transform: translateY(100%)
}

.btn {
   display: inline-block;
   border: 2px solid transparent !important;
   border-radius: 0;
   text-transform: uppercase;
   width: auto;
   font-family: Poppins, sans-serif;
   font-weight: 500;
   border-radius:0px 0px 0px 0px !important;
   margin-bottom: 0px !important;
   margin-left: 0px !important;

}


.btn-gradient-purple-magenta {
   background: #f00064 !important;
   color: #fff;
   background-size: 200% auto;
   transition: all .3s cubic-bezier(.25,.8,.25,1);
}

@media only screen and (max-width: 800px) {

   #bookdown{
      position: fixed;
      bottom: 0px;
      width: 100vw;
      z-index: 1;
   
      
   }
   #bookdown{
      display: block !important;
   }
.right-borders{
   border-right-color:#9b0040 !important;
}

}
