
.image-box.image-box--custom {
  background-size: cover !important;

  background-repeat: no-repeat;
  padding: 60px;
  border-radius: 10px;
  display: flex;
  position: relative;
}

.image-box-wrapper.cm_button_icon .tag_btn span.btn {
  display: none;
}
.image-box.image-box--custom h3 {
  line-height:1.5; 
}
.image-box.image-box--custom .image_content {
  flex-basis: 70%;
}

.overlap-image .image-wrapper {
  position: relative;
  z-index: 2;
  flex-basis: 30%;
}

.overlap-image .image-box.image-box--custom .side_image {
  flex-basis: 30%;
  position: absolute;
  top: -73px;
  line-height: 0;
  right: 0;
  width: 100%;
  text-align: right;
}

.overlap-image  .image-box.image-box--custom .image_content {
  padding-right: 20px;
}

.image-box.image-box--custom .image_content .tagline {
  margin-bottom: 20px;
}
.image-box.image-box--custom .image_content .description {
  margin-bottom: 24px;
}
.image-box.image-box--custom .image_content .tag_btn a {
  text-decoration: none;
  font-size: 16px !important;
  line-height: normal;
  display: flex;
  gap: 10px;
  overflow: hidden;
  border-radius: 28px;
  align-items: center;
}
.image-box.image-box--custom .image_content .tag_btn a {
  padding: 14px 20px;
}
.image-box.image-box--custom .image_content .tag_btn a:hover span{
  color: #fff;
}
.image-box.image-box--custom .image_content .tag_btn {
  position: relative;
  display: flex !important;
  align-items: center;
}  
.image-box.image-box--custom .image_content span.btn{
  position:relative;
}
.image-box.image-box--custom .image_content  .tag_btn a:hover  svg.hvr_2 {
  left: 0px;
  top: 6px;
  opacity: 1;
}
.image-box.image-box--custom .image_content .tag_btn a:hover svg.hvr_1 {
  top: -17px;
  left: 17px;
  opacity: 0;
}
.image-box.image-box--custom svg.hvr_1 {
  transition: 0.8s;
  position: relative;
  top: 0;
  left: 0;
}
.image-box.image-box--custom svg.hvr_2 {
  position: absolute;
  left: -9px;
  top: 15px;
  bottom: 0;
  opacity: 0;
  transition: 0.8S;
}
.image-box.image-box--custom .image-bottom-sdwan .side_image {
  top: -20px !important;
  transform: none !important;
  width: 260px;
}
.image-box.image-box--custom .image-bottom-sdwan .side_image img {
  width: 100% !important;
}

.cpaas-image-section .side_image {
  line-height : 0;
  right: 20px;
  max-width: 400px;
}

.cpaas-image-section {
  padding: 48px !important;
  max-width: 1076px;
  margin: 0 auto;
}
.cpaas-image-section p.tagline,
.cpaas-image-section p.description{
  display: none;
}
.cpaas-image-section h3 {
  font-weight: 400;
  font-family: 'Gotham';
}

.cpaas-image-section.image-box {
  position: relative;
  border-radius: 15px;
  padding: 10px;
  /*     background: transparent !important; */
}

.image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* Border thickness */

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mcc-image-box-wrapper.image-box {
  max-width: 1090px !important;
  margin: 0 auto !important;
}
.mcc-image-box.image-box{
  padding: 0;
  min-height: 292px;
  background-size: contain;
  display: flex;
  max-width: 1092px;
  margin: 0 auto;
}
.interactive_zone_popup_1.open {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.interactive_zone_popup_1 {
  display: none;
}
.interactive_zone_popup_1 .inner_pupup {
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 752px;
  margin: 0 auto;
  padding: 50px 24px;
}
.interactive_zone_popup_1 .not_logged_in,
.interactive_zone_popup_1 .logged_in_content {
  text-align: center;
  position: relative;
}
.interactive_zone_popup_1 .close_pp_1 {
  position: absolute;
  right: 0px;
  top: -25px;
  cursor:pointer;
}
.interactive_zone_popup_1 .content_logo {
  margin-bottom: 32px;
}
.interactive_zone_popup_1 .pup_title {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #00A4FF;
}
.interactive_zone_popup_1 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #040A0E;
  margin: 0px;
}
.interactive_zone_popup_1 div.countdown011 {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 325;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #040A0E;
  margin-bottom: 32px;
}
.interactive_zone_popup_1 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #040A0E;
  margin: 0px;
}


{#  button #}
.interactive_zone_popup_1 .login_btn {
  margin-top: 20px;  
} 
.interactive_zone_popup_1 .banner_btn {
  display: flex;
  border: 1.5px solid transparent;
  border-radius: 50px;
  padding: 3px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 32px;
}
.interactive_zone_popup_1 a.button-file.button.secondary_btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 0;
  padding: 5px;
  display: inline-block;
  background: transparent;
  color: #fff;
  z-index: 1;
  border-radius: 50px;
  width: 326px;
}

.interactive_zone_popup_1 .button-file {
  position: relative ;
  overflow:hidden ;
  color: #fff ;
  z-index: 0 ;
  padding: 5px;
  display: inline-block;
}
.interactive_zone_popup_1 .btn_anim {
  font-family: Gotham Book;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 20px;
  text-transform: capitalize;
  width: 100%;
  border: none;
  background: linear-gradient(94.9deg, rgba(0, 164, 255, 1.0) 0.63%, rgba(0, 164, 255, 1.0) 127.73%);
  background-blend-mode: overlay;
  border-radius: 28px;
  padding: 10px 30px;
}

.interactive_zone_popup_1 a.button-file.button.secondary_btn i {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, /* this will cover only the content area (no padding) */ linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.interactive_zone_popup_1 .button-file i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, rgba(0, 164, 255, 1.0), rgba(0, 164, 255, 1.0), #0000001a, #0000001a);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: animationButton 2s ease-in-out infinite;
}
.interactive_zone_popup_1 .button-file i {
  content: '' ;
  position: absolute ;
  z-index: -1 ;
  inset: 0 ;
  border-radius: 40px ;
  padding: 2px ; /* the thickness of the border */
  /* the below will do the magic */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, /* this will cover only the content area (no padding) */ 
    linear-gradient(#fff 0 0) ; /* this will cover all the area */
  -webkit-mask-composite: xor ; /* needed for old browsers until the below is more supported */
  mask-composite: exclude ; /* this will exclude the first layer from the second so only the padding area will be kept visible */
}


.image-box-wrapper.new-box .image-box .image_content {
  flex-basis: inherit !important;
  width: 45%;
}
.image-box-wrapper.new-box .image-box .side_image {
  flex-basis: inherit;
  width: 55%;
}
.image-box-wrapper.new-box .image-box {
  align-items: center;
  gap: 25px !important;
}
.image-box-wrapper.new-box .image-box .side_image img {
  max-width: 520px !important;
  width: 100%;
}

.btn-space .image-box.image-box--custom .image_content .tag_btn {
  margin-top: 20px;
}

@media screen and (max-width:768px){
  .image-box-wrapper.new-box .image-box .image_content {
    width: 100%;
    text-align: center;
    display: block;
  }
  .image-box-wrapper.new-box .image-box .side_image {
    width: 100%;
  }
}

@keyframes animationButton{
  0% {
    transform: translate(-50%, -50%) rotate(0deg) ;
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) ;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) ;
  }
}

@media screen and (max-width:768px){
  .image-box.image-box--custom{
    /*     background-size: 100% 100% !important; */
    padding: 60px 15px 60px 15px;
    border-radius:20px;
  }


  .image-box.image-box--custom .image_content{
    width: 100%;
    flex-basis: 100%;
    display: block;
    position: relative;
    z-index: 3;
    /*     flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start; */
  }

  .overlap-image .image-box.image-box--custom:has(.side_image img) {
    margin-top: 20px;
  }
  .overlap-image  .image-box.image-box--custom .side_image {
    position: relative;
    margin-top: -78px;
    top:0;
  }
  .image-box.image-box--custom .image_content .content>:last-child {
    margin-bottom: 0;
  }
  .image-box.image-box--custom .image_content .tag_btn a{
    padding: 14px 15px;
  }

  .image-box.image-box--custom .image_content .tag_btn {
    padding-top: 15px;
  }
  .image-box-wrapper.overlap-image.maria-pd .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .fast-lane .image-box.image-box--custom{
    background-size: cover !important;
  }
}

@media screen and (max-width:480px){
  .image-box.image-box--custom .image_content{
    padding-right: 0 !important;
  }

}