/*================================================
Flip Box Area CSS
=================================================*/

.ea-flip-box-area.bg-gradient-color {
  background: -webkit-gradient(linear, left top, right bottom, from(#3bd8d7), color-stop(#41d6ea), color-stop(#5cd3f8), color-stop(#7dceff), color-stop(#9cc9ff), color-stop(#b3c5ff), color-stop(#cac0fb), color-stop(#debcf3), color-stop(#ecb9e7), color-stop(#f7b8db), color-stop(#fdb8cf), to(#ffbac3));
  background: linear-gradient(to right bottom, #3bd8d7, #41d6ea, #5cd3f8, #7dceff, #9cc9ff, #b3c5ff, #cac0fb, #debcf3, #ecb9e7, #f7b8db, #fdb8cf, #ffbac3);
}

.ea-flip-box-area.bg-gradient-color .section-title h2 {
  color: var(--whiteColor);
}

.ea-flip-box-area.bg-gradient-color .section-title p {
  color: var(--whiteColor) !important;
  opacity: 0.9;
}

.ea-flip-box-area.bg-image {
  background-image: url(../../plugins/endless-addons-for-elementor/public/img/bg5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ea-single-flip-box.style-one {
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-one .ea-flip-box-front-part {
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: -webkit-gradient(linear, left bottom, left top, from(#f77062), color-stop(#fc676d), color-stop(#ff5e79), color-stop(#ff5787), to(#fe5196));
  background: linear-gradient(to top, #f77062, #fc676d, #ff5e79, #ff5787, #fe5196);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.ea-single-flip-box.style-one .ea-flip-box-front-part h3 {
  color: var(--whiteColor);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
}

.ea-single-flip-box.style-one .ea-flip-box-back-part {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 40px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f77062), color-stop(#fc676d), color-stop(#ff5e79), color-stop(#ff5787), to(#fe5196));
  background: linear-gradient(to top, #f77062, #fc676d, #ff5e79, #ff5787, #fe5196);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.ea-single-flip-box.style-one .ea-flip-box-back-part h3 {
  margin-bottom: 12px;
  color: var(--whiteColor);
  font-size: 22px;
  font-weight: 600;
}

.ea-single-flip-box.style-one .ea-flip-box-back-part p {
  color: var(--whiteColor) !important;
  opacity: 0.9;
}

.ea-single-flip-box.style-one:hover .ea-flip-box-front-part {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.ea-single-flip-box.style-one:hover .ea-flip-box-back-part {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.ea-single-flip-box.style-one.bg2 .ea-flip-box-front-part {
  background: -webkit-gradient(linear, left bottom, left top, from(#9be15d), color-stop(#81e372), color-stop(#65e486), color-stop(#43e49a), to(#00e3ae));
  background: linear-gradient(to top, #9be15d, #81e372, #65e486, #43e49a, #00e3ae);
}

.ea-single-flip-box.style-one.bg2 .ea-flip-box-back-part {
  background: -webkit-gradient(linear, left bottom, left top, from(#9be15d), color-stop(#81e372), color-stop(#65e486), color-stop(#43e49a), to(#00e3ae));
  background: linear-gradient(to top, #9be15d, #81e372, #65e486, #43e49a, #00e3ae);
}

.ea-single-flip-box.style-one.bg3 .ea-flip-box-front-part {
  background: -webkit-gradient(linear, left top, right top, from(#4facfe), color-stop(#0bbfff), color-stop(#00d1ff), color-stop(#00e2ff), to(#00f2fe));
  background: linear-gradient(to right, #4facfe, #0bbfff, #00d1ff, #00e2ff, #00f2fe);
}

.ea-single-flip-box.style-one.bg3 .ea-flip-box-back-part {
  background: -webkit-gradient(linear, left top, right top, from(#4facfe), color-stop(#0bbfff), color-stop(#00d1ff), color-stop(#00e2ff), to(#00f2fe));
  background: linear-gradient(to right, #4facfe, #0bbfff, #00d1ff, #00e2ff, #00f2fe);
}

.ea-single-flip-box.style-two {
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-two .ea-flip-box-front-part {
  padding: 80px 30px;
  border-radius: 10px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: var(--whiteColor);
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
}

.ea-single-flip-box.style-two .ea-flip-box-front-part h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 25px;
}

.ea-single-flip-box.style-two .ea-flip-box-back-part {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 30px 20px;
  background: -webkit-gradient(linear, right bottom, left top, from(#ac32e4), color-stop(#9c24ea), color-stop(#8817f1), color-stop(#6f09f8), to(#4801ff));
  background: linear-gradient(to left top, #ac32e4, #9c24ea, #8817f1, #6f09f8, #4801ff);
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
}

.ea-single-flip-box.style-two .ea-flip-box-back-part p {
  color: var(--whiteColor) !important;
}

.ea-single-flip-box.style-two .ea-flip-box-back-part .link-btn {
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
  line-height: 1.2;
  margin-top: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 500;
}

.ea-single-flip-box.style-two .ea-flip-box-back-part .link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--whiteColor);
  opacity: 0.8;
}

.ea-single-flip-box.style-two:hover .ea-flip-box-front-part {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.ea-single-flip-box.style-two:hover .ea-flip-box-back-part {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.ea-single-flip-box.style-three {
  position: relative;
  border-radius: 7px;
  margin-bottom: 30px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-three .ea-flip-box-front-part {
  border-radius: 7px;
  background: -webkit-gradient(linear, right bottom, left top, from(#e9defa), color-stop(#ffdfef), color-stop(#ffe4e0), color-stop(#ffefd7), to(#fbfcdb));
  background: linear-gradient(to left top, #e9defa, #ffdfef, #ffe4e0, #ffefd7, #fbfcdb);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.ea-single-flip-box.style-three .ea-flip-box-front-part .content {
  padding: 100px 30px;
}

.ea-single-flip-box.style-three .ea-flip-box-front-part .content h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.ea-single-flip-box.style-three .ea-flip-box-front-part .image {
  border-radius: 7px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ea-single-flip-box.style-three .ea-flip-box-front-part .image.bg1 {
  background-image: url(../../../../assets/img/flip-box/flip-box-img4.jpg);
}

.ea-single-flip-box.style-three .ea-flip-box-front-part .image.bg2 {
  background-image: url(../../../../assets/img/flip-box/flip-box-img5.jpg);
}

.ea-single-flip-box.style-three .ea-flip-box-front-part .image img {
  display: none;
  border-radius: 7px;
}

.ea-single-flip-box.style-three .ea-flip-box-back-part {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 7px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff1eb), color-stop(#ffe7eb), color-stop(#f5e0f5), color-stop(#d5deff), to(#ace0f9));
  background: linear-gradient(to top, #fff1eb, #ffe7eb, #f5e0f5, #d5deff, #ace0f9);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .content {
  padding: 44px 30px;
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .content .price {
  background-color: var(--whiteColor);
  display: inline-block;
  padding: 5px 20px 4px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .content h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .content .link-btn {
  background-color: #1a73e8;
  color: var(--whiteColor);
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .content .link-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .image {
  border-radius: 7px;
  height: 106%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .image.bg1 {
  background-image: url(../../../../assets/img/flip-box/flip-box-img4.jpg);
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .image.bg2 {
  background-image: url(../../../../assets/img/flip-box/flip-box-img5.jpg);
}

.ea-single-flip-box.style-three .ea-flip-box-back-part .image img {
  display: none;
  border-radius: 7px;
}

.ea-single-flip-box.style-three:hover .ea-flip-box-front-part {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.ea-single-flip-box.style-three:hover .ea-flip-box-back-part {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.ea-single-flip-box.style-four {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.ea-single-flip-box.style-four img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-flip-box.style-four .content {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}

.ea-single-flip-box.style-four .content h3 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.ea-single-flip-box.style-four .content p {
  color: var(--whiteColor) !important;
}

.ea-single-flip-box.style-four.zoom-out img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ea-single-flip-box.style-four:hover img {
  -webkit-transform: rotate(8deg) scale(1.2);
          transform: rotate(8deg) scale(1.2);
}

.ea-single-flip-box.style-four:hover.zoom-in img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ea-single-flip-box.style-four:hover.zoom-out img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ea-single-flip-box.style-five {
  position: relative;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-five .ea-flip-box-front-part {
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-five .ea-flip-box-back-part {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#f77062), color-stop(#fc676d), color-stop(#ff5e79), color-stop(#ff5787), to(#fe5196));
  background: linear-gradient(to top, #f77062, #fc676d, #ff5e79, #ff5787, #fe5196);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-five .ea-flip-box-back-part h3 {
  margin-bottom: 12px;
  color: var(--whiteColor);
  font-size: 22px;
  font-weight: 600;
}

.ea-single-flip-box.style-five .ea-flip-box-back-part p {
  color: var(--whiteColor) !important;
  opacity: 0.9;
}

.ea-single-flip-box.style-five .ea-flip-box-back-part .link-btn {
  background-color: var(--whiteColor);
  color: #1a73e8;
  display: inline-block;
  padding: 11px 35px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
}

.ea-single-flip-box.style-five .ea-flip-box-back-part .link-btn:hover {
  color: var(--whiteColor);
  background-color: #1a73e8;
}

.ea-single-flip-box.style-five:hover .ea-flip-box-front-part {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.ea-single-flip-box.style-five:hover .ea-flip-box-back-part {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.ea-single-flip-box.style-six {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-six .ea-flip-box-front-part {
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-six .ea-flip-box-back-part {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: start;
  padding: 40px 30px;
  position: absolute;
  background: #222222;
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-six .ea-flip-box-back-part .price {
  background-color: var(--whiteColor);
  display: inline-block;
  padding: 4px 13px 3px;
  border-radius: 30px;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 500;
}

.ea-single-flip-box.style-six .ea-flip-box-back-part h3 {
  margin-bottom: 12px;
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 600;
}

.ea-single-flip-box.style-six .ea-flip-box-back-part .link-btn {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
  position: relative;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
}

.ea-single-flip-box.style-six .ea-flip-box-back-part .link-btn::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ea-single-flip-box.style-six .ea-flip-box-back-part .link-btn:hover {
  color: var(--whiteColor);
}

.ea-single-flip-box.style-six .ea-flip-box-back-part .link-btn:hover::before {
  background-color: var(--whiteColor);
}

.ea-single-flip-box.style-six:hover .ea-flip-box-front-part {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.ea-single-flip-box.style-six:hover .ea-flip-box-back-part {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.ea-single-flip-box.style-seven {
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.ea-single-flip-box.style-seven .ea-flip-box-front-part {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
}

.ea-single-flip-box.style-seven .ea-flip-box-back-part {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #78e1c0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
}

.ea-single-flip-box.style-seven .ea-flip-box-back-part h3 {
  padding: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: var(--fontSize);
  font-weight: 500;
}

.ea-single-flip-box.style-seven:hover .ea-flip-box-front-part {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.ea-single-flip-box.style-seven:hover .ea-flip-box-back-part {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
