@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jersey+15&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", serif;
  overflow-x: hidden;
}

.overlay-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

.overlay-wrapper img {
  opacity: 1;
  z-index: 999999;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 350px;
}

header.fixed {
  box-shadow: -1px -6px 24px 0px rgba(0, 0, 0, 0.4039215686);
  background-color: #fff;
}

@media (max-width: 991px) {
  .bg_white {
    background-color: #fff;
  }
}

@media (min-width: 991px) {
  header.fixed {
    box-shadow: -1px -6px 24px 0px rgba(0, 0, 0, 0.4039215686);
    background-color: #fff;
  }

  header .nav-li .nav-link.active {
    color: #FF6000;
  }

  header .nav-li .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(10px);
    height: 8px;
    width: 8px;
    background-color: #FF6000;
    border-radius: 50%;
    transition: all 0.2s ease;
    opacity: 0;
  }

  header .nav-li .nav-link:hover,
  header .nav-li .nav-link.active {
    transition: all 0.2s ease;
  }

  header .nav-li .nav-link:hover::after,
  header .nav-li .nav-link.active::after {
    opacity: 1;
    transform: translateY(27px);
    transition: all 0.2s ease;
  }
}

.main_control_img:hover img {
  transform: scale(1.3);
  transition: all 0.5s ease;
}

.main_control_img .inner_main_control img {
  transition: all 0.5s ease;
}

.service_section .service_part {
  transition: all 0.5s ease;
}

.service_section .service_part:hover .icon_box {
  transform: rotate(360deg);
  transition: all 0.5s ease;
}

.service_section .inner_content {
  opacity: 0;
  transition: all 0.5s ease;
}

.service_section .inner_content {
  transform: scale(0);
}

.service_section .inner_content img {
  border-radius: 50%;
}

.service_section .side_boxes:hover .inner_content {
  opacity: 1;
  transform: scale(1);
}

.service_section .side_boxes:hover .inner_images {
  opacity: 0;
}

.main_choose_section .main_choose_box {
  transition: all 0.5s ease;
}

.main_choose_section .main_choose_box:hover .icon_box {
  transform: rotate(360deg);
  transition: all 0.5s ease;
}

footer .social_icons a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  height: 1px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2901960784);
  transition: all 0.5s ease;
}

footer .social_icons a:hover::after {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
}

.service_section .hover_haxagone:hover .main_haxagone_box {
  animation: vibrate 0.5s 1;
}

@keyframes vibrate {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.service_section .main_haxagone_box {
  height: 100%;
  padding-bottom: 100%;
  width: 100%;
  background-color: #2E374E;
  -webkit-clip-path: polygon(0 25%, 48% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 48% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  position: relative;
  transition: all 1.5s ease;
}

.service_section .main_haxagone_box .inner_main_haxagone_box {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: #fff;
  -webkit-clip-path: polygon(0 25%, 48% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 48% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.service_section .main_haxagone_box .inner_main_haxagone_box .haxagone_box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E374E;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

.service_section .main_haxagone_box .inner_main_haxagone_box .haxagone_box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.service_section .main_haxagone_box .inner_main_haxagone_box .haxagone_image {
  opacity: 0;
}

.service_section .main_haxagone_box:hover {
  background-color: transparent;
  transition: all 0.5s ease;
}

.service_section .main_haxagone_box:hover .haxagone_image {
  opacity: 1;
  z-index: 999;
}

.service_section .main_haxagone_box:hover .haxagone_box {
  color: #fff;
}

.service_section .main_haxagone_box:hover .haxagone_box::after {
  opacity: 1;
}

.blog_section .main_blog_box .img_box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
}

.blog_section .main_blog_box:hover {
  box-shadow: 4px 5px 5px #ddd;
  transition: all 0.5s ease;
}

.blog_section .main_blog_box:hover .img_box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.blog_section .main_blog_box:hover .img_box::after {
  opacity: 1;
}

.blog_section .blog_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blog_section .blog_desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.testimonial_section .swiper-pagination-bullet {
  background-color: #FF6000;
  opacity: 0.2;
}

.testimonial_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.testimonial_section .testimonial_shape1 {
  animation: cocrochRunning 7s linear infinite;
}

.testimonial_section .testimonial_shape3 {
  animation: mouseRunning 7s linear infinite;
}

.milleston_section .testimonial_shape2 {
  animation: beateranimation 12s linear infinite;
}

.ban_bee_shape {
  animation: banBeeAnimation 12s linear infinite;
}

/* @keyframes banBeeAnimation {
  0% {
    transform: translateX(0px) rotateY(0deg);
  }

  50% {
    transform: translateX(-250px) translateY(-20px) rotateY(0deg);
  }

  100% {
    transform: translateX(-500px) translateX(500px) rotateY(360deg);

  }
} */

@keyframes cocrochRunning {
  0% {
    transform: rotate(0deg) scale(1);
  }

  35% {
    transform: rotate(15deg) scale(1.1);
  }

  70% {
    transform: rotate(-15deg) scale(1.1);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes mouseRunning {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes beateranimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0);
  }
}

.inner_box {
  position: relative;
  z-index: 9;
}

.inner_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 120px;
  border-radius: 8px;
  z-index: -1;
  background-color: #fff;
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

.millestonSwiper .round:after {
  content: "";
  height: 12px;
  width: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  position: absolute;
}

.millestonSwiper .round.orange:after {
  background-color: #FF6000;
}

.millestonSwiper .round.blue:after {
  background-color: #2E374E;
}

@media (max-width: 575px) {
  .contact_section .circle {
    padding-top: 50% !important;
  }

  .inner_box {
    position: relative;
    z-index: 9;
  }

  .inner_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    border-radius: 8px;
    z-index: -1;
    background-color: #fff;
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
  }
}

header {
  position: absolute;
}

.contact_section .circle {
  padding-top: 100%;
}

.cursor {
  z-index: 9999;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s, width 0.3s, height 0.3s;
  width: 12px;
  height: 12px;
  background-color: #2e374e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor.active {
  transform: translate(-50%, -50%) scale(2.5);
  z-index: 9999;
  background-color: rgba(46, 55, 78, 0.3843137255);
}

.cursor.hidden {
  width: 40px;
  height: 40px;
  opacity: 0.5 !important;
  z-index: 9999;
}

.btn-6:hover span {
  width: 225%;
  height: 562.5px;
}

.btn-6:active {
  background-color: #6e1960;
}

.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #420f3a;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.dark_btn span {
  background-color: #ff6000;
}

.orange_btn span {
  background-color: #2E374E;
}


.input_box .validate-has-error {
    bottom: -8px;
    font-size: 12px;
}

.validate-has-error {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: #dc3545;
}

/*# sourceMappingURL=style.css.map */