@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
a, button, p, input, select, textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.app-testimonial-review-content span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

:root {
  /**
  @font family declaration
  */
  --tp-ff-teko: 'Teko', serif;
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-p: 'Poppins', sans-serif;
  --tp-ff-besley: 'Besley', serif;
  --tp-ff-mango-thin: 'MangoGrotesqueThin', serif;
  --tp-ff-mango-light: 'MangoGrotesqueLight', serif;
  --tp-ff-mango: 'MangoGrotesque', serif;
  --tp-ff-mango-medium: 'MangoGrotesqueMed', serif;
  --tp-ff-mango-semibold: 'MangoGrotesqueSemBd', serif;
  --tp-ff-mango-bold: 'MangoGrotesque', serif;
  --tp-ff-clash-light: 'ClashDisplay-Light', serif;
  --tp-ff-clash-regular: 'ClashDisplay-Regular', serif;
  --tp-ff-clash-medium: 'ClashDisplay-Medium', serif;
  --tp-ff-clash-semibold: 'ClashDisplay-Semibold', serif;
  --tp-ff-clash-bold: 'ClashDisplay-Bold', serif;
  --tp-ff-grotesk: 'Space Grotesk', serif;
  --tp-ff-platform: 'Platform', serif;
  --tp-ff-playfair: 'Playfair Display', serif;
  --tp-ff-satisfy: 'Satisfy', cursive;
  --tp-ff-dirtyline: 'dirtyline-36daysoftype-2022', serif;
  --tp-ff-phudu: 'Poppins', sans-serif;
  --tp-ff-poppins: 'Poppins', serif;
  --tp-ff-onest: 'Onest', serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-theme: #d4217f;
  --tp-common-white: #ffffff;
  --tp-common-black: #121212;
  --tp-common-black-2: #232323;
  --tp-common-black-3: #000;
  --tp-common-black-4: #0a0a0a;
  --tp-common-black-5: #121212;
  --tp-common-black-6: #212121;
  --tp-common-black-7: #0E0F11;
  --tp-common-black-8: #1a1b1e;
  --tp-common-black-9: #16302f;
  --tp-common-black-10: #21212D;
  --tp-common-cream: #f9f4e8;
  --tp-common-cream-2: #FFF6BF;
  --tp-common-cream-3: #ffffe6;
  --tp-common-yellow: #ffc446;
  --tp-common-yellow-1: #FFF669;
  --tp-common-yellow-green: #E9FF48;
  --tp-common-green-light: #D0FF71;
  --tp-common-green-regular: #C1ED00;
  --tp-common-green-1: #B4E717;
  --tp-common-green-solid: #17312F;
  --tp-common-pink-light: #FDE1DA;
  --tp-common-paste: #43D4A0;
  --tp-common-paste-2: #0C5752;
  --tp-common-sky: #C5FCFC;
  --tp-common-red: #FF4851;
  --tp-common-red-2: #FF481F;
  --tp-common-red-3: #FF5722;
  --tp-common-blue: #7463FF;
  --tp-common-brown: #453030;
  --tp-grey-1: #f8f8f8;
  --tp-grey-2: #f1f1f1;
  --tp-grey-3: #F8F8FB;
  --tp-grey-4: #F6F8EF;
  --tp-coffe-1: #653624;
  --tp-coffe-2: #552411;
  --tp-cream-1: #B7AB98;
  --tp-cream-2: #CFC292;
  --tp-text-body: #2e2d2d;
  --tp-theme-green: #A0FF27;
  --tp-theme-pink: #EC6FD5;
  --tp-theme-yellow: #FFB701;
  --tp-border-1: #EAEBED;
  --tp-border-2: #e7e7e7;
}

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

html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1510px;
  }
  .container-1750 {
    max-width: 1750px;
  }
  .container-1680 {
    max-width: 1680px;
  }
  .container-1580 {
    max-width: 1580px;
  }
  .container-1430 {
    max-width: 1430px;
  }
  .container-1230 {
    max-width: 1230px;
  }
}
/*---------------------------------
typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-poppins);
  /* background-color: #F7F7FD; */
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  font-family: var(--tp-ff-p);
}

h2,
h3,
h4 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body);
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 0;
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-common-black);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-common-black);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-common-black);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-common-black);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

.tp-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

/*---------------------------------
Common Classes
---------------------------------*/

.fix {
  overflow: hidden;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.p-relative {
  position: relative;
}
.tp-btn-gradient {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  font-weight: 400;
  /* font-size: 17px; */
  line-height: 1;
  z-index: 1;
  margin: 1px;
  transition: 0.4s;
  border-radius: 14px;
  padding: 15px 30px;
  width: 100%;
  white-space: nowrap;
  /* padding-top: 25px; */
  display: inline-block;
  color: var(--tp-common-white);
  background: linear-gradient(230deg, #d4217f 48.83%, #F93E5E 90.96%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-btn-gradient {
    font-size: 16px;
    padding: 15px 25px;
    padding-top: 18px;
  }
}
.tp-btn-gradient:hover {
  color: var(--tp-common-white);
}
.tp-btn-gradient:focus {
  color: var(--tp-common-white);
}

/* Glow Border Animation */
.animated-border-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 0;
  border-radius: 14px;
  display: inline-block;
  transition: 0.4s;
}
.animated-border-box:hover {
  transform: scale(1.1);
}
.animated-border-box:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0), #FFF, rgba(0, 0, 0, 0) 25%);
  animation: rotate 4s linear infinite;
}
.animated-border-box.border-icon::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #21212D, rgba(0, 0, 0, 0) 25%);
}

/*----------------------------------------*/
/*  Animations
/*----------------------------------------*/
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.design-service-accordion .accordion-header {
  font-size: inherit;
}
.design-service-accordion .accordion-buttons {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}
.design-service-accordion .accordion-buttons span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #999da6;
  padding-bottom: 25px;
  display: block;
}
.design-service-accordion .accordion-buttons i {
  font-weight: 500;
  font-size: 36px;
  line-height: 0.87;
  color: #E0EEEE;
  margin-bottom: 0;
  transition: 0.3s;
  font-style: normal;
  padding-bottom: 5px;
  letter-spacing: -0.02em;
  /* text-transform: uppercase; */
  font-family: var(--tp-ff-poppins);
}
.design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: #C5FCFC;
}
.design-service-accordion .accordion-body {
  padding: 0;
  padding-right: 280px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-accordion .accordion-body {
    padding-right: 250px;
  }
}
@media (max-width: 767px) {
  .design-service-accordion .accordion-body {
    padding-right: 0;
  }
}
.design-service-accordion .accordion-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #999da6;
  margin-bottom: 0;
  padding-bottom: 30px;
  letter-spacing: -0.02em;
}
.design-service-accordion .accordion-items {
  /* padding-bottom: 40px; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.design-service-accordion .accordion-items:not(:last-child) {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  Section Title
/*----------------------------------------*/
.tp-section-subtitle-clash {
  font-size: 14px;
  line-height: 1.1;
  color: #f9f4e8;
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
}
.tp-section-subtitle-clash i {
  margin-left: 10px;
}
.tp-section-subtitle-clash.color-red {
  color: var(--tp-common-red);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-section-subtitle-clash.color-red {
    padding-bottom: 20px;
  }
}
.tp-section-title-dirtyline {
  font-weight: 400;
  font-size: 152px;
  line-height: 0.8;
  color: #e0eeee;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dirtyline);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-dirtyline {
    font-size: 142px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-dirtyline {
    font-size: 112px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-dirtyline {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-dirtyline {
    font-size: 32px;
  }
}

.tp-search-content .search:has(input:focus)::before {
  width: 100%;
}
body.tp-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}
.tp-header-logo img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-logo {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-logo {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .tp-header-2-area {
    margin-top: 20px;
  }
}

.tp-header-logo {
  height: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-area {
    padding-top: 80px;
  }
}
/* .design-footer-top-btn {
transform: translateY(-45px);
} */
/* @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.design-footer-top-btn {
transform: translateY(0);
}
} */
.design-footer-top-wrap {
  border-bottom: 1px solid rgba(224, 238, 238, 0.2);
}
.design-footer-middle {
  border-bottom: 1px solid rgba(224, 238, 238, 0.2);
}
.design-footer-widget-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #e0eeee;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.design-footer-widget-title.sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: rgba(224, 238, 238, 0.5);
}
.design-footer-widget-info p,
.design-footer-widget-info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.design-footer-col-3 {
  padding-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-col-3 {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-col-2 {
    margin-bottom: 20px;
  }
}
.design-footer-col-4 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-footer-col-4 {
    padding-left: 0;
  }
}
.design-copyright-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: rgba(224, 238, 238, 0.5);
}
.design-copyright-backtoTop a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #e0eeee;
  letter-spacing: -0.02em;
}
.design-copyright-backtoTop a span {
  color: #C5FCFC;
  margin-left: 8px;
}

.design-hero-ptb {
  padding-top: 200px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-hero-ptb {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-hero-ptb {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-hero-ptb {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-hero-ptb {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .design-hero-ptb {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-hero-ptb {
    padding-top: 190px;
  }
}
.design-hero-slide-text span {
  font-weight: 600;
  font-size: 150px;
  line-height: 1;
  color: #e0eeee;
  text-transform: uppercase;
  /* white-space: nowrap; */
  letter-spacing: -0.04em;
  font-family: var(--tp-ff-phudu);
}
/* @media only screen and (min-width: 1400px) and (max-width: 1599px) {
.design-hero-slide-text span {
font-size: 200px;
}
} */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-hero-slide-text span {
    font-size: 74px;
  }
}
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
.design-hero-slide-text span {
font-size: 180px;
}
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-hero-slide-text span {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .design-hero-slide-text span {
    font-size: 32px;
  }
}
.design-hero-slide-text span i {
  font-style: normal;
  /* margin-left: 40px; */
}
.design-hero-circle-1 {
  position: absolute;
  top: -25%;
  left: -6%;
  height: 600px;
  width: 600px;
  filter: blur(70px);
  -webkit-filter: blur(70px);
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(5, 45, 146, 0.6);
}
@media (min-width: 1199px) {
  .design-hero-content {
    margin-top: -120px;
  }
}
.design-hero-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #e0eeee;
}
@media (max-width: 767px) {
  .design-hero-content p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-hero-content p {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .design-hero-content-wrap {
    margin-bottom: 60px;
  }
}
.design-hero-social img {
  filter: invert(1);
}
.design-hero-social a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #e0eeee;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-hero-wrap {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-service-area {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .design-service-big-text {
    margin-bottom: 35px;
  }
}
.design-service-big-text h2 {
  font-weight: 400;
  font-size: 152px;
  line-height: 0.9;
  color: #e0eeee;
  margin-bottom: 0;
  display: inline-block;
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-big-text h2 {
    font-size: 142px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-service-big-text h2 {
    font-size: 112px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-service-big-text h2 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .design-service-big-text h2 {
    font-size: 32px;
  }
}
.design-service-left p {
  font-weight: 400;
  color: var(--tp-common-black-7);
  font-size: 20px;
  /* line-height: 1.25; */
  margin-bottom: 0;
  /* max-width: 350px; */
  /* letter-spacing: -0.02em; */
}
/* .design-service-left span::after {
content: "";
height: 1px;
width: 76%;
margin-left: 20px;
display: inline-block;
background-color: #3c3e3f;
transform: translateY(-3px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.design-service-left span::after {
display: none;
}
} */
.design-service-right {
  margin-top: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .design-project-area {
    padding-top: 120px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .design-project-area {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .design-project-title-box {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-project-title-box .tp-section-title-dirtyline {
    font-size: 110px;
  }
}

.tp-text-right-scroll {
  display: inline-block;
}

.tp-text-left-scroll {
  display: inline-block;
}
.it-project-item {
  overflow: hidden;
  padding: 8px;
  border-radius: 20px;
  background: var(--tp-common-white);
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
}
.it-project-item:hover .it-project-thumb img {
  transform: scale(1.1);
}
.it-project-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 8px;
  font-family: var(--tp-ff-poppins);
  color: var(--tp-common-black-10);
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-project-title {
    font-size: 20px;
  }
}
.it-project-content {
  padding: 25px 30px 12px;
}
.it-project-thumb {
  border-radius: 16px;
  height: 390px;
}
.it-project-thumb img {
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.it-project-active {
  margin: 0 -260px;
}
@media (max-width: 767px) {
  .it-project-active {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .it-project-arrow {
    display: none;
  }
}
.it-project-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 150px;
  border-radius: 60px;
  display: inline-block;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.1);
}
.it-project-arrow button:hover {
  background-color: var(--tp-theme);
  color: var(--tp-common-white);
}
.it-project-dots {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .it-project-dots {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-testimonial-area {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .design-testimonial-area {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.design-testimonial-right .tp-testimonial-ratting-box {
  transform: translateY(-45px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-testimonial-right .tp-testimonial-ratting-box {
    transform: translateY(0);
  }
}
.design-testimonial-item {
  padding: 35px 50px;
  border-radius: 30px;
  /* background-color: #1a1b1e; */
  /* box-shadow: 0px 4px 12px 0px rgba(33, 33, 45, 0.08); */
}
@media (max-width: 767px) {
  .design-testimonial-item {
    padding: 40px 30px;
  }
}
.design-testimonial-author {
  margin-bottom: 12px;
  display: flex;
  
}
.design-testimonial-author h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #e0eeee;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.design-testimonial-review {
  margin-bottom: 10px;
}
.design-testimonial-review h4 {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  color: #e0eeee;
  margin-bottom: 0;
  margin-right: 15px;
  letter-spacing: -0.08em;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .design-testimonial-review h4 {
    font-size: 80px;
  }
}
.design-testimonial-review-icon {
  transform: translateY(-15px);
}
@media (min-width: 1200px) {
  .design-testimonial-text {
    height: 96px;
  }
}
.design-testimonial-text p {
  font-weight: 400;
  font-size: 16px;
  color: #e0eeee;
  line-height: 1.5;
  margin-bottom: 0;
  /* letter-spacing: -0.02em; */
}
.design-testimonial-active {
  margin: 0px -380px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-testimonial-active {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-testimonial-area {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-testimonial-area {
    padding-bottom: 120px;
  }
}
.app-testimonial-review {
  width: 290px;
  display: flex;
  padding: 9px 16px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0.96%, rgba(224, 225, 233, 0.6) 100%);
  box-shadow: 0px 1px 2px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(5px);
}
.app-testimonial-review-width {
  display: flex;
  justify-content: center;
}
.app-testimonial-review-icon {
  margin-right: 12px;
}
.app-testimonial-review-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: var(--tp-common-black-10);
}
.app-testimonial-review-content span i {
  font-style: normal;
  margin-right: 5px;
}
.app-testimonial-review-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.13px;
}

/*----------------------------------------*/
/*  8.0 Award Css
/*----------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-award-area {
    padding-bottom: 0;
  }
}
/*----------------------------------------*/
/* Brand Css
/*----------------------------------------*/
.des-brand-item.black-style .des-brand-item-inner {
  background-color: #1B1B1D;
}
.des-brand-item.black-style .des-brand-item-inner img {
  filter: invert(1);
  height: 50px;
}
.des-brand-item-inner {
  height: 220px;
  min-width: 380px;
  display: grid;
  padding: 40px;
  margin: 0px 5px;
  border-radius: 20px;
  place-content: center;
  background-color: #F6F6F9;
}
@media (max-width: 767px) {
  .des-brand-item-inner {
    height: 120px;
    min-width: 250px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-choose-area {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-choose-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .design-choose-area {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-choose-title-box {
    margin-bottom: 30px;
  }
}
.design-choose-title-box p {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.18;
  color: #e0eeee;
  margin-bottom: 0;
  max-width: 715px;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .design-choose-title-box p {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-choose-title-box p {
    max-width: 100%;
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .design-choose-title-box p {
    max-width: 100%;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .design-choose-title-box p {
    max-width: 100%;
    font-size: 28px;
  }
}
.design-choose-item {
  padding: 65px 70px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .design-choose-item {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .design-choose-item {
    margin-top: 0;
    padding: 60px 30px;
  }
}
.design-choose-item > span {
  font-weight: 500;
  font-size: 124px;
  line-height: 1;
  margin-bottom: 80px;
  display: inline-block;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
.design-choose-item span i {
  font-style: normal;
}
.design-choose-item p {
  font-weight: 400;
  font-size: 40px;
  line-height: 0.9;
  text-align: end;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-dirtyline);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-choose-2-style.design-choose-area {
    padding-top: 60px;
  }
}
.design-choose-2-style .design-choose-item {
  padding: 65px 70px;
  border-radius: 30px;
  background-color: #0E0F11;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .design-choose-2-style .design-choose-item {
    padding: 65px 35px;
  }
}
@media (max-width: 767px) {
  .design-choose-2-style .design-choose-item {
    padding: 50px 30px;
  }
}
.design-choose-2-style .design-choose-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
  color: rgba(224, 238, 238, 0.6);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-choose-2-style .design-choose-title-box p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-choose-2-style .design-choose-title-box p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .design-choose-2-style .design-choose-title-box p {
    font-size: 25px;
  }
}

.tp-contact-form-input input, .tp-contact-form-input textarea {
  border-radius: 8px;
  background: #F8F8FB;
  border-color: #F8F8FB;
}
.tp-contact-form-input input:focus, .tp-contact-form-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
}
.tp-contact-form-input textarea {
  resize: none;
  /* height: 160px; */
}
.tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-white);
}
/* .tp-contact-me-interest-form-wrap .tp-contact-form-input input, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
background: #1D1D1F;
border-color: #1D1D1F;
color: var(--tp-common-white);
} */
.tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  border-color: var(--tp-theme) !important;
  /* background-color: var(--tp-common-black-7); */
}
.it-project-dots .swiper-pagination-bullet {
  border-radius: 7px;
  width: 50px;
  height: 6px;
  opacity: 1;
  margin: 0 4px;
  transition: 0.3s;
  background: rgba(33, 33, 45, 0.1);
}
.it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tp-theme);
}

.agntix-light .des-brand-item.black-style .des-brand-item-inner {
  background-color: rgb(246, 246, 249);
  /* background-color: #fff; */
  /* box-shadow: 0px 4px 12px 0px rgba(33, 33, 45, 0.08); */
}
.agntix-light .design-choose-2-style .design-choose-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .design-choose-2-style .design-choose-item p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .design-choose-title-box p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-service-accordion .accordion-buttons span {
  color: var(--tp-text-body);
}
.agntix-light .design-service-accordion .accordion-body p {
  color: var(--tp-text-body);
}
.agntix-light .design-service-accordion .accordion-buttons i {
  color: var(--tp-common-black-7);
}
.agntix-light .design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: var(--tp-common-black);
}
.agntix-light .design-hero-slide-text span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-social a {
  color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-title {
  color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-info p,
.agntix-light .design-footer-widget-info a {
  color: var(--tp-common-black);
}
.agntix-light .design-footer-middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .design-footer-top-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .design-copyright-text p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .design-copyright-backtoTop a {
  color: var(--tp-common-black-7);
}
.agntix-light .design-copyright-backtoTop a span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-circle-1 {
  filter: blur(400px);
  -webkit-filter: blur(400px);
  background-color: rgba(5, 45, 146, 0.2);
}
.agntix-light .tp-section-subtitle-clash.head {
  color: #fff;
}
.agntix-light .tp-section-subtitle-clash {
  color: var(--tp-common-black);
}
.agntix-light .design-testimonial-author h4 {
  color: var(--tp-common-black-7);
  margin-right: 10px;
}
.agntix-light .design-testimonial-review h4 {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-text p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-item {
  background-color: rgb(246, 246, 249);
  /* background-color: #fff; */
}
/* .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input, .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
background: rgb(246, 246, 249);
color: var(--tp-common-black);
border: 1px solid rgb(246, 246, 249);
} */
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-black);
}

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


.fl-field {
  position: relative;
  margin-bottom: 32px;
}

.fl-field label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  pointer-events: none;
  transition: top 0.22s ease, font-size 0.22s ease, color 0.22s ease;
  background: transparent;
}
.fl-field label span {
  color: red;
}

.fl-field input,
.fl-field textarea {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #d0d0d0;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #111;
  padding: 12px 0 8px 0;
  resize: none;
  transition: border-color 0.22s ease;
  font-family: inherit;
  border-radius: 0;
}

.fl-field textarea {
  min-height: 120px;
  display: block;
}

.fl-field input:focus,
.fl-field textarea:focus {
  border-bottom-color: #111;
}

/* Label floats up on focus or when field has content */
.fl-field input:focus + label,
.fl-field input:not(:placeholder-shown) + label,
.fl-field textarea:focus + label,
.fl-field textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 11px;
  color: #111;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Select field */
.fl-field select {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #d0d0d0;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #111;
  padding: 12px 0 8px 0;
  transition: border-color 0.22s ease;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
}

.fl-field select:focus {
  border-bottom-color: var(--tp-theme);
  box-shadow: none;
  color: #111 !important;
}

/* Select label — sits at placeholder position, floats up on focus/value */
.fl-select-wrap {
  position: relative;
}

.fl-select-wrap label {
  top: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}

.fl-select-wrap select:focus + label,
.fl-select-wrap select.fl-has-value + label {
  top: -10px;
  font-size: 11px;
  color: #111;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fl-select-wrap::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
  transition: border-top-color 0.22s ease;
}

.fl-field:focus-within .fl-select-wrap::before {
  border-top-color: #111;
}

.fl-field:focus-within::after {
  width: 100%;
}

.contact-container {
  position: fixed;
  right: 0;
  bottom: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.call-us, .whatsapp-us {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 18px 0 0 18px;
  max-width: 54px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 6px;
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.call-us a, .whatsapp-us a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--bs-body-color);
}
.call-us:hover, .whatsapp-us:hover {
  max-width: 255px;
}
.chat-with-us p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 575px) {
  .call-us:hover, .whatsapp-us:hover{
    max-width: 50px !important;
  }
}
.call-us svg,
.whatsapp-us svg {
  width: 30px !important;
  margin-right: 10px;
  margin-left: 6px;
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0 0 0 / .4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background-color: #fff;
  padding: 25px;
}

@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 450px
  }
}
@media(min-width: 1200px) {
  .popup-content {
    width: 46%;
  }
}
@media(max-width: 547px) {
  .popup-content {
    width: 95%
  }
}
.form-trigger {
  cursor: pointer
}
.close-modal-icon {
  /* color: #ddd; */
  z-index: 999;
  float: right;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: -8px;
  /* right: 25px; */
}
/* .close:hover{
color: #fff;
} */
.tp-section-subtitle-clash.head {
  font-weight: 500;
  padding: 7px 20px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
  background: linear-gradient(230deg, #d4217f 48.83%, #F93E5E 90.96%);
  text-align: center;
  width: fit-content;
}
/* .design-hero-area {
background-size: cover;
background-position: top;
} */
.design-service-wrapper {
  padding: 110px 100px;
  padding-bottom: 80px;
  border-radius: 20px;
}

.accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 40px;
}

.accordion-buttons::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  transition: all 0.3s ease;
}

/* When accordion is open */
.accordion-buttons:not(.collapsed)::after {
  content: "−";
}

@media (max-width: 767px) {
  .tp-header-logo {
    height: 50px;
  } 
  .design-service-wrapper {
    padding: 60px 20px;
    padding-bottom: 60px;
  }
  .tp-section-subtitle-clash.head,
  .design-testimonial-text p {
    font-size: 16px;
  }
  .des-brand-item.black-style .des-brand-item-inner img {
    height: 30px;
  }
  .design-footer-widget-info p, .design-footer-widget-info a {
    font-size: 18px;
  }
  .design-service-accordion .accordion-buttons i {
    font-size: 20px;
    line-height: 1.4;
  }
  .design-copyright-backtoTop a { 
    font-size: 20px;
  }
  .design-choose-item > span {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .design-service-area {
    padding-bottom: 40px;
  }
  .xs-p-0 {
    padding: 0;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .design-testimonial-review h4 {
    font-size: 52px;
  }
}

.tp_text_invert_2 > div {
  background-image: linear-gradient(to right, #e0eeee 50%, #383C3E 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.agntix-light .tp_text_invert_2 > div {
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--tp-ff-poppins);
  text-transform: uppercase;
  font-weight: 600;
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
}

@media (min-width: 1499px) {
  .design-footer-middle .container.container-1230 {
    max-width: 1480px !important;
  } 
}