.hubanimated-header-outer {
  background: url('https://www.hakedigital.com/hubfs/Hake%20Website%202024/OnboardingWhy-BG.jpg');
  height: 700px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  overflow: hidden;
}
.hubanimated-header-main-image-container {
  width: 50%;
  float: right;
  /* background: #000; */
  height: 700px;
  position: relative;
  text-align: center;
}
.hububanimated-header-main-image-1 {
    width: 40%;
    right: 10%;
    position: absolute;
    top: 150px;
}
.hububanimated-header-main-image-2 {
    position: absolute;
    right: 15%;
    top: 220px;
    width: 50%;
}

.hububanimated-header-main-image-3 {
    position: absolute;
    right: 20%;
    top: 300px;
    width: 60%;
}
}

.hubanimated-header-main-image {
  position: absolute;
  bottom: -15px;
  right: 10%;
  z-index: 1;
}
.hubanimated-header-text-container {
    float: left;
    padding: 200px 0 0;
    width: 50%;
}

.hubanimated-header-title-1 {
    color: #fff;
    font-family: Poppins, sans-serif !important;
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.hubanimated-header-logo {
    filter: brightness(0) invert(1);
}
.hubanimated-header-text {
    color: #fff;
    padding-right: 200px;
}

/* ---------------------- ROTATING CIRCLE ------------- */
 * .main-container {
  min-height: 100vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 560px;
  overflow: hidden;
}
.main {
  /* margin: 10% 0 10% 10%; */
  width: 480px;
  height: 480px;
  position: absolute;
  top: 20%;
  left: 10%;
}
.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 20px solid #fe7e69;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.icon-block {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: linear-gradient(180deg, #e3403a 0%, #f8605c 100%);
  -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
  box-shadow: 0 2px 4px 0 #3e5ada;
  -webkit-box-shadow: 0 2px 4px 0 #d92c26;
}
.icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 3px solid #6495f2;
  border-radius: 50%;
}
.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.center-logo img {
  max-width: 200px;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}
/* ---------------------- ROTATING CIRCLE ------------- */


/* ---------------------------------------------------------- 1350px-------------------- */
@media screen and (max-width:1350px) and (min-width:0) {

  
  
}
 /* ---------------------------------------------------------- 1250px-------------------- */ 


/* ---------------------------------------------------------- 1250px-------------------- */
@media screen and (max-width:1250px) and (min-width:0) {

  
}
 /* ---------------------------------------------------------- 1250px-------------------- */ 




/* ---------------------------------------------------------- 992px-------------------- */
@media screen and (max-width:992px) and (min-width:0) {
 
  
}
 /* ---------------------------------------------------------- 992px-------------------- */ 





/* ---------------------------------------------------------- 550px-------------------- */
@media screen and (max-width:550px) and (min-width:0) {
  
  
 }
/* ---------------------------------------------------------- 550px-------------------- */ 



  