.tp-hero-area {
  padding-top: 100px;
  padding-bottom: 170px;
  background-color: #eeeef5;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .tp-hero-area {
    height: auto !important;
  }
}

.tp-hero-five__shape-2 {
  position: absolute;
  top: 7%;
  left: -6%;
  animation: moving 9s linear infinite;
}

.tp-hero-five__shape-3 {
  position: absolute;
  top: 27%;
  left: 3%;
  animation: movingleftright1 infinite 18s;
}

.tp-hero-five__shape-4 {
  position: absolute;
  bottom: 12%;
  left: 45%;
  animation: moving 9s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateX(20px);
  }
  50% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes movingleftright1 {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(50px) translateY(-50px);
  }
  75% {
    transform: translateX(200px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.tp-hero-five-2-thumb-main {
  position: absolute;
  top: -12%;
  right: 0;
}

.tp-hero-five-2-sub-img-1 {
  position: absolute;
  top: 32%;
  left: 35%;
  animation: tptranslateX2 4s infinite alternate;
}

.tp-hero-five-2-sub-img-2 {
  position: absolute;
  bottom: 11%;
  left: 7%;
  animation: tpupdown 1.5s infinite alternate;
}

.tp-hero-five-2-sub-img-2 img {
  box-shadow: 0px 30px 50px rgba(18, 17, 22, 0.04);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 24px;
  height: 100%;
  width: 100%;
}

.tp-hero-bg-single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tp-hero-five-2-thumb {
  /* Standard background */
  background-image: url(../img/hero-5.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* Full size */
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Mask for WebKit (Chrome, Safari, Edge) */
  -webkit-mask-image: url(../img/hero-5.svg);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  /* Mask for Firefox */
  -moz-mask-image: url(../img/hero-5.svg);
  -moz-mask-size: cover;
  -moz-mask-repeat: no-repeat;
  -moz-mask-position: center center;
  /* Standard mask (future-proof) */
  mask-image: url(../img/hero-5.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  /* Optional fallback background color */
  background-color: #000;
}

.tp-hero-five-2-thumb img {
  margin-top: 41px;
}

.tp-hero-title-5 {
  font-weight: 400 !important;
  font-size: 3.4375rem !important;
  margin-bottom: 19px;
  line-height: 73px !important;
  letter-spacing: -0.03em;
  overflow: hidden;
}

.tp-hero-title-5 i {
  font-style: normal;
  display: inline-block;
}

.tp-hero-title-5 span.child-1 {
  font-weight: 700;
  letter-spacing: -0.03em;
  position: relative;
  font-size: 3.4375rem !important;
  color: var(--themethirdclr);
}

.tp-hero-title-5 span.child-1 svg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.tp-hero-title-5 span.child-2 {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 3.4375rem !important;
}

.tp-hero-five-section-box {
  position: relative;
  z-index: 2;
}

.tp-hero-five-section-box p {
  text-align: left;
  margin-bottom: 32px;
  width: 65%;
}

/* ================= Buttons ================= */
/* ================= Media Queries ================= */
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-five-2-thumb-main {
    top: -2%;
    right: -5%;
  }
  .tp-hero-five-2-thumb {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 1399px) and (max-width: 5000px) {
  .tp-hero-area {
    height: auto !important;
  }
}
@media only screen and (min-width: 1399px) and (max-width: 1800px) {
  .tp-hero-title-5 {
    font-size: 74px !important;
    line-height: 93px !important;
  }
  .tp-hero-title-5 span.child-1 {
    font-size: 74px !important;
  }
  .tp-hero-title-5 span.child-2 {
    font-size: 74px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five-2-thumb-main {
    top: -139px;
    right: -17%;
  }
  .tp-hero-five-section-wrap {
    margin-left: 0;
  }
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .tp-hero-area {
    height: auto;
  }
  .tp-hero-five-2-thumb img {
    margin-top: 96px;
  }
  .tp-hero-five-2-thumb-main {
    top: -23%;
    right: -23%;
    width: 850px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-thumb-main {
    top: -30%;
    right: -24%;
  }
  .tp-hero-five-2-sub-img-2 {
    bottom: 19%;
    left: 17%;
  }
  .tp-hero-five-2-thumb img {
    margin-top: 64px;
  }
  .tp-hero-five-2-sub-img-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-thumb-main {
    top: -23%;
    right: -30%;
    width: 850px;
  }
  .tp-hero-five-section-wrap {
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .tp-hero-five-2-sub-img-1 {
    top: 40%;
    left: 38%;
  }
  .tp-hero-five-2-sub-img-1 img {
    width: 70%;
  }
  .tp-hero-five-2-sub-img-2 {
    bottom: 30%;
    left: 30%;
  }
  .tp-hero-five-2-sub-img-2 img {
    width: 60%;
  }
  .tp-hero-bg-single img {
    height: 700px;
  }
  .tp-hero-title-5 {
    font-size: 41px;
  }
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-2-thumb-main {
    position: static;
  }
  .tp-hero-five-section-box p {
    text-align: left;
    margin-bottom: 32px;
    width: 100%;
  }
  .tp-hero-area {
    padding: 0px 0 0;
    display: unset;
    height: auto !important;
  }
  .tp-hero-title-5 span.child-1 {
    font-size: 1.2rem !important;
  }
  .tp-hero-title-5 span.child-2 {
    font-size: 1.2rem !important;
  }
  .tp-hero-five-section-box {
    padding-top: 30px;
  }
  .tp-hero-five-2-thumb-inner {
    margin-top: 0 !important;
  }
  .tp-hero-five-section-wrap {
    margin-left: 0;
  }
  .tp-hero-five-btn-box {
    margin-bottom: 40px;
  }
  .tp-hero-five-2-sub-img-1 {
    top: 52%;
    left: 38%;
  }
  .tp-hero-bg-single img {
    height: 700px;
  }
  .hide_bottom {
    display: none;
  }
  .hide_top {
    display: block !important;
  }
  .hide_top .tp-hero-five-2-thumb {
    height: 350px;
    -webkit-mask-image: none;
  }
  .hide_top .tp-hero-five-2-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tp-hero-five__shape-2,
  .tp-hero-five__shape-3,
  .tp-hero-five__shape-4 {
    display: none;
  }
  .tp-hero-five-2-sub-img-1,
  .tp-hero-five-2-sub-img-2 {
    display: none !important;
  }
  .tp-hero-title-5 {
    font-weight: 200;
    font-size: 32px !important;
    line-height: 40px !important;
    letter-spacing: -0.03em;
    overflow: hidden;
  }
  .tp-hero-title-5 span.child-1 {
    font-size: 32px !important;
  }
  .tp-hero-title-5 span.child-2 {
    font-size: 32px !important;
  }
  .tp-hero-title-5 {
    line-height: 50px !important;
  }
}
@media (max-width: 767px) {
  .btn_custome {
    padding: 0 13px;
  }
  .tp-hero-five-section-box p {
    text-align: left;
    margin-bottom: 19px;
    width: 100%;
  }
  .tp-hero-five-2-thumb-main {
    position: static;
  }
  .tp-hero-five-2-thumb-inner {
    margin-top: 0 !important;
  }
  .tp-hero-five-section-wrap {
    margin-left: 0;
  }
  .tp-hero-five-btn-box {
    margin-bottom: 22px;
    display: flex;
  }
  .tp-hero-five-btn-box a {
    width: 50%;
    padding: 0px 12px;
  }
  .tp-hero-five-btn-box button {
    width: 50%;
    padding: 0px 12px;
  }
  .tp-hero-title-5 span.child-1 {
    font-size: 35px !important;
  }
  .tp-hero-title-5 span.child-2 {
    font-size: 35px !important;
  }
  .tp-hero-title-5 {
    font-weight: 400 !important;
    font-size: 32px !important;
    margin-bottom: 19px;
    line-height: 73px !important;
    letter-spacing: -0.03em;
    overflow: hidden;
  }
  .hide_top {
    display: block !important;
    position: unset;
  }
  .hide_bottom {
    display: none !important;
  }
  .tp-hero-five-2-thumb {
    mask-image: none;
    -webkit-mask-image: none;
  }
  .tp-hero-bg-single {
    top: 15px;
  }
  .tp-hero-bg-single img {
    height: 500px;
  }
  .tp-hero-five-2-thumb {
    margin-right: -100px;
    height: 350px;
  }
  .tp-hero-five-2-thumb img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    background-color: #081325;
  }
  .tp-hero-title-5 i {
    padding-bottom: 0px;
  }
  .tp-hero-area {
    padding: 0px 0 0;
    display: unset;
    height: auto !important;
  }
  .tp-hero-five__shape-2 {
    display: none;
  }
  .tp-hero-five__shape-3 {
    display: none;
  }
  .tp-hero-five__shape-4 {
    display: none;
  }
  .tp-hero-five-section-box {
    padding-top: 13px;
  }
  .tp-hero-five__shape-2 {
    top: 2%;
  }
  .tp-hero-title-5 span.child-1 {
    font-size: 32px !important;
  }
  .tp-hero-title-5 span.child-2 {
    font-size: 32px !important;
  }
  .tp-hero-title-5 {
    line-height: 45px !important;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-five-2-thumb-main {
    top: -21%;
    right: -11%;
  }
}
.top_shapes {
  position: absolute;
  left: 0;
  bottom: -311px;
  z-index: -1;
  width: 100%;
}

.banner_bottom {
  position: relative;
}

@media (max-width: 767px) {
  .top_shapes {
    position: absolute;
    left: 0;
    bottom: -102px;
    z-index: -1;
    width: 100%;
  }
}
/* Pulse effect animation */
@keyframes tptranslateY2 {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes tptranslateX2 {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes scale_up_down {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}/*# sourceMappingURL=banner-one.css.map */