@import url(https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

::-webkit-scrollbar {
  width: 6px;
  height: 4px
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f5bd20
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -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
}

.tp-product-details-views>span svg,
.tp-btn-white-border span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px)
}

.tp-product-details-action-sm-btn svg,
.tp-product-details-wishlist-btn svg,
.tp-perspective-social-info span svg,
.tp-team-details-info-contact a svg,
.app-testimonial-review-content span svg,
.pp-service-2-banner-text p span,
.pp-service-2-banner-text a span,
.tp-service-4-solution-item-btn a span,
.pp-service-details-process-bottom span a svg,
.st-hero-btn-icon,
.pp-footer-btn span,
.postbox__comment-reply a span,
.tp-header-10-announcement-content a span,
.breadcrumb__list span:not(:last-child)::after,
.tp-btn-border-2.st span,
.tp-portfolio-details-btn span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px)
}

.tp-career-title .shape-1 {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px)
}

:root {
  --tp-ff-satoshi: "Poppins", serif;
  --tp-ff-body: "Poppins", serif;
  --tp-ff-heading: 'Proxima Nova Alt Rg';
  --tp-ff-inter: "Poppins", serif;
  --tp-ff-p: "Poppins", serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --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-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
}

body {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--tp-text-body);
  font-family: var(--tp-ff-body);
  overflow-x: hidden
}

img {
  max-width: 100%
}

a {
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  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)
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 38px;
  font-weight: 600
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 10px
}

ul {
  margin: 0;
  padding: 0
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: var(--tp-ff-p);
  color: var(--tp-text-body)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: #fff0
}

button:hover {
  cursor: pointer
}

button:focus {
  outline: 0
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  border-radius: 0;
  background: #fff0;
  color: #222;
  border-bottom: 1px solid #c3c3c333;
  margin-bottom: 20px
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
  font-size: 14px;
  opacity: .3
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222;
  opacity: .3
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222;
  opacity: .3
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
  opacity: .3
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  color: #222;
  opacity: .3
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #F5BD20
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0
}

textarea {
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 0;
  height: 92px;
  margin-bottom: 27px;
  color: #000
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%
}

*::-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
}

*::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.green {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor)
}

.tp-line-white.cream {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor)
}

.tp-line-white.cream-2 {
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor)
}

.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px
}

.body-padding {
  padding: 0 20px
}

@media (max-width:767px) {
  .body-padding {
    padding: 0
  }
}

.tp_img_reveal {
  visibility: hidden;
  overflow: hidden
}

.w-img img {
  width: 100%
}

.m-img img {
  max-width: 100%
}

.fix {
  overflow: hidden
}

.clear {
  clear: both
}

.z-index-1 {
  position: relative;
  z-index: 1
}

.z-index-2 {
  position: relative;
  z-index: 2
}

.z-index-3 {
  position: relative;
  z-index: 3
}

.z-index-4 {
  position: relative;
  z-index: 4
}

.z-index-5 {
  position: relative;
  z-index: 5
}

.z-index-6 {
  position: relative;
  z-index: 6
}

.z-index-7 {
  position: relative;
  z-index: 7
}

.z-index-8 {
  position: relative;
  z-index: 8
}

.z-index-9 {
  position: relative;
  z-index: 9
}

.z-index-10 {
  position: relative;
  z-index: 10
}

.gx-7 {
  --bs-gutter-x: 7px
}

.gx-10 {
  --bs-gutter-x: 10px
}

.gx-12 {
  --bs-gutter-x: 12px
}

.gx-15 {
  --bs-gutter-x: 15px
}

.gx-20 {
  --bs-gutter-x: 20px
}

.gx-24 {
  --bs-gutter-x: 24px
}

.gx-30 {
  --bs-gutter-x: 30px
}

.gx-40 {
  --bs-gutter-x: 40px
}

.gx-45 {
  --bs-gutter-x: 45px
}

.gx-50 {
  --bs-gutter-x: 50px
}

.gx-55 {
  --bs-gutter-x: 55px
}

.gx-60 {
  --bs-gutter-x: 60px
}

.gx-70 {
  --bs-gutter-x: 70px
}

.gx-80 {
  --bs-gutter-x: 80px
}

.gx-90 {
  --bs-gutter-x: 90px
}

.gx-100 {
  --bs-gutter-x: 100px
}

.gx-135 {
  --bs-gutter-x: 135px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .gx-135 {
    --bs-gutter-x: 30px
  }
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible
}

.text-capitalize {
  text-transform: capitalize
}

.text-uppercase {
  text-transform: uppercase
}

.p-relative {
  position: relative
}

.p-absolute {
  position: absolute
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: .8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body)
}

.coffe-bg {
  background-color: var(--tp-coffe-1)
}

.counter-row {
  counter-reset: count
}

.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden
}

@media (max-width:767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  -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;
  background: var(--tp-common-white);
  box-shadow: 0 8px 16px rgb(3 4 28 / .3)
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px)
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px)
}

.tp-btn-black {
  position: relative;
  display: inline-block
}

.tp-btn-black-text {
  font-size: 16px;
  padding: 7px 22px;
  border-radius: 9999px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-btn-black-text {
    font-size: 14px;
    padding: 7px 17px
  }
}

@media (max-width:767px) {
  .tp-btn-black-text {
    font-size: 15px;
    padding: 7px 13px
  }
}

.tp-btn-black-filter-blur {
  position: absolute;
  top: 0;
  left: 0
}

.tp-btn-black-circle {
  width: 36px;
  height: 36px;
  line-height: 32px;
  margin-left: -4px;
  text-align: center;
  border-radius: 9999px;
  transition-duration: 0.9s;
  background: var(--tp-common-black);
  transition-timing-function: cubic-bezier(.135, .9, .15, 1)
}

.tp-btn-black-circle>svg {
  width: 14px;
  margin-left: 3px;
  color: var(--tp-common-white);
  transform: translateX(-2px)
}

.tp-btn-black:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg)
}

.tp-btn-black.btn-green-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-green)
}

.tp-btn-black.btn-green-bg .tp-btn-black-circle {
  background: var(--tp-theme-green)
}

.tp-btn-black.btn-green-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black)
}

.tp-btn-black.btn-green-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg)
}

.tp-btn-black.btn-red-bg .tp-btn-black-text {
  color: #000;
  background-color: #F5BD20
}

.tp-btn-black.btn-red-bg .tp-btn-black-circle {
  background: var(--tp-common-red-3)
}

.tp-btn-black.btn-red-bg .tp-btn-black-circle svg {
  color: var(--tp-common-white)
}

.tp-btn-black.btn-red-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg)
}

.tp-btn-black.btn-white-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white)
}

.tp-btn-black.btn-white-bg .tp-btn-black-circle {
  background: var(--tp-common-white)
}

.tp-btn-black.btn-white-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black)
}

.tp-btn-black.btn-white-bg:hover .tp-btn-black-circle {
  transform: translateX(12px) rotate(45deg)
}

.tp-btn-black.btn-green-light-bg .tp-btn-black-text {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light)
}

.tp-btn-black.btn-green-light-bg .tp-btn-black-circle {
  background-color: var(--tp-common-green-light)
}

.tp-btn-black.btn-green-light-bg .tp-btn-black-circle svg {
  color: var(--tp-common-black)
}

.tp-btn-black.btn-transparent-bg .tp-btn-black-text {
  color: var(--tp-common-white);
  background-color: #26282C
}

.tp-btn-black.btn-transparent-bg .tp-btn-black-circle {
  background-color: #26282C
}

.tp-btn-black.btn-transparent-bg .tp-btn-black-circle svg {
  color: var(--tp-common-white)
}

.tp-btn-black-square {
  padding: 20px 34px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

.tp-btn-black-square span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block
}

.tp-btn-black-square span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s
}

.tp-btn-black-square span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s
}

.tp-btn-black-square i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 7px
}

.tp-btn-black-square i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out
}

.tp-btn-black-square i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0
}

.tp-btn-black-square:hover {
  color: var(--tp-common-white)
}

.tp-btn-black-square:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}

.tp-btn-black-square:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tp-btn-black-square:hover i svg:first-child {
  transform: translate(16px, -16px)
}

.tp-btn-black-square:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px)
}

.tp-btn-black-square:focus {
  color: var(--tp-common-white)
}

.tp-btn-black-square.yellow-bg {
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow)
}

.tp-btn-black-solid {
  display: inline-block;
  border-radius: 40px;
  padding: 18px 70px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium)
}

@media (max-width:767px) {
  .tp-btn-black-solid {
    font-size: 15px;
    padding: 18px 30px
  }
}

.tp-btn-black-solid:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2)
}

.tp-btn-black-solid:focus {
  color: var(--tp-common-white)
}

.tp-btn-black-radius {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 22px;
  padding-right: 4px;
  border-radius: 38px;
  display: inline-block;
  letter-spacing: 0;
  color: #21212d;
  background-color: #F5BD20;
  gap: 10px
}

.tp-btn-black-radius.btn-blue-bg.peach-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 22px;
  padding-right: 4px;
  border-radius: 38px;
  display: inline-block;
  letter-spacing: 0;
  color: #fff;
  gap: 10px
}

.tp-btn-black-radius span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  text-align: left
}

.tp-btn-black-radius span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px)
}

.tp-btn-black-radius span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px)
}

.tp-btn-black-radius i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin-left: 2px;
  text-align: center;
  display: inline-block;
  background-color: #4A2574
}

.tp-btn-black-radius.peach-btn.btn-blue-bg i {
  background-color: #FF5A16
}

.tp-btn-black-radius i span {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex
}

.tp-btn-black-radius i svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.2s ease-out
}

.tp-btn-black-radius i svg:last-child {
  left: -14px;
  bottom: -14px;
  transform: translate(0, 0);
  opacity: 0
}

.tp-btn-black-radius:hover {
  color: #21212d
}

.tp-btn-black-radius:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}

.tp-btn-black-radius:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tp-btn-black-radius:hover i svg:first-child {
  transform: translate(16px, -16px)
}

.tp-btn-black-radius:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px)
}

.tp-btn-black-radius:focus {
  color: var(--tp-common-white)
}

.tp-btn-black-radius.btn-blue-bg {
  padding: 5px 22px;
  padding-right: 5px;
  background-color: #f5bd20
}

.testimonial-image-video .tp-btn-black-radius.btn-blue-bg {
  padding: 5px 5px;
  padding-right: 22px;
  background-color: #fff
}

.testimonial-image-video .tp-btn-black-radius i {
  background-color: #FF9E00
}

.tp-btn-black-radius.btn-blue-bg i {
  height: 38px;
  width: 38px;
  line-height: 42px
}

.tp-btn-black-radius.btn-blue-bg.btn-border {
  background-color: #fff0;
  color: var(--tp-common-black-10);
  border: 1px solid rgb(33 33 45 / .1)
}

.tp-btn-black-radius.btn-blue-bg.btn-border i {
  line-height: 52px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-10)
}

.tp-btn-black-radius.btn-blue-bg.btn-border i span {
  width: 19px;
  height: 15px;
  margin-left: 2px;
  display: inline-block
}

.tp-btn-black-radius.btn-blur {
  backdrop-filter: blur(20px);
  background: rgb(255 255 255 / .1);
  border: 1.5px solid rgb(255 255 255 / .3)
}

.tp-btn-border {
  font-weight: 400;
  font-size: 40px;
  transition: 0.3s;
  border-radius: 6px;
  padding: 8px 20px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 1px;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango);
  border: 1px solid rgb(249 244 232 / .1)
}

.tp-btn-border:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-cream);
  background-color: var(--tp-common-cream)
}

.tp-btn-border-2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  transition: 0.3s;
  padding: 15px 25px;
  border-radius: 24px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
  border: 1px solid rgb(25 25 25 / .1)
}

.tp-btn-border-2:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2)
}

.tp-btn-border-2 span svg {
  margin-left: 6px;
  transform: translateY(-2px)
}

.tp-btn-border-2.st {
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
  border-color: rgb(69 48 48 / .15)
}

.tp-btn-border-2.st:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-brown);
  background-color: var(--tp-common-brown)
}

.tp-btn-sky-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -.02em;
  color: var(--tp-common-sky);
  border: 1.5px solid #c5fcfc;
  border-radius: 50px;
  padding: 22px 36px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-btn-sky-border {
    padding: 17px 25px
  }
}

@media (max-width:767px) {
  .tp-btn-sky-border {
    padding: 16px 25px
  }
}

.tp-btn-sky-border:hover {
  background-color: #c5fcfc;
  color: var(--tp-common-black)
}

.tp-btn-sky-border.height-50 {
  padding: 16px 36px
}

.tp-btn-sky-border.solid-bg {
  color: var(--tp-common-black);
  background-color: #c5fcfc
}

.tp-btn-sky-border.solid-bg:hover {
  color: var(--tp-common-sky);
  background-color: #fff0
}

.tp-btn-sky {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -.02em;
  border-radius: 50px;
  padding: 20px 36px;
  background-color: #c5fcfc;
  color: var(--tp-common-black)
}

.tp-btn-yellow {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 12px 24px;
  display: inline-block;
  letter-spacing: -.01em;
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow);
  border: 1px solid rgb(255 255 255 / .3)
}

@media (max-width:767px) {
  .tp-btn-yellow {
    padding: 12px 13px
  }
}

.tp-btn-yellow span {
  margin-right: 8px
}

.tp-btn-yellow span svg {
  transform: translateY(-1px)
}

.tp-btn-green-border {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 16px 28px 14px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #2A4C3A;
  border: 1px solid #2A4C3A
}

.tp-btn-green-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block
}

.tp-btn-green-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s
}

.tp-btn-green-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s
}

.tp-btn-green-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 8px
}

.tp-btn-green-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out
}

.tp-btn-green-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0
}

.tp-btn-green-border:hover {
  color: #2A4C3A
}

.tp-btn-green-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%)
}

.tp-btn-green-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.tp-btn-green-border:hover i {
  display: inline-block;
  transform: translateY(-1px)
}

.tp-btn-green-border:hover i svg:first-child {
  transform: translate(16px, -16px)
}

.tp-btn-green-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px)
}

.tp-btn-green-border:focus {
  color: #2A4C3A
}

.tp-btn-yellow-green {
  border-radius: 10px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--tp-common-black-9);
  background-color: var(--tp-common-yellow-green)
}

.tp-btn-yellow-green span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block
}

.tp-btn-yellow-green span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-green span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-green.lg {
  font-size: 16px;
  padding: 22px 28px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-btn-yellow-green.lg {
    font-size: 14px;
    padding: 17px 20px
  }
}

.tp-btn-yellow-green.green-solid {
  gap: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  letter-spacing: -.01em;
  text-transform: capitalize;
  color: var(--tp-common-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tp-common-green-regular)
}

.tp-btn-yellow-green.green-solid span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block
}

.tp-btn-yellow-green.green-solid span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-green.green-solid span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-green.green-solid.btn-60 {
  padding: 23px 24px
}

.tp-btn-yellow-green.green-solid.btn-60 span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block
}

.tp-btn-yellow-green.green-solid.btn-60 span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-green.green-solid.btn-60 span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-green.green-solid.btn-60 i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 4px
}

.tp-btn-yellow-green.green-solid.btn-60 i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out
}

.tp-btn-yellow-green.green-solid.btn-60 i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0
}

.tp-btn-yellow-green.green-solid.btn-60:hover {
  color: var(--tp-common-black)
}

.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}

.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tp-btn-yellow-green.green-solid.btn-60:hover i svg:first-child {
  transform: translate(16px, -16px)
}

.tp-btn-yellow-green.green-solid.btn-60:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px)
}

.tp-btn-yellow-green.green-solid:hover {
  color: var(--tp-common-black)
}

.tp-btn-yellow-green.green-solid:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}

.tp-btn-yellow-green.green-solid:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tp-btn-yellow-green.green-solid:focus {
  color: var(--tp-common-black)
}

.tp-btn-yellow-green:hover {
  color: var(--tp-common-black)
}

.tp-btn-yellow-green:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}

.tp-btn-yellow-green:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.tp-btn-yellow-green:focus {
  color: var(--tp-common-black)
}

.tp-btn-yellow-green.sidebar-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #16302f;
  padding: 18px 24px;
  letter-spacing: -.01em;
  background-color: #D0FF71
}

.tp-btn-yellow-green.sidebar-btn.sidebar-btn-style {
  padding: 20px 54px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #16302f;
  letter-spacing: -.01em
}

.tp-btn-yellow-border {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 21px 28px;
  border-radius: 10px;
  display: inline-block;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--tp-common-yellow-green);
  border: 1px solid var(--tp-common-yellow-green)
}

.tp-btn-yellow-border span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block
}

.tp-btn-yellow-border span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-border span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.3s
}

.tp-btn-yellow-border i {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-left: 7px
}

.tp-btn-yellow-border i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out
}

.tp-btn-yellow-border i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0
}

@media (max-width:767px) {
  .tp-btn-yellow-border {
    font-size: 14px;
    padding: 15px 20px
  }
}

.tp-btn-yellow-border.sm {
  font-size: 14px;
  padding: 15px 28px
}

.tp-btn-yellow-border:hover {
  color: var(--tp-common-yellow-green)
}

.tp-btn-yellow-border:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%)
}

.tp-btn-yellow-border:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.tp-btn-yellow-border:hover i svg:first-child {
  transform: translate(16px, -16px)
}

.tp-btn-yellow-border:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px)
}

.tp-btn-yellow-border:focus {
  color: var(--tp-common-yellow-green)
}

.tp-btn-yellow-border.postbox-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #d0ff71;
  padding: 15.5px 28px;
  background: #1a1b1e;
  border: 1px solid #1a1b1e
}

.tp-btn-yellow-border.postbox-btn i {
  width: 15px;
  height: 15px;
  border-radius: 14px
}

.tp-btn-red-border {
  border-radius: 20px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-semibold);
  border: 1.5px solid var(--tp-common-red)
}

.tp-btn-red-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red)
}

.tp-btn-red-border.about-us-2 {
  color: var(--tp-common-black-10)
}

.tp-btn-red-border.about-us-2:hover {
  color: var(--tp-common-white)
}

.tp-btn-gradient {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  z-index: 1;
  margin: 1px;
  transition: 0.4s;
  border-radius: 14px;
  padding: 22px 30px;
  padding-top: 25px;
  display: inline-block;
  letter-spacing: -.01em;
  color: var(--tp-common-white);
  background: linear-gradient(230deg, #FF994B 6.7%, #D34BE9 48.83%, #3188FF 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)
}

.tp-btn-gradient span {
  margin-right: 10px;
  display: inline-block
}

.tp-btn-gradient span svg {
  transform: translateY(-2px)
}

.tp-btn-gradient.sm {
  padding-top: 0;
  padding: 13px 24px;
  position: relative
}

.tp-btn-black-border {
  margin: 1px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  border-radius: 14px;
  padding: 12px 24px;
  display: inline-block;
  letter-spacing: -.01em;
  backdrop-filter: blur(10px);
  color: var(--tp-common-white);
  background: #292636;
  border: 1px solid rgb(255 246 191 / .1)
}

.tp-btn-black-border:hover {
  color: var(--tp-common-white)
}

.tp-btn-black-border:focus {
  color: var(--tp-common-white)
}

.tp-btn-black-border span {
  margin-right: 10px;
  display: inline-block
}

.tp-btn-black-border span svg {
  transform: translateY(-2px)
}

.tp-btn-red-circle-box {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content
}

.tp-btn-red-circle-box>*:nth-child(1) {
  transform: scale3d(.5, .5, 1);
  margin-inline-end: -55px
}

.tp-btn-red-circle-box>*:nth-child(2) {
  transform: scale3d(1, 1, 1)
}

.tp-btn-red-circle-box>*:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0
}

.tp-btn-red-circle-box:hover>*:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2)
}

.tp-btn-red-circle-box:hover>*:nth-child(2) {
  position: relative;
  z-index: 1;
  transform: scale3d(1, 1, 1)
}

.tp-btn-red-circle-box:hover>*:nth-child(3) {
  transform: scale3d(.5, .5, 1);
  margin-inline-start: -55px
}

.tp-btn-red-circle-box:hover .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2)
}

.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  font-size: 16px;
  font-weight: 600;
  color: #FFF669;
  letter-spacing: -.32px;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px solid #FFF669;
  font-family: var(--tp-ff-inter)
}

.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: #FFF669;
  color: var(--tp-common-black);
  border: 1px solid #FFF669
}

.tp-btn-red-circle-box.tp-pp-btn-style>:nth-child(1) {
  opacity: 0
}

.tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  background-color: #FFF669
}

.tp-btn-red-circle-box.tp-pp-btn-style:hover>*:nth-child(1) {
  opacity: 1
}

.tp-btn-red-circle-box.tp-pp-btn-style:hover>*:nth-child(3) {
  opacity: 0
}

.tp-btn-red-circle-icon {
  height: 54px;
  width: 54px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2)
}

.tp-btn-red-circle-text {
  font-size: 15px;
  line-height: 1;
  border-radius: 30px;
  padding: 18.5px 36px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #F2F1EE;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-medium);
  border: 1px solid var(--tp-common-red-2)
}

.tp-btn-white-border {
  font-size: 15px;
  font-weight: 500;
  color: #0E0F11;
  display: inline-block;
  border-radius: 40px;
  padding: 6px 20px 6px;
  backdrop-filter: blur(10px);
  letter-spacing: -.15px;
  background-color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .1)
}

.tp-btn-white-border.coffee-bg {
  padding: 7px 30px;
  background-color: #4d3d30;
  text-transform: capitalize;
  color: var(--tp-common-white)
}

.tp-btn-white-border.coffee-bg:hover {
  color: #4d3d30;
  border-color: #4d3d30;
  background-color: #fff0
}

.tp-btn-white-border.coffee-bg.border-none {
  color: #4d3d30;
  border-color: #4d3d30;
  background-color: #fff0
}

.tp-btn-white-border.coffee-bg.border-none:hover {
  border-color: #4d3d30;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

.tp-btn-white-border:hover {
  color: var(--tp-common-white);
  background-color: #fff0;
  border-color: var(--tp-common-white)
}

.tp-btn-white-border span {
  margin-left: 4px;
  display: inline-block
}

.tp-btn-white-border.tp-btn-transparent {
  color: var(--tp-common-white);
  background-color: #fff0;
  border-color: rgb(255 255 255 / .2)
}

.tp-btn-white-border.tp-btn-transparent:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white)
}

.tp-btn-animation {
  height: 50px;
  line-height: 1;
  padding: 17px 15px;
  border-radius: 30px;
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 20s infinite linear;
  background: rgb(255 255 255 / .08)
}

.tp-btn-animation:hover {
  animation-play-state: paused
}

.tp-btn-animation span {
  font-weight: 600;
  font-size: 18px;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
  color: var(--tp-common-white)
}

.tp-btn-animation span svg {
  margin-right: 8px;
  margin-left: 8px
}

.tp-btn-cream-bdr {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  border: 1px solid var(--tp-cream-2);
  transition: 0.3s
}

.tp-btn-cream-bdr:hover {
  background-color: var(--tp-cream-2);
  color: var(--tp-coffe-1)
}

.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(#fff0, #FFF, #fff0 25%);
  animation: rotate 4s linear infinite
}

.animated-border-box.radius-style-2 {
  border-radius: 100px
}

.animated-border-box.radius-style-2 .tp-btn-gradient.sm {
  border-radius: 100px
}

.animated-border-box.radius-style-2::before {
  background-image: conic-gradient(#fff0, #21212D, #fff0 25%)
}

.animated-border-box.border-icon .tp-btn-gradient span {
  padding-right: 10px;
  border-right: 1px solid rgb(255 255 255 / .3)
}

.animated-border-box.border-icon::before {
  background-image: conic-gradient(#fff0, #21212D, #fff0 25%)
}

.tp-action-btn {
  font-size: 15px;
  font-weight: 600;
  color: #4D3D30;
  width: 100%;
  padding: 11px 50px;
  background: #F4F0EA;
  display: inline-block;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  border: 1px solid rgb(77 61 48 / .1);
  transform: translateY(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
}

.tp-action-btn:hover {
  color: var(--tp-common-white);
  background-color: #4D3D30
}

.tp-quick-view-btn {
  height: 40px;
  width: 40px;
  display: grid;
  color: #4d3d30;
  text-align: center;
  place-content: center;
  background-color: #F4F0EA;
  transform: translateX(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
}

.tp-quick-view-btn:hover {
  color: var(--tp-common-white);
  background-color: #4D3D30
}

.tp-portfolio-details-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 9px 25px;
  border-radius: 24px;
  letter-spacing: -.16px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .1)
}

.tp-portfolio-details-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white)
}

.tp-portfolio-details-btn span {
  display: inline-block;
  margin-left: 15px
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes lqdItiImgOut {
  0% {
    transform: translateY(0) scale(1)
  }

  to {
    transform: translateY(100%) scale(1.15)
  }
}

@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px)
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hero-circle-3 {
  0% {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px)
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes move1 {
  0% {
    bottom: -300px;
    left: -300px
  }

  30% {
    bottom: 100px;
    left: 300px
  }

  60% {
    bottom: 200px;
    left: 600px
  }

  100% {
    bottom: -300px;
    left: 1200px
  }
}

@keyframes move1-reverse {
  0% {
    bottom: -150px;
    left: 1400px
  }

  40% {
    bottom: 50px;
    left: 600px
  }

  70% {
    bottom: 200px;
    left: 300px
  }

  100% {
    bottom: -150px;
    left: -150px
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / .2), 0 0 0 0 rgb(255 255 255 / .2)
  }

  40% {
    box-shadow: 0 0 0 50px #fff0, 0 0 0 0 rgb(255 255 255 / .2)
  }

  80% {
    box-shadow: 0 0 0 50px #fff0, 0 0 0 30px #fff0
  }

  100% {
    box-shadow: 0 0 0 0 #fff0, 0 0 0 30px #fff0
  }
}

@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgb(255 246 105 / .1), 0 0 0 0 rgb(255 246 105 / .1)
  }

  40% {
    box-shadow: 0 0 0 50px #fff0, 0 0 0 0 rgb(255 246 105 / .1)
  }

  80% {
    box-shadow: 0 0 0 50px #fff0, 0 0 0 30px #fff0
  }

  100% {
    box-shadow: 0 0 0 0 #fff0, 0 0 0 30px #fff0
  }
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@-webkit-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1)
  }

  60% {
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }
}

@-moz-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1)
  }

  60% {
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }
}

@-ms-keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1)
  }

  60% {
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }
}

@keyframes video-border {
  0% {
    transform: translate(-50%, -50%) scale(1)
  }

  60% {
    opacity: 1
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0
  }
}

@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes scroll1 {
  0% {
    top: 0
  }

  100% {
    top: 100%
  }
}

@keyframes scroll2 {
  0% {
    top: 0
  }

  100% {
    top: 100%
  }
}

@keyframes transform {
  0% {
    transform: scale(.5);
    opacity: .8
  }

  50% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(.5);
    opacity: .8
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000
  }

  100% {
    stroke-dashoffset: 0
  }
}

.tp-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 7s infinite linear;
  -moz-animation: tp_zoom_in_out 7s infinite linear;
  -ms-animation: tp_zoom_in_out 7s infinite linear;
  -o-animation: tp_zoom_in_out 7s infinite linear;
  animation: tp_zoom_in_out 7s infinite linear
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }
}

@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }
}

@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }
}

@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
  }
}

@keyframes scroll_anim {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes loadingAnimation {
  to {
    transform: rotate(-360deg)
  }
}

@keyframes roteted {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px
  }

  100% {
    margin-top: 0
  }
}

@keyframes bar_anim {

  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0)
  }

  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%)
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0)
  }
}

@keyframes scrollText {
  from {
    transform: translateX(0%)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px)
  }

  50% {
    transform: skew(15deg)
  }

  80% {
    transform: rotate(10deg)
  }

  100% {
    transform: translate(0)
  }
}

@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px)
  }

  50% {
    transform: skew(15deg)
  }

  80% {
    transform: rotate(10deg)
  }

  100% {
    transform: translate(0)
  }
}

@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px)
  }

  50% {
    transform: skew(15deg)
  }

  80% {
    transform: rotate(10deg)
  }

  100% {
    transform: translate(0)
  }
}

@keyframes tpshake {
  10% {
    transform: translateY(-10px)
  }

  50% {
    transform: skew(15deg)
  }

  80% {
    transform: rotate(10deg)
  }

  100% {
    transform: translate(0)
  }
}

.grey-bg {
  background-color: var(--tp-grey-1)
}

.grey-bg-2 {
  background-color: var(--tp-grey-4)
}

.green-bg {
  background-color: var(--tp-theme-green)
}

.white-bg {
  background-color: var(--tp-common-white)
}

.black-bg {
  background-color: var(--tp-common-black)
}

.black-bg-3 {
  background-color: var(--tp-common-black-3)
}

.black-bg-4 {
  background-color: var(--tp-common-black-4)
}

.black-bg-5 {
  background-color: var(--tp-common-black-5)
}

.black-bg-6 {
  background-color: var(--tp-common-black-6)
}

.black-bg-7 {
  background-color: var(--tp-common-black-7)
}

.black-bg-8 {
  background-color: var(--tp-common-black-8)
}

.pink-light-bg {
  background-color: var(--tp-common-pink-light)
}

.yellow-bg {
  background-color: var(--tp-common-yellow)
}

.red-bg {
  background-color: var(--tp-common-red-2)
}

.red-bg-2 {
  background-color: var(--tp-common-red-3)
}

.yellow-green-bg {
  background-color: var(--tp-common-yellow-green)
}

.green-regular-bg {
  background-color: var(--tp-common-green-regular)
}

.paste-bg-2 {
  background-color: var(--tp-common-paste-2)
}

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1)
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-white)
}

.custom-select {
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  cursor: pointer
}

.custom-select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff
}

.custom-select .selected.open .arrow {
  transform: rotate(-135deg)
}

.custom-select .selected.open+.options {
  max-height: 500px;
  opacity: 1
}

.custom-select .selected .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  transition: transform 0.3s ease
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
  transition: max-height 0.3s ease, opacity 0.3s ease
}

.custom-select .options li {
  padding: 10px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease
}

.custom-select .options li:hover {
  background: #f0f0f0
}

.tp-breadcrumb-ptb {
  padding-top: 180px
}

.tp-breadcrumb-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -.03em;
  color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-breadcrumb-title {
    font-size: 60px
  }
}

@media (max-width:767px) {
  .tp-breadcrumb-title {
    font-size: 40px
  }
}

.tp-breadcrumb-list {
  display: inline-block;
  padding: 0 10px
}

.tp-breadcrumb-list span:last-child {
  color: var(--tp-common-white)
}

.tp-breadcrumb-list span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: rgb(255 255 255 / .4)
}

@media (max-width:767px) {
  .tp-breadcrumb-list span {
    font-size: 15px
  }
}

.tp-breadcrumb-list span.dvdr i {
  padding: 0 14px;
  font-style: normal
}

.breadcrumb__list span {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: rgb(77 61 48 / .6)
}

.breadcrumb__list span:not(:last-child) {
  padding-right: 12px;
  margin-right: 5px
}

.breadcrumb__list span:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%
}

.breadcrumb__list span:hover {
  color: #4D3D30
}

.breadcrumb__list span a:hover {
  color: var(--tp-coffe-2)
}

.breadcrumb__style-2 .breadcrumb__list span:last-child {
  color: #4D3D30
}

.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon {
  padding-right: 0;
  margin-right: 0
}

.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon svg {
  transform: translateY(-3px)
}

.breadcrumb__style-2 .breadcrumb__list.has-icon span:nth-child(1)::after {
  display: none
}

.design-service-accordion .accordion-header {
  font-size: inherit
}

.design-service-accordion .accordion-buttons {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative
}

.design-service-accordion .accordion-buttons img {
  transition: 0.3s
}

.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: 400;
  font-size: 80px;
  line-height: .87;
  color: #E0EEEE;
  margin-bottom: 0;
  transition: 0.3s;
  font-style: normal;
  padding-bottom: 5px;
  letter-spacing: -.02em;
  font-family: var(--tp-ff-dirtyline)
}

@media (max-width:767px) {
  .design-service-accordion .accordion-buttons i {
    font-size: 50px
  }
}

.design-service-accordion .accordion-buttons:not(.collapsed) img {
  transform: scale(1.4) rotate(-20deg) translate(-45px, 25px)
}

.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: -.02em
}

@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-service-accordion .accordion-body p br {
    display: none
  }
}

.design-service-accordion .accordion-items {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(255 255 255 / .1)
}

.design-service-accordion .accordion-items:not(:last-child) {
  margin-bottom: 30px
}

.design-service-category a {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  padding: 7px 16px;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: #E0EEEE;
  margin-bottom: 5px;
  border: 1px solid rgb(255 255 255 / .1)
}

.design-service-category a:hover {
  background-color: #272729
}

@media (max-width:767px) {
  .design-service-category a {
    margin-bottom: 10px
  }
}

.design-service-category a:not(:last-child) {
  margin-right: 5px
}

.design-service-img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  height: 110px;
  width: 160px
}

.ai-faq-accordion-wrap .accordion-items {
  padding-left: 40px;
  padding-bottom: 15px;
  position: relative
}

.ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgb(255 255 255 / .1)
}

.ai-faq-accordion-wrap .accordion-header {
  margin-bottom: 0;
  font-size: 0
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  padding-top: 25px;
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  text-align: left;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
    font-size: 15px
  }
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg)
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 35px;
  left: 7px
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  transition: 0.4s
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px
}

.ai-faq-accordion-wrap .accordion-header span {
  margin-right: 20px
}

.ai-faq-accordion-wrap .accordion-body {
  padding: 0;
  padding-right: 85px
}

@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) {
  .ai-faq-accordion-wrap .accordion-body {
    padding-right: 0
  }
}

.ai-faq-accordion-wrap .accordion-body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .6);
  margin-bottom: 0;
  padding-bottom: 15px
}

@media (max-width:767px) {
  .ai-faq-accordion-wrap .accordion-body p {
    font-size: 14px
  }
}

.it-faq-wrap {
  margin-left: 85px;
  position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .it-faq-wrap {
    margin-left: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .it-faq-wrap {
    margin-left: 0
  }
}

@media (max-width:767px) {
  .it-faq-wrap {
    margin-left: 0
  }
}

.it-faq-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  background-color: rgb(255 255 255 / .1)
}

.it-faq-wrap .accordion-items {
  padding-left: 115px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .it-faq-wrap .accordion-items {
    padding-left: 60px
  }
}

@media (max-width:767px) {
  .it-faq-wrap .accordion-items {
    padding-left: 50px
  }
}

.it-faq-wrap .accordion-items:not(:last-child) {
  margin-bottom: 70px
}

@media (max-width:767px) {
  .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 45px
  }
}

.it-faq-wrap .accordion-buttons {
  text-align: left
}

.it-faq-wrap .accordion-buttons i {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.18;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: .04em;
  color: rgb(255 255 255 / .6);
  font-family: var(--tp-ff-platform)
}

.it-faq-wrap .accordion-buttons span {
  font-weight: 500;
  font-size: 36px;
  line-height: .7;
  display: block;
  letter-spacing: .04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-platform)
}

@media (max-width:767px) {
  .it-faq-wrap .accordion-buttons span {
    font-size: 32px
  }
}

.it-faq-wrap .accordion-body {
  padding: 0;
  padding: 25px 85px 0 0
}

@media (max-width:767px) {
  .it-faq-wrap .accordion-body {
    padding: 25px 15px 0 0
  }
}

.it-faq-wrap .accordion-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgb(255 255 255 / .6)
}

.tp-hero-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 8px;
  color: var(--tp-common-white)
}

.tp-hero-para {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400
}

.ar-title-mlr {
  margin-left: 100px;
  margin-right: 100px
}

.tp-section-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black)
}

.tp-section-subtitle.pre::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-red-3)
}

.tp-section-subtitle.subtitle-black {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--tp-common-black)
}

.tp-section-subtitle.fs-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-section-subtitle.fs-17 {
    display: inline-block;
    margin-bottom: 15px
  }
}

.tp-section-subtitle.fs-17.pre-circle::before {
  content: "";
  height: 8px;
  width: 8px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-white)
}

.tp-section-subtitle-clash {
  font-size: 14px;
  line-height: 1.1;
  color: #f9f4e8;
  text-transform: uppercase;
  font-family: var(--tp-ff-clash-semibold)
}

.tp-section-subtitle-clash i {
  margin-left: 10px
}

.tp-section-subtitle-clash.clash-subtitle-pos {
  display: inline-block;
  transform: translateY(60px)
}

@media (max-width:767px) {
  .tp-section-subtitle-clash.clash-subtitle-pos {
    transform: translateY(0);
    margin-bottom: 20px
  }
}

.tp-section-subtitle-clash.clash-subtitle-pos.body-ff {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transform: translateY(5px);
  font-family: var(--tp-ff-inter)
}

.tp-section-subtitle-clash.clash-subtitle-pos.about-us-2 {
  color: var(--tp-common-black-10)
}

.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-subtitle-gradient {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(139deg, #9968ff 0%, #ff6cb2 49%, #ffaf56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.tp-section-subtitle-gradient div img {
  margin-bottom: 13px;
  display: inline-block
}

.tp-section-subtitle-gradient.icon-left div {
  display: inline-block
}

.tp-section-subtitle-gradient.icon-left div img {
  margin-bottom: 0;
  margin-right: 10px;
  transform: translateY(-3px)
}

.tp-section-subtitle-gradient.ct {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: var(--tp-ff-onest);
  border: 1px solid rgb(255 255 255 / .1)
}

@media (max-width:767px) {
  .tp-section-subtitle-gradient.ct {
    font-size: 14px
  }
}

.tp-section-subtitle-satisfy {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-satisfy)
}

.tp-section-subtitle-teko {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3)
}

@media (max-width:767px) {
  .tp-section-subtitle-teko {
    font-size: 25px
  }
}

.tp-section-subtitle-teko i {
  font-style: normal;
  color: var(--tp-common-yellow-green)
}

.tp-section-subtitle.border-bg {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--tp-common-black-10);
  border: 1px solid rgb(33 33 45 / .06);
  box-shadow: 0 0 2px 0 rgb(39 39 46 / .04);
  backdrop-filter: blur(10px)
}

.tp-section-subtitle.border-bg.bg-color {
  font-size: 15px;
  font-weight: 600;
  background: var(--tp-common-white);
  border: 1px solid rgb(33 33 45 / .06);
  box-shadow: 0 0 2px 0 rgb(39 39 46 / .04)
}

.tp-section-subtitle-platform {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  letter-spacing: .04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-platform)
}

@media (max-width:767px) {
  .tp-section-subtitle-platform {
    font-size: 20px
  }
}

.tp-section-subtitle-platform.platform-text-black {
  color: var(--tp-common-black-10)
}

.tp-section-subtitle.st {
  font-weight: 500;
  color: #494949;
  margin-bottom: 20px
}

.tp-section-subtitle.orange-color {
  color: var(--tp-common-red-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-subtitle.orange-color {
    margin-right: 50px
  }
}

.tp-section-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
  text-transform: uppercase
}

@media only screen and (min-width:1701px) and (max-width:1800px) {
  .tp-section-title {
    font-size: 70px
  }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-section-title {
    font-size: 60px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .tp-section-title {
    font-size: 50px
  }
}

@media (max-width:767px) {
  .tp-section-title {
    font-size: 42px
  }
}

.tp-section-title.fs-140 {
  line-height: .89;
  font-size: 140px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title.fs-140 {
    font-size: 115px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title.fs-140 {
    font-size: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title.fs-140 {
    font-size: 75px;
    letter-spacing: 0
  }
}

@media (max-width:767px) {
  .tp-section-title.fs-140 {
    letter-spacing: 0;
    font-size: 65px
  }
}

.tp-section-title.fs-64 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-transform: capitalize;
  color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title.fs-64 {
    font-size: 55px
  }
}

@media (max-width:767px) {
  .tp-section-title.fs-64 {
    font-size: 42px
  }
}

.tp-section-title.fs-44 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 0;
  letter-spacing: -.03em;
  text-transform: capitalize;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title.fs-44 {
    font-size: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-section-title.fs-44 {
    font-size: 38px
  }

  .tp-section-title.fs-44 br {
    display: none
  }
}

.tp-section-title.fs-54 {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -.04em;
  text-transform: capitalize;
  color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title.fs-54 {
    font-size: 45px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title.fs-54 {
    font-size: 40px
  }
}

@media (max-width:767px) {
  .tp-section-title.fs-54 {
    font-size: 35px
  }
}

.tp-section-title.fs-54 span {
  height: 55px;
  width: 50px;
  display: inline-block
}

.tp-section-title.fs-54.fs-60 {
  font-size: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 45px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 55px
  }
}

@media (max-width:767px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 40px
  }
}

.tp-section-title.lts {
  letter-spacing: -2.4px;
  text-transform: capitalize
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-section-title.lts {
    font-size: 60px
  }
}

@media (max-width:767px) {
  .tp-section-title.lts {
    letter-spacing: 0
  }
}

@media (max-width:767px) {
  .tp-section-title.lts br {
    display: none
  }
}

.tp-section-title-mango {
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango-light)
}

.tp-section-title-mango.fs-100 {
  font-size: 100px;
  font-family: var(--tp-ff-mango-semibold)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-mango.fs-100 {
    font-size: 80px
  }
}

@media (max-width:767px) {
  .tp-section-title-mango.fs-100 {
    font-size: 50px
  }
}

@media (max-width:767px) {
  .tp-section-title-mango {
    font-size: 50px
  }
}

.tp-section-title-grotesk {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-grotesk {
    font-size: 55px
  }
}

@media (max-width:767px) {
  .tp-section-title-grotesk {
    font-size: 50px
  }
}

@media (max-width:767px) {
  .tp-section-title-grotesk br {
    display: none
  }
}

.tp-section-title-grotesk>span {
  display: inline-block
}

.tp-section-title-shape {
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: -1
}

.tp-section-title-dirtyline {
  font-weight: 400;
  font-size: 200px;
  line-height: .8;
  color: #e0eeee;
  letter-spacing: -.02em;
  font-family: var(--tp-ff-dirtyline)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-dirtyline {
    font-size: 160px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-dirtyline {
    font-size: 130px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-dirtyline {
    font-size: 130px
  }
}

@media (max-width:767px) {
  .tp-section-title-dirtyline {
    font-size: 80px
  }
}

.tp-section-title-dirtyline.fs-140 {
  font-size: 140px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 110px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 80px
  }
}

@media (max-width:767px) {
  .tp-section-title-dirtyline.fs-140 {
    font-size: 70px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-section-title-dirtyline.fs-140 br {
    display: none
  }
}

.tp-section-title-clash {
  font-size: 130px;
  line-height: .79;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-clash-bold)
}

@media only screen and (min-width:1801px) and (max-width:1850px),
only screen and (min-width:1701px) and (max-width:1800px) {
  .tp-section-title-clash {
    font-size: 120px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-section-title-clash {
    font-size: 115px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-clash {
    font-size: 110px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-clash {
    font-size: 100px
  }

  .tp-section-title-clash br {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-clash {
    font-size: 85px
  }
}

@media (max-width:767px) {
  .tp-section-title-clash {
    font-size: 40px;
    letter-spacing: 0
  }

  .tp-section-title-clash br {
    display: none
  }
}

.tp-section-title-clash span {
  display: inline-block
}

@media (max-width:767px) {
  .tp-section-title-clash span br {
    display: none
  }
}

.tp-section-title-clash span.clash-subtitle-space-1 {
  padding-left: 230px
}

@media (max-width:767px) {
  .tp-section-title-clash span.clash-subtitle-space-1 {
    padding-left: 0
  }

  .tp-section-title-clash span.clash-subtitle-space-1 br {
    display: none
  }
}

.tp-section-title-clash.fs-200 {
  font-size: 200px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-section-title-clash.fs-200 {
    font-size: 170px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-clash.fs-200 {
    font-size: 135px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-clash.fs-200 {
    font-size: 125px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-clash.fs-200 {
    font-size: 125px
  }
}

@media (max-width:767px) {
  .tp-section-title-clash.fs-200 {
    font-size: 60px
  }
}

.tp-section-title-clash-600 {
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-semibold)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-clash-600 {
    font-size: 60px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-clash-600 {
    font-size: 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-clash-600 {
    font-size: 50px
  }
}

@media (max-width:767px) {
  .tp-section-title-clash-600 {
    font-size: 45px
  }
}

.tp-section-title-clash-600.fs-60 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 55px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 45px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 45px
  }
}

@media (max-width:767px) {
  .tp-section-title-clash-600.fs-60 {
    font-size: 30px
  }
}

.tp-section-title-clash-600.fw-400 {
  font-family: var(--tp-ff-clash-light)
}

.tp-section-title-teko {
  font-weight: 600;
  font-size: 72px;
  line-height: .9;
  letter-spacing: -.01em;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-teko {
    font-size: 60px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-teko {
    font-size: 55px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-teko {
    font-size: 60px
  }
}

@media (max-width:767px) {
  .tp-section-title-teko {
    font-size: 44px
  }
}

.tp-section-title-teko span {
  color: var(--tp-common-yellow-green)
}

.tp-section-title-teko.fs-150 {
  line-height: .73;
  font-size: 150px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-teko.fs-150 {
    font-size: 130px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-teko.fs-150 {
    font-size: 115px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-teko.fs-150 {
    font-size: 100px
  }
}

@media (max-width:767px) {
  .tp-section-title-teko.fs-150 {
    font-size: 80px
  }
}

.tp-section-title-teko.fs-80 {
  font-size: 80px;
  font-weight: 500;
  letter-spacing: -.8px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-section-title-teko.fs-80 {
    font-size: 70px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-teko.fs-80 {
    font-size: 60px
  }
}

@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-title-teko.fs-80 {
    font-size: 50px
  }
}

.tp-section-title-teko.fs-80 span {
  color: rgb(255 255 255 / .3)
}

@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) {
  .tp-section-title-teko.fs-80 br {
    display: none
  }
}

.tp-section-title-teko.fs-120 {
  font-size: 120px;
  letter-spacing: -1.2px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-section-title-teko.fs-120 {
    font-size: 100px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-teko.fs-120 {
    font-size: 85px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-teko.fs-120 {
    font-size: 75px
  }
}

@media (max-width:767px) {
  .tp-section-title-teko.fs-120 {
    font-size: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
  .tp-section-title-teko.fs-120 {
    font-size: 75px
  }
}

.tp-section-title-teko.fs-120 span {
  color: rgb(255 255 255 / .3)
}

.tp-section-title-phudu {
  font-size: 94px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: var(--tp-ff-phudu);
  color: var(--tp-common-black-10)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-phudu {
    font-size: 75px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-phudu {
    font-size: 65px
  }
}

@media (max-width:767px) {
  .tp-section-title-phudu {
    font-size: 50px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-section-title-phudu {
    font-size: 60px;
    letter-spacing: 0
  }
}

@media (max-width:767px) {
  .tp-section-title-phudu br {
    display: none
  }
}

.tp-section-title-phudu.fs-70 {
  font-size: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 62px
  }
}

@media (max-width:767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 50px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-section-title-phudu.fs-70 {
    font-size: 60px;
    letter-spacing: 0
  }
}

.tp-section-title-phudu.ff-inter {
  font-size: 70px;
  letter-spacing: -2px;
  text-transform: inherit;
  font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 62px
  }
}

@media (max-width:767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 50px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-section-title-phudu.ff-inter {
    font-size: 60px;
    letter-spacing: 0
  }
}

.tp-section-title-platform {
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-platform)
}

@media (max-width:767px) {
  .tp-section-title-platform {
    font-size: 45px
  }
}

.tp-section-title-platform.platform-text-black {
  color: var(--tp-common-black-10)
}

.tp-section-title-platform.fs-200 {
  font-size: 200px;
  font-style: italic
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-platform.fs-200 {
    font-size: 115px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-platform.fs-200 {
    font-size: 100px
  }
}

@media (max-width:767px) {
  .tp-section-title-platform.fs-200 {
    font-size: 60px
  }
}

.tp-section-title-platform.fs-84 {
  font-size: 80px;
  line-height: .88
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-platform.fs-84 {
    font-size: 70px
  }
}

@media (max-width:767px) {
  .tp-section-title-platform.fs-84 {
    font-size: 60px
  }
}

.tp-section-title-playfair {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-section-title-playfair {
    font-size: 70px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-playfair {
    font-size: 60px
  }
}

@media (max-width:767px) {
  .tp-section-title-playfair {
    font-size: 45px
  }

  .tp-section-title-playfair br {
    display: none
  }
}

.tp-section-title-playfair span {
  font-style: italic;
  color: rgb(69 48 48 / .6);
  font-family: var(--tp-ff-playfair)
}

.tp-section-title-onest {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -2.16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest)
}

@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-title-onest {
    font-size: 42px
  }
}

@media (max-width:767px) {
  .tp-section-title-onest br {
    display: none
  }
}

.tp-section-title-onest.fs-72 {
  font-size: 72px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-onest.fs-72 {
    font-size: 55px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-onest.fs-72 {
    font-size: 50px
  }
}

@media (max-width:767px) {
  .tp-section-title-onest.fs-72 {
    font-size: 45px
  }
}

.tp-section-title-onest.fs-44 {
  font-size: 44px
}

.tp-section-title-5 {
  font-size: 120px;
  font-weight: 500;
  line-height: .9;
  letter-spacing: -4.8px;
  color: var(--tp-cream-1);
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-5 {
    font-size: 100px
  }
}

@media (max-width:767px) {
  .tp-section-title-5 {
    font-size: 70px
  }
}

.tp-section-title-5.fs-140 {
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8.4px;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-section-title-5.fs-140 {
    font-size: 120px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-section-title-5.fs-140 {
    font-size: 85px
  }
}

@media (max-width:767px) {
  .tp-section-title-5.fs-140 {
    font-size: 50px;
    letter-spacing: -1.4px;
    line-height: 1.2
  }
}

.tp-section-title-5.fs-140 span {
  transform: translateY(-15px);
  display: inline-block;
  margin: 0 30px;
  white-space: nowrap
}

@media (max-width:767px) {
  .tp-section-title-5.fs-140 span {
    white-space: inherit
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-section-title-5.fs-140 span {
    margin: 0
  }
}

.tp-section-title-5.fs-140 span img {
  border-radius: 100px
}

.tp-section-title-5.fs-140 em {
  font-style: normal;
  padding-left: 160px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-section-title-5.fs-140 em {
    padding-left: 0
  }
}

.tp-revel-line {
  overflow: hidden
}

.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 300px;
  visibility: hidden;
  background: var(--tp-common-white);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none
}

.tp-search-area::-webkit-scrollbar {
  display: none
}

.tp-search-area.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1
}

.tp-search-area.search-black {
  background: #262528
}

.tp-search-area.search-black .tp-search-content .search::before {
  background-color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-content input {
  border-color: #4F4F4F;
  background-color: #fff0;
  color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-content input::-webkit-input-placeholder {
  color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-content input::-moz-placeholder {
  color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-content input:-moz-placeholder {
  color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-content input:-ms-input-placeholder {
  color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-content input::placeholder {
  color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-content .tp-search-icon {
  color: var(--tp-common-white)
}

.tp-search-area.search-black .tp-search-close-btn {
  border-color: #4F4F4F;
  color: var(--tp-common-white)
}

.tp-search-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-search-wrapper {
    padding-top: 115px
  }
}

.tp-search-close {
  position: absolute;
  top: 35px;
  right: 35px
}

@media (max-width:767px) {
  .tp-search-close {
    right: 20px;
    top: 20px
  }
}

.tp-search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -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;
  background-color: #fff0;
  color: var(--tp-common-black);
  border: 1px solid rgb(22 22 19 / .1)
}

.tp-search-close-btn svg {
  height: 12px;
  width: 12px;
  -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;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px)
}

.tp-search-close-btn:hover svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.tp-search-content .search {
  margin-bottom: 40px;
  position: relative
}

.tp-search-content .search:has(input:focus)::before {
  width: 100%
}

.tp-search-content .search::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-black)
}

.tp-search-content input {
  height: 80px;
  border: none;
  font-size: 30px;
  font-weight: 400;
  border-radius: 0;
  padding: 0 60px 0 10px;
  -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;
  border-bottom: 1px solid #E6E8F0;
  color: var(--tp-common-black);
  background: var(--tp-common-white)
}

.tp-search-content input:focus:hover {
  background: #fff0
}

.tp-search-content input::-webkit-input-placeholder {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black)
}

.tp-search-content input::-moz-placeholder {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black)
}

.tp-search-content input:-moz-placeholder {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black)
}

.tp-search-content input:-ms-input-placeholder {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black)
}

.tp-search-content input::placeholder {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black)
}

.tp-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%)
}

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: #fff0;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black)
}

.cursor-bg-red #ball {
  background-color: #FF535B !important
}

.cursor-bg-red #ball .ball-view {
  color: var(--tp-common-white)
}

.cursor-bg-red-2 #ball {
  background-color: #FF481F !important
}

.cursor-bg-red-2 #ball .ball-view {
  color: var(--tp-common-white)
}

.cursor-bg-yellow #ball {
  background-color: #FFF669 !important
}

.cursor-bg-yellow #ball .ball-view {
  color: var(--tp-common-black)
}

.cursor-white-bg #ball .ball-view {
  color: var(--tp-common-black)
}

#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
  color: var(--tp-common-black)
}

#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  color: var(--tp-common-black)
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--tp-common-white);
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased
}

#ball .ball-drag::before {
  content: "\f104";
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s
}

#ball .ball-drag::after {
  content: "\f105";
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

#ball.ball-close-enabled {
  opacity: 1 !important
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--tp-common-black)
}

.tp-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55
}

@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-ptb {
    padding: 10px 0
  }
}

.tp-header-menu>nav>ul>li {
  margin: 0 35px;
  list-style-type: none;
  display: inline-block
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-header-menu>nav>ul>li {
    margin: 0 15px
  }
}

.tp-header-menu>nav>ul>li>a {
  padding: 21px 0;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  letter-spacing: -.01em;
  color: var(--tp-common-white)
}

.tp-header-lang a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: rgb(255 255 255 / .6)
}

.tp-header-lang a.active {
  color: var(--tp-common-white)
}

.tp-header-lang a:not(:first-child) {
  margin-left: 10px
}

.tp-header-lang a:hover {
  color: var(--tp-common-white)
}

.tp-header-logo img {
  max-width: inherit;
  width: 90px
}

.tp-header-right .cr-header-login a {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  border-radius: 40px;
  display: inline-block;
  padding: 11px 20px 12px;
  letter-spacing: -.15px;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .06);
  background: rgb(255 255 255 / .06);
  backdrop-filter: blur(10px)
}

.tp-header-right .cr-header-login a:hover {
  color: var(--tp-common-black-7);
  background-color: var(--tp-common-white)
}

.tp-header-bar button {
  width: 30px;
  color: var(--tp-common-white)
}

.tp-header-bar button i {
  height: 2px;
  width: 14px;
  display: block;
  margin-left: 0;
  background-color: var(--tp-common-white)
}

.tp-header-bar button i:nth-child(2) {
  width: 24px
}

.tp-header-bar button i:not(:last-of-type) {
  margin: 6px auto
}

.tp-header-bar button:hover i {
  animation: bar_anim 0.8s cubic-bezier(.44, 1.1, .53, .99) 1 forwards
}

@media (max-width:767px) {
  .tp-header-2-area {
    margin-top: 20px
  }
}

.tp-header-2-area.header-black-style .tp-header-2-bar span {
  color: var(--tp-common-black-7)
}

.tp-header-2-area.header-black-style .tp-header-2-bar span i {
  background-color: var(--tp-common-black-7)
}

.tp-header-2-bar span {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--tp-common-white)
}

.tp-header-2-bar span i {
  height: 2px;
  width: 40px;
  display: block;
  margin: 6px 0;
  margin-left: 20px;
  background-color: var(--tp-common-white)
}

.tp-header-2-bar span:hover i {
  animation: bar_anim 0.8s cubic-bezier(.44, 1.1, .53, .99) 1 forwards
}

.tp-header-3-style {
  padding-top: 15px
}

@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-3-style {
    padding-top: 30px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-header-3-style {
    padding-left: 30px
  }
}

.tp-header-3-style .tp-header-menu>nav>ul {
  margin-left: 5px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-header-3-style .tp-header-menu>nav>ul {
    margin-left: 35px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-header-3-style .tp-header-menu>nav>ul {
    margin-left: 70px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-header-3-style .tp-header-menu>nav>ul>li {
    margin: 0 12px
  }
}

.tp-header-3-style .tp-header-menu>nav>ul>li>a {
  font-size: 16px;
  color: var(--tp-common-black)
}

.tp-header-3-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black)
}

.tp-header-3-style .tp-header-bar button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 10px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-regular)
}

.tp-header-3-style .tp-header-bar button i {
  width: 24px;
  margin: 4px auto;
  background-color: var(--tp-common-black)
}

.tp-header-4-style .tp-header-menu nav ul li a {
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .tp-header-4-style .tp-header-btn-box {
    display: none
  }
}

.tp-header-4-style.header-4-light-style .tp-header-bar button {
  color: var(--tp-common-black)
}

.tp-header-4-style.header-4-light-style .tp-header-bar button i {
  background-color: var(--tp-common-black)
}

.tp-header-5-area.header-style-light .tp-header-5-bar span {
  background-color: var(--tp-common-black-7)
}

.tp-header-5-area.header-style-light .tp-header-5-button .tp-btn-red-border {
  color: var(--tp-common-black)
}

.tp-header-5-area.header-style-light .tp-header-5-button .tp-btn-red-border:hover {
  color: var(--tp-common-white)
}

.tp-header-5-bar span {
  height: 2px;
  width: 60px;
  display: block;
  margin: 8px 0;
  background-color: var(--tp-common-cream)
}

.tp-header-7-wrapper {
  padding: 0 25px;
  padding-right: 10px;
  border-radius: 16px;
  background: rgb(8 4 29 / .2);
  border: 1px solid rgb(255 255 255 / .1)
}

@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-7-wrapper {
    padding: 10px 25px;
    padding-right: 10px
  }
}

.tp-header-7-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  backdrop-filter: blur(10px)
}

.tp-header-7-menu>nav>ul {
  margin-left: 0
}

.tp-header-7-menu>nav>ul>li>a {
  padding: 22px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -.01em;
  color: var(--tp-common-white)
}

.tp-header-7-btn-box {
  line-height: 1
}

.tp-header-7-serach {
  color: var(--tp-common-white)
}

.tp-header-8-area.header-8-style-dark .tp-header-8-bar {
  border: 1px solid rgb(255 255 255 / .12)
}

.tp-header-8-area.header-8-style-dark .tp-header-8-bar span {
  color: var(--tp-common-white)
}

.tp-header-8-area.header-8-style-dark .tp-btn-border-2 {
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .12)
}

.tp-header-8-wrapper {
  padding: 18px 0
}

.tp-header-8-border {
  border-bottom: 1px solid rgb(25 25 25 / .08)
}

.tp-header-8-bar {
  transition: 0.3s;
  padding: 8px 22px;
  margin-right: 18px;
  border-radius: 24px;
  display: inline-block;
  border: 1px solid rgb(25 25 25 / .1)
}

.tp-header-8-bar:hover {
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-red-2)
}

.tp-header-8-bar:hover span {
  color: var(--tp-common-white)
}

.tp-header-8-bar span {
  line-height: 1;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium)
}

.tp-header-8-bar span svg {
  margin-left: 7px
}

.tp-header-8-lang a {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium)
}

.tp-header-8-lang a:not(:last-child) {
  margin-right: 8px
}

.tp-header-8-lang a:hover {
  color: var(--tp-common-red-2)
}

.tp-header-8-btn {
  margin-left: 20px
}

.tp-header-9-mt {
  margin-top: 40px
}

.tp-header-9-box {
  margin-left: 90px
}

@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) {
  .tp-header-9-box {
    margin-left: 0
  }
}

.tp-header-9-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  display: none
}

.tp-header-9-menu>nav>ul {
  display: inline-block;
  padding: 0 10px;
  border-radius: 14px;
  background: rgb(238 241 234 / .04);
  border: 1px solid rgb(238 241 234 / .04)
}

.tp-header-9-menu>nav>ul>li {
  display: inline-block;
  list-style-type: none;
  padding: 8px 0
}

.tp-header-9-menu>nav>ul>li>a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
  padding: 7px 23px;
  display: inline-block;
  letter-spacing: -.01em;
  color: var(--tp-common-cream-3);
  background-color: #fff0
}

.tp-header-9-menu>nav>ul>li>a:hover {
  color: var(--tp-common-yellow-green);
  background-color: rgb(238 241 234 / .06)
}

.tp-header-9-logo .logo-2 {
  display: none
}

.tp-header-9-search span {
  color: var(--tp-common-cream)
}

.tp-header-10-area.header-10-dark-style .tp-header-10-wrapper {
  background: #1A1B1E;
  border: 1px solid rgb(0 0 0 / .6)
}

.tp-header-10-area.header-10-dark-style .tp-header-10-menu>nav>ul>li>a {
  color: var(--tp-common-white)
}

.tp-header-10-area.header-10-dark-style .tp-header-10-offcanvas .tp-header-bar button {
  color: var(--tp-common-white)
}

.tp-header-10-area.header-10-dark-style .tp-header-10-offcanvas .tp-header-bar button i {
  background-color: var(--tp-common-white)
}

.tp-header-10-announcement-wrapper {
  padding: 10px 0
}

.tp-header-10-announcement-content p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-right: 8px;
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .tp-header-10-announcement-content p {
    font-size: 12px;
    margin-right: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-header-10-announcement-content p {
    font-size: 14px;
    margin-right: 8px
  }
}

.tp-header-10-announcement-content p span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px;
  margin-right: 10px;
  text-transform: uppercase;
  background: #21212D;
  border-radius: 18px
}

@media (max-width:767px) {
  .tp-header-10-announcement-content p span {
    font-size: 10px;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 5px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-header-10-announcement-content p span {
    padding: 4px 16px
  }
}

.tp-header-10-announcement-content a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white)
}

.tp-header-10-announcement-content a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgb(255 255 255 / .5)
}

.tp-header-10-announcement-content a:hover::after {
  opacity: 0;
  visibility: hidden
}

.tp-header-10-announcement-content a:hover span {
  transform: rotate(45deg)
}

.tp-header-10-announcement-content a span {
  display: inline-block;
  margin-left: 5px;
  -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
}

.tp-header-10-announcement-close {
  position: absolute;
  top: 7px;
  right: 60px
}

.tp-header-10-announcement-close button {
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 7px;
  border-radius: 50%;
  color: var(--tp-common-black);
  background: var(--tp-common-white)
}

.tp-header-10-announcement-close button:hover {
  transform: scale(1.1)
}

@media (max-width:767px) {
  .tp-header-10-announcement-close button {
    display: none
  }
}

.tp-header-10-menu {
  margin-left: -70px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-header-10-menu {
    margin-left: -15px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1701px) and (max-width:1800px),
only screen and (min-width:1801px) and (max-width:1850px) {
  .tp-header-10-menu {
    margin-left: -60px
  }
}

.tp-header-10-menu::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  top: 15px;
  left: -10px;
  background: rgb(33 33 45 / .06)
}

.tp-header-10-menu>nav>ul {
  margin-left: 0
}

.tp-header-10-menu>nav>ul>li {
  margin: 0 20px
}

.tp-header-10-menu>nav>ul>li>a {
  padding: 22px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -.16px;
  color: var(--tp-common-black-10)
}

.tp-header-10-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  display: none
}

.tp-header-10-wrapper {
  padding: 1px 30px;
  border-radius: 60px;
  border: 1px solid rgb(255 255 255 / .6);
  background: rgb(247 247 253 / .2);
  box-shadow: 0 20px 30px 0 rgb(33 33 45 / .03)
}

@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-10-wrapper {
    padding: 10px 20px
  }
}

.tp-header-10-btn-box {
  line-height: 1
}

.tp-header-10-offcanvas .tp-header-bar button {
  color: var(--tp-common-black)
}

.tp-header-10-offcanvas .tp-header-bar button i {
  background-color: var(--tp-common-black)
}

.tp-header-11-style .tp-header-10-wrapper {
  background: rgb(255 255 255 / .8);
  border: 1px solid rgb(255 255 255 / .6);
  box-shadow: 0 20px 30px 0 rgb(33 33 45 / .03)
}

.tp-header-11-style .tp-header-10-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px)
}

.tp-header-11-style .tp-header-10-menu {
  margin-left: -100px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .tp-header-11-style .tp-header-10-menu {
    margin-left: 0
  }
}

.tp-header-11-style.header-11-dark-style .tp-header-10-wrapper {
  background: #1A1B1E;
  border: 1px solid rgb(0 0 0 / .6)
}

.tp-header-11-style.header-11-dark-style .tp-header-10-menu>nav>ul>li>a {
  color: var(--tp-common-white)
}

.tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button {
  color: var(--tp-common-white)
}

.tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button i {
  background-color: var(--tp-common-white)
}

.tp-header-11-style.header-11-dark-style .tp-btn-black-radius {
  background-color: #fff;
  color: var(--tp-common-black)
}

.tp-header-11-style.header-11-dark-style .tp-btn-black-radius i {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

@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-12-ptb {
    padding: 10px 0
  }
}

.tp-header-12-ptb.sticky-black-bg .tp-header-12-menu>nav>ul>li>a {
  color: var(--tp-common-white)
}

.tp-header-12-ptb.sticky-black-bg .tp-header-12-menu>nav>ul>li.has-dropdown::after {
  color: var(--tp-common-white)
}

.tp-header-12-menu>nav>ul {
  margin-left: 0
}

.tp-header-12-menu>nav>ul>li {
  margin: 0 20px
}

.tp-header-12-menu>nav>ul>li>a {
  position: relative;
  padding: 41px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #616161;
  display: inline-block;
  letter-spacing: -.17px
}

.tp-header-12-menu.about-us-4 nav ul li a {
  color: #111013
}

.tp-header-12-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  color: #616161
}

@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-13-ptb {
    padding: 10px 0
  }
}

.tp-header-13-menu>nav>ul {
  margin-left: 270px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-header-13-menu>nav>ul {
    margin-left: 100px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .tp-header-13-menu>nav>ul {
    margin-left: 0
  }
}

.tp-header-13-menu>nav>ul>li {
  margin: 0 20px
}

.tp-header-14-main {
  position: relative;
  z-index: 999
}

.tp-header-14-wrapper {
  padding: 18px 0
}

.tp-header-14-info a {
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-white)
}

.tp-header-14-bar-wrap .tp-header-8-bar {
  margin-right: 0;
  padding: 8px 18px;
  border: 1px solid rgb(255 255 255 / .1)
}

.tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background-color: var(--tp-common-white)
}

.tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-black)
}

.tp-header-14-bar-wrap .tp-header-8-bar span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter)
}

.tp-header-15-style .tp-header-14-info a {
  color: #653624
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-header-15-style .tp-header-14-info a {
    color: var(--tp-cream-2)
  }
}

.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar {
  border-color: #653624
}

.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: #653624
}

.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background-color: #653624
}

.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar {
    border-color: var(--tp-cream-2)
  }

  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar span {
    color: var(--tp-cream-2)
  }

  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover {
    background-color: var(--tp-cream-2)
  }

  .tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
    color: var(--tp-common-black)
  }
}

.tp-header-inner-style .tp-header-menu>nav>ul {
  padding: 0 10px;
  border-radius: 30px;
  display: inline-block;
  background-color: #f6f6f9
}

.tp-header-inner-style .tp-header-menu>nav>ul>li>a {
  padding: 10px 0;
  color: var(--tp-common-black)
}

.tp-header-inner-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black)
}

.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 110%
}

.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar {
  border: 0;
  background-color: #f6f6f9
}

.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: var(--tp-common-black)
}

.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background-color: var(--tp-common-black)
}

.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-white)
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul {
  background-color: #1D1D1F
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li>a {
  color: #BFBFC0
}

.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li:hover>a {
  color: var(--tp-common-white)
}

.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li.has-dropdown::after {
  color: #BFBFC0
}

.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li:hover.has-dropdown::after {
  color: var(--tp-common-white)
}

.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar {
  background-color: #1D1D1F
}

.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: var(--tp-common-white)
}

.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  background-color: var(--tp-common-white)
}

.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-black)
}

.tp-header-inner-style .tp-megamenu-wrapper {
  top: 110%
}

.tp-header-shop-wrap {
  position: relative;
  border: 1px solid rgb(77 61 48 / .2)
}

.tp-header-shop-wrap.shop-white-header {
  border: 1px solid rgb(255 255 255 / .2)
}

.tp-header-shop-wrap.shop-white-header .tp-header-shop-menu>nav>ul>li>a {
  color: var(--tp-common-white);
  border-color: rgb(255 255 255 / .2)
}

.tp-header-shop-wrap.shop-white-header .tp-header-shop-action ul li {
  border-color: rgb(255 255 255 / .2)
}

.tp-header-shop-wrap.shop-white-header .tp-header-shop-cart button {
  color: var(--tp-common-white)
}

.tp-header-shop-wrap.shop-white-header .tp-header-shop-cart button span {
  color: #4D3D30;
  background-color: var(--tp-common-white)
}

.tp-header-shop-wrap.shop-white-header .tp-header-shop-lang button,
.tp-header-shop-wrap.shop-white-header .tp-header-shop-lang span {
  color: var(--tp-common-white)
}

.tp-header-shop-wrap.shop-white-header .tp-header-shop-search button {
  color: var(--tp-common-white)
}

.tp-header-shop-wrap.shop-white-header .logo-2 {
  display: none
}

.tp-header-shop-wrap.shop-white-header .tp-header-10-offcanvas .tp-header-bar button i {
  background-color: var(--tp-common-white)
}

.tp-header-shop-wrap .tp-header-dropdown nav ul li.has-dropdown::after {
  display: none
}

.tp-header-shop-wrap .tp-megamenu-wrapper {
  max-width: 100%;
  border-radius: 0 0 14px 14px
}

.tp-header-shop-wrap .tp-megamenu-wrapper.megamenu-white-bg {
  background: rgb(244 240 234 / .8);
  border: 1px solid rgb(77 61 48 / .12)
}

.tp-header-shop-wrap.header-sticky {
  top: 10px;
  width: calc(100% - 30px);
  margin: 0 auto
}

.tp-header-shop-wrap.header-sticky.sticky-white-bg {
  background: rgb(244 240 234 / .9)
}

.tp-header-shop-wrap.header-sticky.shop-white-header {
  border: 1px solid rgb(77 61 48 / .2)
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-menu>nav>ul>li>a {
  color: #4d3d30;
  border-color: rgb(77 61 48 / .2)
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-action ul li {
  border-color: rgb(77 61 48 / .2)
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-search button {
  color: #4d3d30
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-cart button {
  color: #4d3d30
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-cart button span {
  background-color: #4D3D30;
  color: var(--tp-common-white)
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-lang span {
  color: #4d3d30
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-logo .logo-1 {
  display: none
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-logo .logo-2 {
  display: inline-block !important
}

.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-10-offcanvas .tp-header-bar button i {
  background-color: #4d3d30
}

.tp-header-shop-wrap .dropdown-white-bg nav ul li .tp-submenu {
  border-radius: 0 0 14px 14px;
  background: rgb(244 240 234 / .8);
  border: 1px solid rgb(77 61 48 / .12)
}

.tp-header-shop-menu>nav>ul {
  display: flex
}

.tp-header-shop-menu>nav>ul>li {
  list-style: none;
  display: inline-block
}

.tp-header-shop-menu>nav>ul>li>a {
  height: 100%;
  padding: 18px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #4d3d30;
  letter-spacing: -.01em;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid rgb(77 61 48 / .2)
}

.tp-header-shop-action>ul {
  display: flex
}

.tp-header-shop-action>ul>li {
  position: relative;
  padding: 12px 30px;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgb(77 61 48 / .2)
}

.tp-header-shop-cart a,
.tp-header-shop-cart button,
.tp-header-shop-cart span,
.tp-header-shop-lang a,
.tp-header-shop-lang button,
.tp-header-shop-lang span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #4d3d30;
  letter-spacing: -.01em;
  text-transform: uppercase
}

.tp-header-shop-cart button span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 6px 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: #4d3d30;
  border: 1px solid rgb(77 61 48 / .2)
}

@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-shop-logo {
    margin-left: 20px
  }
}

.header-lang-submenu {
  position: absolute;
  top: 110%;
  right: 0;
  width: 120px;
  z-index: 9;
  opacity: 0;
  padding: 15px 20px;
  visibility: hidden;
  background: #4D3D30;
  -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;
  box-shadow: 0 30px 70px 6px rgb(11 6 70 / .08)
}

.header-lang-submenu li {
  list-style: none
}

.header-lang-submenu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: var(--tp-common-white)
}

.header-lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible
}

.tp-header-14-yellow-bg .tp-header-8-bar:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black)
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgb(38 37 40 / .9);
  box-shadow: 0 2px 6px 0 rgb(19 19 22 / .08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown
}

.header-sticky .tp-header-menu>nav>ul>li>a {
  padding: 22px 0
}

.header-sticky.sticky-white-bg {
  background: rgb(255 255 255 / .9)
}

.header-sticky.sticky-white-bg .tp-header-menu>nav>ul>li>a {
  color: var(--tp-common-black)
}

.header-sticky.sticky-white-bg .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black)
}

.header-sticky.sticky-white-bg .logo-white {
  display: none
}

.header-sticky.sticky-white-bg .logo-black {
  display: block !important
}

.header-sticky.sticky-white-bg .tp-header-lang a {
  color: rgb(0 0 0 / .6)
}

.header-sticky.sticky-white-bg .tp-header-lang a.active {
  color: var(--tp-common-black)
}

.header-sticky.sticky-white-bg .tp-header-bar button i {
  background-color: var(--tp-common-black)
}

.header-sticky.sticky-white-bg .tp-header-7-serach {
  color: var(--tp-common-black)
}

.header-sticky.sticky-white-bg .cr-header-login a {
  background: #000;
  border-color: rgb(0 0 0 / .6)
}

.header-sticky.sticky-white-bg .cr-header-login a:hover {
  color: var(--tp-common-black);
  background-color: #fff0
}

.header-sticky.sticky-white-bg .tp-header-btn-box .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  border-color: rgb(0 0 0 / .6)
}

.header-sticky.sticky-white-bg .animated-border-box::before {
  background-image: conic-gradient(#ffffff, #000, #ffffff 25%)
}

.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg {
  color: #0E0F11;
  background-color: #fff0;
  border: 1px solid rgb(0 0 0 / .1)
}

.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black)
}

.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1
}

.header-sticky.tp-header-3-style {
  padding-top: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .header-sticky.tp-header-3-style {
    padding: 10px 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .header-sticky.tp-header-9-sticky {
    padding: 10px 0
  }
}

.header-sticky.tp-header-border {
  border-bottom: 0
}

.header-sticky .tp-header-logo {
  padding: 0
}

.header-sticky .tp-header-7-wrapper {
  padding: 0;
  padding-right: 0;
  border-radius: 0;
  background: initial;
  border: none
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .header-sticky .tp-header-7-wrapper {
    padding: 10px 0
  }
}

.header-sticky.tp-header-9-sticky .tp-header-9-logo .logo-1 {
  display: none
}

.header-sticky.tp-header-9-sticky .tp-header-9-logo .logo-2 {
  display: block !important
}

.header-sticky.tp-header-9-sticky .tp-header-9-menu>nav>ul>li>a {
  padding: 25px 0;
  margin: 0 15px;
  color: var(--tp-common-black)
}

.header-sticky.tp-header-9-sticky .tp-header-9-menu>nav>ul>li {
  padding: 0
}

.header-sticky.tp-header-9-sticky .tp-header-9-menu>nav>ul {
  padding: 0
}

.header-sticky.tp-header-9-sticky .tp-header-9-box {
  margin-left: 0
}

.header-sticky.tp-header-9-sticky .tp-header-9-search span {
  color: var(--tp-common-black)
}

.header-sticky.tp-header-9-sticky .tp-header-9-btn .tp-btn-yellow-green {
  color: #fff;
  background-color: #2A4C3A
}

.header-sticky.tp-header-10-sticky .tp-header-10-wrapper {
  margin-top: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #fff0
}

.header-sticky.tp-header-11-style .tp-header-10-wrapper {
  border: 0;
  background: 0;
  margin-top: 0;
  box-shadow: none;
  backdrop-filter: initial
}

.header-sticky.tp-header-inner-style .tp-header-menu>nav>ul {
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  background-color: #fff0
}

.header-sticky.tp-header-inner-style .tp-header-dropdown nav>ul>li .tp-submenu {
  top: 104%
}

.header-sticky.tp-header-inner-style .tp-header-dropdown nav>ul>li .tp-submenu li .tp-submenu {
  top: 0
}

.header-sticky.tp-header-inner-style .tp-megamenu-wrapper {
  top: 104%
}

.sticky-white-bg .tp-megamenu-list ul li a span {
  font-weight: 700
}

.sticky-white-bg .tp-megamenu-list ul li a span.new {
  color: #b64ade;
  background: rgb(182 74 222 / .08)
}

.sticky-white-bg .tp-megamenu-list ul li a span.pop {
  color: #0db50e;
  background-color: rgb(13 181 14 / .08)
}

.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none
}

.tp-header-dropdown nav ul li.p-static {
  position: static
}

.tp-header-dropdown nav ul li.has-dropdown::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome)
}

.tp-header-dropdown nav ul li.has-dropdown:hover::after {
  transform: rotate(-180deg)
}

.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgb(38 37 40 / .9);
  box-shadow: 0 20px 30px -8px rgb(19 19 22 / .1)
}

.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px
}

.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -.01em;
  text-align: start;
  width: 100%
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px
  }
}

.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%
}

.tp-header-dropdown nav ul li .tp-submenu li:hover>a {
  background-color: #2c2b2e;
  color: var(--tp-common-white)
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: #bfbfc0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome)
}

.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a::after {
  transform: rotate(0deg);
  color: var(--tp-common-white)
}

.tp-header-dropdown nav ul li:hover>.tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1)
}

.tp-header-dropdown nav ul li:hover>.tp-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg)
}

.tp-megamenu-wrapper {
  position: absolute;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-top: 45px;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 1760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  transform-origin: top;
  transition-duration: 0.1s;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg)
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-megamenu-wrapper {
    max-width: calc(100% - 40px)
  }
}

@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-megamenu-wrapper {
    padding-top: 25px
  }
}

.tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: blur(40px);
  background: rgb(38 37 40 / .9);
  box-shadow: 0 20px 30px -8px rgb(19 19 22 / .1)
}

.tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: blur(40px);
  background: rgb(255 255 255 / .9);
  box-shadow: 0 2px 6px 0 rgb(19 19 22 / .1)
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title {
  color: #111013;
  border-bottom: 1px solid #F3F3F6
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul::after {
  background-color: #F3F3F6
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a {
  color: #636368
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black)
}

.tp-megamenu-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 25px;
  text-align: start;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgb(255 255 255 / .06)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-megamenu-title {
    padding-left: 23px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-megamenu-title {
    padding-left: 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) {
  .tp-megamenu-title {
    padding-left: 20px
  }
}

.tp-megamenu-list {
  height: 100%
}

.tp-megamenu-list ul {
  position: relative;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 50px
}

.tp-megamenu-list ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(255 255 255 / .06)
}

@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-megamenu-list ul::after {
    display: none
  }
}

.tp-megamenu-list ul li {
  padding: 0 20px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-megamenu-list ul li {
    padding: 0 10px
  }
}

.tp-megamenu-list ul li:not(:last-child) {
  margin-bottom: 10px
}

.tp-megamenu-list ul li a {
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: -.01em;
  text-align: start
}

@media only screen and (min-width:1701px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-megamenu-list ul li a {
    font-size: 14px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 12px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 12px 8px
  }
}

.tp-megamenu-list ul li a span {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  padding: 6px 8px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 3px;
  text-transform: capitalize;
  letter-spacing: .7px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-megamenu-list ul li a span {
    font-size: 8px;
    padding: 5px 6px
  }
}

@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) {
  .tp-megamenu-list ul li a span {
    display: none
  }
}

.tp-megamenu-list ul li a span.hot {
  color: #FF535B;
  background-color: rgb(255 83 91 / .08)
}

.tp-megamenu-list ul li a span.new {
  color: #fff669;
  background-color: rgb(255 246 105 / .08)
}

.tp-megamenu-list ul li a span.pop {
  color: #19e41a;
  background-color: rgb(25 228 26 / .08)
}

.tp-megamenu-list ul li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white)
}

.tp-megamenu-thumb {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 17%
}

@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-megamenu-thumb {
    display: none
  }
}

.tp-megamenu-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  overflow: hidden
}

.dropdown-white-bg nav ul li .tp-submenu {
  background: rgb(255 255 255 / .9)
}

.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368
}

.dropdown-white-bg nav ul li .tp-submenu li:hover>a {
  background-color: #F8F8FB;
  color: var(--tp-common-black)
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children>a::after {
  color: #636368
}

.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover>a::after {
  color: var(--tp-common-black)
}

.tp-offcanvas-menu {
  margin-bottom: 40px
}

.tp-offcanvas-menu ul {
  list-style: none
}

.tp-offcanvas-menu ul li {
  position: relative
}

.tp-offcanvas-menu ul li>a {
  padding: 6px 0;
  display: block;
  font-size: 16px;
  font-weight: 500
}

.tp-offcanvas-menu ul li.active>a {
  color: var(--tp-common-red-3)
}

.tp-offcanvas-menu ul li.active>.tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

.tp-offcanvas-menu ul li .submenu {
  display: none
}

.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px
}

.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: #fff0;
  box-shadow: none
}

.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0)
}

.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0
}

.tp-offcanvas-menu .tp-megamenu-list ul li a {
  padding: 8px 20px;
  font-size: 17px
}

.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px
}

.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black)
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px
}

.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgb(24 24 24 / .4)
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible
}

.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 30px 24px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px))
}

@media (max-width:767px) {
  .tp-offcanvas-wrapper {
    width: 100%
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-offcanvas-wrapper {
    width: 450px
  }
}

.tp-offcanvas-wrapper .logo-2 {
  display: none
}

.tp-offcanvas-wrapper.offcanvas-black-bg {
  background: #1C1D20
}

.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
  display: none
}

.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
  display: block !important
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn {
  color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li>a {
  color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active>a {
  color: var(--tp-common-red-3)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: #fff0;
  box-shadow: none
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgb(255 255 255 / .8)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .1)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-white)
}

.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgb(255 255 255 / .8)
}

.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.tp-offcanvas-top {
  margin-bottom: 40px
}

.tp-offcanvas-close-btn {
  color: #000
}

.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.tp-offcanvas-content {
  margin-bottom: 45px
}

.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144
}

.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black)
}

.tp-offcanvas-title.sm {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-black)
}

.tp-offcanvas-gallery {
  margin-bottom: 65px
}

.tp-offcanvas-gallery-img img {
  transition: 0.9s
}

.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg)
}

.tp-offcanvas-contact {
  margin-bottom: 35px
}

.tp-offcanvas-contact ul li {
  list-style: none
}

.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px
}

.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  position: relative;
  font-weight: 500
}

.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e
}

.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black)
}

.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0
}

.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center
}

.tp-offcanvas-social ul li {
  list-style: none
}

.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px
}

.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgb(2 11 24 / .1)
}

.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white)
}

.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px)
}

.tp-offcanvas-2-area {
  position: relative
}

.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px
}

.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a::before {
  width: 100%
}

.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a .tp-text-hover-effect-word .single-char span {
  -webkit-transform: translateZ(.1px);
  -moz-transform: translateZ(.1px);
  -ms-transform: translateZ(.1px);
  -o-transform: translateZ(.1px);
  transform: translateZ(.1px)
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
  transition-delay: 0s
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -.02em
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a {
    font-size: 35px
  }
}

@media (max-width:767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a {
    font-size: 30px
  }
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a::after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  font-size: 13px;
  content: "0" counter(count);
  counter-increment: count;
  color: rgb(113 113 114 / .8)
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li.is-active>a {
  color: var(--tp-common-white)
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li.is-active .tp-menu-close i {
  color: var(--tp-common-white)
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -.02em
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a {
    font-size: 20px
  }
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a:hover {
  transform: translateX(15px);
  color: var(--tp-common-white)
}

.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-white)
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child)>a {
  border-bottom: 0
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li>a {
  padding: 0;
  padding-left: 30px
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul>li:not(:last-child) {
  margin-bottom: 45px
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 56px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0
  }
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: var(--tp-common-white)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1 {
  display: none
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li.is-active>a {
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li.is-active .tp-menu-close i {
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>a {
  color: #D5D5D5
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>ul>li>a {
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background-color: #F6F6F9
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title {
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item>a {
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
  color: var(--tp-common-black);
  border: 1px solid rgb(0 0 0 / .1)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text {
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2 {
  display: none !important
}

.tp-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  -o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  transition: all 1s cubic-bezier(.77, 0, .175, 1);
  z-index: 1111
}

@media (max-width:767px) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%
  }
}

.tp-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  -o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
  transition: all 1s cubic-bezier(.77, 0, .175, 1);
  z-index: 1111
}

@media (max-width:767px) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%
  }
}

.tp-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: var(--tp-common-black);
  transition-delay: 1s
}

.tp-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #1C1D20;
  transition-delay: 1s
}

.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 40px 80px 50px 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-offcanvas-2-wrapper .left-box {
    padding: 40px 40px
  }
}

@media (max-width:767px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 40px 40px
  }
}

.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
  padding: 0 125px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 70px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 20px
  }
}

@media (max-width:767px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0
  }
}

.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 50px 100px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-offcanvas-2-wrapper .right-box {
    padding-right: 40px
  }
}

.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none
}

@media (max-width:767px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%
  }
}

.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 10px;
  height: 0;
  width: 0
}

@media (max-width:767px) {
  .tp-offcanvas-2-wrapper .tp-menu-close {
    top: 0;
    right: 20px
  }
}

.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 20px;
  color: #717172
}

.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s
}

@media (max-width:767px) {
  .tp-offcanvas-2-left-wrap {
    margin-bottom: 80px
  }
}

.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s
}

.tp-offcanvas-2-right-inner {
  height: 100%;
  padding: 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-offcanvas-2-right-inner {
    padding: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-offcanvas-2-right-inner {
    padding: 30px
  }
}

.tp-offcanvas-2-right-info-box {
  padding: 0 200px
}

@media only screen and (min-width:1801px) and (max-width:1850px),
only screen and (min-width:1701px) and (max-width:1800px) {
  .tp-offcanvas-2-right-info-box {
    padding-right: 100px
  }
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px
  }
}

.tp-offcanvas-2-right-info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--tp-common-white)
}

.tp-offcanvas-2-right-info-item {
  margin-bottom: 30px
}

.tp-offcanvas-2-right-info-item label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #717172
}

.tp-offcanvas-2-right-info-item>a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--tp-common-white)
}

@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-offcanvas-2-right-info-item>a br {
    display: none
  }
}

.tp-offcanvas-2-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .1)
}

.tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white)
}

.tp-offcanvas-2-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-offcanvas-2-close {
    padding-right: 30px
  }
}

.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white)
}

.tp-offcanvas-2-close-btn .text {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--tp-common-white)
}

.tp-offcanvas-2-close-btn .text span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%)
}

.tp-offcanvas-2-close-btn:hover .text span {
  transform: translateX(0%)
}

.tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.tp-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%)
}

.tp-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgb(33 35 41 / .3)
}

.tp-offcanvas-2-logo {
  margin-bottom: 105px
}

@media (max-width:767px) {
  .tp-offcanvas-2-logo {
    margin-bottom: 0
  }
}

.tp-offcanvas-2-logo .logo-2 {
  display: block !important
}

.postbox-wrapper {
  margin-right: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .postbox-wrapper {
    margin-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .postbox-wrapper {
    margin-right: 0;
    margin-bottom: 0
  }
}

.postbox-author-img {
  flex: 0 0 auto;
  margin-right: 15px
}

.postbox-author-img img {
  height: 42px;
  width: 42px;
  border-radius: 50%
}

.postbox-author-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -.01em;
  color: rgb(255 255 255 / .9)
}

.postbox-author-info {
  line-height: 1
}

.postbox-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgb(255 255 255 / .6)
}

.postbox-author-wrap {
  padding: 0 20px
}

@media (max-width:767px) {
  .postbox-author-wrap {
    flex-wrap: wrap;
    padding: 0
  }
}

@media (max-width:767px) {
  .postbox-author-box {
    margin-bottom: 15px;
    margin-right: 15px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .postbox-author-box {
    margin-bottom: 0
  }
}

.postbox-meta i {
  color: rgb(255 255 255 / .6)
}

.postbox-meta i svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px)
}

.postbox-meta span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: rgb(255 255 255 / .6)
}

.postbox-item {
  padding: 35px 15px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / .08)
}

.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1)
}

.postbox-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: rgb(255 255 255 / .6)
}

.postbox-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px)
}

.postbox-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 23px;
  letter-spacing: -.04em;
  color: var(--tp-common-white)
}

.postbox-title.fs-80 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .postbox-title.fs-80 {
    font-size: 75px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .postbox-title.fs-80 {
    font-size: 60px
  }
}

@media (max-width:767px) {
  .postbox-title.fs-80 {
    font-size: 45px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .postbox-title.fs-80 br {
    display: none
  }
}

.postbox-title.fs-54 {
  font-size: 54px;
  font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .postbox-title.fs-54 {
    font-size: 45px
  }
}

@media (max-width:767px) {
  .postbox-title.fs-54 {
    font-size: 40px
  }
}

.postbox-title.fs-34 {
  font-size: 34px;
  margin-bottom: 18px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .postbox-title {
    font-size: 35px
  }
}

@media (max-width:767px) {
  .postbox-title {
    font-size: 25px
  }
}

.postbox-title a:hover {
  color: var(--tp-common-green-light)
}

.postbox-content {
  padding: 0 20px
}

@media (max-width:767px) {
  .postbox-content {
    padding: 0
  }
}

.postbox-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgb(255 255 255 / .6)
}

@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) {
  .postbox-content p {
    font-size: 16px
  }

  .postbox-content p br {
    display: none
  }
}

.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.postbox-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite
}

.postbox-play-btn a svg {
  margin-left: 3px;
  display: inline-block
}

.postbox-slider-item {
  position: relative;
  border-radius: 14px
}

.postbox-slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: rgb(0 0 0 / .3)
}

.postbox-slider-item img {
  border-radius: 14px
}

.postbox-arrow button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white)
}

.postbox-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

.postbox-arrow-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  transform: translateY(-50%)
}

.postbox-arrow-next {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%)
}

.postbox-blockquote {
  padding: 50px 55px;
  padding-bottom: 30px;
  border-radius: 14px;
  background: #1a1b1e
}

@media (max-width:767px) {
  .postbox-blockquote {
    padding: 30px 20px;
    padding-bottom: 30px
  }
}

.postbox-blockquote-paragraph p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

@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) {
  .postbox-blockquote-paragraph p br {
    display: none
  }
}

@media (max-width:767px) {
  .postbox-blockquote-paragraph p {
    font-size: 20px
  }

  .postbox-blockquote-paragraph p br {
    display: none
  }
}

.postbox-blockquote-icon {
  margin-bottom: 20px;
  display: inline-block
}

.postbox-thumb {
  border-radius: 14px;
  overflow: hidden
}

.postbox-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / .3)
}

.postbox-thumb img {
  transition: 0.9s;
  border-radius: 14px
}

@media (max-width:767px) {
  .postbox__comment {
    padding-top: 50px
  }
}

.postbox__comment ul {
  margin-right: 75px
}

@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) {
  .postbox__comment ul {
    margin-right: 0
  }
}

.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none
}

.postbox__comment ul li.children {
  margin-left: 100px
}

@media (max-width:767px) {
  .postbox__comment ul li.children {
    margin-left: 15px
  }
}

.postbox__comment-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  letter-spacing: -.04em;
  color: var(--tp-common-white)
}

.postbox__comment-box {
  padding-top: 20px
}

@media (max-width:767px) {
  .postbox__comment-box {
    flex-wrap: wrap
  }
}

.postbox__comment-info {
  flex: 0 0 auto
}

.postbox__comment-avater {
  flex: 0 0 auto
}

@media (max-width:767px) {
  .postbox__comment-avater {
    margin-right: 0
  }
}

.postbox__comment-avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%
}

@media (max-width:767px) {
  .postbox__comment-avater img {
    margin-bottom: 30px
  }
}

.postbox__comment-name {
  margin-bottom: 17px
}

.postbox__comment-name h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -.01em;
  color: var(--tp-common-white)
}

.postbox__comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: rgb(255 255 255 / .7)
}

.postbox__comment-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgb(255 255 255 / .7)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .postbox__comment-text p {
    font-size: 15px
  }
}

.postbox__comment-reply a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 11px 20px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .1)
}

.postbox__comment-reply a span {
  margin-left: 6px;
  display: inline-block
}

.postbox__comment-reply a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-light);
  background-color: var(--tp-common-green-light)
}

.postbox__comment-agree {
  padding-left: 5px
}

.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--tp-common-white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-1px)
}

.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: #fff0
}

.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.postbox__comment-agree input:hover {
  cursor: pointer
}

.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1
}

.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px
}

.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1)
}

.postbox__comment-agree label:hover {
  cursor: pointer
}

.basic-pagination {
  margin-bottom: 40px
}

.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px
}

@media (max-width:767px) {
  .basic-pagination ul li {
    margin-right: 5px
  }
}

.basic-pagination ul li:hover a {
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black)
}

.basic-pagination ul li>a {
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgb(255 255 255 / .08)
}

.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out
}

.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block
}

@media (max-width:767px) {
  .basic-pagination-label span {
    margin-bottom: 15px
  }
}

.basic-pagination.product-pagination ul li>a {
  color: #4d3d30;
  border: 1px solid #4d3d30
}

.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--tp-common-white)
}

.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--tp-common-white)
}

.postbox-details-item {
  padding: 43px 45px;
  border-radius: 14px
}

@media (max-width:767px) {
  .postbox-details-item {
    padding: 30px
  }
}

.postbox-details-item.item-border {
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / .08)
}

.postbox-details-tag {
  margin-bottom: 8px
}

@media (max-width:767px) {
  .postbox-details-tag {
    flex-wrap: wrap
  }
}

.postbox-details-tag span:last-child {
  position: relative;
  padding-left: 9px;
  margin-left: 9px;
  display: inline-block
}

.postbox-details-tag span:last-child::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / .6)
}

@media (max-width:767px) {
  .postbox-details-tag-wrap {
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  .postbox-details-meta {
    flex-wrap: wrap
  }
}

.postbox-details-meta .postbox-author-name {
  font-weight: 700;
  margin-bottom: 0;
  color: rgb(255 255 255 / .6)
}

.postbox-details-meta>div:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative
}

@media (max-width:767px) {
  .postbox-details-meta>div:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px
  }
}

.postbox-details-meta>div:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background: rgb(255 255 255 / .1)
}

@media (max-width:767px) {
  .postbox-details-meta>div:not(:first-child)::after {
    display: none
  }
}

@media (max-width:767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 15px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 0
  }
}

.postbox-details-thumb {
  gap: 11px
}

.postbox-details-thumb img {
  border-radius: 14px
}

.postbox-details-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: rgb(255 255 255 / .7)
}

.postbox-details-text p span {
  color: var(--tp-common-green-light)
}

.postbox-details-quote p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .postbox-details-quote p {
    font-size: 25px
  }

  .postbox-details-quote p br {
    display: none
  }
}

.postbox-details-quote span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(255 255 255 / .6)
}

.postbox-details-quote span::before {
  content: "";
  height: 1px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: rgb(255 255 255 / .6)
}

@media (max-width:767px) {
  .postbox-details-quote-box {
    flex-wrap: wrap
  }
}

.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 35px;
  display: inline-block
}

@media (max-width:767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px
  }
}

.postbox-details-list ul {
  padding-left: 30px
}

@media (max-width:767px) {
  .postbox-details-list ul {
    padding-left: 0
  }
}

.postbox-details-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
  color: rgb(255 255 255 / .7);
  position: relative;
  padding-left: 20px
}

.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px
}

.postbox-details-list ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgb(255 255 255 / .7)
}

.postbox-details-list ul li span {
  color: rgb(255 255 255 / .3)
}

.postbox-details-list ul li i {
  font-style: normal;
  color: var(--tp-common-green-light)
}

.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: #1a1b1e
}

.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: rgb(255 255 255 / .7)
}

.postbox-details-tag span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  margin-right: 15px;
  color: var(--tp-common-white)
}

.postbox-details-author .sidebar-widget-author-img {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 30px
}

@media (max-width:767px) {
  .postbox-details-author .sidebar-widget-author-img {
    margin-right: 0;
    margin-bottom: 20px
  }
}

.postbox-details-author .sidebar-widget-author-img img {
  height: 100px;
  width: 100px
}

.postbox-details-author .sidebar-widget-author {
  padding: 0;
  padding-bottom: 0;
  padding: 30px;
  border: none;
  border-radius: 14px;
  background: #1a1b1e
}

@media (max-width:767px) {
  .postbox-details-author .sidebar-widget-author {
    flex-wrap: wrap
  }
}

.postbox-details-author .sidebar-widget-author-content span {
  margin-bottom: 8px
}

.postbox-details-author .sidebar-widget-author-name {
  margin-bottom: 18px
}

@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) {
  .postbox-details-author .sidebar-widget-author-content p br {
    display: none
  }
}

.postbox-details-nevigation-wrap {
  height: 560px;
  overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .postbox-details-nevigation-wrap {
    height: 460px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .postbox-details-nevigation-wrap {
    height: 320px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px
  }
}

@media (max-width:767px) {
  .postbox-details-nevigation-wrap {
    height: 140px;
    margin-top: 50px
  }
}

.postbox-details-nevigation-wrap:hover .postbox-details-nevigation-thumb-bg {
  transform: scale(.95)
}

.postbox-details-nevigation-thumb {
  position: relative
}

.postbox-details-nevigation-thumb::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgb(0 0 0 / .4)
}

.postbox-details-nevigation-thumb img {
  width: 100%;
  margin-top: -290px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .postbox-details-nevigation-thumb img {
    margin-top: -50px
  }
}

.postbox-details-nevigation-thumb-bg {
  width: 100%;
  height: 100%;
  background-color: #1a1b1e;
  transition: all 0.3s ease-in-out
}

.postbox-details-nevigation-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%)
}

.postbox-details-nevigation-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .postbox-details-nevigation-content span {
    font-size: 16px
  }
}

.postbox-details-nevigation-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.17;
  letter-spacing: -.03em;
  color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .postbox-details-nevigation-title {
    font-size: 45px
  }
}

@media (max-width:767px) {
  .postbox-details-nevigation-title {
    font-size: 20px
  }
}

.postbox-details-form {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / .08)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .postbox-details-form {
    padding: 30px
  }
}

@media (max-width:767px) {
  .postbox-details-form {
    padding: 20px
  }
}

.postbox-details-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 23px;
  color: rgb(255 255 255 / .7)
}

@media (max-width:767px) {
  .postbox-details-form p {
    font-size: 16px
  }
}

.postbox-details-form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -.04em;
  color: var(--tp-common-white)
}

.postbox-details-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-white)
}

.postbox-details-input input,
.postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #1a1b1e;
  color: var(--tp-common-white);
  border: 1px solid #1a1b1e
}

.postbox-details-input input::-webkit-input-placeholder,
.postbox-details-input textarea::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 400;
  color: #707072
}

.postbox-details-input input::-moz-placeholder,
.postbox-details-input textarea::-moz-placeholder {
  font-size: 17px;
  font-weight: 400;
  color: #707072
}

.postbox-details-input input:-moz-placeholder,
.postbox-details-input textarea:-moz-placeholder {
  font-size: 17px;
  font-weight: 400;
  color: #707072
}

.postbox-details-input input:-ms-input-placeholder,
.postbox-details-input textarea:-ms-input-placeholder {
  font-size: 17px;
  font-weight: 400;
  color: #707072
}

.postbox-details-input input::placeholder,
.postbox-details-input textarea::placeholder {
  font-size: 17px;
  font-weight: 400;
  color: #707072
}

.postbox-details-input input:focus,
.postbox-details-input textarea:focus {
  border-color: var(--tp-common-green-light)
}

.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px
}

.postbox-details-remeber input {
  display: none
}

.postbox-details-remeber input:checked~label::before {
  visibility: visible;
  opacity: 1
}

.postbox-details-remeber label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgb(255 255 255 / .7)
}

.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgb(255 255 255 / .1)
}

.postbox-details-remeber label::before {
  position: absolute;
  content: url(../img/svg/check.svg);
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: var(--tp-common-white)
}

.postbox-details-remeber label:hover {
  cursor: pointer
}

.postbox-details-social a {
  height: 36px;
  width: 36px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 14px;
  display: inline-block;
  background-color: #1a1b1e;
  color: rgb(255 255 255 / .8)
}

.postbox-details-social a svg {
  height: 15px;
  width: 15px
}

.postbox-details-social a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light)
}

.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 14px
}

.rc-post-thumb img {
  transition: 0.9s;
  border-radius: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .rc-post-thumb img {
    height: 100px;
    width: 100px
  }
}

.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1)
}

.rc-post-category {
  margin-bottom: 10px
}

.rc-post-category a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #f9e4b4;
  padding: 7px 12px;
  border-radius: 15px;
  display: inline-block;
  background: rgb(249 228 180 / .08)
}

.rc-post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -.01em;
  color: var(--tp-common-white)
}

@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) {
  .rc-post-title {
    font-size: 18px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .rc-post-title {
    font-size: 16px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .rc-post-title {
    font-size: 18px
  }
}

.rc-post-title a:hover {
  color: var(--tp-common-green-light)
}

.rc-post-meta span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgb(255 255 255 / .6)
}

.rc-post-wrap .rc-post:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgb(255 255 255 / .08)
}

.sidebar-search {
  position: relative
}

.sidebar-search input {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  border-radius: 14px;
  padding-right: 50px;
  background: #1a1b1e;
  border: 1px solid #fff0;
  color: var(--tp-common-white)
}

.sidebar-search input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgb(255 255 255 / .3)
}

.sidebar-search input::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgb(255 255 255 / .3)
}

.sidebar-search input:-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgb(255 255 255 / .3)
}

.sidebar-search input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgb(255 255 255 / .3)
}

.sidebar-search input::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgb(255 255 255 / .3)
}

.sidebar-search input:focus {
  background-color: #0E0F11;
  border: 1px solid #D0FF71
}

.sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-white)
}

.sidebar-search button:hover {
  color: #D0FF71
}

.sidebar-widget-author {
  padding: 40px;
  border-radius: 14px;
  border: 1px solid rgb(255 255 255 / .06)
}

.sidebar-widget-author-img {
  margin-bottom: 35px
}

.sidebar-widget-author-img img {
  height: 120px;
  width: 120px;
  border-radius: 50%
}

.sidebar-widget-author-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

.sidebar-widget-author-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgb(255 255 255 / .4)
}

.sidebar-widget-author-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgb(255 255 255 / .7)
}

.sidebar-widget-author-social a {
  margin: 0 5px
}

.sidebar-widget-author-social a span {
  transition: all 0.4s ease-in-out;
  color: var(--tp-common-white)
}

.sidebar-widget-author-social a:hover span {
  color: #D0FF71
}

.sidebar-widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

.sidebar-widget-category ul li {
  list-style-type: none
}

.sidebar-widget-category ul li a {
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background: #1a1b1e;
  letter-spacing: -.01em;
  color: rgb(255 255 255 / .8)
}

.sidebar-widget-category ul li a span {
  transition: 0.3s
}

.sidebar-widget-category ul li a span:last-child {
  color: rgb(255 255 255 / .4)
}

.sidebar-widget-category ul li a:hover {
  color: #D0FF71
}

.sidebar-widget-category ul li a:hover span:last-child {
  color: #D0FF71
}

.sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 6px
}

.sidebar-wrapper {
  padding-left: 35px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .sidebar-wrapper {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .sidebar-wrapper {
    padding-left: 0;
    margin-top: 70px
  }
}

.sidebar-blog-grid-wrap .sidebar-wrapper {
  padding-left: 2px
}

.tagcloud a {
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  background: #1a1b1e;
  display: inline-block;
  text-transform: capitalize;
  color: rgb(255 255 255 / .8)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px
  }
}

@media (max-width:767px) {
  .tagcloud a {
    padding: 10px 14px
  }
}

.tagcloud a:not(:last-child) {
  margin-right: 5px
}

.tagcloud a:hover {
  color: var(--tp-common-black);
  background-color: #D0FF71
}

.dgm-blog-content {
  min-width: 310px;
  height: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-blog-content {
    min-width: 220px
  }
}

@media (max-width:767px) {
  .dgm-blog-content {
    min-width: 100%;
    height: auto;
    margin-bottom: 30px
  }
}

.dgm-blog-content-wrap {
  height: 100%
}

@media (max-width:767px) {
  .dgm-blog-content-wrap {
    height: auto;
    flex-wrap: wrap
  }
}

.dgm-blog-meta h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

.dgm-blog-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #4d5051;
  letter-spacing: -.04em
}

.dgm-blog-category span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 6px;
  display: inline-block;
  background-color: #EFFAC0;
  color: var(--tp-common-black)
}

.dgm-blog-title-sm {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-blog-title-sm {
    font-size: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-blog-title-sm {
    font-size: 25px
  }
}

@media (max-width:767px) {
  .dgm-blog-title-box {
    margin-bottom: 20px
  }
}

.dgm-blog-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid rgb(20 20 20 / .1)
}

.dgm-blog-item:hover .dgm-blog-thumb img {
  transform: scale(1.1) rotate(-2deg)
}

.dgm-blog-main {
  border-bottom: 1px solid rgb(20 20 20 / .1)
}

.dgm-blog-thumb {
  display: inline-block;
  overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-blog-thumb {
    margin-top: 20px
  }
}

@media (max-width:767px) {
  .dgm-blog-thumb {
    width: 100%
  }
}

.dgm-blog-thumb img {
  width: 100%;
  height: 160px;
  transition: 0.9s;
  object-fit: cover
}

@media (max-width:767px) {
  .dgm-blog-thumb img {
    width: 100%
  }
}

.creative-blog-item:hover .creative-blog-thumb img {
  transform: perspective(600px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)
}

.creative-blog-thumb {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px
}

.creative-blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1)
}

.creative-blog-meta span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgb(255 255 255 / .5)
}

.creative-blog-meta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative
}

.creative-blog-meta span:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  height: 17px;
  width: 1.5px;
  display: inline-block;
  background-color: rgb(255 255 255 / .5)
}

.creative-blog-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-blog-title-sm br {
    display: none
  }
}

.creative-blog-title-box {
  padding-left: 80px
}

@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) {
  .creative-blog-title-box {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-blog-title-box {
    margin-bottom: 10px
  }
}

.creative-blog-top-content {
  padding-left: 45px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-blog-top-content {
    padding-left: 0
  }
}

.creative-blog-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 25px;
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .creative-blog-top-content p br {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-blog-area {
    padding-bottom: 70px
  }
}

.ai-blog-item {
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / .08)
}

.ai-blog-item:hover .ai-blog-thumb img {
  transform: scale(1.1) rotate(-2deg)
}

.ai-blog-thumb {
  overflow: hidden;
  border-radius: 20px
}

.ai-blog-thumb img {
  width: 100%;
  height: 250px;
  transition: 0.9s;
  object-fit: cover;
  border-radius: 20px
}

.ai-blog-content span {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: -.28px;
  text-transform: uppercase
}

.ai-blog-content-wrap {
  padding: 28px 30px 32px 30px
}

.ai-blog-meta span {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: rgb(255 255 255 / .4)
}

.ai-blog-meta span:not(:last-child) {
  margin-right: 11px;
  padding-right: 11px
}

.ai-blog-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / .4)
}

.ai-blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -.48px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-blog-title {
    font-size: 20px
  }
}

.ai-blog-shape-1 {
  position: absolute;
  bottom: 48%;
  right: -2%;
  z-index: -1
}

.ar-blog-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #1d2132;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--tp-common-white)
}

.ar-blog-title-sm {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-blog-title-sm {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .ar-blog-title-box {
    margin-bottom: 20px
  }
}

.ar-blog-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgb(25 25 25 / .6)
}

.ar-blog-thumb {
  margin-bottom: 20px;
  overflow: hidden
}

.ar-blog-thumb img {
  height: 413px;
  transition: 0.9s
}

@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) {
  .ar-blog-area .gx-40 {
    --bs-gutter-x: 30px
  }
}

.ar-blog-item:hover .ar-blog-thumb img {
  transform: scale(1.1)
}

.crp-blog-shape {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: -1
}

.crp-blog-title {
  font-weight: 600;
  font-size: 180px;
  line-height: .7;
  margin-bottom: 0;
  opacity: .1;
  margin-left: -100px;
  letter-spacing: -.02em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: translateY(-40px) rotate(180deg);
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .crp-blog-title {
    font-size: 175px;
    margin-left: 0;
    transform: translateY(0)
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-blog-title {
    font-size: 150px;
    margin-left: 0;
    transform: translateY(0)
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 110px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0)
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 84px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0)
  }
}

@media (max-width:767px) {
  .crp-blog-title {
    font-size: 67px;
    margin-left: 0;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0)
  }
}

.crp-blog-title-sm {
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -.02em;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-blog-title-sm {
    font-size: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-blog-title-sm {
    font-size: 35px
  }
}

.crp-blog-meta {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 22px;
  display: inline-block;
  color: var(--tp-common-cream-3)
}

.crp-blog-thumb {
  border-radius: 20px;
  overflow: hidden
}

.crp-blog-thumb img {
  width: 100%;
  height: 350px;
  transition: 0.9s;
  border-radius: 20px;
  object-fit: cover
}

.crp-blog-thumb:hover img {
  transform: scale(1.1) rotate(-2deg)
}

.crp-blog-category span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s;
  padding: 7px 18px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-cream-3);
  border: 1px solid rgb(255 255 230 / .1)
}

.crp-blog-category span:not(:last-child) {
  margin-right: 7px
}

.crp-blog-category span:hover {
  background-color: rgb(255 255 230 / .1)
}

@media (max-width:767px) {
  .crp-blog-item {
    flex-wrap: wrap
  }
}

.crp-blog-content {
  margin-left: 55px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-blog-content {
    margin-left: 40px
  }
}

@media (max-width:767px) {
  .crp-blog-content {
    margin-left: 0
  }
}

@media (max-width:767px) {
  .crp-blog-content {
    margin-top: 30px
  }
}

.st-blog-item:hover .st-blog-item-thumb img {
  transform: scale(1.1)
}

.st-blog-item-thumb {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 10px
}

.st-blog-item-thumb img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.9s;
  border-radius: 10px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-blog-item-thumb img {
    height: 100%
  }
}

.st-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -.48px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins)
}

@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) {
  .st-blog-item-title br {
    display: none
  }
}

.st-blog-item-tags span {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 14px;
  display: inline-block;
  color: var(--tp-common-brown);
  border: 1px solid rgb(69 48 48 / .15)
}

.st-blog-item-tags p {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  margin: 0
}

.st-blog-item-tags-devide {
  height: 1px;
  width: 40px;
  margin: 0 15px 0 20px;
  background: rgb(69 48 48 / .15)
}

.st-blog-text p {
  color: #494949;
  letter-spacing: 0;
  margin-bottom: 30px
}

@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) {
  .st-blog-text p br {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-blog-heading {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .st-blog-text {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .cr-blog-heading {
    padding-bottom: 30px
  }
}

.cr-blog-item {
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / .08)
}

.cr-blog-item:hover .cr-blog-item-thumb img {
  transform: scale(1.1)
}

.cr-blog-item-thumb {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden
}

.cr-blog-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: 0.9s
}

.cr-blog-item-content {
  padding-left: 30px;
  padding-bottom: 40px
}

.cr-blog-item-category {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -.28px;
  text-transform: uppercase
}

.cr-blog-item-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgb(255 255 255 / .4)
}

.cr-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: -.48px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .cr-blog-item-title br {
    display: none
  }
}

.cr-blog-bottom-border {
  padding: 0 40px 120px 40px;
  border-bottom: 1px solid rgb(255 255 255 / .07)
}

@media (max-width:767px) {
  .cr-blog-bottom-border {
    padding: 0 0 100px 0
  }
}

.cr-blog-bottom-text {
  font-size: 17px;
  font-weight: 500;
  color: var(--tp-common-white);
  border-bottom: 1px solid #626262
}

.cr-blog-bottom-text:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-blog-heading-wrap {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-blog-heading-wrap {
    padding-bottom: 60px
  }
}

.tp-blog-heading-wrap .tp-section-subtitle {
  margin-bottom: 16px;
  color: var(--tp-common-white)
}

.tp-blog-heading-wrap .tp-section-subtitle.pre::before {
  background: #D0FF71
}

.tp-blog-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -4.8px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-blog-title {
    font-size: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-blog-title {
    font-size: 85px
  }
}

@media (max-width:767px) {
  .tp-blog-title {
    font-size: 55px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-blog-title {
    font-size: 65px;
    letter-spacing: 0
  }
}

.tp-blog-title a {
  height: 90px;
  width: 90px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #1A1B1E
}

@media (max-width:767px) {
  .tp-blog-title a {
    display: none
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-blog-title a {
    line-height: 80px;
    display: inline-block
  }
}

@media (max-width:767px) {
  .tp-blog-title img {
    display: none
  }
}

.tp-blog-title.fs-100 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -4px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-blog-title.fs-100 {
    font-size: 85px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-blog-title.fs-100 {
    font-size: 75px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-blog-title.fs-100 {
    font-size: 65px
  }
}

@media (max-width:767px) {
  .tp-blog-title.fs-100 {
    font-size: 55px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-blog-title.fs-100 br {
    display: none
  }
}

.tp-blog-shape {
  position: absolute;
  top: 10%;
  right: 16%
}

@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-blog-shape {
    display: none
  }
}

.tp-blog-masonry-item {
  padding: 30px 15px;
  border-radius: 20px;
  transition: 0.9s;
  border: 1px solid rgb(255 255 255 / .08)
}

.tp-blog-masonry-item:hover .tp-blog-masonry-thumb img {
  transform: scale(1.1)
}

.tp-blog-masonry-item-top {
  padding: 0 15px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-blog-masonry-item-top {
    padding: 0
  }
}

.tp-blog-masonry-item-user-thumb {
  margin-right: 12px
}

.tp-blog-masonry-item-user-thumb img {
  border-radius: 50%
}

.tp-blog-masonry-item-user-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: -.16px;
  color: rgb(255 255 255 / .9)
}

.tp-blog-masonry-item-user-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: rgb(255 255 255 / .6)
}

.tp-blog-masonry-item-time span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgb(255 255 255 / .6)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-blog-masonry-item-time span {
    font-size: 13px
  }
}

.tp-blog-masonry-item-time span svg {
  margin-right: 5px
}

.tp-blog-masonry-item-2 {
  padding: 30px 15px;
  border-radius: 20px;
  background: #19191B
}

.tp-blog-masonry-item-2 .tp-blog-masonry-item-top {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(255 255 255 / .08)
}

.tp-blog-masonry-item-3 {
  padding: 40px 30px;
  border-radius: 20px;
  background: #19191B
}

.tp-blog-masonry-item-icon span {
  display: grid;
  height: 64px;
  width: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background: #29292B
}

.tp-blog-masonry-item-text span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.34;
  margin-bottom: 40px;
  display: inline-block;
  letter-spacing: -.44px;
  color: var(--tp-common-white)
}

@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) {
  .tp-blog-masonry-item-text span br {
    display: none
  }
}

.tp-blog-masonry-item-text p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white)
}

.tp-blog-masonry-content {
  padding: 0 15px
}

.tp-blog-masonry-tag span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgb(255 255 255 / .6)
}

.tp-blog-masonry-tag span svg {
  margin-right: 5px
}

.tp-blog-masonry-thumb {
  overflow: hidden;
  border-radius: 14px
}

.tp-blog-masonry-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 14px
}

.tp-blog-masonry-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%)
}

.tp-blog-masonry-thumb-video span {
  display: grid;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite
}

.tp-blog-masonry-thumb-video span svg {
  transform: translateX(2px)
}

.tp-blog-masonry-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 28px;
  letter-spacing: -.52px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .tp-blog-masonry-title {
    font-size: 22px
  }
}

@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) {
  .tp-blog-masonry-title br {
    display: none
  }
}

.tp-blog-masonry-title.fs-30 {
  font-size: 30px;
  font-weight: 700
}

.tp-blog-masonry-btn a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #D0FF71;
  overflow: hidden;
  display: inline-block;
  padding-right: 5px
}

.tp-blog-masonry-btn a span {
  position: relative;
  overflow: hidden;
  margin-left: 5px
}

.tp-blog-masonry-btn a span svg {
  bottom: -1px;
  left: 1px;
  transform: translateY(-2px);
  transition: all 0.2s ease-out
}

.tp-blog-masonry-btn a span svg:last-child {
  position: absolute;
  left: -22px;
  bottom: -22px;
  transform: translate(0, 0)
}

.tp-blog-masonry-btn a:hover span svg:first-child {
  opacity: 0;
  transform: translate(20px, -20px)
}

.tp-blog-masonry-btn a:hover span svg:last-child {
  transform: translate(23px, -23px)
}

.tp-blog-list-item {
  padding-top: 40px;
  border-top: 1px solid rgb(255 255 255 / .08)
}

.tp-blog-list-item:hover .tp-blog-list-item-thumb img {
  transform: scale(1.1)
}

.tp-blog-list-item-wrap .tp-blog-list-item:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(255 255 255 / .08)
}

.tp-blog-list-item-tags p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
  color: rgb(255 255 255 / .4)
}

.tp-blog-list-item-tags-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
  letter-spacing: -.8px;
  color: var(--tp-common-white)
}

.tp-blog-list-item-meta {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #D0FF71;
  padding: 6px 15px;
  border-radius: 96px;
  display: inline-block;
  border: 1px solid rgb(208 255 113 / .1)
}

.tp-blog-list-item-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.36px;
  color: var(--tp-common-white)
}

@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-blog-list-item-title {
    font-size: 30px
  }
}

@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-blog-list-item-title br {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-blog-list-item-title-box {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-blog-list-item-content {
    margin-bottom: 30px
  }
}

.tp-blog-list-item-thumb {
  overflow: hidden
}

.tp-blog-list-item-thumb img {
  width: 100%;
  transition: 0.9s
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-blog-details-ptb {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  .tp-blog-details-ptb {
    padding-top: 50px
  }
}

.tp-blog-details-without-ptb {
  padding-top: 220px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-blog-details-without-ptb {
    padding-top: 185px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-blog-details-without-ptb {
    padding-top: 150px
  }
}

.tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 0;
  color: rgb(255 255 255 / .6)
}

.tp-blog-details-banner {
  height: 830px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-blog-details-banner {
    height: 600px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-blog-details-banner {
    height: 500px
  }
}

@media (max-width:767px) {
  .tp-blog-details-banner {
    height: 240px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-blog-details-banner {
    margin-bottom: 60px
  }
}

.tp-blog-details-banner img {
  width: 100%
}

.creative-blog-style-2 .tp-section-subtitle.fs-17 {
  margin-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-blog-style-2 .tp-section-subtitle.fs-17 {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-blog-style-2 .tp-section-title.fs-44 {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-footer-area {
    padding-top: 90px
  }
}

@media (max-width:767px) {
  .tp-footer-area {
    padding-top: 80px
  }
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a {
  background-color: var(--tp-common-white)
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a:hover {
  background-color: var(--tp-common-red-3)
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a {
  background-color: var(--tp-common-white)
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3)
}

.tp-footer-col-2 {
  padding-left: 150px;
  padding-right: 50px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-footer-col-2 {
    padding-left: 130px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-footer-col-2 {
    padding-left: 55px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-footer-col-2 {
    padding-left: 40px;
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width:767px) {
  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0
  }
}

.tp-footer-col-3 {
  padding-left: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-footer-col-3 {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .tp-footer-col-3 {
    padding: 0
  }
}

.tp-footer-widget-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -.06em
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-footer-widget-title {
    font-size: 75px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-footer-widget-title {
    font-size: 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-footer-widget-title {
    font-size: 65px
  }

  .tp-footer-widget-title br {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .tp-footer-widget-title {
    font-size: 50px
  }
}

.tp-footer-widget-title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.02em
}

.tp-footer-widget-title-sm.pre::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-common-red-3)
}

.tp-footer-widget-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-grey-2);
  margin-bottom: 8px
}

.tp-footer-widget-social a:not(:last-child) {
  margin-right: 3px
}

.tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3)
}

.tp-footer-widget-menu ul li {
  list-style-type: none;
  display: inline-block
}

.tp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-radius: 20px;
  padding: 13px 20px;
  display: inline-block;
  margin-bottom: 8px;
  background-color: var(--tp-grey-2)
}

.tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3)
}

.tp-footer-widget-info {
  margin-bottom: 15px
}

.tp-footer-widget-info a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  color: var(--tp-common-black)
}

.tp-footer-widget-info a:hover {
  color: var(--tp-common-red-3)
}

.tp-footer-widget-info a:not(:last-child) {
  margin-bottom: 10px
}

.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white)
}

.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white)
}

.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white)
}

.tp-footer-text-color.tp-footer-style-6 .tp-copyright-left span {
  color: var(--tp-common-white)
}

.tp-footer-text-color.tp-footer-style-6 .tp-copyright-right a {
  color: var(--tp-common-white)
}

.tp-copyright-img {
  position: absolute;
  right: 0;
  top: 15px;
  animation: rotate2 5s linear infinite
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-copyright-img {
    right: -10px;
    top: -15px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-copyright-img {
    right: -10px;
    top: -25px
  }
}

.tp-copyright-big-text {
  font-weight: 800;
  font-size: 259px;
  line-height: 1;
  letter-spacing: -16px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-copyright-big-text {
    font-size: 239px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-copyright-big-text {
    font-size: 194px;
    letter-spacing: -10px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-copyright-big-text {
    font-size: 163px;
    letter-spacing: -7px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-copyright-big-text {
    font-size: 120px;
    letter-spacing: -7px
  }
}

@media (max-width:767px) {
  .tp-copyright-big-text {
    font-size: 50px;
    letter-spacing: -2px
  }
}

.tp-copyright-left {
  padding-left: 330px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-copyright-left {
    padding-left: 290px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-copyright-left {
    padding-left: 255px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-copyright-left {
    padding-left: 215px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-copyright-left {
    padding-left: 0
  }
}

.tp-copyright-left span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  color: var(--tp-common-black)
}

.tp-copyright-right {
  padding-right: 40px
}

@media (max-width:767px) {
  .tp-copyright-right {
    padding-right: 0
  }
}

.tp-copyright-right a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  color: var(--tp-common-black)
}

.tp-copyright-right a:hover {
  color: var(--tp-common-red-3)
}

.tp-copyright-right a:not(:first-child) {
  margin-left: 120px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-copyright-right a:not(:first-child) {
    margin-left: 20px
  }
}

@media (max-width:767px) {
  .tp-copyright-right a:not(:first-child) {
    margin-left: 0;
    margin: 0 8px
  }
}

.tp-copyright-bottom {
  position: relative;
  margin-top: -30px;
  padding-bottom: 55px;
  z-index: 2
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-copyright-bottom {
    margin-top: 0;
    padding-bottom: 30px
  }
}

@media (max-width:767px) {
  .tp-copyright-bottom {
    margin-top: 0;
    padding-bottom: 20px
  }
}

.des-footer-bg {
  padding: 45px 50px;
  border-radius: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .des-footer-bg {
    padding: 45px 30px
  }
}

@media (max-width:767px) {
  .des-footer-bg {
    padding: 45px 40px
  }
}

@media (max-width:767px) {
  .des-footer-logo {
    padding: 15px 0
  }
}

.des-footer-title {
  font-weight: 400;
  font-size: 400px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .des-footer-title {
    font-size: 300px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .des-footer-title {
    font-size: 210px
  }
}

@media (max-width:767px) {
  .des-footer-title {
    font-size: 100px
  }
}

.des-footer-top {
  margin-bottom: 150px
}

@media (max-width:767px) {
  .des-footer-top {
    flex-direction: column;
    margin-bottom: 80px
  }
}

.des-footer-top span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-cream)
}

.des-footer-middle {
  padding-bottom: 70px
}

@media (max-width:767px) {
  .des-footer-middle {
    padding-bottom: 50px
  }
}

.des-footer-middle>span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: rgb(249 244 232 / .5)
}

@media (max-width:767px) {
  .des-footer-middle>span {
    font-size: 16px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .des-footer-bottom {
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  .des-footer-bottom {
    flex-direction: column
  }
}

.des-footer-bottom a,
.des-footer-bottom span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-cream)
}

@media only screen and (min-width:992px) and (max-width:1199px) {

  .des-footer-bottom a,
  .des-footer-bottom span {
    font-size: 16px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  .des-footer-bottom a,
  .des-footer-bottom span {
    margin-bottom: 15px
  }
}

@media (max-width:767px) {

  .des-footer-bottom a,
  .des-footer-bottom span {
    font-size: 14px
  }
}

.des-footer-bottom a {
  margin: 0 25px;
  position: relative
}

.des-footer-bottom a::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .des-footer-bottom a {
    margin: 0 10px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .des-footer-bottom a {
    margin: 0 10px;
    margin-bottom: 10px
  }
}

@media (max-width:767px) {
  .des-footer-bottom a {
    margin: 15px 4px;
    display: inline-block
  }
}

.des-footer-bottom a:hover::after {
  width: 100%
}

.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left
}

.tp-letter-span {
  display: inline-block
}

.tp-word-span {
  display: inline-block
}

.tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-cream)
}

.tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-cream)
}

.tp-footer-style-6 .tp-footer-widget-title-sm.pre::before {
  background-color: var(--tp-common-red)
}

.tp-footer-style-6 .tp-footer-widget-social a {
  color: var(--tp-common-white);
  background-color: rgb(255 255 255 / .06)
}

.tp-footer-style-6 .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red)
}

.tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-cream)
}

.tp-footer-style-6 .tp-footer-widget-info a:hover {
  color: var(--tp-common-red)
}

.tp-footer-style-6 .tp-footer-widget-menu ul li a {
  color: var(--tp-common-white);
  background-color: rgb(255 255 255 / .06)
}

.tp-footer-style-6 .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red)
}

.tp-copyright-style-6 .tp-copyright-big-text {
  color: var(--tp-common-red)
}

.tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-cream)
}

.tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-cream)
}

.tp-copyright-style-6 .tp-copyright-right a:hover {
  color: var(--tp-common-red)
}

.dgm-footer-widget-paragraph p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-common-white)
}

.dgm-footer-widget-paragraph.color-style p {
  color: #afb2b8
}

.dgm-footer-widget-social a {
  height: 40px;
  width: 40px;
  line-height: 33px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: rgb(255 255 255 / .5);
  border: 2px solid rgb(255 255 255 / .1)
}

.dgm-footer-widget-social a:not(:last-child) {
  margin-right: 6px
}

.dgm-footer-widget-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-regular);
  background-color: var(--tp-common-green-regular)
}

.dgm-footer-widget-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk)
}

.dgm-footer-widget-menu ul li {
  list-style-type: none
}

.dgm-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 8px
}

.dgm-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #afb2b8
}

.dgm-footer-widget-menu ul li a:hover {
  color: var(--tp-common-green-regular)
}

.dgm-footer-widget-input input {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  padding-left: 60px;
  padding-right: 50px;
  border-radius: 10px;
  background-color: #1e1e1e;
  color: var(--tp-common-white);
  border: 1px solid #fff0
}

.dgm-footer-widget-input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #a1a4aa
}

.dgm-footer-widget-input input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #a1a4aa
}

.dgm-footer-widget-input input:-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #a1a4aa
}

.dgm-footer-widget-input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #a1a4aa
}

.dgm-footer-widget-input input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #a1a4aa
}

.dgm-footer-widget-input input:focus {
  border-color: var(--tp-common-green-regular)
}

.dgm-footer-widget-input .input-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-55%)
}

.dgm-footer-widget-input .input-button {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%)
}

.dgm-footer-widget-input .input-button span svg {
  color: var(--tp-common-green-regular)
}

.dgm-footer-widget-input .input-button .animated-border-box.radius-style-2 {
  border-radius: 8px
}

.dgm-footer-widget-input .input-button .animated-border-box.radius-style-2 .tp-btn-gradient.sm {
  border-radius: 8px
}

.dgm-footer-col-1 {
  padding-right: 150px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .dgm-footer-col-1 {
    padding-right: 100px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-footer-col-1 {
    padding-right: 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .dgm-footer-col-1 {
    padding-right: 35px
  }
}

@media (max-width:767px) {
  .dgm-footer-col-1 {
    padding-right: 0
  }
}

.dgm-footer-col-2 {
  padding-left: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-footer-col-2 {
    padding-left: 0
  }
}

.dgm-footer-col-3 {
  padding-left: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-footer-col-3 {
    padding-left: 20px
  }
}

@media (max-width:767px) {
  .dgm-footer-col-3 {
    padding-left: 0
  }
}

.dgm-footer-col-4 {
  padding-left: 65px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-footer-col-4 {
    padding-left: 25px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-footer-col-4 {
    padding-left: 0
  }
}

.dgm-footer-bg {
  overflow: hidden;
  border-radius: 24px
}

.dgm-footer-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  content: "";
  background-color: #212121
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .dgm-footer-bg::after {
    width: 29%
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .dgm-footer-bg::after {
    width: 32%
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-footer-bg::after {
    display: none
  }
}

.tp-copyright-2-left p {
  font-weight: 500;
  font-size: 14px;
  color: #828386;
  margin-bottom: 0
}

.tp-copyright-2-left p a {
  color: var(--tp-common-white)
}

.tp-copyright-2-middle {
  padding-left: 40px
}

.tp-copyright-2-middle a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  color: #afb2b8;
  transition: all 0.3s
}

.tp-copyright-2-middle a span {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-1px)
}

.tp-copyright-2-middle a:hover {
  color: var(--tp-common-green-regular)
}

.tp-copyright-2-right ul li {
  display: inline-block;
  list-style-type: none
}

.tp-copyright-2-right ul li:not(:first-child) {
  margin-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-copyright-2-right ul li:not(:first-child) {
    margin-left: 20px
  }
}

.tp-copyright-2-right ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #afb2b8;
  transition: all 0.3s
}

.tp-copyright-2-right ul li a:hover {
  color: var(--tp-common-green-regular)
}

.tp-copyright-2-border {
  padding-top: 22px;
  padding-bottom: 40px;
  border-top: 1px solid rgb(255 255 255 / .06)
}

.tp-copyright-2-border.app-copyright-border {
  border-color: rgb(33 33 45 / .06)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-area {
    padding-top: 80px
  }
}

.creative-footer-style {
  margin: 40px;
  border-radius: 20px;
  padding: 0 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-footer-style {
    padding: 0 70px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-footer-style {
    padding: 0 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .creative-footer-style {
    margin: 0;
    padding: 0 30px
  }
}

@media (max-width:767px) {
  .creative-footer-style {
    margin: 0;
    padding: 0 20px
  }
}

.creative-footer-style .tp-footer-widget-title {
  color: var(--tp-common-white)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .creative-footer-style .tp-footer-widget-title {
    font-size: 70px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .creative-footer-style .tp-footer-widget-title {
    font-size: 60px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-footer-style .tp-footer-widget-title {
    font-size: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .creative-footer-style .tp-footer-widget-title br {
    display: none
  }
}

.creative-footer-style .tp-footer-widget-title-sm {
  color: var(--tp-common-white)
}

.creative-footer-style .tp-footer-widget-title-sm.pre::before {
  background-color: var(--tp-common-green-light)
}

.creative-footer-style .tp-footer-widget-menu ul li a {
  color: var(--tp-common-white);
  background-color: #fff0;
  border: 1px solid rgb(255 255 255 / .1)
}

.creative-footer-style .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-light);
  background-color: var(--tp-common-green-light)
}

.creative-footer-style .tp-footer-widget-info a {
  color: var(--tp-common-white)
}

.creative-footer-style .tp-footer-widget-info a:hover {
  color: var(--tp-common-green-light)
}

.creative-footer-style .tp-copyright-big-text {
  color: var(--tp-common-white)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 225px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 188px;
    letter-spacing: -10px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 165px;
    letter-spacing: -10px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 140px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 115px
  }
}

@media (max-width:767px) {
  .creative-footer-style .tp-copyright-big-text {
    font-size: 50px
  }
}

.creative-footer-style .tp-copyright-left span {
  color: var(--tp-common-white)
}

.creative-footer-style .tp-copyright-right a {
  color: var(--tp-common-white)
}

.creative-footer-style .tp-copyright-right a:hover {
  color: var(--tp-common-green-light)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-footer-style .tp-copyright-right a:not(:first-child) {
    margin-left: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:768px) and (max-width:991px) {
  .creative-footer-style .tp-copyright-right a:not(:first-child) {
    margin-left: 30px
  }
}

.creative-footer-style .tp-footer-widget-social {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 15px;
  padding-bottom: 25px;
  background-color: #0e0f11;
  border-radius: 0 0 20px 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-style .tp-footer-widget-social {
    padding-bottom: 15px;
    display: flex;
    padding-bottom: 0;
    gap: 5px
  }
}

@media (max-width:767px) {
  .creative-footer-style .tp-footer-widget-social {
    padding-bottom: 15px;
    padding-left: 20px
  }
}

.creative-footer-style .tp-footer-widget-social::after,
.creative-footer-style .tp-footer-widget-social::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -20px;
  height: 40px;
  width: 20px;
  z-index: -1;
  border-top-left-radius: 20px;
  background-color: #fff0;
  box-shadow: 0 -18px 0 0 #0e0f11
}

.creative-footer-style .tp-footer-widget-social::before {
  top: auto;
  bottom: -39px;
  left: 0
}

.creative-footer-style .tp-footer-widget-social a {
  display: table;
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-style .tp-footer-widget-social a {
    display: inline-block
  }
}

.creative-footer-style .tp-footer-widget-social a:not(:last-child) {
  margin-bottom: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-style .tp-footer-widget-social a:not(:last-child) {
    margin-bottom: 0
  }
}

.creative-footer-style .tp-footer-widget-social a:hover {
  background-color: var(--tp-common-white)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 90px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 60px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .creative-footer-style .tp-footer-col-2 br {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-style .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:992px) and (max-width:1199px) {
  .creative-footer-style .tp-footer-col-3 {
    padding-left: 0
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .creative-footer-style .tp-copyright-left {
    padding-left: 260px
  }
}

@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) {
  .creative-footer-style .tp-copyright-left {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-style .tp-copyright-bottom {
    margin-top: 0
  }
}

.creative-footer-style.blog-details-social {
  margin: 0;
  padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-style.blog-details-social {
    margin-bottom: 30px
  }
}

.creative-footer-style.blog-details-social .tp-footer-widget-social {
  position: static;
  padding: 0;
  display: block;
  background-color: #fff0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-footer-style.blog-details-social .tp-footer-widget-social {
    display: flex
  }
}

.creative-footer-text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 22px;
  padding-bottom: 20px;
  background-color: #0e0f11;
  border-radius: 0 0 0 20px
}

.creative-footer-text::after,
.creative-footer-text::before {
  content: "";
  position: absolute;
  background-color: #fff0;
  bottom: -40px;
  right: 0;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -18px 0 0 #0e0f11
}

.creative-footer-text::before {
  top: auto;
  bottom: 11px;
  left: -19px
}

.creative-footer-text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-white)
}

@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 rgb(224 238 238 / .2)
}

.design-footer-middle {
  border-bottom: 1px solid rgb(224 238 238 / .2)
}

.design-footer-widget-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #e0eeee;
  margin-bottom: 20px;
  letter-spacing: -.02em
}

.design-footer-widget-title.sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -.02em;
  color: rgb(224 238 238 / .5)
}

.design-footer-widget-input input {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  height: 60px;
  padding: 0 35px;
  border-radius: 40px;
  padding-right: 60px;
  background-color: #fff0;
  color: var(--tp-common-white);
  border: 2px solid rgb(224 238 238 / .1)
}

.design-footer-widget-input input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgb(224 238 238 / .6)
}

.design-footer-widget-input input::-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgb(224 238 238 / .6)
}

.design-footer-widget-input input:-moz-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgb(224 238 238 / .6)
}

.design-footer-widget-input input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgb(224 238 238 / .6)
}

.design-footer-widget-input input::placeholder {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgb(224 238 238 / .6)
}

.design-footer-widget-input input:focus {
  border-color: var(--tp-common-white)
}

.design-footer-widget-input-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
  background-color: var(--tp-common-white)
}

.design-footer-widget-info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

.design-footer-col-1 {
  padding-right: 40px
}

@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-1 {
    padding-right: 0
  }
}

.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-footer-right {
  padding-left: 160px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .design-footer-right {
    padding-left: 0
  }
}

.design-copyright-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -.02em;
  color: rgb(224 238 238 / .5)
}

.design-copyright-backtoTop a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #e0eeee;
  letter-spacing: -.02em
}

.design-copyright-backtoTop a span {
  color: #C5FCFC;
  margin-left: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .design-copyright-big-text {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  .design-copyright-big-text {
    padding-top: 60px
  }
}

.design-copyright-big-text img {
  width: 100%
}

@media (max-width:767px) {
  .ai-footer-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.ai-footer-widget-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 50px;
  letter-spacing: -.04em;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ai-footer-widget-title {
    font-size: 40px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ai-footer-widget-title {
    font-size: 45px
  }
}

.ai-footer-widget-shape {
  position: absolute;
  bottom: -7%;
  right: 20%;
  z-index: -1
}

.ai-footer-widget-title-sm {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

.ai-footer-input input {
  padding: 0 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border: none;
  border-radius: 0;
  letter-spacing: -.02em;
  background-color: #fff0;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgb(255 255 255 / .1)
}

.ai-footer-input input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .4)
}

.ai-footer-input input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .4)
}

.ai-footer-input input:-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .4)
}

.ai-footer-input input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .4)
}

.ai-footer-input input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .4)
}

.ai-footer-input input:focus {
  border-color: var(--tp-common-white)
}

.ai-footer-newsletter label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

.ai-footer-icon-1 {
  position: absolute;
  top: 14px;
  left: 0
}

.ai-footer-icon-2 {
  position: absolute;
  top: 15px;
  right: 0
}

.ai-footer-menu ul li {
  list-style-type: none
}

.ai-footer-menu ul li:not(:last-child) {
  margin-bottom: 10px
}

.ai-footer-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .6)
}

.ai-footer-menu ul li a:hover {
  color: var(--tp-common-white)
}

.ai-footer-contact-item a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  letter-spacing: -.02em;
  color: rgb(255 255 255 / .6)
}

.ai-footer-contact-item a:hover {
  color: var(--tp-common-white)
}

.ai-footer-col-2 {
  margin-left: 78px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-footer-col-2 {
    margin-left: 0;
    margin-top: 40px
  }
}

.ai-footer-col-3 {
  margin-left: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ai-footer-col-3 {
    margin-left: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-footer-col-3 {
    margin-left: 0;
    margin-top: 40px
  }
}

.ai-footer-col-4 {
  margin-left: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ai-footer-col-4 {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-footer-col-4 {
    margin-left: 0;
    margin-top: 40px
  }
}

.ai-copyright-content p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

.ai-copyright-ptb {
  padding: 25px 0;
  border-top: 1px solid rgb(255 255 255 / .1)
}

@media (max-width:767px) {
  .ai-copyright-logo {
    margin-bottom: 20px
  }
}

.ai-copyright-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1
}

.ar-footer-widget-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 33px;
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .ar-footer-widget-content p br {
    display: none
  }
}

.ar-footer-widget-input input {
  padding-left: 47px;
  padding-right: 125px;
  font-weight: 400;
  font-size: 16px;
  height: 53px;
  color: var(--tp-common-white);
  border: 0;
  border-radius: 50px;
  background: rgb(255 255 255 / .1)
}

.ar-footer-widget-input input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255 255 255 / .6)
}

.ar-footer-widget-input input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255 255 255 / .6)
}

.ar-footer-widget-input input:-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255 255 255 / .6)
}

.ar-footer-widget-input input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255 255 255 / .6)
}

.ar-footer-widget-input input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: rgb(255 255 255 / .6)
}

.ar-footer-widget-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  transition: 0.3s;
  font-size: 16px;
  padding: 19px 23px;
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-family: var(--tp-ff-clash-medium);
  background-color: #F5BD20;
  border-radius: 50px
}

.ar-footer-widget-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white)
}

.ar-footer-widget-envelop {
  position: absolute;
  top: 37%;
  left: 16px;
  transform: translateY(-50%)
}

.ar-footer-widget-envelop svg {
  transform: translateY(-2px)
}

.ar-footer-widget-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 33px;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-clash-semibold)
}

.ar-footer-widget-menu ul li {
  padding-left: 13px;
  list-style-type: none;
  position: relative;
  display: block
}

.ar-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 10px
}

.ar-footer-widget-menu ul li::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgb(255 255 255 / .6)
}

.ar-footer-widget-menu ul li a {
  font-size: 15px;
  line-height: 1;
  transition: 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255 255 255 / .6);
  font-family: var(--tp-ff-clash-medium)
}

.ar-footer-widget-menu ul li:hover::after {
  background-color: var(--tp-common-white)
}

.ar-footer-widget-menu ul li:hover a {
  color: var(--tp-common-white)
}

.ar-footer-widget-info a {
  display: block;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255 255 255 / .6);
  font-family: var(--tp-ff-clash-medium)
}

.ar-footer-widget-info a:hover {
  color: var(--tp-common-white)
}

.ar-footer-col-1 {
  margin-right: 45px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:767px) {
  .ar-footer-col-1 {
    margin-right: 0
  }
}

.ar-footer-col-2 {
  margin-left: 85px
}

@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) {
  .ar-footer-col-2 {
    margin-left: 40px
  }
}

@media (max-width:767px) {
  .ar-footer-col-2 {
    margin-left: 0
  }
}

.ar-footer-col-3 {
  margin-left: 165px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-footer-col-3 {
    margin-left: 110px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-footer-col-3 {
    margin-left: 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-footer-col-3 {
    margin-left: 0
  }
}

.ar-footer-col-4 {
  margin-left: 110px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-footer-col-4 {
    margin-left: 40px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-footer-col-4 {
    margin-left: 0
  }
}

.ar-copyright-text p,
.ar-copyright-text a,
.ar-copyright-social p,
.ar-copyright-social a {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255 255 255 / .6);
  font-family: var(--tp-ff-clash-medium)
}

@media only screen and (min-width:768px) and (max-width:991px) {

  .ar-copyright-text p,
  .ar-copyright-text a,
  .ar-copyright-social p,
  .ar-copyright-social a {
    font-size: 14px
  }
}

@media (max-width:767px) {

  .ar-copyright-text p,
  .ar-copyright-text a,
  .ar-copyright-social p,
  .ar-copyright-social a {
    font-size: 13px
  }
}

.ar-copyright-social a:not(:first-child) {
  margin-left: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-copyright-social a:not(:first-child) {
    margin-left: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ar-copyright-social a:not(:first-child) {
    margin-left: 10px
  }
}

@media (max-width:767px) {
  .ar-copyright-social a:not(:first-child) {
    margin-left: 8px
  }
}

.ar-copyright-social a:hover {
  color: var(--tp-common-white)
}

.ar-copyright-ptb {
  padding: 40px 0;
  border-top: 1px solid rgb(255 255 255 / .1)
}

.crp-footer-bg {
  background-color: #335341
}

.crp-footer-logo {
  margin-bottom: 20px
}

.crp-footer-widget p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: var(--tp-common-cream-3)
}

.crp-footer-widget-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: .5px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3)
}

.crp-footer-widget-menu ul li {
  list-style-type: none
}

.crp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 10px
}

.crp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-cream-3)
}

.crp-footer-widget-info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tp-common-cream-3)
}

.crp-footer-widget-info a.tel {
  font-weight: 600;
  font-size: 22px;
  display: block;
  letter-spacing: -.02em
}

.crp-footer-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-cream-3);
  background-color: rgb(255 255 230 / .1)
}

.crp-footer-social a:not(:last-child) {
  margin-right: 5px
}

.crp-footer-social a:hover {
  color: #325341;
  background-color: var(--tp-common-yellow-green)
}

.crp-footer-big-text {
  padding: 21px 40px;
  padding-top: 40px;
  border-radius: 20px;
  background-color: #2a4c3a;
  font-weight: 600;
  font-size: 150px;
  line-height: .6;
  width: 100%;
  display: inline-block;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-yellow-green)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .crp-footer-big-text {
    font-size: 140px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-footer-big-text {
    font-size: 95px;
    padding-top: 20px
  }
}

@media (max-width:767px) {
  .crp-footer-big-text {
    font-size: 50px
  }
}

.crp-footer-big-text span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block
}

.crp-footer-big-text span span {
  padding-top: 17px
}

.crp-footer-big-text span span.text-1 {
  position: relative;
  display: block;
  transition: 0.4s ease-in-out
}

.crp-footer-big-text span span.text-2 {
  position: absolute;
  bottom: 100%;
  display: block;
  transition: 0.4s ease-in-out
}

.crp-footer-big-text i {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 85px;
  margin-left: 40px;
  display: inline-flex;
  transform: translateY(-11px)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-footer-big-text i {
    transform: translateY(11px)
  }
}

@media (max-width:767px) {
  .crp-footer-big-text i {
    width: 30px;
    height: 30px;
    margin-left: 0;
    transform: translateY(0)
  }
}

.crp-footer-big-text i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.3s ease-out
}

.crp-footer-big-text i svg:last-child {
  left: -80px;
  bottom: -80px;
  transform: translate(0, 0);
  opacity: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-footer-big-text i svg {
    width: 60px;
    transform: translateY(-7px)
  }
}

@media (max-width:767px) {
  .crp-footer-big-text i svg {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    transform: translateY(0)
  }
}

.crp-footer-big-text:hover {
  color: var(--tp-common-yellow-green)
}

.crp-footer-big-text:hover span span.text-1 {
  -webkit-transform: translateY(150%);
  transform: translateY(150%)
}

.crp-footer-big-text:hover span span.text-2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.crp-footer-big-text:hover i svg:first-child {
  transform: translate(85px, -85px)
}

.crp-footer-big-text:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(80px, -80px)
}

.crp-footer-big-text:focus {
  color: var(--tp-common-yellow-green)
}

.crp-footer-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1
}

.crp-footer-col-3 {
  padding-left: 50px
}

@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) {
  .crp-footer-col-3 {
    padding-left: 0
  }
}

.crp-copyright-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--tp-common-cream-3)
}

.crp-copyright-text p span {
  color: var(--tp-common-yellow-green)
}

.app-footer-widget .dgm-footer-widget-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -.2px;
  font-family: var(--tp-ff-phudu);
  color: var(--tp-common-black-10)
}

.app-footer-widget .dgm-footer-widget-menu ul li {
  position: relative;
  padding-left: 10px
}

.app-footer-widget .dgm-footer-widget-menu ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #61616A
}

.app-footer-widget .dgm-footer-widget-menu ul li a {
  color: #61616A;
  letter-spacing: -.16px
}

.app-footer-widget .dgm-footer-widget-menu ul li a:hover {
  color: var(--tp-common-black-10)
}

.app-footer-widget .dgm-footer-widget-paragraph.color-style p {
  font-size: 15px;
  font-weight: 400;
  color: #61616A;
  margin: 0;
  letter-spacing: -.15px
}

.app-footer-widget .dgm-footer-widget-input input {
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 125px;
  color: var(--tp-common-black-10);
  background: var(--tp-common-white);
  border: 1px solid rgb(33 33 45 / .08)
}

.app-footer-widget .dgm-footer-widget-input input:focus {
  border-color: var(--tp-common-black-10)
}

.app-footer-widget .dgm-footer-widget-input .input-button {
  right: 8px;
  font-size: 14px;
  border-radius: 8px;
  line-height: 1
}

.app-footer-widget .dgm-footer-widget-input .input-button span svg {
  margin-left: 4px;
  color: var(--tp-common-white)
}

.app-footer-widget-info a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.32px;
  color: var(--tp-common-black-10)
}

.app-footer-widget-info-title {
  color: #61616A;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.14px
}

.app-footer-rating {
  padding: 15px;
  width: 270px;
  border-radius: 12px;
  background: var(--tp-common-white);
  border: 1px solid rgb(33 33 45 / .08)
}

.app-footer-rating .app-hero-bottom-rating-point span {
  font-size: 44px;
  letter-spacing: -.44px;
  color: var(--tp-common-black-10)
}

.app-footer-rating .app-hero-bottom-rating-star a {
  color: var(--tp-common-black-10)
}

.app-footer-col-1 .dgm-footer-widget-paragraph p {
  color: #61616A
}

.app-footer-col-3 {
  padding-left: 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) {
  .app-footer-col-3 {
    padding-left: 0
  }
}

.app-footer-col-4 {
  padding-left: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .app-footer-col-4 {
    padding-left: 25px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .app-footer-col-4 {
    padding-left: 0
  }
}

.app-copyright-text p {
  margin: 0;
  color: #61616A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.14px
}

.app-copyright-text p a:hover {
  border-bottom: 1px solid #000
}

.it-footer-style.crp-footer-bg {
  background-color: #0C5752
}

.it-footer-style .crp-footer-big-text {
  background-color: #0C4642;
  color: var(--tp-common-white)
}

.it-footer-style .crp-footer-widget p {
  color: var(--tp-common-white)
}

.it-footer-style .crp-footer-social a {
  color: var(--tp-common-white);
  background-color: rgb(255 255 255 / .1)
}

.it-footer-style .crp-footer-social a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white)
}

.it-footer-style .crp-footer-widget-title {
  color: var(--tp-common-white)
}

.it-footer-style .crp-footer-widget-menu ul li a {
  color: rgb(255 255 255 / .7)
}

.it-footer-style .crp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white)
}

.it-footer-style .crp-footer-widget-info a {
  color: rgb(255 255 255 / .7)
}

.it-footer-style .crp-footer-widget-info a:hover {
  color: var(--tp-common-white)
}

.it-footer-style .crp-copyright-text p span {
  color: var(--tp-common-white)
}

.it-footer-style .crp-copyright-text p {
  color: rgb(255 255 255 / .7)
}

.it-footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1
}

.st-footer-widget-content p {
  color: #494949;
  margin-bottom: 35px
}

.st-footer-widget-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-right: 40px;
  letter-spacing: -.36px;
  color: var(--tp-common-brown)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-footer-widget-title {
    margin-right: 0;
    margin-bottom: 30px
  }
}

.st-footer-widget-menu ul li {
  list-style-type: none
}

.st-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 10px
}

.st-footer-widget-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #494949;
  letter-spacing: -.36px
}

.st-footer-widget-info-title {
  margin-bottom: 10px
}

.st-footer-widget-info-title a {
  font-size: 18px;
  font-weight: 500;
  color: #494949;
  letter-spacing: -.36px
}

.st-footer-widget-info-title a:hover {
  color: var(--tp-common-brown)
}

.st-footer-widget-social-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
  display: inline-block;
  color: var(--tp-common-brown)
}

.st-footer-widget-social .tp-footer-widget-social a {
  color: var(--tp-common-brown);
  background-color: var(--tp-common-white)
}

.st-footer-widget-social .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-brown)
}

.st-footer-top-border {
  border-bottom: 1px solid rgb(69 48 48 / .15)
}

.st-footer-top-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center
}

.st-footer-top-icon span {
  width: 170px;
  display: inline-block;
  border-bottom: 7px solid var(--tp-common-brown)
}

.st-footer-top-icon span svg {
  transform: translateY(4px)
}

@media (max-width:767px) {
  .st-footer-col-3 {
    margin-bottom: 120px
  }
}

.st-copyright-ptb {
  padding-top: 40px;
  padding-bottom: 60px
}

.st-copyright-sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #494949;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase
}

.st-copyright-title {
  margin: 0;
  font-size: 140px;
  font-weight: 700;
  line-height: .7;
  position: relative;
  letter-spacing: -5.6px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .st-copyright-title {
    font-size: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .st-copyright-title {
    font-size: 64px;
    letter-spacing: 0
  }
}

@media (max-width:767px) {
  .st-copyright-title {
    font-size: 60px
  }
}

.st-copyright-title a {
  display: inline-block;
  line-height: 1
}

.st-copyright-title a:hover span {
  transform: translateX(12)
}

.st-copyright-title span {
  position: absolute;
  top: -20px;
  right: 5%;
  display: grid;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  place-content: center;
  -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;
  color: var(--tp-common-white);
  background-color: var(--tp-common-brown)
}

.cr-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.cr-footer-bg img {
  height: 100%
}

.cr-footer-widget-social .tp-footer-widget-social a {
  color: var(--tp-common-white);
  background: rgb(255 255 255 / .1)
}

.cr-footer-widget-social .tp-footer-widget-social a:hover {
  color: #325341;
  background-color: var(--tp-common-white)
}

.cr-footer-border-wrap {
  border-right: 1px solid rgb(255 255 255 / .06);
  border-left: 1px solid rgb(255 255 255 / .06)
}

@media (max-width:767px) {
  .cr-footer-border-wrap {
    border: none;
    padding-top: 100px
  }
}

.cr-footer-col-1 .dgm-footer-widget-paragraph p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.18px;
  font-family: var(--tp-ff-onest);
  color: rgb(255 255 255 / .6)
}

.cr-footer-col-1 .app-footer-rating {
  background: #131416;
  box-shadow: 0 0 4px 0 rgb(255 255 255 / .12) inset, 0 0 2px 2px rgb(0 0 0 / .4)
}

.cr-footer-col-1 .app-footer-rating .app-hero-bottom-rating-point span {
  color: var(--tp-common-white)
}

.cr-footer-col-1 .app-footer-rating .app-hero-bottom-rating-star a {
  border: none;
  color: var(--tp-common-white)
}

.cr-footer-col-2 .dgm-footer-widget-title,
.cr-footer-col-3 .dgm-footer-widget-title,
.cr-footer-col-4 .dgm-footer-widget-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.2px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest)
}

.cr-footer-col-2 .dgm-footer-widget-menu ul li a,
.cr-footer-col-3 .dgm-footer-widget-menu ul li a,
.cr-footer-col-4 .dgm-footer-widget-menu ul li a {
  color: rgb(255 255 255 / .6)
}

.cr-footer-col-2 .dgm-footer-widget-menu ul li a:hover,
.cr-footer-col-3 .dgm-footer-widget-menu ul li a:hover,
.cr-footer-col-4 .dgm-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white)
}

.cr-footer-col-2 {
  padding-left: 78px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .cr-footer-col-2 {
    padding-left: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .cr-footer-col-2 {
    padding-left: 0
  }
}

.cr-footer-col-3 {
  padding-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .cr-footer-col-3 {
    padding-left: 0
  }
}

.cr-footer-col-4 .app-footer-widget-info-title {
  font-weight: 500;
  letter-spacing: 0;
  color: rgb(255 255 255 / .6)
}

.cr-footer-col-4 .app-footer-widget-info a {
  color: var(--tp-common-white)
}

.cr-copyright-border {
  position: relative;
  padding-top: 34px;
  border-color: rgb(255 255 255 / .06)
}

.cr-copyright-border .app-copyright-text p {
  color: rgb(255 255 255 / .6)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-footer-ptb {
    padding-top: 0
  }
}

.pp-footer-box {
  padding: 175px 0;
  border-radius: 30px;
  border: 1px solid rgb(255 255 255 / .1)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .pp-footer-box {
    padding: 150px 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .pp-footer-box {
    padding: 100px 0
  }
}

@media (max-width:767px) {
  .pp-footer-box {
    padding: 100px 15px 80px
  }
}

.pp-footer-subtitle {
  font-size: 60px;
  font-weight: 300;
  line-height: .8;
  padding-bottom: 26px;
  display: inline-block;
  letter-spacing: -1.8px;
  font-family: var(--tp-ff-teko);
  color: rgb(255 255 255 / .6)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-footer-subtitle {
    font-size: 45px
  }
}

@media (max-width:767px) {
  .pp-footer-subtitle {
    font-size: 38px
  }
}

.pp-footer-title {
  font-size: 180px;
  font-weight: 500;
  line-height: .8;
  margin-bottom: 35px;
  letter-spacing: -5.4px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-yellow-1)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-footer-title {
    font-size: 150px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-footer-title {
    font-size: 115px
  }
}

@media (max-width:767px) {
  .pp-footer-title {
    font-size: 52px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .pp-footer-title {
    font-size: 65px
  }
}

.pp-footer-btn {
  font-size: 20px;
  font-weight: 600;
  border-radius: 14px;
  padding: 10px 21px;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .1)
}

.pp-footer-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white)
}

.pp-footer-btn span {
  display: inline-block;
  margin-left: 3px
}

@media (max-width:767px) {
  .pp-footer-btn-box {
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  .pp-footer-btn-box .pp-footer-btn {
    margin-bottom: 20px
  }
}

.pp-footer-copyright-ptb {
  padding: 25px 0 35px
}

.pp-footer-copyright-wrap {
  display: flex;
  justify-content: space-between
}

@media (max-width:767px) {
  .pp-footer-copyright-wrap {
    display: block;
    text-align: center
  }
}

.pp-footer-copyright-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: rgb(255 255 255 / .4)
}

.pp-footer-copyright-text-center {
  position: relative
}

@media (max-width:767px) {
  .pp-footer-copyright-text-center {
    display: inline-block;
    margin: 20px 0 20px 25px
  }
}

.pp-footer-copyright-text-center::before {
  position: absolute;
  content: "";
  top: 6px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-yellow-1)
}

.pp-footer-copyright-text-center::after {
  position: absolute;
  content: "";
  top: 0;
  left: -26px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255 246 105 / .1);
  animation: animate-pulse-2 3s linear infinite
}

.pp-footer-copyright-text-center p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-white)
}

.tp-footer-15-cta-wrap .tp-about-5-subtitle {
  top: 50px;
  left: 170px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-footer-15-cta-wrap .tp-about-5-subtitle {
    top: 40px;
    left: 140px
  }
}

.tp-footer-15-social {
  position: relative;
  padding-left: 15px
}

@media (max-width:767px) {
  .tp-footer-15-social {
    margin-bottom: 50px;
    margin-right: 30px
  }
}

.tp-footer-15-social::after {
  position: absolute;
  top: -9px;
  left: 0;
  width: 2px;
  height: 70px;
  content: "";
  background-color: var(--tp-cream-2)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-footer-15-social::after {
    top: -14px
  }
}

.tp-footer-15-social span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  display: block;
  margin-bottom: 6px
}

.tp-footer-15-social a {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.36px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
  position: relative
}

.tp-footer-15-social a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--tp-cream-2);
  transition: 0.4s
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-footer-15-social a {
    font-size: 25px
  }
}

.tp-footer-15-social a span {
  width: 16px;
  height: 16px;
  left: 10px;
  top: 5px;
  overflow: hidden;
  position: relative
}

.tp-footer-15-social a span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.tp-footer-15-social a span svg:last-child {
  left: -12px;
  bottom: -12px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0
}

.tp-footer-15-social a:hover span svg:first-child {
  -webkit-transform: translate(16px, -16px);
  -moz-transform: translate(16px, -16px);
  -ms-transform: translate(16px, -16px);
  -o-transform: translate(16px, -16px);
  transform: translate(16px, -16px)
}

.tp-footer-15-social a:hover span svg:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(13px, -13px);
  -moz-transform: translate(13px, -13px);
  -ms-transform: translate(13px, -13px);
  -o-transform: translate(13px, -13px);
  transform: translate(13px, -13px)
}

.tp-footer-15-social a:hover::after {
  width: 100%
}

@media (max-width:767px) {
  .tp-footer-15-social-wrap {
    flex-wrap: wrap
  }
}

.tp-footer-15-instagram-thumb:hover img {
  transform: scale(1.1) rotate(-2deg)
}

.tp-footer-15-instagram-thumb img {
  width: 100%;
  transition: 0.9s
}

.tp-footer-15-copyright-text span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.08px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair)
}

.tp-footer-15-copyright-text span a {
  position: relative
}

.tp-footer-15-copyright-text span a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: var(--tp-cream-2);
  transition: 0.4s
}

.tp-footer-15-copyright-text span a:hover::after {
  width: 100%
}

.tp-footer-15-bdr-tb {
  border-top: 2px solid var(--tp-cream-2);
  border-bottom: 2px solid var(--tp-cream-2);
  padding-top: 110px;
  padding-bottom: 110px
}

.tp-footer-shop-style {
  margin-top: -2px
}

.tp-footer-shop-top {
  border-top: 1px solid rgb(255 255 255 / .1);
  border-bottom: 1px solid rgb(255 255 255 / .1)
}

.tp-footer-shop-widget {
  padding: 50px 0 40px 110px;
  border-right: 1px solid rgb(255 255 255 / .1)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-footer-shop-widget {
    padding: 50px 0 40px 80px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-footer-shop-widget {
    padding: 50px 0 40px 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-footer-shop-widget {
    padding: 50px 0 25px 40px
  }
}

@media (max-width:767px) {
  .tp-footer-shop-widget {
    padding: 30px 0 25px 30px
  }
}

.tp-footer-shop-widget ul li {
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 6px;
  color: rgb(255 255 255 / .7)
}

.tp-footer-shop-widget ul li:hover a {
  color: var(--tp-common-white)
}

.tp-footer-shop-widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest)
}

.tp-footer-shop-big-text {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(255 255 255 / .1)
}

.tp-footer-shop-big-text .tp-hero-shop-title {
  color: #F4F0EA
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-footer-shop-copyright-text {
    padding: 0;
    text-align: center
  }
}

.tp-footer-shop-copyright-text p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(255 255 255 / .7)
}

.tp-footer-shop-copyright-text p.space {
  word-spacing: 8px
}

.tp-hero-ptb {
  padding-top: 197px;
  padding-bottom: 247px
}

.tp-hero-shape-1 {
  margin-left: 25px;
  margin-top: -30px
}

.tp-hero-video {
  margin-right: 30px;
  border-radius: 200px;
  transform: translateY(-21px);
  box-shadow: 0 4px 4px 0 rgb(20 20 20 / .2)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-hero-video {
    transform: translateY(-9px)
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-hero-video {
    width: 220px;
    transform: translateY(-4px)
  }
}

.tp-hero-content-wrap {
  margin-left: 60px;
  height: 100%
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .tp-hero-content-wrap {
    margin-left: 0
  }
}

@media (max-width:767px) {
  .tp-hero-content-wrap {
    flex-wrap: wrap
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-hero-content-wrap {
    flex-wrap: wrap;
    flex-direction: row-reverse
  }
}

.tp-hero-info {
  z-index: 9;
  padding: 0 10px;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / .7)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-hero-info {
    margin-bottom: 40px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-info {
    margin-top: 80px
  }
}

@media (max-width:767px) {
  .tp-hero-info {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px
  }
}

.tp-hero-info p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-hero-info p br {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-info p {
    padding-right: 50px
  }
}

.tp-hero-info span {
  margin-left: 30px;
  transform: translateY(10px);
  color: var(--tp-common-white)
}

.tp-hero-info span a {
  position: relative;
  height: 23px;
  width: 23px;
  overflow: hidden;
  display: inline-block
}

.tp-hero-info span a svg {
  position: absolute;
  bottom: -1px;
  left: 1px;
  transform: translateY(-2px);
  transition: all 0.2s ease-out
}

.tp-hero-info span a svg:last-child {
  left: -22px;
  bottom: -22px;
  transform: translate(0, 0)
}

.tp-hero-info span a:hover svg:first-child {
  opacity: 0;
  transform: translate(20px, -20px)
}

.tp-hero-info span a:hover svg:last-child {
  transform: translate(23px, -23px)
}

.tp-hero-more-info {
  width: 220px;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-more-info {
    min-height: 310px
  }
}

.tp-hero-more-info-wrap {
  margin-left: 133px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .tp-hero-more-info-wrap {
    margin-left: 0
  }
}

.tp-hero-more-info p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0 25px;
  padding-bottom: 40px;
  color: var(--tp-common-black)
}

.tp-hero-avater {
  padding: 12px 20px 35px 11px
}

.tp-hero-avater span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: -.01em;
  color: var(--tp-common-black)
}

.tp-hero-link {
  padding: 15px
}

@media (max-width:767px) {
  .tp-hero-link {
    padding: 20px
  }
}

.tp-hero-link a {
  display: inline-block;
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

.tp-hero-link a:hover {
  background-color: var(--tp-common-red-3)
}

.tp-hero-line {
  position: absolute;
  top: 65px;
  right: 100%;
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: var(--tp-common-white)
}

.tp-hero-line::before {
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-14px);
  background-color: var(--tp-common-white)
}

.tp-hero-2-title {
  font-weight: 400;
  font-size: 450px;
  line-height: 1;
  letter-spacing: -.02em;
  font-family: var(--tp-ff-mango);
  color: var(--tp-common-cream);
  position: relative;
  z-index: 99
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-hero-2-title {
    font-size: 365px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-2-title {
    font-size: 300px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-hero-2-title {
    font-size: 230px
  }
}

@media (max-width:767px) {
  .tp-hero-2-title {
    font-size: 105px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-hero-2-title {
    font-size: 150px
  }
}

.tp-hero-2-title.about-us {
  text-transform: uppercase
}

.tp-hero-2-subtitle {
  font-weight: 400;
  font-size: 46px;
  line-height: .87;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: .01em;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango)
}

@media (max-width:767px) {
  .tp-hero-2-avater-box {
    margin-bottom: 30px
  }
}

.tp-hero-2-avater-content {
  margin-left: 10px
}

.tp-hero-2-avater-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: -.01em;
  color: var(--tp-common-cream)
}

.tp-hero-2-avater-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: rgb(249 244 232 / .5)
}

@media (max-width:767px) {
  .tp-hero-2-avater-content span {
    font-size: 15px
  }
}

.tp-hero-2-img-1 img {
  transform: rotate(-14deg);
  position: relative;
  z-index: 3
}

.tp-hero-2-img-2 img {
  margin-top: -190px;
  margin-bottom: 115px;
  transform: rotate(14deg);
  position: relative;
  z-index: 3
}

.tp-hero-2-img-3 {
  position: relative;
  z-index: 1
}

.tp-hero-2-img-3 img {
  transform: rotate(-16deg);
  margin-right: 280px
}

.tp-hero-2-img-box.last-item {
  margin-bottom: 900px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-2-img-box.last-item {
    margin-bottom: 700px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-hero-2-img-box.last-item {
    margin-bottom: 640px
  }
}

.tp-hero-2-img-wrap {
  margin-top: -800px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-hero-2-img-wrap {
    margin-top: -630px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-2-img-wrap {
    margin-top: -600px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-hero-2-img-wrap {
    margin-top: -530px
  }
}

@media (max-width:767px) {
  .tp-hero-2-area {
    padding-bottom: 0
  }
}

@media (max-width:767px) {
  .dgm-hero-top {
    padding-top: 0
  }
}

.dgm-hero-ptb {
  padding-top: 190px;
  border-radius: 20px;
  padding-bottom: 15px
}

.dgm-hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding-top: 190px;
  border-radius: 20px;
  padding-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-hero-bg {
    padding-top: 150px;
    padding-bottom: 120px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-hero-bg {
    padding-top: 170px;
    padding-bottom: 0
  }
}

.dgm-hero-title {
  font-weight: 700;
  font-size: 110px;
  line-height: .8;
  margin-bottom: 0;
  margin-bottom: 40px;
  letter-spacing: -.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-hero-title {
    font-size: 90px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .dgm-hero-title {
    font-size: 80px
  }
}

@media (max-width:767px) {
  .dgm-hero-title {
    font-size: 59px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .dgm-hero-title {
    font-size: 65px
  }
}

.dgm-hero-title span svg {
  position: absolute;
  bottom: -75px;
  right: 130px;
  z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-hero-title span svg {
    right: 50px
  }
}

.dgm-hero-title-mike {
  display: inline-block;
  transform: translateY(-20px)
}

.dgm-hero-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
  display: inline-block;
  color: var(--tp-common-black)
}

.dgm-hero-thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.4%;
  height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-hero-thumb {
    position: static;
    width: 100%
  }
}

.dgm-hero-thumb>img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover
}

.dgm-hero-thumb div.anim-zoomin-wrap {
  height: 100%
}

.dgm-hero-thumb div.anim-zoomin-wrap div.anim-zoomin {
  height: 100%
}

.dgm-hero-thumb div.anim-zoomin-wrap div.anim-zoomin>img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-hero-content {
    margin-bottom: 50px
  }
}

.dgm-hero-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #6a6b6d;
  margin-bottom: 40px;
  letter-spacing: -.01em
}

@media (max-width:767px) {
  .dgm-hero-content p {
    font-size: 18px
  }

  .dgm-hero-content p br {
    display: none
  }
}

.dgm-hero-rotate-text {
  position: absolute;
  bottom: 0;
  right: 47%;
  writing-mode: vertical-lr
}

.dgm-hero-rotate-text span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

.dgm-hero-rotate-text span::after {
  content: "";
  height: 60px;
  width: 1px;
  margin-top: 14px;
  display: inline-block;
  transform: translateX(-1px);
  background-color: var(--tp-common-black)
}

.dgm-hero-text-box {
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 30px
}

.dgm-hero-text-box img {
  margin-bottom: 55px
}

.dgm-hero-text-box p {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.06;
  margin-bottom: 0;
  letter-spacing: -.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-hero-text-box p {
    font-size: 28px
  }
}

.dgm-hero-arrow {
  height: 46px;
  width: 46px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  position: absolute;
  top: 10px;
  right: 2px
}

.dgm-hero-funfact span {
  display: inline-block;
  font-weight: 500;
  font-size: 60px;
  line-height: .47;
  margin-bottom: 23px;
  letter-spacing: -.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

.dgm-hero-funfact span i {
  font-style: normal
}

.dgm-hero-funfact p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  color: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-hero-funfact-wrap {
    margin-bottom: 30px
  }
}

.dgm-hero-social-box {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .dgm-hero-social-box {
    display: none
  }
}

.dgm-hero-social-text {
  writing-mode: vertical-lr;
  margin-bottom: 20px
}

.dgm-hero-social-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--tp-common-black)
}

.dgm-hero-social-text span::after {
  margin-top: 7px;
  content: "";
  height: 60px;
  width: 1px;
  display: inline-block;
  transform: translateX(-2px);
  background-color: rgb(20 20 20 / .1)
}

.dgm-hero-social a {
  margin-bottom: 20px;
  display: table
}

.dgm-hero-social a span {
  color: #141414
}

.creative-hero-bg {
  padding-top: 155px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-bg {
    padding-bottom: 30px
  }
}

.creative-hero-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .creative-hero-title {
    font-size: 80px
  }
}

@media (max-width:767px) {
  .creative-hero-title {
    font-size: 55px
  }

  .creative-hero-title br {
    display: none
  }
}

.creative-hero-title em {
  font-style: normal;
  background-color: #0E0F11;
  display: inline-block;
  padding: 0 35px;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-title em {
    padding: 0;
    background-color: #fff0
  }
}

@media (max-width:767px) {
  .creative-hero-title em br {
    display: none
  }
}

.creative-hero-title em::before {
  content: "";
  position: absolute;
  background-color: #fff0;
  bottom: 55px;
  right: -20px;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 -18px 0 0 #0e0f11
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-hero-title em::before {
    bottom: 75px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-title em::before {
    display: none
  }
}

.creative-hero-title em::after {
  content: "";
  position: absolute;
  background-color: #fff0;
  bottom: 0;
  right: -19px;
  height: 40px;
  width: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 18px 0 0 #0e0f11
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-title em::after {
    display: none
  }
}

.creative-hero-title em span {
  font-style: italic;
  font-weight: 500;
  font-size: 120px;
  line-height: .92;
  padding-left: 35px;
  letter-spacing: -.04em;
  text-transform: capitalize;
  font-family: var(--tp-ff-playfair)
}

@media (max-width:767px) {
  .creative-hero-title em span {
    font-size: 70px;
    padding-left: 0
  }
}

.creative-hero-title i {
  font-style: normal;
  background-color: #0E0F11;
  border-radius: 0 20px 20px 0;
  padding: 5px 35px;
  padding-top: 0;
  display: inline-block;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-title i {
    padding: 0;
    background-color: #fff0
  }
}

.creative-hero-title img {
  transform: translateY(-10px);
  margin-left: -15px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .creative-hero-title-box {
    margin-left: 80px
  }
}

.creative-hero-banner {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 20px;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .creative-hero-banner {
    height: 500px
  }
}

@media (max-width:767px) {
  .creative-hero-banner {
    height: 400px
  }
}

.creative-hero-banner img {
  width: 100%;
  object-fit: cover
}

.creative-hero-banner video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover
}

.creative-hero-banner-area {
  margin-top: -285px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-banner-area {
    margin-top: 0
  }
}

.creative-hero-btn {
  padding: 0 35px;
  padding-bottom: 10px;
  padding-top: 15px;
  display: inline-block;
  background-color: #0E0F11;
  border-radius: 0 0 20px 20px;
  position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-btn {
    padding: 0;
    padding-top: 15px;
    background-color: #fff0
  }
}

.creative-hero-btn::before {
  content: "";
  position: absolute;
  background-color: #fff0;
  bottom: 45px;
  right: -20px;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 -18px 0 0 #0e0f11
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-btn::before {
    display: none
  }
}

.creative-hero-black-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 134px;
  width: 180px;
  z-index: 1;
  display: inline-block;
  background-color: #0e0f11
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-black-box {
    display: none
  }
}

.creative-hero-black-box::before {
  content: "";
  position: absolute;
  background-color: #fff0;
  bottom: -40px;
  right: 5px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -18px 0 0 #0e0f11
}

.creative-hero-black-box::after {
  content: "";
  position: absolute;
  background-color: #fff0;
  bottom: -40px;
  left: -2px;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 -18px 0 0 #0e0f11
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-hero-black-box::after {
    display: none
  }
}

.creative-hero-avater img {
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 13px;
  height: 54px;
  width: 54px
}

.creative-hero-avater-box {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  padding: 10px;
  padding-right: 42px;
  border-radius: 100px;
  background-color: var(--tp-common-black-7)
}

.creative-hero-avater-info {
  line-height: 1
}

.creative-hero-avater-info h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -.03em;
  color: var(--tp-common-white)
}

.creative-hero-avater-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -.03em;
  color: rgb(255 255 255 / .6)
}

.design-hero-ptb {
  padding-top: 250px;
  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: 160px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .design-hero-ptb {
    padding-top: 190px
  }
}

.design-hero-slide-text span {
  font-weight: 400;
  font-size: 280px;
  line-height: 1;
  color: #e0eeee;
  white-space: nowrap;
  letter-spacing: -.03em;
  font-family: var(--tp-ff-dirtyline)
}

@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: 170px
  }
}

@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: 140px
  }
}

@media (max-width:767px) {
  .design-hero-slide-text span {
    font-size: 100px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .design-hero-slide-text span {
    font-size: 130px
  }
}

.design-hero-slide-text span i {
  font-style: normal;
  margin-left: 40px
}

.design-hero-slide-active .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.design-hero-slide-active .swiper-slide {
  width: auto
}

.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: rgb(5 45 146 / .6)
}

.design-hero-circle-2 {
  position: absolute;
  bottom: -50%;
  right: -8%;
  height: 800px;
  width: 800px;
  filter: blur(140px);
  -webkit-filter: blur(140px);
  border-radius: 50%;
  display: inline-block;
  background-color: rgb(109 97 255 / .4)
}

.design-hero-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #e0eeee;
  margin-bottom: 35px;
  letter-spacing: -.02em
}

@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
  }

  .design-hero-content p br {
    display: none
  }
}

@media (max-width:767px) {
  .design-hero-content-wrap {
    margin-bottom: 60px
  }
}

@media (max-width:767px) {
  .design-hero-social {
    margin-bottom: 20px
  }
}

.design-hero-social a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #e0eeee;
  text-transform: uppercase;
  position: relative
}

.design-hero-social a:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px
}

.design-hero-social a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #e0eeee
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .design-hero-wrap {
    margin-bottom: 50px
  }
}

.content__img {
  width: 250px;
  aspect-ratio: 1.1;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px
}

.studio-hero-bg {
  padding-top: 320px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-hero-bg {
    padding-top: 240px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-hero-bg {
    padding-top: 200px
  }
}

@media (max-width:767px) {
  .studio-hero-bg {
    padding-top: 170px
  }
}

.studio-hero-title {
  font-weight: 700;
  font-size: 450px;
  line-height: .7;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-clash-bold)
}

@media only screen and (min-width:1801px) and (max-width:1850px) {
  .studio-hero-title {
    font-size: 430px
  }
}

@media only screen and (min-width:1701px) and (max-width:1800px) {
  .studio-hero-title {
    font-size: 415px
  }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .studio-hero-title {
    font-size: 390px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .studio-hero-title {
    font-size: 345px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .studio-hero-title {
    font-size: 280px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-hero-title {
    font-size: 235px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-hero-title {
    font-size: 175px;
    letter-spacing: 0
  }
}

@media (max-width:767px) {
  .studio-hero-title {
    font-size: 80px;
    letter-spacing: 0
  }
}

.studio-hero-title.fs-400 {
  font-size: 400px
}

@media only screen and (min-width:1801px) and (max-width:1850px) {
  .studio-hero-title.fs-400 {
    font-size: 350px
  }
}

@media only screen and (min-width:1701px) and (max-width:1800px) {
  .studio-hero-title.fs-400 {
    font-size: 365px
  }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .studio-hero-title.fs-400 {
    font-size: 340px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .studio-hero-title.fs-400 {
    font-size: 295px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .studio-hero-title.fs-400 {
    font-size: 230px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-hero-title.fs-400 {
    font-size: 180px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-hero-title.fs-400 {
    font-size: 150px;
    letter-spacing: 0
  }
}

@media (max-width:767px) {
  .studio-hero-title.fs-400 {
    font-size: 80px;
    letter-spacing: 0
  }
}

.studio-hero-info {
  padding-bottom: 230px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-hero-info {
    padding-bottom: 160px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-hero-info {
    padding-bottom: 150px
  }
}

@media (max-width:767px) {
  .studio-hero-info {
    flex-wrap: wrap;
    padding-bottom: 120px
  }
}

.studio-hero-info a,
.studio-hero-info span {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-cream)
}

@media only screen and (min-width:992px) and (max-width:1199px) {

  .studio-hero-info a,
  .studio-hero-info span {
    font-size: 18px
  }

  .studio-hero-info a br,
  .studio-hero-info span br {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  .studio-hero-info a,
  .studio-hero-info span {
    font-size: 16px
  }

  .studio-hero-info a br,
  .studio-hero-info span br {
    display: none
  }
}

@media (max-width:767px) {

  .studio-hero-info a,
  .studio-hero-info span {
    font-size: 16px
  }

  .studio-hero-info a br,
  .studio-hero-info span br {
    display: none
  }
}

.ai-hero-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 25px;
  padding: 9px 16px;
  border-radius: 28px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  backdrop-filter: blur(10px);
  background: rgb(255 255 255 / .08)
}

.ai-hero-title {
  font-weight: 600;
  font-size: 120px;
  line-height: .88;
  margin-bottom: 50px;
  letter-spacing: -.04em;
  color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ai-hero-title {
    font-size: 75px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ai-hero-title {
    font-size: 70px
  }
}

@media (max-width:767px) {
  .ai-hero-title {
    font-size: 65px;
    margin-bottom: 30px
  }
}

.ai-hero-title img {
  transform: translateY(-8px)
}

.ai-hero-title-box {
  padding-left: 350px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .ai-hero-title-box {
    padding-left: 260px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .ai-hero-title-box {
    padding-left: 130px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ai-hero-title-box {
    padding-left: 30px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .ai-hero-title-box {
    padding-left: 15px
  }
}

@media (max-width:767px) {
  .ai-hero-title-box {
    padding-left: 0
  }
}

.ai-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.ai-hero-video video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover
}

.ai-hero-ptb {
  padding-top: 110px
}

@media (max-width:767px) {
  .ai-hero-ptb {
    padding-top: 180px;
    padding-bottom: 40px
  }
}

.ai-hero-slider-main {
  height: 950px;
  margin-left: 95px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .ai-hero-slider-main {
    margin-left: 55px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ai-hero-slider-main {
    margin-left: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ai-hero-slider-main {
    height: 750px;
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ai-hero-slider-main {
    height: 800px;
    margin-left: 0
  }
}

@media (max-width:767px) {
  .ai-hero-slider-main {
    height: 400px;
    margin-left: 0
  }
}

.ai-hero-slider-main::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(180deg, #08041d 1.05%, #fff0 24.26%, #fff0 68.54%, #08041d 98.06%)
}

.ai-hero-slider-item {
  margin-bottom: 12px
}

.ai-hero-slider-2 {
  transform: scale(1, -1)
}

.ai-hero-slider-2 img {
  transform: scale(1, -1)
}

.ar-hero-ptb {
  padding-top: 195px;
  padding-bottom: 120px
}

@media (max-width:767px) {
  .ar-hero-ptb {
    padding-top: 160px;
    padding-bottom: 95px
  }
}

.ar-hero-border {
  border-bottom: 1px solid rgb(25 25 25 / .08)
}

.ar-hero-bg {
  border-left: 1px solid rgb(25 25 25 / .08);
  border-right: 1px solid rgb(25 25 25 / .08)
}

.ar-hero-title {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-regular)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-hero-title {
    font-size: 105px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-hero-title {
    font-size: 90px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ar-hero-title {
    font-size: 95px
  }
}

@media (max-width:767px) {
  .ar-hero-title {
    font-size: 60px
  }
}

.ar-hero-title i {
  font-style: normal;
  padding-left: 100px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-hero-title i {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-hero-title-box.service-5-heading {
    margin-bottom: 40px
  }
}

.ar-hero-shape-1 {
  margin-right: 20px;
  transform: translateY(-23px)
}

.ar-hero-shape-2 {
  transform: translateY(-10px)
}

.ar-hero-shape-3 {
  margin-left: 20px;
  transform: translateY(-23px)
}

.crp-hero-ptb {
  padding-top: 220px;
  padding-bottom: 220px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-hero-ptb {
    padding-top: 190px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-hero-ptb {
    padding-top: 200px;
    padding-bottom: 70px
  }
}

@media (max-width:767px) {
  .crp-hero-ptb {
    padding-top: 190px;
    padding-bottom: 70px
  }
}

.crp-hero-title {
  font-size: 150px;
  font-weight: 600;
  line-height: .8;
  color: var(--tp-common-cream-3);
  font-family: var(--tp-ff-teko)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .crp-hero-title {
    font-size: 130px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-hero-title {
    font-size: 105px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .crp-hero-title {
    font-size: 90px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-hero-title {
    font-size: 100px
  }
}

@media (max-width:767px) {
  .crp-hero-title {
    font-size: 65px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .crp-hero-title {
    font-size: 80px
  }
}

.crp-hero-title span {
  color: var(--tp-common-yellow-green)
}

.crp-hero-title.fs-100 {
  font-size: 100px;
  letter-spacing: -2px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-hero-title.fs-100 {
    font-size: 82px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .crp-hero-title.fs-100 {
    font-size: 70px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-hero-title.fs-100 {
    font-size: 65px
  }
}

@media (max-width:767px) {
  .crp-hero-title.fs-100 {
    letter-spacing: 0
  }
}

@media (max-width:767px) {
  .crp-hero-title.fs-100 br {
    display: none
  }
}

.crp-hero-bg {
  background-size: cover;
  background-repeat: no-repeat
}

.crp-hero-ratting {
  line-height: 1
}

.crp-hero-ratting-text {
  flex: 0 0 auto;
  margin-right: 18px
}

.crp-hero-ratting-text span {
  font-weight: 600;
  font-size: 50px;
  line-height: .8;
  display: inline-block;
  transform: translateY(7px);
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3)
}

.crp-hero-ratting-details {
  line-height: 1
}

.crp-hero-ratting-details a {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgb(238 241 234 / .7);
  border-bottom: 1px solid rgb(238 241 234 / .2)
}

.crp-hero-ratting-details a:hover {
  color: var(--tp-common-white)
}

.crp-hero-ratting-details a span svg {
  margin-left: 2px;
  display: inline-block;
  transform: translateY(-1px)
}

.crp-hero-ratting-icon {
  line-height: 1
}

.crp-hero-ratting-icon span {
  margin-bottom: 7px;
  display: inline-block
}

@media (max-width:767px) {
  .crp-hero-ratting-box {
    flex-wrap: wrap
  }
}

.crp-hero-avater {
  flex: 0 0 auto;
  margin-right: 30px
}

@media (max-width:767px) {
  .crp-hero-avater {
    margin-right: 0;
    margin-bottom: 20px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .crp-hero-avater {
    margin-right: 20px;
    margin-bottom: 20px
  }
}

.crp-hero-funfact-bg {
  width: 340px;
  padding: 40px;
  background-repeat: no-repeat
}

.crp-hero-funfact-top-content {
  padding-right: 60px;
  margin-bottom: 45px
}

.crp-hero-funfact-top-content h4 {
  font-weight: 600;
  font-size: 28px;
  color: #17312f;
  margin-bottom: 7px;
  font-family: var(--tp-ff-teko)
}

.crp-hero-funfact-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: rgb(23 49 47 / .8)
}

.crp-hero-funfact-item h4 {
  font-weight: 500;
  font-size: 70px;
  color: #17312f;
  margin-bottom: 8px;
  line-height: .7;
  font-family: var(--tp-ff-teko)
}

.crp-hero-funfact-more-details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -.01em;
  color: rgb(23 49 47 / .8)
}

.crp-hero-funfact-wrap {
  margin-left: 20px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -40px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -60px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-left: -30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-hero-funfact-wrap {
    margin-left: 0;
    margin-bottom: 60px
  }
}

.crp-hero-funfact-wrap .crp-hero-funfact-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(23 49 47 / .1)
}

.crp-hero-funfact-line {
  position: absolute;
  top: 120px;
  right: 100%;
  height: 1px;
  width: 80px;
  display: inline-block;
  background-color: var(--tp-common-yellow-green)
}

.crp-hero-funfact-line::before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-11px);
  background-color: var(--tp-common-yellow-green)
}

.crp-hero-funfact-img {
  position: absolute;
  top: 3px;
  right: 3px
}

@media (max-width:767px) {
  .crp-hero-review-box {
    flex-wrap: wrap
  }
}

.app-hero-ptb {
  padding-top: 210px
}

@media (max-width:767px) {
  .app-hero-ptb {
    padding-top: 230px
  }
}

.app-hero-round-shape {
  margin-top: -100px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .app-hero-round-shape {
    display: none
  }
}

@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) {
  .app-hero-wrap {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .app-hero-wrap {
    padding-bottom: 60px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .app-hero-btn-box {
    flex-wrap: wrap
  }
}

.app-hero-btn-text p {
  margin: 0;
  font-size: 16px;
  color: #66666C;
  line-height: 24px
}

@media (max-width:767px) {
  .app-hero-bottom-wrap {
    padding-top: 80px;
    padding-left: 30px
  }
}

.app-hero-bottom-wrapper {
  border-radius: 30px
}

@media (max-width:767px) {
  .app-hero-bottom-wrapper {
    background-position: top left
  }
}

.app-hero-bottom-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-phudu)
}

.app-hero-bottom-thumb-main {
  position: absolute;
  bottom: 0;
  right: 17%
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .app-hero-bottom-thumb-main {
    right: 5%
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .app-hero-bottom-thumb-main {
    right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .app-hero-bottom-thumb-main {
    right: 0;
    bottom: -104px;
    transform: scale(.7) translateX(115px)
  }
}

@media (max-width:767px) {
  .app-hero-bottom-thumb-main {
    position: static
  }
}

.app-hero-bottom-thumb-main .shape-1 {
  position: absolute;
  bottom: 108px;
  left: -110px
}

@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) {
  .app-hero-bottom-thumb-main .shape-1 {
    display: none
  }
}

.app-hero-bottom-thumb-main .shape-2 {
  position: absolute;
  bottom: 0;
  left: -20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .app-hero-bottom-thumb-main .shape-2 {
    left: 110px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .app-hero-bottom-thumb-main .shape-2 {
    left: 255px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .app-hero-bottom-thumb-main .shape-2 {
    display: none
  }
}

.app-hero-bottom-thumb-main .shape-3 {
  position: absolute;
  bottom: 130px;
  left: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .app-hero-bottom-thumb-main .shape-3 {
    left: 150px;
    bottom: 190px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .app-hero-bottom-thumb-main .shape-3 {
    display: none
  }
}

.app-hero-bottom-thumb-main .shape-4 {
  position: absolute;
  right: 0;
  bottom: 65px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .app-hero-bottom-thumb-main .shape-4 {
    display: none
  }
}

.app-hero-bottom-thumb-main .shape-5 {
  position: absolute;
  top: 95px;
  right: -75px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .app-hero-bottom-thumb-main .shape-5 {
    right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .app-hero-bottom-thumb-main .shape-5 {
    display: none
  }
}

.app-hero-bottom-rating {
  display: flex;
  align-items: center
}

.app-hero-bottom-rating-point span {
  font-size: 60px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: -.6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-phudu)
}

.app-hero-bottom-rating-star {
  transform: translateY(-4px)
}

.app-hero-bottom-rating-star a {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -.12px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgb(255 255 255 / .5)
}

.app-hero-bottom-rating-star a svg {
  margin-left: 4px
}

.app-hero-bottom-rating-stars {
  line-height: 1;
  margin-bottom: 0
}

.box {
  display: inline-flex
}

.box .eye {
  position: relative;
  width: 74px;
  height: 74px;
  display: block;
  background: var(--tp-common-yellow-green);
  margin: 0 5px;
  border-radius: 50%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .box .eye {
    width: 64px;
    height: 64px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .box .eye {
    width: 54px;
    height: 54px
  }
}

.box .eye:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #17312f;
  transform: translate(-50%, -50%)
}

@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) {
  .box .eye:before {
    width: 25px;
    height: 25px
  }
}

.it-hero-ptb {
  padding-top: 235px;
  padding-bottom: 290px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .it-hero-ptb {
    padding-bottom: 70px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-hero-ptb {
    padding-top: 200px
  }
}

@media (max-width:767px) {
  .it-hero-ptb {
    padding-bottom: 50px
  }
}

.it-hero-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 23px;
  display: inline-block;
  letter-spacing: .03em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-platform)
}

.it-hero-title {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-platform)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .it-hero-title {
    font-size: 80px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .it-hero-title {
    font-size: 65px
  }
}

@media (max-width:767px) {
  .it-hero-title {
    font-size: 60px
  }
}

.it-hero-title .img-1 {
  transform: translateY(-7px)
}

@media (max-width:767px) {
  .it-hero-title .img-1 {
    display: none
  }
}

.it-hero-title .img-2 {
  transform: translateY(-7px)
}

@media (max-width:767px) {
  .it-hero-title .img-2 {
    display: none
  }
}

.it-hero-content p {
  font-weight: 400;
  font-size: 26px;
  color: #45454f;
  margin-bottom: 40px;
  letter-spacing: .02em;
  font-family: var(--tp-ff-platform)
}

@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) {
  .it-hero-content p {
    font-size: 20px
  }
}

.it-hero-thumb img {
  margin-left: -25px;
  margin-bottom: -3px;
  max-width: inherit
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .it-hero-thumb img {
    margin-left: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-hero-thumb img {
    margin-left: 0
  }
}

@media (max-width:767px) {
  .it-hero-thumb img {
    max-width: 100%;
    margin-left: -30px
  }
}

.it-hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1
}

.it-hero-shape-1 img {
  width: 100%
}

.it-hero-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .it-hero-shape-2 {
    right: -30%
  }
}

@media (max-width:767px) {
  .it-hero-shape-2 {
    display: none
  }
}

.it-hero-thumb .inner-img {
  position: absolute;
  top: 24%;
  left: -12%
}

@media (max-width:767px) {
  .it-hero-thumb .inner-img {
    display: none
  }
}

@media (max-width:767px) {
  .it-hero-btn-box a {
    margin-bottom: 20px
  }
}

.st-hero-ptb {
  padding-top: 250px;
  padding-bottom: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .st-hero-ptb {
    padding-top: 215px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .st-hero-ptb {
    padding-top: 200px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-hero-ptb {
    padding-top: 175px
  }
}

.st-hero-shape {
  position: absolute;
  top: 25%;
  right: 10%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .st-hero-shape {
    top: 16%;
    right: 4%
  }
}

@media (max-width:767px) {
  .st-hero-shape {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-hero-border {
    display: none
  }
}

.st-hero-border .tp-border-line {
  top: 100px;
  width: 23.2%;
  border-right: 1px solid rgb(25 25 25 / .08)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-hero-border .tp-border-line {
    top: 70px
  }
}

.st-hero-border .tp-border-line::after {
  content: none
}

.st-hero-border .tp-border-line.line-2 {
  width: 40.8%
}

.st-hero-border .tp-border-line.line-3 {
  width: 58.6%
}

.st-hero-border .tp-border-line.line-4 {
  width: 76%
}

@media (max-width:767px) {
  .st-hero-heading {
    margin-bottom: 30px
  }
}

.st-hero-title {
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3.2px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .st-hero-title {
    font-size: 135px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .st-hero-title {
    font-size: 124px
  }
}

@media (max-width:767px) {
  .st-hero-title {
    font-size: 70px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .st-hero-title {
    font-size: 100px
  }
}

.st-hero-title i {
  padding-left: 300px;
  font-family: var(--tp-ff-playfair)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .st-hero-title i {
    padding-left: 280px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-hero-title i {
    padding-left: 0
  }
}

.st-hero-plain {
  position: absolute;
  right: 30%;
  top: 10%;
  width: 122px;
  height: 122px;
  display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .st-hero-plain {
    right: 18%
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-hero-plain {
    display: none
  }
}

.st-hero-plain span {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white)
}

.st-hero-plain img {
  top: 0;
  left: 25px;
  position: absolute;
  transform-origin: top;
  animation: loadingAnimation 2s ease-in-out
}

.st-hero-btn {
  margin-bottom: 35px
}

.st-hero-btn a {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  text-align: center;
  display: grid;
  place-content: center;
  color: var(--tp-common-brown);
  background-color: var(--tp-common-white)
}

.st-hero-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-brown)
}

.st-hero-btn a:hover .st-hero-btn-text {
  color: var(--tp-common-white)
}

.st-hero-btn-text {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
  -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
}

.st-hero-btn-icon {
  display: block;
  margin-left: 8px
}

.st-hero-user-content span {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 18px;
  letter-spacing: -.32px;
  font-family: var(--tp-ff-poppins)
}

.st-hero-bottom-left {
  margin-top: -40px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-hero-bottom-left {
    margin-top: 0
  }
}

.st-hero-bottom-right p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-hero-bottom-right p br {
    display: none
  }
}

.cr-hero-ptb {
  border-bottom: 1px solid rgb(255 255 255 / .06)
}

.cr-hero-bg {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
  position: absolute
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .cr-hero-left {
    display: none
  }
}

.cr-hero-left .shape-1 {
  position: absolute;
  left: -2px;
  top: 16%;
  z-index: 1
}

.cr-hero-left .shape-2 {
  position: absolute;
  left: 3%;
  top: 22%
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .cr-hero-right {
    display: none
  }
}

.cr-hero-right .shape-1 {
  position: absolute;
  right: -2px;
  top: 16%;
  z-index: 1
}

.cr-hero-right .shape-2 {
  position: absolute;
  right: 3%;
  top: 22%
}

.cr-hero-heading {
  padding-bottom: 350px
}

@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) {
  .cr-hero-heading {
    padding-bottom: 250px
  }
}

.cr-hero-thumb {
  left: 0;
  right: 0;
  bottom: 9%;
  width: 100%;
  margin: 0 auto;
  position: absolute
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .cr-hero-thumb {
    bottom: 18%
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .cr-hero-thumb {
    bottom: 22%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cr-hero-thumb {
    bottom: 30%
  }
}

@media (max-width:767px) {
  .cr-hero-thumb {
    bottom: 35%
  }
}

.cr-hero-thumb img {
  width: 100%
}

.cr-hero-content {
  padding-bottom: 50px
}

.cr-hero-content p {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 25px;
  color: rgb(255 255 255 / .5)
}

.cr-hero-bottom-big {
  position: absolute;
  bottom: -420px;
  left: 50%;
  z-index: 2;
  height: 660px;
  width: 660px;
  border-radius: 660px;
  display: inline-block;
  transform: translateX(-50%);
  background: #151618;
  box-shadow: 0 -20px 80px 0 rgb(0 0 0 / .2)
}

.cr-hero-bottom-small {
  bottom: 0;
  height: 440px;
  width: 440px;
  position: absolute;
  border-radius: 440px;
  display: inline-block;
  box-shadow: 0 -20px 80px 0 rgb(0 0 0 / .2);
  background: linear-gradient(287deg, rgb(255 255 255 / .02) 16.08%, #fff0 69.12%)
}

.cr-hero-bottom-small.bg-l {
  position: absolute;
  bottom: -280px;
  left: -80px;
  z-index: -1;
  background: linear-gradient(249deg, #fff0 22.41%, rgb(255 255 255 / .02) 69.72%)
}

.cr-hero-bottom-small.bg-r {
  position: absolute;
  bottom: -280px;
  right: -80px;
  z-index: -1
}

.pp-hero-ptb {
  padding-top: 120px
}

.pp-hero-hight {
  height: 100vh;
  overflow: hidden
}

@media (max-width:767px) {
  .pp-hero-hight {
    height: 700px
  }
}

.pp-hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: -54%;
  margin: 0 auto;
  text-align: center
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .pp-hero-bg {
    bottom: -25%
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-hero-bg {
    bottom: 0%
  }
}

.pp-hero-text {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko)
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .pp-hero-text {
    font-size: 40px
  }
}

.pp-hero-left {
  transform: translateY(30px)
}

@media (max-width:767px) {
  .pp-hero-left {
    margin-bottom: 30px;
    padding-bottom: 20px
  }
}

.pp-hero-right {
  padding-left: 70px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .pp-hero-right {
    padding-left: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-hero-right {
    padding-left: 45px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-hero-right {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-hero-right {
    padding-top: 205px
  }
}

.pp-hero-right p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 35px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .pp-hero-right p br {
    display: none
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:767px) {
  .pp-hero-heading {
    padding-top: 50px
  }
}

.pp-hero-title {
  margin: 0;
  line-height: .8;
  font-size: 380px;
  font-weight: 600;
  letter-spacing: -16px;
  padding-bottom: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-yellow-1)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .pp-hero-title {
    font-size: 315px;
    letter-spacing: -12px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .pp-hero-title {
    font-size: 300px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .pp-hero-title {
    font-size: 242px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-hero-title {
    font-size: 200px;
    letter-spacing: -10px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-hero-title {
    font-size: 135px;
    letter-spacing: -6px
  }
}

@media (max-width:767px) {
  .pp-hero-title {
    font-size: 65px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .pp-hero-title {
    font-size: 100px;
    letter-spacing: 0
  }
}

.tp-hero-5-ptb {
  padding-top: 240px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-hero-5-ptb {
    padding-top: 170px
  }
}

@media (max-width:767px) {
  .tp-hero-5-ptb {
    padding-top: 130px
  }
}

.tp-hero-5-big-thumb {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-5-big-thumb {
    width: 50%
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-hero-5-big-thumb {
    position: static
  }
}

.tp-hero-5-big-thumb div {
  height: 100%;
  width: 100%;
  display: inline-block
}

.tp-hero-5-big-thumb div>div {
  width: 100%;
  height: 100%
}

.tp-hero-5-big-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.tp-hero-5-thumb-content {
  padding-left: 20px;
  margin-bottom: 110px;
  position: relative
}

.tp-hero-5-thumb-content::after {
  position: absolute;
  top: -6px;
  left: -1px;
  width: 1px;
  height: 100px;
  content: "";
  background-color: var(--tp-cream-2)
}

.tp-hero-5-thumb-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.4px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
  margin-bottom: 0
}

.tp-hero-5-thumb-content p span {
  margin-bottom: 10px;
  display: inline-block
}

.tp-hero-5-thumb-wrap {
  display: none
}

@media (min-width:1600px) {
  .tp-hero-5-thumb-wrap {
    display: block
  }
}

.tp-hero-5-title {
  font-size: 170px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -10.2px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  margin-left: -8px;
  margin-bottom: 20px;
  display: inline-block
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-hero-5-title {
    font-size: 150px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-hero-5-title {
    font-size: 115px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-hero-5-title {
    font-size: 150px
  }
}

@media (max-width:767px) {
  .tp-hero-5-title {
    font-size: 60px;
    margin-left: 0;
    letter-spacing: 1px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-hero-5-title {
    font-size: 110px;
    letter-spacing: 1px
  }
}

.tp-hero-5-title span {
  -webkit-text-stroke: 2px var(--tp-cream-2);
  text-stroke: 2px var(--tp-cream-2);
  color: #fff0
}

.tp-hero-5-title-box {
  padding-left: 140px
}

@media only screen and (min-width:1701px) and (max-width:1800px) {
  .tp-hero-5-title-box {
    padding-left: 95px
  }
}

@media only screen and (min-width:1600px) and (max-width:1700px),
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) {
  .tp-hero-5-title-box {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .tp-hero-5-title-box {
    margin-bottom: 80px
  }
}

.tp-hero-5-title-box p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
  margin-bottom: 40px
}

@media (min-width:1800px) {
  .tp-hero-5-bdr-left {
    border-left: 1px solid rgb(183 171 152 / .14)
  }
}

.tp-hero-5-thumb-sm {
  height: 410px;
  overflow: hidden
}

.tp-image-distortion {
  position: relative;
  background: #0A001D;
  background-image: url(../img/dsl-banner.svg);
  background-position: center;
  background-size: cover;
  height: 100%
}

.banner-elemtn-1 img {
  position: absolute;
  right: 210px;
  bottom: -81px;
  width: 9%
}

.banner-elemtn-3 img {
  position: absolute;
  right: 360px;
  top: 238px;
  width: 3%
}

.banner-elemtn-4 img {
  position: absolute;
  left: 430px;
  bottom: 100px;
  width: 5%
}

.banner-elemtn-2 img {
  position: absolute;
  right: -82px;
  top: 413px;
  width: 11%
}

.creative-2-hero-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-2-hero-title {
    font-size: 80px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-2-hero-title {
    margin-bottom: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .creative-2-hero-title {
    font-size: 90px;
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .creative-2-hero-title {
    font-size: 70px;
    margin-bottom: 20px
  }
}

.creative-2-hero-title img {
  transform: translateY(-10px)
}

.creative-2-hero-text {
  transform: translate(-140px, -12px)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .creative-2-hero-text {
    display: none
  }
}

.creative-2-hero-text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--tp-common-white)
}

.creative-2-hero-icon {
  position: absolute;
  left: 60%;
  bottom: -15px;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.tp-about-wrap {
  margin-left: 70px
}

@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) {
  .tp-about-wrap {
    margin-left: 0
  }
}

.tp-about-text p {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  margin-right: 60px;
  margin-bottom: 80px;
  letter-spacing: -.06em;
  color: var(--tp-common-black)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-about-text p {
    font-size: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-about-text p {
    font-size: 38px
  }
}

@media (max-width:767px) {
  .tp-about-text p {
    font-size: 30px
  }

  .tp-about-text p br {
    display: none
  }
}

.tp-about-thumb {
  height: 415px;
  width: 315px;
  overflow: hidden;
  margin-left: 100px
}

@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) {
  .tp-about-thumb {
    margin-left: 0
  }
}

@media (max-width:767px) {
  .tp-about-thumb {
    width: 100%
  }
}

.tp-about-thumb img {
  width: 100%;
  margin-top: -100px
}

.tp-about-funcact-wrap {
  margin-top: 25px;
  margin-left: 60px
}

@media (max-width:767px) {
  .tp-about-funcact-wrap {
    margin-left: 0
  }
}

.tp-about-funcact-item span {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: -.04em
}

.tp-about-funcact-item span i {
  font-style: normal
}

.tp-about-funcact-item p {
  line-height: 1.33;
  margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-about-funcact-item p {
    font-size: 16px
  }

  .tp-about-funcact-item p br {
    display: none
  }
}

.tp-about-avater-info {
  margin-bottom: 38px;
  padding-bottom: 33px;
  border-bottom: 1px solid var(--tp-border-2)
}

.tp-about-avater-info img {
  margin-bottom: 18px
}

.tp-about-avater-info p {
  line-height: 1.44;
  margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-about-avater-info p {
    font-size: 17px
  }

  .tp-about-avater-info p br {
    display: none
  }
}

@media (max-width:767px) {
  .tp-about-avater-info p br {
    display: none
  }
}

.tp-about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0
}

.tp-about-shape-1 img {
  animation: rotate2 5s linear infinite
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-about-title-box {
    margin-bottom: 20px
  }
}

@media (max-width:767px) {
  .tp-about-us-area {
    padding-bottom: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-about-us-2-ptb {
    padding-top: 150px
  }
}

@media (max-width:767px) {
  .tp-about-us-2-ptb {
    padding-top: 130px
  }
}

.tp-about-us-2-line {
  padding-bottom: 20px
}

.tp-about-us-2-line img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-about-us-2-top {
    padding: 0 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-us-2-top {
    display: none
  }
}

.tp-about-us-2-text p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: rgb(33 33 45 / .5);
  font-family: var(--tp-ff-clash-medium)
}

.tp-about-us-2-text p::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: rgb(33 33 45 / .5)
}

.tp-about-us-2-wrap {
  position: relative;
  padding: 30px;
  border: 1px solid rgb(34 34 34 / .08)
}

@media (max-width:767px) {
  .tp-about-us-2-wrap {
    border: none;
    padding: 0
  }
}

.tp-about-us-2-wrap::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(34 34 34 / .08)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-us-2-wrap::after {
    content: none
  }
}

.tp-about-us-2-thumb {
  padding: 70px 0
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-us-2-thumb {
    padding: 30px 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-us-2-thumb img {
    width: 100%
  }
}

.tp-about-us-2-thumb-shape .shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-about-us-2-thumb-shape .shape-1 {
    left: -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),
(max-width:767px) {
  .tp-about-us-2-thumb-shape .shape-1 {
    display: none
  }
}

.tp-about-us-2-thumb-shape .shape-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-about-us-2-thumb-shape .shape-2 {
    right: -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),
(max-width:767px) {
  .tp-about-us-2-thumb-shape .shape-2 {
    display: none
  }
}

.tp-about-us-2-right {
  height: 100%;
  padding-left: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-about-us-2-right {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .tp-about-us-2-right {
    padding-left: 20px
  }
}

.tp-about-us-2-right-shape {
  position: absolute;
  top: 0;
  right: 0
}

@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) {
  .tp-about-us-2-right-shape {
    display: none
  }
}

.tp-about-us-2-text-title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  margin-right: 6px;
  border-radius: 130px;
  display: inline-block;
  letter-spacing: -.32px;
  color: rgb(33 33 45 / .7);
  border: 1px solid rgb(33 33 45 / .08)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-us-2-btn {
    padding-bottom: 50px
  }
}

.tp-about-us-2-btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px;
  margin-right: 6px;
  border-radius: 130px;
  display: inline-block;
  letter-spacing: -.32px;
  color: rgb(33 33 45 / .7);
  border: 1px solid rgb(33 33 45 / .1)
}

.tp-about-us-2-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

.tp-about-us-2-subtitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -.9px;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-clash-semibold)
}

@media (max-width:767px) {
  .tp-about-us-2-subtitle {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 20px
  }
}

.tp-about-us-2-title {
  font-size: 200px;
  font-weight: 700;
  line-height: .75;
  letter-spacing: -6px;
  text-transform: uppercase;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-clash-semibold)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-about-us-2-title {
    font-size: 170px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-about-us-2-title {
    font-size: 115px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-about-us-2-title {
    font-size: 100px
  }
}

@media (max-width:767px) {
  .tp-about-us-2-title {
    font-size: 70px;
    letter-spacing: -1px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-about-us-2-title {
    font-size: 100px;
    letter-spacing: -1px
  }
}

.des-about-text p {
  font-weight: 400;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: var(--tp-ff-mango);
  color: var(--tp-common-cream)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .des-about-text p {
    font-size: 65px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .des-about-text p {
    font-size: 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .des-about-text p {
    font-size: 60px
  }
}

@media (max-width:767px) {
  .des-about-text p {
    font-size: 50px
  }
}

.des-about-text p span {
  color: #FB4566
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .des-about-area {
    padding-bottom: 160px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .des-about-area {
    padding-bottom: 150px
  }
}

@media (max-width:767px) {
  .des-about-area {
    padding-bottom: 110px
  }
}

@media (max-width:767px) {
  .des-about-inner-ptb {
    padding-bottom: 0
  }
}

.dgm-about-thumb-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 20px 30px 0 rgb(20 20 20 / .12)
}

@media (max-width:767px) {
  .dgm-about-thumb-1 {
    position: static;
    margin-top: 30px;
    width: 100%
  }
}

.dgm-about-thumb-wrap {
  margin-left: 80px;
  padding-bottom: 90px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-about-thumb-wrap {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .dgm-about-thumb-wrap {
    margin-left: 0;
    margin-bottom: 50px
  }
}

@media (max-width:767px) {
  .dgm-about-thumb-wrap {
    margin-left: 0;
    padding-bottom: 40px
  }
}

.dgm-about-content {
  padding-left: 50px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-about-content {
    padding-left: 0
  }
}

.dgm-about-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 45px;
  padding-right: 60px;
  letter-spacing: -.01em;
  color: var(--tp-common-black)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .dgm-about-content p {
    padding-right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .dgm-about-content p {
    font-size: 17px;
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .dgm-about-content p {
    padding-right: 0
  }
}

.dgm-about-review {
  padding-right: 25px;
  margin-right: 25px;
  padding-top: 12px;
  position: relative
}

.dgm-about-review::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 80px;
  content: "";
  background-color: rgb(20 20 20 / .1)
}

.dgm-about-review-box {
  border-top: 1px solid rgb(20 20 20 / .1)
}

.dgm-about-review h4 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk)
}

.dgm-about-review span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--tp-common-black)
}

.dgm-about-ratting {
  padding-top: 18px
}

.dgm-about-ratting h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 7px;
  letter-spacing: -.02em;
  color: var(--tp-common-black)
}

.dgm-about-ratting-icon span {
  height: 26px;
  width: 26px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black)
}

.dgm-about-right {
  margin-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) {
  .dgm-about-right {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .creative-about-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.creative-about-text p {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 40px;
  letter-spacing: -.03em;
  color: var(--tp-common-white)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .creative-about-text p {
    font-size: 40px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-about-text p {
    font-size: 41px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .creative-about-text p {
    font-size: 35px
  }
}

@media (max-width:767px) {
  .creative-about-text p {
    font-size: 29px
  }
}

.creative-about-text p span {
  padding-left: 150px;
  display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-about-text p span {
    padding-left: 0
  }
}

.creative-brand-item {
  text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .studio-about-area {
    padding-top: 120px
  }
}

@media (max-width:767px) {
  .studio-about-area {
    padding-top: 60px;
    padding-bottom: 100px
  }
}

.studio-about-wrap {
  padding-left: 195px
}

@media only screen and (min-width:1701px) and (max-width:1800px) {
  .studio-about-wrap {
    padding-left: 160px
  }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .studio-about-wrap {
    padding-left: 60px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .studio-about-wrap {
    padding-left: 0
  }
}

.studio-about-title-box {
  padding-left: 110px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .studio-about-title-box {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .studio-about-title-box {
    margin-bottom: 40px
  }
}

.studio-about-content {
  padding-left: 45px;
  padding-bottom: 150px;
  padding-right: 90px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .studio-about-content {
    padding-right: 55px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .studio-about-content {
    padding-left: 30px;
    padding-bottom: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-about-content {
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .studio-about-content {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0
  }
}

.studio-about-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #f9f4e8
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .studio-about-content p {
    font-size: 18px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-about-content p {
    font-size: 16px
  }

  .studio-about-content p br {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-about-content p {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .studio-about-content p {
    font-size: 19px
  }
}

.studio-about-content.about-us-2 p {
  color: var(--tp-common-black-10)
}

.studio-about-thumb.thumb-1 {
  height: 580px;
  width: 460px;
  overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .studio-about-thumb.thumb-1 {
    width: 100%;
    height: 400px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-about-thumb.thumb-1 {
    width: 100%;
    height: 300px
  }
}

@media (max-width:767px) {
  .studio-about-thumb.thumb-1 {
    height: 300px;
    width: 100%;
    margin-bottom: 30px
  }
}

.studio-about-thumb.thumb-1 img {
  margin-top: -20px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .ai-about-area {
    padding-bottom: 80px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-about-area {
    padding-bottom: 0
  }
}

.ai-about-thumb {
  position: relative
}

.ai-about-thumb.thumb-1 {
  margin-top: 190px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-about-thumb.thumb-1 {
    margin-top: 0;
    margin-right: 20px
  }
}

.ai-about-thumb.thumb-2 {
  margin-left: -190px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-about-thumb.thumb-2 {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-about-thumb-box {
    margin-bottom: 30px
  }
}

.ai-about-thumb.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.ai-about-thumb img {
  width: 100%;
  display: block;
  object-fit: cover
}

.ai-about-right {
  margin-left: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ai-about-right {
    margin-left: 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-about-right {
    margin-left: 0
  }
}

.ai-about-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: var(--tp-common-white)
}

.ai-about-list ul li {
  position: relative;
  padding-left: 90px;
  list-style-type: none;
  margin-bottom: 50px
}

@media (max-width:767px) {
  .ai-about-list ul li {
    padding-left: 75px
  }
}

.ai-about-list ul li>span {
  position: absolute;
  top: -16px;
  left: 0;
  line-height: 1
}

.ai-about-list ul li>span>span {
  position: relative;
  display: inline-block;
  line-height: 1
}

.ai-about-list ul li>span>span i {
  height: 60px;
  width: 60px;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #221939
}

.ai-about-list ul li>span>span svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: var(--tp-common-cream-2);
  transition: 0.3s
}

.ai-about-list ul li p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .ai-about-list ul li p {
    font-size: 17px
  }
}

.ai-about-list ul li:hover span span i {
  transform: scale(1.1);
  background-color: var(--tp-common-cream-2)
}

.ai-about-list ul li:hover span span svg {
  color: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.ar-about-thumb {
  margin-left: 130px;
  display: inline-block;
  height: 500px;
  width: 400px;
  overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-about-thumb {
    margin-left: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto
  }
}

@media (max-width:767px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto;
    margin-bottom: 40px
  }
}

.ar-about-thumb img {
  margin-top: -60px
}

.ar-about-shape {
  position: absolute;
  bottom: 0;
  left: -62%;
  z-index: -1;
  max-width: inherit
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-shape {
    left: 0
  }
}

.ar-about-title-sm {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.17;
  margin-bottom: 15px;
  letter-spacing: -.04em;
  color: var(--tp-common-black)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .ar-about-title-sm {
    font-size: 33px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-about-title-sm {
    font-size: 32px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-about-title-sm {
    font-size: 27px
  }
}

@media (max-width:767px) {
  .ar-about-title-sm {
    font-size: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-title-wrap {
    margin-bottom: 0
  }
}

.ar-about-content {
  margin-bottom: 40px;
  padding-right: 80px
}

@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) {
  .ar-about-content {
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-content {
    margin-top: 40px
  }
}

.ar-about-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  margin-right: 80px;
  margin-bottom: 40px;
  letter-spacing: -.01em;
  color: rgb(20 20 20 / .6)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .ar-about-content p {
    margin-right: 50px
  }
}

@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) {
  .ar-about-content p {
    margin-right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-about-content p {
    font-size: 17px
  }
}

.ar-about-exp-box {
  margin-left: -30px;
  padding: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid rgb(20 20 20 / .06);
  border-top: 4px solid var(--tp-common-red-2)
}

@media (max-width:767px) {
  .ar-about-exp-box {
    width: 100%
  }
}

.ar-about-exp-box span {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-medium)
}

.ar-about-exp-box h4 {
  font-size: 160px;
  line-height: .69;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-semibold)
}

.ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 40px
  }
}

@media (max-width:767px) {
  .ar-about-us-4-hero-ptb {
    padding-top: 150px
  }
}

.ar-about-us-4-hero-ptb.pb-70 {
  padding-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-us-4-hero-ptb.pb-70 {
    padding-bottom: 40px
  }
}

.ar-about-us-4-title {
  color: #111013;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -4px;
  text-transform: uppercase
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .ar-about-us-4-title {
    font-size: 90px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-us-4-title {
    font-size: 70px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-us-4-title-box {
    flex-wrap: wrap;
    justify-content: start !important
  }
}

.ar-about-us-4-title-box p {
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-us-4-title-box p br {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-us-4-title-box p {
    padding-top: 20px
  }
}

.ar-about-us-4-title-box .tp-section-subtitle {
  margin-right: 15px
}

.ar-about-us-4-title-box .ar-about-us-4-icon {
  margin-right: 75px
}

.ar-about-us-4-shape {
  position: absolute;
  top: 31%;
  right: 10%
}

@media (max-width:767px) {
  .ar-about-us-4-shape {
    display: none
  }
}

.ar-about-us-4-text-warp.title-black-color .ar-about-us-4-text-title {
  color: #111013
}

.ar-about-us-4-text-title {
  font-size: 200px;
  font-weight: 800;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: rgb(249 244 232 / .1)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .ar-about-us-4-text-title {
    font-size: 145px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-about-us-4-text-title {
    font-size: 90px;
    letter-spacing: -5px
  }
}

.ar-about-funfact-color .crp-hero-funfact-line {
  background-color: var(--tp-common-red-3)
}

.ar-about-funfact-color .crp-hero-funfact-line::before {
  background-color: var(--tp-common-red-3)
}

.ar-about-funfact-top-content h4 {
  font-size: 34px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 35px;
  letter-spacing: -.68px;
  text-transform: uppercase;
  color: var(--tp-common-white)
}

.ar-about-funfact-item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(255 255 255 / .1)
}

.ar-about-funfact-item-icon {
  margin-right: 10px
}

.ar-about-funfact-item-icon span {
  display: grid;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgb(255 255 255 / .14)
}

.ar-about-funfact-item-content p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--tp-common-white)
}

.ar-about-funfact-item-content a {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-white)
}

.ar-about-funfact-item-bottom p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: rgb(255 255 255 / .7)
}

.ar-about-funfact-item-bottom p span {
  font-weight: 600;
  color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-about-area {
    padding-top: 80px
  }
}

@media (max-width:767px) {
  .crp-about-area {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

.crp-about-exp {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  display: inline-block;
  background-color: #FFEB53
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-about-exp {
    height: 155px;
    width: 155px;
    display: grid;
    margin-bottom: 20px;
    place-content: center
  }
}

.crp-about-exp-item span {
  font-weight: 600;
  font-size: 250px;
  line-height: .5;
  color: #2A4C3A;
  margin-top: 35px;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -.02em;
  font-family: var(--tp-ff-teko)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-about-exp-item span {
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 0
  }
}

.crp-about-exp-item i {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: .86;
  color: #17312f;
  font-style: normal;
  font-family: var(--tp-ff-teko)
}

.crp-about-btn-box {
  flex: 0 0 auto;
  margin-right: 80px;
  margin-top: 7px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .crp-about-btn-box {
    margin-right: 40px
  }
}

@media (max-width:767px) {
  .crp-about-btn-box {
    margin-right: 0;
    margin-bottom: 20px
  }
}

.crp-about-text p {
  max-width: 345px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
  color: rgb(255 255 230 / .8)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-about-text p {
    max-width: 100%;
    font-size: 16px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-about-text p {
    max-width: 100%;
    font-size: 16px
  }
}

.crp-about-right {
  padding-left: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-about-right {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .crp-about-right .tp-section-title-teko {
    margin-bottom: 20px
  }
}

.crp-about-shape {
  position: absolute;
  top: -16%;
  left: 13%;
  z-index: -1
}

@media (max-width:767px) {
  .crp-about-bottom-wrap {
    flex-wrap: wrap
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-about-left .tp-section-subtitle-teko {
    margin-bottom: 20px
  }
}

.crp-about-3-hero-ptb {
  padding-top: 245px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-about-3-hero-ptb {
    padding-top: 200px
  }
}

.crp-about-3-funfact {
  padding-top: 65px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-about-3-funfact {
    padding-top: 0
  }
}

@media (max-width:767px) {
  .it-about-ptb {
    padding-top: 100px;
    padding-bottom: 0
  }
}

@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-about-title-box {
    margin-bottom: 50px
  }
}

.it-about-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #61616a;
  margin-bottom: 45px;
  padding-right: 40px
}

.it-about-thumb img {
  border-radius: 12px;
  max-width: inherit
}

@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-about-thumb img {
    max-width: 100%
  }
}

.it-about-thumb img.img-2 {
  margin-left: -150px
}

@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-about-thumb img.img-2 {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-about-thumb img.img-2 {
    margin-bottom: 60px
  }
}

.it-about-thumb-inner {
  width: 360px;
  height: 500px;
  overflow: hidden;
  border-radius: 12px
}

.it-about-thumb-inner img {
  margin-top: -100px;
  margin-left: -100px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-about-thumb-inner img {
    margin-left: 0;
    margin-top: 0
  }
}

.it-about-info-wrap {
  position: absolute;
  display: grid;
  top: 15%;
  right: -40%;
  z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .it-about-info-wrap {
    right: 0
  }
}

@media (max-width:767px) {
  .it-about-info-wrap {
    display: none
  }
}

.it-about-info-item {
  padding: 28px;
  margin: 6px 0;
  padding-right: 50px;
  border-radius: 12px;
  display: inline-block;
  background: #cdfaa4;
  box-shadow: inset 0 20px 40px 0 rgb(255 255 255 / .45)
}

.it-about-info-item i {
  font-weight: 500;
  font-size: 60px;
  line-height: .7;
  font-style: normal;
  margin-right: 20px;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-platform)
}

.it-about-info-item p {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.35;
  color: var(--tp-common-black-10)
}

.it-about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .it-about-shape-1 {
    bottom: -7%
  }
}

.it-about-shape-2 {
  position: absolute;
  top: -5%;
  right: 0;
  z-index: 2
}

@media (max-width:767px) {
  .it-about-shape-2 {
    display: none
  }
}

@media (max-width:767px) {
  .st-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.st-about-shape {
  position: absolute;
  bottom: 20%;
  left: 10%
}

@media (max-width:767px) {
  .st-about-shape {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-about-wrap {
    padding-left: 0;
    padding-bottom: 40px
  }
}

.st-about-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -.36px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins)
}

@media (max-width:767px) {
  .st-about-title {
    font-size: 30px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
  .st-about-title br {
    display: none
  }
}

.st-about-card {
  padding: 40px;
  width: 375px;
  border-radius: 15px;
  background-color: var(--tp-common-white)
}

@media (max-width:767px) {
  .st-about-card {
    width: 100%
  }
}

.st-about-card-tag span {
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  border-radius: 16px;
  padding: 2px 11px;
  display: inline-block;
  letter-spacing: -.34px;
  text-transform: uppercase;
  border: 1px solid rgb(69 48 48 / .15)
}

.st-about-card-btn a {
  width: 36px;
  height: 36px;
  display: grid;
  border-radius: 50%;
  place-content: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-brown)
}

.st-about-card-bottom span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  letter-spacing: -.36px;
  text-transform: uppercase;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins)
}

.st-about-card-thumb img {
  animation: roteted 6s linear infinite
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-about-box {
    padding-bottom: 40px
  }
}

@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) {
  .st-about-box .tp-about-funcact-wrap {
    margin-left: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .st-about-box .tp-about-funcact-wrap .tp-about-avater-info p br {
    display: none
  }
}

.st-about-box .tp-about-funcact-item span {
  font-weight: 600;
  color: var(--tp-common-brown)
}

.st-about-box .tp-about-avater-info {
  border-color: rgb(69 48 48 / .15)
}

.st-about-thumb-box img {
  border-radius: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-about-ptb {
    padding-top: 120px;
    padding-bottom: 120px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-ptb {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.pp-about-shape {
  position: absolute;
  right: 0;
  bottom: 30%
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-shape {
    bottom: 0
  }
}

@media (max-width:767px) {
  .pp-about-shape {
    display: none
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .pp-about-shape {
    display: block
  }
}

.pp-about-left {
  padding-left: 60px
}

@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) {
  .pp-about-left {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-left {
    padding-bottom: 30px
  }
}

.pp-about-wrap {
  padding-left: 115px;
  display: flex
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-wrap {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .pp-about-heading {
    padding-bottom: 35px
  }
}

.pp-about-bottom-btn {
  margin-right: 45px
}

@media (max-width:767px) {
  .pp-about-bottom-btn {
    margin-right: 30px
  }
}

.pp-about-bottom-btn a span {
  height: 66px;
  width: 40px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 30px;
  color: var(--tp-common-white);
  display: inline-block;
  border: 1px solid rgb(222 213 191 / .1)
}

.pp-about-bottom-btn a span svg {
  -webkit-animation: scroll_anim 3s infinite;
  animation: scroll_anim 3s infinite
}

.pp-about-content p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  color: var(--tp-common-white)
}

@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) {
  .pp-about-content p {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .pp-about-content p {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .pp-about-content p br {
    display: none
  }
}

.pp-about-me-ptb {
  padding-top: 210px
}

@media (max-width:767px) {
  .pp-about-me-ptb {
    padding-top: 170px
  }
}

.pp-about-me-shape .shape-left {
  position: absolute;
  bottom: -100%;
  left: 15%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .pp-about-me-shape .shape-left {
    left: 7%
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-about-me-shape .shape-left {
    left: 2px;
    bottom: -72%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-about-me-shape .shape-left {
    left: 0;
    bottom: -52%
  }
}

@media (max-width:767px) {
  .pp-about-me-shape .shape-left {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-about-me-shape .shape-left img {
    max-width: 85%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-about-me-shape .shape-left img {
    max-width: 75%
  }
}

.pp-about-me-shape .shape-right {
  position: absolute;
  bottom: -100%;
  right: 9%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .pp-about-me-shape .shape-right {
    right: 0%
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-about-me-shape .shape-right {
    right: -5%;
    bottom: -69%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-about-me-shape .shape-right {
    right: -10%;
    bottom: -48%
  }
}

@media (max-width:767px) {
  .pp-about-me-shape .shape-right {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-about-me-shape .shape-right img {
    max-width: 85%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-about-me-shape .shape-right img {
    max-width: 75%
  }
}

.pp-about-me-title {
  margin: 0;
  line-height: .4;
  font-size: 280px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -14px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-yellow-1)
}

@media only screen and (min-width:1701px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px) {
  .pp-about-me-title {
    font-size: 220px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .pp-about-me-title {
    font-size: 200px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .pp-about-me-title {
    font-size: 180px;
    letter-spacing: -8px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-about-me-title {
    font-size: 150px;
    letter-spacing: -6px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pp-about-me-title {
    font-size: 110px;
    letter-spacing: -4px
  }
}

@media (max-width:767px) {
  .pp-about-me-title {
    font-size: 100px;
    letter-spacing: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-me-hero-left {
    padding-top: 50px;
    padding-bottom: 70px
  }
}

@media (max-width:767px) {
  .pp-about-me-hero-left {
    padding-top: 30px;
    padding-bottom: 20px
  }
}

.pp-about-me-hero-left a {
  display: inline-block;
  margin-bottom: 20px
}

.pp-about-me-hero-left .pp-hero-text {
  margin-bottom: 25px;
  display: inline-block;
  text-transform: inherit
}

.pp-about-me-hero-left p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  color: var(--tp-common-white)
}

.pp-about-me-hero-left p::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-yellow-1)
}

.pp-about-me-hero-left p::after {
  position: absolute;
  content: "";
  top: 0;
  left: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255 246 105 / .1);
  animation: animate-pulse-2 3s linear infinite
}

.pp-about-me-thumb {
  margin-left: -185px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-me-thumb {
    margin-left: 0
  }
}

.pp-about-me-thumb img {
  max-width: inherit
}

@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) {
  .pp-about-me-thumb img {
    max-width: 100%
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-me-social {
    padding-top: 0
  }
}

.pp-about-me-social .tp-footer-widget-social a {
  background-color: #fff0;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .1)
}

.pp-about-me-social .tp-footer-widget-social a:hover {
  color: #2F1F19;
  background-color: var(--tp-common-white)
}

.pp-about-me-skill.pp-skill-list-wrap {
  padding-left: 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) {
  .pp-about-me-skill.pp-skill-list-wrap {
    padding-left: 0
  }
}

.pp-about-me-skill.pp-skill-list-wrap .pp-skill-list ul li {
  color: rgb(255 255 255 / .7)
}

.pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title {
  color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title {
    font-size: 35px
  }
}

.pp-about-me-tool-item {
  padding: 10px;
  border-radius: 260px;
  border: 1px solid rgb(255 255 255 / .08)
}

.pp-about-me-tool-item-icon {
  margin-right: 14px
}

.pp-about-me-tool-item-icon span {
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
  border-radius: 60px;
  background: #1A1B1E;
  backdrop-filter: blur(20px)
}

.pp-about-me-tool-item-icon span img {
  mix-blend-mode: luminosity
}

.pp-about-me-tool-item-content span {
  display: inline-block;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -.46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko)
}

.pp-about-me-tool-item-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: rgb(255 255 255 / .4)
}

@media (max-width:767px) {
  .pp-about-me-experience-item {
    padding-bottom: 55px
  }
}

.pp-about-me-experience-item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: rgb(255 255 255 / .4)
}

.pp-about-me-experience-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin: 19px 0 11px;
  letter-spacing: -.46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko)
}

@media (max-width:767px) {
  .pp-about-me-experience-title {
    font-size: 40px
  }
}

.pp-about-me-recognitions .studio-award-item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--tp-ff-body);
  color: rgb(255 255 255 / .4)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-me-service-ptb {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-me-service-item {
    padding-bottom: 50px
  }
}

@media (max-width:767px) {
  .pp-about-me-service-heading {
    margin-bottom: 30px
  }
}

.pp-about-me-service-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 20px;
  display: inline-block;
  letter-spacing: -.36px;
  color: var(--tp-common-white)
}

.pp-about-me-service-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.8px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-about-me-service-title {
    font-size: 65px;
    margin-bottom: 15px
  }
}

.tp-about-5-title-box {
  display: inline-block
}

.tp-about-5-title-box p {
  text-align: left;
  max-width: 245px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  position: absolute;
  bottom: 15px;
  left: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-about-5-title-box p {
    bottom: 3px;
    left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-5-title-box p {
    position: static;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px
  }
}

.tp-about-5-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 5
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-about-5-subtitle {
    top: 40px;
    left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-about-5-subtitle {
    position: static;
    margin-bottom: 20px
  }
}

@media (max-width:767px) {
  .creative-about-2-style.creative-about-area {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.tp-banner-img {
  height: 900px;
  overflow: hidden;
  border-top: 16px solid var(--tp-common-red-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-banner-img {
    height: 700px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-banner-img {
    height: 500px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-banner-img {
    height: 340px
  }
}

@media (max-width:767px) {
  .tp-banner-img {
    height: 200px
  }
}

.tp-banner-img.pink-style {
  border-color: var(--tp-common-red)
}

.tp-banner-img img {
  margin-top: -370px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .tp-banner-img img {
    margin-top: -70px
  }
}

@media (max-width:767px) {
  .tp-banner-img img {
    margin-top: -30px;
    height: 400px;
    object-fit: cover
  }
}

.studio-hero-banner {
  height: 900px;
  overflow: hidden
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .studio-hero-banner {
    height: 700px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .studio-hero-banner {
    height: 600px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-hero-banner {
    height: 400px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-hero-banner {
    height: 320px
  }
}

@media (max-width:767px) {
  .studio-hero-banner {
    height: 150px
  }
}

.studio-hero-banner img {
  margin-top: -340px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .studio-hero-banner img {
    margin-top: -100px
  }
}

@media (max-width:767px) {
  .studio-hero-banner img {
    margin-top: -30px
  }
}

@media (max-width:767px) {
  .studio-hero-banner-text {
    flex-wrap: wrap
  }
}

.studio-hero-banner-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #f9f4e8;
  text-transform: uppercase;
  font-family: var(--tp-ff-clash-medium)
}

@media (max-width:767px) {
  .studio-hero-banner-text span {
    margin-right: 20px;
    margin-bottom: 10px
  }
}

.studio-hero-banner.about-us-2 {
  height: 860px
}

@media (max-width:767px) {
  .studio-hero-banner-area {
    padding-bottom: 50px
  }
}

.ar-banner-wrap {
  height: 820px;
  overflow: hidden
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .ar-banner-wrap {
    height: 720px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-banner-wrap {
    height: 580px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-banner-wrap {
    height: 470px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ar-banner-wrap {
    height: 370px
  }
}

@media (max-width:767px) {
  .ar-banner-wrap {
    height: 250px
  }
}

.ar-banner-wrap img {
  margin-top: -150px
}

@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) {
  .ar-banner-wrap img {
    margin-top: -50px
  }
}

@media (max-width:767px) {
  .ar-banner-wrap img {
    margin-top: -20px
  }
}

.ar-banner-wrap.about-us-4 {
  height: 900px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .ar-banner-wrap.about-us-4 {
    height: 720px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .ar-banner-wrap.about-us-4 {
    height: 580px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .ar-banner-wrap.about-us-4 {
    height: 470px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ar-banner-wrap.about-us-4 {
    height: 370px
  }
}

@media (max-width:767px) {
  .ar-banner-wrap.about-us-4 {
    height: 130px
  }
}

.ar-banner-shape img {
  max-width: inherit
}

.crp-banner-wrap {
  margin-top: -115px;
  height: 860px;
  overflow: hidden
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
  .crp-banner-wrap {
    height: 700px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-banner-wrap {
    height: 600px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .crp-banner-wrap {
    height: 500px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-banner-wrap {
    margin-top: 0;
    height: 400px
  }
}

@media (max-width:767px) {
  .crp-banner-wrap {
    margin-top: 0;
    height: 200px
  }
}

.crp-banner-wrap img {
  margin-top: -130px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .crp-banner-wrap img {
    margin-top: -50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .crp-banner-wrap img {
    margin-top: -20px
  }
}

@media (max-width:767px) {
  .crp-banner-wrap img {
    margin-top: -10px
  }
}

.crp-banner-style .crp-banner-wrap {
  margin-top: 0
}

.st-banner-wrap {
  height: 640px;
  overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .st-banner-wrap {
    height: 580px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .st-banner-wrap {
    height: 470px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .st-banner-wrap {
    height: 370px
  }
}

@media (max-width:767px) {
  .st-banner-wrap {
    height: 250px
  }
}

.st-banner-wrap .w-100 {
  margin-top: -150px
}

@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) {
  .st-banner-wrap .w-100 {
    margin-top: -50px
  }
}

@media (max-width:767px) {
  .st-banner-wrap .w-100 {
    margin-top: -20px
  }
}

.st-banner-text-shape {
  position: absolute;
  bottom: -1px;
  right: 21.2%
}

@media (max-width:767px) {
  .st-banner-text-shape {
    display: none
  }
}

.st-banner-text-shape .crp-text-shape-wrap {
  top: auto;
  right: 25%;
  bottom: -75px
}

.st-banner-text-shape .crp-text-shape-wrap .crp-text-shape-2 {
  top: 7px;
  left: 6px
}

.pp-banner-wrap {
  margin-top: 0;
  height: 930px;
  overflow: hidden
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .pp-banner-wrap {
    height: 800px
  }
}

.chart-elemtn img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: luminosity
}

.enterprise-elemtn img {
  position: absolute;
  bottom: 0;
  right: -63px;
  z-index: -1;
  width: 42%
}

.enterprise-elemtn-2 img {
  position: absolute;
  bottom: 130px;
  left: 120px;
  z-index: -1
}

.contact-btn {
  display: flex;
  align-items: center;
  background: #f7bc21;
  border-radius: 100px;
  padding: 6px 7px 6px 17px;
  width: fit-content;
  cursor: pointer;
  gap: 8px;
  position: relative
}

.contact-text {
  font-size: 18px;
  font-family: var(--tp-ff-satoshi);
  font-weight: 600;
  color: #000
}

.contact-arrow {
  display: flex;
  align-items: center;
  background: #f7bc21;
  border-radius: 100px;
  cursor: pointer;
  gap: 24px;
  position: relative
}

.button-row {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: center;
  margin-top: 41px
}

.custom-btn {
  display: flex;
  align-items: center;
  border-radius: 100px;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
  box-sizing: border-box
}

.yellow-btn {
  background: #f7bc21;
  padding: 6px 7px 6px 17px;
  gap: 14px
}

.btn-text {
  font-size: 14px;
  color: #191538;
  line-height: 1.1
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0;
  border-radius: 50%;
  position: relative
}

.peach-btn {
  background: #f9d9c2;
  padding: 15px 25px 15px 23px;
  gap: 10px
}

.tp-btn-black-radius.btn-blue-bg.peach-btn {
  background: #fff0;
  padding: 5px 8px 5px 22px;
  gap: 10px;
  border: 2px solid #ffffff6e
}

.caseStudy-heading .tp-btn-black-radius.btn-blue-bg.peach-btn {
  background: #f9d9c2;
  padding: 5px 8px 5px 22px;
  gap: 10px;
  color: #000;
  border: 2px solid #fff0
}

.fixed-cta .tp-btn-black-radius.btn-blue-bg.peach-btn {
  background: #f9d9c2;
  padding: 5px 8px 5px 22px;
  gap: 10px;
  color: #000;
  border: 2px solid #fff0
}

.fixed-cta .tp-btn-black-radius.btn-blue-bg.peach-btn:hover {
  background: #f9d9c2;
  color: #4A2574;
  border: 2px solid #fff0
}

.tp-btn-black-radius.btn-blue-bg.peach-btn:hover {
  background: #f9d9c2;
  color: #4A2574;
  border: 2px solid #fff0
}

.tp-btn-black-radius.btn-blue-bg.peach-btn.test-btn {
  margin-top: 10px
}

.btn-dots {
  display: flex;
  gap: 8px
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block
}

.peach-text {
  color: #512c87
}

.trusted-companies {
  margin: 80px auto
}

.trusted-heading {
  text-align: center;
  font-size: 18px;
  letter-spacing: .25em;
  color: #222;
  font-weight: 500;
  margin-bottom: 30px
}

.trusted-logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 0 0 1px #ececec;
  overflow: hidden
}

.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 26px 0;
  background: #fff;
  transition: background 0.2s
}

.logo-cell:last-child,
.logo-cell:nth-child(6),
.logo-cell:nth-child(12) {
  border-right: none
}

.logo-cell:nth-child(n+7) {
  border-bottom: none
}

.logo-cell img {
  max-height: 53px;
  max-width: 69%;
  object-fit: contain;
  filter: none;
  transition: filter 0.2s
}

.media-mentions {
  margin: 80px auto
}

.media-mentions-heading {
  text-align: center;
  font-size: 18px;
  letter-spacing: .22em;
  color: #191919;
  font-weight: 500;
  margin-bottom: 30px
}

.media-mentions-logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background: #fff;
  border-radius: 28px;
  border: 1.5px solid #ececec;
  overflow: hidden
}

.media-mentions-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 26px 0;
  background: #fff;
  transition: background 0.2s
}

.media-mentions-logo-cell:last-child,
.media-mentions-logo-cell:nth-child(6),
.media-mentions-logo-cell:nth-child(12) {
  border-right: none
}

.media-mentions-logo-cell:nth-child(n+7) {
  border-bottom: none
}

.media-mentions-logo-cell img {
  max-height: 62px;
  max-width: 80%;
  object-fit: contain;
  filter: none;
  transition: filter 0.2s
}

.testimonial-swiper-section {
  background: #faf6ff;
  overflow: hidden;
  padding: 0 0 0 0
}

.testimonial-featured-card {
  background: #6a34ab;
  border-radius: 20px;
  padding: 20px 20px;
  color: #fff;
  position: relative;
  min-height: 500px;
  box-shadow: 0 4px 16px 0 rgb(106 52 171 / .08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.testimonial-image-video {
  position: relative;
  width: 100%;
  overflow: hidden
}

.testimonial-image-video img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid #fff;
  height: 250px
}

.video-btn {
  position: absolute;
  bottom: 12px;
  right: 16px
}

.video-btn .play-icon {
  font-size: 26px;
  margin-right: 8px;
  color: #ffb600;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.video-btn-text {
  color: #191919;
  font-size: 16px;
  font-weight: 600
}

.testimonial-featured-content {
  margin-top: 18px
}

.testimonial-featured-lead {
  font-size: 16px;
  margin-bottom: 17px;
  color: #fff;
  line-height: 29px
}

.testimonial-featured-lead span.ft-32 {
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600
}

.testimonial-featured-bold {
  font-size: 25px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 14px
}

.testimonial-featured-person {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 23px
}

.featured-company {
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #fff;
  line-height: 33px
}

.testimonial-featured-quote {
  position: absolute;
  bottom: 18px;
  right: 0;
  pointer-events: none
}

.testimonial-featured-person span.desg {
  margin-bottom: 5px;
  display: block
}

.testimonial-featured-quote .quote-mark img {
  width: 63%
}

.testimonial-slider-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonial-swiper {
  width: 100%;
  height: 640px;
  padding: 0 50px;
  overflow: visible
}

.left-textimonial-bx {
  padding: 80px 0
}

.proof-bx .test-span-1 {
  text-align: start;
  font-size: 18px;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0
}

.left-textimonial-bx h2 {
  margin-bottom: 34px;
  line-height: 1
}

.proof-bx .test-span-2 {
  text-align: start;
  font-size: 18px;
  color: #FF9E00;
  border-bottom: 2px solid #FF9E00;
  font-style: italic;
  font-weight: 500;
  width: max-content;
  margin-bottom: 15px
}

.swiper-vertical>.swiper-wrapper {
  align-items: center
}

.testimonial-slide-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 32px 28px 32px;
  box-shadow: 0 4px 32px 0 rgb(106 52 171 / .07);
  display: flex;
  flex-direction: column;
  min-height: 230px;
  margin: 16px 0
}

.testimonial-slide-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px
}

.testimonial-slide-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff6e3;
  background: #f8f8f8
}

.testimonial-slide-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1px
}

.testimonial-company.indexdev {
  color: #2347a5
}

.testimonial-company.indexdev span {
  color: #fd7a26
}

.testimonial-company.chegg {
  color: #fa481d
}

.testimonial-slide-person {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1px;
  color: #242424
}

.testimonial-slide-role {
  font-size: 13px;
  color: #999
}

.testimonial-slide-text {
  font-size: 17px;
  color: #222;
  margin-top: 7px;
  margin-bottom: 10px
}

.testimonial-stars {
  color: #ffc500;
  font-size: 24px;
  letter-spacing: 3px;
  margin-top: auto
}

.testimonial-swiper .swiper-slide {
  transition: 0.6s all ease
}

.testimonial-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: none;
  z-index: 2;
  margin-left: 190px
}

.section {
  padding: 80px 0
}

.padding-100 {
  margin: 100px 0
}

.tabs-section-home .fullwidth-Tabs {
  background-color: #F5BD20;
  justify-content: center;
  padding: 20px 0;
  position: relative
}

.tabs-section-home ul.fullwidth-Tabs li button {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 11px;
  border: 0;
  position: relative
}

.tabs-section-home ul.fullwidth-Tabs li button.nav-link.active {
  background-color: #fff0;
  color: #000;
  border: 0
}

.tabs-section-home ul.fullwidth-Tabs li button.nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: #000
}

.tabs-section-home ul.fullwidth-Tabs li {
  margin: 0 46px;
  position: relative
}

.tabs-section-home ul.fullwidth-Tabs li::before {
  content: "";
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  left: -51px;
  top: 8px
}

.tabs-section-home ul.fullwidth-Tabs li:nth-child(1)::before {
  display: none
}

.seo-trust-section {
  background: #fff;
  padding: 80px 0 80px 0
}

.seo-trust-heading {
  margin-bottom: 30px;
  text-align: left
}

.solutionTitle {
  margin-bottom: 30px
}

.seo-trust-heading h2 {
  line-height: 1.13;
  margin-bottom: 12px;
  color: #111
}

.seo-trust-heading p {
  color: #232323;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0
}

.seo-trust-imgcol img {
  width: 100%;
  height: 620px;
  display: block;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgb(50 50 60 / .09)
}

.seo-trust-contentcol {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0
}

.seo-trust-block {
  margin-bottom: 10px;
  padding: 22px 21px;
  transition: 0.3s all ease;
  border-radius: 10px;
  border: 2px solid #fff0
}

.seo-quote-content {
  padding-right: 10%
}

.seo-trust-block:hover {
  box-shadow: 0 8px 20px 0 #924dbf1a;
  border: 2px solid #924dbf21
}

.seo-trust-block.active {
  box-shadow: 0 8px 20px 0 #924dbf1a;
  border: 2px solid #924dbf21
}

.seo-trust-block.active .seo-trust-block-title {
  color: #924DBF
}

.seo-trust-block:hover .seo-trust-block-title {
  color: #924DBF
}

.seo-trust-block-title {
  font-weight: 600;
  font-size: 22px;
  color: #181818;
  margin-bottom: 11px;
  line-height: 28px;
  padding-right: 0;
  transition: 0.3s all ease;
  font-family: var(--tp-ff-heading)
}

.seo-trust-block-title:hover {
  color: #924DBF
}

.left-img img {
  height: 590px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px
}

.seo-trust-block-desc {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px
}

.seo-trust-hr {
  border: none;
  border-top: 1px solid #000;
  margin: 6px 0 16px 0
}

.seo-hero-section {
  position: relative;
  background-image: url(../img/pattern-team.png);
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #170932
}

.team-photo img {
  position: absolute;
  bottom: -70px;
  right: 32%;
  max-width: 25%
}

.seo-hero-section.second-cta .team-photo img {
  position: absolute;
  bottom: -30px;
  right: 31%;
  max-width: 28%;
}

.seo-hero-content {
  padding: 80px 0
}

.quote-bx .seo-quote-content h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 19px
}

.quote-bx .seo-quote-content h3 span.text-1 {
  font-size: 22px;
  color: #fff;
  font-weight: 700
}

.quote-bx {
  width: 29%;
  position: absolute;
  right: 70px;
  top: 50px
}

.quote-bx .seo-quote-content .quote-author {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.seo-hero-section .team-element-1 img {
  position: absolute;
  right: 360px;
  bottom: 170px;
  width: 7%
}

.seo-hero-section .team-element-2 img {
  position: absolute;
  right: 150px;
  bottom: 110px;
  width: 120px
}

.quote-bx .seo-quote-content .quote-author .quote-name p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0
}

.quote-bx .seo-quote-content .quote-author .quote-icon img {
  font-size: 20px;
  font-weight: 800;
  color: #fff
}

.quote-bx .seo-quote-content .quote-name p.author-title {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 17px;
  margin-bottom: 0
}

.seo-hero-content h2 {
  color: #fff;
  line-height: 1.13;
  margin-bottom: 18px;
  padding-right: 10%
}

.seo-hero-content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  padding-right: 12%
}

.seo-hero-btns {
  margin-top: 24px
}

.seo-hero-btns .custom-btn {
  margin-top: 10px
}

.seo-hero-btns .seo-btn-yellow {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 12px 36px 12px 28px;
  background: #f7bc21;
  color: #191538;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: box-shadow 0.14s, background 0.14s;
  box-shadow: 0 3px 22px 0 rgb(246 183 33 / .09);
  position: relative
}

.seo-btn-yellow:hover {
  background: #ffd234;
  color: #000
}

.seo-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px
}

.seo-btn-arrow svg {
  width: 44px;
  height: 44px
}

.seo-btn-peach {
  display: flex;
  align-items: center;
  background: #f9d9c2;
  border-radius: 50px;
  padding: 11px 36px 11px 18px;
  font-size: 1.28rem;
  color: #53298c;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.14s;
  margin-top: 10px;
  box-shadow: 0 2px 14px 0 rgb(249 217 194 / .07)
}

.seo-btn-peach:hover {
  background: #ffe9db
}

.seo-btn-dots {
  display: flex;
  gap: 9px
}

.seo-btn-dots .dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-block
}

.dot1 {
  background: #ffb600
}

.dot2 {
  background: #ff7324
}

.dot3 {
  background: #8be0fc
}

.seo-btn-peach-text {
  color: #53298c;
  font-weight: 600;
  font-size: 1.23rem;
  letter-spacing: .1px
}

.seo-hero-person-quote {
  position: relative;
  min-height: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end
}

.seo-hero-person-img-wrap {
  position: absolute;
  top: -65px;
  right: 40px;
  z-index: 2
}

.seo-hero-person-img {
  width: 330px;
  max-width: 96vw;
  border-radius: 20px;
  border: 7px solid #f7bc21;
  box-shadow: 0 2px 32px 0 rgb(20 0 80 / .12);
  background: #fff;
  position: relative;
  z-index: 2
}

@media (max-width:1200px) {
  .seo-hero-person-img {
    width: 220px;
    border-width: 5px;
    border-radius: 14px
  }

  .seo-hero-person-img-wrap {
    top: -22px;
    right: 10px
  }
}

.seo-hero-quote {
  margin-top: 165px;
  background: none;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 3;
  padding-right: 20px
}

@media (max-width:1200px) {
  .seo-hero-quote {
    margin-top: 102px
  }
}

.seo-hero-quote-head {
  font-size: 1.12rem;
  font-weight: 600;
  color: #fff
}

.seo-hero-quote-text {
  font-size: 1.09rem;
  line-height: 1.6;
  color: #f5f2ff;
  margin-bottom: 10px
}

.seo-hero-quote-person {
  margin-top: 10px;
  font-size: 1.1rem
}

.seo-hero-quote-person b {
  color: #fff;
  font-weight: 700;
  font-size: 1.09rem
}

.seo-hero-quote-person span {
  color: #d2d5e6;
  font-weight: 400;
  font-size: .98rem
}

.seo-hero-quote-mark {
  font-size: 54px;
  color: #ffc300;
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: -38px;
  line-height: .6;
  font-family: serif;
  z-index: 3;
  pointer-events: none
}

.seo-hero-icons {
  position: absolute;
  bottom: -18px;
  right: 12px;
  z-index: 4;
  display: flex;
  gap: 24px
}

.seo-hero-icon-meter {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / .05)
}

.seo-hero-icon-settings {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-project-area {
    padding-top: 130px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-area {
    padding-top: 120px;
    padding-bottom: 0
  }
}

@media (max-width:767px) {
  .tp-project-area {
    padding-top: 80px;
    padding-bottom: 0
  }
}

.tp-project-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 13px;
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-title {
    font-size: 28px
  }
}

@media (max-width:767px) {
  .tp-project-title {
    font-size: 25px
  }
}

.tp-project-category span {
  padding: 7px 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid rgb(19 22 13 / .1)
}

.tp-project-category span:hover {
  border-color: #F6F6F9;
  background-color: #F6F6F9;
  color: var(--tp-common-black)
}

.tp-project-thumb {
  margin-bottom: 25px;
  position: relative
}

.tp-project-thumb .tp--hover-img {
  overflow: hidden
}

.tp-project-thumb .tp--hover-img img {
  width: 100%;
  display: block;
  object-fit: cover
}

.tp-project-thumb .tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.tp-project-subtitle-wrap .tp-section-subtitle {
  margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-item {
    margin-bottom: 50px
  }
}

@media (max-width:767px) {
  .tp-project-item {
    margin-bottom: 40px
  }
}

.des-portfolio-item img {
  width: 100%;
  border-radius: 20px
}

.des-portfolio-thumb {
  position: relative;
  border-radius: 20px
}

.des-portfolio-thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff0 0%, rgb(20 20 20 / .4) 100%)
}

.des-portfolio-category {
  position: absolute;
  top: 45px;
  left: 50px;
  z-index: 2
}

@media (max-width:767px) {
  .des-portfolio-category {
    top: 15px;
    left: 15px
  }
}

.des-portfolio-category.portfolio-meta {
  left: auto;
  right: 50px
}

@media (max-width:767px) {
  .des-portfolio-category.portfolio-meta {
    right: 15px
  }
}

.des-portfolio-category span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  padding: 7px 12px;
  transition: 0.3s;
  letter-spacing: .4px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .2)
}

@media (max-width:767px) {
  .des-portfolio-category span {
    font-size: 12px;
    padding: 7px 7px
  }
}

.des-portfolio-category span:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white)
}

.des-portfolio-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center
}

.des-portfolio-title {
  font-weight: 600;
  font-size: 180px;
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  font-family: var(--tp-ff-mango);
  color: var(--tp-common-cream)
}

.des-project-banner {
  height: 800px;
  overflow: hidden
}

.des-project-banner img {
  margin-top: -350px
}

.des-project-top-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-right: 35px;
  color: rgb(249 244 232 / .7)
}

.des-project-total span {
  width: 380px;
  font-weight: 500;
  font-size: 180px;
  line-height: 1;
  display: inline-block;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-mango-medium)
}

.des-project-total span::before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 35px;
  transform: translateY(-50px);
  background-color: var(--tp-common-cream)
}

.des-project-total span i {
  font-style: normal
}

.des-project-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(249 244 232 / .5)
}

.des-project-info h4 {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.2;
  font-family: var(--tp-ff-mango);
  color: var(--tp-common-cream)
}

.des-project-item {
  margin-bottom: 40px;
  padding: 0 25px;
  border-bottom: 1px solid rgb(249 244 232 / .1)
}

.dgm-project-top-text {
  padding-left: 180px
}

.dgm-project-top-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -.01em;
  color: rgb(255 255 255 / .7)
}

.dgm-project-top-wrap {
  margin-bottom: 45px
}

.dgm-project-active {
  margin: 0 -460px
}

.it-project-active-1 {
  margin: 0 -460px
}

.dgm-project-title-sm {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-grotesk)
}

@media (max-width:767px) {
  .dgm-project-title-sm {
    font-size: 35px
  }
}

.dgm-project-content h5 {
  overflow: hidden;
  margin-top: 10px
}

.dgm-project-content h5 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  transform: translateY(50px);
  transition: all 0.8s
}

.dgm-project-slider-wrap .swiper-container.dgm-project-text-active {
  height: 100px !important
}

.dgm-project-slider-wrap .dgm-project-text-active .swiper-slide-active .dgm-project-content h5 span {
  transform: translateY(0);
  transition-delay: 0.5s
}

.dgm-project-arrow button {
  width: 64px;
  height: 64px;
  line-height: 1;
  margin-left: 8px;
  border-radius: 40px;
  text-align: center;
  position: relative;
  color: var(--tp-common-white);
  border: 1px solid rgb(255 255 255 / .2)
}

.dgm-project-arrow button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  border-radius: 50%;
  transform: scale(.3);
  background-color: var(--tp-common-green-regular)
}

.dgm-project-arrow button:hover {
  transition: 0.4s;
  color: var(--tp-common-black)
}

.dgm-project-arrow button:hover::after {
  transform: scale(1.1);
  opacity: 1;
  visibility: visible
}

.dgm-project-area {
  margin-top: -1px;
  border-radius: 0 0 20px 20px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-project-area {
    padding-bottom: 80px
  }
}

.creative-project-thumb {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px
}

.creative-project-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1)
}

.creative-project-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tp-common-white)
}

.creative-project-meta span:not(:last-child) {
  padding-right: 13px;
  margin-right: 13px;
  position: relative
}

.creative-project-meta span:not(:last-child)::after {
  position: absolute;
  top: 7px;
  right: -2px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white)
}

.creative-project-title-sm {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

.creative-project-social a {
  width: 54px;
  height: 54px;
  line-height: 50px;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  border: 2px solid #161618;
  background-color: #212123;
  color: var(--tp-common-white)
}

.creative-project-social a:last-child {
  margin-left: -15px
}

.creative-project-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-light);
  background-color: var(--tp-common-green-light)
}

.creative-project-social::after {
  content: "";
  height: 2px;
  width: 212px;
  margin-left: 14px;
  display: inline-block;
  background-color: #212123;
  transform: translateY(-2px)
}

@media (max-width:767px) {
  .creative-project-social::after {
    width: 200px
  }
}

.creative-project-btn-box {
  padding-left: 175px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-project-btn-box {
    padding-left: 0
  }
}

.creative-project-btn-box p {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 35px;
  letter-spacing: -.02em;
  color: var(--tp-common-white)
}

@media (max-width:767px) {
  .creative-project-btn-box p br {
    display: none
  }
}

.creative-project-category {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 15px;
  padding-top: 7px;
  background-color: #0e0f11;
  border-radius: 0 0 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(-50px)
}

.creative-project-category span {
  border-radius: 20px;
  padding: 9px 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  -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;
  display: inline-block;
  background-color: #242426;
  color: var(--tp-common-white)
}

.creative-project-category span:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light)
}

.creative-project-category::before {
  content: "";
  position: absolute;
  background-color: #fff0;
  bottom: -40px;
  right: 0;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -17px 0 0 #0E0F11
}

.creative-project-category::after {
  content: "";
  position: absolute;
  background-color: #fff0;
  top: 1px;
  left: -20px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -18px 0 0 #0E0F11
}

@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) {
  .creative-project-item {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-project-item {
    margin-bottom: 50px
  }
}

.creative-project-item:hover .creative-project-category {
  opacity: 1;
  visibility: visible;
  transform: translateY(-1px)
}

.creative-project-item:hover .creative-project-thumb img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)
}

@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: 0
  }
}

@media (max-width:767px) {
  .design-project-area {
    padding-top: 120px;
    padding-bottom: 0
  }
}

@media (max-width:767px) {
  .design-project-item {
    margin-bottom: 60px
  }
}

.design-project-title {
  font-weight: 400;
  font-size: 80px;
  line-height: .9;
  color: #e0eeee;
  margin-bottom: 10px;
  letter-spacing: -.02em;
  font-family: var(--tp-ff-dirtyline)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .design-project-title {
    font-size: 65px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .design-project-title {
    font-size: 60px
  }
}

@media (max-width:767px) {
  .design-project-title {
    font-size: 50px
  }
}

@media (max-width:767px) {
  .design-project-title-box {
    margin-bottom: 20px
  }
}

.design-project-title-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #e0eeee;
  margin-bottom: 0;
  max-width: 300px;
  letter-spacing: -.02em
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .design-project-title-box p {
    max-width: 100%;
    font-size: 20px
  }
}

@media (max-width:767px) {
  .design-project-title-box p {
    max-width: 100%;
    font-size: 18px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .design-project-title-wrap {
    margin-bottom: 80px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .design-project-content {
    padding-left: 100px
  }
}

@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-project-content {
    padding-left: 0
  }
}

@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-project-content.pr-200 {
    padding-right: 0
  }
}

.design-project-content span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #e0eeee;
  margin-bottom: 45px;
  letter-spacing: -.02em
}

.design-project-thumb img {
  border-radius: 30px;
  will-change: transform
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .design-project-thumb img {
    margin-bottom: 60px
  }
}

@media (max-width:767px) {
  .design-project-thumb img {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .design-project-title-box .tp-section-title-dirtyline {
    font-size: 110px
  }
}

.tp_text_invert>div {
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: #fff0;
  background-clip: text;
  -webkit-background-clip: text
}

.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: #fff0
}

.tp_text_invert_3>div {
  background-image: linear-gradient(to right, #f9f4e8 50%, #383C3E 50%);
  padding: 10px 0;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0
}

.tp-text-right-scroll {
  display: inline-block
}

.tp-text-left-scroll {
  display: inline-block
}

.tp-reveal-line {
  overflow: hidden
}

@media (max-width:767px) {
  .studio-project-ptb {
    padding-bottom: 0
  }
}

.studio-project-btn {
  transform: translateY(-10px)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .studio-project-top-wrap {
    margin-bottom: 0
  }
}

.studio-project-title-wrap {
  margin-left: 90px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .studio-project-title-wrap {
    margin-left: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .studio-project-title-box {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .studio-project-title-box {
    margin-bottom: 40px
  }
}

.studio-project-thumb {
  height: 630px;
  width: 1090px;
  margin-left: 90px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .studio-project-thumb {
    width: 100%;
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .studio-project-thumb {
    height: 100%;
    width: 100%;
    margin-left: 0
  }
}

.studio-project-thumb img {
  width: 100%
}

.studio-project-number {
  flex: 0 0 auto;
  margin-right: 45px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
(max-width:767px) {
  .studio-project-number {
    margin-right: 0;
    margin-bottom: 20px
  }
}

.studio-project-number span {
  font-size: 20px;
  line-height: 1;
  margin-right: 25px;
  letter-spacing: -.02em;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-medium)
}

.studio-project-number i {
  color: var(--tp-common-white);
  transform: translateY(-1px)
}

.studio-project-title-sm {
  font-size: 50px;
  line-height: .9;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-semibold)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-project-title-sm {
    font-size: 40px
  }
}

@media (max-width:767px) {
  .studio-project-title-sm {
    font-size: 30px;
    letter-spacing: 0
  }
}

.studio-project-content {
  margin-top: 5px
}

.studio-project-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: rgb(249 244 232 / .6)
}

.studio-project-content-wrap {
  margin-top: 55px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .studio-project-content-wrap {
    flex-wrap: wrap
  }
}

@media (max-width:767px) {
  .studio-project-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .studio-project-item {
    margin-bottom: 0
  }
}

.studio-showcase-wrap {
  height: 1700px;
  overflow: hidden;
  margin: 0 -370px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .studio-showcase-wrap {
    height: 1000px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-showcase-wrap {
    height: 700px
  }
}

@media (max-width:767px) {
  .studio-showcase-wrap {
    height: 700px;
    margin: 0
  }
}

.studio-showcase-main {
  gap: 30px;
  margin-top: -370px
}

.studio-showcase-thumb img {
  width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .studio-showcase-area {
    margin-bottom: 120px
  }
}

@media (max-width:767px) {
  .studio-showcase-area {
    margin-bottom: 80px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-project-area {
    padding-bottom: 80px
  }
}

.ai-project-content {
  position: absolute;
  width: auto;
  max-width: calc(100% - 80px);
  height: auto;
  top: auto;
  right: auto;
  bottom: 60px;
  left: 60px;
  padding: 0;
  background-color: #fff0;
  overflow: hidden
}

.ai-project-subtitle {
  color: #494949;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.3s;
  display: inline-block;
  background-color: var(--tp-common-white);
  padding: 13px 20px
}

.ai-project-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.44px;
  padding: 20px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-delay: 0ms;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  margin-bottom: 0;
  margin-top: 2px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ai-project-title {
    font-size: 16px
  }
}

.ai-project-thumb img {
  transition: 0.9s;
  width: 100%
}

.ai-project-item:hover .ai-project-title {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 0ms;
  transition-duration: 0.5s
}

.ai-project-item:hover .ai-project-subtitle {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.5s
}

.ai-project-item:hover .ai-project-thumb img {
  transform: scale(1.1)
}

.ai-project-shape-1 {
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: -1
}

.ar-project-category {
  padding-top: 20px;
  padding-bottom: 20px
}

.ar-project-category span {
  font-size: 20px;
  line-height: 1;
  color: #1d2132;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--tp-ff-clash-medium)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ar-project-category span {
    font-size: 16px
  }
}

.ar-project-category i {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #1d2132;
  font-style: normal;
  text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .ar-project-category i {
    font-size: 14px
  }
}

.ar-project-thumb {
  overflow: hidden
}

.ar-project-thumb img {
  transition: 0.9s
}

.ar-project-item {
  border-top: 1px solid #fff;
  position: relative
}

.ar-project-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  transition: 0.4s ease-in-out;
  background-color: var(--tp-common-red-3)
}

.ar-project-item:hover::after {
  right: auto;
  left: 0;
  width: 100%
}

.ar-project-item:hover .ar-project-thumb img {
  transform: scale(1.1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .ar-project-area {
    padding-top: 80px;
    padding-bottom: 40px
  }
}

@media (max-width:767px) {
  .ar-project-title-box {
    margin-bottom: 20px
  }
}

@media (max-width:767px) {
  .crp-project-area {
    margin-bottom: 60px
  }
}

.crp-project-item {
  padding: 40px;
  border-radius: 30px;
  border: 4px solid #2a4c3a;
  background-color: var(--tp-common-cream-3)
}

.crp-project-meta {
  position: relative
}

.crp-project-meta::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 30px;
  height: 1px;
  width: 86%;
  background-color: rgb(42 76 58 / .08)
}

.crp-project-meta span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #2A4C3A;
  font-family: var(--tp-ff-teko)
}

.crp-project-thumb {
  padding-top: 40px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-position: center
}

.crp-project-title-sm {
  font-weight: 500;
  font-size: 54px;
  line-height: .93;
  color: #2a4c3a;
  font-family: var(--tp-ff-teko)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-project-title-sm {
    font-size: 45px
  }
}

@media (max-width:767px) {
  .crp-project-title-sm {
    font-size: 27px
  }

  .crp-project-title-sm br {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-project-title-box {
    margin-bottom: 40px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-project-title-box .tp-section-title-teko.fs-150 {
    margin-bottom: 20px
  }
}

.crp-project-content {
  padding-top: 25px;
  border-top: 1px solid rgb(42 76 58 / .08)
}

.crp-project-category a {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #2a4c3a;
  padding: 7px 18px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgb(42 76 58 / .1)
}

.crp-project-category a:hover {
  background-color: #e9edd5
}

.crp-project-right {
  padding-left: 75px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .crp-project-right {
    padding-left: 0
  }
}

.crp-process-title-sm {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .3px;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-process-title-sm {
    font-size: 35px
  }
}

.crp-process-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #fcfede;
  margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .crp-process-content p {
    font-size: 15px
  }
}

.crp-process-icon {
  margin-bottom: 50px
}

.crp-process-item {
  margin-right: 65px
}

@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) {
  .crp-process-item {
    margin-right: 0
  }
}

.crp-process-shape-1 {
  position: absolute;
  bottom: 175px;
  left: 0;
  z-index: -1
}

.crp-process-shape-2 {
  position: absolute;
  bottom: 17%;
  right: 0;
  z-index: -1
}

.crp-process-shape-3 {
  position: absolute;
  top: 8%;
  right: 21%;
  z-index: -1
}

@media (max-width:767px) {
  .crp-process-area {
    padding: 0;
    font-size: 27px
  }
}

.it-project-item {
  overflow: hidden;
  padding-bottom: 0;
  padding: 0 0 0
}

.it-project-item:hover .it-project-thumb img {
  transform: scale(1.1)
}

.it-project-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: .03em;
  color: var(--tp-common-black-10);
  font-family: var(--tp-ff-platform)
}

@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: 25px
  }
}

.it-project-content {
  padding: 30px
}

.it-project-content span {
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  color: #61616a;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 27px;
  display: inline-block;
  -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;
  border: 1px solid rgb(50 41 73 / .1)
}

.it-project-content span:hover {
  border-color: #F3F3F9;
  background: #F3F3F9
}

.it-project-thumb {
  border-radius: 16px
}

.it-project-thumb img {
  border-radius: 16px;
  -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 -31px
}

@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 138px;
  border-radius: 60px;
  display: inline-block;
  background-color: var(--tp-common-white);
  border: 1px solid rgb(33 33 45 / .1)
}

.it-project-arrow button:hover {
  background-color: #7463FF;
  color: var(--tp-common-white)
}

.it-project-dots .swiper-pagination-bullet {
  border-radius: 7px;

  opacity: 1;
  margin: 0 4px;
  transition: 0.3s;
  background: rgb(255 255 255 / 10%)
}

.it-project-dots-process .swiper-pagination-bullet {
  border-radius: 7px;
  width: 50px;
  height: 6px;
  opacity: 1;
  margin: 0 4px;
  transition: 0.3s;
  background: rgb(255 255 255 / 10%)
}

.it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fb0
}

.it-project-dots-success .swiper-pagination-bullet {
  border-radius: 7px;
  width: 50px;
  height: 6px;
  opacity: 1;
  margin: 20px 4px;
  transition: 0.3s;
  background: rgb(69 69 69 / 10%)
}

.it-project-dots-process .swiper-pagination-bullet {
  border-radius: 7px;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 20px 4px;
  transition: 0.3s;
  background: rgb(69 69 69 / 10%)
}

.it-project-dots-success {
  display: none
}

.col-lg-6.col-md-12.col-sm-6.col-12:nth-child(3) .cs-stat-block {
  margin-bottom: 0
}

.col-lg-6.col-md-12.col-sm-6.col-12:nth-child(4) .cs-stat-block {
  margin-bottom: 0
}

.it-project-dots-success {
  margin-top: 20px
}

.it-project-dots-success .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fb0
}

.it-project-dots-process {
  margin-top: 20px
}

.it-project-dots-process .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fb0
}

.st-portfolio-ptb {
  padding-top: 130px;
  padding-bottom: 440px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .st-portfolio-ptb {
    padding-bottom: 120px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-ptb {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-heading {
    margin-bottom: 50px
  }
}

.st-portfolio-item:hover .st-portfolio-item-thumb img {
  transform: scale(1.1)
}

@media (max-width:767px) {
  .st-portfolio-item {
    margin-bottom: 30px
  }
}

.st-portfolio-item-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px
}

.st-portfolio-item-thumb img {
  width: 100%;
  border-radius: 10px;
  -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
}

.st-portfolio-item-content {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(69 48 48 / .15)
}

.st-portfolio-item-btn a {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-brown)
}

.st-portfolio-item-btn a span {
  display: inline-block;
  margin-left: 4px
}

.st-portfolio-item-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.44px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .st-portfolio-item-title {
    font-size: 28px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-title {
    font-size: 24px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-title br {
    display: none
  }
}

.st-portfolio-item-1 {
  margin-right: 48px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-1 {
    margin-right: 0
  }
}

.st-portfolio-item-1 .st-portfolio-item-thumb img {
  height: 315px;
  object-fit: cover
}

.st-portfolio-item-2 {
  margin-top: 430px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-2 {
    margin-top: 0
  }
}

.st-portfolio-item-2 .st-portfolio-item-thumb img {
  height: 264px;
  object-fit: cover
}

.st-portfolio-item-3 {
  margin-top: -90px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-3 {
    margin-top: 0
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .st-portfolio-item-3 {
    width: 100%
  }
}

.st-portfolio-item-3 .st-portfolio-item-thumb img {
  height: 306px;
  object-fit: cover
}

.st-portfolio-item-4 {
  width: 364px;
  margin-top: -210px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-4 {
    margin-top: 0
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .st-portfolio-item-4 {
    width: 100%
  }
}

.st-portfolio-item-4 .st-portfolio-item-thumb img {
  height: 290px;
  object-fit: cover
}

.st-portfolio-item-5 {
  margin-top: 330px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-5 {
    margin-top: 0
  }
}

.st-portfolio-item-5 .st-portfolio-item-thumb img {
  height: 230px;
  object-fit: cover
}

.st-portfolio-item-6 {
  width: 364px;
  margin-top: 330px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-6 {
    width: 100%
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .st-portfolio-item-6 {
    margin-top: 0
  }
}

.st-portfolio-item-6 .st-portfolio-item-thumb img {
  height: 430px;
  object-fit: cover
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-project-ptb {
    padding-top: 100px;
    padding-bottom: 40px
  }
}

.pp-project-heading {
  margin-left: -65px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-project-heading {
    margin-bottom: 30px
  }
}

@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) {
  .pp-project-heading {
    margin-left: 0
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:767px) {
  .pp-project-sub-heading {
    margin-bottom: 30px
  }
}

.pp-project-item:hover .pp-project-item-thumb img {
  transform: scale(1.1)
}

.pp-project-item-thumb {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px
}

.pp-project-item-thumb img {
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.pp-project-item-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko)
}

.pp-project-item-title a:hover {
  color: var(--tp-common-yellow-1)
}

.pp-project-item-meta {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: rgb(255 255 255 / .6)
}

.pp-project-btn {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .pp-project-btn {
    justify-content: start;
    padding-bottom: 40px
  }
}

.tp-project-5-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  color: #846457;
  letter-spacing: -3.2px;
  font-family: var(--tp-ff-playfair)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-project-5-title {
    font-size: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-5-title {
    font-size: 40px
  }
}

@media (max-width:767px) {
  .tp-project-5-title {
    font-size: 45px
  }
}

.tp-project-5-title-box {
  position: relative;
  padding: 32px 0;
  z-index: 1;
  border-bottom: 1px solid rgb(207 194 146 / .2)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-project-5-title-box {
    margin-bottom: 40px
  }
}

.tp-project-5-title-box:last-child {
  margin-bottom: 0
}

.tp-project-5-title-box span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #846457;
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
  transition: 0.3s
}

.tp-project-5-title-box.active .tp-project-5-title {
  color: var(--tp-cream-2)
}

.tp-project-5-title-box.active span {
  color: var(--tp-cream-2)
}

.tp-project-5-title-box.active .tp-project-5-thumb-box {
  top: 15%;
  opacity: 1;
  visibility: visible
}

.tp-project-5-title-box.active .tp-project-5-title-box-bg {
  transform: scale(1);
  border-radius: 0 0 0 0
}

.tp-project-5-title-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  border-radius: 0 0 50% 50%;
  transform: scaleY(0);
  transform-origin: top center;
  background-color: #552411;
  transition: transform 0.3s cubic-bezier(.19, 1, .22, 1), border-radius 0.3s cubic-bezier(.5, 0, 0, 1);
  z-index: -1
}

.tp-project-5-thumb-box {
  position: absolute;
  top: 70%;
  left: 10%;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
  text-align: center;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(.785, .135, .15, .86)
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-1 {
  opacity: 1;
  visibility: visible
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-1 .tp-project-5-thumb-box-1 {
  top: 0;
  opacity: 1;
  visibility: visible
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-2 {
  opacity: 1;
  visibility: visible
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-2 .tp-project-5-thumb-box-2 {
  top: 0;
  opacity: 1;
  visibility: visible
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-3 {
  opacity: 1;
  visibility: visible
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-3 .tp-project-5-thumb-box-3 {
  top: 0;
  opacity: 1;
  visibility: visible
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-4 {
  opacity: 1;
  visibility: visible
}

#tp-project-5-thumb-wrap.tp-project-5-thumb-box-4 .tp-project-5-thumb-box-4 {
  top: 0;
  opacity: 1;
  visibility: visible
}

.tp-project-5-thumb.thumb-1 img {
  transform: rotate(-6deg)
}

@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) {
  .tp-project-5-thumb.thumb-1 img {
    transform: rotate(0deg)
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-5-thumb.thumb-1 img {
    transform: scale(.7)
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-project-5-thumb.thumb-1 img {
    transform: scale(.7);
    margin-left: -50px
  }
}

.tp-project-5-thumb.thumb-2 img {
  transform: rotate(6deg)
}

@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) {
  .tp-project-5-thumb.thumb-2 img {
    transform: rotate(0deg)
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-5-thumb.thumb-2 img {
    transform: scale(.7)
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .tp-project-5-thumb.thumb-2 img {
    transform: scale(.7);
    margin-right: -50px
  }
}

.tp-project-5-section-subtitle,
.tp-project-5-section-title,
.tp-project-5-section-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-cream-2);
  text-transform: uppercase;
  font-family: var(--tp-ff-poppins);
  margin-bottom: 0
}

@media (max-width:767px) {

  .tp-project-5-section-subtitle,
  .tp-project-5-section-title,
  .tp-project-5-section-link {
    margin-bottom: 15px
  }
}

.tp-project-5-section-link:hover {
  color: var(--tp-cream-2)
}

.tp-project-5-section-box {
  border-top: 1px solid rgb(207 194 146 / .2);
  padding-top: 15px
}

@media (max-width:767px) {
  .tp-project-5-section-box {
    flex-wrap: wrap
  }
}

.tp-project-5-2-title {
  font-size: 326px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -19.56px;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-project-5-2-title {
    font-size: 280px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-project-5-2-title {
    font-size: 230px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-project-5-2-title {
    font-size: 200px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-5-2-title {
    font-size: 160px
  }
}

@media (max-width:767px) {
  .tp-project-5-2-title {
    font-size: 60px;
    letter-spacing: -2.56px
  }
}

@media (max-width:767px) {
  .tp-project-5-2-title-box {
    margin-bottom: 0
  }
}

.tp-project-5-2-item {
  display: inline-block;
  padding: 50px;
  padding-bottom: 55px;
  border: 1px solid var(--tp-cream-2);
  background: rgb(101 54 36 / .9);
  backdrop-filter: blur(10px)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-5-2-item {
    margin-bottom: 40px
  }
}

@media (max-width:767px) {
  .tp-project-5-2-item {
    padding: 30px;
    padding-bottom: 35px;
    margin-bottom: 40px
  }
}

.tp-project-5-2-item.space-left {
  margin-left: 200px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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) {
  .tp-project-5-2-item.space-left {
    margin-left: 0
  }
}

.tp-project-5-2-item-wrap {
  margin-bottom: 200px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-project-5-2-item-wrap {
    margin-bottom: 0
  }
}

.tp-project-5-2-item-wrap:last-child {
  margin-bottom: 180px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .tp-project-5-2-item-wrap:last-child {
    margin-bottom: 0
  }
}

.tp-project-5-2-thumb {
  margin-bottom: 50px
}

.tp-project-5-2-thumb img {
  max-width: inherit
}

@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) {
  .tp-project-5-2-thumb img {
    max-width: 100%
  }
}

.tp-project-5-2-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins);
  margin-bottom: 10px;
  display: inline-block
}

.tp-project-5-2-title-sm {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-playfair);
  margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-project-5-2-title-sm {
    font-size: 30px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-project-5-2-title-sm {
    font-size: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-project-5-2-title-sm {
    font-size: 35px
  }
}

@media (max-width:767px) {
  .tp-project-5-2-title-sm {
    font-size: 40px
  }
}

.tp-project-5-2-btn {
  border-top: 1px solid var(--tp-cream-2);
  border-bottom: 1px solid var(--tp-cream-2);
  padding: 15px 0
}

.tp-project-5-2-btn a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-cream-2);
  font-family: var(--tp-ff-poppins)
}

.tp-project-5-2-btn a span {
  left: 10px;
  top: 0;
  overflow: hidden;
  position: relative
}

.tp-project-5-2-btn a span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.tp-project-5-2-btn a span svg:last-child {
  left: -12px;
  bottom: -12px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0
}

.tp-project-5-2-btn a:hover span svg:first-child {
  -webkit-transform: translate(16px, -16px);
  -moz-transform: translate(16px, -16px);
  -ms-transform: translate(16px, -16px);
  -o-transform: translate(16px, -16px);
  transform: translate(16px, -16px);
  opacity: 0;
  visibility: hidden
}

.tp-project-5-2-btn a:hover span svg:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(13px, -13px);
  -moz-transform: translate(13px, -13px);
  -ms-transform: translate(13px, -13px);
  -o-transform: translate(13px, -13px);
  transform: translate(13px, -13px)
}

.tp-project-5-2-shape {
  position: absolute;
  bottom: 0;
  left: -200px
}

.tp-portfolio-11-slider-bg {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center
}

.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-link {
  opacity: 1
}

.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-subtitle {
  opacity: 1
}

.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-title {
  opacity: 1
}

.tp-portfolio-11-slider-content {
  padding-left: 180px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-portfolio-11-slider-content {
    padding-left: 80px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
  .tp-portfolio-11-slider-content {
    padding-left: 40px
  }
}

@media (max-width:767px) {
  .tp-portfolio-11-slider-content {
    padding: 0 15px
  }
}

.tp-portfolio-11-slider-link {
  margin-bottom: 30px;
  opacity: 0
}

.tp-portfolio-11-slider-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0
}

.tp-portfolio-11-slider-title {
  font-size: 130px;
  font-weight: 700;
  line-height: .85;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango);
  opacity: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-portfolio-11-slider-title {
    font-size: 90px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .tp-portfolio-11-slider-title {
    font-size: 90px
  }

  .tp-portfolio-11-slider-title br {
    display: none
  }
}

@media (max-width:767px) {
  .tp-portfolio-11-slider-title {
    font-size: 90px
  }

  .tp-portfolio-11-slider-title br {
    display: none
  }
}

.tp-portfolio-11-slider-active button {
  left: 40px;
  bottom: 60px;
  width: 55px;
  height: 56px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: var(--tp-common-white);
  border: 2px solid rgb(255 255 255 / .2);
  transition: 0.3s;
  z-index: 99
}

@media only screen and (min-width:992px) {
  .tp-portfolio-11-slider-active button {
    display: none !important
  }
}

@media (max-width:767px) {
  .tp-portfolio-11-slider-active button {
    left: 15px
  }
}

.tp-portfolio-11-slider-active button.slick-next {
  margin-left: 70px
}

.tp-portfolio-11-slider-active button i {
  font-weight: 500
}

.tp-portfolio-11-slider-active button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white)
}

.tp-portfolio-11-slider-nav-item {
  cursor: pointer
}

.tp-portfolio-11-slider-nav-thumb img {
  border-radius: 14px;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .2)
}

.tp-portfolio-11-slider-nav-wrap {
  width: 1260px;
  position: absolute;
  bottom: 110px;
  right: -65px;
  z-index: 99
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-portfolio-11-slider-nav-wrap {
    right: -280px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-portfolio-11-slider-nav-wrap {
    right: -80px;
    width: 900px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
  .tp-portfolio-11-slider-nav-wrap {
    right: -80px;
    width: 600px
  }
}

.tp-portfolio-11-slider-nav-wrap .slides-number {
  position: absolute;
  right: 12%;
  bottom: -10%;
  z-index: 99
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-portfolio-11-slider-nav-wrap .slides-number {
    right: 39%
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-portfolio-11-slider-nav-wrap .slides-number {
    right: 16%
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-portfolio-11-slider-nav-wrap .slides-number {
    right: 19%
  }
}

.tp-portfolio-11-slider-nav-wrap .slides-number span {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
  min-width: 50px
}

.tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
  height: 1px;
  width: 850px;
  margin-right: 45px;
  background-color: rgb(255 255 255 / .2)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
  .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 500px
  }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 520px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 240px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .tp-portfolio-11-slider-nav-wrap .slides-number .slider-line {
    width: 215px
  }
}

.tp-portfolio-11-slider-nav-active button {
  left: 0;
  width: 55px;
  bottom: -45px;
  height: 56px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: var(--tp-common-white);
  border: 2px solid rgb(255 255 255 / .2);
  transition: 0.3s
}

.tp-portfolio-11-slider-nav-active button.slick-next {
  margin-left: 70px
}

.tp-portfolio-11-slider-nav-active button i {
  font-weight: 500
}

.tp-portfolio-11-slider-nav-active button:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white)
}

.tp-portfolio-11-slider-nav-active .slick-list {
  padding: 50px 0
}

.tp-portfolio-11-slider-nav-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

.tp-portfolio-11-slider-nav-content {
  height: 100%;
  padding: 30px
}

.tp-portfolio-11-slider-nav-year span {
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  padding: 0 12px;
  line-height: 30px;
  display: inline-block;
  backdrop-filter: blur(5px);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
  background: rgb(255 255 255 / .2)
}

.tp-portfolio-11-slider-nav-subtittle {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white)
}

.tp-portfolio-11-slider-nav-tittle {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-mango);
  margin-bottom: 0;
  letter-spacing: 1px
}

.tp--hover-item {
  position: relative
}

.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-project-2-style {
    padding-bottom: 0
  }
}

.creative-project-2-top {
  margin-bottom: 70px
}

.creative-project-2-top .tp-section-subtitle {
  margin-bottom: 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-project-2-top .tp-section-subtitle {
    margin-bottom: 80px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-project-2-top .tp-section-subtitle {
    margin-bottom: 60px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-project-2-top .tp-section-subtitle {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .creative-project-2-top .tp-section-title.fs-64 {
    font-size: 50px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .creative-project-2-top .tp-section-title.fs-64 {
    font-size: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .creative-project-2-top .tp-section-title.fs-64 {
    font-size: 40px;
    margin-bottom: 30px
  }
}

.design-project-2-style .design-project-title-box p {
  max-width: 350px
}

.wcu-testimonial {
  position: relative;
  background-image: url(../img/pattern-team.png);
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #170932
}

.testimonial-content {
  padding: 70px 0;
  position: relative
}

.testimonial-content .testimonial-badge {
  border: 2px solid #fff3;
  border-radius: 50px;
  padding: 12px 18px;
  width: fit-content;
  margin-bottom: 30px
}

.testimonial-content .testimonial-badge span:nth-child(2) {
  margin: 0 8px
}

.testimonial-content .clinet-bx {
  display: flex;
  align-items: center;
  margin-bottom: 0
}

.testimonial-review p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px
}

.testimonial-review p span.text-2 {
  color: #fff;
  font-weight: 700
}

.testimonial-review p:not(:last-child) {
  margin-bottom: 16px
}

/* .testimonial-badge span img {
  width: 29%
} */

.testimonial-badge span:nth-child(2) img {
  width: 8%
}

.testimonial-badge span:nth-child(1) img {
  max-width: 100%
}

.testimonial-badge span:nth-child(3) img {
  width: 20%
}

.clinet-bx .client-name h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px
}

.clinet-bx {
  margin-top: 36px
}

.clinet-bx .client-name p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1
}

.clinet-bx .client-review-stars {
  display: flex;
  align-items: center;
  margin-top: 0
}

.clinet-bx .client-review-stars li {
  margin: 0 6px
}

.clinet-bx .client-name {
  border-right: 1px solid #fff3;
  padding-right: 30px;
  margin-right: 30px
}

.clinet-bx .client-review-stars li img {
  width: 25px;
  height: 25px
}

.testimonial-review {
  position: relative
}

.testimonial-review .quote-icon {
  position: absolute;
  left: -80px;
  top: 7px
}

.clinet-bx .client-review-stars li:nth-child(1) {
  margin-left: 0
}

.clinet-bx .client-review-stars li:nth-child(5) {
  margin-right: 0
}

.clinet-bx .client-review-stars li:nth-child(4) img {
  width: 35px;
  height: 35px
}

.testimonial-person-img img {
  position: absolute;
  bottom: -40px;
  right: 90px;
  width: 62%;
}

.test-icon-1 img {
  position: absolute;
  bottom: -3px;
  left: 60px
}

.test-icon-2 img {
  position: absolute;
  top: 100px;
  left: 60px
}

.test-icon-3 img {
  position: absolute;
  bottom: 320px;
  right: -31px;
  width: 50px;
  height: 50px
}

.test-icon-4 img {
  position: absolute;
  top: 280px;
  right: -121px
}

.seo-text img {
  position: absolute;
  top: 120px;
  opacity: 6%;
  left: 130px;
  right: 0;
  margin: 0 auto
}

.solutionTabs {
  padding: 80px 0 80px 0;
  background-color: #100429;
  background-image: url(../img/bg-card.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff
}

.solutionTitle h2 {
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.13
}

.solutionTitle p {
  color: #fff
}

.solution-card {
  border: 2px solid #f2eefb;
  border-radius: 20px;
  background: #fff;
  margin: 0 auto;
  padding: 23px 23px;
  height: 100%
}

.solutionTabs.homeSol .solution-card {
  height: 404px
}

.ecommerce-platform-height .solution-card {
  height: 352px !important
}

.startup-solu-tab .solution-card {
  height: 428px
}

.social-media-sol .solution-card {
  height: 425px
}

.small-business-solution .solution-card {
  height: 450px
}

.ivf-solutions .solution-card {
  height: 421px
}

.generative-sol .solution-card {
  height: 426px
}

.financial-sol .solution-card {
  height: 426px
}

.sass-seo-tab .solution-card {
  height: 401px
}

.enterprise-solution .solution-card {
  height: 500px
}

.ecom-sol .solution-card {
  height: 450px
}

.solution-img img {
  display: block;
  margin-bottom: 27px;
  height: 110px
}

.solution-title h3 {
  font-weight: 700;
  color: #151515;
  font-size: 22px;
  margin-bottom: 8px;
  padding-right: 0;
  text-align: start
}

.solution-text p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 25px;
  text-align: start
}

#seo-pricing-section {
  background: #fff;
  padding: 80px 0
}

.pricing-header h2 {
  font-weight: 700;
  margin-bottom: 10px
}

.pricing-header p {
  color: #000;
  font-size: 18px
}

.pricing-main-row {
  margin-top: 0
}

.pricing-left-card {
  background: #4a2574;
  border-radius: 22px;
  padding: 38px 30px 32px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.pricing-illustration img {
  margin-bottom: 30px;
  position: absolute;
  top: 27px;
  right: -220px;
  width: 72%;
  opacity: 0.8;
}

.pricing-left-title {
  color: #fff;
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 47px;
}

.pricing-left-btn {
  color: #f60;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 16px 16px;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s;
  border: 2px solid #fff;
  position: relative;
  background-color: #f5bd20;
}

.pricing-left-btn h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: left
}

.pricing-left-btn p {
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-align: start;
  padding-right: 20%;
  line-height: 23px
}

.pricing-video-icon {
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 62px;
  display: flex;
  align-items: center;
  height: 62px;
  margin-left: 0;
  position: absolute;
  right: 12px;
  top: 12px
}

.pricing-left-desc {
  color: #fff;
  font-size: 1.05rem;
  opacity: .85
}

.pricing-right-card {
  background: #fff;
  border-radius: 22px;
  border: 2px solid #f3f0fb;
  padding: 32px 32px 22px 32px;
  box-shadow: 0 8px 32px 0 rgb(127 89 192 / .07);
  min-height: 392px;
  display: flex;
  flex-direction: column
}

.pricing-right-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  line-height: 31px
}

.pricing-right-card hr {
  margin: 10px 0;
  border: 0;
  border-top: 2px solid;
  opacity: .05
}

.pricing-right-subtitle {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px
}

.pricing-toggle-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 4px
}

.currency-label {
  font-weight: 600;
  font-size: 16px;
  color: #b1b1b1
}

#inr-label {
  color: #000;
  margin-left: 6px
}

#usd-label {
  margin-right: 6px;
  color: #000
}

.pricing-amount {
  font-size: 23px;
  color: #6F369D;
  font-weight: 600;
  margin-left: 16px
}

.pricing-only {
  font-size: 16px;
  font-weight: 600;
  color: #6F369D;
  margin-left: 3px
}

.pricing-includes-title {
  color: #6F369D;
  font-size: 28px;
  font-weight: 600;
  margin: 12px 0 12px 0
}

.pricing-includes-list li {
  margin-bottom: 7px;
  display: flex
}

.pricing-includes-list li p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0
}

.tick img {
  max-width: 20px;
  margin-right: 14px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin: 0 8px
}

.switch input {
  display: none
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff9e003d;
  border-radius: 34px;
  transition: .3s
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #F5BD20;
  transition: .3s;
  border-radius: 50%
}

input:checked+.slider {
  background-color: #ff9e003d
}

input:checked+.slider:before {
  transform: translateX(20px);
  background: #F5BD20
}

.FaqSection .FaqTitle h2 {
  font-weight: 700;
  margin-bottom: 30px
}

section.first-faq-block .accordian-wrapper {
  background: linear-gradient(138deg, #fff0 0%, #fff0 100%);
  padding: .15rem;
  border-radius: 15px;
  position: relative
}

section.first-faq-block .faq-boxes {
  background-color: #fff;
  backdrop-filter: blur(10px);
  padding: 18px 35px 18px 22px;
  border-radius: 15px;
  border: 2px solid #a200ff38
}

section.first-faq-block .faq-boxes.active {
  background-color: #FBF4FF;
  border: 2px solid #A200FF
}

.accordion-body {
  padding: 13px 0 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #000
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff0;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.accordion-button h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 32px
}

section.first-faq-block .get-started-faq-inner .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  border: 6px solid #c3dae7;
  background-color: #0582d2;
  top: 28%
}

.accordion-button:not(.collapsed) {
  color: #fff0;
  background-color: #fff0;
  transition: 0.2s ease-in all;
  padding-bottom: 5px;
  border: 0;
  box-shadow: none
}

.accordion-button:focus {
  z-index: 3;
  border-color: #cecbdc;
  outline: 0;
  box-shadow: 0 0 0 .25rem #fff0
}

section.first-faq-block .accordion-item {
  background-color: #fff0;
  border: 0 solid rgb(0 0 0 / .125);
  margin-bottom: 20px
}

section.first-faq-block .accordion-body p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  padding-right: 11%;
  line-height: 26px
}

section.first-faq-block .accordion-body ul li {
  color: #000;
  font-size: 18px;
  line-height: 32px
}

section.first-faq-block .accordion-body ul.faqs-pointer li {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400
}

section.first-faq-block .accordion-body p a {
  color: #4A2574;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 400
}

section.first-faq-block .accordion-body li a {
  color: #e65a63;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 600
}

section.first-faq-block .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minimize-sign.svg);
  transform: rotate(-180deg)
}

section.first-faq-block .accordion-button::after {
  margin-left: auto;
  content: "";
  background-image: url(../img/plus-sign.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-in-out;
  background-position: center;
  width: 15px;
  height: 15px
}

section.first-faq-block.gradient-first-block {
  padding: 0 0 80px 0
}

section.first-faq-block.gradient-first-block.contact-page-faq {
  padding: 80px 0 80px 0
}

section.first-faq-block.gradient-first-block.enterprise-faq {
  padding: 80px 0 80px 0
}

.marketing-channels-section {
  background: #FBF4FF
}

.marketing-title {
  font-weight: 700;
  margin-bottom: 30px
}

.industries-cater .marketing-title {
  font-weight: 700;
  margin-bottom: 30px
}

.channel-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgb(90 42 133 / .08);
  padding: 30px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow .2s;
  border: 2px solid #f4e7fd;
  justify-content: space-between;
  height: 100%;
  transition: 0.3s all ease-in
}

.marketing-channels-section.section.industries-cater .channel-card {
  cursor: default
}

.marketing-channels-section.section.industries-cater .channel-card a {
  cursor: default
}

.ecom-niche .channel-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgb(90 42 133 / .08);
  padding: 30px 20px 30px 20px;
  display: block;
  position: relative;
  transition: box-shadow .2s;
  border: 2px solid #f4e7fd;
  height: 100%;
  transition: 0.3s all ease-in
}

.ecom-niche .channel-card h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0
}

.nichepadding {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px
}

.ecom-niche .channel-card p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px
}

.channel-card .tp-btn-black-radius i {
  background-color: #FBF4FF
}

.channel-card .tp-btn-black-radius.btn-blue-bg {
  background-color: #fff0
}

.channel-card .tp-btn-black-radius {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0;
  padding-right: 0;
  border-radius: 38px;
  display: inline-block;
  color: #21212d;
  background-color: #F5BD20;
  gap: 10px;
  line-height: 23px
}

.channel-card .tp-btn-black-radius.btn-blue-bg i {
  height: 48px;
  min-width: 48px;
  line-height: 49px
}

.channel-card:hover {
  box-shadow: 0 16px 20px 6px #924dbf54
}

.channel-card-img {
  height: 130px;
  object-fit: contain;
  margin-bottom: 14px;
  align-self: flex-start
}

.channel-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.channel-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #18131d
}

.channel-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f4e7fd;
  color: #a358e4;
  font-size: 1.3rem;
  margin-left: 12px;
  transition: background 0.15s
}

.channel-card-link:hover {
  background: #a358e4;
  color: #fff
}

.arrow-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(arrow-top-right.svg) center center no-repeat;
  background-size: 16px 16px
}

.seo-results-banner-section {
  background-image: url(../img/pattern-team.png);
  padding-bottom: 43px;
  background-position: center;
  margin-bottom: 80px;
  background-size: cover;
}

.seo-hero-subtitle {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0
}

.statss-block {
  margin-bottom: 30px
}

.seo-hero-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px
}

.seo-hero-card {
  background: rgb(255 255 255 / 4%);
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 rgb(90 42 133 / .09);
  padding: 48px 18px 34px 18px;
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: start
}

.seo-hero-card.left-card {
  min-height: 192px;
  padding: 32px 12px 24px 12px
}

.seo-hero-card.right-card {
  min-height: 214px;
  padding: 32px 12px 24px 12px
}

.seo-hero-percent {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 9px;
}

.seo-hero-card.main-card {
  min-height: 306px;
  padding: 40px 20px 40px 20px;
  z-index: 2
}

.seo-hero-btn {
  display: inline-block;
  background: #ffce3a;
  color: #23175a;
  font-weight: 700;
  border-radius: 32px;
  padding: 14px 36px 14px 32px;
  font-size: 1.15rem;
  letter-spacing: 0;
  text-decoration: none;
  border: 5px solid #23175a;
  transition: background 0.18s, color 0.18s;
  position: relative
}

.seo-hero-btn .arrow {
  font-weight: 700;
  font-size: 1.2em;
  margin-left: 18px;
  background: #23175a;
  color: #ffce3a;
  border-radius: 50%;
  padding: 3px 9px;
  display: inline-block;
  line-height: 1
}

.seo-hero-btn:hover {
  background: #23175a;
  color: #ffce3a
}

.seo-hero-btn:hover .arrow {
  background: #ffce3a;
  color: #23175a
}

.seo-hero-consult {
  background: #fbe7ce;
  border-radius: 32px;
  padding: 10px 38px 10px 22px;
  font-weight: 700;
  color: #512796;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 16px
}

.seo-results-banner-section .seo-hero-btns {
  margin-top: 38px
}

.seo-results-banner-section .custom-btn {
  margin: 20px auto 0
}

.backlink-campaign-process-section {
  background: #fff
}

.row.align-items-stretch.custom-mb-20 {
  margin-bottom: 28px
}

.backlink-title {
  font-weight: 700;
  margin-bottom: 10px
}

.backlink-subtext {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000
}

.backlink-keypoints {
  padding-left: 20px
}

.pointer {
  margin-bottom: 25px
}

.pointer p {
  margin-bottom: 8px;
  font-weight: 500;
  color: #000;
  font-size: 18px
}

.why-question {
  font-size: 4.2rem;
  font-weight: 800;
  color: #fff
}

.explain-card {
  background: #551a8b;
  background-image: url(../img/pattern-math.png);
  background-position: center;
  border-radius: 16px;
  color: #fff;
  padding: 28px 36px;
  height: 100%;
  position: relative;
  background-size: contain
}

.explain-title {
  font-size: 30px;
  font-weight: 600;
  color: #F5BD20;
  margin-bottom: 13px;
  line-height: 32px;
  font-family: var(--tp-ff-heading)
}

.explain-body {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px
}

.explain-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0
}

.explain-body p:not(:last-child) {
  margin-bottom: 16px
}

.step-card {
  background: #f5f5fa;
  border-radius: 16px;
  padding: 34px 20px 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.step-card-1 {
  background: #FBF4FF
}

.step-card-2 {
  background: #DDFEFF
}

.step-card-3 {
  background: #E1F8DC
}

.step-card-5 {
  background: #ffdcce
}

.step-card-6 {
  background: #a200ff1f
}

.step-card-7 {
  background: #ff5a1624
}

.step-card-4 {
  background: #FFE7C7
}

.step-icon img {
  width: 60px
}

.step-title {
  font-weight: 600;
  font-family: var(--tp-ff-heading);
  font-size: 22px;
  margin-bottom: 9px;
  margin-top: 22px;
  color: #000;
  line-height: 24px
}

.step-text {
  font-size: 16px;
  color: #000;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 0
}

.agency-comparison-section {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 80px;
  position: relative;
  overflow: hidden
}

.agency-comparison-title {
  font-weight: 700;
  margin-bottom: 10px
}

.agency-comparison-subtitle {
  color: #000;
  margin-bottom: 100px;
  padding: 0 19%
}

.agency-comparison-table-row {
  margin-top: 32px
}

.agency-comparison-section.gencomp.small-seo-table .agency-comparison-table-row {
  margin-top: 152px
}

.comparison-header-left {
  position: absolute;
  top: -125px;
  left: 38px
}

.comparison-header-right {
  position: absolute;
  top: -86px;
  left: 50px
}

.comparison-header-right.comp-right-header {
  position: absolute;
  top: -106px;
  left: 50px
}

.agency-comparison-section.gencomp .comparison-header-right.comp-right-header {
  position: absolute;
  top: -116px;
  left: 0
}

.agency-comparison-section.gencomp .comparison-header-right img {
  width: 100%
}

.agency-comparison-section.gencomp .comparison-header-left img {
  width: 100%
}

.agency-comparison-section.gencomp .comparison-header-left {
  position: absolute;
  top: -116px;
  left: 15px
}

.agency-comparison-section.gencomp.small-seo-table .comparison-header-left {
  position: absolute;
  top: -116px;
  left: 0
}

.it-project-explore-dot {
  margin-top: 20px
}

.it-project-explore-dot .swiper-pagination-bullet {
  border-radius: 7px;
  width: 20px;
  height: 6px;
  opacity: 1;
  margin: 20px 4px;
  transition: 0.3s;
  background: rgb(69 69 69 / 10%)
}

.it-project-explore-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fb0
}

.testi-mobiele-dot {
  display: none
}

.testi-mobiele-dot {
  margin-top: 20px;
  justify-content: center
}

.testi-mobiele-dot .swiper-pagination-bullet {
  border-radius: 7px;
  width: 20px;
  height: 6px;
  opacity: 1;
  margin: 20px 4px;
  transition: 0.3s;
  background: rgb(69 69 69 / 10%)
}

.testi-mobiele-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fb0
}

.comparison-header-right img {
  width: 70%
}

.comparison-header-left img {
  width: 83%
}

.comparison-box {
  border-radius: 18px;
  background: #fff;
  padding: 0;
  box-shadow: 0 6px 24px rgb(41 25 76 / .05);
  border: 0 solid #ece2fa;
  position: relative;
  z-index: 2
}

.agency-comparison-section.gencomp .comparison-box {
  overflow: hidden;
  border-radius: 18px
}

.agency-comparison-section.gencomp .comparison-box.comparison-box-right.comp-right {
  overflow: hidden;
  border-radius: 18px
}

.comparison-box-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 31px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 91.5%;
  height: 100%;
  border: 2px solid #924DBF;
  overflow: hidden;
  z-index: -1;
  transform: scale(1.1);
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 #0000001a
}

.comparison-box.comparison-box-left.comp-left::before {
  content: "";
  position: unset;
  top: 0;
  left: 31px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 0;
  width: 91.5%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  transform: scale(1);
  border-radius: 18px;
  box-shadow: 0 10px 15px 0 #0000001a
}

.agency-comparison-section.gencomp .left-main-bx {
  border: 2px solid #924DBF;
  border-radius: 18px;
  position: relative
}

.agency-comparison-section.gencomp.small-seo-table .left-main-bx {
  border: 2px solid #924DBF;
  border-radius: 18px;
  position: relative
}

.comparison-box-right {
  border: 2px solid #F5BD20;
  overflow: hidden;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.comparison-box-right.comp-right {
  border: 2px solid #F5BD20;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.agency-comparison-section.gencomp.small-seo-table .comparison-box-right.comp-right.extreme-right {
  border: 2px solid #ff5a16;
  overflow: hidden
}

.comparison-box-left {
  border: 2px solid #0000
}

.right-main-bx {
  z-index: 1;
  position: relative
}

.comparison-box-right .comparison-item {
  padding: 23px 28px 23px 32px
}

.comparison-box-right .comparison-item {
  padding: 23px 28px 23px 32px
}

.comparison-box-right .comparison-item:nth-child(1) {
  padding: 50px 28px 23px 32px
}

.comparison-box-right .comparison-item:nth-child(5) {
  padding: 8px 28px 50px 32px
}

.comparison-box-right.comp-right .comparison-item:nth-child(5) {
  padding: 8px 28px 23px 32px
}

.comparison-box-right.comp-right .comparison-item:nth-child(6) {
  padding: 8px 28px 50px 32px
}

.comparison-box-right.comp-right .comparison-item:nth-child(1) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right.comp-right .comparison-item:nth-child(2) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right.comp-right .comparison-item:nth-child(3) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right.comp-right .comparison-item:nth-child(4) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right.comp-right .comparison-item:nth-child(5) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right.comp-right .comparison-item:nth-child(6) .comparison-item-text {
  padding-right: 0
}

.comparison-box-left.comp-left .comparison-item:nth-child(1) {
  padding: 50px 28px 23px 32px
}

.comparison-box-left.comp-left .comparison-item:nth-child(6) {
  padding: 8px 28px 50px 32px
}

.comparison-box-left.comp-left .comparison-item:nth-child(1) .comparison-item-text {
  padding-right: 0
}

.comparison-box-left.comp-left .comparison-item:nth-child(2) .comparison-item-text {
  padding-right: 0
}

.comparison-box-left.comp-left .comparison-item:nth-child(3) .comparison-item-text {
  padding-right: 0
}

.comparison-box-left.comp-left .comparison-item:nth-child(4) .comparison-item-text {
  padding-right: 0
}

.comparison-box-left.comp-left .comparison-item:nth-child(5) .comparison-item-text {
  padding-right: 0
}

.comparison-box-left.comp-left .comparison-item:nth-child(6) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right .comparison-item:nth-child(2) {
  padding: 8px 28px 23px 32px
}

.comparison-box-left.comp-left .comparison-item:nth-child(2) {
  padding: 8px 28px 23px 32px
}

.comparison-box-left.comp-left .comparison-item:nth-child(3) {
  padding: 8px 28px 23px 32px
}

.comparison-box-left.comp-left .comparison-item:nth-child(4) {
  padding: 8px 28px 23px 32px
}

.comparison-box-left.comp-left .comparison-item:nth-child(5) {
  padding: 8px 28px 23px 32px
}

.comparison-box-left.comp-left .comparison-item:nth-child(6) {
  padding: 8px 28px 46px 32px
}

.comparison-box-right .comparison-item:nth-child(3) {
  padding: 8px 28px 23px 32px
}

.comparison-box-right .comparison-item:nth-child(4) {
  padding: 8px 28px 23px 32px
}

.comparison-box-right .comparison-item:nth-child(1) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right .comparison-item:nth-child(3) .comparison-item-text {
  padding-right: 0
}

.comparison-box-right .comparison-item:nth-child(5) .comparison-item-text {
  padding-right: 0
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 15px 28px 15px 32px;
  background-color: #fff
}

.comparison-item:last-child {
  border-bottom: none
}

.comparison-icon {
  flex: none;
  margin-top: 2px
}

.checkmark {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/tick-dsl.svg) no-repeat center / contain
}

.comparison-header-right {
  border-color: #F5BD20
}

.crossmark {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/other-agencies-cross.svg) no-repeat center/contain
}

.comparison-item-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 31px;
  font-family: var(--tp-ff-heading)
}

.comparison-item-text {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding-right: 10%
}

.learnAboutSeo {
  background-image: url(../img/pattern-team.png);
  background-position: center;
  padding: 80px 0;
  background-size: cover;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 32px 0 rgb(34 26 70 / .1);
  overflow: hidden;
  position: relative;
  padding: 20px;
  transition: box-shadow 0.3s
}

.blog-card-img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 22px
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.blog-card-content {
  padding: 24px 0 0 0
}

.learnAboutSeo h2 {
  color: #fff;
  margin-bottom: 13px
}

.learnAboutSeo p {
  color: #fff;
  margin-bottom: 0
}

.it-project-arrow {
  display: flex;
  justify-content: end
}

.bottom-margin {
  margin-bottom: 30px
}

.learnAboutSeo .it-project-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 8px;
  border-radius: 60px;
  display: inline-block;
  background-color: #ffffff2e;
  border: 0 solid rgb(33 33 45 / .1)
}

.solutionTabs .it-project-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 8px;
  border-radius: 60px;
  display: inline-block;
  background-color: #ffffff2e;
  border: 0 solid rgb(33 33 45 / .1)
}

.blog-card-title {
  display: block;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.22;
  margin-bottom: 8px;
  text-decoration: none;
  font-family: var(--tp-ff-heading);
  transition: color 0.22s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-title:hover,
.blog-card-title:focus {
  color: #924DBF
}

.blog-card-desc {
  font-size: 16px;
  color: #222;
  line-height: 26px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
  padding-right: 76px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-arrow {
  position: absolute;
  right: 24px;
  bottom: 18px;
  background: #fff0;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s
}

.blog-card-arrow:hover {
  background: #ede7fa;
  cursor: pointer
}

.blog-arrow.tp-btn-black-radius.btn-blue-bg {
  padding: 0;
  padding-right: 0;
  background-color: #fff0;
  position: absolute;
  right: 14px;
  bottom: 11px
}

.our-link-building-techniques.ecom-seo {
  padding-bottom: 80px;
  padding-top: 80px
}

.our-link-building-techniques.ecom-seo .audit-card-desc {
  padding-right: 27%
}

.our-link-building-techniques.enterprise {
  padding-bottom: 65px;
  padding-top: 60px
}

.our-link-building-techniques .section-header {
  text-align: center;
  margin-bottom: 30px
}

.our-link-building-techniques .section-header h2 {
  font-weight: 700;
  margin-bottom: 10px
}

.technicalbx {
  padding: 54px 60px;
  border: 6px solid #fff;
  background-image: url(../img/pattern-bx.png);
  border-radius: 20px;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 18px 20px 11px #00000014
}

.orange-bg {
  background-color: #FF5A16
}

.purple-bg {
  background-color: #70379E
}

.yellow-bg {
  background-color: #FB0
}

.technicalbx .right-elem img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  object-fit: cover
}

.audit-card-left h4 {
  font-size: 80px;
  font-family: "Clicker Script", cursive;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  line-height: 62px
}

.audit-card-left h3.audit-card-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  line-height: 40px
}

.audit-card-left p.audit-card-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  line-height: 26px
}

.audit-card-left ul.audit-card-desc li {
  position: relative;
  margin-bottom: 10px
}

.audit-card-left ul.audit-card-desc li:last-child {
  margin-bottom: 0
}

.audit-card-left ul.audit-card-desc li p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 26px
}

.audit-card-left ul.audit-card-desc li::before {
  content: "";
  position: absolute;
  left: -14px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #fff;
  top: 10px
}

ul.audit-card-desc.list-unstyled {
  padding-left: 14px
}

.customer-success-stories h2 {
  font-weight: 700;
  margin-bottom: 0
}

.customer-success-card {
  color: #fff;
  border-radius: 32px;
  box-shadow: 0 10px 36px rgb(25 15 44 / .14), 0 2px 8px rgb(0 0 0 / .09);
  margin: 0 0 0 0;
  padding: 44px 44px 40px 44px;
  position: relative
}

.customer-success-card.bg-1 {
  background-image: url(../img/red-bg.png);
  background-position: center;
  background-size: cover
}

.customer-success-card.bg-2 {
  background-image: url(../img/blue-bg.png);
  background-position: center;
  background-size: cover
}

.cs-card-content h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 28px;
  color: #fff;
  /* padding-right: 70px */
}

.cs-btn {
  background: #FFD138;
  color: #26215c;
  font-size: 1.22rem;
  font-weight: 700;
  border: none;
  border-radius: 32px;
  padding: 16px 36px 16px 24px;
  margin-bottom: 40px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 10px rgb(0 0 0 / .04);
  cursor: pointer;
  transition: background .2s;
  position: relative
}

.cs-card-content {
  text-align: start
}

.cs-card-content a {
  margin-bottom: 30px
}

.cs-btn-arrow {
  display: inline-block;
  background: #4C2E82;
  color: #fff;
  font-weight: 500;
  margin-left: 18px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 31px;
  font-size: 1.4rem;
  position: relative
}

.cs-card-stats-row {
  margin-top: 12px
}

.cs-stat-block {
  margin-bottom: 30px
}

.cs-stat-head {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 13px;
  color: #f5bd20;
  line-height: 31px;
}

.cs-stat-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 29px
}

.cs-stat-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px
}

.cs-card-img {
  text-align: right
}

.stackCard {
  margin-bottom: 40px
}

.cs-card-img img {
  position: absolute;
  right: 111px;
  bottom: 0;
  width: 23%
}

.customer-success-stories .it-project-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 8px;
  border-radius: 60px;
  display: inline-block;
  background-color: #E9E0F2;
  border: 0 solid rgb(33 33 45 / .1)
}

.customer-success-stories .it-project-arrow button.swiper-button-disabled {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 8px;
  border-radius: 60px;
  display: inline-block;
  background-color: #e9e0f280;
  border: 0 solid rgb(33 33 45 / .1)
}

section.second-faq-block .accordian-wrapper {
  background: linear-gradient(138deg, #fff0 0%, #fff0 100%);
  border-radius: 15px;
  position: relative
}

section.second-faq-block .faq-boxes {
  background-color: #fff;
  backdrop-filter: blur(10px);
  padding: 18px 35px 18px 25px;
  border-radius: 0;
  border-bottom: 2px solid #bababa38
}

section.second-faq-block .faq-boxes.active.accord-bx {
  background-image: url(../img/accordian-ng-img.png);
  background-repeat: no-repeat;
  background-size: cover
}

section.second-faq-block .faq-boxes.active {
  padding: 35px 35px 35px 25px;
  border-radius: 22px
}

section.second-faq-block .faq-boxes.active h3 {
  color: #fff
}

section.second-faq-block .faq-boxes.active .accordion-body p {
  color: #fff
}

section.second-faq-block .accordion-body {
  padding: 0 0 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #000
}

section.second-faq-block .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff0;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

section.second-faq-block .accordion-button h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 32px;
  color: #924DBF
}

section.second-faq-block .get-started-faq-inner .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  border: 6px solid #c3dae7;
  background-color: #0582d2;
  top: 28%
}

section.second-faq-block .accordion-button:not(.collapsed) {
  color: #fff0;
  background-color: #fff0;
  transition: 0.2s ease-in all;
  padding-bottom: 14px;
  border: 0;
  box-shadow: none
}

section.second-faq-block .accordion-button:focus {
  z-index: 3;
  border-color: #cecbdc;
  outline: 0;
  box-shadow: 0 0 0 .25rem #fff0
}

section.second-faq-block .accordion-item {
  background-color: #fff0;
  border: 0 solid rgb(0 0 0 / .125)
}

section.second-faq-block .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 37px;
  padding-left: 41px
}

section.second-faq-block .accordion-body ul li {
  color: #000;
  font-size: 18px;
  line-height: 32px
}

section.second-faq-block .accordion-body p a {
  color: #e65a63;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 600
}

section.second-faq-block .accordion-body li a {
  color: #e65a63;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 600
}

section.second-faq-block .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minimize-sign.svg);
  transform: rotate(-180deg);
  display: none
}

section.second-faq-block .accordion-button::after {
  margin-left: auto;
  content: "";
  background-image: url(../img/plus-sign.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-in-out;
  background-position: center;
  width: 15px;
  height: 15px
}

section.second-faq-block.gradient-second-block {
  padding: 80px 0
}

section.mind-blowinng-seo .FaqTitle {
  margin-bottom: 30px
}

.pricing-header {
  margin-bottom: 30px
}

section.mind-blowinng-seo .FaqTitle h2 {
  font-weight: 700;
  margin-bottom: 15px
}

section.mind-blowinng-seo .accord-number {
  font-size: 24px;
  color: #6f369d33;
  font-weight: 700;
  margin-right: 30px
}

section.second-faq-block .faq-boxes.active .accord-number {
  color: #fff;
  font-weight: 700
}

section.link-building-strategies {
  background-image: url(../img/static-bg.png);
  background-size: cover
}

.link-building-strategies .section-heading {
  position: relative
}

.link-building-strategies .section-heading h2 {
  color: #fff;
  font-weight: 700;
  line-height: 64px;
  z-index: 2;
  position: relative
}

.link-building-strategies .section-heading h2 span {
  color: #fff;
  font-weight: 700
}

.header-element img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1
}

.fixd-eleme img {
  position: absolute;
  bottom: 0;
  width: 72%;
  left: 0;
  right: 0;
  margin: 0 auto
}

.strategy-row {
  position: relative;
  display: flex;
  align-items: center;
  padding: 48px 60px 48px 110px;
  border-radius: 28px;
  overflow: visible;
  margin: 40px 0;
  box-sizing: border-box
}

.strategy-row.third-block {
  margin: 0 0 40px 0;
  padding: 22px 60px 48px 110px
}

.strategy-num-wrap {
  position: absolute;
  left: -25px;
  top: 23%;
  transform: translateY(-50%);
  z-index: 2
}

.strategy-row.third-block .strategy-num-wrap {
  position: absolute;
  left: -25px;
  top: 15%;
  transform: translateY(-50%);
  z-index: 2
}

.strategy-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ffffff4d;
  color: #FFBA00;
  font-size: 44px;
  font-weight: 500;
  background: #10042936;
  box-sizing: border-box
}

.strategy-num.orange {
  color: #FF5A16
}

.strategy-content {
  flex: 1 1 auto;
  z-index: 2
}

.strategy-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  margin-top: 0
}

.strategy-desc {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  padding-right: 21%
}

.strategy-desc .underline,
.strategy-desc span {
  display: block
}

.strategy-desc span .underline {
  color: #71B2FF;
  text-decoration: underline;
  font-weight: 500;
  display: inline
}

.strategy-icon {
  flex: none;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2
}

.strategy-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain
}

.strategy-border {
  position: absolute;
  left: 0;
  bottom: -78px;
  pointer-events: none;
  z-index: 1
}

.inner-scroll {
  padding-bottom: 220px
}

.strategy-row-blue {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 94px 57px 60px;
  min-height: 210px;
  border-radius: 28px;
  overflow: visible;
  margin: 40px 0;
  box-sizing: border-box;
  font-family: 'Inter', Arial, sans-serif;
  justify-content: space-between
}

.strategy-icon-blue {
  flex: none;
  margin-right: 0;
  margin-left: 44px;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2
}

.strategy-icon-blue img {
  width: 110px;
  height: 110px;
  object-fit: contain
}

.strategy-content-blue {
  flex: 1 1 auto;
  z-index: 2;
  text-align: right
}

.strategy-title-blue {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  margin-top: 0;
  text-align: right
}

.strategy-desc-blue {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  padding-left: 17%;
  text-align: right
}

.strategy-num-wrap-blue {
  position: absolute;
  right: -21px;
  top: 27px;
  transform: translateY(-50%);
  z-index: 2
}

.strategy-num-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2.5px solid #329bfa;
  color: #fff;
  background: #329bfa;
  font-size: 44px;
  font-weight: 600;
  box-sizing: border-box
}

.strategy-border-blue {
  position: absolute;
  left: 0;
  bottom: -68px;
  pointer-events: none;
  z-index: 1
}

.testimonial-card {
  background: #fff;
  border-radius: 24px;
  padding: 23px 32px 22px 32px;
  box-shadow: 0 4px 28px 0 rgb(105 55 175 / .08);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.testimonial-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px
}

.testimonial-left {
  flex: 1 1 0%
}

.brand-main {
  color: #233f80
}

.brand-dot {
  color: #fd7159
}

.brand-dev {
  color: #fd7159
}

.testimonial-text {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 26px;
  padding-right: 25%
}

.testimonial-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.testimonial-left .testimonial-author-row {
  width: 65%
}

.testimonial-card.swap-testi .testimonial-author-row {
  width: 100%
}

.testimonial-author {
  display: flex;
  flex-direction: column
}

.testimonial-author-name {
  font-weight: 600;
  font-size: 18px;
  color: #1a1a1a
}

.testimonial-author-title {
  font-size: 13px;
  color: #6a6a7c;
  margin-top: 0
}

.testimonial-rating {
  display: flex;
  gap: 4px
}

.star {
  color: #ffc92a;
  font-size: 1.55rem;
  vertical-align: -2px
}

.testimonial-img-col {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  height: 100%
}

.testimonial-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%
}

.testimonial-card.swap-testi .testimonial-img {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 35%;
}


.testimonial-card.swap-testi .testimonial-text {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 25px;
  padding-right: 0%;
}

.testimonial-card.swap-testi .testimonial-left {
  padding-left: 25%
}

.testimonial-card.swap-testi .testimonial-brand {
  margin-bottom: 0
}

.dsl-footer {
  background-image: url(../img/footer-bg.png);
  background-position: center;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}

.padding-bottom-low {
  padding-bottom: 26px
}

.footer-logo {
  width: 100px;
  height: auto
}

.footer-mission {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0
}

.newsletter {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  margin: 30px 0
}

.footer-newsletter-title {
  font-weight: 700;
  font-size: 22px;
  color: #fff
}

.footer-rating img {
  margin: 0 13px
}

.footer-newsletter {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px
}

.padding-left-col {
  padding-left: 110px
}

.footer-newsletter-form {
  background: #221741;
  border-radius: 28px;
  overflow: hidden;
  max-width: 340px
}

.footer-input {
  background: #fff0;
  border: none;
  padding: 12px 18px;
  color: #fff;
  border-radius: 0;
  font-size: 1em;
  flex: 1 1 auto;
  outline: none
}

.footer-btn {
  background: #FFD231;
  color: #28173a;
  font-weight: 600;
  border-radius: 26px;
  border: none;
  padding: 0 24px;
  margin-left: -20px;
  z-index: 2;
  display: flex;
  align-items: center;
  box-shadow: none;
  transition: background 0.2s
}

.footer-btn-arrow {
  font-size: 1.3em;
  margin-left: 4px
}

.footer-btn:hover {
  background: #ffe373
}

.footer-contact-item {
  gap: 10px
}

.footer-icon {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0
}

.footer-map-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px
}

.footer-map-img img {
  width: 100%;
  font-size: 22px;
  font-weight: 700
}

.footer-contact {
  margin-bottom: 30px;
  margin-top: 7px
}

.footer-contact-text {
  font-size: 15px;
  color: #fff;
  font-weight: 500
}

.footer-col-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px
}

.footer-links {
  list-style: none;
  padding: 0
}

.footer-links li {
  margin-bottom: 13px;
  line-height: 25px
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s
}

.solution {
  margin: 35px 0
}

.other-links {
  margin-top: 35px
}

.footer-links a:hover {
  color: #FFD231;
  text-decoration: none
}

.footer-bottom {
  border-top: 1px solid #ffffff17;
  padding-top: 24px;
  margin-top: 20px
}

.footer-copyright {
  color: #fff;
  font-size: 16px;
  font-weight: 400
}

.footer-rating-score {
  font-weight: 600;
  margin-right: 5px
}

.footer-rating-star::before {
  content: "★";
  color: #FFD231;
  font-size: 1.2em;
  margin: 0 4px
}

.footer-rating-txt {
  margin-left: 4px;
  font-size: .98em
}

.footer-socials a {
  color: #fff;
  font-size: 20px;
  margin-right: 22px;
  transition: color 0.18s
}

.footer-socials a:last-child {
  margin-right: 0
}

.footer-socials a:hover {
  color: #FFD231
}

section.third-faq-block .accordian-wrapper {
  background: linear-gradient(138deg, #fff0 0%, #fff0 100%);
  padding: .15rem;
  border-radius: 15px;
  position: relative
}

.img-hover-reveal {
  text-align: center
}

section.third-faq-block .faq-boxes {
  background-color: #fff;
  backdrop-filter: blur(10px);
  padding: 10px 15px 10px 15px;
  border-radius: 0;
  border-bottom: 2px solid #bababa38;
  position: relative
}

section.third-faq-block .faq-boxes.active {
  padding: 50px 15px 50px 15px
}

section.third-faq-block .faq-boxes.active h3 {
  color: #924DBF
}

section.third-faq-block .faq-boxes.active .accordion-body p {
  color: #000
}

section.third-faq-block .accordion-body {
  padding: 0 0 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #000
}

section.third-faq-block .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff0;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

section.third-faq-block .accordion-button .row {
  width: 100%;
  align-items: center
}

section.third-faq-block .accordion-button h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 32px;
  color: #000
}

section.third-faq-block .get-started-faq-inner .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  border: 6px solid #c3dae7;
  background-color: #0582d2;
  top: 28%
}

section.third-faq-block .accordion-button:not(.collapsed) {
  color: #fff0;
  background-color: #fff0;
  transition: 0.2s ease-in all;
  padding-bottom: 0;
  border: 0;
  box-shadow: none
}

section.third-faq-block .tp-btn-black-radius.btn-blue-bg.tab-btn {
  padding-left: 0;
  background-color: #fff0
}

section.third-faq-block .accordion-button:focus {
  z-index: 3;
  border-color: #cecbdc;
  outline: 0;
  box-shadow: 0 0 0 .25rem #fff0
}

section.third-faq-block .accordion-item {
  background-color: #fff0;
  border: 0 solid rgb(0 0 0 / .125)
}

section.third-faq-block .accordion-body p {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  padding-right: 11%;
  line-height: 26px
}

section.third-faq-block .accordion-body ul li {
  color: #000;
  font-size: 18px;
  line-height: 32px
}

section.third-faq-block .accordion-body p a {
  color: #e65a63;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 600
}

section.third-faq-block .accordion-body li a {
  color: #e65a63;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 600
}

section.third-faq-block .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minimize-sign.svg);
  transform: rotate(-180deg);
  display: none
}

section.third-faq-block .accordion-button::after {
  margin-left: auto;
  content: "";
  background-image: url(../img/plus-sign.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-in-out;
  background-position: center;
  width: 20px;
  height: 20px;
  display: none
}

section.third-faq-block.gradient-third-block {
  padding: 80px 0 80px 0
}

section.mind-blowinng-seo .FaqTitle h2 {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.13
}

.FaqSection .FaqTitle p {
  margin-bottom: 36px
}

section.mind-blowinng-seo .accord-number {
  font-size: 20px;
  color: #6f369d33;
  font-weight: 700;
  margin-right: 14px
}

section.third-faq-block .faq-boxes.active .accord-number {
  font-size: 20px;
  color: #6F369D;
  font-weight: 700
}

ul.secondary-menu {
  margin: 0;
  padding: 0 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  min-height: 70px;
  gap: 54px;
  background: #f7be24;
  position: relative
}

.secondary-menu li {
  display: flex;
  align-items: center;
  position: relative
}

.seo-trust-section .sticky-top {
  z-index: 1
}

.secondary-menu a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  border: 0;
  position: relative
}

.secondary-menu a.active,
.secondary-menu a:hover {
  color: #111
}

.secondary-menu a.active::after,
.secondary-menu a:hover::after {
  content: "";
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 4px;
  background: #111;
  transition: width 0.3s;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0
}

.secondary-menu a::after {
  content: "";
  display: block;
  margin: 0 auto 0 auto;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  background: #111;
  border-radius: 2px;
  transition: width 0.3s
}

.secondary-menu .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #111;
  border-radius: 50%
}

.sldier-process {
  margin-top: 70px
}

#processSlider {
  overflow: hidden;
  height: 1440px;
  margin-bottom: 300px;
  padding: 0 60px
}

.home-process #processSlider {
  overflow: hidden;
  height: 1650px;
  margin-bottom: 260px;
  padding: 0 60px
}

#processSlider .processImg img {
  width: 100%
}

#processSlider .swiper-slide {
  height: auto !important
}

#processSlider .swiper-slide:nth-child(3) {
  padding: 0 0
}

#processSlider .swiper-slide:nth-child(3) .strategy-border {
  position: absolute;
  left: 0;
  bottom: -160px;
  pointer-events: none;
  z-index: 1
}

#processSlider .swiper-slide:nth-child(7) .strategy-border {
  position: absolute;
  left: 0;
  bottom: -160px;
  pointer-events: none;
  z-index: 1
}

#processSlider .swiper-slide:nth-child(3) .strategy-row.third-block {
  margin: 0 0 0 0;
  padding: 22px 60px 0 110px
}

#processSlider .swiper-slide:nth-child(7) .strategy-row.third-block {
  margin: 0 0 0 0;
  padding: 22px 60px 0 110px
}

#processSlider .swiper-slide:nth-child(6) .strategy-border {
  position: absolute;
  left: 0;
  bottom: -160px;
  pointer-events: none;
  z-index: 1
}

#processSlider .swiper-slide:nth-child(6) .strategy-row.third-block {
  margin: 0 0 0 0;
  padding: 22px 60px 0 110px
}

#processSlider .swiper-slide:nth-child(4) .strategy-border-blue {
  position: absolute;
  left: 0;
  bottom: -108px;
  pointer-events: none;
  z-index: 1
}

.process-card {
  background-color: #0006;
  border-radius: 20px;
  padding: 33px;
  border: 2px solid #ffffff1c
}

.process-card .process-title h3 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 37px
}

.process-card .process-text p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0
}

.process-card .prcoess-img {
  text-align: left
}

.process-card .prcoess-img img {
  width: 90px;
  margin-bottom: 15px
}

.process-card .float-number {
  font-weight: 700;
  font-size: 47px;
  line-height: 80px;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff47;
  border-radius: 50px;
  display: block;
  text-align: center
}

.process-card .float-number.oranege {
  color: #FF5A16
}

.process-card .float-number.yellow {
  color: #FFBA00
}

.process-card .float-number.blue {
  color: #fff;
  background-color: #007AFD
}

.fixed-cta {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 50% 12px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 22px
}

.fixed-cta-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #b3b3b324;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex
}

.fixed-cta {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  width: min(980px, calc(100% - 32px));
  z-index: 10000;
  transition: transform .25s ease, opacity .25s ease, visibility .25s;
  opacity: 1;
  visibility: visible;
  pointer-events: none
}

.fixed-cta-wrap {
  pointer-events: auto;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  background: rgb(255 255 255 / .08);
  border: 1px solid rgb(255 255 255 / .15);
  backdrop-filter: blur(10px)
}

.fixed-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 16px)
}

body.has-fixed-cta {
  padding-bottom: 96px
}

.case-study-wrapper {
  padding: 120px 0
}

.caseStudy-heading p {
  color: #000;
  line-height: 30px
}

.caseStudy-heading h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 44px;
  margin-bottom: 14px;
  color: #000
}

.case-study-wrapper .case-element-1 img,
.case-study-wrapper .case-element-2 img,
.case-study-wrapper .case-element-3 img,
.case-study-wrapper .case-element-4 img {
  position: absolute
}

.case-study-wrapper .case-element-1 img {
  top: 130px;
  left: 290px
}

.case-study-wrapper .case-element-2 img {
  top: 110px;
  right: 350px
}

.case-study-wrapper .case-element-3 img {
  top: -64px;
  right: 0
}

.case-study-wrapper .case-element-4 img {
  top: -60px;
  left: 20px
}

.case-study-listing {
  padding-bottom: 80px
}

.slow {
  position: fixed;
  width: 100%;
  margin: 0 auto
}

#wiyono {
  width: 100vw;
  margin: 0 auto
}

.iw {
  width: 100vw;
  height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  margin-bottom: 1vw
}

.konten {
  width: 90vw;
  min-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  justify-content: center
}