/*================= Button Style ======================*/
body #page-container .et_pb_section .digr_interactive_card_item .digr_interactive_card_wrapper .digr_itve_card_back_content .et_pb_button_wrapper .et_pb_button:before,
body #page-container .et_pb_section .digr_interactive_card_item .digr_interactive_card_wrapper .digr_itve_card_back_content .et_pb_button_wrapper .et_pb_button:after {
  content: attr(data-icon);
  margin-top: 2px;
}

body #page-container .et_pb_section .digr_interactive_card_item .digr_interactive_card_wrapper .digr_itve_card_back_content .et_pb_button_wrapper .et_pb_button:after {
  margin-left: 8px !important;
}

/* ============== Bordr solid style ============*/

.digr_itve_card_front_image_wrapper img, .digr_itve_card_back_image_wrapper img,
.digr_itve_card_front_content_wrapper, .digr_itve_card_back_content_wrapper,
.digr_itve_front_button, .digr_interactive_card_item,
.digr_itve_front_icon,.digr_itve_back_icon,
.digr_itve_card_back_content .social_media_container ul li a{
  border-style: solid;
}

/*============== wrapper style ==========*/
.digr_interactive_card_wrapper {
  overflow: hidden;
}

.digr_itve_card_front_image_wrapper img,
.digr_itve_card_back_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.digr_interactive_card_wrapper .digr_itve_front_icon,.digr_interactive_card_wrapper .digr_itve_back_icon{
  display: flex;
  justify-content: center;
  align-items: center;
} 


.digr_interactive_card_wrapper .digr_itve_card_wrapperbox {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}



.digr_interactive_card_container .et_pb_module {
  margin-bottom: 0 !important;
}

.digr_interactive_card_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}

.digr_itve_card_front_image_content_wrapper,
.digr_itve_card_back_image_content_wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.digr_itve_card_front_image_wrapper,.digr_itve_card_back_image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
}


/*====================== Front part style =================*/
.digr_itve_front_button {
  text-align: left;
}

.digr_itve_card_front_content {
  width: 100%;
  position: relative;
  z-index: 6 !important;
  height: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transform: scale(1);
  transition: 1.5s;
  overflow: hidden;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.digr_itve_card_front_content .digr_itve_card_front_content_wrapper .digr_itve_front_button_wrapper {
  display: flex !important;
}

.digr_itve_card_front_content .digr_itve_card_front_content_wrapper .digr_itve_front_button_wrapper .digr_itve_front_button {
  display: inline-block !important;
  padding: 8px 12px;
}


.digr_itve_card_front_overlay,
.digr_itve_card_back_overlay{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation-delay: .8s;
}

/*========== new loader ================*/

.digr_itve_loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.digr_interactive_card_wrapper .et_pb_button_wrapper {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  overflow: visible !important;
}


/* =================== Back part Style =============*/
.digr_itve_card_back_content {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

.digr_itve_card_front_content_wrapper,
.digr_itve_card_back_content_wrapper {
  padding: 10px;

}

.digr_itve_front_card_text,
.digr_itve_back_card_text {
  padding-bottom: 10px !important;
}

/*============== Enable Dual Switch ==================*/
.digr_enabled_dual_switch {
  transition: 1s;
}

.digr_enabled_dual_switch .digr_itve_card_front_content {
  animation: fadeImg 1s ease-in-out forwards;

}

@media screen and (max-width:767px){
  .digr_enabled_dual_switch .digr_itve_card_wrapperbox{
    flex-direction:column;
  }
}

/*===================== Loader ==================*/

.digr_interactive_card_wrapper .zoom-in {
  -webkit-animation: zoomIn 1.5s;
  -o-animation: zoomIn 1.5s;
  animation: zoomIn 1.5s;
  opacity: 1;
}

.digr_interactive_card_wrapper .zoom-out {
  -webkit-animation: zoomOut 1.5s;
  -o-animation: zoomOut 1.5s;
  animation: zoomOut 1.5s;
  opacity: 0;
}

.digr_interactive_card_wrapper .fade-in {
  -webkit-animation: fadeIn .5s;
  -o-animation: fadeIn .5s;
  animation: fadeIn .5s;
  transition: .5s;
  opacity: 1;
}

.digr_interactive_card_wrapper .fade-out {
  -webkit-animation: fadeOut .5s;
  -o-animation: fadeOut .5s;
  animation: fadeOut .5s;
  transition: .5s;
  opacity: 0;
}


/* ======================== Social Media ======================== */

/* ========= Social Media Style ============*/
.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  max-width: 100%;
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li {
  list-style: none;
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li:first-child {
  margin-left: 0;
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li a {
  font-size: 16px;
  display: block;
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li a:before {
  text-shadow: 0 0 !important;
  font-family: ETmodules !important;
  display: block !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  content: "";
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li a span {
  display: none;
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li.digr_itve_facebook a:before {
  content: "\E093" !important;
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li.digr_itve_twitter a:before {
  content: "\E094" !important
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li.digr_itve_instagram a:before {
  content: "\E09A" !important
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li.digr_itve_linkedin a:before {
  content: "\E09D" !important
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li.digr_itve_email a:before {
  content: "\E076" !important
}

.digr_interactive_card_wrapper .digr_itve_card_back_content .digr_itve_card_back_content_wrapper .social_media_container .social_media li.digr_itve_website a:before {
  content: "\E0E3" !important;
}

/*============== main animation start ============*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transition: .5s;
  }

  100% {
    opacity: 0;
    transition: .5s;
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s;
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: .5s;
  }

  100% {
    -webkit-transform: scale(6);
    transform: scale(6);
    transition: 1.4s;
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.2, .2, .2);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

}


/*============= if Dual switch is on then this animation apply there ================*/
@keyframes slideInSwingLeft {
  0% {
    transform: translateX(-100%) scale(0);
    transition: .3s;
  }

  50% {
    transform: translateX(30%) scale(1.2);
    transition: .4s;
  }

  100% {
    transform: translateX(0) scale(1);
    transition: .5s;
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* @keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
} */


@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* ======================================== */

.digr_border_style {
  --border-color: #42C2FF;
  --border-width: 5px;
}

.digr_borderstyle_1:hover:before {
  content: "";
  position: absolute;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: var(--border-width) solid var(--border-color);
  transition: all 0.5s;
  -webkit-animation: contentBorder 5s infinite linear;
  animation: contentBorder 5s infinite linear;
}


@keyframes contentBorder {

  0%,
  100% {
    -webkit-clip-path: inset(0 0 95% 0);
    clip-path: inset(0 0 95% 0);
  }

  25% {
    -webkit-clip-path: inset(0 95% 0 0);
    clip-path: inset(0 95% 0 0);
  }

  50% {
    -webkit-clip-path: inset(95% 0 0 0);
    clip-path: inset(95% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 95%);
    clip-path: inset(0 0 0 95%);
  }
}

/* ======================================= */

.digr_borderstyle_2:hover::before,
.digr_borderstyle_2:hover::after {
  content: "";
  position: absolute;
  height: auto;
  width: auto;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: var(--border-width) solid var(--border-color);
  transition: all 0.2s;
  animation: doubleBorder 3s infinite linear;

}

.digr_borderstyle_2:hover::after {
  -webkit-animation: doubleBorder 3s infinite -1.5s linear;
  animation: doubleBorder 3s infinite -1.5s linear;
}



@keyframes doubleBorder {

  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }

  25% {
    clip-path: inset(0 98% 0 0);
  }

  50% {
    clip-path: inset(98% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 98%);
  }
}


/* ======================================= */

.digr_borderstyle_3::before, .digr_borderstyle_3::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.digr_borderstyle_3::before {
  border-bottom-width: var(--border-width);
  border-left-width: var(--border-width);
}
.digr_borderstyle_3::after {
  border-top-width: var(--border-width);
  border-right-width: var(--border-width);
}
.digr_borderstyle_3:hover {
  color: var(--border-color);
}
.digr_borderstyle_3:hover::before, .digr_borderstyle_3:hover::after {
  border-color: var(--border-color);
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.digr_borderstyle_3:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.digr_borderstyle_3:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}


/* =================================================  */


.digr_borderstyle_4:after,
.digr_borderstyle_4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: var(--border-color);
  border-style: solid;
  border-width: 0;
  transform-origin: 0 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.digr_borderstyle_4:before {
  top: 0;
  right: 0;
  border-top-width: 0px;
  border-left-width: 0px;
  left: 1px;
}

.digr_borderstyle_4:hover:before {
  animation-delay: 0.8s;
  animation-name: topleft;
}

.digr_borderstyle_4:after {
  bottom: 0;
  right: 0;
}

.digr_borderstyle_4:hover:after {
  animation-name: bottomright;
}

@keyframes topleft {
  0% {
    border-top-width: var(--border-width);
    border-left-width: var(--border-width);
    width: 0;
    height: 0;
  }

  50% {
    width: 100%;
    height: 0;
  }

  100% {
    height: 100%;
    border-top-width: var(--border-width);
    border-left-width: var(--border-width);
  }
}

@keyframes bottomright {
  0% {
    border-bottom-width: var(--border-width);
    border-right-width: var(--border-width);
    width: 0;
    height: 0;
  }

  50% {
    width: 100%;
    height: 0;
  }

  100% {
    height: 100%;
    border-right-width: var(--border-width);
    border-bottom-width: var(--border-width);

  }
}

/* =========================================== */

.digr_borderstyle_5{
  width:100%; 
  height: 100%;
  margin: auto; 
  position:relative;
  overflow: hidden;
}

.digr_borderstyle_5 .digr_itve_card_front_image_content_wrapper::before,.digr_borderstyle_5 .digr_itve_card_back_image_content_wrapper::before{
  content: "";  
  vertical-align: middle; 
  position: absolute; 
  left:6px;
  bottom: 6px;
  top: 6px;
  right: 6px;
  border-top: var(--border-width) solid var(--border-color);
  border-bottom: var(--border-width) solid var(--border-color);
  transition: all 0.6s;
  transform: scale(0,1);
}
.digr_borderstyle_5 .digr_itve_card_front_image_content_wrapper::after,.digr_borderstyle_5 .digr_itve_card_back_image_content_wrapper::after{
  content: "";  
  vertical-align: middle; 
  position: absolute; 
  left: 6px;
  bottom: 6px;
  top: 6px;
  right: 6px;
  border-left: var(--border-width) solid var(--border-color);
  border-right: var(--border-width) solid var(--border-color);
  transition: all 0.6s;
  transform: scale(1,0);
}
.digr_borderstyle_5:hover .digr_itve_card_front_image_content_wrapper::before , .digr_borderstyle_5:hover .digr_itve_card_front_image_content_wrapper::after,
.digr_borderstyle_5:hover .digr_itve_card_back_image_content_wrapper::before , .digr_borderstyle_5:hover .digr_itve_card_back_image_content_wrapper::after{
  transform: scale(1);
}



