@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
main {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
  padding: 0;
}
.btn:focus {
  outline: none;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a,
button {
  display: inline-block;
}
button:focus {
  outline: none;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
/************************** Header css **************************/
.header-content {
  position: relative;
  font-family: "Nunito", sans-serif;
}
.header-main .navbar-brand {
  width: 185px;
  transition: 0.5s;
}
.header-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s;
}
.header-main.scroll {
  background-color: #fff;
  box-shadow: 1px 0 10px rgb(0 0 0 / 10%);
}
.header-main .custom-navbar {
  text-transform: capitalize;
}
.header-main .custom-navbar .dot {
  position: absolute;
  display: block;
  top: 65%;
  border-radius: 50%;
  left: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  border: 0;
  background-color: #664bc4;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
  z-index: 999;
}
.header-main .custom-nav-item .custom-nav-link {
  display: block;
  position: relative;
  padding: 0 7px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  font-weight: 600;
  color: #313131;
  margin: 0 5px;
}
.header-main .custom-nav-item.dropdown-custom {
  position: relative;
}
.header-main .custom-nav-item.dropdown-custom .custom-nav-link {
  display: block;
  position: relative;
}
.header-main .custom-nav-item.dropdown-custom .custom-nav-link::after {
  content: "\2b";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  padding: 5px;
}
.header-main .custom-nav-item.dropdown-custom .dropdown-content {
  display: block;
  position: absolute;
  left: -12px;
  top: 100%;
  min-width: 270px;
  white-space: nowrap;
  opacity: 0;
  z-index: 555;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s ease-in;
  border: 0;
  box-shadow: 0px 15px 38px 0px rgb(0 0 0 / 10%);
  margin-top: 0;
  padding: 24px 0;
  border-radius: 15px;
  background-color: #fff;
}
.header-main .custom-nav-item.dropdown-custom:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.header-main .custom-nav-item.dropdown-custom .dropdown-content li a {
  display: block;
  position: relative;
  padding: 4px 28px 4px 36px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  font-weight: 600;
  color: #313131;
}
.header-main .custom-nav-item.dropdown-custom .dropdown-content li a:hover {
  color: #664bc4;
}
.header-main .custom-nav-item.dropdown-custom .dropdown-content li a::before {
  position: absolute;
  display: block;
  top: 50%;
  border-radius: 50%;
  margin-top: -2.5px;
  margin-left: -30px;
  left: 0%;
  width: 5px;
  height: 5px;
  border: 0;
  content: "";
  background-color: #664bc4;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
}
.header-main
  .custom-nav-item.dropdown-custom
  .dropdown-content
  li
  a:hover:before {
  opacity: 1;
  margin-left: 20px;
}
.header-main .custom-nav-item.dropdown-custom .dropdown-content li {
  position: relative;
}
.header-main
  .custom-nav-item.dropdown-custom
  .dropdown-content
  li
  .drop-more-content {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 270px;
  white-space: nowrap;
  opacity: 0;
  z-index: 555;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s ease-in;
  border: 0;
  box-shadow: 0px 15px 38px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
  margin-top: 0;
  padding: 24px 0;
  border-radius: 15px;
}
.header-main
  .custom-nav-item.dropdown-custom
  .dropdown-content
  li:hover
  .drop-more-content {
  visibility: visible;
  opacity: 1;
}
.header-main
  .custom-nav-item.dropdown-custom
  .dropdown-content
  li
  .drp-link::after {
  content: "\2b";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  padding: 5px;
}
.header-main .header-right{
  display: flex;
  align-items: center;
}
.header-main .header-right .header_search-button {
  color: #000;
}
.header-main .header-right li{
  position: relative;
}
.header-main .header-right li .search-popup{
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  padding: 30px 40px;
  box-shadow: 0px 15px 38px 0px rgb(0 0 0 / 10%);
  border-radius: 15px;
  background-color: #fff;
}
.header-main .header-right li .search-popup .search-field{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.header-main .header-right li .search-popup .search-field input{
  width: 270px;
  height: 40px;
  border: none;
  outline: none;
  color: #161616;
}
.header-main .header-right li .search-popup .search-field button{
  color: #161616;
  background-color: transparent;
  border: none;
  outline: none;
}
.header-main .header-right .header-right-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 65px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: initial;
  white-space: nowrap;
  transition: inherit;
  min-width: 130px;
  min-height: 42px;
  line-height: 1.16;
  padding: 10px 17px;
  font-size: 14px;
  border-color: rgba(102, 75, 196, 1);
  background-color: transparent;
  color: rgba(102, 75, 196, 1);
  transition: 0.3s;
  margin-left: 40px;
}
.header-main .header-right .header-right-btn:hover {
  border-color: rgba(102, 75, 196, 1);
  background-color: rgba(102, 75, 196, 1);
  color: #fff;
  box-shadow: 0px 9px 30px 0px rgb(102 75 196 / 40%);
}
.header-main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/************************** Header css end **************************/
.home-banner {
  position: relative;
  max-height: 140vh;
  overflow: hidden;
}
.home-banner .banner-svg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home-banner .banner-svg svg {
  position: relative;
  left: 20%;
}
.home-banner .banner-content {
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* top: 0; */
  padding: 200px 0 400px;
}
.home-banner .banner-content figure {
  position: relative;
}
.home-banner .banner-content figure .text-img {
  position: relative;
  z-index: 9;
  max-width: 700px;
  margin-left: 70px;
}
.home-banner .banner-content figure .w-img {
  margin-top: auto;
  max-width: 800px;
}
.home-banner .banner-content figure .banner-mobile {
  width: 300px;
  position: absolute;
  top: 150px;
  left: -30px;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.6));
}
.home-banner .banner-content .featured-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  background: linear-gradient(
    146deg,
    rgba(106, 75, 196, 1) 0%,
    rgba(164, 84, 192, 1) 100%
  );
  border-radius: 25px;
}
.home-banner .banner-content .featured-banner img {
  width: 45px;
  animation: pulseCustom 3s ease-in-out 0s infinite;
}
@keyframes pulseCustom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.home-banner .banner-content .banner-content-text {
  padding-bottom: 50px;
  width: 80%;
  padding: 0 20px;
}
.home-banner .banner-content .banner-content-text h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}
.home-banner .banner-content .banner-content-text h2 .content-handler {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-banner .banner-content .banner-content-text h2 .content-handler .cursor {
  display: block;
  width: 3px;
  height: 100%;
  background-color: #000;
}
.home-banner .banner-content .banner-content-text h3 {
  font-size: 24px;
  line-height: 42px;
  text-transform: capitalize;
}
.home-banner .banner-content .banner-content-text .banner-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.home-banner .banner-content .banner-content-text .banner-btns .btn-item {
  cursor: pointer;
  outline: none;
  color: #000;
  white-space: nowrap;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  font-size: 18px;
  border-color: rgb(102, 75, 196);
  border-style: solid;
  border-width: 1px;
  padding: 18px 30px;
  border-radius: 30px;
  text-transform: capitalize;
  transition: 0.5s;
}
.home-banner .banner-content .banner-content-text .banner-btns .btn-item:hover {
  border-color: rgb(102, 75, 196);
  background-color: rgb(102, 75, 196);
  color: #fff;
}
.home-banner
  .banner-content
  .banner-content-text
  .banner-btns
  .banner-social-btn {
  display: block;
  color: rgb(102, 75, 196);
  margin-left: 20px;
  font-size: 20px;
}
.home-banner
  .banner-content
  .banner-content-text
  .banner-btns
  .banner-social-btn:hover {
  color: rgb(84, 224, 196);
}
.home-banner .banner-left-social-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 99;
}
.home-banner .banner-left-social-icon li a {
  position: relative;
  font-size: 16px;
  padding: 10px 5px;
  color: #bbc8d7;
  transition: 0.5s;
}
.home-banner .banner-left-social-icon li a::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 40px;
  background-color: #54e0c4;
  top: 50%;
  transform: translateY(-50%);
  right: 160px;
  border-radius: 30px;
  z-index: -1;
  transition: 0.6s;
}
.home-banner .banner-left-social-icon li a:hover {
  color: #fff;
}
.home-banner .banner-left-social-icon li a:hover:before {
  right: -15px;
}
.brand-slider .slider-item {
  padding-right: 40px;
}
.crypto-payment {
  position: relative;
  margin: 50px 0;
}
.crypto-payment .payment-item .card {
  background: #ffffff;
  border: none;
  padding: 45px 15px !important;
  box-shadow: 0px 15px 38px rgb(0 0 0 / 10%);
  border-radius: 30px;
  text-align: center;
}
.crypto-payment .payment-item .card .item-icon {
  position: relative;
  color: #6a4bc4;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(0deg, #6a4bc4 0%, #d75dbc 100%);
  font-size: 42px;
}
.crypto-payment .payment-item .card .item-icon .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid #6a4bc4;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.2),
    0px 15px 20px 0px rgba(0, 0, 0, 0.2) inset;
  height: 100px;
}
.crypto-payment .payment-item .card .text-item {
  padding-top: 50px;
}
.crypto-payment .payment-item .card .text-item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
}
.crypto-payment .payment-item .card .text-item p {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #4f4e4e;
  margin: 10px 0;
}
.crypto-payment .payment-item .card .text-item a {
  position: relative;
  color: #664bc4;
  font-size: 17px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.3s;
}
.crypto-payment .payment-item .card .text-item a::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.crypto-payment .payment-item .card .text-item a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.crypto-payment .payment-item .card .text-item a:hover {
  color: #54e0c4;
}
.crypto-payment .payment-item.item-2 .card .item-icon {
  color: #54e0c4;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(0deg, #54e0c4 0%, #76e8ec 100%);
  background-image: -moz-linear-gradient(0deg, #54e0c4 0%, #76e8ec 100%);
}
.crypto-payment .payment-item.item-2 .card .text-item a {
  color: #54e0c4;
}
.crypto-payment .payment-item.item-2 .card .text-item a:hover {
  color: #664bc4;
}
.crypto-payment .payment-item.item-2 .card .item-icon .circle {
  border-color: #54e0c4;
  box-shadow: none;
}
.crypto-payment .about-content {
  margin-top: 100px;
  width: 80%;
}
.crypto-payment .about-content .about-tag {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  font-weight: 500;
}
.crypto-payment .about-content .about-tag::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.crypto-payment .about-content .about-tag::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.crypto-payment .about-content h4 {
  font-size: 36px;
  line-height: 48px;
  color: #161616;
  font-weight: 700;
  margin: 20px 0;
}
.crypto-payment .about-content p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #4f4e4e;
}
.crypto-payment .about-content .person-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}
.crypto-payment .about-content .person-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.crypto-payment .about-content .person-info h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #161616;
}
.crypto-payment .about-content .person-info h5 span {
  color: #664bc4;
}
.crypto-payment .letter-a {
  position: absolute;
  left: 0;
  transform: translateX(-45%);
  bottom: 0;
  z-index: -1;
}
.app-benefits-sec {
  position: relative;
}
.app-benefits-sec .benefit-tag {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  font-weight: 500;
}
.app-benefits-sec .benefit-tag::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.app-benefits-sec .benefit-tag::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.app-benefits-sec h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #161616;
  margin-bottom: 15px;
  width: 80%;
}
.app-benefits-sec .tabs-btn {
  overflow: unset;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  border: 1px solid #c4cdd7;
  border-radius: 25px;
  padding: 6px;
  margin-bottom: 20px;
}
.app-benefits-sec .tabs-btn li {
  margin: 0;
  padding: 0;
}
.app-benefits-sec .tabs-btn button {
  position: relative;
  z-index: 1;
  width: 100%;
  border: none;
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #c4cdd7;
  height: fit-content;
  background-color: transparent;
  text-transform: capitalize;
  transition: 0.4s;
}
.app-benefits-sec .tabs-btn button.active {
  color: #664bc4;
  box-shadow: 0px 15px 39px rgb(0 0 0 / 20%);
  background-color: #ffffff;
}
.app-benefits-sec .tabs-content ul {
  display: none;
}
.app-benefits-sec .tabs-content ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.app-benefits-sec .tabs-content ul li i {
  color: #664bc4;
  font-size: 34px;
}
.app-benefits-sec .tabs-content ul li p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #4f4e4e;
  padding-left: 20px;
}
.app-benefits-sec .map-featured {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55%;
  object-fit: contain;
}
.counter-sec {
  margin: 100px 0;
}
.counter-sec .counter-content {
  background-image: url(../images/get-started.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 30px;
}
.counter-sec .counter-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter-sec .counter-content ul li {
  color: #fff;
  width: 25%;
  text-align: center;
  padding: 80px 0;
}
.counter-sec .counter-content ul li h4 {
  font-size: 48px;
  font-weight: 600;
  line-height: 53px;
}
.counter-sec .counter-content ul li h6 {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.counter-sec .counter-content ul li h6::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.counter-sec .counter-content ul li h6::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.get-started-sec {
  position: relative;
}
.get-started-sec .get-started-svg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  bottom: 0;
  max-height: 100%;
}
.get-started-sec .title-content {
  text-align: center;
}
.get-started-sec .title-content h4 {
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 20px;
}
.get-started-sec .title-content h4::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.get-started-sec .title-content h4::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.get-started-sec .title-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #161616;
  margin-bottom: 20px;
}
.get-started-sec .get-started-list ul {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 30px 0;
}
.get-started-sec .get-started-list ul li {
  position: relative;
  padding: 30px 20px;
  border-radius: 30px;
}
.get-started-sec .get-started-list ul li h5 {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
}
.get-started-sec .get-started-list ul li p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #4f4e4e;
}
.get-started-sec .get-started-list.list-left ul li {
  text-align: left;
  padding-left: 50px !important;
}
.get-started-sec .get-started-list.list-left ul li::after {
  content: attr(data-index-get);
  position: absolute;
  left: 22px;
  top: 30px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #664bc4;
  /* font-family: 'Nunito', sans-serif; */
}
.get-started-sec .get-started-list.list-right ul li {
  text-align: right;
  padding-right: 50px !important;
}
.get-started-sec .get-started-list.list-right ul li::after {
  content: attr(data-index-get);
  position: absolute;
  right: 20px;
  top: 30px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #664bc4;
  /* font-family: 'Nunito', sans-serif; */
}
.get-started-sec .get-started-list ul li:hover {
  box-shadow: inset 0px 14px 20px 0px rgb(0 0 0 / 8%);
}
.testimonials-sec {
  position: relative;
}
.testimonials-sec .testimonial-svg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  max-width: 1200px;
  z-index: -1;
}
.testimonials-sec .testimonials-content figure img {
  border-radius: 30px;
}
.testimonials-sec .testimonials-content .tesitmonials-item h4 {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 15px;
}
.testimonials-sec .testimonials-content .tesitmonials-item h4::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.testimonials-sec .testimonials-content .tesitmonials-item h4::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.testimonials-sec .testimonials-content .tesitmonials-item h3 {
  color: #161616;
  line-height: 48px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
.testimonials-sec .testimonials-content .tesitmonials-item p {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #161616;
  margin-bottom: 25px;
}
.testimonials-sec .testimonials-content .tesitmonials-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 8px;
}
.testimonials-sec .testimonials-content .tesitmonials-item h6 {
  font-size: 16px;
  line-height: 20px;
  color: #8b9baf;
}
.testimonials-sec .testimonials-content .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonials-sec .testimonials-content .owl-nav button {
  background-color: transparent !important;
}
.testimonials-sec .testimonials-content .owl-nav button span {
  position: relative;
  color: transparent;
}
.testimonials-sec .testimonials-content .owl-nav button.owl-prev span::after {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  color: #d75dbc;
}
.testimonials-sec .testimonials-content .owl-nav button.owl-next span::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: #d75dbc;
}
.featured-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
}
.featured-list ul li {
  width: 33.33%;
  padding: 0 15px;
}
.featured-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 15px 38px 0px rgb(0 0 0 / 10%);
  padding: 30px 35px;
  border-radius: 20px;
  transition: 0.5s;
  background-color: #fff;
}
.featured-list ul li a:hover {
  transform: translateY(-20px);
}
.featured-list ul li .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 9px 30px 0px rgb(109 75 196 / 40%);
  background: radial-gradient(
    circle farthest-corner at 100% 110%,
    #d75dbc 10%,
    #6a4bc4 50%
  );
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.featured-list ul li a .text-item {
  padding: 0 15px;
}
.featured-list ul li a .text-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #161616;
  line-height: 26px;
}
.featured-list ul li a .text-item h6 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  color: #4f4e4e;
}
.featured-list ul li a .link {
  color: #8b9baf;
  transition: 0.3s;
}
.featured-list ul li a .link:hover {
  color: #6a4bc4;
}
.crypto-wallet {
  position: relative;
}
.crypto-wallet .crypto-svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-40%);
}
.crypto-wallet .wallet-img img {
  max-height: 670px;
}
.crypto-wallet .wallet-text {
  width: 80%;
}
.crypto-wallet .wallet-text h5 {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 15px;
}
.crypto-wallet .wallet-text h5::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.crypto-wallet .wallet-text h5::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.crypto-wallet .wallet-text h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #161616;
  margin-bottom: 20px;
}
.crypto-wallet .wallet-text p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #4f4e4e;
  line-height: 30px;
}
.crypto-wallet .wallet-text .wallet-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.crypto-wallet .wallet-text .wallet-btns .btn-item {
  cursor: pointer;
  outline: none;
  color: #000;
  white-space: nowrap;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  font-size: 18px;
  border-color: rgb(102, 75, 196);
  border-style: solid;
  border-width: 1px;
  padding: 18px 30px;
  border-radius: 30px;
  text-transform: capitalize;
  transition: 0.5s;
}
.crypto-wallet .wallet-text .wallet-btns .btn-item:hover {
  border-color: rgb(102, 75, 196);
  background-color: rgb(102, 75, 196);
  color: #fff;
}
.crypto-wallet .wallet-text .wallet-btns .wallet-social-btn {
  display: block;
  color: rgb(102, 75, 196);
  margin-left: 20px;
  font-size: 20px;
}
.crypto-wallet .wallet-text .wallet-btns .wallet-social-btn:hover {
  color: rgb(84, 224, 196);
}
.our-partners .partners-slider .partner-item {
  position: relative;
  /* margin-right: 40px; */
}
.our-partners .partners-slider .partner-item .partner-img-hvr {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
.our-partners .partners-slider .partner-item:hover .partner-img-hvr {
  opacity: 1;
}
.packages-sec {
  position: relative;
  margin: 100px 0;
}
.packages-sec .title-content {
  text-align: center;
}
.packages-sec .title-content h5 {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 10px;
}
.packages-sec .title-content h5::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.packages-sec .title-content h5::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.packages-sec .title-content h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #161616;
}
.packages-sec .title-content h3 span{
  color: #7b16e0;
}
.packages-sec .packages-tabs {
  margin: 30px 0;
}
.packages-sec .packages-tabs .tab-btn {
  overflow: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid #c4cdd7;
  border-radius: 25px;
  padding: 6px;
  margin-bottom: 20px;
  margin: 40px auto;
}
.packages-sec .packages-tabs .tab-btn li {
  margin: 0;
  padding: 0;
}
.packages-sec .packages-tabs .tab-btn button {
  position: relative;
  z-index: 1;
  width: 100%;
  border: none;
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #c4cdd7;
  height: fit-content;
  background-color: transparent;
  text-transform: capitalize;
  transition: 0.4s;
}
.packages-sec .packages-tabs ul button.active {
  color: #664bc4;
  box-shadow: 0px 15px 39px rgb(0 0 0 / 20%);
  background-color: #ffffff;
}
.packages-sec .packages-tabs .packages-tab-content .package-main {
  position: relative;
  text-align: center;
  border-radius: 45px;
  padding: 10px;
  box-shadow: 0px 15px 38px rgb(0 0 0 / 10%);
  background-color: #ffffff;
  transition: 0.5s;
}
.packages-sec .packages-tabs .packages-tab-content .package-main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 50%;
  height: 25px;
  width: 50%;
  border-radius: 25px;
  background-color: #ffffff;
  transform: translateX(-50%);
}
.packages-sec .packages-tabs .packages-tab-content .package-main .package-item {
  padding: 70px 25px 50px;
  border-radius: 30px;
  background-color: #f7f9fd;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  h3 {
  font-size: 48px;
  line-height: 45px;
  color: #161616;
  margin-bottom: 30px;
  font-weight: 700;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  h6 {
  font-size: 16px;
  color: #737373;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type {
  display: inline-block;
  min-width: 90px;
  border-radius: 30px;
  padding: 7.5px 20px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.basic {
  background-color: #54e0c4;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.ultra {
  background-color: #aa55c0;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.pro {
  background-color: #664bc4;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.unlimited {
  background-color: #73c7fb;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.professional {
  background-color: #764ee8;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.enterprises {
  background-color: #9e3ee5;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.mascot-gold {
  background-color: #2d78f1;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .packages-type.mascot-silver {
  background-color: #4458eb;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  ul {
  max-height: 230px;
  overflow: auto;
}
/* width */
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 30px;
}

/* Track */
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 30px;
}

/* Handle */
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  ul::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  ul
  li {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #4f4e4e;
  padding-left: 0;
  padding-top: 7px;
  line-height: 40px;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .get-started {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #664bc4;
  background-color: #ffffff;
  color: #161616;
  min-width: 170px;
  min-height: 54px;
  padding: 10px 24px;
  border-radius: 65px;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.4s;
}
.packages-sec
  .packages-tabs
  .packages-tab-content
  .package-main
  .package-item
  .get-started:hover {
  background-color: #664bc4;
  color: #fff;
}
.download-app {
  padding: 150px 0;
  text-align: center;
}
.download-app h2 {
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 85px;
  color: #161616;
  font-weight: 700;
}
.download-app h2 .logo-wrap {
  width: 100px;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
.download-app h2 span {
  color: #54e0c4;
}
.download-app p {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 36px;
  color: #4f4e4e;
  margin: 20px 0;
}
.download-app ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-app ul li {
  padding: 0 20px;
}
.download-app ul li a {
  min-width: 190px;
  min-height: 60px;
  padding: 10px 29.4px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #6a4bc4;
  border-radius: 65px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  white-space: nowrap;
  transition: 0.3s;
}
.download-app ul li a span {
  color: #161616;
}
.download-app ul li a i {
  padding: 0 5px;
  color: #664bc4;
  font-size: 23px;
}
.download-app ul li:nth-child(2) a:hover {
  background: radial-gradient(
    circle farthest-corner at 100% 150%,
    #d75dbc 10%,
    #6a4bc4 50%
  );
  border-color: transparent;
}
.download-app ul li:nth-child(2) a:hover i,
.download-app ul li:nth-child(2) a:hover span {
  color: #fff;
}
.download-app ul li:nth-child(1) a {
  background: radial-gradient(
    circle farthest-corner at 100% 150%,
    #d75dbc 10%,
    #6a4bc4 50%
  );
  border-color: transparent;
}
.download-app ul li:nth-child(1) a:hover {
  background: none;
  border-color: #664bc4;
}
.download-app ul li:nth-child(1) a i,
.download-app ul li:nth-child(1) a span {
  color: #fff;
}
.download-app ul li:nth-child(1) a:hover i {
  color: #664bc4;
}
.download-app ul li:nth-child(1) a:hover span {
  color: #161616;
}
.footer-main {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 150px 0 0;
  color: #fff;
}
.footer-main .footer-content p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #d4d4d4;
}
.footer-main .footer-content p strong {
  color: #fff;
}
.footer-main .footer-content .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-main .footer-content .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 15px;
  box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 10%);
  background-color: #664bc4;
  color: #fff;
  width: 26px;
  height: 26px;
  transition: 0.4s;
}
.footer-main .footer-content .social-links {
  margin: 20px 0;
}
.footer-main .footer-content .footer-links h4 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-main .footer-content .social-links li a:hover {
  background-color: #54e0c4;
}
.footer-main .footer-content .footer-links {
  padding-top: 80px;
}
.footer-main .footer-content .footer-links ul li a {
  position: relative;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.5s;
}

.footer-main .footer-content .footer-links ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #6a4bc4;
  transform: scaleX(0);
  transition: 0.5s;
}
.footer-main .footer-content .footer-links ul li a:hover:before {
  transform: scaleX(1);
}
.footer-main .footer-content .footer-links ul li a:hover {
  color: #664bc4;
}
.footer-main .footer-content .footer-links .newsletter-field input {
  width: 100%;
  height: 48px;
  padding: 0px 50px 0 20px;
  border: 0;
  outline: none;
  font-weight: 400;
  background: currentColor;
  overflow: hidden;
  margin-bottom: 0;
  color: inherit;
  box-shadow: 0px 8px 14px 0px rgb(0 0 0 / 10%) inset;
  border-radius: 25px;
  background-color: #121225;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.footer-main .footer-content .subscribe {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  margin: 20px 0;
  border-width: 0;
  border-style: solid;
  padding: 5px 42px 5px;
  text-transform: capitalize;
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  background-color: #54e0c4;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 400ms;
  border-radius: 25px;
}
.footer-main .footer-content .footer-links .newsletter-field input:focus {
  background-color: #fefefe;
}
.footer-main .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #8b9baf;
  margin-top: 50px;
}
.footer-main .copyright-content p {
  font-family: "Nunito", sans-serif;
  color: #bdbdbd;
  line-height: 30px;
}
.footer-main .copyright-content p a {
  color: #fff;
  text-decoration: underline;
}
.inner-banner-main {
  position: relative;
  min-height: 32vw;
  background-image: url(../images/banner-bg-inner.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner-banner-main::before {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  left: 0;
  right: 0;
  background-color: #f7f9fd;
  z-index: -1;
}
.inner-banner-main .banner-title {
  font-size: 42px;
  color: #161616;
  line-height: 72px;
  text-transform: capitalize;
  font-weight: 800;
}
.inner-banner-main ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner-banner-main ul li a {
  color: #8b9baf;
}
.inner-banner-main ul li a:hover {
  color: #000;
}
.inner-banner-main ul li:nth-child(2) {
  position: relative;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  color: #4f4e4e;
  font-weight: 500;
}
.inner-banner-main ul li:nth-child(2)::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: #8b9baf;
  padding: 0 5px;
  font-size: 12px;
}
.what-pro-design {
  position: relative;
  padding-top: 50px;
}
.what-pro-design .sec-title {
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
  width: 70%;
}
.what-pro-design .sec-title h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #161616;
}
.what-pro-design .sec-title h3 {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 10px;
}
.what-pro-design .sec-title h3::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.what-pro-design .sec-title h3::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.what-pro-design .text-content h4 {
  color: #161616;
  line-height: 48px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
.what-pro-design .text-content h5 {
  color: #161616;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.what-pro-design .text-content h5 span{
  color: #7b16e0;
}
.what-pro-design .text-content h6 {
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.what-pro-design .text-content p {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #161616;
  margin-bottom: 25px;
}
.what-pro-design .text-content .popup-btn {
  font-size: 16px;
  color: #6a4bc4;
  font-weight: 500;
}
.what-pro-design .text-content .popup-btn:hover {
  text-decoration: underline;
}
.let-us-breath {
  position: relative;
  margin: 50px 0;
}
.let-us-breath .sec-heading {
  text-align: center;
  margin: 0 auto;
  width: 75%;
  padding: 50px 0;
}
.let-us-breath .sec-heading h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #161616;
}
.let-us-breath .card-item .card {
  background: #ffffff;
  border: none;
  padding: 45px 38px;
  box-shadow: 0px 15px 38px rgb(0 0 0 / 10%);
  border-radius: 30px;
  text-align: center;
}
.let-us-breath .card-item .card .item-icon img {
  object-fit: contain;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.let-us-breath .card-item .card .text-item {
  padding-top: 10px;
}
.let-us-breath .card-item .card .text-item h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
}
.let-us-breath .card-item .card .text-item h5{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.let-us-breath .card-item .card .text-item p {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  color: #4f4e4e;
  margin: 10px 0;
}
.logo-portfolio{
  padding-bottom: 50px;
}
.logo-portfolio .logo-slider {
  position: relative;
}
.logo-portfolio .logo-port-title{
  text-align: center;
  padding: 50px 0;
}
.logo-portfolio .logo-port-title h5{
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 10px;
}
.logo-portfolio .logo-port-title h5::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.logo-portfolio .logo-port-title h5::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.logo-portfolio .logo-port-title h3{
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #161616;
}
.logo-portfolio .logo-slider ul li {
  padding: 30px;
}
.logo-portfolio .logo-slider ul li img {
  transition: 0.5s;
}
.logo-portfolio .logo-slider .owl-item.active.center img {
  transform: scale(1.2);
}
.portfolio-slider-main .stationary-port-item img{
  border-radius: 15px;
  box-shadow: 0 0 10px 1px rgb(3 49 228 / 40%);
}
.logo-portfolio .portfolio-slider-main .portfolio-images-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logo-portfolio .portfolio-slider-main .portfolio-images-item figure{
  position: relative;
  width: 230px;
  height: 230px;
  margin: 20px;
  text-align: center;
}
.logo-portfolio .portfolio-slider-main .portfolio-images-item figure::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #e7e9f1;
  transform: translate(-20px,-20px);
  z-index: -1;
  transition: 0.5s;
}
.logo-portfolio .portfolio-slider-main .portfolio-images-item figure:hover:before{
  transform: scale(1.1);
  background-color: #841645;
}
.logo-portfolio .portfolio-slider-main .portfolio-images-item figure img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.design-accordingly .title-accordingly h3{
  font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #161616;
}
.design-accordingly .accordingly-text{
  width: 80%;
}
.design-accordingly .accordingly-text p{
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: #161616;
  margin-bottom: 25px;
}
.animation-category .category-listing{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.animation-category .category-listing li{
  width: 16.6%;
}
.animation-category .category-listing li a{
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 10px;
  border-radius: 20px;
  transition: 0.5s;
}
.animation-category .category-listing li a:hover{
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
}
/* .animation-category .category-listing li::before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 50%;
} */
.animation-category .category-title{
  padding: 50px 0 10px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.animation-category .category-title h3{
  font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #161616;
    margin-bottom: 20px;
}
.animation-category .category-title h5{
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
}
.animation-category .category-title h5::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.animation-category .category-title h5::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.animation-category .category-listing li:nth-last-child(1)::before{
  display: none;
}
.animation-category .category-listing li img{
  max-width: 90% !important;
  height: 100px;
  object-fit: contain;
}
.animation-category .category-listing li h5{
  text-transform: capitalize;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
  color: #161616;
}
.animation-category .category-listing li h6{
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #161616;
}
.magician-of-animations{
  margin-bottom: 30px;
}
.magician-of-animations .magician-title{
  padding: 30px 0;
  text-align: center;
}
.magician-of-animations .magician-title h3{
  font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #161616;
    margin-bottom: 20px;
}
.magician-of-animations .magician-title h5{
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
}
.magician-of-animations .magician-title h5::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.magician-of-animations .magician-title h5::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}

.portfolio-all{
  padding-bottom: 50px;
}
.portfolio-all .all-slider {
  position: relative;
}
.portfolio-all .all-port-title{
  text-align: center;
  padding: 50px 0;
}
.portfolio-all .all-port-title h5{
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 10px;
}
.portfolio-all .all-port-title h5::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.portfolio-all .all-port-title h5::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.portfolio-all .all-port-title h3{
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #161616;
}
.portfolio-all .portfolio-filter-btn {
  overflow: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid #c4cdd7;
  border-radius: 25px;
  padding: 6px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.portfolio-all .portfolio-filter-btn li {
  margin: 0;
  padding: 0;
}
.portfolio-all .portfolio-filter-btn button {
  position: relative;
  z-index: 1;
  width: 100%;
  border: none;
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #c4cdd7;
  height: fit-content;
  background-color: transparent;
  text-transform: capitalize;
  transition: 0.4s;
}
.portfolio-all .portfolio-filter-btn button.active {
  color: #664bc4;
  box-shadow: 0px 15px 39px rgb(0 0 0 / 20%);
  background-color: #ffffff;
  transition: 0.3s;
}
.portfolio-all .tab-inner-slide-wrap img{
  border-radius: 15px;
}
.portfolio-all .logo-wrapper-ind,
.portfolio-all .web-wrapper-ind,
.portfolio-all .brouchers-wrapper-ind,
.portfolio-all .stationary-wrapper-ind{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio-all .logo-wrapper-ind .logo-tab-slide-wrap{
  width: 25%;
  padding: 10px;
}
.portfolio-all .web-wrapper-ind .logo-tab-slide-wrap {
  width: 33.33%;
  padding: 10px;
}

.portfolio-all .brouchers-wrapper-ind .broucher-tab-slide-wrap{
  width: 33.33%;
  padding: 10px;
}
.portfolio-all .stationary-wrapper-ind .stationary-tab-slide-wrap{
  width: 25%;
  padding: 10px;
}
.contact-us-main{
  padding: 50px 0 100px;
}
.contact-us-main .map-iframe{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: 0.5s;
  filter: brightness(0.5);
}
.contact-us-main .map-iframe:hover{
  filter: brightness(1);
}
.contact-us-main .contact-content{
  width: 80%;
}
.contact-us-main .contact-content h4{
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #54e0c4;
  margin-bottom: 10px;
}
.contact-us-main .contact-content h4::before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.contact-us-main .contact-content h4::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding: 0 5px;
}
.contact-us-main .contact-content h2{
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #161616;
  margin: 20px 0;
}
.contact-us-main .contact-content p{
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #161616;
  margin-bottom: 25px;
}
.contact-us-main .contact-content ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.contact-us-main .contact-content ul li .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 6px 24px 0px rgb(0 0 0 / 10%);
  color: #664bc4;
  font-size: 24px;
  transition: 0.5s;
}
.contact-us-main .contact-content ul li:hover .icon{
  background-color: #664bc4;
  color: #fff;
}
.contact-us-main .contact-content ul li a{
  padding-left: 15px;
  display: block;
  width: calc(100% - 30px);
}
.contact-us-main .contact-content ul li a h5{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161616;
}
.contact-us-main .contact-content ul li a h6{
  font-family: 'Nunito', sans-serif;
  color: #4f4e4e;
  font-size: 16px;
  line-height: 30px;
}
.contact-us-main .contact-content ul li a[href]:hover h6{
  color: #664bc4;
  text-decoration: underline;
}
.contact-us-main .contact-content h3{
  font-size: 24px;
  line-height: 36px;
  color: #161616;
  font-weight: 700;
  margin: 25px 0 15px;
}
.contact-us-main .contact-content .input-field input{
  height: 50px;
  width: 100%;
  border-radius: 25px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #c4cdd7;
  outline: none;
  margin-bottom: 20px;
  transition: 0.3s;
}
.contact-us-main .contact-content .input-field textarea{
  height: 120px;
  width: 100%;
  border-radius: 25px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #c4cdd7;
  outline: none;
  margin-bottom: 20px;
  transition: 0.3s;
}
.contact-us-main .contact-content .input-field textarea:focus,
.contact-us-main .contact-content .input-field input:focus{
  border-color: #664bc4;
  box-shadow: 0px 14px 13px 0px rgb(109 75 196 / 8%);
}
.contact-us-main .contact-content .input-field button{
  background: linear-gradient(146deg, rgba(106,75,196,1) 0%, rgba(203,91,188,1) 50%, rgba(106,75,196,1) 100%);
  background-size: 200%;
  background-position: left;
  padding: 15px 45px;
  border-radius: 25px;
  color: #fff;
  border: none;
  outline: none;
  transition: 0.5s;
  text-transform: capitalize;
}
.contact-us-main .contact-content .input-field button:hover{
  background-position: right;
}
.popup-contact .popup-contact-dialog .modal-content{
  position: relative;
  border: none;
  box-shadow: 0px 15px 38px rgb(0 0 0 / 10%);
  border-radius: 20px;
  padding: 20px 30px;
}
.popup-contact .popup-contact-dialog .modal-content .btn-close{
  position: absolute;
  top: 10px;
  background-size: 10px;
  right: 10px;
}
.popup-contact .popup-contact-dialog .modal-content .contact-content h5{
position: relative;
font-size: 18px;
line-height: 20px;
color: #54e0c4;
margin-bottom: 10px;
}
.popup-contact .popup-contact-dialog .modal-content .contact-content h5::before {
content: "\f053";
font-family: "Font Awesome 6 Pro";
font-size: 14px;
padding: 0 5px;
}
.popup-contact .popup-contact-dialog .modal-content .contact-content h5::after {
content: "\f054";
font-family: "Font Awesome 6 Pro";
font-size: 14px;
padding: 0 5px;
}
.popup-contact .popup-contact-dialog .modal-content .contact-content h3{
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #161616;
  margin: 20px 0;
}
.popup-contact .popup-contact-dialog .modal-content .contact-content .input-field input{
  height: 50px;
  width: 100%;
  border-radius: 25px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #c4cdd7;
  outline: none;
  margin-bottom: 20px;
  transition: 0.3s;
}

.popup-contact .popup-contact-dialog .modal-content .contact-content .input-field textarea{
  height: 120px;
  width: 100%;
  border-radius: 25px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #c4cdd7;
  outline: none;
  margin-bottom: 20px;
  transition: 0.3s;
}
.popup-contact .popup-contact-dialog .modal-content .contact-content .input-field button{
  background: linear-gradient(146deg, rgba(106,75,196,1) 0%, rgba(203,91,188,1) 50%, rgba(106,75,196,1) 100%);
  background-size: 200%;
  background-position: left;
  padding: 15px 45px;
  border-radius: 25px;
  color: #fff;
  border: none;
  outline: none;
  transition: 0.5s;
  text-transform: capitalize;
}
.popup-contact .popup-contact-dialog .modal-content .contact-content .input-field button:hover{
  background-position: right;
}

/*
    font-family: 'Nunito', sans-serif;
    font-family: 'Poppins', sans-serif;
*/
/************************** media-query **************************/
@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .header-main .custom-nav-item .custom-nav-link {
    padding: 10px;
  }
  .navbar-collapse {
    text-align: center;
    padding: 0 0 10px;
  }
  .header-right {
    display: block;
  }
  .header-main .header-right .header_search-button {
    display: block;
    margin: 10px 0;
  }
  .header-main .header-right .header-right-btn {
    margin: 0;
  }
  .header-main .navbar-brand {
    width: 110px;
  }
  .home-banner .banner-content {
    padding: 85px 0 50px;
  }
  .home-banner .banner-content .banner-content-text {
    width: 100%;
  }
  .home-banner .banner-content .banner-content-text h2 {
    font-size: 34px;
    line-height: 40px;
    margin: 20px 0;
  }
  .home-banner .banner-content .banner-content-text h4 {
    font-size: 20px;
  }
  .home-banner .banner-content .featured-banner {
    height: 60px;
    width: 60px;
    border-radius: 10px;
  }
  .home-banner .banner-content .featured-banner img {
    width: 35px;
  }
  .home-banner .banner-content .banner-content-text .banner-btns {
    margin-top: 15px;
  }
  .home-banner .banner-content .banner-content-text .banner-btns .btn-item {
    padding: 13px 20px;
  }
  .home-banner .banner-content figure {
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
  }
  .home-banner .banner-content figure .text-img,
  .home-banner .banner-content figure .w-img {
    display: none;
  }
  .home-banner .banner-content figure .banner-mobile {
    position: relative;
    top: 0;
    text-align: center;
    width: 70%;
  }
  .home-banner {
    max-height: unset;
  }
  .home-banner .banner-svg {
    width: 500px;
    top: 100px;
  }
  .home-banner .banner-left-social-icon{
    left: 0;
  }
  .crypto-payment{
    margin: 20px 0;
  }
  .crypto-payment .payment-item .card .item-icon .services_icon{
    font-size: 35px;
  }
  .crypto-payment .payment-item .card .item-icon .circle{
    width: 80px;
    height: 80px;
  }
  .crypto-payment .payment-item .card{
    padding: 30px 25px;
  }
  .crypto-payment .payment-item .card .text-item{
    padding-top: 20px;
  }
  .crypto-payment .payment-item .card .text-item h3{
    font-size: 18px;
    line-height: 30px;
  }  
  .crypto-payment .payment-item .card .text-item p{
    font-size: 15px;
  }
  .crypto-payment .payment-item .card .text-item a{
    font-size: 14px;
  }
  .crypto-payment .about-content{
    margin-top: 30px;
    width: 100%;
  }
  .crypto-payment .letter-a{
    left: -20px;
    bottom: -30px;
    width: 200px;
  }
  .app-benefits-sec .benefit-tag{
    font-size: 16px; 
  }
  .app-benefits-sec h3{
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
  .app-benefits-sec .tabs-btn button{
    font-size: 12px;
    padding: 5px 15px;
  }
  .app-benefits-sec .tabs-content ul li i{
    font-size: 22px;
  }
  .app-benefits-sec .tabs-content ul li p{
    font-size: 14px;
    line-height: 25px;
    padding-left: 15px;
  }
  .app-benefits-sec .map-featured{
    top: 80px;
    width: 100%;
    z-index: -1;
  }
  .counter-sec{
    margin: 50px 0;
  }
  .counter-sec .counter-content ul{
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .counter-sec .counter-content ul li{
    width: 50%;
  }
  .counter-sec .counter-content ul li h4{
    font-size: 30px;
  }
  .counter-sec .counter-content ul li h6{
    font-size: 14px;
  }
}
