@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name:  Techy – IT Solution & Web Security HTML5 Template
    Author: Hamina-Themes
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. theme-banner
    15. marque
    16. brand
    17. block-style
    18. about
    19. slick-nav
    20. testimonial
    21. counter
    22. blog
    23. contact
    24. service
    25. case-study
    26. video
    27. team
    28. form
    29. price
    30. call-to-action
    31. widget
    32. progress-bar
    33. shop
    34. faq
    35. error
    36. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
/* * {
  outline: 1px solid red;
} */

body {
  /* font-family: "ClashDisplay-Regular"; */
  /* font-family: "Nunito,sans-serif"; */
    font-family: "Roboto", sans-serif;

  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  /* overflow-y: auto; */
  overflow-x: hidden !important;
}

.main-page-wrapper {
  /* overflow-x: hidden; */
  background-color: #040a27;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /* font-family: "ClashDisplay-Bold"; */
      font-family: "Roboto", sans-serif;

  color: #040a27;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

hr {
  border-bottom: 1px solid rgab(white, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
  position: relative;
}

.pos-abl {
  position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.style-text {
  font-size: 140px;
  line-height: 0.5;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -19px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .style-text {
    font-size: 60px;
  }
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: white;
  background: #083da1;
  border-radius: 50%;
  font-size: 24px;
  line-height: 83px;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: white;
  background: #7c29e9;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #7c29e9;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
#scrollUp {
  background: #7c29e9;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
#scrollUp i {
  color: white;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: white;
}

[data-overlay="dark"]::before {
  background-color: #7c29e9;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}
.main-header-area .border-tops {
  border-top: 1px solid white;
}

.logo-area img {
  max-width: 150px;
}
.logo-img-footer{
  width: 130px;
}
/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}
.hamburger-menu a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-menu a i {
  color: white;
}
.hamburger-menu a:hover {
  background: #7c29e9;
}

.side-mobile-menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
  .main-page-wrapper {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

.theme-main-menu {
  position: relative;
  z-index: 11;
}
.theme-main-menu .custom-container-nav {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-main-menu .custom-container-nav {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .theme-main-menu .custom-container-nav {
    padding: 15px;
  }
}
.theme-main-menu .navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}
.theme-main-menu .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.theme-main-menu .navbar-nav .nav-item:last-child .nav-link:before {
  display: none;
}
.theme-main-menu .navbar-nav .nav-item.active {
  color: #040a27;
}
.theme-main-menu .navbar-nav .nav-item.active .nav-link {
  color: #040a27;
}
.theme-main-menu .navbar-nav .nav-item .nav-link {
  color: white;
  /*   font-family: "Roboto", sans-serif;; */
      font-family: "Roboto", sans-serif;

  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 70px 0 0;
  padding: 19px 0 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-main-menu .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}
.theme-main-menu .navbar-nav .nav-item .nav-link::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: -20px;
  top: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-main-menu .navbar-nav .nav-item .nav-link::before {
    right: -25%;
  }
}
.theme-main-menu .navbar-nav .nav-item .nav-link::after {
  display: none;
}
.theme-main-menu .navbar-nav .nav-item .nav-link:hover {
  color: #7c29e9;
}
.theme-main-menu .navbar-nav .nav-item .nav-link i {
  font-size: 10px;
}
.theme-main-menu .navbar-nav .nav-item:hover::before {
  width: 100px;
  background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
}
.theme-main-menu .navbar-nav .nav-item:hover > .nav-link {
  color: #7c29e9;
}
.theme-main-menu .navbar .dropdown-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-main-menu .navbar .dropdown-menu .dropdown-item {
  color: #040a27;
  font-size: 14px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  padding: 9px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.theme-main-menu .navbar .dropdown-menu .dropdown-item:hover,
.theme-main-menu .navbar .dropdown-menu .dropdown-item.active {
  color: white;
  background-color: transparent;
  background: #7c29e9;
}
.theme-main-menu .navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  width: 300px !important;
}
.theme-main-menu .navbar .dropdown-submenu .dropdown-toggle::after {
  display: none;
}
.theme-main-menu .navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 {
  left: 100%;
  top: 10%;
  visibility: hidden;
  transform: scaleX(0);
}
.theme-main-menu
  .navbar
  .dropdown-submenu
  .dropdown-menu.dropdown-menu2
  .dropdown-item::after {
  display: none;
}
.theme-main-menu .navbar .dropdown-submenu:hover .dropdown-menu.dropdown-menu2 {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.theme-main-menu .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #7c29e9;
  position: relative;
}

.sticky-menu {
  position: fixed;
  background: #040a27;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-menu .logo {
  transform: translateY(2px);
}
.sticky-menu .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}
.sticky-menu .navbar-nav .nav-item .nav-link {
  color: white;
}

.right-language .language-btn {
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.right-language .language-btn i {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.right-language .language-btn::after {
  display: none;
}
.right-language .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: white;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  top: 20px;
  text-align: left;
}
.right-language .dropdown-menu li {
  display: block;
}
.right-language .dropdown-menu li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #040a27;
  line-height: 35px;
  text-transform: uppercase;
}
.right-language .dropdown-menu li a:hover {
  color: white;
  background: #7c29e9;
}

.theme-menu-two {
  position: relative;
  z-index: 3;
}
.theme-menu-two .top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}

.logo-img {
  width: 200px;
}
@media (max-width: 768px) {
  .pt-150 {
    padding-top: 40px;
  }
  .pt-140 {
    padding-top: 40px;
  }
  .pt-lg-120 {
    padding-top: 10px;
  }
  .footer__widget {
    margin-top: 30px;
  }
  .theme-menu-two .top-header {
    padding: 0;
  }
  .hero-h2{
    font-size: 20px;
  }
  /* .theme-menu-two .main-header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  } */
}
.theme-menu-two .navbar .dropdown-menu {
  left: 0;
}
.theme-menu-two .navbar-nav .nav-item .nav-link:last-child::before {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-menu-two .navbar-nav .nav-item .nav-link {
    margin: 0 70px 0 0;
  }
  .theme-menu-two .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
}

.header-info li:nth-child(2) .header-info-box {
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.header-info li:nth-child(2) .header-info-box::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 2px;
  height: 30px;
  top: 20px;
  left: 0;
  z-index: 1;
}
.header-info li:nth-child(2) .header-info-box::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 2px;
  height: 30px;
  top: 20px;
  right: 0;
  z-index: 1;
}
@media (min-width: 487px) and (max-width: 575.98px) {
  .header-info li:nth-child(2) .header-info-box {
    margin-left: 0;
    padding-left: 0;
  }
  .header-info li:nth-child(2) .header-info-box::before {
    display: none;
  }
  .header-info li:nth-child(2) .header-info-box::after {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .header-info li:nth-child(3) .header-info-box {
    display: none;
  }
}
.header-info .header-info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-info .header-info-box .icon {
  color: white;
  font-size: 30px;
  margin-right: 15px;
  margin-top: 10px;
}
.header-info .header-info-box .text-content span {
  color: white;
  font-size: 16px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

}

.theme-menu-three .top-header {
  position: relative;
  z-index: 1111;
}
.theme-menu-three .main-header-area {
  background: rgba(145, 59, 255, 0.1);
}
.theme-menu-three .main-header-area.sticky-menu {
  background: #040a27;
}
.theme-menu-three .main-header-area .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .theme-menu-three .navbar-nav .nav-item .nav-link {
    margin: 0 50px 0 0;
  }
  .theme-menu-three .navbar-nav .nav-item .nav-link::before {
    right: -27px;
  }
}
@media (max-width: 991.98px) {
  .theme-menu-three .main-header-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-page-wrapper {
    overflow-x: hidden;
  }
}

.page-title-area {
  position: relative;
  display: flex;                  /* enables flexbox */
  align-items: center;            /* vertical center */
  justify-content: center;        /* horizontal center (optional) */

  background: #050b2a; /* fallback */
  background: linear-gradient(to right, #040924, #102149);
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 39, 0.8),
      rgba(1, 22, 44, 0.5)
    ),
    url('../img/about/top-banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 200px;
  text-align: center;             /* center-align text */
  color: #fff;                    /* ensure readability */
}

.page-title-area .page-title-shape {
  position: absolute;
  z-index: 1;
}
.page-title-area .page-title-shape.shape-one {
  top: 53%;
  right: 56%;
}
@media (max-width: 767.98px) {
  .page-title-area .page-title-shape.shape-one {
    display: none;
  }
}
.page-title-area .page-title-shape.shape-two {
  top: 45.3%;
  left: 147px;
}
.page-title-area .page-title-shape.shape-three {
  top: 6.5%;
  right: 69.5%;
  opacity: 0.5;
}
.page-title-area .page-title-shape.shape-four {
  right: 22.5%;
  top: 20%;
}
.page-title-area .page-title-shape.shape-five {
  top: 70px;
  right: 18.85%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: float-bob infinite 15s linear;
  -webkit-animation: float-bob infinite 15s linear;
}
.page-title-area .page-title-shape.shape-six {
  top: 85%;
  right: 40.5%;
}
.page-title-area .page-title-shape.shape-seven {
  top: 90%;
  right: 80.2%;
}
.page-title-area .page-title-shape.shape-eight {
  left: 0;
  top: 0;
}
.page-title-area .page-title-shape.shape-nine {
  right: 0;
  top: 0;
}

.page-title-wrapper {
  position: relative;
  z-index: 2;
}
.page-title-wrapper .page-title {
  color: white;
  font-size: 46px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}

ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li a {
  color: white;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb li a::before {
  content: "";
  position: absolute;
  background: white;
  width: 5px;
  height: 2px;
  right: -4px;
  top: 7px;
  z-index: 1;
}
ul.breadcrumb li.active {
  color: #7c29e9;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #040a27;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #7c29e9;
}
.open-mobile-menu a.active {
  background: #7c29e9;
}

.close-mobile-menu a {
  color: white;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #7c29e9;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #7c29e9;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #7c29e9;
  border-color: #7c29e9;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #7c29e9;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #7c29e9;
  border-color: #7c29e9;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid white;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: white;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fw-thin {
  font-weight: 100;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
.gradient-bg {
  background: linear-gradient(
    to bottom,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0)
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0)
  );
  background: -o-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0)
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0)
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0)
  );
}

.grey-bg {
  background: #f7f7f7;
}

.white-bg {
  background: white;
}

.black-bg {
  background: black;
}

.heding-bg {
  background: #040a27;
}

.theme-bg {
  background: #7c29e9;
}

.prime-bg {
  background: #083da1;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: white;
}

.text-prime {
  color: #083da1;
}

.text-black {
  color: black;
}

.text-theme {
  color: #7c29e9;
}

.text-body {
  color: rgba(255, 255, 255, 0.7);
}

.text-heding {
  color: #040a27;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

}

.heding-font {
  /* font-family: "ClashDisplay-Bold"; */
      font-family: "Roboto", sans-serif;

}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none;
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  height: 50vh;
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .offcanvas-top {
    height: 30vh;
  }
}

.search-wrap {
  padding-top: 100px;
}
.search-wrap input {
  color: white;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid white;
}
.search-wrap input::placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::placeholder {
    font-size: 20px;
  }
}
.search-wrap input::-moz-placeholder,
.search-wrap input::-webkit-placeholder,
.search-wrap input::-o-placeholder,
.search-wrap input::-ms-placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder,
  .search-wrap input::-webkit-placeholder,
  .search-wrap input::-o-placeholder,
  .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

.search-area a {
  display: inline-block;
  font-size: 20px;
  color: white;
  margin-right: 31px;
  line-height: 1;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }

  25% {
    right: 100px;
    top: 0px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 0px;
    top: 200px;
  }

  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #7c29e9;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #7c29e9;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #7c29e9;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #7c29e9;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #7c29e9;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #7c29e9;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
  overflow: hidden;
  color: white;
  /* background: #7c29e9; */
  background: #ff00cc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #333399,
    #ff00cc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #333399,
    #ff00cc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  font-size: 14px;
  /* font-family: "ClashDisplay-Semibold"; */
  font-weight: 600;
  line-height: 17px;
  padding: 17px 27px 15px 27px;
  display: inline-block;
  position: relative;
  z-index: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
  border: none;
}
.theme_btn:hover {
  color: white;
  background: black;
}
.theme_btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.section-title {
  position: relative;
  z-index: 1;
}

.sect-title {
  font-size: 48px;
  color: white;
  line-height: 1.17;
}
.sect-title span {
  border-bottom: 2px solid #7c29e9;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sect-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sect-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sect-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sect-title {
    font-size: 24px;
  }
}

.sect-title-two {
  color: white;
  font-size: 32px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sect-title-two {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sect-title-two {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sect-title-two {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sect-title-two {
    font-size: 20px;
  }
}

.sub-title {
  color: white;
  font-size: 17px;
  font-weight: 500;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

}

.sub-title-two {
  color: #083da1;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

}

.section-title-two .sub-title {
  color: #7c29e9;
  font-weight: 600;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  text-transform: uppercase;
}

.blog-title {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-title {
    font-size: 20px;
  }
}
.blog-title:hover {
  color: white;
}

.semi-title {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .semi-title {
    font-size: 18px;
  }
}

.post-title {
  font-size: 40px;
  color: white;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .post-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .post-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .post-title {
    font-size: 24px;
  }
}

.theme-banner-one {
  position: relative;
  z-index: 1;
}
.theme-banner-one .banner-shape {
  position: absolute;
  z-index: 1;
}
.theme-banner-one .banner-shape.shape-one {
  top: -7.2rem;
  left: -1rem;
}
.theme-banner-one .banner-shape.shape-two {
  top: 29%;
  left: auto;
  right: 15%;
}
.theme-banner-one .banner-shape.shape-three {
  top: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.theme-banner-one .banner-shape.shape-four {
  top: 21%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.theme-banner-one .shadow-text {
  font-size: 127px;
  font-weight: 700;
  font-family: "ClashDisplay-Bold";
  opacity: 0.1;
  position: absolute;
  left: 13.54%;
  top: 14.5%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .theme-banner-one .shadow-text {
    font-size: 90px;
    left: 2;
    top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-banner-one .shadow-text {
    font-size: 60px;
    left: 2;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-banner-one .shadow-text {
    font-size: 50px;
    left: 2;
    top: 0;
  }
}
@media (max-width: 767px) {
  .theme-banner-one .shadow-text {
    font-size: 40px;
    left: 2;
    top: 0;
  }
}

.theme__content {
  position: relative;
  z-index: 3;
}
.theme__content .main-title-one {
  color: white;
  font-size: 140px;
  font-family: "ClashDisplay-Bold";
  line-height: 1.22;
  margin-bottom: 35px;
}
.theme__content .main-title-one span {
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .theme__content .main-title-one {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme__content .main-title-one {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme__content .main-title-one {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .theme__content .main-title-one {
    font-size: 40px;
  }
}

/* .theme-banner-two {
  background-image: url('../img/hero/home-banner.webp');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: right bottom;
  z-index: 1;
} */

.theme-banner-two {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.2),
      rgba(4, 4, 54, 0.5)
    ),
    url(../img/hero/home-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: relative;
  z-index: 1;
}
.theme-banner-two::before {
  content: "";
  position: absolute;
  width: 429px;
  height: 429px;
  right: 52%;
  top: 31%;
  /* background: #7c29e9; */
  opacity: 0.2;
  filter: blur(300px);
  z-index: 1;
}
.theme-banner-two::after {
  content: "";
  position: absolute;
  /* width: 863px; */
  height: 863px;
  right: -301px;
  top: -271px;
  background: #083da1;
  opacity: 0.2;
  filter: blur(300px);
  z-index: 1;
}
@media (max-width: 1200px) {
  .theme-banner-two::after {
    display: none;
  }
}
.theme-banner-two .banner-shape {
  position: absolute;
  z-index: -1;
}
.theme-banner-two .banner-shape.shape-one {
  top: 91.4%;
  right: 7.5%;
}
.theme-banner-two .banner-shape.shape-two {
  top: 62.3%;
  left: 73px;
}
.theme-banner-two .banner-shape.shape-three {
  top: 11%;
  right: 68.5%;
}
.theme-banner-two .hero-img-wrapper {
  position: absolute;
  z-index: 3;
  width: 34.32%;
  right: 16%;
  top: 17.1%;
}
.theme-banner-two .hero-img-wrapper .hero-img {
  position: absolute;
  z-index: 1;
}
.theme-banner-two .hero-img-wrapper .hero-img.img-1 {
  border-radius: 154px;
  -webkit-border-radius: 154px;
  -moz-border-radius: 154px;
  -ms-border-radius: 154px;
  -o-border-radius: 154px;
  left: 5%;
  margin-top: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-banner-two .hero-img-wrapper .hero-img.img-1 {
    top: -140px;
    left: 10%;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-banner-two .hero-img-wrapper .hero-img.img-1 {
    margin-top: -77px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .theme-banner-two {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 255, 0.3)
    );
  }
  .theme-banner-two .hero-img-wrapper .hero-img.img-1 {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 95px;
  }
}
.theme-banner-two .hero-img-wrapper .hero-img.img-2 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .theme-banner-two .hero-img-wrapper .hero-img.img-2 {
    display: none;
  }
}
.theme-banner-two .hero-img-wrapper .hero-img.arrow-1 {
  top: 2rem;
  left: 1%;
}
.theme-banner-two .hero-img-wrapper .hero-img.arrow-2 {
  right: 2%;
  margin-top: 16.5rem;
}
@media (max-width: 1200px) {
  .theme-banner-two .hero-img-wrapper .hero-img.arrow-2 {
    display: none;
  }
}
.theme-banner-two .hero-img-wrapper .hero-img.arrow-3 {
  right: -2%;
  top: -24px;
  transform: rotate(-2deg);
}
@media (max-width: 1200px) {
  .theme-banner-two .hero-img-wrapper .hero-img.arrow-3 {
    display: none;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .theme-banner-two .hero-img-wrapper {
    width: 41.32%;
    right: 8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .theme-banner-two .hero-img-wrapper {
    width: 52%;
    right: 3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-banner-two .hero-img-wrapper {
    width: 40%;
    right: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-banner-two .hero-img-wrapper {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .theme-banner-two .hero-img-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    right: 0;
    margin-top: 120px;
    left: 0;
    /* margin: 0 auto; */
    text-align: center;
  }
}

.theme__content__two {
  position: relative;
  z-index: 4;
}
.gradient-text {
  font-weight: bold;
  background: linear-gradient(90deg, #00c6ff, #0072ff); /* gradient colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub-title {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
}
@media (max-width: 991.98px) {
  .hero-sub-title {
    font-size: 18px;
  }
}

.main-title-two {
  color: white;
  font-size: 72px;
  font-family: "ClashDisplay-Bold";
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-title-two {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-two {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-two {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main-title-two {
    font-size: 42px;
  }
}

.hero-box {
  background: white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  align-items: center;
  width: 280px;
  position: absolute;
  top: -26px;
  left: 8%;
  padding: 14px 26px 14px 18px;
}
.hero-box .icon {
  background: rgba(16, 76, 186, 0.1);
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  line-height: 50px;
  margin-right: 12px;
}
.hero-box .box {
  color: #040a27;
  font-size: 20px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
}
.hero-box .box .counter {
  color: #7c29e9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-box {
    left: 15%;
  }
}

.hero-box-two {
  background: white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 256px;
  position: absolute;
  right: 3%;
  margin-top: 59%;
  padding: 26px 33px 26px 26px;
}
@media (max-width: 1200px) {
  .hero-box-two {
    display: none;
  }
}
.hero-box-two .icon {
  background: rgba(145, 59, 255, 0.1);
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
}
.hero-box-two .box {
  color: #040a27;
  font-size: 20px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
  line-height: 25px;
}
.hero-box-two .box .counter {
  color: #7c29e9;
}

.theme-banner-three {
  position: relative;
  z-index: 1;
}
.theme-banner-three::before {
  content: "";
  position: absolute;
  background: url(../img/hero/hero-bg-shap-3a.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 1095px;
  left: 0;
  top: -175px;
  z-index: -1;
}
.theme-banner-three .banner-shape {
  position: absolute;
  z-index: -1;
}
.theme-banner-three .banner-shape.shape-one {
  top: 62.4%;
  right: 7.5%;
}
.theme-banner-three .banner-shape.shape-two {
  top: 45.3%;
  left: 147px;
}
.theme-banner-three .banner-shape.shape-three {
  top: 6.5%;
  right: 68.5%;
}
.theme-banner-three .banner-shape.shape-four {
  right: 4.5%;
  top: 13%;
}
.theme-banner-three .banner-shape.shape-five {
  top: 77%;
  right: 41%;
}
.theme-banner-three .banner-shape.shape-six {
  right: 0;
  top: 0;
  z-index: -1;
}
.theme-banner-three .banner-shape.shape-seven {
  left: 0;
  top: 10%;
  z-index: -1;
}
.theme-banner-three .main-title-two span {
  color: #7c29e9;
}
@media (max-width: 1199.98px) {
  .theme-banner-three .hero-ilustration-wrapper img {
    width: 100%;
  }
  .theme-banner-three::before {
    height: 880px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-banner-three::before {
    height: 730px;
  }
}
@media (max-width: 767px) {
  .theme-banner-three::before {
    height: 100vh;
  }
}

/* marquee div container */
.marquee {
  overflow: hidden;
  background-color: #7c29e9;
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
@media (max-width: 1199.98px) {
  .marquee {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
}
.marquee .marquee-wrapper {
  display: block;
  width: 200%;
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .marquee .marquee-wrapper {
    padding: 5px 0;
  }
}
.marquee .supermarquee-inner-container .supermarquee-item,
.marquee .supermarquee-inner-container .supermarquee-item-clone {
  font-size: 32px;
  color: #fff;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .marquee .supermarquee-inner-container .supermarquee-item,
  .marquee .supermarquee-inner-container .supermarquee-item-clone {
    font-size: 24px;
  }
}

.brand-logo {
  text-align: center;
}
.brand-logo a {
  display: inline-block;
}
.brand-logo a img {
  display: inline-block;
}

.brand-area {
  z-index: 2;
}
.brand-area.brand-bg {
  background: #083da1;
}
.brand-area .brand-border {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.blur-shape {
  position: absolute;
  width: 425px;
  height: 425px;
  right: 52.13%;
  top: 4%;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}

.block-style-one h2 {
  color: white;
  font-size: 48px;
  line-height: 1.25;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-style-one h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block-style-one h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-style-one h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .block-style-one h2 {
    font-size: 24px;
  }
}
.block-style-one p {
  color: rgba(255, 255, 255, 0.7);
}
.block-style-one .block-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid white;
  padding-top: 25px;
  margin-top: 20px;
}
.block-style-one .block-box li:first-child {
  margin-right: 30px;
}
.block-style-one .block-box a {
  display: flex;
  align-items: center;
  color: #040a27;
  font-size: 20px;
  line-height: 25px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  background: white;
  padding: 11px 22px 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.block-style-one .block-box a img {
  width: 59px;
  height: 59px;
  background: linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.1) 100%
  );
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-style-one .block-box {
    display: block;
  }
  .block-style-one .block-box li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block-style-one .block-box {
    display: block;
  }
  .block-style-one .block-box li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .block-style-one .block-box {
    display: block;
  }
  .block-style-one .block-box li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .block-style-one .block-box {
    display: flex;
  }
  .block-style-one .block-box li:first-child {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.block-style-one .box-two a {
  color: white;
  background: rgba(255, 255, 255, 0.05);
}
.block-style-one .box-two a:hover {
  color: #040a27;
  background: white;
}

.block-style-two {
  position: relative;
  z-index: 2;
}
.block-style-two .news-shape-one {
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  margin: 0 auto;
  z-index: -1;
  animation: rotation infinite 24s linear;
  -webkit-animation: rotation infinite 24s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block-style-two .news-shape-one {
    top: -140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-style-two .news-shape-one {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-style-two .news-shape-one {
    display: none;
  }
}
.block-style-two h3 {
  color: white;
  font-size: 64px;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .block-style-two h3 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block-style-two h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-style-two h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .block-style-two h3 {
    font-size: 24px;
  }
}

.block-style-three {
  position: relative;
  z-index: 2;
}

.block-style-six .process-box {
  overflow: hidden;
}
.block-style-six .process-box .img {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: rgba(16, 76, 186, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 100px;
  float: left;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block-style-six .process-box .text-wrapper {
  overflow: hidden;
}
.block-style-six .process-box .text-wrapper .sect-title-two {
  margin-bottom: 4px;
}
.block-style-six .process-box:hover .img {
  background: #7c29e9;
}
@media (max-width: 767px) {
  .block-style-six .process-box {
    text-align: center;
  }
  .block-style-six .process-box .img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.block-style-seven .icon-box {
  margin-top: 25px;
  margin-bottom: 3px;
}
.block-style-seven .icon-box span {
  display: inline-block;
  margin-right: 20px;
  background: rgba(145, 59, 255, 0.2);
  width: 68.97px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 5px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.block-style-seven .icon-box span:hover {
  background: #7c29e9;
}
@media (max-width: 1200px) {
  .block-style-seven .icon-box span {
    width: 54px;
    height: 65px;
    line-height: 65px;
    margin-right: 10px;
  }
}

.block-style-eight .block-list li {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 400;
  padding-bottom: 26px;
  padding-left: 48px;
}
.block-style-eight .block-list li::before {
  content: "\F272";
  color: white;
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 20px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  height: 30px;
  background: #7c29e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.logo-animated-block {
  position: absolute;
  background: white;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -6px;
  top: -88px;
}
.logo-animated-block .rotate-img {
  animation: rotation infinite 8s linear;
  -webkit-animation: rotation infinite 8s linear;
}
.logo-animated-block .mark-icon {
  position: absolute;
  width: 91px;
  height: 91px;
  border: 1px solid rgba(145, 59, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .logo-animated-block {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .logo-animated-block {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.about-img-wrapper .main-img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .about-img-wrapper .main-img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img-wrapper .main-img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-wrapper .main-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-img-wrapper .main-img {
    width: 100%;
  }
}
.about-img-wrapper .shape-one {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: 15%;
  bottom: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: rotation infinite 42s linear;
  -webkit-animation: rotation infinite 42s linear;
}

.about-img-wrapper-two {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-img-wrapper-two .main-img {
    width: 100%;
  }
}
.about-img-wrapper-two .shape-one {
  position: absolute;
  left: -5.5rem;
  bottom: 4.4rem;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.about-techy-two {
  position: relative;
  z-index: 1;
}
.about-techy-two::before {
  content: "";
  position: absolute;
  width: 490px;
  height: 490px;
  right: 23%;
  top: 16%;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}
.about-techy-two .about-shape {
  position: absolute;
  z-index: -1;
}
.about-techy-two .about-shape.shape-1b {
  right: 5.5%;
  top: 67%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.about-techy-two .about-shape.shape-2b {
  left: 5.5%;
  top: 48%;
  animation: squareMove infinite 25s linear;
  -webkit-animation: squareMove infinite 25s linear;
  z-index: -2;
}
.about-techy-two .about-shape.shape-3b {
  right: 62.2%;
  top: 5%;
  animation: rotation infinite 35s linear;
  -webkit-animation: rotation infinite 35s linear;
}
.about-techy-two .about-shape.shape-4b {
  right: 71%;
  top: 85.5%;
}
@media (max-width: 991px) {
  .about-techy-two .main-img {
    width: 100%;
  }
}

.about-techy {
  position: relative;
  z-index: 1;
}
.about-techy.bg-shape-3c::before {
  content: "";
  position: absolute;
  width: 636px;
  height: 636px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 11%;
  background: #7c29e9;
  opacity: 0.1;
  filter: blur(300px);
  -webkit-filter: blur(300px);
  z-index: -1;
}
.about-techy .about-shape-3c {
  position: absolute;
  z-index: -1;
}
.about-techy .about-shape-3c.shape-1b {
  right: 15.5%;
  top: 67%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.about-techy .about-shape-3c.shape-2b {
  left: 1.5%;
  top: 60%;
  animation: squareMove infinite 25s linear;
  -webkit-animation: squareMove infinite 25s linear;
  z-index: -2;
}
.about-techy .about-shape-3c.shape-3b {
  right: 46.2%;
  top: 22%;
  animation: rotation infinite 35s linear;
  -webkit-animation: rotation infinite 35s linear;
}
.about-techy .about-shape-3c.shape-4b {
  right: 44.1%;
  top: 75.5%;
}
.about-techy .about-shape-3c.shape-5b {
  right: 11%;
  top: 14%;
}

@media (max-width: 1600px) {
  .about-img-wrapper-three .main-img {
    width: 100%;
  }
}

.about-techy-4d {
  position: relative;
  z-index: 1;
}
.about-techy-4d .about-shape-4d {
  position: absolute;
  z-index: -1;
}
.about-techy-4d .about-shape-4d.shape-1b {
  right: 14.5%;
  top: 68%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.about-techy-4d .about-shape-4d.shape-2b {
  left: 1.5%;
  top: 60%;
  animation: squareMove infinite 25s linear;
  -webkit-animation: squareMove infinite 25s linear;
  z-index: -2;
}
.about-techy-4d .about-shape-4d.shape-3b {
  right: 46.2%;
  top: 22%;
  animation: rotation infinite 35s linear;
  -webkit-animation: rotation infinite 35s linear;
}
.about-techy-4d .about-shape-4d.shape-4b {
  right: 44.1%;
  top: 75.5%;
}
.about-techy-4d .about-shape-4d.shape-5b {
  right: 11%;
  top: 13%;
}

.about-img-wrapper-four .main-img {
  transform: translateY(-63px);
}
@media (max-width: 1200px) {
  .about-img-wrapper-four .main-img {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .about-img-wrapper-four .main-img {
    width: 100%;
  }
}
.about-img-wrapper-four .main-img-two {
  position: absolute;
  right: 45px;
  top: 31%;
  z-index: 1;
}
.about-img-wrapper-four .shape-one {
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 15px;
}

.feature-work {
  background: linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0) 100%
  );
}

.feature-style-one {
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 60px 30px 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-one::after {
  content: " ";
  position: absolute;
  background: #7c29e9;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-one .top-arrow {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-one .top-arrow:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.feature-style-one .front-icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.feature-style-one .back-icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: none;
}
.feature-style-one h2 {
  color: white;
  font-size: 32px;
  margin: 32px 0 22px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-style-one h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-style-one h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-style-one h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feature-style-one h2 {
    font-size: 18px;
  }
}
.feature-style-one p {
  margin-bottom: 21px;
}
.feature-style-one a {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-one a:hover {
  border-bottom: 1px solid white;
}
.feature-style-one:hover {
  border-color: #7c29e9;
}
.feature-style-one:hover::after {
  height: 100%;
}
.feature-style-one:hover .front-icon {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.feature-style-one:hover .back-icon {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-style-one {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .feature-style-one {
    padding: 30px 15px 30px;
  }
}

.feature-style-two {
  background: rgba(16, 76, 186, 0.05);
  padding: 40px 31px 35px;
}
.feature-style-two .icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 62px;
}
.feature-style-two .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  background: #7c29e9;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-two h3 {
  color: white;
  font-size: 32px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-style-two h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-style-two h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-style-two h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feature-style-two h3 {
    font-size: 20px;
  }
}
.feature-style-two h3 a:hover {
  color: #7c29e9;
  border-bottom: 1px solid #7c29e9;
}
.feature-style-two:hover .icon {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.feature-style-two:hover .icon::before {
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-style-two {
    padding: 40px 20px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-style-two {
    padding: 40px 20px 35px;
  }
  .feature-style-two .icon {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .feature-style-two {
    padding: 40px 20px 35px;
  }
  .feature-style-two .icon {
    margin-bottom: 40px;
  }
}

.feature-two {
  position: relative;
  z-index: 1;
}
.feature-two .shape-one {
  position: absolute;
  z-index: -1;
  right: 16%;
  bottom: 45px;
  animation: float-bob infinite 8s alternate;
  -webkit-animation: float-bob infinite 8s alternate;
}

.feature-style-three {
  background: linear-gradient(
    to bottom,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -ms-linear-gradient(
    to bottom,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  padding: 40px 43px;
  border-radius: 25px;
}
.feature-style-three .icon {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  border-radius: 15px;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.feature-style-three .sect-title-two {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 26px;
}
.feature-style-three .sect-title-two:hover {
  color: #7c29e9;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-style-three {
    padding: 40px 13px;
  }
}
@media (max-width: 767px) {
  .feature-style-three {
    padding: 40px 15px;
  }
}

.feature-style-four {
  background: linear-gradient(
    180deg,
    rgba(145, 59, 255, 0.1) 0%,
    rgba(145, 59, 255, 0.01) 100%
  );
  padding: 40px 36px 35px 30px;
  position: relative;
  z-index: 1;
}
.feature-style-four::after {
  content: " ";
  position: absolute;
  background: #7c29e9;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-four .shape-over {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-four img {
  margin-bottom: 22px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.feature-style-four .sect-title-two:hover {
  color: white;
  text-decoration: underline;
}
.feature-style-four p {
  margin-top: 23px;
}
.feature-style-four:hover .shape-over {
  width: 29%;
}
.feature-style-four:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.feature-style-four:hover::after {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-style-four {
    padding: 40px 15px 35px 20px;
  }
}
@media (max-width: 767px) {
  .feature-style-four {
    padding: 40px 15px 35px 15px;
  }
}

.feature-style-five {
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(145, 59, 255, 0.1) 0%,
    rgba(145, 59, 255, 0) 100%
  );
  padding: 40px 33px;
  position: relative;
  z-index: 3;
}
.feature-style-five::before {
  content: "";
  position: absolute;
  background: url(../img/shape/topograph-1c.svg) no-repeat;
  width: 100%;
  height: 0px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-style-five .icon {
  display: inline-block;
  width: 86px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  position: relative;
  z-index: 1;
  background-color: #040a27;
}
.feature-style-five .sect-title-two:hover {
  color: #7c29e9;
  text-decoration: underline;
}
.feature-style-five:hover {
  background: linear-gradient(
    180deg,
    rgba(145, 59, 255, 0.2) 0%,
    rgba(145, 59, 255, 0.5) 100%
  );
}
.feature-style-five:hover::before {
  height: 100%;
}
.feature-style-five:hover .icon {
  background: rgba(16, 76, 186, 0.5);
}
@media (max-width: 1200px) {
  .feature-style-five {
    padding: 40px 15px;
  }
}

@media (max-width: 1600px) {
  .feature-img-wrapper img {
    width: 100%;
  }
}

.slick-nav {
  position: relative;
  z-index: 1;
}
.slick-nav .prev_b1.slick-arrow,
.slick-nav .next_b1.slick-arrow,
.slick-nav .prev_f1.slick-arrow,
.slick-nav .next_f1.slick-arrow,
.slick-nav .prev_v1.slick-arrow,
.slick-nav .next_v1.slick-arrow,
.slick-nav .prev_p1.slick-arrow,
.slick-nav .next_p1.slick-arrow {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 56px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-nav .prev_b1.slick-arrow::before,
.slick-nav .next_b1.slick-arrow::before,
.slick-nav .prev_f1.slick-arrow::before,
.slick-nav .next_f1.slick-arrow::before,
.slick-nav .prev_v1.slick-arrow::before,
.slick-nav .next_v1.slick-arrow::before,
.slick-nav .prev_p1.slick-arrow::before,
.slick-nav .next_p1.slick-arrow::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-nav .prev_b1.slick-arrow:hover,
.slick-nav .next_b1.slick-arrow:hover,
.slick-nav .prev_f1.slick-arrow:hover,
.slick-nav .next_f1.slick-arrow:hover,
.slick-nav .prev_v1.slick-arrow:hover,
.slick-nav .next_v1.slick-arrow:hover,
.slick-nav .prev_p1.slick-arrow:hover,
.slick-nav .next_p1.slick-arrow:hover {
  color: white;
  background: #7c29e9;
}

ul.slick-dots {
  text-align: center;
  padding-top: 60px;
}
ul.slick-dots li {
  text-indent: -100000px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
}
ul.slick-dots li.slick-active {
  background: #7c29e9;
}

.feature-slider-one {
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .feature-slider-one {
    padding-right: 0;
  }
}
.feature-slider-one .slick-slider {
  margin: 0 -20px;
}
.feature-slider-one .slick-slider .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1599.98px) {
  .feature-slider-one .slick-slider {
    margin: 0 0;
  }
  .feature-slider-one .slick-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.feature-slider-one .custom-container {
  max-width: 1545px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 1199.98px) {
  .feature-slider-one .custom-container {
    margin: 0 auto;
  }
}
.feature-slider-one .feature-item {
  position: relative;
  z-index: 1;
}
.feature-slider-one .feature-item .back-bg {
  display: block;
  position: relative;
  z-index: 1;
}
.feature-slider-one .feature-item .back-bg::before {
  content: "";
  position: absolute;
  border: 2px solid;
  background: transparent;
  border-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 1 1
    0;
  border-image: -moz-linear-gradient(
      to bottom,
      white,
      rgba(255, 255, 255, 0.02)
    )
    1 1 0;
  border-image: -webkit-linear-gradient(
      to bottom,
      white,
      rgba(255, 255, 255, 0.02)
    )
    1 1 0;
  border-image: -o-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02))
    1 1 0;
  border-image: -ms-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02))
    1 1 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.feature-slider-one .feature-item img {
  padding-top: 30px;
  padding-left: 30px;
}
.feature-slider-one .feature-item h5 {
  margin-bottom: 15px;
  margin-top: 36px;
}
.feature-slider-one .feature-item h5 a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 25px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-slider-one .feature-item h5 a:hover {
  color: #7c29e9;
  border-bottom: 2px solid #7c29e9;
}
.feature-slider-one .feature-item h3 {
  color: white;
  font-size: 32px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-slider-one .feature-item h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-slider-one .feature-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feature-slider-one .feature-item h3 {
    font-size: 20px;
  }
}
.feature-slider-one .feature-item:hover .back-bg::before {
  background: #7c29e9;
  border-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02)) 0 0
    0;
  border-image: -moz-linear-gradient(
      to bottom,
      white,
      rgba(255, 255, 255, 0.02)
    )
    0 0 0;
  border-image: -webkit-linear-gradient(
      to bottom,
      white,
      rgba(255, 255, 255, 0.02)
    )
    0 0 0;
  border-image: -o-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02))
    0 0 0;
  border-image: -ms-linear-gradient(to bottom, white, rgba(255, 255, 255, 0.02))
    0 0 0;
}

.client-feedback {
  position: relative;
  z-index: 1;
}
.client-feedback::before {
  content: "";
  position: absolute;
  width: 481px;
  height: 481px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  -webkit-filter: blur(300px);
  -moz-filter: blur(300px);
  -o-filter: blur(300px);
  -ms-filter: blur(300px);
}

.feedback-style-one {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 55px;
  padding-left: 60px;
  padding-right: 60px;
}
.feedback-style-one .rating {
  color: #f2c94c;
  font-size: 20px;
}
.feedback-style-one p {
  color: white;
  font-size: 32px;
  line-height: 1.4;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feedback-style-one p {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-style-one p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-style-one p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feedback-style-one p {
    font-size: 17px;
  }
}
.feedback-style-one .author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}
.feedback-style-one .author .author-info {
  text-align: left;
}
.feedback-style-one .author .author-info h3 {
  color: white;
  font-size: 30px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 400;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feedback-style-one .author .author-info h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-style-one .author .author-info h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-style-one .author .author-info h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feedback-style-one .author .author-info h3 {
    font-size: 18px;
  }
}
.feedback-style-one .author .author-info h5 {
  color: white;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 400;
}
@media (max-width: 767px) {
  .feedback-style-one .author .author-info h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-style-one {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .feedback-style-one {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.feedback-bg {
  position: relative;
  z-index: 1;
}
.feedback-bg::before {
  content: "";
  position: absolute;
  width: 507px;
  height: 507px;
  right: 46.09%;
  top: 13%;
  background: #7c29e9;
  opacity: 0.15;
  filter: blur(300px);
  z-index: -1;
}

.feedback-style-two {
  margin-left: 22.5px;
  margin-right: 22.5px;
  padding: 40px;
  background: rgba(16, 76, 186, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.feedback-style-two h4 {
  color: white;
  font-size: 24px;
}
.feedback-style-two .author img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-right: 20px;
}
@media (max-width: 1600px) {
  .feedback-style-two {
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 20px;
  }
  .feedback-style-two h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feedback-style-two p {
    font-size: 16px;
  }
}

.rating a {
  color: #f2c94c;
  font-size: 20px;
}
.rating span {
  color: white;
  font-size: 18px;
}

.feedback-style-three {
  margin-left: 22.5px;
  margin-right: 22.5px;
  padding: 44px 35px 25px 35px;
  border-radius: 0;
  background: rgba(16, 76, 186, 0.1);
}
.feedback-style-three img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
}
.feedback-style-three p {
  margin-bottom: 15px;
}
.feedback-style-three h4 {
  color: white;
  font-size: 24px;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .feedback-style-three {
    margin-left: 15px;
    margin-right: 15px;
    padding: 44px 15px 25px 15px;
  }
}

.custom-contianer-one {
  max-width: 1440px;
  padding: 102px 0 66px 0;
}

.counter-style-one {
  text-align: center;
}
.counter-style-one h3 {
  color: white;
  font-size: 48px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.counter-style-one h3::before {
  content: " ";
  position: absolute;
  background: #040a27;
  width: 50px;
  height: 3px;
  top: 128%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-style-one h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-style-one h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .counter-style-one h3 {
    font-size: 32px;
  }
}
.counter-style-one h4 {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
}

.count-list {
  padding-left: 15px;
}
.count-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 45px;
}
.count-list li:last-child {
  border: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .count-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .count-list {
    display: block;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
}

.counter-style-two h3 {
  color: white;
  font-size: 48px;
  font-weight: 700;
  font-family: "ClashDisplay-Bold";
  margin-right: 28px;
}
.counter-style-two p {
  line-height: 1.2;
  width: 140px;
}
@media (max-width: 1200px) {
  .counter-style-two {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .counter-style-two h3 {
    font-size: 32px;
  }
  .counter-style-two p {
    width: 100%;
    margin-top: 15px;
  }
}

.blog-area {
  background: linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0) 100%
  );
}
.blog-area .slick-slider {
  margin: 0 -15px;
}
.blog-area .slick-slider .slick-slide .blog-style-one {
  margin-right: 15px;
  margin-left: 15px;
}

.blog-style-one {
  position: relative;
  z-index: 1;
}
.blog-style-one::before {
  content: "";
  position: absolute;
  background: #7c29e9;
  width: 0;
  height: 100%;
  left: auto;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-style-one .blog-content {
  padding: 30px 30px 20px 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-style-one .blog-content {
    padding: 30px 10px 10px 10px;
  }
}
.blog-style-one .tag {
  color: white;
  font-size: 14px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
  line-height: 1;
  background: #eb5757;
  padding: 16px 18px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
}
.blog-style-one .tag-02 {
  background: #f2994a;
}
.blog-style-one .tag-03 {
  background: #27ae60;
}
.blog-style-one p {
  display: inline-block;
  margin-bottom: 15px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-style-one .blog-meta {
  color: white;
  font-size: 16px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  text-transform: uppercase;
}
.blog-style-one .blog-meta a:first-child {
  margin-right: 20px;
}
.blog-style-one .blog-meta i {
  margin-right: 3px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-style-one .blog-meta {
    font-size: 14px;
  }
}
.blog-style-one:hover::before {
  right: 0;
  width: 100%;
}
.blog-style-one:hover .blog-title {
  text-decoration: underline;
}
.blog-style-one:hover p {
  display: inline-block;
}
@media (max-width: 400px) {
  .blog-style-one:hover p {
    display: none;
  }
}

.blog-style-two {
  position: relative;
  z-index: 1;
}
.blog-style-two .blog-tag {
  color: white;
  font-size: 16px;
}
.blog-style-two .blog-title {
  color: white;
  margin-bottom: 20px;
}
.blog-style-two .blog-title:hover {
  text-decoration: underline;
}
.blog-style-two .blog-meta {
  color: white;
  font-size: 16px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  text-transform: uppercase;
}
.blog-style-two .blog-meta i {
  margin-right: 2px;
}
.blog-style-two .blog-content {
  background: linear-gradient(180deg, #083da1 0%, rgba(16, 76, 186, 0) 100%);
  backdrop-filter: blur(20px);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 25px;
  margin: 20px;
}
.blog-style-two .blog-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .blog-style-two .blog-content {
    padding: 25px 15px;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .blog-style-two .blog-content {
    padding: 25px 15px 10px 15px;
  }
}
.blog-style-two:hover .blog-content::before {
  background: #7c29e9;
  height: 100%;
}
@media (max-width: 767px) {
  .blog-style-two .blog-meta {
    font-size: 14px;
  }
}

.blog-style-two.style-three .blog-content {
  margin: 0;
  margin-right: 40px;
  bottom: -20px;
}
.blog-style-two.style-three .blog-content::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 1px;
  height: 100%;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
@media (max-width: 1599.98px) {
  .blog-style-two.style-three .blog-content {
    margin-right: 15px;
  }
}
.blog-style-two.style-three:hover .blog-content::before {
  background: #7c29e9;
  height: 100%;
}
.blog-style-two.style-three:hover .blog-content::after {
  background: #7c29e9;
  width: 100%;
}

.style-four .blog-title {
  font-size: 32px;
}
.style-four .blog-title:hover {
  color: white;
  text-decoration: underline;
}
.style-four p {
  color: white;
  margin-top: 20px;
  margin-bottom: 12px;
}
.style-four .more-btn {
  color: white;
  font-size: 17px;
  font-family: "ClashDisplay-Bold";
  font-weight: 700;
  text-decoration: underline;
}
.style-four .blog-content {
  padding: 40px;
  left: 0;
  right: 0;
  margin: 0;
  margin: 0 30px;
  bottom: -50%;
  background: linear-gradient(180deg, #083da1 0%, rgba(16, 76, 186, 0) 100%);
  backdrop-filter: blur(42px);
}
.style-four .blog-content::before {
  height: 0;
}
@media (max-width: 1599px) {
  .style-four .blog-content {
    padding: 20px 15px;
    margin: 0 10px;
  }
}
@media (max-width: 1199.98px) {
  .style-four .blog-content {
    position: relative;
    bottom: 0;
    margin: 0 0;
  }
}
.style-four:hover .blog-content::before {
  background: #7c29e9;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .style-four .blog-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .style-four .blog-title {
    font-size: 20px;
  }
}

.blog-style-five .blog-tag {
  color: white;
  font-size: 16px;
}
.blog-style-five .blog-meta {
  color: white;
  font-size: 16px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  text-transform: uppercase;
}
.blog-style-five .blog-meta i {
  margin-right: 2px;
}
.blog-style-five .blog-title {
  font-size: 46px;
  line-height: 1.25;
}
.blog-style-five .blog-title:hover {
  color: white;
  text-decoration: underline;
}
@media (max-width: 1599.98px) {
  .blog-style-five .blog-title {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  .blog-style-five .blog-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .blog-style-five .blog-title {
    font-size: 24px;
  }
}

.author-blockquote {
  padding: 42px 40px 65px 40px;
  position: relative;
  z-index: 1;
}
.author-blockquote::before {
  content: " ";
  background: url(../img/icon/icon-45.svg) no-repeat;
  width: 53px;
  height: 40px;
  opacity: 0.3;
  position: absolute;
  left: 2.5rem;
  bottom: 1.6rem;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.author-blockquote .blockquote-footer {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid white;
  display: inline-block;
  margin-bottom: 25px;
}
.author-blockquote .blockquote-footer::before {
  display: none;
}
.author-blockquote .blockquote p {
  color: white;
}
@media (max-width: 767px) {
  .author-blockquote {
    padding: 42px 15px 65px 15px;
  }
}

.media-tag a {
  color: white;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  margin: 10px 5px;
}
.media-tag a:hover {
  color: #7c29e9;
  background: white;
}

.blog-single-content .text-list li {
  font-size: 24px;
  font-weight: 500;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  padding-left: 20px;
  padding-bottom: 25px;
}
.blog-single-content .text-list li::before {
  content: "";
  background: white;
  width: 5px;
  height: 5px;
  top: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .blog-single-content .text-list li {
    font-size: 20px;
  }
}

.author-profile {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 0px 10px 30px;
}
@media (max-width: 1199.98px) {
  .author-profile {
    padding-left: 10px;
  }
}

.blog-author .author-avatar {
  display: inline-block;
}
.blog-author .author-avatar img {
  border-radius: 50%;
}
.blog-author .author-info .author-name {
  color: white;
  font-size: 40px;
  margin-bottom: 18px;
}
@media (max-width: 1599.98px) {
  .blog-author .author-info .author-name {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .blog-author .author-info .author-name {
    font-size: 20px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: -15px;
}
.comment-box .comment-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .comment-content {
  overflow: hidden;
  margin-top: 15px;
}
.comment-box .comment-content p {
  color: white;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}
.comment-box .reply {
  color: white;
  font-size: 14px;
  border: 1px solid #f3f3f3;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 400;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 767px) {
  .comment-box .reply {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .reply:hover {
  color: white;
  background: #7c29e9;
}

.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.techy-newsletter {
  position: relative;
  z-index: 1;
}
.techy-newsletter::before {
  content: " ";
  position: absolute;
  width: 632px;
  height: 211px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 22%;
  background: #083da1;
  opacity: 0.2;
  filter: blur(100px);
  z-index: 1;
  -webkit-filter: blur(100px);
  -moz-filter: blur(100px);
  -o-filter: blur(100px);
  -ms-filter: blur(100px);
}
.techy-newsletter .borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-bg-two {
  background: linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(16, 76, 186, 0.1) 0%,
    rgba(16, 76, 186, 0.01) 100%
  );
  position: relative;
  z-index: 1;
}
.service-bg-two::before {
  content: "";
  position: absolute;
  width: 753px;
  height: 753px;
  right: 5.4%;
  top: 80px;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}

.service-bg-three {
  position: relative;
  z-index: 1;
}
.service-bg-three::before {
  content: "";
  position: absolute;
  width: 753px;
  height: 753px;
  right: 44.4%;
  top: 80px;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}
.service-bg-three .service-shape-3c {
  position: absolute;
  z-index: -1;
  top: 26%;
  right: 0;
  animation: float-bob infinite 10s linear;
  -webkit-animation: float-bob infinite 10s linear;
}

.service-details-content-top .sect-title {
  margin-bottom: 17px;
}

.tools-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
}
.tools-list span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 29px;
  margin: 15px 20px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tools-list span:hover {
  background: #7c29e9;
  border-right-color: #7c29e9;
  border-bottom: #7c29e9;
}
@media (max-width: 1199.98px) {
  .tools-list span {
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  .tools-list span {
    padding: 40px 10px;
  }
}
@media (max-width: 374.98px) {
  .tools-list {
    margin-left: 0;
  }
  .tools-list span {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    margin: 15px 0px;
  }
}

.service-video {
  align-items: center;
  justify-content: space-between;
}
.service-video .service-single-video {
  position: relative;
  z-index: 1;
}
.service-video .service-single-video .popup-video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 18px;
  background: white;
  color: #7c29e9;
}
.service-video .service-single-video .popup-video:hover {
  color: white;
  background: #7c29e9;
}

.text-list li {
  color: white;
  padding-left: 45px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.text-list li::before {
  content: "\F272";
  color: white;
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 20px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
  height: 30px;
  background: #7c29e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.latest-case-work {
  position: relative;
  z-index: 1;
}
.latest-case-work .case-shape {
  position: absolute;
  z-index: 1;
}
.latest-case-work .case-shape.shape-1b {
  right: 7.3%;
  top: 80%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.latest-case-work .case-shape.shape-2b {
  left: 7.5%;
  top: 52%;
  animation: float-bob infinite 15s linear;
  -webkit-animation: float-bob infinite 15s linear;
}
.latest-case-work .case-shape.shape-3b {
  right: 60%;
  top: 13%;
  animation: rotation infinite 15s linear;
  -webkit-animation: rotation infinite 15s linear;
}
.latest-case-work .case-shape.shape-4b {
  right: 59.5%;
  top: 87%;
}

.case-item-one {
  margin-right: 22.5px;
  margin-left: 22.5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.case-item-one .case-thumb {
  position: relative;
  z-index: 1;
}
.case-item-one .case-thumb::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(5, 13, 54, 0) 0%,
    rgba(5, 13, 54, 0.9) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(5, 13, 54, 0) 0%,
    rgba(5, 13, 54, 0.9) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(5, 13, 54, 0) 0%,
    rgba(5, 13, 54, 0.9) 100%
  );
  background: -ms-linear-gradient(
    180deg,
    rgba(5, 13, 54, 0) 0%,
    rgba(5, 13, 54, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(5, 13, 54, 0) 0%,
    rgba(5, 13, 54, 0.9) 100%
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case-item-one .case-content {
  padding: 0 36px 30px 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case-item-one .case-content span {
  color: white;
  text-decoration: underline;
}
.case-item-one .case-content .sect-title-two {
  color: white;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.case-item-one .case-content .sect-title-two:hover {
  text-decoration: underline;
}
.case-item-one .case-content p {
  color: white;
  margin-bottom: 20px;
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case-item-one .case-content .case-btn {
  color: #7c29e9;
  font-size: 20px;
  font-weight: 700;
  background: white;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.case-item-one .case-content .case-btn:hover {
  color: white;
  background-color: #7c29e9;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .case-item-one .case-content {
    padding-bottom: 15px;
  }
  .case-item-one .case-content .sect-title-two {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1199.98px) {
  .case-item-one .case-content {
    padding: 0 15px 10px 15px;
  }
  .case-item-one .case-content .sect-title-two {
    font-size: 24px;
    margin-bottom: 0;
  }
  .case-item-one .case-content p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.case-item-one:hover .case-content {
  background: linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #7c29e9 100%);
  bottom: 0;
}
.case-item-one:hover .case-content p,
.case-item-one:hover .case-content .case-btn {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
@media (max-width: 1600px) {
  .case-item-one {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.techy-wrok-process {
  position: relative;
  z-index: 1;
}
.techy-wrok-process::before {
  content: "";
  position: absolute;
  width: 529px;
  height: 529px;
  right: 34.53%;
  top: 29%;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}

.process-img-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .process-img-wrapper img {
    width: 100%;
  }
}
.process-img-wrapper .call-box {
  background: white;
  padding: 83px 26px 35px 26px;
  display: inline-block;
  width: 280px;
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 1;
  animation: float-bob infinite 15s linear;
  -webkit-animation: float-bob infinite 15s linear;
}
.process-img-wrapper .call-box .icon {
  display: inline-block;
  width: 110px;
  height: 110px;
  background: #083da1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 110px;
  position: absolute;
  top: -26%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.process-img-wrapper .call-box .sect-title-two {
  color: #040a27;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .process-img-wrapper .call-box {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    animation: none;
    -webkit-animation: none;
  }
}

.work-bg-three {
  position: relative;
  z-index: 1;
}
.work-bg-three::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 8%;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}
.work-bg-three::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 60%;
  background: #083da1;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}
.work-bg-three .work-shape-c {
  position: absolute;
  z-index: -1;
}
.work-bg-three .work-shape-c.shape-one {
  right: 17.3%;
  top: 59%;
  top: 59%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.work-bg-three .work-shape-c.shape-two {
  right: 78.5%;
  top: 91%;
  animation: float-bob infinite 15s linear;
  -webkit-animation: float-bob infinite 15s linear;
}
.work-bg-three .work-shape-c.shape-three {
  right: 58.4%;
  top: 57%;
  animation: rotation infinite 15s linear;
  -webkit-animation: rotation infinite 15s linear;
}
.work-bg-three .work-shape-c.shape-four {
  right: 24.2%;
  top: 93%;
}

.techy-security {
  position: relative;
  z-index: 1;
}
.techy-security::before {
  content: "";
  position: absolute;
  width: 518px;
  height: 518px;
  right: 49%;
  top: 6%;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}

.techy-project-one .feature-slider-one .feature-item::before {
  height: 75.3%;
}

.portfolio-menu .gf_btn {
  color: white;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  line-height: 16px;
  border: 0;
  padding: 17px 34px;
  margin: 7px;
  position: relative;
  z-index: 1;
}
.portfolio-menu .gf_btn::before {
  content: "";
  position: absolute;
  background: white;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-menu .gf_btn:hover::before,
.portfolio-menu .gf_btn.active::before {
  width: 100%;
  background: #7c29e9;
}
@media (max-width: 767px) {
  .portfolio-menu .gf_btn {
    font-size: 15px;
    padding: 17px 20px;
    margin: 7px 2px;
  }
}

.project-info {
  background: url(../img/work/big-img-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.info-box {
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(42px);
  display: inline-block;
  padding: 40px;
  margin: 20px 50px 20px 0;
}
@media (max-width: 767px) {
  .info-box {
    padding: 40px 15px;
    margin: 20px 0 20px 0;
  }
}

.info-list {
  margin-bottom: 15px;
}
.info-list span {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.info-list h5 {
  color: white;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
}

.latest-case-video .slick-nav {
  position: relative;
  z-index: 2;
}

.video-wrapper {
  background: url(../img/video/video-1b.jpg) no-repeat;
  width: 100%;
  min-height: 650px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 3;
}
.video-wrapper .popup-video {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 66px;
  height: 66px;
  font-size: 20px;
  line-height: 66px;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .video-wrapper {
    min-height: 400px;
  }
}

.techy-video {
  background: url(../img/video/video-2d.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.techy-video::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #040a27 100%);
  background: -webkit-linear-gradient(
    180deg,
    rgba(5, 13, 54, 0) 0%,
    #040a27 100%
  );
  background: -o-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #040a27 100%);
  background: -ms-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #040a27 100%);
  background: -moz-linear-gradient(180deg, rgba(5, 13, 54, 0) 0%, #040a27 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.video-wrapper-two {
  position: relative;
  z-index: 1;
}
.video-wrapper-two h4 {
  color: white;
  font-size: 24px;
}

.techy-team {
  margin-top: -65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .techy-team {
    margin-top: 0;
  }
}
.techy-team .team-shape {
  position: absolute;
  z-index: -1;
}
.techy-team .team-shape.shape-1b {
  right: 5.8%;
  top: 61%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.techy-team .team-shape.shape-2b {
  left: 5.8%;
  top: 49%;
}
.techy-team .team-shape.shape-3b {
  right: 61.5%;
  top: 16%;
  animation: rotation infinite 15s linear;
  -webkit-animation: rotation infinite 15s linear;
}
.techy-team .team-shape.shape-4b {
  right: 71%;
  top: 84.5%;
}
.techy-team .team-shape.shape-5b {
  right: 28.5%;
  top: 27.5%;
}
.techy-team .team-shape.shape-6b {
  top: 22%;
  right: 0;
  animation: float-bob infinite 10s linear;
  -webkit-animation: float-bob infinite 10s linear;
}

.team-style-one {
  position: relative;
  z-index: 3;
}
.team-style-one::before {
  content: "";
  position: absolute;
  background: #7c29e9;
  width: 100%;
  height: 74%;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-one .team-content {
  background: white;
  padding: 25px 0;
  position: relative;
  z-index: 2;
  margin-top: -65px;
}
.team-style-one .team-content p {
  color: #7c29e9;
}
.team-style-one .team-content .sect-title-two {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "ClashDisplay-Bold";
}
.team-style-one .team-content .sect-title-two a {
  color: #040a27;
}
.team-style-one:hover::before {
  height: 100%;
}
@media (max-width: 1600px) {
  .team-style-one img {
    width: 100%;
  }
}

.team-social a {
  color: #7c29e9;
  font-size: 22px;
  line-height: 58px;
  display: inline-block;
  width: 58px;
  height: 58px;
  background: rgba(145, 59, 255, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0 7px;
}
.team-social a:hover {
  color: white;
  background: #7c29e9;
}
@media (max-width: 1200px) {
  .team-social a {
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1600px) {
  .team-social a {
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}

.team-sec-two .team-shape.shape-3b {
  right: 65.5%;
  top: 9%;
}
.team-sec-two .team-shape.shape-5b {
  right: 28.05%;
  top: 19%;
}

.team-style-two .team-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .team-style-two .team-thumb img {
    width: 100%;
  }
}
.team-style-two .team-thumb::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 62%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-two .team-social-two {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-style-two .team-content {
  background: white;
  padding: 23px 0 20px 0;
}
.team-style-two .team-content p {
  color: #7c29e9;
  margin-bottom: 10px;
}
.team-style-two .team-content .sect-title-two a {
  color: #040a27;
  font-weight: 700;
  font-family: "ClashDisplay-Bold";
}
.team-style-two:hover .team-social-two {
  bottom: 20px;
}

.team-social-two a {
  color: #7c29e9;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 42px;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
}
.team-social-two a:hover {
  color: white;
  background: #7c29e9;
}

.team-details-content-top {
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 767.98px) {
  .team-details-content-top {
    padding: 0 0 20px 10px;
  }
}
@media (max-width: 1199.98px) {
  .team-details-content-top .team-img {
    margin-bottom: 40px;
  }
  .team-details-content-top .team-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .team-details-content-top .team-img {
    margin-left: -10px;
  }
}
.team-details-content-top .tools-list span {
  margin: 15px 24px;
}

.team-info .team-title {
  color: white;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .team-info .team-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .team-info .team-title {
    font-size: 24px;
  }
}
.team-info .social-title {
  color: white;
  font-weight: 500;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

}

.team-social-three a {
  border: 0;
  font-size: 20px;
  line-height: 50px;
  background: rgba(145, 59, 255, 0.1);
  border-radius: 50%;
  color: #7c29e9;
  margin-right: 20px;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.team-social-three a:hover {
  color: white;
  background: #7c29e9;
}
@media (max-width: 767px) {
  .team-social-three a {
    margin-right: 10px;
  }
}
.team-social-three.social-style-four a {
  color: white;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 43px;
  margin-bottom: 0;
  margin-right: 10px;
}
.team-social-three.social-style-four a:hover {
  color: #7c29e9;
  background: white;
}
.team-social-three.social-style-five a {
  color: white;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 43px;
  margin-bottom: 0;
  margin-right: 10px;
}
.team-social-three.social-style-five a:hover {
  color: white;
  background: #7c29e9;
}

.info {
  display: flex;
  margin-bottom: 37px;
}
.info .icon {
  color: white;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.info .info-content h5 {
  color: white;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  margin-bottom: 4px;
}
.info .info-content p {
  color: white;
}
.info:hover .icon {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  background: #7c29e9;
}

.sub-form {
  position: relative;
  z-index: 1;
}
.sub-form input {
  border: 0;
  color: #777c90;
  font-size: 17px;
  background: white;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.sub-form input:focus {
  outline: none;
}
.sub-form input::placeholder {
  color: #777c90;
  font-size: 17px;
}
.sub-form input::-webkit-placeholder {
  color: #777c90;
  font-size: 17px;
}
.sub-form input::-moz-placeholder {
  color: #777c90;
  font-size: 17px;
}
.sub-form input::-o-placeholder {
  color: #777c90;
  font-size: 17px;
}
.sub-form input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}
.sub-form button {
  border: 0;
  color: white;
  font-size: 20px;
  background: #7c29e9;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  line-height: 40px;
}
.sub-form button:hover {
  background: #083da1;
}

.contact-form .input-box {
  position: relative;
  z-index: 1;
}
.contact-form .input-box label {
  color: white;
  font-size: 17px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.contact-form .input-box input {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  background: rgba(255, 255, 255, 0.03);
  border: 0;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  line-height: 1;
}
.contact-form .input-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .input-box input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .input-box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .input-box input::-o-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .input-box textarea {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  background: rgba(255, 255, 255, 0.03);
  height: 220px;
  display: block;
  width: 100%;
  border: 0;
  padding: 20px;
  resize: none;
}
.contact-form .input-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .input-box textarea::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .input-box textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .input-box textarea::-o-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .theme_btn {
  border: 0;
}

.contact-map iframe {
  width: 100%;
  min-height: 550px;
}
@media (max-width: 991.98px) {
  .contact-map iframe {
    min-height: 400px;
  }
}

.contact-form-two .widget-form {
  background: transparent;
  padding: 0;
}
.contact-form-two .widget-form textarea {
  height: 150px;
  padding-left: 20px;
  padding-top: 20px;
  width: 100%;
  display: block;
}
.contact-form-two label {
  margin-bottom: 6px;
}
.contact-form-two button.theme_btn {
  border: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 38px;
}

.single-info-box {
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(16, 76, 186, 0.4) 0%,
    rgba(16, 76, 186, 0) 100%
  );
  backdrop-filter: blur(42px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 40px 0 48px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 250px;
}
.single-info-box .icon {
  color: #7c29e9;
  font-size: 35px;
  background: white;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 84px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-info-box span {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  display: block;
  line-height: 30px;
}
.single-info-box:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.single-info-box:hover .icon {
  color: white;
  background: #7c29e9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-info-box span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-info-box span {
    font-size: 18px;
  }
}

/* .form-transparent{
  background-color: rgba(0, 0, 0, 0.7);
} */
.signup-form {
  background: rgba(16, 76, 186, 0.15);
  margin: 0 97px;
  padding: 80px;
}
@media (max-width: 1199.98px) {
  .signup-form {
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .signup-form {
    padding: 30px 15px;
  }
}
.signup-form .widget-form {
  background: transparent;
}
.signup-form .widget-form input {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 92px;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  backdrop-filter: blur(42px);
  border: 0;
}
.signup-form .widget-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.signup-form .widget-form input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.signup-form .widget-form input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.signup-form .widget-form input::-o-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.signup-form .widget-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.signup-form .input-box {
  position: relative;
  z-index: 1;
}
.signup-form .input-box::before {
  content: "\F4E1";
  color: white;
  font-family: "bootstrap-icons";
  position: absolute;
  font-size: 25px;
  left: 15px;
  top: 15px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.signup-form .input-box::after {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 2px;
  height: 40px;
  left: 60px;
  top: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.signup-form .input-box.mail::before {
  content: "\F32F";
}
.signup-form .input-box.phone::before {
  content: "\F5B4";
}
.signup-form .input-box.pass::before {
  content: "\F47A";
}
.signup-form .input-check {
  display: flex;
  align-items: center;
}
.signup-form .input-check input {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
  margin-bottom: 0;
  margin-right: 10px;
}
.signup-form .input-check input[type="checkbox"] {
  background-color: transparent;
}
.signup-form .input-check span {
  color: white;
  font-size: 14px;
}
.signup-form button.theme_btn {
  font-size: 17px;
  width: 100%;
  border: 0;
  text-align: center;
  padding: 22px 0;
}
.signup-form span.divider {
  text-align: center;
  display: block;
  color: white;
  font-size: 17px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.signup-form span.divider::before {
  content: " ";
  position: absolute;
  width: 230px;
  height: 2px;
  left: 0;
  top: 53px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.signup-form span.divider::after {
  content: " ";
  position: absolute;
  width: 230px;
  height: 2px;
  right: 0;
  top: 53px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.signup-form button.signup-btn {
  color: #777c90;
  background: white;
  padding: 15px 0;
}
.signup-form button.signup-btn:hover {
  color: white;
  background: #7c29e9;
}

.techy-price {
  position: relative;
  z-index: 1;
}

.bg-wrapper-one {
  position: relative;
  z-index: 1;
  background: url(../img/bg/price-bg-1c.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 100px 0 58px 0;
}
@media (max-width: 1199.98px) {
  .bg-wrapper-one {
    padding-top: 60px;
    padding-bottom: 15px;
  }
}

.price-tab {
  border: 0;
  background: #083da1;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 0 auto;
  text-align: center;
}
.price-tab .nav-item {
  display: inline-block;
  border: 0;
}
.price-tab .nav-item .nav-link {
  color: white;
  font-size: 16px;
  line-height: 20px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 500;
  padding: 15px 27px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 0;
}
.price-tab .nav-item .nav-link.active {
  background: #7c29e9;
}

.plan {
  padding: 45px 45px;
  background: rgba(16, 76, 186, 0.1);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.plan::before {
  content: "";
  background: url("../img/shape/topograph-2c.svg") no-repeat;
  position: absolute;
  left: 11px;
  right: 0;
  top: 16px;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 0%;
}
.plan__header h3 {
  color: white;
  font-size: 36px;
  font-family: "ClashDisplay-Bold";
  font-weight: 700;
  margin-bottom: 20px;
}
.plan__header p {
  color: white;
  margin-bottom: 24px;
}
.plan__price {
  color: white;
  font-size: 36px;
  font-family: "ClashDisplay-Bold";
  font-weight: 700;
  border-bottom: 1px solid rgba(119, 124, 144, 0.1);
  padding-bottom: 27px;
  margin-bottom: 25px;
}
.plan__price sub {
  font-size: 17px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 400;
}
.plan__body li {
  color: white;
  font-size: 17px;
  padding-left: 35px;
  padding-bottom: 11px;
  position: relative;
  z-index: 1;
}
.plan__body li::before {
  content: "\F272";
  color: #083da1;
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  left: 0;
  top: 2px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 23px;
  height: 23px;
  background: rgba(16, 76, 186, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.plan__footer .price-btn {
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  padding: 16px 0;
  width: 100%;
  background: #7c29e9;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin-top: 26px;
}
.plan:hover {
  background: #083da1;
}
.plan:hover::before {
  height: 100%;
}
.plan:hover .plan__body li::before {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1200px) {
  .plan {
    padding: 45px 25px;
  }
}
@media (max-width: 767.98px) {
  .plan .plan__header h3 {
    font-size: 24px;
  }
  .plan .plan__price {
    font-size: 24px;
  }
}

.price-bg {
  position: relative;
  z-index: 1;
}
.price-bg::before {
  content: " ";
  position: absolute;
  width: 450px;
  height: 450px;
  right: 22.18%;
  left: auto;
  top: 41%;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}
.price-bg::after {
  content: " ";
  position: absolute;
  width: 450px;
  height: 450px;
  right: 59.37%;
  left: auto;
  top: 16%;
  background: #083da1;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}

.call-to-action {
  background: rgba(16, 76, 186, 0.1);
  position: relative;
  z-index: 1;
}
.call-to-action .call-shape {
  position: absolute;
  z-index: -1;
}
.call-to-action .call-shape.shape-one {
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.call-to-action .call-shape.shape-two {
  right: 77%;
  top: 60px;
}
.call-to-action .call-shape.shape-three {
  top: 77%;
  left: 7%;
}
.call-to-action .call-shape.shape-four {
  top: 63%;
  right: 68%;
}
.call-to-action .call-shape.shape-five {
  top: 70%;
  right: 37.5%;
}
.call-to-action .call-shape.shape-six {
  top: 55px;
  right: 19%;
}
.call-to-action .call-shape.shape-seven {
  top: 59%;
  right: 5%;
}

.call-to-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
.call-to-wrapper .title-big {
  color: white;
  font-size: 64px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .call-to-wrapper .title-big {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-to-wrapper .title-big {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-wrapper .title-big {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .call-to-wrapper .title-big {
    font-size: 24px;
  }
}

.widget {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 25px 25px 25px 25px;
}
@media (max-width: 1199.98px) {
  .widget {
    padding: 25px 15px 25px 15px;
  }
}

.service-widget li a {
  color: white;
  font-size: 24px;
  line-height: 30px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-widget li a::before {
  content: "";
  position: absolute;
  background: white;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a::after {
  content: "";
  position: absolute;
  background: white;
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a:hover::before,
.service-widget li a:hover::after {
  width: 52%;
  background: #083da1;
}
@media (max-width: 1200px) {
  .service-widget li a {
    font-size: 18px;
  }
}

.widget-title {
  color: white;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .widget-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .widget-title {
    font-size: 24px;
  }
}

.widget-sub-title2 {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
}

.widget-form {
  padding: 20px 35px;
  /* background: rgba(255, 255, 255, 0.05); */
}
.widget-form p {
  color: white;
}
.widget-form input,
.widget-form textarea {
  background: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: white;
  font-size: 16px;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 10px;
}
.widget-form input:focus,
.widget-form textarea:focus {
  outline: none;
  border-color: #7c29e9;
}
.widget-form input::placeholder,
.widget-form textarea::placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}
.widget-form .widget-btn {
  color: white;
  font-size: 16px;
  line-height: 19px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #083da1;
  width: 100%;
  padding: 21px 0 20px 0;
}
.widget-form .widget-btn:hover {
  background: #7c29e9;
}
@media (max-width: 1200px) {
  .widget-form {
    padding: 10px 15px;
  }
}

.widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.widget-categories ul li a:hover {
  color: #040a27;
  text-decoration: underline;
}

.widget-subscribe .contact-form textarea {
  height: 140px;
  padding-top: 15px;
}
.widget-subscribe .contact-form .form-btn {
  width: 100%;
}

.widget-file-download {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 30px 30px;
}
.widget-file-download button {
  border: 0;
  color: white;
  background: #083da1;
  font-size: 24px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  display: block;
  width: 100%;
  padding: 30px 30px;
  text-align: start;
}
.widget-file-download button i {
  float: right;
}
.widget-file-download button:first-child {
  margin-bottom: 30px;
}
@media (max-width: 1599.98px) {
  .widget-file-download button {
    font-size: 20px;
    padding: 40px 15px 30px;
  }
}
@media (max-width: 767px) {
  .widget-file-download button {
    padding: 30px 15px;
  }
}

.page-navigation .page-link {
  display: inline-block;
  color: white;
  background: transparent;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.page-navigation .page-link i {
  font-size: 24px;
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: white;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: white;
  background: #7c29e9;
  border-color: #7c29e9;
}

.widget-post .blog-post {
  display: flex;
  align-items: center;
}
.widget-post .blog-post img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget-post .post-list {
  padding: 0;
  margin: 0;
}
.widget-post .post-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
}
.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget-post .post-content {
  margin-left: 20px;
}
.widget-post .post-content h6 {
  color: white;
  font-size: 20px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
}
.widget-post .post-content h6 a:hover {
  color: #7c29e9;
}
.widget-post .post-content span {
  color: #7c29e9;
}
@media (max-width: 1599.98px) {
  .widget-post .post-content h6 {
    font-size: 16px;
  }
}

.widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}
.widget-search .subscribe-form input {
  color: white;
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 22px;
  border: 0;
  background: rgba(255, 255, 255, 0.03);
  border-left: 1px solid #ffffff;
}
.widget-search .subscribe-form input::placeholder {
  color: white;
}
.widget-search .subscribe-form input::-moz-placeholder {
  color: white;
}
.widget-search .subscribe-form input::-webkit-placeholder {
  color: white;
}
.widget-search .subscribe-form input::-o-placeholder {
  color: white;
}
.widget-search .subscribe-form .widget-btn {
  border: 0;
  background: #7c29e9;
  width: 54px;
  height: 50px;
  line-height: 50px;
  color: white;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.widget-search .subscribe-form .widget-btn i {
  font-size: 16px;
}

.widget-categories-list ul li:last-child a {
  margin-bottom: 0;
}
.widget-categories-list ul li a {
  color: white;
  width: 100%;
  display: block;
  padding: 20px 20px 19px 20px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 21px;
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  z-index: 1;
}
.widget-categories-list ul li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.widget-categories-list ul li a span {
  color: #7c29e9;
  float: right;
}
.widget-categories-list ul li a:hover::before {
  background: #7c29e9;
  height: 100%;
}
.widget-categories-list ul li a:hover span {
  color: white;
}

.tag-list a {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.03);
  display: inline-block;
  padding: 16px 20px;
  margin: 5px 4px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tag-list a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tag-list a:hover {
  color: white;
}
.tag-list a:hover::before {
  width: 100%;
  background: #7c29e9;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tag-list a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .tag-list a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

.progressbar-content .chart {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.progressbar-content .chart span {
  color: white;
  font-size: 32px;
  font-weight: 600;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .progressbar-content .chart span {
    font-size: 20px;
  }
}

.shopping-cart {
  color: white;
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-right: 30px;
}
.shopping-cart span {
  position: absolute;
  background: #ef6f31;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -12px;
  right: -18px;
  left: auto;
}
.shopping-cart:hover {
  color: white;
}

.sidebar_title h6 {
  color: white;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.categories-accordion .accordion-item {
  background-color: transparent;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: white;
  font-weight: 400;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 8px;
}
.categories-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.categories-accordion .accordion-button::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transition: transform 0.2s ease-in-out;
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: rotate(180deg);
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}
.categories-accordion .accordion-item .accordion-collapse {
  border: 0;
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.categories-accordion .accordion-item .accordion-collapse li {
  padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
  padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
  color: white;
  font-size: 15px;
  line-height: 1;
}

.highlight_content li:first-child {
  margin-bottom: 8px;
}
.highlight_content li a {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

.price_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price_range .filter {
  border: 0;
  background: #7c29e9;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 13px;
}
.price_range label {
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.price_range #amount {
  background: 0;
  color: white !important;
  display: inline-block;
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid white;
  background: #083da1;
  color: white;
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid white;
  top: -4px;
  background: #fff;
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: white;
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: white;
}

.widget_review .form-check .form-check-input {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: white;
  margin-right: 8px;
}
.widget_review .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.widget_review .form-check input[type="checkbox"] {
  color: #fbb807;
}
.widget_review .form-check input {
  color: #fbb807;
}
.widget_review .products_rating a {
  color: #fbb807;
}
.widget_review .products_rating span {
  color: white;
}

.color_picker a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.product-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-wrapper:hover .action-btn {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.action-btn {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.action-btn a {
  color: #161b2d;
  font-size: 15px;
  display: block;
  line-height: 35px;
  background: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  margin-bottom: 5px;
}
.action-btn a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.action-btn a:nth-child(3) {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.action-btn a:nth-child(4) {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.action-btn a:hover {
  color: white;
  background: #7c29e9;
}

.figure-caption {
  padding: 3px 20px 15px 20px;
}
.figure-caption .product-tag {
  color: #083da1;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  border-bottom: 1px solid #083da1;
  display: inline-block;
  margin-bottom: 13px;
}
.figure-caption .semi-title {
  color: #161b2d;
  margin-bottom: 4px;
  display: inline-block;
}
.figure-caption .semi-title:hover {
  color: #7c29e9;
}
.figure-caption .price {
  color: #161b2d;
  font-size: 16px;
  font-weight: 500;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  margin-bottom: 15px;
}
.figure-caption .price .old-price {
  margin-right: 12px;
}
.figure-caption .price .new-price {
  color: rgba(5, 13, 54, 0.5);
}
@media (max-width: 991.98px) {
  .figure-caption .semi-title {
    font-size: 20px;
  }
}

.cart-btn {
  color: white;
  font-size: 16px;
  line-height: 1;
  background: #7c29e9;
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 0;
}
.cart-btn:hover {
  color: white;
  background: #083da1;
}

.sort-item {
  color: white;
  font-size: 16px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

}
.sort-item .sort-btn {
  line-height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 0;
  padding: 16px 25px;
  margin-left: 25px;
}
.sort-item .sort-btn i {
  margin-left: 16px;
}
.sort-item .sort-btn::after {
  display: none;
}
.sort-item .sort-btn:hover {
  background: #7c29e9;
}

.product-img-slider .product-item img {
  display: block;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .product-img-slider .product-item img {
    width: 100%;
  }
}

.product-thumb-slider .product-item {
  margin: 0 5px;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
}
.cart-plus-minus .qtybutton {
  background: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  font-size: 35px;
  color: #111d5e;
  left: 7px;
  top: 13%;
  z-index: 1;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
}

.product-details .product-title {
  color: white;
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details .product-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .product-details .product-title {
    font-size: 24px;
  }
}
.product-details .price-list .old-price {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}
.product-details .price-list .new-price {
  font-size: 24px;
  color: white;
  font-family: "ClashDisplay-Bold";
}
.product-details .add-to-cart {
  color: #7c29e9;
  font-size: 16px;
  line-height: 20px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  background: white;
  padding: 16px 40px;
}
@media (max-width: 767px) {
  .product-details .add-to-cart {
    text-align: center;
    width: 100%;
    padding: 16px 23px;
  }
}
.product-details .cart-btn {
  width: unset;
  padding: 16px 133px;
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .product-details .cart-btn {
    width: 100%;
    padding: 16px 23px;
  }
}

.product-rating a {
  color: #f7c600;
  font-size: 24px;
  margin-right: 5px;
}
.product-rating a:last-child {
  color: white;
}

.color-mode {
  display: flex;
  align-items: center;
}
.color-mode .color-cus {
  background: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.product-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 0;
}
.product-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: white;
  font-size: 17px;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
.product-tab .nav-link.active,
.product-tab .nav-link:hover {
  color: #7c29e9;
  background-color: transparent;
  border-bottom: 2px solid #7c29e9;
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid red;
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
}
.cart-menu-right .close-icon a:hover {
  color: #7c29e9;
}

.cart-style-1 {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 450px;
  height: 100%;
  left: auto;
  right: -450px;
  top: 0;
  background: white;
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
  overflow-y: auto;
}
.cart-style-1 .product {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 25px 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
  margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
  font-weight: 400;
  margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
  color: #7c29e9;
}
.cart-style-1 .product .cart-product-info {
  color: #040a27;
}
.cart-style-1 .product figure {
  margin-bottom: 0;
}
.cart-style-1 .product .product-img {
  display: block;
  width: 132px;
  height: auto;
}
.cart-style-1 .product .remove-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
  color: #040a27;
  font-size: 14px;
  line-height: 1;
}
.cart-style-1 .cart-total {
  display: flex;
  align-items: flex-end;
  color: #040a27;
  text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
  margin-left: auto;
}
.cart-style-1 .cart-action .btn {
  background: #7c29e9;
  border-radius: 0;
  padding: 6px 20px;
  border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
  background: transparent;
  border: 1px solid #7c29e9;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 30px 6px 20px;
  margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
  transform: translateX(10px);
  line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
  color: white;
  background: #7c29e9;
}

.faq-que-list .accordion-item {
  border: 0;
  background-color: transparent;
  margin-bottom: 40px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

  font-weight: 600;
  line-height: 1.875rem;
  border: 0;
  box-shadow: none;
  text-decoration: 1px solid white;
  background-color: #7c29e9;
  border-radius: 0;
  padding: 0;
  padding: 32px 31px 24px 30px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 2px solid white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 15px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\F286";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 20px;
  font-weight: 300;
  color: white;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\F282";
  color: #7c29e9;
}
.faq-que-list .accordion-item .accordion-body {
  background: #7c29e9;
  padding: 0;
  padding: 0 30px 37px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 20px 24px 20px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 24px 15px;
  }
}
.faq-que-list .accordion-item .accordion-body p {
  color: white;
}

.accordion-style-two .accordion-item {
  border: 1px solid #7c29e9;
}
.accordion-style-two .accordion-item .accordion-button {
  background: transparent;
  border: none;
}
.accordion-style-two .accordion-item .accordion-button.collapsed {
  border: 0;
  background: transparent;
}
.accordion-style-two .accordion-item .accordion-body {
  background: transparent;
}

.error-page-bg {
  background: url(../img/shape/spiral-1e.svg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.error-page-bg::before {
  content: "";
  position: absolute;
  width: 566px;
  height: 566px;
  left: auto;
  right: 17.44%;
  top: 5%;
  background: #7c29e9;
  opacity: 0.3;
  filter: blur(300px);
  z-index: -1;
}
.error-page-bg .error-shape {
  position: absolute;
  z-index: -1;
  left: auto;
  right: 42.5%;
  top: 13%;
}
.error-page-bg .error-page-wrapper {
  position: relative;
  z-index: 3;
}

.coming-soon-page {
  position: relative;
  z-index: 1;
}
.coming-soon-page::before {
  content: "";
  position: absolute;
  width: 513px;
  height: 513px;
  left: auto;
  right: 32.65%;
  top: 25%;
  background: #7c29e9;
  opacity: 0.3;
  filter: blur(300px);
  z-index: -1;
}
.coming-soon-page .coming-shape {
  position: absolute;
  z-index: -1;
  top: 25%;
  left: auto;
  right: 28.2%;
}

.coming-page-wrapper .sect-title {
  margin-bottom: 28px;
}
.coming-page-wrapper p {
  margin-bottom: 37px;
}
.coming-page-wrapper h3 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-page-wrapper h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .coming-page-wrapper h3 {
    font-size: 18px;
  }
}

.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area::before {
  content: "";
  position: absolute;
  width: 319px;
  height: 319px;
  left: 409px;
  top: 0;
  background: #7c29e9;
  opacity: 0.2;
  filter: blur(300px);
  z-index: -1;
}
.footer-area .fot-shape-one {
  position: absolute;
  z-index: -2;
  right: 62%;
  top: 40%;
}

.footer__social a {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.footer__social a:hover {
  color: white;
  background-color: #7c29e9;
}
@media (max-width: 767px) {
  .footer__social a {
    margin-left: 0;
    margin: 0 7px;
  }
}

.footer__widget {
  position: relative;
  z-index: 3;
}
.footer__widget .foter-para {
  font-size: 24px;
  color: white;
  /* font-family: "ClashDisplay-Medium"; */
    font-family: "Roboto", sans-serif;

  font-weight: 500;
  margin-bottom: 40px;
  line-height: 2.125rem;
}
@media (max-width: 1199.98px) {
  .footer__widget .foter-para {
    font-size: 20px;
  }
}
.footer__widget .foter-btn {
  color: white;
  font-size: 64px;
  font-family: "ClashDisplay-Bold";
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer__widget .foter-btn {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .footer__widget .foter-btn {
    font-size: 32px;
  }
}
.footer__widget .foter-btn:hover {
  color: #7c29e9;
}
.footer__widget .widget-title {
  color: white;
  font-size: 24px;
  /* font-family: "ClashDisplay-Semibold"; */
    font-family: "Roboto", sans-serif;

}
.footer__widget address {
  color: white;
  font-size: 20px;
  line-height: 34px;
}

.fot-list {
  padding: 0;
  margin: 0;
}
.fot-list a {
  color: white;
  font-size: 17px;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  font-weight: 400;
  display: inline-block;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.fot-list a::before {
  content: "";
  position: absolute;
  background: #7c29e9;
  width: 5px;
  height: 1px;
  left: -20px;
  top: 50%;
  z-index: 1;
  opacity: 0;
}
.fot-list a:hover {
  color: white;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.fot-list a:hover::before {
  opacity: 1;
}

.techy-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright h6 {
  color: white;
  font-size: 16px;
  font-weight: 400;
  /* font-family: "ClashDisplay-Regular"; */
      font-family: "Roboto", sans-serif;

  line-height: 1.5;
  margin-bottom: 10px;
}
.copyright h6 a {
  color: white;
}
.copyright h6 a:hover {
  color: #7c29e9;
}

.theme-footer-two {
  position: relative;
  z-index: 1;
}
.theme-footer-two::before {
  content: "";
  position: absolute;
  width: 291px;
  height: 291px;
  right: 73%;
  top: 30%;
  background: #083da1;
  opacity: 0.3;
  filter: blur(300px);
  z-index: -1;
}
.theme-footer-two::after {
  content: "";
  position: absolute;
  width: 507px;
  height: 507px;
  right: 8%;
  top: 50px;
  background: #7c29e9;
  opacity: 0.15;
  filter: blur(300px);
  z-index: -1;
}
.theme-footer-two .footer-shape {
  position: absolute;
  z-index: -1;
}
.theme-footer-two .footer-shape.shape-1b {
  right: 5.8%;
  top: 61%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.theme-footer-two .footer-shape.shape-2b {
  left: 5.8%;
  top: 67%;
}
.theme-footer-two .footer-shape.shape-3b {
  right: 62.2%;
  top: 4%;
  animation: rotation infinite 15s linear;
  -webkit-animation: rotation infinite 15s linear;
}
.theme-footer-two .footer-shape.shape-4b {
  right: 71.5%;
  top: 89.5%;
}
.theme-footer-two .footer-shape.shape-5b {
  right: 28.5%;
  top: 27.5%;
}
.theme-footer-two .fot-shape-one {
  position: absolute;
  z-index: -2;
  right: auto;
  top: 0;
}
.theme-footer-two .footer__widget iframe {
  width: 100%;
  height: 264px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.theme-footer-two .footer__social {
  margin-top: 27px;
}
.theme-footer-two .footer__social a {
  border: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  margin-right: 35px;
  display: inline-block;
}
.theme-footer-two .footer__social a:hover {
  color: #7c29e9;
}

.copyright-two {
  background: rgba(16, 76, 186, 0.1);
  padding-top: 25px;
  padding-bottom: 8px;
}
.copyright-two .fot-list li {
  margin: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-two .fot-list li {
    margin: 0 12px;
  }
}
.copyright-two .fot-list li a {
  color: white;
  font-size: 17px;
}

.theme-footer-three {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.theme-footer-three::before {
  width: 361px;
  height: 361px;
  right: 63.69%;
  top: 36%;
  opacity: 0.3;
}
.theme-footer-three .footer-shape {
  position: absolute;
  z-index: -1;
}
.theme-footer-three .footer-shape.shape-1b {
  right: 8.28%;
  top: 65%;
  animation: float-bob infinite 35s linear;
  -webkit-animation: float-bob infinite 35s linear;
}
.theme-footer-three .footer-shape.shape-2b {
  left: 9.5%;
  top: 59%;
}
@media (max-width: 1400px) {
  .theme-footer-three .footer-shape.shape-2b {
    display: none;
  }
}
.theme-footer-three .footer-shape.shape-3b {
  right: 59.2%;
  top: 12%;
  animation: rotation infinite 15s linear;
  -webkit-animation: rotation infinite 15s linear;
}
@media (max-width: 1200px) {
  .theme-footer-three .footer-shape.shape-3b {
    display: none;
  }
}
.theme-footer-three .footer-shape.shape-4b {
  right: 69.5%;
  top: 79%;
}
.theme-footer-three .footer-shape.shape-5b {
  right: 22.7%;
  top: 7%;
}
.theme-footer-three .fot-shape-one {
  position: absolute;
  z-index: -2;
  right: auto;
  top: 0;
}
.theme-footer-three .footer__widget .widget-title {
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.theme-footer-three .footer__widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 154%;
  width: 90px;
  border: 2px dashed white;
  border-radius: 2px;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.theme-footer-three .logo-title {
  color: white;
  font-size: 48px;
  font-weight: 700;
  font-family: "ClashDisplay-Bold";
  text-transform: uppercase;
  display: block;
  background: #7c29e9;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  padding: 149px 56px 154px 56px;
  position: absolute;
  top: -145px;
}
@media (max-width: 1600px) {
  .theme-footer-three .logo-title {
    padding: 45px 56px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .theme-footer-three .logo-title {
    font-size: 32px;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    padding: 30px 56px;
    position: relative;
    top: 0;
    text-align: center;
  }
}
.theme-footer-three .fot-list a {
  padding-left: 15px;
}
.theme-footer-three .fot-list a::before {
  display: none;
}
.theme-footer-three .fot-list a::after {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  left: -2px;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme-footer-three .fot-list a:hover {
  color: #7c29e9;
}
.theme-footer-three .sub-form button {
  background: #083da1;
}
.theme-footer-three .sub-form button:hover {
  background: #7c29e9;
}

.copyright-three {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-three .fot-list li {
  margin-right: 30px;
}
.copyright-three .fot-list li:last-child {
  margin-right: 0;
}
.copyright-three .fot-list li a {
  padding-left: 0;
}
.copyright-three .fot-list li a::before {
  display: none;
}
.copyright-three .fot-list li a::after {
  display: none;
}
.copyright-three .footer__social a:hover {
  background-color: #083da1;
}
@media (max-width: 1600px) {
  .copyright-three .fot-list li {
    margin-right: 15px;
  }
}

.insta-feed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}
.insta-feed li {
  flex-basis: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
.insta-feed li img {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  display: block;
  width: 100%;
}

.text-blue {
  color: #2c8fff;
}

/* new styles for  */

.floating-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: linear-gradient(45deg, #64ffda, #4facfe);
  border-radius: 50%;
  opacity: 0.6;
  animation: float 8s infinite ease-in-out;
}

.particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.particle:nth-child(2) {
  top: 40%;
  right: 15%;
  animation-delay: 2s;
}
.particle:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
}
.particle:nth-child(4) {
  top: 60%;
  right: 25%;
  animation-delay: 6s;
}
.particle:nth-child(5) {
  bottom: 20%;
  right: 35%;
  animation-delay: 1s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.content {
  position: relative;
  z-index: 1;
}

.intro-text {
  font-size: 1.2rem;
  color: #cbd5e1;
  max-width: 800px;
  margin: 0 auto 40px;
  animation: fadeInUp 1s ease-out 0.2s both;
}

.client-types {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  /* gap: 20px; */
  margin-bottom: 60px;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.client-card {
  background: rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(100, 255, 218, 0.1);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
}

.client-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(100, 255, 218, 0.1),
    transparent
  );
  transition: left 0.6s ease-in-out;
}

.client-card:hover::before {
  left: 100%;
}

.client-card:hover {
  transform: translateY(-8px);
  border-color: rgba(100, 255, 218, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(100, 255, 218, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.client-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #64ffda, #4facfe);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.client-card:hover .client-icon {
  transform: rotate(5deg) scale(1.1);
}

.client-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 8px;
}

.client-desc {
  color: #94a3b8;
  font-size: 0.95rem;
}

.industries-section {
  animation: fadeInUp 1s ease-out 0.6s both;
}

.industries-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 30px;
  text-align: center;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}

.industry-item {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(100, 255, 218, 0.15);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.industry-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(
    circle,
    rgba(100, 255, 218, 0.1) 0%,
    transparent 70%
  );
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.industry-item:hover::before {
  width: 200px;
  height: 200px;
}

.industry-item:hover {
  transform: translateY(-5px);
  border-color: rgba(100, 255, 218, 0.4);
  box-shadow: 0 10px 30px rgba(100, 255, 218, 0.1);
}

.industry-text {
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: #e2e8f0;
  transition: color 0.3s ease;
}

.industry-item:hover .industry-text {
  color: #64ffda;
}

.closing-text {
  text-align: center;
  font-size: 1.1rem;
  color: #cbd5e1;
  /* max-width: 700px; */
  margin: 0 auto;
  animation: fadeInUp 1s ease-out 0.8s both;
}

.highlight {
  color: #64ffda;
  font-weight: 600;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .widget-form input{
   height: 40px;
  }
  .container {
    padding: 60px 15px;
  }

  .client-types {
    grid-template-columns: 1fr;
  }

  .industries-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@keyframes smoothBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.bounce-image {
  animation: smoothBounce 2.5s ease-in-out infinite;
}

/* the reason our client stay section start */
.features-grid {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  /* gap: 0.5rem; */
  /* margin: 2rem 2rem; */
}

.feature-card {
  background: rgba(30, 41, 59, 0.6);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(71, 85, 105, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #f472b6);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.4);
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(96, 165, 250, 0.3);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.25rem;
  box-shadow: 0 8px 25px -8px rgba(96, 165, 250, 0.3);
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  color: white;
}

.feature-text {
  flex: 1;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 0.5rem;
}

.feature-description {
  color: #cbd5e1;
  line-height: 1.6;
}

.bottom-section {
  margin-top: 3rem;
  text-align: center;
  padding: 2rem;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, 0.2);
}

.bottom-text {
  font-size: 1.1rem;
  color: #e2e8f0;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.highlight {
  font-weight: 600;
  color: #60a5fa;
  text-shadow: 0 0 10px rgba(96, 165, 250, 0.3);
}

@media (max-width: 768px) {
  .container {
    padding: 2rem;
    /* margin: 1rem; */
  }

  .main-title {
    font-size: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

/* Floating elements animation */
.floating-shape {
  position: absolute;
  opacity: 0.05;
  animation: float 6s ease-in-out infinite;
  color: #60a5fa;
}

.shape-1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* client stay reason end */

.innovation-section {
  background-image: url("../img/Core-Capabilities-Snapshot-bg.webp"); /* Replace with your actual path */
  background-size: cover;
  background-position: center;
  position: relative;
  /* min-height: 100vh; */
  color: white;
}

.info-overlay {
  background: rgb(4 10 39 / 50%);
  padding: 2rem;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
  margin-left: 35%;
}

.info-card {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  backdrop-filter: blur(5px);
  border: 1px dashed #1e3799;
  margin-bottom: 15px;
  
  /* Modern hover effect */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 55, 153, 0.1),
    transparent
  );
  transition: left 0.6s ease;
  z-index: 1;
}

.info-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(30, 55, 153, 0.05) 0%,
    rgba(30, 55, 153, 0.15) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.info-card:hover {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  border: 1px dashed #1e3799;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 10px 30px rgba(30, 55, 153, 0.2),
    0 0 0 1px rgba(30, 55, 153, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.info-card:hover::before {
  left: 100%;
}

.info-card:hover::after {
  opacity: 1;
}

.info-card:active {
  transform: translateY(-1px) scale(1.01);
  transition: all 0.1s ease;
}

/* Ensure content stays above pseudo-elements */
.info-card > * {
  position: relative;
  z-index: 2;
}

.info-card i {
  font-size: 1rem;
  flex-shrink: 0;
}

.info-card h3 {
  margin: 0 0 0.5rem 0;
}

.info-card p {
  margin: 0;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .badge {
    position: static;
    margin: auto;
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .cards {
    margin-left: 0;
  }

  .info-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* let's talk section start */

.contact-impact {
  background: linear-gradient(135deg, #000000 0%, #5f4efe 100%);
  color: white;
  padding: 2rem 2rem;
  text-align: center;
  border-radius: 24px;
  max-width: 960px;
  margin: 3rem auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.contact-impact h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.contact-impact p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0.5rem auto;
  line-height: 1.6;
  opacity: 0.95;
}

.contact-impact ul {
  list-style: none;
  padding: 1rem 0;
}

.contact-impact ul li {
  margin: 0.4rem 0;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.cta-buttons button {
  padding: 0.6rem 1.8rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-buttons .start {
  background: white;
  color: #083da1;
}

.cta-buttons .start:hover {
  background: #e2f9e2;
}

.cta-buttons .call {
  background: #000;
  color: white;
  width: 200px;
}

.cta-buttons .call:hover {
  background: #333;
}

.cta-buttons .quote {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.cta-buttons .quote:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .contact-impact h2 {
    font-size: 2rem;
  }

  .cta-buttons button {
    width: 100%;
  }
}
/* let's talk section end */

.split-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.split-left {
  flex: 1;
  /* background-color: #0b2c57;  */
  background: #005c97; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #363795,
    #005c97
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #363795,
    #005c97
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: white;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-left h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.split-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 500px;
}

.split-right {
  flex: 1;
  background: url("../img/contact/split-right-img.webp") no-repeat center
    center/cover;
  min-height: 300px;
}

.split-right-2 {
  flex: 1;
  background: url("../img/webapp/web-app-split.jpg") no-repeat center
    center/cover;
  min-height: 300px;
}

.split-ai-ml {
  flex: 1;
  background: url("../img/ai-ml/split-ai-ml.webp") no-repeat center left/cover;
  min-height: 300px;
}

.digital-split {
  flex: 1;
  background: url("../img/digital/global-reach.webp") no-repeat center
    left/cover;
  min-height: 300px;
}

@media (max-width: 768px) {
  .split-section {
    flex-direction: column;
    min-height: auto;
  }

  .split-left,
  .split-right {
    flex: none;
    width: 100%;
  }

  .split-left {
    padding: 2rem 1rem;
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */

/* Contact us css here */
/* .rotate-horizontal {
       width: 100%;
      height: 100%;
      animation: rotate-globe 20s linear infinite;
      transform-style: preserve-3d;
    }

   @keyframes rotate-globe {
      0% {
        transform: rotateY(0deg);
      }
      100% {
        transform: rotateY(360deg);
      }
    } */

.listing {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.listing-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.listing-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.listing-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(96, 165, 250, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.listing-item:hover::before {
  transform: scaleX(1);
}

.tick-container {
  flex-shrink: 0;
  position: relative;
}

.tick-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.tick-icon::after {
  content: "✓";
  color: white;
  font-size: 1rem;
  font-weight: 700;
}

.listing-item:hover .tick-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(96, 165, 250, 0.4);
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.content p {
  font-size: 1.125rem;
  color: #e2e8f0;
  line-height: 1.7;
  margin: 0;
}

.content strong {
  color: #60a5fa;
  font-weight: 600;
}

.item-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  background: rgba(96, 165, 250, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  /* body {
    padding: 1rem 0.5rem;
  } */

  .container {
    padding: 1rem 1.5rem;
    border-radius: 20px;
  }

  .header h1 {
    font-size: 2.5rem;
  }

  .header p {
    font-size: 1.125rem;
  }

  .listing-item {
    padding: 1.5rem;
    gap: 1rem;
  }

  .content p {
    font-size: 1rem;
  }

  .item-number {
    top: 0.75rem;
    right: 0.75rem;
    width: 22px;
    height: 22px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem 1rem;
  }

  .header {
    margin-bottom: 3rem;
  }

  .header h1 {
    font-size: 2rem;
  }

  .listing {
    gap: 1rem;
  }

  .listing-item {
    padding: 1.25rem;
    gap: 0.875rem;
  }

  .tick-icon {
    width: 28px;
    height: 28px;
  }

  .tick-icon::after {
    font-size: 0.875rem;
  }

  .content p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
}

/* Loading Animation */
.listing-item {
  opacity: 0;
  transform: translateX(-20px);
  animation: slideInLeft 0.6s ease forwards;
}

.listing-item:nth-child(1) {
  animation-delay: 0.1s;
}
.listing-item:nth-child(2) {
  animation-delay: 0.2s;
}
.listing-item:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Glow effect on hover */
.listing-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(96, 165, 250, 0.1),
    rgba(167, 139, 250, 0.1)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.listing-item:hover::after {
  opacity: 1;
}

.service-img {
  border-radius: 15px;
}

/* developing section */

/* .background-grid {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 25% 25%, #1a1a2e 0%, transparent 50%),
                radial-gradient(circle at 75% 75%, #16213e 0%, transparent 50%),
                linear-gradient(0deg, transparent 24%, rgba(255,255,255,0.02) 25%, rgba(255,255,255,0.02) 26%, transparent 27%, transparent 74%, rgba(255,255,255,0.02) 75%, rgba(255,255,255,0.02) 76%, transparent 77%),
                linear-gradient(90deg, transparent 24%, rgba(255,255,255,0.02) 25%, rgba(255,255,255,0.02) 26%, transparent 27%, transparent 74%, rgba(255,255,255,0.02) 75%, rgba(255,255,255,0.02) 76%, transparent 77%);
            background-size: 50px 50px;
            pointer-events: none;
            z-index: 0;
        } */

.serv-sect {
  background-image: url("../img/service/service-bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.services-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-item {
  background: linear-gradient(
    135deg,
    rgba(15, 15, 35, 0.8),
    rgba(25, 25, 45, 0.6)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 212, 255, 0.1),
    transparent
  );
  transition: left 0.6s ease-in-out;
}

.service-item:hover::before {
  left: 100%;
}

.service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 212, 255, 0.05),
    rgba(124, 58, 237, 0.05)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
}

.service-item:hover {
  transform: translateX(20px) scale(1.02);
  border-color: rgba(0, 212, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 212, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.service-item:hover::after {
  opacity: 1;
}

.service-content {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  align-items: start;
  position: relative;
  z-index: 2;
}

.service-icon-wrapper {
  position: relative;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #00d4ff, #7c3aed);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.service-icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: rotate(45deg);
  transition: transform 0.6s ease;
}

.service-item:hover .service-icon {
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
}

.service-item:hover .service-icon::before {
  transform: rotate(45deg) translate(50%, 50%);
}

.service-icon svg {
  width: 36px;
  height: 36px;
  color: white;
  z-index: 1;
  position: relative;
}

.service-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-number {
  font-size: 0.9rem;
  color: #00d4ff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.service-description {
  font-size: 1.1rem;
  color: #b0b0b0;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.service-description strong {
  color: #00d4ff;
  font-weight: 600;
}

.service-tech {
  font-size: 0.95rem;
  color: #808080;
  line-height: 1.6;
  font-style: italic;
  padding-left: 1rem;
  border-left: 2px solid rgba(0, 212, 255, 0.3);
}

.service-arrow {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: all 0.3s ease;
}

.service-item:hover .service-arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.service-arrow svg {
  width: 100%;
  height: 100%;
  color: #00d4ff;
}

/* Responsive Design */
@media (max-width: 968px) {
  .service-content {
    grid-template-columns: 60px 1fr;
    gap: 1.5rem;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon svg {
    width: 28px;
    height: 28px;
  }

  .service-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }

  .section-subtitle {
    font-size: 1.25rem;
  }

  .service-item {
    padding: 2rem;
  }

  .service-content {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .service-icon-wrapper {
    justify-self: center;
  }

  .service-item:hover {
    transform: translateY(-10px) scale(1.02);
  }
}

@media (max-width: 480px) {
  .section {
    padding: 2rem 1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .service-item {
    padding: 1.5rem;
  }

  .service-description {
    font-size: 1rem;
  }
}

/* Stagger animation */
.service-item {
  opacity: 0;
  transform: translateY(40px);
  animation: slideUp 0.8s ease forwards;
}

.service-item:nth-child(1) {
  animation-delay: 0.2s;
}
.service-item:nth-child(2) {
  animation-delay: 0.4s;
}
.service-item:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dash-grid {
  border: 1px dashed #083da1;
  border-radius: 8px;
  padding: 10px;
}

.grad-grid {
  padding: 15px;
  background: #1a2980; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #26d0ce,
    #1a2980
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #26d0ce,
    #1a2980
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.h3-big {
  font-size: 2rem;
}

/* tech section styles */

.tech-universe {
  /* min-height: 100vh; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #000;
  /* background-image: linear-gradient (rgba(0,0,0,0.5)), url('../img/service/galaxy-bg.webp');
            background-size: cover;
            background-repeat: no-repeat; */
}

/* .universe-title {
            position: absolute;
            top: 4rem;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            z-index: 10;
        } */

.main-title {
  /* font-size: 3rem; */
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #00ff87, #60efff, #ff6b9d, #feca57);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: titlePulse 4s ease-in-out infinite;
}

.subtitle {
  font-size: 1.1rem;
  color: #888;
  max-width: 600px;
  line-height: 1.6;
}

@keyframes titlePulse {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.solar-system {
  position: relative;
  width: 800px;
  height: 800px;
  margin: 2rem auto;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit-1 {
  width: 200px;
  height: 200px;
}
.orbit-2 {
  width: 350px;
  height: 350px;
}
.orbit-3 {
  width: 500px;
  height: 500px;
}
.orbit-4 {
  width: 650px;
  height: 650px;
}
.orbit-5 {
  width: 800px;
  height: 800px;
}

.center-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, #ff6b9d, #8b5cf6, #3b82f6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 50px rgba(139, 92, 246, 0.5);
  /* animation: coreRotate 20s linear infinite; */
  z-index: 5;
}

@keyframes coreRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.tech-planet {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.tech-planet:hover {
  transform: scale(1.3);
  z-index: 10;
}

.tech-planet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: inherit;
  filter: blur(10px);
  opacity: 0.7;
  z-index: -1;
}

/* Languages orbit */
.lang-js {
  background: linear-gradient(135deg, #f7df1e, #f0db4f);
  color: #000;
  animation: orbit1 15s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -40px;
}

.lang-python {
  background: linear-gradient(135deg, #3776ab, #ffd343);
  animation: orbit1 15s linear infinite;
  animation-delay: -3s;
  top: 50%;
  left: 50%;
  margin-top: 70px;
  margin-left: 70px;
}

.lang-go {
  background: linear-gradient(135deg, #00add8, #7fd3ed);
  animation: orbit1 15s linear infinite;
  animation-delay: -6s;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: 100px;
}

.lang-node {
  background: linear-gradient(135deg, #339933, #68cc68);
  animation: orbit1 15s linear infinite;
  animation-delay: -9s;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -70px;
}

@keyframes orbit1 {
  from {
    transform: rotate(0deg) translateX(100px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(100px) rotate(-360deg);
  }
}

/* Frontend orbit */
.front-react {
  background: linear-gradient(135deg, #61dafb, #21759b);
  animation: orbit2 20s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -40px;
}

.front-vue {
  background: linear-gradient(135deg, #4fc08d, #34495e);
  animation: orbit2 20s linear infinite;
  animation-delay: -5s;
  top: 50%;
  left: 50%;
  margin-top: 120px;
  margin-left: 120px;
}

.front-angular {
  background: linear-gradient(135deg, #dd0031, #c3002f);
  animation: orbit2 20s linear infinite;
  animation-delay: -10s;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: 175px;
}

.front-next {
  background: linear-gradient(135deg, #000000, #333333);
  animation: orbit2 20s linear infinite;
  animation-delay: -15s;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
}

@keyframes orbit2 {
  from {
    transform: rotate(0deg) translateX(175px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(175px) rotate(-360deg);
  }
}

/* Database orbit */
.db-postgres {
  background: linear-gradient(135deg, #336791, #4e73b8);
  animation: orbit3 25s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -40px;
}

.db-mongo {
  background: linear-gradient(135deg, #47a248, #4db33d);
  animation: orbit3 25s linear infinite;
  animation-delay: -6.25s;
  top: 50%;
  left: 50%;
  margin-top: 180px;
  margin-left: 180px;
}

.db-redis {
  background: linear-gradient(135deg, #dc382d, #b32821);
  animation: orbit3 25s linear infinite;
  animation-delay: -12.5s;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: 250px;
}

.db-firebase {
  background: linear-gradient(135deg, #ffca28, #ffa000);
  color: #000;
  animation: orbit3 25s linear infinite;
  animation-delay: -18.75s;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -180px;
}

@keyframes orbit3 {
  from {
    transform: rotate(0deg) translateX(250px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(250px) rotate(-360deg);
  }
}

/* Cloud orbit */
.cloud-aws {
  background: linear-gradient(135deg, #ff9900, #ff6600);
  animation: orbit4 30s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -325px;
  margin-left: -40px;
}

.cloud-gcp {
  background: linear-gradient(135deg, #4285f4, #34a853);
  animation: orbit4 30s linear infinite;
  animation-delay: -10s;
  top: 50%;
  left: 50%;
  margin-top: 230px;
  margin-left: 230px;
}

.cloud-do {
  background: linear-gradient(135deg, #0080ff, #0066cc);
  animation: orbit4 30s linear infinite;
  animation-delay: -20s;
  top: 50%;
  left: 50%;
  margin-top: -230px;
  margin-left: -230px;
}

@keyframes orbit4 {
  from {
    transform: rotate(0deg) translateX(325px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(325px) rotate(-360deg);
  }
}

/* API orbit */
.api-rest {
  background: linear-gradient(135deg, #00d4aa, #00b894);
  animation: orbit5 35s linear infinite;
  top: 50%;
  left: 50%;
  margin-top: -400px;
  margin-left: -40px;
}

.api-graphql {
  background: linear-gradient(135deg, #e10098, #c73084);
  animation: orbit5 35s linear infinite;
  animation-delay: -17.5s;
  top: 50%;
  left: 50%;
  margin-top: 280px;
  margin-left: 280px;
}

@keyframes orbit5 {
  from {
    transform: rotate(0deg) translateX(400px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(400px) rotate(-360deg);
  }
}

/* .closing-text {
            position: absolute;
            bottom: 4rem;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(20, 20, 20, 0.8));
            padding: 2rem 3rem;
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
        } */

.planet-tooltip {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  color: #fff;
}

.tech-planet:hover .planet-tooltip {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .solar-system {
    width: 600px;
    height: 600px;
  }

  .orbit-1 {
    width: 150px;
    height: 150px;
  }
  .orbit-2 {
    width: 250px;
    height: 250px;
  }
  .orbit-3 {
    width: 350px;
    height: 350px;
  }
  .orbit-4 {
    width: 450px;
    height: 450px;
  }
  .orbit-5 {
    width: 600px;
    height: 600px;
  }

  .center-core {
    width: 100px;
    height: 100px;
  }
  .tech-planet {
    width: 60px;
    height: 60px;
    font-size: 0.7rem;
  }

  @keyframes orbit1 {
    from {
      transform: rotate(0deg) translateX(75px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translateX(75px) rotate(-360deg);
    }
  }

  @keyframes orbit2 {
    from {
      transform: rotate(0deg) translateX(125px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translateX(125px) rotate(-360deg);
    }
  }

  @keyframes orbit3 {
    from {
      transform: rotate(0deg) translateX(175px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translateX(175px) rotate(-360deg);
    }
  }

  @keyframes orbit4 {
    from {
      transform: rotate(0deg) translateX(225px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translateX(225px) rotate(-360deg);
    }
  }

  @keyframes orbit5 {
    from {
      transform: rotate(0deg) translateX(300px) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translateX(300px) rotate(-360deg);
    }
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .solar-system {
    width: 400px;
    height: 400px;
  }
  .closing-text {
    font-size: 1.2rem;
    padding: 1.5rem 2rem;
  }
}

.italic-text {
  font-style: italic;
  color: #f0db4f;
}

.sec-tkwbf {
  background-image: url("../img/about/aboutus-bg-01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.glassy-blur {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
  border-radius: 16px;
  backdrop-filter: blur(12px); /* 🔥 Blur the background */
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Optional frosted border */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); /* Soft shadow */
  padding: 1.2rem;
  color: #fff;
  transition: all 0.3s ease;
  transform: scale(1);
  cursor: pointer;
}

.glassy-blur:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.with-tick::before {
  content: "✔";
  color: #22c55e; /* green tick */
  font-weight: bold;
  margin-right: 8px;
  font-size: 1.1em;
}

.aboutt-stands-section {
  background: linear-gradient(
    135deg,
    #0f0f23 0%,
    #1a1a2e 25%,
    #16213e 50%,
    #0f3460 75%,
    #1e3a8a 100%
  );
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
}

/* Animated background elements */
.aboutt-stands-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(59, 130, 246, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(147, 51, 234, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 40% 80%,
      rgba(16, 185, 129, 0.1) 0%,
      transparent 50%
    );
  animation: backgroundShift 20s ease-in-out infinite;
}

@keyframes backgroundShift {
  0%,
  100% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(-20px) translateY(-10px);
  }
  50% {
    transform: translateX(20px) translateY(10px);
  }
  75% {
    transform: translateX(-10px) translateY(20px);
  }
}

.abt-subtitle {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: #cbd5e1;
  /* margin-bottom: 1.5rem; */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  animation: subtitleSlideIn 1s ease-out 0.2s both;
}

@keyframes subtitleSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.highlight-card {
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.9) 0%,
    rgba(59, 130, 246, 0.9) 50%,
    rgba(147, 51, 234, 0.9) 100%
  );
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem 2rem;
  margin: 3rem 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  animation: cardSlideIn 1s ease-out 0.6s both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 70px -12px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.highlight-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.highlight-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.highlight-description {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.cta-text {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: #60a5fa;
  font-weight: 600;
  margin-top: 2rem;
  animation: ctaSlideIn 1s ease-out 0.8s both;
  transition: color 0.3s ease;
}

.cta-text:hover {
  color: #93c5fd;
}

@keyframes ctaSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* stack-speed-content web app */

.tech-categories {
  animation: categoriesSlideIn 1s ease-out 0.5s both;
}

@keyframes categoriesSlideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.category-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.category-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #6366f1, #3b82f6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  animation: iconRotate 3s ease-in-out infinite;
}

@keyframes iconRotate {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

.tech-category {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  animation: categoryFadeIn 0.8s ease-out both;
}

.tech-category:nth-child(1) {
  animation-delay: 0.1s;
}
.tech-category:nth-child(2) {
  animation-delay: 0.2s;
}
.tech-category:nth-child(3) {
  animation-delay: 0.3s;
}
.tech-category:nth-child(4) {
  animation-delay: 0.4s;
}
.tech-category:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes categoryFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.tech-category:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.category-label {
  font-size: 0.9rem;
  color: #6366f1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tech-item {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.1),
    rgba(59, 130, 246, 0.1)
  );
  color: #e2e8f0;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  border: 1px solid rgba(99, 102, 241, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tech-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.tech-item:hover {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.2),
    rgba(59, 130, 246, 0.2)
  );
  border-color: rgba(99, 102, 241, 0.4);
  color: #ffffff;
  transform: translateY(-1px);
}

.tech-item:hover::before {
  left: 100%;
}

.closing-statement {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgba(16, 185, 129, 0.1),
    rgba(59, 130, 246, 0.1)
  );
  border-radius: 16px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  animation: statementSlideUp 1s ease-out 0.8s both;
}

@keyframes statementSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.closing-text {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: #cbd5e1;
  line-height: 1.7;
  text-align: center;
}

.top-hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.mobile-banner {
  background-image: url("../img/webapp/mobile-app-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.mobile-banner h1 {
  font-size: 3.5rem;
  color: #fff;
}

.mobile-app-hero-banner {
  background-image: url("../img/webapp/mobile-app-hero-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.mobile-app-hero-banner h1 {
  font-size: 3.5rem;
  color: #fff;
}

.ai-ml-banner {
  background-image: linear-gradient( to right,
      rgba(0, 0, 0, 0.9),   /* dark at top */
      rgba(0, 0, 0, 0.5)    /* lighter towards bottom */
    ),
    url("../img/ai-ml/ai-ml-banner.webp");
  /* background-image: url("../img/ai-ml/ai-ml-banner.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.social-media-banner-top {
  background-image: url("../img/digital/social-media-banner-top.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.social-media-banner-top h1 {
  font-size: 3.5rem;
  color: #fff;
}

.about-us-banner-top{
background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),   /* dark at top */
      rgba(0, 0, 0, 0.5)    /* lighter towards bottom */
    ),
    url("../img/hero/common-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.about-us-banner-top h1{
  font-size: 3.5rem;
  color: #fff;
}
.service-banner-top{
  background-image: linear-gradient( to right,
      rgba(0, 0, 0, 1),   /* dark at top */
      rgba(0, 0, 0, 0.5)    /* lighter towards bottom */
    ),
    url("../img/service/services-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.service-banner-top h1{
   font-size: 3.5rem;
  color: #fff;
}
.contact-us-banner-top{
  background-image: linear-gradient( to left,
      rgba(0, 0, 0, 1),   /* dark at top */
      rgba(0, 0, 0, 0.7)    /* lighter towards bottom */
    ),
    url("../img/contact/contactus-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.contact-us-banner-top h1{
    font-size: 3.5rem;
  color: #fff;
}

.ai-ml-banner h1 {
  font-size: 3.5rem;
  color: #fff;
}

.bg-highlighting-gradient {
  background: #1a2a6c; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #fdbb2d,
    #b21f1f,
    #1a2a6c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #fdbb2d,
    #b21f1f,
    #1a2a6c
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media screen and (max-width: 479px) {
  /* Your styles for screens 479px wide or less go here */
  .mobile-banner {
    height: 100%;
  }
  .mobile-app-hero-banner {
    height: 100%;
  }
  .main-page-wrapper {
    overflow-x: hidden;
  }

  .logo-img {
    width: 200px;
  }

  .logo-area img {
    width: 100px;
  }

  /* Add more responsive rules as needed */
}

/* top hero banner video bg */
.hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  /* This gradient background will ALWAYS show */
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Content styling */
.video-content {
  z-index: 2;
  max-width: 800px;
  padding: 40px 20px;
  /* background: rgba(0, 0, 0, 0.3); */
  border-radius: 20px;
  /* backdrop-filter: blur(5px); */
}

/* h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            font-weight: bold;
        } */

p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* .btn {
            display: inline-block;
            padding: 15px 30px;
            background: #ff6b6b;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            margin: 10px;
            transition: all 0.3s ease;
        } */

/* .btn:hover {
            background: #ff5252;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }

        .btn-outline {
            background: transparent;
            border: 2px solid white;
        }

        .btn-outline:hover {
            background: white;
            color: #667eea;
        } */

/* Mobile responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  p {
    font-size: 1rem;
  }
  .video-content {
    margin: 20px;
    padding: 30px 20px;
  }
  .btn {
    display: block;
    width: 80%;
    margin: 10px auto;
    text-align: center;
  }
}

/* Video will overlay on top of gradient background */
#bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
}

/* Show video when it loads successfully */
#bgVideo.loaded {
  opacity: 1;
}

/* Dark overlay for video */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 10, 39, 0.6);
  /* rgb(4 10 39) */
  z-index: 2;
  /* display: none; */
}

#bgVideo.loaded + .video-overlay {
  display: block;
}

/* Status indicator - positioned to not interfere with content */
.status {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  z-index: 100;
  opacity: 0.8;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.status.success {
  background: rgba(34, 197, 94, 0.9);
}

.status.error {
  background: rgba(249, 115, 22, 0.9);
}

.status.hide {
  opacity: 0;
  transform: translateY(20px);
}

/* .main-title-two-1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #ff00ff, #00ffff, #ff00ff);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: neonGradient 3s ease infinite;
  text-shadow: 0 0 5px rgba(255, 0, 255, 0.6),
               0 0 10px rgba(255, 0, 255, 0.5),
               0 0 20px rgba(0, 255, 255, 0.5),
               0 0 40px rgba(0, 255, 255, 0.4);
}

.gradient-text {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.8),
               0 0 12px rgba(0, 255, 255, 0.7),
               0 0 24px rgba(0, 255, 255, 0.5);
}

@keyframes neonGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
} */

/* .hero-title {
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  background: linear-gradient(45deg, #fff, #e0e0e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
} */

.modal-content {
  background-color: #040924;
}

.modal-title {
  color: white;
}

.btn-close {
  /* color: #fff !important; */
    filter: invert(1) grayscale(100%) brightness(200%);

}

.loading-text {
  place-self: center;
  background: linear-gradient(90deg, #00f, #0ff, #00f) -100% / 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font: 900 clamp(1.5em, 5vw, 4em) exo, sans-serif;
  animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
  to {
    background-position: 100%;
  }
}

/* New Modified section styles of Capabilities section in index.html */


/* Zig-Zag effect only on large devices */
@media (min-width: 992px) {
  .zigzag .col-lg-6:nth-child(1) .info-card:nth-child(odd) {
    margin-left: 0;         /* normal alignment */
  }
  .zigzag .col-lg-6:nth-child(1) .info-card:nth-child(even) {
    margin-left: 50px;      /* shift right */
  }

  .zigzag .col-lg-6:nth-child(2) .info-card:nth-child(odd) {
    margin-right: 50px;     /* shift left */
  }
  .zigzag .col-lg-6:nth-child(2) .info-card:nth-child(even) {
    margin-right: 0;        /* normal alignment */
  }
}

/* On smaller devices - reset zigzag */
@media (max-width: 991px) {
  .zigzag .info-card {
    margin: 15px 0 !important; /* stack cleanly */
  }
}


/* sticky button */



.sticky-btn {
  position: fixed;
  top: 50%;                 
  right: 0;                 
  transform: translateY(-50%); /* keep on right, rotate if needed */
   background: #1488CC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  border: none;
  padding: 10px 5px;
  border-radius: 8px 8px 8px 8px; 
  cursor: pointer;
  z-index: 1050;
  box-shadow: -2px 2px 8px rgba(0,0,0,0.3);
  transition: background 0.3s ease;

  writing-mode: vertical-lr;   /* vertical layout */
  text-orientation:sideways-right;   /* each character stays upright */
  font-weight: bold;
  letter-spacing: 1px;  
  font-size: 14px;
}


/* .sticky-btn:hover {
  background: #0056b3;
} */


.responsive-img {
  display: block; /* show by default */
}

@media (max-width: 768px) {
  .responsive-img {
    display: none; /* hide only on screens ≥ 768px */
  }

  .mobile-banner h1 {
  font-size: 2.5rem;
  color: #fff;
  }

.mobile-app-hero-banner h1 {
  font-size: 2.5rem;
  color: #fff;
}

.social-media-banner-top h1 {
  font-size: 2.5rem;
  color: #fff;
}

.about-us-banner-top h1{
  font-size: 2.5rem;
  color: #fff;
}

.service-banner-top h1{
   font-size: 2.5rem;
  color: #fff;
}

.contact-us-banner-top h1{
    font-size: 2.5rem;
  color: #fff;
}

.ai-ml-banner h1 {
  font-size: 2.5rem;
  color: #fff;
}
  }


  /* Modern Form Modal */

  .modern-modal .modal-content {
            border: none;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(15px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            overflow: hidden;
        }

        .modern-modal .modal-header {
            background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%);
            border: none;
            padding: 1.5rem 2rem;
            position: relative;
        }

        .modern-modal .modal-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, transparent 100%);
        }

        .modern-modal .modal-title {
            font-weight: 600;
            font-size: 1.5rem;
            color: white;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .modern-modal .btn-close {
            /* background: rgba(255, 255, 255, 0.2); */
            border-radius: 50%;
            padding: 0.5rem;
            opacity: 0.8;
            transition: all 0.3s ease;
        }

        .modern-modal .btn-close:hover {
            /* background: rgba(255, 255, 255, 0.3); */
            opacity: 1;
            transform: scale(1.1);
        }

        .modern-modal .modal-body {
            padding: 1rem;
            background: white;
        }

        .modern-form-group {
            margin-bottom: 1.25rem;
        }

        .modern-form-group label {
            font-weight: 500;
            color: #374151;
            margin-bottom: 0.5rem;
            font-size: 0.9rem;
            display: block;
        }

        .modern-input {
            width: 100%;
            padding: 10px;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            background: white;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            outline: none;
        }

        .modern-input:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-1px);
        }

        .modern-input::placeholder {
            color: #9ca3af;
            font-weight: 400;
        }

        .modern-textarea {
            width: 100%;
            padding: 0.875rem 1rem;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            background: white;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            outline: none;
            resize: vertical;
            min-height: 100px;
        }

        .modern-textarea:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-1px);
        }

        .modern-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            padding: 0.875rem 2rem;
            border-radius: 12px;
            color: white;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            min-width: 140px;
        }

        .modern-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .modern-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }

        .modern-btn:hover::before {
            left: 100%;
        }

        .modern-btn:active {
            transform: translateY(0);
        }

        .form-row {
            display: flex;
            gap: 1rem;
            /* margin-bottom: 1.25rem; */
        }

        .form-col {
            flex: 1;
        }

        .btn-trigger {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
            padding: 1rem 2rem;
            border-radius: 12px;
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .btn-trigger:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
            color: white;
        }

        @media (max-width: 768px) {
            .form-row {
                flex-direction: column;
                gap: 0;
            }
            
            .modern-modal .modal-body {
                padding: 1.5rem;
            }
            
            .modern-modal .modal-header {
                padding: 1.25rem 1.5rem;
            }
            .cssbuttons-io2 span{
              padding: 10px;
              font-size: 14px;
            }
             .cssbuttons-io span{
              padding: 10px;
              font-size: 14px;
            }
        }

        /* From Uiverse.io by adamgiebl */ 
.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: ghostwhite;
  overflow: hidden;
}

.cssbuttons-io svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}



.cssbuttons-io2 {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  border: none;
    background: linear-gradient(to right, #ff416c, #ff4b2b); /* red-orange gradient */

  color: ghostwhite;
  overflow: hidden;
}

.cssbuttons-io2 svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.cssbuttons-io2 span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}

.cssbuttons-io2::before,
.cssbuttons-io2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io2::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io2:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io2:active {
  transform: scale(0.95);
}

.inq-form {
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  border-top: 6px solid #0072ff; /* fixed */
}