:root {
  --color-primary: #e42032;
  --color-secondary: #1273eb;
  --color-secondary-alt: #1274eb 7f;
  --color-purple: #4a11eb;
  --color-gray: #f6f6f6;
  --color-gray-2: #f5f8fa;
  --color-subtitle: #f9004d;
  --background-color-1: #242435 57;
  --background-color-2: #13131d;
  --background-color-3: #151521;
  --background-color-4: #242435;
  --background-color-5: #edf5ff;
  --gradient-one: linear-gradient(to right bottom, #e42032, #1273eb);
  --gradient-two: linear-gradient(to right, #ed145b, #4a11eb);
  --gradient-three: linear-gradient(to right, #03041c, #0612b3);
  --text-gradient-one: linear-gradient(to right, #e42032, #4a11eb);
  --color-heading: #03041c;
  --color-body: #6a6c71;
  --color-dark: #1d1d1d;
  --color-text-1: #dedede;
  --color-light-heading: #181c32;
  --color-light-body: #65676b;
  --color-border-white: #000 24;
  --color-midgray: #878787;
  --color-light: #e4e6ea;
  --color-lighter: #ced0d4;
  --color-lightest: #f0f2f5;
  --color-border: #fff 14;
  --color-white: #fff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Manrope', sans-serif;
  --font-three: 'fontawesome';
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.5s;
  --font-size-b1: 16px;
  --font-size-b2: 18px;
  --font-size-b3: 22px;
  --line-height-b1: 1.75;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 36px;
  --h3: 27px;
  --h4: 24px;
  --h5: 20px;
  --h6: 18px;
}
.banner-bottom {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .banner-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.banner-bottom .video-title {
  margin-left: 15px;
  font-size: 17px;
  line-height: 22px;
  font-weight: var(--s-semi-bold);
  font-family: var(--font-secondary);
}
.button-area-banner-one {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 575px) {
  .button-area-banner-one {
    gap: 15px;
  }
}
.tmp-banner-swiper-one-area .tmp-banner-area {
  position: relative;
  z-index: 1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .one {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: -1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .two {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .three {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .one {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .two {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .three {
  animation: slideInLeft 1s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner span.sub-title {
  animation: fadeInUp2 1s linear;
  animation-delay: 0.5s;
  opacity: 1;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner h1.title {
  animation: fadeInUp2 1s linear;
  animation-delay: 0.8s;
  opacity: 1;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
  animation: fadeInUp2 1.3s linear;
  animation-delay: 1.1s;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc br {
    display: none;
  }
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner .button-area-banner-one {
  animation: fadeInUp2 1.8s linear;
  animation-delay: 1.4s;
  opacity: 1;
  display: flex;
  max-width: max-content;
}
.mySwiper-banner-one {
  position: relative;
}
.mySwiper-banner-one .swiper-button-next::after, .mySwiper-banner-one .swiper-button-prev::after,
.swiper-event .swiper-button-next::after, .swiper-event .swiper-button-prev::after {
  height: 65px;
  min-width: 65px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}
.mySwiper-banner-one .swiper-button-next:hover::after, .mySwiper-banner-one .swiper-button-prev:hover::after,
.swiper-event .swiper-button-next:hover::after, .swiper-event .swiper-button-prev:hover::after{
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1);
  border: 1px solid transparent;
}
.mySwiper-banner-one .swiper-button-next, .swiper-event .swiper-button-next {
  right: 70px;
  margin-top: 20px;
}
.mySwiper-banner-one .swiper-button-next::after, .swiper-event .swiper-button-next::after {
  content: '\f061';
  font-weight: 200;
  font-family: var(--font-three);
}
.mySwiper-banner-one .swiper-button-prev, .swiper-event .swiper-button-prev {
  right: 70px;
  left: auto;
  margin-top: -70px;
}
.mySwiper-banner-one .swiper-button-prev::after, .swiper-event .swiper-button-prev::after {
  content: '\f060';
  font-weight: 200;
  font-family: var(--font-three);
}
@media only screen and (max-width: 767px) {
  .mySwiper-banner-one .swiper-button-next, .swiper-event .swiper-button-next {
    right: 50px;
    bottom: 100px;
    top: auto;
  }
  .mySwiper-banner-one .swiper-button-prev, .swiper-event .swiper-button-prev {
    left: 50px;
    right: auto;
    bottom: 100px;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-event {
    height: 500px;
  }
  .mySwiper-banner-one .swiper-button-next {
    bottom: 25px;
    right: 25px;
  }
  .swiper-event .swiper-button-next {
    bottom: 5px;
  }
  .mySwiper-banner-one .swiper-button-next:after, .swiper-event .swiper-button-next:after {
    min-width: 45px;
    height: 45px;
  }
  .mySwiper-banner-one .swiper-button-prev {
    bottom: 25px;
    left: 25px;
  }
  .swiper-event .swiper-button-prev {
    bottom: 5px;
  }
  .mySwiper-banner-one .swiper-button-prev:after, .swiper-event .swiper-button-prev:after {
    min-width: 45px;
    height: 45px;
  }
}

.banner-one-main-wrapper {
  display: flex;
  align-items: center;
  padding: 140px 0;
}
@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper {
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper {
    max-width: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper {
    padding: 100px 0 140px 0;
  }
}
.banner-one-main-wrapper .inner span.sub-title {
  color: #fff;
  display: block;
  margin-bottom: 16px;
  opacity: 0;
  transition-delay: 0.5s;
  display: block;
}
.banner-one-main-wrapper .inner .title {
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 22px;
  transition-delay: 1s;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 48px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.banner-one-main-wrapper .inner p.disc {
  color: #fff;
  transition-delay: 1.5s;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner p.disc br {
    display: none;
  }
}
.banner-one-main-wrapper .inner .button-area-banner-one {
  transition-delay: 2s;
  opacity: 0;
}
.banner-one-main-wrapper .inner .button-area-banner-one .video-play-button::after {
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner .button-area-banner-one .vedio-icone .play-video p.text {
    display: none;
  }
}
.banner-area.banner-style-two {
  background-image: url(../images/banner/banner-two.png);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area.banner-style-two .rating .stars-group .star i {
  color: var(--color-secondary);
}
.banner-area.banner-style-two .product-share .profile-share a:hover img {
  border-color: var(--color-secondary);
}
.banner-area.banner-style-two .vedio-icone .video-play-button::before {
  background: transparent;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 60px 10px;
  }
}
.banner-area.banner-style-two .banner-inner .sub-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  font-weight: var(--s-medium);
  font-family: var(--font-secondary);
  color: #141414;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner .sub-title {
    font-size: 14px;
  }
}
.banner-area.banner-style-two .banner-inner .title {
  font-size: 60px;
  line-height: 75px;
  color: var(--color-heading);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 32px;
    line-height: 48px;
  }
  .banner-area.banner-style-two .banner-inner .title br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 25px;
    line-height: 36px;
  }
}
.banner-area.banner-style-two .banner-inner .description {
  margin-bottom: 35px;
}
.banner-area.banner-style-two .bg-circle {
  position: absolute;
  bottom: -60%;
  right: 0;
  z-index: -1;
}
.banner-area.banner-style-two .bg-dolour {
  position: absolute;
  right: 44%;
  top: 523px;
  animation: jump-1 8s linear infinite;
  z-index: -1;
}
.banner-area.banner-style-two .bg-blue-circle {
  position: absolute;
  top: 160px;
  right: 50px;
  animation: jump-2 10s linear infinite;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .bg-blue-circle {
    position: absolute;
    top: 176px;
    right: 0;
    animation: jump-2 10s linear infinite;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-two .bg-blue-circle img {
    max-width: 150px;
  }
}
.banner-area.banner-style-two .bg-curly-lines {
  position: absolute;
  bottom: -20%;
  left: -9%;
  animation: jump-2 10s linear infinite;
  z-index: -1;
}
.banner-area.banner-style-two .vedio-icone .video-play-button p.text {
  min-width: max-content;
  margin-left: 67px !important;
  top: 22%;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-area .banner-two-thumbnail .thumbnail {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner-area .banner-two-thumbnail .thumbnail img {
    max-width: 100%;
    margin: auto;
  }
}
.banner-area .banner-two-thumbnail .thumbnail .product-share {
  position: absolute;
  left: 60%;
  bottom: 120px;
  animation: jump-2 8s linear infinite;
  z-index: 10;
}
@media only screen and (max-width: 575px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 62%;
    bottom: 45%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 0;
    bottom: 47%;
    min-width: max-content;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-two .vedio-icone .video-play-button::after {
    width: 60px;
    height: 60px;
  }
}
.banner-tag {
  position: absolute;
  top: 19%;
  left: -24%;
  animation: jump-2 6s linear infinite;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-tag {
    left: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-tag {
    left: 23%;
    top: 42%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-tag {
    left: 0%;
    top: 62%;
  }
}
.banner-tag .inner {
  background-color: var(--color-white);
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
}
.banner-tag .inner .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--s-bold);
  font-family: var(--font-secondary);
  margin-bottom: 5px;
}
.tmp-banner-area.banner-three {
  background-image: url(../images/banner/banner-3-bg.jpg);
  position: relative;
  z-index: 2;
}
.tmp-banner-area.banner-three .vedio-icone .video-play-button::before {
  background: #fff 1f;
}
.tmp-banner-area.banner-three .swiper-container-three {
  width: 100%;
  position: relative;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .vedio-icone .video-play-button::after {
    height: 70px;
    width: 70px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner {
  position: relative;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .thumbnail img {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .thumbnail img {
    height: 400px;
    object-fit: cover;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content {
    max-width: 95%;
    min-width: 95%;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
  font-size: 50px;
  line-height: 75px;
  font-weight: var(--s-extra-bold);
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .description {
  color: var(--color-white);
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet-active {
  background-color: #fff;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  margin-left: 50px;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  margin-right: 50px;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-container {
  background-color: rgba(0, 0, 0, .25);
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  background-image: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  background-image: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev, .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  height: 60px;
  width: 60px;
  background-color: var(--color-white);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev, .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
    display: none;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev i, .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next i {
  color: var(--color-primary);
  font-size: 27px;
  transition: 0.5s;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev::after, .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next::after {
  display: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev:hover i, .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next:hover i {
  color: var(--color-primary);
}
.swiper-container-three {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-container-three {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container-three {
    padding-top: 50px;
  }
}
.swiper-container-three .swiper-slide {
  opacity: 0;
}
.swiper-container-three .swiper-slide-active {
  opacity: 1;
}
.swiper-container-three .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  bottom: 0;
  justify-content: center;
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff !important;
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
  border: 2px solid var(--color-primary) !important;
}
.tmp-banner-area.banner-three .swiper-button-next, .tmp-banner-area.banner-three .swiper-button-prev {
  transition: 0.3s;
}
.tmp-banner-area.banner-three .swiper-button-next i::after, .tmp-banner-area.banner-three .swiper-button-prev i::after {
  transition: 0.3s;
}
.tmp-banner-area.banner-three .swiper-button-next:hover, .tmp-banner-area.banner-three .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: scale(1.05);
}
.tmp-banner-area.banner-three .swiper-button-next:hover i, .tmp-banner-area.banner-three .swiper-button-prev:hover i {
  color: #fff;
}
.tmp-banner-area.banner-three .swiper-button-next:hover i::before, .tmp-banner-area.banner-three .swiper-button-prev:hover i::before {
  color: #fff;
}
.tmp-banner-swiper-one-area {
  max-width: 1920px;
  margin: auto;
}
.tmp-banner__agency-wrapper-bg {
  background-image: url(../images/banner/banner-agency.jpg);
  height: 1080px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner__agency-wrapper-bg {
    height: 750px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-content-banner-four {
    margin-top: -150px;
  }
}
.banner-inner-content-four .vedio-icone {
  margin-bottom: 20px;
}
.banner-inner-content-four .vedio-icone .video-play-button::before {
  background: #000;
}
.banner-inner-content-four .content-wrapper .title {
  color: #fff;
  font-size: 70px;
  line-height: 1.3;
  font-family: var(--font-secondary);
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1199px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 50px;
    font-weight: 600;
  }
  .banner-inner-content-four .content-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 44px;
    font-weight: 600;
  }
  .banner-inner-content-four .content-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 26px;
  }
}
.banner-inner-content-four .content-wrapper .title span {
  position: relative;
  font-weight: 300;
}
.banner-inner-content-four .content-wrapper .title span::after {
  position: absolute;
  left: 0;
  content: '';
  bottom: 2px;
  height: 2px;
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .banner-inner-content-four .content-wrapper .title span::after {
    display: none;
  }
}
.banner-inner-content-four .content-wrapper p.disc {
  color: #d8d8d8;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
.banner-inner-content-four .content-wrapper .button-area-banner-one {
  margin-top: 50px;
}
.tmp-ocean .ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #fff;
}
.tmp-ocean .wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(285deg) brightness(105%) contrast(106%);
}
.tmp-ocean .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 20s ease -1.25s infinite;
  opacity: 1;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -15px, 0);
  }
  50% {
    transform: translate3d(0, 1px, 0);
  }
}
.banner-bg-startup {
  background-image: url(../images/banner/startup.jpg);
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner-bg-startup {
    height: 700px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-bg-startup {
    height: 600px;
  }
}
.banner-bg-startup.bg-two {
  background-image: url(../images/banner/startup-1.jpg);
}
.banner-bg-startup.bg-three {
  background-image: url(../images/banner/startup-3.jpg);
}
.banner-startup-main-content-wrapper {
  text-align: center;
}
.banner-startup-main-content-wrapper .title {
  color: #fff;
  font-size: 75px;
  line-height: 1.3;
}
.banner-startup-main-content-wrapper p.disc {
  color: #f1f1f1;
  max-width: 55%;
  margin-top: 30px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 95%;
  }
}
.swiper-startup-banner, .swiper-startup-banner-construction {
  position: relative;
}
.swiper-startup-banner .banner-startup-main-content-wrapper, .swiper-startup-banner-construction .banner-startup-main-content-wrapper {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper, .swiper-startup-banner-construction .banner-startup-main-content-wrapper {
    margin-top: 27px;
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper > *, .swiper-startup-banner-construction .banner-startup-main-content-wrapper > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.swiper-startup-banner .banner-startup-main-content-wrapper .title, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 130px;
  line-height: 1.1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 36px;
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper .disc, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .disc {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn, .swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
    margin-top: 30px;
  }
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper > *, .swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper > * {
  animation-name: fadeInUp;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .title, .swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .title {
  animation-delay: 0.5s;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .disc, .swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .disc {
  animation-delay: 1s;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn, .swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn {
  animation-delay: 1.5s;
}
.swiper-startup-banner .swiper-button-next, .swiper-startup-banner-construction .swiper-button-next, .swiper-startup-banner .swiper-button-prev, .swiper-startup-banner-construction .swiper-button-prev {
  color: #fff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-next, .swiper-startup-banner-construction .swiper-button-next, .swiper-startup-banner .swiper-button-prev, .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
.swiper-startup-banner .swiper-button-next::after, .swiper-startup-banner-construction .swiper-button-next::after, .swiper-startup-banner .swiper-button-prev::after, .swiper-startup-banner-construction .swiper-button-prev::after {
  transition: 0.3s;
  font-size: 16px;
}
.swiper-startup-banner .swiper-button-next:hover, .swiper-startup-banner-construction .swiper-button-next:hover, .swiper-startup-banner .swiper-button-prev:hover, .swiper-startup-banner-construction .swiper-button-prev:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transform: scale(1.1);
}
.swiper-startup-banner .swiper-button-next, .swiper-startup-banner-construction .swiper-button-next {
  right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .swiper-button-next, .swiper-startup-banner-construction .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-next, .swiper-startup-banner-construction .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .swiper-button-next, .swiper-startup-banner-construction .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .swiper-button-next, .swiper-startup-banner-construction .swiper-button-next {
    display: none;
  }
}
.swiper-startup-banner .swiper-button-prev, .swiper-startup-banner-construction .swiper-button-prev {
  left: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .swiper-button-prev, .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-prev, .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .swiper-button-prev, .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .swiper-button-prev, .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
.swiper-startup-banner .swiper-pagination, .swiper-startup-banner-construction .swiper-pagination {
  bottom: 50px;
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet, .swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color-primary);
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet-active, .swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .swiper-pagination, .swiper-startup-banner-construction .swiper-pagination {
    bottom: 25px;
  }
}
.banner-company-area-main__wrapper .pre-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .pre-title {
    font-size: 16px;
  }
}
.banner-company-area-main__wrapper .title {
  font-size: 70px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 32px;
  }
}
.banner-company-area-main__wrapper p {
  margin-bottom: 40px;
}
.banner-company-area-main__wrapper .button-area-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .button-area-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.frame-image-about-company {
  padding: 25px;
  background: #fff;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.frame-image-about-company img {
  width: 100%;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-one-height-control {
  height: 850px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-height-control {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control {
    height: 750px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-height-control {
    height: 610px;
  }
}
.vedio-icone .play-video p.text {
  min-width: max-content;
  margin-top: 10px;
  margin-left: 55px;
  color: #fff;
}
.vedio-icone .video-play-button {
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: rgba(117, 39, 8, 0.3);
  border-radius: 50%;
  border: 1px solid #fff 0;
  animation: waves 3s ease-in-out infinite;
}
.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 2px solid #fff;
  transition: all 200ms;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .vedio-icone .video-play-button::after {
    width: 60px;
    height: 60px;
  }
}
.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}
.vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000 eb;
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.vedio-icone .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
  }
}
.large-video-playing video {
  width: 100%;
}
.grow-thumbnail {
  transform: scale(0.9);
}
