/*
Template Name: HR2 - Template
Version: 1.0
Author: HostingRed SAS
Author URL: http://hostingred.com
*/
/*******************************************
USE THIS FILE TO INCLUDE YOUR OWN CSS STYLES
********************************************/

/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 5px 0 20px;
  color: #fff;
  background-color: #ee1515;
  position: relative;
  z-index: 1; 
  border-radius: 50px 20px;
}

.cta-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 9, 53, 0.77);
  position: absolute;
  top: -25px;
  left: -1px; 
  border-radius: 50px 20px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
  align-self: flex-end;
   border-radius: 50px 20px;
  margin-right: 30px;
}