/* Font Family Prompt */

@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&amp;family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;family=Prompt: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&amp;family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Prompt", sans-serif;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  color: var(--c2);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  background: var(--c1);
}
:root {
  --c1: #000;
  --c2: #fff;
  --c3: #642c94;
  --c4: #a73ac1;
  --c5: #240449;
}
::selection {
  background: var(--c4);
  color: var(--c2);
}
.thankyou a {
    color: var(--c2);
    border: 1px solid var(--c2);
    padding: 12px 25px;
    font-size: 14px;
    border-width: 1px 5px 1px 5px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s;
    background: transparent;
    margin-top: 30px;
}

.thankyou a:hover {
    background: var(--c3);
    border-color: transparent;
}
/* Wrapper */

.wrapper {
  overflow: hidden;
}

/* Custom Scrollbar */

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--c2);
}
::-webkit-scrollbar-thumb {
  background: var(--c3);
}
.responsive-menu-main::-webkit-scrollbar {
  width: 3px;
}

/* Responsive Menu Button */

.mob-menu-box a {
  color: var(--c2);
  margin-left: 20px;
}
.mob-menu-box a {
  padding: 12px 18px;
}
.mob-menu-box i {
  font-size: 18px;
}

/* Responsive Menu Css */

.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99999;
  width: 100%;
  background-image: url(../images/techno-mobile.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.9s;
  height: 100%;
}
.responsive-menu-main {
  text-align: center;
  position: relative;
  height: 100%;
}
.responsive-links {
  margin-top: 40px;
}
.responsive-links ul li {
  position: relative;
  margin-bottom: 30px;
}
.responsive-links > ul > li > i {
  position: absolute;
  left: 23%;
  top: 5px;
  color: #fff;
}
.responsive-links ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.responsive-icon {
  position: absolute;
  top: 31px;
  right: 40px;
}
.responsive-icon a {
  padding: 12px 18px;
  color: var(--c2);
  font-size: 40px;
}
.responsive-menu.open {
  left: 0;
}

/* Main Title */

.title h2 {
  color: var(--c2);
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
}
.title h2:after {
  position: absolute;
  content: "";
  background: var(--c2);
  height: 2px;
  width: 160px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}

/* web-btn */

.web-btn {
  display: inline-block;
}
.web-btn a,
.submit-btn input {
  color: var(--c2);
  border: 1px solid var(--c2);
  padding: 12px 25px;
  font-size: 14px;
  border-width: 1px 5px 1px 5px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s;
  background: transparent;
}
.web-btn a:hover,
.submit-btn input:hover {
  background: var(--c3);
  border-color: transparent;
}

/* main-btn */

.main-btn {
  display: inline-block;
}
.main-btn a {
  color: var(--c2);
  font-size: 20px;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}
.main-btn a:hover {
  color: var(--c3);
}
.main-btn a:before {
  position: absolute;
  content: "";
  top: 5px;
  left: -30px;
  background: var(--c2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.5s;
}
.main-btn a:hover:before {
  background: var(--c3);
}
.main-btn a:after {
  width: 80px;
  height: 80px;
  position: absolute;
  content: "";
  border: 3px solid var(--c3);
  border-radius: 50%;
  top: -30px;
  left: 70px;
  z-index: -1;
  transition: all 0.5s;
}

/* Inner Page Section Title */

.i-p-title h3 {
  font-size: 56px;
  color: var(--c2);
  text-align: center;
  font-weight: 700;
}

/* Main Header */
.header.scrolled {
    position: fixed;
    background: #000000ed;
    transition: 0.5s;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 10px 0px;
}

header .web-btn a {
  text-wrap: nowrap;
}

.nav-items {
  display: flex;
  justify-content: center;
}
.nav-items nav ul {
  display: flex;
}
.nav-items nav ul li a {
  color: var(--c2);
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: all 0.6s;
}
.nav-items > nav > ul > li > a:hover {
  color: var(--c3);
  border-bottom: 2px solid var(--c3);
}
.nav-items ul > li.active > a {
  color: var(--c3);
  border-bottom: 2px solid var(--c3);
}
.nav-items ul > li.active > a:hover {
  color: var(--c2);
  border-color: var(--c2);
}

/* Header sub-menu */

.nav-items nav ul li ul {
  position: absolute;
  color: var(--c1);
  background-color: #171515;
  flex-direction: column;
  top: 74%;
  width: 260px;
  transition: all 0.5s;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  visibility: hidden;
  opacity: 0;
}
.nav-items nav ul li ul li a {
  padding: 10px 25px;
  display: block !important;
  transition: all 0.5s;
}
.nav-items nav ul li ul li a:hover {
  background-color: var(--c3);
}
.nav-items ul li i {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 800;
}
.nav-items nav ul li ul li:last-child {
  border: none;
}
.nav-items nav ul li ul li {
  padding: 0;
  position: relative;
}
.nav-items nav ul li:hover ul {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

/* Section Banner */

.main-home {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.main-home:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--c1);
  opacity: 0.65;
  z-index: 1;
}
.banner-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content {
  position: relative;
  z-index: 99;
}
.banner-title h1 {
  font-size: 70px;
  letter-spacing: 4px;
  font-weight: 700;
  color: var(--c2);
  margin-bottom: 30px;
}
.banner-title p {
  width: 80%;
  margin: 0 auto;
  font-weight: 400;
}
.banner-btn {
  margin-top: 60px;
}
.header-btn i {
  padding-right: 6px;
}
.banner-img {
  position: absolute;
  z-index: 1;
  color: #240449;
}
.one {
  width: 750px;
  right: -430px;
  animation: toptobottom 5s infinite;
}
.two {
  left: 250px;
  top: 120px;
  animation: toptobottom 5s infinite;
}
.two i {
  font-size: 50px;
}
.three {
  right: 230px;
  animation: toptobottom 5s infinite;
  top: 320px;
}
.three i {
  font-size: 450px;
}
.four i {
  font-size: 100px;
}
.four {
  bottom: 100px;
  left: 250px;
  animation: toptobottom 5s infinite;
}

@keyframes toptobottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translate3d(40px, -20px, 30px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* section-marquee */

.marquee-slider {
  margin-top: 60px;
}
.marquee-slider .slider-left-right {
  transition: all 0.7s;
}
.marquee-slider .marquee {
  position: relative;
  height: 90px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-slider .marquee--inner {
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
  display: flex;
}
.marquee--inner > span div span {
  position: relative;
}
.marquee-slider .marquee span {
  color: var(--c2);
  letter-spacing: 5px;
  font-weight: 300;
  transition: all 0.7s;
  font-size: 100px;
}
.marquee-slider .marquee strong {
  font-weight: 700;
}
.marquee-slider .slider-right-left {
  transition: all 0.7s;
  width: 100%;
}
.marquee-slider .slider-right-left .marquee--inner {
  animation: marquee-right 20s linear infinite;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

/* Section Partners */

.partners {
  padding: 110px 0px 140px 0px;
}
.partners-logo img {
  width: 280px;
  height: 120px;
  object-fit: contain;
}

/* Section About */

.about-btn {
  margin-top: 20px;
}
.about-image-main {
  position: relative;
}
.about-svg {
  position: absolute;
  top: 50px;
  right: -100px;
  z-index: -1;
}

/* Section Service Tabs */

.service {
  padding: 150px 0px;
}
.service-title {
  text-align: center;
}
.btns-tabs {
  margin: 50px 0px 40px 0px;
}
.btns-tabs .nav {
  gap: 10px;
  justify-content: center;
}
.btns-tabs .nav-tabs {
  border-bottom: 0;
}
.btns-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--c2);
  background-color: var(--c3);
  border-color: unset;
}
.btns-tabs .nav-tabs .nav-link {
  border: 0 !important;
}
.btns-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: unset;
  background: var(--c3);
  color: var(--c2);
}
.btns-tabs .nav-link.active {
  background-color: var(--c3) !important;
  color: #fff !important;
}
.btns-tabs .nav-tabs .nav-link {
  border-radius: 50px !important;
  padding: 10px 40px;
  background: var(--c2);
  color: var(--c1);
}
.content-tab h2 {
  color: var(--c2);
  font-size: 45px;
  font-weight: 700;
}
.content-tab span {
  color: var(--c4);
}
.view-btn {
  display: flex;
  justify-content: space-evenly;
}

/* Section Why Choose Us */

.why-us,
.why-us-about {
  position: relative;
  z-index: 3;
}
.why-us-about .why-us-animation {
  top: -110px;
}
.why-us-animation {
  position: absolute;
  top: -150px;
  left: 90px;
  z-index: -1;
  width: 30%;
}
.why-us-title {
  margin-bottom: 80px;
  text-align: center;
}
.why-us-widg-main {
  text-align: center;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.3s;
  background-color: var(--c1);
}
.why-us-widg-main:hover {
  box-shadow: 0px 0px 10px 0px #642c94;
}
.widg-icon i {
  color: var(--c3);
  font-size: 70px;
}
.widg-content h3 {
  color: var(--c2);
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0px;
}
.widg-content p {
  font-size: 15px;
  margin: 0;
}

/* Section Programming Languages Slider */

.languages {
  padding: 110px 0px;
  position: relative;
}
.lines-animation {
  z-index: -1;
  position: absolute;
  right: 0;
  top: -220px;
}
.programming-languages {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 40px 0px;
}
.language img {
  width: 100px;
  filter: grayscale(1) invert(0.8);
  margin: 0 auto;
}

/* Section Packages */

.packages-title {
  text-align: center;
}
.package-box {
  border: 1px solid var(--c2);
  border-radius: 10px;
  transition: all 0.3s;
  background: #101010;
}
.package-box:hover {
  box-shadow: 0px 0px 10px 2px var(--c3);
  border-color: var(--c3);
}
.package-header {
  background: var(--c3);
  padding: 20px 20px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  height: 100px !important;
}
.package-header h3 {
  color: var(--c2);
  font-size: 24px;
  font-weight: 500;
}
.package-price {
  text-align: center;
  padding: 40px 0px;
}
.package-price h2 {
  font-size: 65px;
  color: var(--c2);
  font-weight: 700;
}
.package-price del {
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
}
.package-price sup {
  font-size: 22px;
  font-weight: 800;
  top: -30px;
  left: -2px;
}
.package-list {
  height: 195px;
  overflow-y: auto;
}
.package-list::-webkit-scrollbar {
  width: 10px;
}
.package-list::-webkit-scrollbar-track {
  background: var(--c1);
  border-radius: 10px;
}
.package-list::-webkit-scrollbar-thumb {
  background: linear-gradient(
    360deg,
    rgba(100, 44, 148, 1) 56%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 10px;
}
.package-list ul li {
  color: var(--c2);
  font-size: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #404040;
  margin: 0px 20px;
  padding-bottom: 10px;
  padding-top: 4px;
}
.package-list ul li i {
  font-size: 1.3em;
  margin-right: 10px;
}
.package-buy-btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.package-buy-btn a {
  border: 2px solid var(--c2);
  font-size: 12px;
  padding: 12px 40px;
  border-radius: 50px;
  background: var(--c3);
  color: var(--c2);
  transition: all 0.3s;
}
.package-buy-btn a:hover {
  transform: scale(1.1);
  background: var(--c2);
  color: var(--c1);
}
.package-buy-btn p {
  font-size: 13px;
  margin-top: 20px;
  color: #dfdfdf;
  font-weight: 400;
}
.package-contact {
  padding-bottom: 40px;
  margin-left: 50px;
}
.package-contact ul {
  display: flex;
  gap: 70px;
}
.package-contact ul li {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.package-contact ul li .icon-btn {
  color: var(--c2);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--c3);
  border-radius: 50%;
  font-size: 11px;
  transition: all 0.3s;
}
.package-contact ul li .icon-btn:hover {
  color: var(--c3);
  background: var(--c2);
  transform: scale(1.1);
}
.package-contact ul li a {
  font-size: 13px;
  color: var(--c2);
}

/* Section Our Portfolio */

.portfolio {
  margin-top: 120px;
  position: relative;
}
.circle-animation {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.circle-animation-end {
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: -1;
}
.tab-content {
  position: relative;
  z-index: 1;
}
.portfolio-title {
  text-align: center;
}
.portfolio .btns-tabs .nav-tabs .nav-link {
  padding: 10px 65px;
}
.m-bottom {
  margin-bottom: 30px;
}
.web-image a {
  display: block !important;
}
.web-image-main:hover .web-image img {
  object-position: bottom;
}
.web-image img {
  height: 600px;
  object-fit: cover;
  object-position: top;
  transition: all 1s ease;
  border-radius: 5px;
}

/* Section Our Client */

.client {
  margin-top: 120px;
}
.client-box {
  margin-left: 60px;
  cursor: grabbing;
}
.client h2:after {
  left: 0%;
  transform: translateX(0%);
}
.client-say p {
  padding-right: 80px;
}
.client-profile {
  display: flex;
  gap: 10px;
  align-items: center;
}
.client-profile-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50px;
}
.client-about h4 {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--c2);
  font-weight: 300;
  padding-bottom: 4px;
}
.client-about h5 {
  color: var(--c3);
  font-size: 14px;
  font-weight: 700;
}
.client-slider .slick-dots {
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
.client-slider .slick-dots li button {
  color: transparent;
  border: 0;
  width: 40px;
  height: 3px;
}
.client-slider .slick-dots li.slick-active button {
  background-color: #240449;
}
.client-image {
  overflow: hidden;
}
.client-image img {
  transition: all 0.6s;
}
.client-image img:hover {
  transform: scale(1.2);
}

/* Section Counter */

.counter {
  background-image: url(../images/counter-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0px;
  position: relative;
}
.counter:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  top: 0;
  left: 0;
  opacity: 0.85;
}
.counter-main {
  position: relative;
  text-align: center;
}
.count h2 {
  font-size: 80px;
  color: var(--c2);
  font-weight: 600;
}
.count p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 auto;
  width: 40%;
  line-height: 30px;
}

/* Section Contact */

.col-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.col-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff00 0%, #000000 100%);
  opacity: 0.5;
}
.contact-info-main {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-icon a {
  color: var(--c2);
  font-size: 70px;
}
.contact-info ul li h3 {
  color: var(--c2);
  font-size: 25px;
  font-weight: 600;
}
.contact-info ul li a {
  color: var(--c2);
}
.contact-main {
  margin: 0px 60px;
  padding: 80px 0px;
}
.contact-title h2 {
  padding-right: 40px;
}
.contact-title h2:after {
  left: 0;
  transform: translateX(0%);
}
.contact-form {
  margin-top: 30px;
}
.form-field {
  margin: 0px 6px 40px 6px;
}
.contact .row:first-child .col-lg-8 .row .col-lg-12 .form-field {
  margin: 0px;
}
.form-field input,
.form-field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid var(--c2);
  padding: 10px 15px;
  transition: all 0.6s;
  color: var(--c2);
}
.form-field textarea {
  height: 120px;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--c3);
}
.submit-btn {
  margin-top: 30px;
}
.submit-btn input#submit {
  width: 24%;
}

/* Section Need Help */

.help {
  background: var(--c3);
  padding: 30px 0px;
}
.need-help {
  text-align: center;
}
.need-help h3 {
  font-size: 22px;
  font-weight: 500;
}
.need-help a {
  color: var(--c2);
}

/* Inner Pages */

/* Inner Header Section */

.inner-header {
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header-title {
  position: relative;
}
.inner-header-title h2 {
  color: var(--c2);
  font-weight: 700;
  font-size: 50px;
}

/* plans-pricing Section */

.plans-pricing {
  padding: 80px 0px 120px 0px;
}
.plans-pricing .btns-tabs .nav-tabs .nav-link {
  padding: 10px 52px;
}

/* customer-reviews Section */

.customer-reviews {
  padding: 100px 0px;
  position: relative;
}
.testimonials-animation {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.customer-reviews-title {
  margin-bottom: 60px;
}
.customer-reviews-main {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 20px;
  transition: all 0.4s;
  background: var(--c1);
  position: relative;
}
.customer-reviews-main:hover {
  box-shadow: 0px 0px 10px 0px var(--c3);
}
.customer-reviews .client-profile-icon img {
  width: 55px;
  height: 55px;
}
.customer-reviews .client-about h4 {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
}
.customer-reviews .client-about h5 {
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 300;
}

/* about-us Section */

.about-us {
  padding: 80px 0px;
}
.about-us-content p {
  padding-right: 30px;
}

/* programming-about Section */

.programming-about .language img {
  filter: unset;
}

/* about-us-service Section */

.about-us-service {
  padding: 120px 0px 80px 0px;
}
.about-us-service .btns-tabs {
  margin: 40px 0px 40px 0px;
}
.about-us-service .btns-tabs .nav-tabs .nav-link {
  padding: 10px 45px;
}

/* why-us-about Section */

.why-us-about {
  padding: 100px 0px;
}
.why-us-about .why-us-title {
  margin-bottom: 50px;
}

/* Contact Widgets Section */

.contact-widg {
  padding: 100px 0px;
}
.contact-widg-title {
  margin-bottom: 40px;
}
.contact-widg-main {
  text-align: center;
  box-shadow: 0px 0px 10px 0px var(--c3);
  border-radius: 20px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px;
}
.contact-widg-icon {
  margin-bottom: 15px;
}
.contact-widg-icon i {
  font-size: 40px;
  color: var(--c2);
}
.contact-widg-info span,
.contact-widg-info a {
  color: var(--c2);
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
.contact-widg .f-social {
  margin-top: 60px;
}
.contact-widg .f-social ul li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

/* Google Map Section */

.g-map iframe {
  width: 100%;
  margin-bottom: -7px;
  height: 550px;
}

/* Services Section */

.services {
  padding: 100px 0px;
}
.services-main {
  text-align: center;
  margin-bottom: 20px;
  background: #121212;
  padding: 40px;
  border-radius: 20px;
  height: 300px;
  transition: all 0.4s;
}
.services-main:hover {
  box-shadow: 0px 0px 10px 0px var(--c3);
}
.services-about h2 {
  color: var(--c2);
  font-size: 30px;
}
.services-about p {
  margin: 0;
  padding: 25px 0px;
  font-size: 16px !important;
}
.learn-more-btn a {
  padding: 14px 40px;
  font-size: 16px;
}

/* Section About Services */

.about-services {
  padding: 80px 0px;
}
.title-service {
  text-align: center;
  margin-bottom: 30px;
}
.title-service h2 {
  font-weight: 700;
  font-size: 40px;
  color: var(--c2);
  margin-bottom: 20px;
}
.title-service p {
  font-weight: 400;
  padding: 0px 80px;
}
.services-widg-main {
  background: #121212;
  text-align: center;
  padding: 40px;
  border-radius: 20px;
  transition: all 0.4s;
}
.services-widg-icon i {
  color: var(--c2);
  font-size: 50px;
}
.services-widg-icon-title h3 {
  color: var(--c2);
  font-size: 25px;
}
.services-widg-icon {
  margin-bottom: 20px;
}
.services-widg-main:hover {
  box-shadow: 0px 0px 10px 0px var(--c3);
}

/* Section Service Pacakage */

.service-package {
  padding: 60px 0px 100px 0px;
}

/* Portfolio page */

.portfolio-upper-title {
  margin-top: 80px;
}
.portfolio-item {
  padding: 130px 0px;
}
.wellory,
.tap2map,
.palate-wizards,
.imobiliare,
.fly-cleaners,
.hudly,
.caxton-fx {
  background-color: #0b0b0b;
}
.title-portfolio h2:after {
  width: 70px;
  left: 0px;
  bottom: -20px;
  transform: translateX(0);
}
.title-portfolio h2 {
  margin-bottom: 50px;
}
.title-portfolio h3 {
  color: var(--c2);
}
.title-portfolio span {
  color: var(--c3);
}
.portfolio-about ul {
  display: flex;
  gap: 15px;
  margin: 30px 0px;
}
.portfolio-about ul li {
  color: var(--c2);
  background-color: hsla(0, 0%, 100%, 0.15);
  padding: 4px 30px;
  border-radius: 15px;
  font-size: 15px;
  text-align: center;
}
.portfolio-btn {
  margin-top: 25px;
}
.portfolio-image img {
  width: 450px;
  margin: 0 auto;
}
.potfolio-main-title p {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

/* Case Study Page With Same Layout */

.tenor-banner-image img {
  width: 750px;
  margin: 0 auto;
}
.tenor-title p {
  width: 30%;
  margin: 0 auto;
}
.tenor-title {
  margin-bottom: 60px;
}
.tenor-about,
.tenor-challenge,
.tenor {
  margin-top: 100px;
}
.tenor-image img,
.tenor-challenge-image img {
  width: 300px;
}
.tenor-about-content h2:after {
  transform: translateX(0);
  left: 0;
}
.tenor-challenge-content {
  text-align: right;
}
.tenor-challenge-content h2:after {
  right: 0;
  transform: translateX(0%);
  left: unset;
}
.tenor-testimonial-image img {
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
}
.tenor-testimonial-content p {
  width: 60%;
  font-size: 20px;
  margin: 0 auto;
  padding: 20px 0px;
}
.tenor-testimonial-content {
  text-align: center;
}
.tenor-testimonial-content span {
  color: var(--c3);
  font-size: 20px;
  font-weight: 500;
}
.tenor-testimonials {
  background: #0b0b0b;
  padding: 60px 0px;
  margin-top: 100px;
}
.app-main {
  text-align: center;
  padding: 100px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.app-main:after {
  position: absolute;
  content: "";
  width: 160px;
  height: 2px;
  background: var(--c2);
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.app-icon i {
  color: var(--c3);
  font-size: 50px;
  margin-bottom: 10px;
}
.app-name h2 {
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--c2);
}
.send-details {
  padding: 100px 0px;
  background: linear-gradient(204deg, #b674ef, #2a0d42);
  text-align: center;
}
.send-details-title h2 {
  color: var(--c2);
  font-size: 40px;
  font-weight: 700;
}
.send-details-title p {
  font-size: 20px;
}
.send-details-btn {
  margin-top: 70px;
}
.other-projects {
  padding: 100px 0px;
}

/* Case Study Tap2Map */

.white-bg p {
  color: var(--c1);
}
.tapmap-step-one {
  position: relative;
  padding: 250px 0px;
  background: linear-gradient(45deg, #8135dd 80%, #8b36dc);
  z-index: 2;
}
.tapmap-img {
  position: absolute;
  right: 5%;
  top: 8%;
  width: 45%;
  height: auto;
  z-index: 3;
}
.tapmap-line-img {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 80%;
  z-index: -1;
}
.tapmap-step-two {
  padding: 300px 0px;
  position: relative;
  background: linear-gradient(180deg, #8135dd 50%, #8840e3);
  z-index: 3;
}
.tapmap-two-img {
  width: 60%;
  position: absolute;
  top: 30%;
  left: 25%;
  z-index: -1;
}
.tapmap-middle-img-sec {
  position: relative;
}
.tapmap-middle-img-sec:before,
.tapmap-middle-img-sec:after,
.tapmap-mob-sec:after {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 9%;
  background-image: url(../images/dots-top.webp);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}
.tapmap-middle-img-sec:before {
  top: 0;
}
.tapmap-middle-img-sec:after {
  bottom: 0;
  background-image: url(../images/dots-bottom.webp);
}
.tapmap-mob-sec:after {
  background-image: url(../images/zigzag_bullets.webp);
  bottom: 0;
}
.tapmap-mob-sec {
  position: relative;
  padding: 150px 0px 210px 0px;
}
.tapmap-mob-image {
  position: absolute;
  right: 0;
  width: 22%;
  top: 30px;
}
.tapmap-mob-title {
  width: 40%;
  margin-left: 40px;
}
.tapmap-step-three {
  padding: 90px 0px;
}
.tapmap-step-four-box-title h2 {
  color: var(--c3);
  margin-bottom: 30px;
  font-weight: 400;
}
.tapmap-step-four {
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #2b2024;
}
.tapmap-step-four-icon {
  margin-bottom: 60px;
}
.tapmap-step-four-main-box {
  margin-top: 120px;
}
.tapmap-step-four-line-img {
  position: absolute;
  width: 100%;
  bottom: -18%;
  z-index: 2;
  left: 0px;
}
.tapmap-step-four .step-four-content h2:before,
.tapmap-team-sec .step-eight-content h2:before,
.tapmap-step-seven .step-seven-content h2:before {
  z-index: 3;
  color: #000000 !important;
}
.tapmap-step-four.list:after,
.tapmap-team-sec:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -5.5%;
  left: 0;
  background-image: url(../images/ui-bottom-pattern.webp);
  background-size: contain;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
}
.tapmap-team-sec:after {
  bottom: -21.5%;
}
.tapmap-step-five-img {
  transform: scale(1.1);
  margin-top: -270px;
  z-index: -1;
  position: relative;
}
.tapmap-step-five {
  padding: 200px 0px;
}
.step-four-content p {
  color: var(--c2);
}
.tapmap-new-projects .step-title h2:before,
.tapmap-flight-mode .step-title h2:before {
  display: none;
}
.tapmap-new-projects {
  padding: 120px 0px;
}
.tapmap-project-line-img {
  position: absolute;
  top: -2.5%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.tapmap-flight-img {
  width: 75%;
  margin-left: auto;
  margin-top: -26%;
}
.tapmap-flight-line-img {
  position: absolute;
  top: -8%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.tapmap-flight-mode {
  padding: 90px 0px;
}
.tapmap-used-box-title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.tapmap-used-box-title img {
  width: 35px;
  height: auto;
}
.tapmap-used-box-title h3 {
  color: var(--c2);
  font-size: 24px;
  font-weight: 400;
}
.tapmap-used-boxes {
  padding-right: 178px;
}
.tapmap-used-box-content p {
  color: var(--c2);
}
.tapmap-step-seven {
  padding: 120px 0px;
  background-color: #2b2024;
}
.tapmad-team-sec {
  padding: 120px 0px;
}
.tapmap-team-box-img {
  width: 50%;
  margin: 0 auto;
}
.tapmap-team-box-content {
  text-align: center;
  color: var(--c2);
}
.tapmap-team-box-content h3 {
  font-size: 23px;
  margin: 10px 0px;
  font-weight: 600;
}
.tapmap-team-sec {
  padding: 150px 0px;
  background: #2b2024;
}
.tapmap-team-line-img {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.tapmap-app-store {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 160px 0px;
}
.tapmap-app-content > img {
  width: 50%;
  margin-bottom: 35px;
}
.tapmap-app-content h4 a {
  color: var(--c1);
  font-weight: 400;
}
.app-store-logo {
  width: 30%;
  margin-top: 35px;
}
.tapmap-quota-content i {
  font-size: 40px;
  color: var(--c1);
  margin-bottom: 60px;
}
.tapmap-quota-content {
  text-align: center;
  padding: 0px 60px;
}
.tapmap-quota-content h3 {
  color: var(--c1);
  margin-bottom: 20px;
}
.tapmap-step-six .step-six-content img {
  width: 20%;
  margin: 30px 70px 0px auto;
}

.tapmap-step-six {
  padding: 100px 0px 250px 0px;
}
.tapmap-step-six-line-img {
  position: absolute;
  top: -35%;
  left: 0;
  z-index: -1;
  width: 100%;
}
.tapmap-capture-process {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.tapmap-capture-process:before {
  background-image: url(../images/intro-pattern.webp);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.tapmap-capture-process-content img {
  width: 40%;
  margin-bottom: 20px;
  margin: 0px auto 20px auto;
}
.tapmap-capture-process-content h4 {
  color: var(--c2);
  font-weight: 400;
  text-align: center;
}
.tapmap-capture-process-content {
  margin-top: 100px;
}
.tapmap-capture-list {
  position: absolute;
  width: 100%;
  bottom: 4%;
  left: 0;
}
.tapmap-capture-list ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.tapmap-capture-list ul li {
  background-color: hsla(0, 0%, 100%, 0.15);
  padding: 5px 40px;
  border-radius: 50px;
  color: var(--c2);
  font-size: 13px;
}
.white-bg {
  background-color: var(--c2);
  position: relative;
  z-index: 2;
}
.white-bg .step-title h2:before {
  color: #808080;
}
.white-bg .step-title h2 {
  color: var(--c3);
}
.tapmap-step-two .step-title h2,
.tapmap-step-two .step-title p,
.tapmap-step-one .step-title h2,
.tapmap-step-one .step-title p {
  color: var(--c2);
}
.tapmap-step-two .step-title h2:before,
.tapmap-step-one .step-title h2:before {
  color: #2b2024;
}
.step-three-content ul li {
  list-style: disc;
  color: var(--c1);
  margin-left: 20px;
  font-weight: 300;
  line-height: 26px;
}
.tapmap-step-seven .step-seven-content,
.tapmap-team-sec .step-eight-content {
  position: unset;
  width: unset;
}
.tapmap-step-six .step-six-content {
  position: unset;
}

/* Case Study OnTapp */

.ontapp-image {
  position: absolute;
}
.step-one {
  margin-top: 450px;
}
.on-tapp-left {
  left: 0;
  width: 500px;
}
.case-study-description {
  text-align: center;
  margin-top: 150px;
}
.on-tapp-logo img {
  width: 200px;
  margin: 0 auto;
}
.case-study-description p {
  width: 50%;
  margin: 0 auto;
  padding: 100px 0px;
  font-size: 26px;
  font-weight: 700;
}
.case-study-about .portfolio-about ul {
  margin: 0;
}
.case-study-about .portfolio-about {
  display: flex;
  justify-content: center;
}
.on-tapp-right {
  right: 0;
}
.step-two {
  margin-top: 450px;
  position: relative;
}
.step-two-bg-image {
  position: absolute;
  top: -200px;
  left: 0;
  width: 220px;
}
.case-study-about,
.step-three,
.step-four,
.step-five,
.step-six,
.step-seven,
.step-eight,
.step-nine,
.step-tenth,
.step-eleventh,
.step-twelveth,
.step-four {
  margin-top: 150px;
}
.step-five {
  position: relative;
}
.step-five-bg-image {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 90px;
}
.setp-seven-main {
  position: relative;
}
.step-seven {
  position: relative;
}
.step-seven-bg-image {
  position: absolute;
  bottom: -280px;
  width: 70%;
  right: 0;
  mix-blend-mode: difference;
}
.step-seven-content {
  position: absolute;
  top: 60px;
  width: 25%;
  left: 50px;
}
.color-box {
  width: 80%;
  margin: 0 auto;
  background: #ee2355;
  border-radius: 16px;
  height: 100px;
  margin-bottom: 80px;
  position: relative;
}
.color-box span {
  position: absolute;
  bottom: -10px;
  padding: 10px;
  background: #1e1e1e;
  color: #999;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-weight: 600;
}
.extra-bold {
  margin-bottom: 80px;
}
.extra-bold p,
.extra-bold h2 {
  font-weight: 600;
}
.light h2 {
  font-weight: 100;
}
.extra-bold h2,
.light h2 {
  color: var(--c2);
  font-size: 40px;
  margin-bottom: 10px;
}
.play-store {
  background-image: url(../images/banner-img.webp);
  padding: 150px 0px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 999;
  margin-top: 120px;
}
.ontapp-web img {
  width: 30%;
  margin-bottom: 20px;
}
.ontapp-web a {
  color: var(--c2);
  font-size: 24px;
  font-weight: 600;
}
.play-store:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, transparent, #000 100%, #000 0);
  opacity: 0.6;
  z-index: -1;
  top: 0;
}
.step-one,
.step-three,
.step-nine,
.step-tenth {
  position: relative;
}
.step-title h2 {
  color: var(--c2);
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
  position: relative;
}
.step-title h2:before {
  position: absolute;
  content: "01";
  top: -65px;
  left: 0;
  color: var(--c4);
  font-size: 125px;
  font-weight: 300;
  z-index: -1;
  opacity: 0.2;
}
.step-two-content h2:before {
  content: "02";
}
.step-three-content h2:before {
  content: "03";
}
.step-four-content h2:before {
  content: "04";
}
.step-five-content h2:before {
  content: "05";
}
.step-six-content h2:before {
  content: "06";
}
.step-seven-content h2:before {
  content: "07";
}
.step-eight-content h2:before {
  content: "08";
}
.step-nine-content h2:before {
  content: "09";
}
.step-tenth-content h2:before {
  content: "10";
}
.step-eleventh-content h2:before {
  content: "11";
}
.step-twelveth-content h2:before {
  content: "12";
}
.step-twelveth-content:before {
  position: absolute;
  background-image: url(../images/oval.webp);
  width: 380px;
  height: 380px;
  content: "";
  top: -180px;
  right: -100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.step-1-bg-image {
  position: absolute;
  right: 0;
  width: 40%;
  top: -50px;
}
.step-twelveth {
  position: relative;
}
.step-twelveth-content {
  position: absolute;
  right: 320px;
  z-index: 999;
}
.step-twelveth:before {
  position: absolute;
  left: 0;
  width: 70%;
  height: 15px;
  background: var(--c3);
  top: 0;
  content: "";
}
.step-two-image img {
  width: 80%;
  margin: 0 auto;
}
.step-two-content ul li {
  list-style: disc;
  color: var(--c2);
  margin-left: 20px;
  font-weight: 300;
  line-height: 26px;
}
.step-four {
  position: relative;
}
.step-four-bg-image {
  position: absolute;
  right: 0;
  top: 40%;
  width: 100px;
}
.step-five
  .row:nth-child(3)
  .col-lg-6:last-child
  .colors
  .row
  .col-lg-4:nth-child(4)
  .color-box,
.step-five
  .row:nth-child(3)
  .col-lg-6:last-child
  .colors
  .row
  .col-lg-4:nth-child(5)
  .color-box,
.step-five
  .row:nth-child(3)
  .col-lg-6:last-child
  .colors
  .row
  .col-lg-4:last-child
  .color-box {
  margin-bottom: 0;
}
.step-three:before,
.step-tenth:before {
  position: absolute;
  content: "";
  background-image: url(../images/red_curved_line.png);
  background-size: 100% 100%;
  width: 100%;
  height: 300px;
  top: -220px;
}
.step-tenth:before {
  background-image: url(../images/red-line.webp);
}
.step-three-image img {
  width: 80%;
  margin: 0 auto;
}
.step-four-image img {
  width: 70%;
  margin: 0 auto;
}
.step-four-content strong {
  color: var(--c2);
}
.step-six-image-1 img {
  width: 70%;
  margin: 0 auto;
}
.step-six-image-2 img {
  width: 30%;
}
.step-six-image-3 img {
  width: 70%;
}
.step-six-image-3 {
  margin-top: 50px;
}
.step-tenth-bg-image {
  position: absolute;
  right: 0;
  width: 250px;
  bottom: -150px;
}
.step-eleventh .client-profile {
  margin-top: 50px;
}
.step-eleventh .client-box {
  margin: 0;
}
.step-eleventh .client-say p {
  padding-right: 0;
  font-size: 22px;
  font-weight: 600;
}
.step-eleventh .slick-dots {
  display: none !important;
}
.step-six-main {
  position: relative;
}
.step-six {
  position: relative;
}
.step-six-bg-image {
  position: absolute;
  bottom: -150px;
  width: 130px;
}
.step-six-content {
  position: absolute;
  top: 0;
  left: 300px;
}
.step-eight-main {
  position: relative;
}
.step-eight {
  position: relative;
}
.step-eight-bg-image {
  position: absolute;
  bottom: -400px;
  width: 70%;
  left: 0;
  mix-blend-mode: difference;
}
.step-eight-content {
  position: absolute;
  top: 60px;
  right: 10%;
  width: 25%;
}
.step-nine-bg-image {
  position: absolute;
  right: 0;
  width: 30%;
  top: 0px;
  z-index: -1;
}
.step-widg-main {
  background: #1e1e1e;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 20px;
}
.icon-widg i {
  color: var(--c4);
  font-size: 45px;
}
.step-10th-widg {
  display: flex;
  gap: 30px;
}
.widg-content span {
  color: var(--c2);
  font-weight: 600;
  font-size: 18px;
}
.widg-content ul li {
  list-style: disc;
  color: var(--c2);
  margin-left: 20px;
}
.step-tenth-content {
  margin-bottom: 140px;
}
.team-image {
  width: 80%;
  margin: 0 auto;
}
.team-person-about {
  text-align: center;
  margin-top: 30px;
}
.team-person-about strong {
  color: var(--c2);
}
.team-main {
  margin-top: 100px;
  position: relative;
  z-index: 9999;
}
.on-stores {
  display: flex;
  justify-content: end;
}
.step-eleventh .client-slider .slick-dots {
  justify-content: center;
}
.client-title.title {
    text-align: center;
}

.client-title.title h2::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.on-stores h2 {
  color: var(--c2);
  font-size: 24px;
  margin-bottom: 20px;
}
.stores {
  display: flex;
  gap: 30px;
  width: 70%;
}

/* Case Study Wellory */

.wellory-banner {
  margin-top: 150px;
  position: relative;
}
.wellory-logo {
  width: 70%;
}
.wellory-about h2 {
  color: var(--c2);
  font-size: 60px;
  width: 50%;
  font-weight: 600;
  margin-bottom: 150px;
}
.wellory-banner-side-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.title-case-study h2 {
  color: var(--c2);
  padding: 40px 0px;
  font-size: 40px;
}
.step-one-wellory {
  margin-top: 150px;
  background-image: url(../images/about-bg.webp);
  background-size: cover;
  background-position: top;
  height: 1040px;
}
.step-one-wellory-content {
  display: flex;
  gap: 50px;
}
.step-two-wellory {
  padding-top: 150px;
  background-color: #0b0b0b;
}
.step-three-content-wellory p {
  width: 80%;
}
.step-three-wellory {
  margin-top: 150px;
}
.wellory-color-box {
  height: 180px;
  border-radius: 40px 40px 40px 0px;
  width: 50%;
}
.color-wellory {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 50px;
}
.wellory-color-content h6 {
  color: var(--c3);
  padding-bottom: 30px;
  font-size: 20px;
}
.wellory-color-content ul li {
  color: var(--c2);
}
.step-five-wellory {
  margin-top: 150px;
}
.step-five-wellory-inner-title h3 {
  color: var(--c2);
  margin-bottom: 40px;
}
.step-five-wellory-title {
  margin-bottom: 50px;
}
.step-six-wellory {
  background-color: #0b0b0b;
  padding-top: 150px;
}
.customer-content h4 {
  color: var(--c4);
  font-size: 20px;
  margin-bottom: 30px;
}
.wellory-mbl-image img {
  border-radius: 40px;
  border: 6px solid var(--c3);
  transform: scale(.9);
}
.step-six-wellory .customer-image-mbl .row .col-lg-3:nth-child(even) .wellory-mbl-image,
.step-seven-wellory .customer-image-mbl .row .col-lg-3:nth-child(even) .wellory-mbl-image {
  margin-top: 80px;
}
.step-seven-wellory {
  margin-top: 150px;
}
.wellory-customer-big-image {
  margin-right: -100px;
}

/* Forms */

.logo-design-form {
  padding: 100px 0px;
}
.form-title h2:after {
  left: 0;
  transform: translateX(0%);
}
.logo-design-form {
  padding: 100px 0px;
}
.form-title h3 {
  color: var(--c3);
  margin: 50px 0px;
  font-weight: 700;
  letter-spacing: 2px;
}
.form-field-main {
  display: flex;
  flex-direction: column;
}
.form-field-main label {
  color: var(--c2);
}
.form-field-main input,
.form-field-main textarea,
.form-field-main select {
  width: 100%;
  outline: 0;
  background: transparent;
  border: 2px solid #404040;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 15px 0px;
  color: var(--c2);
  transition: all 0.5s;
}
.form-field-main option {
  background: var(--c3);
  color: var(--c2);
}
.form-field-main textarea {
  height: 195px;
}
.form-field-main input:focus,
.form-field-main textarea:focus {
  border-color: var(--c2);
}
.form-radio {
  display: flex;
  flex-direction: column;
}
.form-field-radio label {
  cursor: pointer;
}
.form-field-radio label input {
  display: none;
}
.form-field-radio label input:checked + span {
  background-color: var(--c3);
  color: var(--c2);
}
.form-field-radio label span {
  display: flex;
  padding: 12px 30px 12px 15px;
  border-radius: 40px;
  transition: 0.25s ease;
  color: var(--c2);
}
.form-field-radio label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #222;
}
.form-field-radio label span:before {
  content: "";
  background-color: #e6e6e5;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #222;
}
.color-theme input[type="radio"],
.design input[type="radio"] {
  display: none;
}
.design img {
  width: 90%;
  margin: 0 auto;
}
.color-theme label,
.design label {
  border: 2px solid transparent;
  display: block;
  transition: all 0.6s;
}
.design label {
  padding: 20px;
  border-radius: 12px;
  border: 2px solid var(--c3);
}
.color-theme input[type="radio"]:checked + label,
.design input[type="radio"]:checked + label {
  border: 2px solid white;
}
.color-theme p {
  text-align: center;
  margin: 10px 0px;
}
.form-field-main.color {
  margin-top: 50px;
}
.form-field-main.color input {
  padding: 8px;
  height: 60px;
  background: var(--c2);
}
.form-field-main small {
  padding-left: 10px;
  color: var(--c3);
  font-size: 12px;
}
.form-field-main img {
  margin: 0 auto;
  width: 80px;
}
.upload-file {
  border: 1px solid #80808069;
  padding: 15px;
  border-radius: 20px;
}
.design {
  margin-bottom: 30px;
}
.logo-design-form .row:nth-child(4) .row .col .design img {
  width: 140px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
}
.logo-design-form .row:last-child .col-lg-12 .submit-btn input {
  padding: 15px 50px;
}
.thankyou-page {
  padding: 100px 0px;
  text-align: center;
}
.color-select .row .col,
.font-logo .row .col {
  flex: 0 0 20%;
}
.logo-design-form form .row:nth-child(3) .row .design img {
  height: 70px;
  object-fit: contain;
  width: 150px;
  margin: 0 auto;
}

/* Terms & Condition */

.terms-area {
  padding: 100px 0;
}
.contact-title.title h3 {
  color: var(--c2);
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0px;
}
.terms-area li {
  color: var(--c2);
  list-style-type: circle;
  line-height: 30px;
  margin-bottom: 10px;
}
.terms-area ul {
  margin: 10px 20px;
}

/* Footer Main */

.f-main {
  padding: 60px 0px;
}
.f-logo img {
  width: 50%;
  margin-bottom: 2rem;
}
.f-logo p {
  font-size: 14px;
  font-weight: 400;
  padding-right: 40px;
}
.news-item-main {
  width: 90%;
  position: relative;
  margin-top: 30px;
}
.news-item-main input[type="email"] {
  width: 70%;
  padding: 10px 20px;
  outline: 0;
  font-size: 16px;
  color: var(--c2);
  background: transparent;
  border-color: var(--c2) !important;
  border-radius: 30px 0px 0px 30px;
  border-width: 1px 0px 1px 5px;
}
.news-item-main input[type="submit"] {
  background-color: transparent;
  color: var(--c2);
  outline: 0;
  width: 28%;
  transition: all 0.5s;
  border: 1px solid var(--c2);
  border-width: 1px 5px 1px 0px;
  border-radius: 0px 30px 30px 0px;
  padding: 10px 25px 10px 25px;
}
.news-item-main input[type="submit"]:hover {
  background-color: var(--c2);
  border-color: var(--c3);
  color: var(--c3);
}
.f-title h4 {
  color: var(--c2);
  font-size: 18px;
}
.f-links ul li a {
  color: var(--c2);
  font-size: 14px;
  transition: all 0.5s;
}
.f-links ul {
  padding-top: 30px;
}
.f-links ul li a:hover,
.f-about ul li a:hover {
  color: var(--c3);
}
.f-about ul {
  padding-top: 30px;
}
.f-about ul li {
  color: var(--c2);
  padding-bottom: 15px;
  font-size: 14px;
}
.f-about ul li a {
  color: var(--c2);
  transition: all 0.5s;
}

/* Footer Copyright & Social */

.copyight-boder {
  border-top: 1px solid;
  padding: 30px 0px;
}
.f-quick-links ul {
  display: flex;
  gap: 20px;
}
.f-links ul li {
  padding-bottom: 15px;
}
.f-quick-links ul li a {
  color: var(--c2);
  font-size: 14px;
  font-weight: 300;
  transition: all 0.5s;
}
.f-quick-links ul li a:hover {
  color: var(--c3);
}
.f-social {
  display: flex;
  justify-content: center;
}
.f-social ul {
  display: flex;
  gap: 20px;
}
.f-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--c2);
  border-radius: 50%;
  color: var(--c2);
  transition: all 0.3s;
}
.f-social ul li a:hover {
  color: var(--c3);
  border-color: var(--c3);
  transform: scale(1.1);
  opacity: 0.9;
}
.copyright {
  display: flex;
  justify-content: end;
}
.copyright p {
  font-size: 14px;
  margin: 0;
}





/*Contact Modal*/

.modal-content .contact-form input::placeholder,
.modal-content .contact-form textarea::placeholder {
  color: #000;
  font-family: sans-serif !important;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 !important;
}

.modal-content button.btn-close {
  background-color: #fff !important;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  padding: 20px;
  top: 35px;
  z-index: 99;
  opacity: 1;
  right: 0;
}

.modal-content .contact-form button {
  transition: 0.5s;
  background: #dc660b;
  border: 2px solid #dc660b;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
  padding: 17px 55px;
  line-height: 16px;
  margin-left: 10px;
}

.modal-content #close-modal {
  padding: 6px !important;
  position: absolute;
  top: -69px;
  left: auto;
  right: auto;
  margin: 0 !important;
  font-size: 40px;
}

.modal-content .contact-form input,
.modal-content .contact-form textarea {
  backdrop-filter: blur(10px);
  background-color: #ffffff;
  border: 0;
  color: #000 !important;
  padding: 18px 20px;
  border-radius: 3px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 13px;
  transition: 0.5s;
}

.modal-content .contact-form {
  position: relative;
  border: 2px solid #212529;
  border-radius: 10px;
  top: 100px;
  text-align: center;
  padding: 25px 40px;
  width: 100%;
  background-color: #212529;
}

p {
  font-size: 16px;
  color: white;
}

.modal-content .contact-form strong {
  color: #6e379d !important;
}

form#contact-modal {
  margin-top: 25px;
}

.modal-content .contact-form p {
  font-size: 13px;
}

.modal-content .contact-form h2,
.modal-content .contact-form strong {
  font-size: 29px;
  color: #fff;
  font-weight: 900;
}

input#submit-btn-modals {
    background: #6e379d !important;
    color: #fff !important;
    font-weight: 800 !important;
}


/* Pricing Slider */
/* .plans-pricing .pricing-slider .slick-dots {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}
.plans-pricing .pricing-slider .slick-dots li button {
  color: transparent;
  border: 0;
  width: 40px;
  height: 3px;
}
.plans-pricing .pricing-slider .slick-dots li.slick-active button {
  background-color: #240449;
}

.plans-pricing .pricing-slider .slick-dots {
  justify-content: center;
}

.plans-pricing .package-box {
    margin: 0 10px 0 0px;
} */
/* End Pricing Slider */

.owl-stage {
  display: flex !important;
}

.owl-stage-outer {
  overflow: hidden !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
}

button.owl-dot {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: white;
  border: 0;
}

button.owl-dot.active {
  background: #642C94;
}

.owl-nav button {
  top: initial !important;
  bottom: 50% !important;
  position: absolute !important;
  background: #642c94 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50px !important;
  font-size: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  transition: 0.5s !important;
}

.owl-nav button.owl-next {
  right: -60px !important;
}

.owl-nav button.owl-prev {
  left: -60px !important;
}

.owl-nav button:hover {
  transform: scale(1.5) !important;
  transition: 0.5s !important;
}





.position-relative {
  position: relative;
}
section.position-relative {
  z-index: 1;
}
.background-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grad-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(100 44 148);
  /* background: linear-gradient(180deg, rgba(20,160,167,1) 35%, rgba(0,212,255,0.4682247899159664) 100%); */
  opacity: .5;
}
.background-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-presence {
  padding: 10em 0;
}
.global-presence .title {
  font-size: 6em;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}
.global-presence .title span {
  /* outline */
-webkit-text-stroke: 1px #fff;
-webkit-text-fill-color: transparent;
}
.global-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3em;
}
.global-contacts li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 46%;
  text-align: center;
}
.global-contacts .flag {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  overflow: hidden;
}
.global-contacts .flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-contacts h3 {
  font-weight: 700;
  font-size: 4em;
  color: #fff;
  margin: 0;
}

.global-contacts a {
  color: #fff;
  font-size: 1.125em;
  width: 75%;
}



/*Testimonials*/
.reviews__area ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.reviews__area ul li {
    padding: 0 10px;
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #5f5f5f;
    width: 33.3%;
    line-height: 22px;
    transition: all .3s ease-in-out;
    display: inline-block;
    margin: 30px 0;
    float: left;
    clear: left;
    display: flex;
}

.reviews__area ul li .test_item {
    padding: 30px 30px 110px;
    float: left;
    display: flex;
    box-shadow: 0 0 10px #dddddded;
    align-items: flex-start;
    background: #ffffff;
}

.reviews__area ul li .test_item .initial {
    width: 30%;
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    display: none;
}

.reviews__area .testicontent {
    width: 100%;
    float: right;
    text-align: left;
    padding-left: 0px;
    display: flex;
    flex-flow: column-reverse;
}

.reviews__area .testicontent p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 500;
    font-style: italic;
    color: #66686c;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.customer-reviews .reviews__area .testicontent h4 {
    font-size: 20px;
    font-weight: 800;
    color: #000 !important;
}

.customer-reviews .reviews__area ul li * {
    color: #5f5f5f !important;
}


.reviews__area ul li:before{
    content: "";
    position: absolute;
    left: 40px;
    width: 110px;
    bottom: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/trustpilotlogo.png);
    background-size: contain;
}