/*-----------------------------------------------------------------------------------

  Theme Name: Adon - Creative Agency Portfolio HTML Template
  Author: ravextheme
  Support: https://support.ravextheme.com/
  Description:  Adon - Creative Agency Portfolio HTML Template
  Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* cursor css */
/* header css */
/* footer css */
/* digital agency page css */
/* startup agency page css */
/* creative agency page css */
/* design studio page css */
/* branding agency page css */
/* video production page css */
/* portfolio minimal page css */
/* Portfolio Grid page css */
/* full screen menu slider page css */
/* ai agency page css */
/* about us page css */
/* service page css */
/* service details page css */
/* work page css */
/* work details page css */
/* team page css */
/* team details page css */
/* blog page css */
/* blog details page css */
/* contact page css */
/* error page css */
/* marketing agency page css */
/* modern agency page css */
/* image reveal hover page css */
/* agency portfolio page css */
/* agency portfolio 2 page css */
/* portfolio massonary page css */
/* portfolio full page css */
/* full screen clam slider page css */
/* variable css */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --primary: #111111;
  --secondary: #555555;
  --border: rgba(17, 17, 17, 0.1);
  --bg: #111111;
  --theme: #FA814D;
  --black: #111111;
  --white: #FFFFFF;
  --action: #FA814D;
}

/* typography css */
/* dm sans  */
/* bdo grotesk  */
@font-face {
  font-family: "BDOGrotesk";
  src:
    url("../fonts/BDOGrotesk-DemiBold.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "BDOGrotesk";
  src:
    url("../fonts/BDOGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "BDOGrotesk";
  src:
    url("../fonts/BDOGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Ultralight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "PPEditorialNew-Regular";
  src: url("../fonts/PPEditorialNew-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Italic.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Thin.otf");
  font-weight: 200;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Astro-Nebula";
  src: url("../fonts/Astro-Nebula-Light.otf");
  font-weight: 300;
}
:root {
  --font_dmsans: "DM Sans", sans-serif;
  --font_bdogrotesk: "BDOGrotesk";
  --font_ppeditor: "PPEditorialNew-Italic";
  --font_ppeditorialnewregular: "PPEditorialNew-Regular";
  --font_tartuffotrial: "Tartuffo_Trial-Regular";
  --font_astronebula: "Astro-Nebula";
  --font_awesome: 'Font Awesome 6 pro';
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_dmsans);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.ls-none li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary);
}
@media only screen and (max-width: 1399px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* animation css */

@keyframes t-Bubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-SlideBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes t-reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes t-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes t-characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes t-sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}
@keyframes t-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* common css */
/* Scrollbar styling */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Utility classes for positioning */

/* Container with max-width and padding */
.rr-container-1900 {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* Background color classes */
.rr-bg-primary {
  background-color: var(--primary);
  /* Primary background color */
}

/* Full background image styling */

/* Centering utility */

/* Parallax view styling */
.parallax-view {
  overflow: hidden;
}

.section-subtitle {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 8px;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
  border-radius: 500px;
  color: var(--primary);
  display: inline-block;
  border: 1px solid var(--primary);
  text-transform: capitalize;
}
.section-subtitle::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.section-subtitle.sub--white {
  color: var(--white);
  border-color: var(--white);
  font-weight: 400;
}
.section-subtitle.sub--white::before {
  background-color: var(--white);
}

/* Section title styling with responsive font sizes */
.section-title {
  font-size: 90px;
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title {
  /* Specific font family and weight */
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}
.section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

/* Section spacing with responsive padding */

/* Container styling with full HD support */
.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Inverted text style */

/* Side info and offcanvas styling */

/* Offset header and logo styling */

/* Offset widget box styling */
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* Mobile menu customization */

/* Sticky header styling */

/* page title style  */
.side-info-4 .offcanvas-4 .contact-item .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  margin-bottom: 30px;
}
.dark .side-info-4 .offcanvas-4 .contact-item .title {
  color: #555555;
}

/* inverted text style  */

/* =========================================================
BASE CUSTOM CURSOR SETUP
========================================================= */
html[data-cursor=c1],
html[data-cursor=c1] *,
html[data-cursor=c1] button,
html[data-cursor=c1] a,
html[data-cursor=c1] input,
html[data-cursor=c1] textarea,
html[data-cursor=c1] select {
  cursor: none !important;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999999999;
  pointer-events: none;
  transition: opacity 0.15s ease-out;
}

.custom-cursor img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1399px) {
  .custom-cursor img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-cursor img {
    max-width: 40px;
  }
}

/* theme css */
html {
  --container-max-widths: 1320px;
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

body {
  background-color: #FFFFFF;
  color: var(--secondary);
}

.body-wrapper {
  background-color: var(--white);
}
.body-wrapper.dark {
  background-color: var(--black);
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.mb--1 {
  margin-bottom: -1px;
}

.show-light {
  display: inline-block;
}
.dark .show-light {
  display: none;
}

.show-dark {
  display: none;
}
.dark .show-dark {
  display: inline-block;
}

.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper {
  direction: ltr;
}

/* preloader css */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--action);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* scroll css */

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}
.light.progress-wrap svg path {
  fill: var(--black);
}
.light.progress-wrap::after {
  color: var(--white);
}

/* button css */

.rr-btn {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 25px 36px;
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.dark .rr-btn {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rr-btn {
    padding: 18px 29px;
  }
}
@media (max-width: 575px) {
  .rr-btn {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}
.dark .rr-btn:hover .btn-wrap .text-two, .dark .rr-btn:focus .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background-color: var(--white);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.dark .rr-btn::before {
  background-color: var(--black);
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-one {
  color: var(--black);
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-two {
  color: var(--black);
}
.rr-btn.btn-border {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: transparent;
  color: var(--black);
  padding: 25px 42px;
}
.rr-btn.btn-border:hover, .rr-btn.btn-border:focus {
  border-color: transparent;
  color: white;
}
.rr-btn.btn-border:hover .text-two, .rr-btn.btn-border:focus .text-two {
  color: #F9F9F9;
}
.rr-btn.btn-border .btn-wrap .text-one {
  color: var(--black);
}
.rr-btn.btn-border .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn.btn-border-white {
  border: 1px solid rgba(252, 247, 243, 0.1);
  background-color: transparent;
}
.rr-btn.btn-white {
  border-radius: 20px;
  padding: 25px 25px;
  border-color: transparent;
  background-color: var(--white);
}
.rr-btn.btn-white::before {
  background-color: var(--primary);
}
.rr-btn.btn-white .text-one,
.rr-btn.btn-white .text-two {
  gap: 119px;
  display: flex;
}
@media only screen and (max-width: 1399px) {
  .rr-btn.btn-white .text-one,
  .rr-btn.btn-white .text-two {
    gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rr-btn.btn-white .text-one,
  .rr-btn.btn-white .text-two {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rr-btn.btn-white .text-one,
  .rr-btn.btn-white .text-two {
    gap: 20px;
  }
}
.rr-btn.btn-white .btn-wrap .text-one {
  color: var(--primary);
}
.rr-btn.btn-white .btn-wrap .text-two {
  color: var(--white);
}

.rr-btn-plus {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
  padding: 20px 50px 20px 33px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.dark .rr-btn-plus {
  background-color: var(--black);
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rr-btn-plus {
    padding: 10px 20px 10px 18px;
  }
}
@media (max-width: 575px) {
  .rr-btn-plus {
    font-size: 14px;
  }
}
.rr-btn-plus:hover .icon:before, .rr-btn-plus:focus .icon:before {
  transform: scale(30);
}
.rr-btn-plus:hover .btn-wrap .text-one, .rr-btn-plus:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn-plus:hover .btn-wrap .text-two, .rr-btn-plus:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}
.dark .rr-btn-plus:hover .btn-wrap .text-two, .dark .rr-btn-plus:focus .btn-wrap .text-two {
  color: var(--black);
}
.rr-btn-plus .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 48px;
}
.rr-btn-plus .icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFB088;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.7s;
}
.rr-btn-plus .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-plus .btn-wrap .text-one,
.rr-btn-plus .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn-plus .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--black);
  transition: all 0.5s;
}
.dark .rr-btn-plus .btn-wrap .text-one {
  color: var(--white);
}
.rr-btn-plus .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--black);
  transition: all 0.5s;
}
.dark .rr-btn-plus .btn-wrap .text-two {
  color: var(--black);
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

/* menu css */
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-with-number li a.active span {
  color: var(--white);
}
.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}
.sidebar-menu li a.active {
  color: var(--primary);
}

/* mean menu customize */
.light .menu-with-number li a.active span {
  color: var(--black);
}
.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/* modal css */

/* cursor css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Exclusion and Blending Modes */

/* Cursor Visibility and Transformations */

/*----------------------------------------*/
/*  Context-Specific Styles  */
/*----------------------------------------*/
.cb-cursor-text.portfolio .hover-display .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.cb-cursor.-portfolio .content {
  position: absolute;
  top: 0px;
  left: 0px;
}
.cb-cursor.-portfolio .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 27px;
  background-color: var(--white);
  padding: 15px 20px 13px;
  white-space: nowrap;
  color: var(--black);
  font-family: var(--font_tartuffotrial);
}
.cb-cursor.-portfolio .meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  white-space: nowrap;
  line-height: 27px;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}

/* header css */
/* header area style  */
@media (min-width: 1650px) {
  .header-area .container.large {
    max-width: 1650px;
  }
}
.header-area .header__logo img {
  width: 100px;
}
.header-area .header__navicon {
  margin-left: auto;
}
.header-area .header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* header area 2 style  */
.header-area-2 .header__logo img {
  width: 100px;
}
.header-area-2 .side-toggle .bar-icon {
  width: 25px;
  height: 12px;
}
.header-area-2 .side-toggle .bar-icon span {
  background-color: var(--black);
  height: 2px;
  border-radius: 500px;
}
.header-area-2 .side-toggle .bar-icon span:nth-child(1) {
  margin-left: 7px;
  width: 18px;
}
.header-area-2 .side-toggle .bar-icon span:nth-child(3) {
  margin-left: 17px;
  width: 8px;
}
.header-inner .header__navicon {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header-inner .header__navicon .rr-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 11.5px 23px;
  letter-spacing: -0.64px;
}
@media (max-width: 575px) {
  .header-inner .header__navicon .rr-btn {
    display: none;
  }
}
.header-inner .side-toggle .bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.4);
  transition: all 0.5s;
}
.header-inner .side-toggle .bar-icon svg * {
  transition: all 0.5s;
}
.header-inner .side-toggle .bar-icon:hover {
  background-color: var(--primary);
  border-color: transparent;
}
.header-inner .side-toggle .bar-icon:hover svg * {
  fill: var(--white);
}
.header-inner .side-toggle .bar-icon img {
  width: 15px;
}

/* header area 3 style  */
.header-area-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-3__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 100px;
  padding: 20px 25px 20px 30px;
  margin-top: 10px;
  border-radius: 20px;
  width: 950px;
  background-color: var(--white);
}
.dark .header-area-3__inner {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .header-area-3__inner {
    width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-3__inner {
    width: 500px;
    height: 80px;
    padding: 10px 20px 10px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-3__inner {
    width: 100%;
  }
}
.header-area-3 .sticky,
.header-area-3 .transformed {
  background-color: #FFFFFF;
}
.header-area-3 .header__logo img {
  width: 100px;
}
.header-area-3 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 29px 10px;
  color: var(--white);
}
.header-area-3 .main-menu li a:hover {
  color: var(--white);
}
.header-area-3 .search-icon {
  color: var(--primary);
}
.header-area-3 .rr-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 22px 32px;
  border-radius: 20px;
  border: none;
}
.header-area-3 .rr-btn:hover {
  background: linear-gradient(135deg, #FFD9C7 0%, #FFB199 35%, #FF8B6B 70%, #FF6B47 100%);
  border-color: transparent;
}
.header-area-3 .rr-btn:before {
  background: linear-gradient(135deg, #FFD9C7 0%, #FFB199 35%, #FF8B6B 70%, #FF6B47 100%);
}
.header-area-3 .header__logo {
  margin-right: auto;
}
@media (max-width: 575px) {
  .header-area-3 .header__btn {
    display: none;
  }
}
.header-area-3 .header__navicon {
  position: relative;
}
.header-area-3 .side-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .header-area-3 .side-toggle {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-area-3 .side-toggle:hover {
  background-color: #FFB088;
  border-color: transparent;
}
.header-area-3 .dot {
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background: var(--primary);
  transition: all 0.4s ease;
}
.header-area-3 .offcanvas-3 {
  top: 0;
  right: 0;
  height: auto;
  padding: 100px;
  position: absolute;
  border-radius: 20px;
  overflow-y: scroll;
  pointer-events: none;
  background-color: var(--white);
  transform-origin: 100% 0%;
  transition: all 0.5s ease-in;
  clip-path: inset(0% 0% 100% 100%);
  will-change: transform, opacity, filter;
  transform: translate3d(0, 0, 0) scale(0);
}
.dark .header-area-3 .offcanvas-3 {
  background-color: var(--black);
}
.header-area-3 .offcanvas-3.info-open {
  opacity: 1;
  filter: none;
  height: 990px;
  margin: -20px;
  margin-right: -25px;
  pointer-events: auto;
  width: 950px;
  overflow-y: scroll;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3.info-open {
    width: 700px;
    height: 100vh;
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3.info-open {
    width: 500px;
    padding: 100px 30px 50px;
    margin: -10px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-3 .offcanvas-3.info-open {
    width: calc(100vw - 25px);
    padding: 100px 30px 50px;
  }
}
@media (max-width: 575px) {
  .header-area-3 .offcanvas-3.info-open {
    padding: 100px 20px 50px;
  }
}
.header-area-3 .offcanvas-3 .offset-header {
  display: flex;
  align-items: center;
  padding: 29px 30px;
  justify-content: space-between;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background-color: #F3F3F3;
}
.dark .header-area-3 .offcanvas-3 .offset-header {
  background-color: #1B1B1B;
  border-color: rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-header {
    padding: 25px 15px;
  }
}
@media (max-width: 575px) {
  .header-area-3 .offcanvas-3 .offset-header {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.header-area-3 .offcanvas-3 .offset-header h6 {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.48px;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-header h6 {
    font-size: 15px;
  }
}
.header-area-3 .offcanvas-3 .offset-header .date {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: var(--font_bdogrotesk);
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-header .date {
    font-size: 15px;
  }
}
.header-area-3 .offcanvas-3 .offset-logo {
  width: 95px;
  margin-right: 100px;
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .offset-logo {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .offcanvas-3 .offset-logo {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .header-area-3 .offcanvas-3 .offset-logo {
    width: 95px;
  }
}
.header-area-3 .offcanvas-3 .offset-logo img {
  width: 100%;
}
.header-area-3 .offcanvas-3 .contact-meta {
  display: grid;
  margin-bottom: 96px;
  grid-template-columns: 338px 1fr;
}
.header-area-3 .offcanvas-3 .contact-meta *:not(:first-child) {
  margin-top: 0px;
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .contact-meta {
    grid-template-columns: 225px 1fr;
  }
}
.header-area-3 .offcanvas-3 .contact-info {
  display: flex;
  gap: 154px;
}
.header-area-3 .offcanvas-3 .contact-info-item .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  margin-bottom: 25px;
}
.header-area-3 .offcanvas-3 .contact-info-item a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.header-area-3 .offcanvas-3 .contact-info-item a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}
.header-area-3 .offcanvas-3 .contact-info-item a:hover {
  color: var(--secondary);
}
.header-area-3 .offcanvas-3 .contact-info-item a:hover::before {
  width: 0;
}
.header-area-3 .offcanvas-3 .contact-item {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.header-area-3 .offcanvas-3 .contact-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  color: #999999;
}
.dark .header-area-3 .offcanvas-3 .contact-item .title {
  color: #555555;
}
.header-area-3 .offcanvas-3 .contact-item .socail-media li {
  list-style: none;
}
.header-area-3 .offcanvas-3 .contact-item .socail-media li a {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color: var(--primary);
  letter-spacing: -0.54px;
  font-family: var(--font_bdogrotesk);
}
.header-area-3 .offcanvas-3 .contact-item .socail-media li a:hover {
  color: var(--secondary);
}
.header-area-3 .offcanvas-3 .contact-item .nav-list li {
  list-style: none;
}
.header-area-3 .offcanvas-3 .contact-item .nav-list li a {
  color: #999;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.5px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1919px) {
  .header-area-3 .offcanvas-3 .contact-item .nav-list li a {
    font-size: 40px;
  }
}
.header-area-3 .offcanvas-3 .contact-item .nav-list li a:hover {
  color: var(--black);
}
.dark .header-area-3 .offcanvas-3 .contact-item .nav-list li a:hover {
  color: var(--white);
}
.header-area-3 .offcanvas-3 .side-info-close {
  right: 20px;
  top: 20px;
  width: 107px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  line-height: 20px;
  border-radius: 15px;
  gap: 15px;
  border: none;
  background: transparent;
  color: var(--primary);
  align-items: center;
  letter-spacing: -0.48px;
  font-family: var(--font_bdogrotesk);
}
.header-area-3 .offcanvas-3 .side-info-close span {
  width: 50px;
  height: 50px;
  display: flex;
  min-width: 50px;
  border-radius: 15px;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .header-area-3 .offcanvas-3 .side-info-close span {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-area-3 .offcanvas-3 .side-info-close:hover {
  transform: rotate(0deg);
}
.header-area-3 .offcanvas-3 .side-info-close:hover span {
  background: #FFB088;
  border-color: transparent;
  color: var(--black);
}

/* header area 4 style  */
.header-area-4 .header__logo img {
  width: 100px;
}
.header-area-4 .rr-btn {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 26px;
  border-radius: 50px;
}
.header-area-4 .header__logo {
  margin-right: auto;
}
@media (max-width: 575px) {
  .header-area-4 .header__btn {
    display: none;
  }
}
.header-area-4 .side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 50%;
  transition: all 0.5s;
}
.header-area-4 .side-toggle svg * {
  transition: all 0.5s;
}
.dark .header-area-4 .side-toggle svg * {
  fill: var(--white);
}
.header-area-4 .side-toggle:hover {
  background-color: var(--primary);
  border-color: transparent;
}
.header-area-4 .side-toggle:hover svg * {
  fill: var(--white);
}
.dark .header-area-4 .side-toggle:hover svg * {
  fill: var(--black);
}

/* header area 5 style  */
.header-area-5 .header__logo img {
  width: 100px;
}
.header-area-5 .rr-btn {
  border-radius: 15px;
  padding: 14px 25px;
  background-color: var(--white);
  border-color: transparent;
}
.dark .header-area-5 .rr-btn {
  background-color: var(--black);
}
.header-area-5 .rr-btn:before {
  background-color: transparent;
}
.header-area-5 .rr-btn .text-one,
.header-area-5 .rr-btn .text-two {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.dark .header-area-5 .rr-btn .text-one,
.dark .header-area-5 .rr-btn .text-two {
  color: var(--white);
}
.header-area-5 .rr-btn .text-one::before,
.header-area-5 .rr-btn .text-two::before {
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--black);
}
.dark .header-area-5 .rr-btn .text-one::before,
.dark .header-area-5 .rr-btn .text-two::before {
  background-color: var(--white);
}
@media (max-width: 575px) {
  .header-area-5 .header__btn {
    display: none;
  }
}
.header-area-5 .side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}
.dark .header-area-5 .side-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-area-5 .side-toggle:hover {
  background-color: #FFB088;
  border-color: transparent;
}
.header-area-5 .side-toggle:hover svg * {
  fill: var(--black);
}
.header-area-5 .side-toggle svg * {
  fill: var(--primary);
}

/* header area 7 style  */
.header-area-7 .header__logo img {
  width: 100px;
}
.header-area-7 .header__navicon {
  gap: 20px;
  display: flex;
  align-items: center;
}
.header-area-7 .header__navicon .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-area-7 .header__navicon .btn-line {
    display: none;
  }
}
.header-area-7 .header__navicon .btn-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: var(--primary);
}
.header-area-7 .header__navicon .btn-line:hover {
  color: var(--secondary);
}
.header-area-7 .header__navicon .btn-line:hover::before {
  width: 0;
}
.header-area-7 .header__navicon .rr-btn {
  padding: 15px 22px;
  font-size: 14px;
  text-transform: uppercase;
}
.header-area-7 .side-toggle .bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.4);
  transition: all 0.5s;
}
.dark .header-area-7 .side-toggle .bar-icon {
  border-color: rgba(248, 242, 239, 0.4);
}
.header-area-7 .side-toggle .bar-icon:hover {
  background-color: var(--primary);
  border-color: transparent;
}
.header-area-7 .side-toggle .bar-icon:hover svg * {
  fill: var(--white);
}
.dark .header-area-7 .side-toggle .bar-icon:hover svg * {
  fill: var(--black);
}
.header-area-7 .side-toggle .bar-icon img {
  width: 15px;
}
.header-area-7 .side-toggle .bar-icon svg * {
  transition: all 0.5s;
}
.dark .header-area-7 .side-toggle .bar-icon svg * {
  fill: var(--white);
}

@keyframes qode-draw {
  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);
  }
}
/* header area 8 style  */
.header-area-8 .header__logo img {
  width: 112px;
}

/* header area 6 style  */
.header-area-6 .header__logo img {
  width: 100px;
}
.header-area-6 .header__logo {
  margin-right: auto;
}
.header-area-6 .side-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  transition: all 0.5s;
}
.dark .header-area-6 .side-toggle {
  border-color: rgba(255, 255, 255, 0.2);
}
.header-area-6 .side-toggle:hover {
  background-color: #FFB088;
  border-color: transparent;
}
.header-area-6 .side-toggle:hover svg * {
  fill: var(--black);
}
.header-area-6 .side-toggle svg * {
  fill: var(--primary);
  transition: all 0.5s;
}

/* header area 17 style  */
.header-area-17 .header__logo {
  margin-left: 20px;
}
.header-area-17 .header__logo img {
  width: 83px;
}
.header-area-17 .header__logo .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  padding: 5px 0;
  border-left: 1px solid var(--primary);
  padding-left: 20px;
  margin-left: 20px;
}
@media (max-width: 400px) {
  .header-area-17 .header__logo .info {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-17 .header__btn {
    display: none;
  }
}
.header-area-17 .header__navicon {
  text-align: end;
}
.header-area-17 .side-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid rgba(17, 17, 17, 0.15);
  position: relative;
  margin-right: 20px;
}
.dark .header-area-17 .side-toggle {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-area-17 .side-toggle:hover {
  background-color: #FB7515;
  border-color: transparent;
}

/* footer css */
/* footer area style  */
.footer-area.footer-area-5 .footer-widget-box .title {
  color: #999999;
}
.dark .footer-area.footer-area-5 .footer-widget-box .title {
  color: #999999;
}
.footer-area.footer-area-5 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: var(--white);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area.footer-area-5 .subscribe-form .input-field {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .footer-area.footer-area-5 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area.footer-area-5 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
.footer-area.footer-area-5 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area.footer-area-5 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area.footer-area-5 .subscribe-form .input-field i {
  rotate: -45deg;
  font-size: 20px;
  color: var(--primary);
}
.footer-area.footer-area-5 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
.footer-area.footer-area-5 .subscription-text .text a {
  position: relative;
}
.footer-area.footer-area-5 .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area.footer-area-5 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area.footer-area-5 .copyright-text .text a {
  color: #999999;
}
.dark .footer-area.footer-area-5 .copyright-text .text a {
  color: #999999;
}
.footer-area .footer-widget-wrapper-box .content .title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -3.5px;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
  display: inline-block;
}
.dark .footer-area .footer-widget-wrapper-box .content .title {
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper-box .content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.footer-area .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #999999;
  font-family: var(--font_dmsans);
}
.dark .footer-area .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
.footer-area .copyright-text .text {
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-text .text {
    font-size: 20px;
  }
}
.footer-area .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area .copyright-text .text a {
  color: #555555;
}
.footer-area .copyright-text .text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area .copyright-text .text a:hover {
  color: var(--black);
}
.dark .footer-area .copyright-text .text a:hover {
  color: var(--white);
}
.footer-area .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 2 style  */
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-box.content .title {
    font-size: 55px;
    line-height: 65px;
  }
  .footer-area-2 .footer-widget-box.content .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-box.content .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.footer-area-2 .footer-widget-box.content .title span {
  font-family: var(--font_ppeditor);
}

/* footer area 3 style  */
.footer-3-area-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 780px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -3px;
}
@media only screen and (max-width: 1919px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr 580px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-3-area-inner {
    grid-template-columns: 1fr;
  }
}

.footer-3-logo img {
  max-width: 223px;
}
@media only screen and (max-width: 1199px) {
  .footer-3-logo img {
    max-width: 173px;
  }
}

.footer-3-link-box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px;
}
.dark .footer-3-link-box {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .footer-3-link-box {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-link-box {
    padding: 20px 20px;
  }
}

.footer-3-social {
  margin-top: 30px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.footer-3-social a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  border: 1px solid rgba(17, 17, 17, 0.15);
  padding: 21px 19px;
  border-radius: 20px;
  display: inline-block;
}
.dark .footer-3-social a {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .footer-3-social a {
    padding: 16px 19px;
  }
}
.footer-3-social a:hover {
  background-color: #FFB088;
  border-color: transparent;
}

.footer-3-subscription-text {
  background-color: var(--white);
  border-radius: 20px;
  padding: 45px 30px 47px;
}
.dark .footer-3-subscription-text {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .footer-3-subscription-text {
    padding: 35px 30px 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-subscription-text {
    padding: 15px 20px 17px;
  }
}
.footer-3-subscription-text .text {
  font-family: var(--fotn_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}

.footer-3-newsletter-box {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.footer-3-subscription-text {
  flex-grow: 1;
}

.footer-3-subscribe-form .input-field {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-3-subscribe-form input {
  width: 100%;
  background-color: var(--white);
  border: 0;
  outline: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--primary);
  height: 100px;
  padding: 20px 30px;
  border-radius: 20px;
}
.dark .footer-3-subscribe-form input {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .footer-3-subscribe-form input {
    height: 80px;
    padding: 20px 20px;
  }
}
.footer-3-subscribe-form input::placeholder {
  color: var(--secondary);
}
.dark .footer-3-subscribe-form input::placeholder {
  color: #555555;
}
.footer-3-subscribe-form input:-webkit-autofill, .footer-3-subscribe-form input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-3-subscribe-form .subscribe-btn {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background-color: #FFB088;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-3-subscribe-form .subscribe-btn {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.footer-3-subscribe-form .subscribe-btn:hover .icon .first {
  transform: translate(100%, -100%);
}
.footer-3-subscribe-form .subscribe-btn:hover .icon .second {
  transform: translate(0%, 0%);
}
.footer-3-subscribe-form .subscribe-btn .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.footer-3-subscribe-form .subscribe-btn .icon .first {
  transition: all 0.3s;
}
.footer-3-subscribe-form .subscribe-btn .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  box-sizing: content-box;
  padding: var(--white-space);
}

/* footer area 4 style  */

.copyright-4-text .text {
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .copyright-4-text .text {
    font-size: 20px;
  }
}
.copyright-4-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.copyright-4-text .text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.copyright-4-text .text a:hover {
  color: var(--black);
}
.dark .copyright-4-text .text a:hover {
  color: var(--white);
}
.copyright-4-text .text a:hover::before {
  width: 100%;
}

/* footer area 6 style  */

/* footer area 7 style  */
.footer-area-7 .copyright-text .text {
  font-size: 20px;
  margin-top: 43px;
  font-weight: 400;
  color: var(--black);
}
.dark .footer-area-7 .copyright-text .text {
  color: #F8F2EF;
}
@media only screen and (max-width: 1199px) {
  .footer-area-7 .copyright-text .text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-7 .copyright-text .text {
    margin-top: 15px;
  }
}
.footer-area-7 .footer-widget-box .title {
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 36px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .footer-area-7 .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-7 .footer-widget-box .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .footer-area-7 .footer-widget-box .title {
    font-size: 22px;
  }
}

/* footer area 8 style  */
.footer-8-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 15px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dark .footer-8-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(17, 17, 17, 0.2);
}
.footer-8-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 20px;
}
.rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input {
  color: var(--black);
}
.footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  text-transform: uppercase;
}
.rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}
.dark .rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #999999;
}
.footer-8-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
}
.rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field i {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box.newsletter .subscribe-form .input-field i {
  color: var(--black);
}
.rr-bg-primary .footer-8-widget-box-content a {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box-content a {
  color: var(--black);
}
.rr-bg-primary .footer-8-widget-box-content a:hover {
  color: #999999;
}
.dark .rr-bg-primary .footer-8-widget-box-content a:hover {
  color: #555555;
}
.footer-8-widget-box .title {
  font-family: var(--font_dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rr-bg-primary .footer-8-widget-box .title {
  color: #555555;
}
.dark .rr-bg-primary .footer-8-widget-box .title {
  color: #999999;
}
.rr-bg-primary .footer-8-widget-box .footer-nav-list li {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box .footer-nav-list li {
  color: var(--black);
}
.rr-bg-primary .footer-8-widget-box .footer-nav-list li a:hover {
  color: var(--white);
}
.dark .rr-bg-primary .footer-8-widget-box .footer-nav-list li a:hover {
  color: var(--black);
}
.rr-bg-primary .copyright-8-content .copyright-text p {
  color: var(--white);
}
.dark .rr-bg-primary .copyright-8-content .copyright-text p {
  color: var(--black);
}
.rr-bg-primary .copyright-8-content .copyright-text p a:hover {
  color: #999999;
}
.dark .rr-bg-primary .copyright-8-content .copyright-text p a:hover {
  color: #555555;
}
.rr-bg-primary .copyright-8-content .copyright-privacy p {
  color: var(--white);
}
.dark .rr-bg-primary .copyright-8-content .copyright-privacy p {
  color: var(--black);
}
.rr-bg-primary .copyright-8-content .copyright-privacy p a:hover {
  color: #999999;
}
.dark .rr-bg-primary .copyright-8-content .copyright-privacy p a:hover {
  color: #555555;
}

/* footer area 9 style  */
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 14px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 17px;
  line-height: 1;
  color: var(--primary);
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #999999;
}
.dark .footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}
.footer-area-9 .footer-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
  color: var(--primary);
}
.footer-area-9 .footer-widget-box .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: var(--font_dmsans);
}
.dark .footer-area-9 .footer-widget-box .title {
  color: #555555;
}

/* footer area 12 style  */
.footer-12-widget-box.newsletter .subscribe-form .input-field {
  gap: 10px;
  display: flex;
  padding: 0px 0px 15px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .footer-12-widget-box.newsletter .subscribe-form .input-field {
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-12-widget-box.newsletter .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 20px;
  color: var(--primary);
}
.footer-12-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #999999;
  text-transform: uppercase;
}
.dark .footer-12-widget-box.newsletter .subscribe-form .input-field input::placeholder {
  color: #555555;
}
.footer-12-widget-box.newsletter .subscribe-form .input-field input:-webkit-autofill, .footer-12-widget-box.newsletter .subscribe-form .input-field input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-12-widget-box.newsletter .subscribe-form .input-field i {
  font-size: 20px;
  color: var(--primary);
}
.footer-12-widget-box .title {
  font-family: var(--font_dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dark .footer-12-widget-box .title {
  color: #555555;
}

/* hero area style  */
.hero-area .area-bg .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-area .section-content .section-title {
  font-weight: 400;
  font-size: 140px;
  line-height: 0.96;
  letter-spacing: -0.07em;
  max-width: 740px;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero-area .section-content .section-title {
    font-size: 110px;
    max-width: 640px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area .section-content .section-title {
    font-size: 90px;
    max-width: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .section-content .section-title {
    font-size: 70px;
    max-width: 440px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .section-content .section-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-area .section-content .section-title {
    font-size: 40px;
  }
}
.hero-area .section-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: var(--white);
  max-width: 355px;
}
@media (max-width: 575px) {
  .hero-area .section-content .text {
    font-size: 18px;
  }
}
.hero-area .section-content .text-wrapper {
  margin-bottom: 5px;
}
.hero-area .section-content .section-title-wrapper {
  display: grid;
  gap: 30px 0px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .hero-area .section-content .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-area .meta-list {
  padding-top: 20px;
  max-width: 720px;
  width: 720px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1919px) {
  .hero-area .meta-list {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area .meta-list {
    max-width: 390px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .meta-list {
    position: static;
    width: 100%;
  }
}
.hero-area .meta-list ul {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1399px) {
  .hero-area .meta-list ul {
    gap: 30px 40px;
  }
}
@media (max-width: 575px) {
  .hero-area .meta-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero-area .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.07em;
  color: var(--white);
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}
@media only screen and (max-width: 1919px) {
  .hero-area .meta-list li {
    font-size: 20px;
    padding-top: 13px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area .meta-list li {
    font-size: 18px;
  }
}
.hero-area .meta-list li br {
  display: block;
}

/* about area 2 style  */
.about-area-2 .section-title {
  max-width: 925px;
  text-indent: 1.89em;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .section-title {
    max-width: 725px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-2 .section-title {
    max-width: 625px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-title {
    max-width: 525px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-2 .section-title {
    max-width: 100%;
    text-indent: 0;
    margin-left: 0;
  }
}
.about-area-2 .section-content-wrapper {
  margin-top: 86px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 685px 605px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 585px 475px;
    margin-top: 66px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 435px 475px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 405px 395px;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 205px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-area-2 .section-content-wrapper .area-shape-1 {
  position: absolute;
  left: 44%;
  bottom: 34%;
}
@media only screen and (max-width: 991px) {
  .about-area-2 .section-content-wrapper .area-shape-1 {
    display: none;
  }
}
.about-area-2 .subtitle-wrapper {
  padding-top: 18px;
  border-top: 2px solid var(--primary);
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .subtitle-wrapper {
    padding-top: 8px;
    border-width: 1px;
  }
}
.about-area-2 .thumb {
  border-bottom-right-radius: 100%;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-area-2 .thumb {
    border-radius: 10px;
  }
}
.about-area-2 .thumb img {
  width: 100%;
}
.about-area-2 .section-content .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.23;
  letter-spacing: -0.02em;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .about-area-2 .section-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .about-area-2 .section-content .text {
    font-size: 18px;
  }
}
.about-area-2 .section-content .text:not(:first-child) {
  margin-top: 34px;
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .text:not(:first-child) {
    margin-top: 24px;
  }
}
.about-area-2 .section-content .btn-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .about-area-2 .section-content .btn-wrapper {
    margin-top: 30px;
  }
}

/* work area style  */
.work-area .section-title {
  font-weight: 600;
  font-size: 420px;
  line-height: 0.73;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .work-area .section-title {
    font-size: 310px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area .section-title {
    font-size: 260px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area .section-title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area .section-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area .section-title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .work-area .section-title {
    font-size: 70px;
  }
}
.work-area .section-title span {
  display: block;
}
.work-area .section-title span:nth-child(2) {
  margin-top: 30px;
  text-align: right;
  padding-right: 2rem;
}
@media only screen and (max-width: 1399px) {
  .work-area .section-title span:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area .section-title span:nth-child(2) {
    margin-top: 10px;
  }
}
.work-area .section-title span.first {
  margin-left: calc((100vw - var(--container-max-widths)) / -2);
}
.work-area .section-title span.last {
  margin-right: calc((100vw - var(--container-max-widths)) / -2);
}
.work-area .work-box .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.work-area .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  transform: scale(0.9);
}
.work-area .work-box .thumb .image img {
  transform-origin: center;
}
.work-area .work-box .thumb img {
  width: 100%;
  cursor: none;
}
.work-area .work-box .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .work-area .work-box .content {
    margin-top: 14px;
  }
}
.work-area .work-box .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .work-area .work-box .title {
    font-size: 18px;
  }
}
.work-area .work-box .title a:hover {
  color: var(--secondary);
}

/* team area style  start */
.team-area-1-inner .section-title {
  max-width: 665px;
}
.rr-bg-primary .team-area-1-inner .section-title {
  color: var(--white);
}
.dark .rr-bg-primary .team-area-1-inner .section-title {
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-area-1-inner .section-title {
    max-width: 565px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-1-inner .section-title {
    max-width: 465px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-area-1-inner .section-title {
    max-width: 385px;
  }
}
.team-area-1-inner .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.team-area-1-inner .btn-wrapper a {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.05em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: var(--primary);
}
.rr-bg-primary .team-area-1-inner .btn-wrapper a {
  color: var(--white);
}
.dark .rr-bg-primary .team-area-1-inner .btn-wrapper a {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .team-area-1-inner .btn-wrapper a {
    font-size: 20px;
  }
}
.team-area-1-inner .btn-wrapper a:hover .underline {
  background-size: 0% 100%;
}
.team-area-1-inner .btn-wrapper a br {
  display: block;
}
.team-area-1-inner .btn-wrapper .underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--black) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -2px;
}
.dark .team-area-1-inner .btn-wrapper .underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--white) 1px);
}
.rr-bg-primary .team-area-1-inner .btn-wrapper .underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--white) 1px);
}
.dark .rr-bg-primary .team-area-1-inner .btn-wrapper .underline {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--black) 1px);
}
.team-box-1:hover .thumb img {
  transform: scale(1.1);
}
.team-box-1 .thumb {
  width: 100%;
  aspect-ratio: 100/100;
  border-radius: 50%;
  overflow: hidden;
}
.team-box-1 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.team-box-1 .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: -0.05em;
}
.rr-bg-primary .team-box-1 .name {
  color: var(--white);
}
.dark .rr-bg-primary .team-box-1 .name {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .team-box-1 .name {
    font-size: 20px;
  }
}
.rr-bg-primary .team-box-1 .name a:hover {
  color: #999999;
}
.dark .rr-bg-primary .team-box-1 .name a:hover {
  color: #555555;
}
.team-box-1 .post {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
  display: inline-block;
}
.rr-bg-primary .team-box-1 .post {
  color: #999999;
}
.dark .rr-bg-primary .team-box-1 .post {
  color: #555555;
}
.team-box-1 .content {
  margin-top: 20px;
}

/* team area style  end */
/* marquee text area style  */
.marquee-text-area.rr-bg-primary .section-title {
  color: var(--white);
}
.dark .marquee-text-area.rr-bg-primary .section-title {
  color: var(--black);
}
.marquee-text-area .section-title {
  font-size: 280px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
@media only screen and (max-width: 1919px) {
  .marquee-text-area .section-title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 1399px) {
  .marquee-text-area .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .marquee-text-area .section-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .marquee-text-area .section-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .marquee-text-area .section-title {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .marquee-text-area .section-title {
    font-size: 60px;
  }
}

/* client area style  */
.client-area.rr-bg-primary .section-title {
  color: var(--white);
}
.dark .client-area.rr-bg-primary .section-title {
  color: var(--black);
}
.client-area.rr-bg-primary .clients-wrapper-box {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark .client-area.rr-bg-primary .clients-wrapper-box {
  border-color: rgba(17, 17, 17, 0.1);
}
.client-area .section-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-align: center;
  max-width: 290px;
  margin-inline: auto;
}
.client-area .clients-wrapper .client-slider-active .swiper-slide {
  width: auto;
}
.client-area .clients-wrapper .client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* award area style  */
.award-area.rr-bg-primary .section-title {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .section-title {
  color: var(--black);
}
.award-area.rr-bg-primary .award-wrapper {
  border-color: 1px #292929;
}
.dark .award-area.rr-bg-primary .award-wrapper {
  border-color: #E7E7E7;
}
.award-area.rr-bg-primary .award-box {
  border-color: #292929;
}
.dark .award-area.rr-bg-primary .award-box {
  border-color: #E7E7E7;
}
.award-area.rr-bg-primary .award-box:hover {
  background-color: #171717;
}
.dark .award-area.rr-bg-primary .award-box:hover {
  background-color: #F1F1F1;
}
.award-area.rr-bg-primary .award-box .category {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .award-box .category {
  color: var(--black);
}
.award-area.rr-bg-primary .award-box .award {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .award-box .award {
  color: var(--black);
}
.award-area.rr-bg-primary .award-box .year {
  color: var(--white);
}
.dark .award-area.rr-bg-primary .award-box .year {
  color: var(--black);
}
.award-area .section-title {
  max-width: 975px;
}
@media only screen and (max-width: 1919px) {
  .award-area .section-title {
    max-width: 775px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area .section-title {
    max-width: 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area .section-title {
    max-width: 575px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area .section-title {
    max-width: 475px;
  }
}

/* service area style  */
.service-area .section-title {
  max-width: 740px;
}
@media only screen and (max-width: 1919px) {
  .service-area .section-title {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area .section-title {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area .section-title {
    max-width: 440px;
  }
}
.service-box-1 .thumb img {
  height: 60px;
}
@media only screen and (max-width: 1919px) {
  .service-box-1 .thumb img {
    height: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-box-1 .thumb img {
    height: 40px;
  }
}
.service-box-1 .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  color: var(--white);
}
.dark .service-box-1 .title {
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .service-box-1 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-box-1 .title {
    font-size: 20px;
  }
}
.service-box-1 .content {
  margin-top: 200px;
}
@media only screen and (max-width: 1919px) {
  .service-box-1 .content {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-box-1 .content {
    margin-top: 120px;
  }
}

/* startup agency page css */
@media (min-width: 1750px) {
  .body-startup-agency .container.large {
    max-width: 1750px;
  }
}
.body-startup-agency .section-title-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1093px;
}
@media only screen and (max-width: 1399px) {
  .body-startup-agency .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-startup-agency .section-title-wrapper {
    grid-template-columns: 1fr 700px;
  }
}
@media only screen and (max-width: 991px) {
  .body-startup-agency .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.body-startup-agency .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1399px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .body-startup-agency .section-title-wrapper .title-wrapper .section-title {
    font-size: 23px;
    line-height: 30px;
  }
}
.body-startup-agency .section-title-wrapper .title-wrapper .section-title span {
  font-family: var(--font_ppeditor);
}
.hero-2-area .section-title {
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
  letter-spacing: -7.5px;
  display: inline-block;
  color: var(--black);
}
.hero-2-area .section-title span {
  font-style: italic;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1919px) {
  .hero-2-area .section-title {
    font-size: 100px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-2-area .section-title {
    font-size: 80px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2-area .section-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-area .section-title {
    font-size: 40px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-area .section-title {
    font-size: 35px;
    line-height: 1;
  }
}
.hero-2__wrapper .text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding: 7px 12px;
  padding-left: 23px;
  position: relative;
  border-radius: 500px;
  color: var(--black);
  display: inline-block;
  border: 1px solid var(--black);
}
.hero-2__wrapper .text span::before {
  top: 50%;
  width: 6px;
  left: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background-color: var(--black);
  transform: translate(-50%, -50%);
}
.hero-2__content .sub-title:hover .icon .first {
  transform: translate(100%, -100%);
}
.hero-2__content .sub-title:hover .icon .second {
  transform: translate(0%, 0%);
}
.hero-2__content .sub-title .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.hero-2__content .sub-title .icon .first {
  transition: all 0.3s;
}
.hero-2__content .sub-title .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  width: 0.72em;
  box-sizing: content-box;
  padding: var(--white-space);
}
.about-area .section-title-wrapper .title-wrapper {
  padding-right: 113px;
}
@media only screen and (max-width: 1399px) {
  .about-area .section-title-wrapper .title-wrapper {
    padding-right: 0;
  }
}
.about-area .btn-wrapper {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  align-items: center;
}
@media (max-width: 575px) {
  .about-area .btn-wrapper {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.about-area .btn-wrapper .btn-team {
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.36px;
  color: var(--primary);
  position: relative;
}
.about-area .btn-wrapper .btn-team i {
  rotate: -50deg;
  transition: all 0.3s;
}
.about-area .btn-wrapper .btn-team:hover::before {
  width: 0;
}
.about-area .btn-wrapper .btn-team:hover i {
  rotate: 0deg;
}
.about-area .btn-wrapper .btn-team::before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}

/* client area 2 style  */
.client-area-2 .clients-wrapper .client-slider-active .swiper-slide {
  width: auto;
}
.client-area-2 .clients-wrapper .client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* work area 2 style  */
.work-area-2 .section-header .section-title {
  font-size: 250px;
  font-weight: 400;
  position: relative;
  line-height: 130px;
  display: inline-block;
  letter-spacing: -12.5px;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 991px) {
  .work-area-2 .section-header .section-title {
    font-size: 120px;
    line-height: 130px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-2 .section-header .section-title {
    font-size: 100px;
    line-height: 130px;
  }
}
@media (max-width: 575px) {
  .work-area-2 .section-header .section-title {
    font-size: 70px;
    line-height: 90px;
  }
}
.work-area-2 .section-header .section-title .remove-text {
  margin-left: -50px;
}
@media only screen and (max-width: 991px) {
  .work-area-2 .section-header .section-title .remove-text {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-2 .section-header .section-title .remove-text {
    margin-left: -20px;
  }
}
.work-area-2 .section-header .section-title .number {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1.1px;
  position: absolute;
  right: -44px;
  top: -67px;
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .work-area-2 .section-header .section-title .number {
    right: -35px;
    top: 0px;
  }
}
.work-area-2 .work-box .thumb {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .work-area-2 .work-box .thumb {
    width: 100%;
  }
}
.work-area-2 .work-box .thumb img {
  object-fit: cover;
  cursor: none;
}
@media only screen and (max-width: 767px) {
  .work-area-2 .work-box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*  choose-us style  */
.choose-us.theme-bg-black .section-title-wrapper .subtitle-wrapper .section-subtitle {
  border-color: var(--white);
  color: var(--white);
}
.choose-us.theme-bg-black .section-title-wrapper .title-wrapper .section-title {
  color: var(--white);
}
.choose-us .section-title-wrapper {
  gap: 50px;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 991px) {
  .choose-us .section-title-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-us .section-title-wrapper {
    gap: 20px;
  }
}
.choose-us .section-title-wrapper .title-wrapper .section-title {
  display: inline-block;
}

/*  testimonial style  */
.testimonial__text-wrapper .circle-text {
  z-index: 2;
  width: 130px;
  height: 130px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}
.testimonial__text-wrapper .circle-text::after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--white);
}
.testimonial__text-wrapper .circle-text::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
}
.testimonial__text-wrapper .circle-text img {
  z-index: 2;
  position: relative;
}
.testimonial__text-wrapper .circle-text .text {
  animation: t-spinner 10s infinite linear;
}
.testimonial__text-wrapper .circle-text .shape {
  position: absolute;
}
.testimonial__text-wrapper .icon {
  width: 130px;
  height: 130px;
  display: flex;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border: 3px solid var(--white);
  margin-left: -20px;
}
.testimonial__item-author .name {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -1px;
}

/* team area style  */
.team-2.theme-bg-black .section-title-wrapper .subtitle-wrapper .section-subtitle {
  border: 1px solid var(--white);
  color: var(--white);
}
.team-2.theme-bg-black .section-title-wrapper .title-wrapper .section-title {
  color: var(--white);
}
.team-2 .section-title-wrapper {
  grid-template-columns: 1fr 1095px;
}
@media only screen and (max-width: 1919px) {
  .team-2 .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-2 .section-title-wrapper {
    grid-template-columns: 1fr 650px;
  }
}
@media only screen and (max-width: 991px) {
  .team-2 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-2 .section-title-wrapper .title-wrapper {
  max-width: 676px;
}
.team-2__box:hover .thumb img {
  transform: scale(1.1);
}
.team-2__box .thumb {
  overflow: hidden;
}
.team-2__box .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.team-2__box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.07em;
}
.team-2__box .name:hover a {
  color: var(--secondary);
}
@media only screen and (max-width: 1919px) {
  .team-2__box .name {
    font-size: 24px;
  }
}
.team-2__box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
  color: #999999;
}
.team-2__box .content {
  margin-top: 19px;
}

/* thinking area style  */
.thinking__content .title {
  z-index: 99;
  display: flex;
  bottom: -10px;
  font-size: 250px;
  font-weight: 400;
  line-height: 160px;
  position: absolute;
  align-items: center;
  letter-spacing: -12.5px;
  font-family: var(--font_ppeditor);
}
.thinking__content .title br {
  display: block;
}
@media only screen and (max-width: 1919px) {
  .thinking__content .title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .thinking__content .title {
    font-size: 160px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .thinking__content .title {
    font-size: 130px;
    line-height: 85px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .thinking__content .title {
    font-size: 112px;
    line-height: 75px;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .thinking__content .title {
    font-size: 65px;
    line-height: 45px;
    bottom: 0;
    position: inherit;
    letter-spacing: 0;
    margin-top: 20px;
  }
}
.thinking__content .title .big-letter {
  font-size: 765px;
  font-style: italic;
  font-weight: 400;
  line-height: 160px;
  display: inline-block;
  letter-spacing: -20.25px;
  margin-top: 95px;
}
@media only screen and (max-width: 1919px) {
  .thinking__content .title .big-letter {
    font-size: 560px;
  }
}
@media only screen and (max-width: 1399px) {
  .thinking__content .title .big-letter {
    font-size: 500px;
    letter-spacing: -5.25px;
  }
}
@media only screen and (max-width: 991px) {
  .thinking__content .title .big-letter {
    font-size: 450px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .thinking__content .title .big-letter {
    font-size: 380px;
    letter-spacing: 0;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .thinking__content .title .big-letter {
    font-size: 250px;
  }
}

/* creative agency page css */
/* hero area 3 style  */
.hero-3-content {
  margin-top: 115px;
}
@media only screen and (max-width: 1199px) {
  .hero-3-content {
    margin-top: 95px;
  }
}
.hero-3-content .address {
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.07em;
  color: var(--primary);
  padding-bottom: 17px;
  position: relative;
  display: inline-flex;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .address {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-3-content .address {
    letter-spacing: normal;
  }
}
.hero-3-content .address:hover::before {
  width: 0;
}
.hero-3-content .address:hover .icon .first {
  transform: translate(100%, -100%);
}
.hero-3-content .address:hover .icon .second {
  transform: translate(0%, 0%);
}
.hero-3-content .address::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.5);
  transition: 0.3s;
}
.dark .hero-3-content .address::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.hero-3-content .address a {
  display: flex;
  align-items: center;
  gap: 155px;
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .address a {
    gap: 55px;
  }
}
@media (max-width: 575px) {
  .hero-3-content .address a {
    gap: 35px;
  }
}
.hero-3-content .address .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.hero-3-content .address .icon .first {
  transition: all 0.3s;
}
.hero-3-content .address .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  width: 0.72em;
  box-sizing: content-box;
  padding: var(--white-space);
}
.hero-3-content .address br {
  display: block;
}
.hero-3-content .section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 110px;
  line-height: 0.86;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .section-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3-content .section-title {
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .hero-3-content .section-title {
    font-size: 46px;
  }
}
.hero-3-content .section-title span {
  color: rgba(17, 17, 17, 0.45);
}
.dark .hero-3-content .section-title span {
  color: rgba(255, 255, 255, 0.45);
}
.hero-3-content .hero-video {
  width: 130px;
  height: 87px;
  border-radius: 25px;
  object-fit: cover;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: -2px;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .hero-video {
    width: 90px;
    height: 62px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .hero-video {
    width: 70px;
    height: 48px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .hero-3-content .hero-video {
    width: 60px;
    height: 38px;
    margin-left: 5px;
    margin-right: 2px;
  }
}
.hero-3-content .rr-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 32px 46px;
  border-radius: 25px;
  background-color: rgb(255, 216, 12);
  border: none;
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .rr-btn {
    padding: 22px 36px;
    border-radius: 15px;
  }
}
.hero-3-content .rr-btn:hover .btn-wrap .text-two {
  color: var(--white);
}
.dark .hero-3-content .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.hero-3-content .rr-btn:before {
  background-color: var(--black);
}
.dark .hero-3-content .rr-btn:before {
  background-color: var(--white);
}
.hero-3-content .rr-btn .btn-wrap .text-one {
  color: var(--black);
}
.hero-3-content .title-wrapper {
  margin-top: 230px;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .title-wrapper {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .title-wrapper {
    margin-top: 40px;
  }
}
.hero-3-content .btn-wrapper {
  margin-top: 47px;
}
.hero-3-content .meta-list {
  margin-top: 75px;
  max-width: 435px;
}
@media only screen and (max-width: 767px) {
  .hero-3-content .meta-list {
    margin-top: 45px;
  }
}
.hero-3-content .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.07em;
  color: var(--primary);
  list-style: none;
}
.hero-3-content .meta-list li span {
  color: rgba(17, 17, 17, 0.45);
}
.dark .hero-3-content .meta-list li span {
  color: rgba(255, 255, 255, 0.45);
}
.hero-3-content .meta-list ul {
  display: grid;
  gap: 20px 35px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .hero-3-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}

.hero-3-thumb {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.hero-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 950px 1fr;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3-inner {
    grid-template-columns: 700px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-3-inner {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.hero-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 63px 70px 67px;
}
.dark .hero-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .hero-3-content {
    padding: 23px 20px 27px;
  }
}

/* about area 3 style  */
.meta-3-box {
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 47px 50px 44px;
}
.dark .meta-3-box {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .meta-3-box {
    padding: 37px 40px 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .meta-3-box {
    padding: 27px 20px 24px;
  }
}
.meta-3-box .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 0.93;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .meta-3-box .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .meta-3-box .text {
    font-size: 20px;
  }
}
.meta-3-box .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 110px;
  line-height: 0.91;
  letter-spacing: -0.05em;
  display: inline-block;
  color: var(--primary);
  margin-top: 30px;
}
@media only screen and (max-width: 1919px) {
  .meta-3-box .number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .meta-3-box .number {
    font-size: 60px;
  }
}
.meta-3-box .number .icon {
  font-size: 50px;
  line-height: 1;
  margin-left: 5px;
}

.meta-3-wrapper-box {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 575px) {
  .meta-3-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.about-3-section-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 53px;
}
.dark .about-3-section-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .about-3-section-content {
    padding: 40px 40px 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-3-section-content {
    padding: 25px 20px 28px;
  }
}
.about-3-section-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  max-width: 570px;
}
@media only screen and (max-width: 1919px) {
  .about-3-section-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-3-section-content .text {
    font-size: 20px;
  }
}
.about-3-section-content .text-wrapper {
  margin-top: 62px;
}
@media only screen and (max-width: 1199px) {
  .about-3-section-content .text-wrapper {
    margin-top: 32px;
  }
}

.about-3-btn-wrapper {
  margin-top: 5px;
}

.about-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 685px;
  padding-top: 5px;
}
@media only screen and (max-width: 1919px) {
  .about-area-3-inner {
    grid-template-columns: 1fr 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-3-inner {
    grid-template-columns: 1fr 415px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-3-inner {
    grid-template-columns: 1fr;
  }
}

/* portfolio area 3 style  */
.portfolio-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 560px 1fr;
  padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-area-3-inner {
    grid-template-columns: 460px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.portfolio-3-content-wrapper {
  display: flex;
  flex-direction: column;
}

.portfolio-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
  flex-grow: 1;
  display: flex;
}
.dark .portfolio-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .portfolio-3-content {
    padding: 25px 20px 20px;
  }
}
.portfolio-3-content .section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.portfolio-3-content .title-wrapper {
  margin-top: 31px;
}

.portfolio-3-button {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all 0.5s;
}
.dark .portfolio-3-button {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .portfolio-3-button {
    width: 80px;
    height: 80px;
  }
}
.portfolio-3-button:hover {
  background-color: #FFB088;
}
.portfolio-3-button:hover svg * {
  fill: var(--black);
}
.dark .portfolio-3-button:hover svg * {
  fill: var(--black);
}
.dark .portfolio-3-button svg * {
  fill: var(--white);
}

.portfolio-3-nav {
  display: flex;
  gap: 5px;
}
@media (max-width: 575px) {
  .portfolio-3-nav {
    order: 2;
  }
}

.portfolio-3-actions {
  display: grid;
  gap: 5px;
  margin-top: 5px;
  grid-template-columns: auto 1fr;
}
@media (max-width: 575px) {
  .portfolio-3-actions {
    grid-template-columns: 1fr;
  }
}

.portfolio-3-slider-box {
  width: 100%;
  overflow: hidden;
}
.portfolio-3-slider-box .slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.portfolio-3-slider-box .slider-wrapper .swiper {
  width: 100%;
}
.portfolio-3-slider-box .slider-wrapper .swiper-wrapper {
  width: 100%;
}
.portfolio-3-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* service area 3 style  */
.service-aera-3-inner {
  padding-top: 5px;
}

.service-3-content-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 700px;
}
@media only screen and (max-width: 1199px) {
  .service-3-content-wrapper {
    grid-template-columns: 1fr 540px;
  }
}
@media only screen and (max-width: 991px) {
  .service-3-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.service-3-content {
  background: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
}
.dark .service-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .service-3-content {
    padding: 25px 20px 20px;
  }
}
.service-3-content .title-wrapper {
  margin-top: 31px;
}

.service-3-content-last {
  display: grid;
  gap: 5px;
}

.service-3-text-wrapper {
  padding: 44px 50px 57px;
  background-color: var(--white);
  border-radius: 20px;
}
.dark .service-3-text-wrapper {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .service-3-text-wrapper {
    padding: 24px 20px 27px;
  }
}
.service-3-text-wrapper .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: var(--primary);
}

.services-3-wrapper-box {
  margin-top: 5px;
}

.services-3-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
  .services-3-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .services-3-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-box-3 {
  background-color: var(--white);
  padding: 50px 50px 50px;
  border-radius: 20px;
  overflow: hidden;
}
.dark .service-box-3 {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .service-box-3 {
    padding: 40px 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-box-3 {
    padding: 25px 20px 25px;
  }
}
.dark .service-box-3:hover .icon svg * {
  stroke: var(--black);
}
.dark .service-box-3:hover .title {
  color: var(--black);
}
.service-box-3:hover .action-shape:before {
  transform: scale(30);
}
.service-box-3 .icon {
  position: relative;
  z-index: 2;
}
.service-box-3 .icon svg {
  height: 80px;
}
@media only screen and (max-width: 1919px) {
  .service-box-3 .icon svg {
    height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-box-3 .icon svg {
    height: 50px;
  }
}
.service-box-3 .icon svg * {
  transition: all 0.7s;
}
.dark .service-box-3 .icon svg * {
  stroke: var(--white);
}
.service-box-3 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 2;
  transition: all 0.7s;
}
@media only screen and (max-width: 1919px) {
  .service-box-3 .title {
    font-size: 24px;
  }
}
.service-box-3 .content {
  margin-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .service-box-3 .content {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-box-3 .content {
    margin-top: 60px;
  }
}
.service-box-3 .action-shape {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: var(--black);
  margin-top: 36px;
}
@media only screen and (max-width: 1199px) {
  .service-box-3 .action-shape {
    margin-top: 26px;
  }
}
.service-box-3 .action-shape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFB088;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.7s;
}

.services-3-image-wrapper {
  border-radius: 20px;
  margin-top: 5px;
  aspect-ratio: 100/52;
}
.services-3-image-wrapper img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  border-radius: 20px;
}

/* team area 3 style  */
.team-area-3-inner {
  display: grid;
  gap: 5px;
  grid-template-columns: 560px 1fr;
  padding-top: 5px;
}
@media only screen and (max-width: 1199px) {
  .team-area-3-inner {
    grid-template-columns: 360px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.team-3-content-wrapper {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.team-3-content {
  background: var(--white);
  border-radius: 20px;
  padding: 50px 50px 45px;
  flex-grow: 1;
  display: flex;
}
.dark .team-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .team-3-content {
    padding: 25px 20px 20px;
  }
}
.team-3-content .section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-3-content .title-wrapper {
  margin-top: 31px;
}

.team-3-wrapper {
  display: grid;
  gap: 5px;
}

.team-box-3 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 30px;
  display: grid;
  gap: 20px 25px;
  grid-template-columns: auto 1fr auto;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.dark .team-box-3 {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-box-3 {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-box-3 {
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .team-box-3 {
    grid-template-columns: 1fr;
  }
}
.team-box-3:hover {
  background-color: #FFB088;
}
.team-box-3:hover .name {
  color: var(--black);
}
.team-box-3:hover .post {
  color: var(--black);
}
.dark .team-box-3:hover .social-links a {
  border-color: rgba(17, 17, 17, 0.15);
  color: var(--black);
}
.dark .team-box-3:hover .social-links a:hover {
  color: var(--white);
}
.team-box-3 .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.team-box-3 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-box-3 .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .team-box-3 .name {
    font-size: 22px;
  }
}
.team-box-3 .post {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-top: 11px;
}
.team-box-3 .social-links {
  display: flex;
  gap: 10px;
}
.team-box-3 .social-links a {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--primary);
}
.dark .team-box-3 .social-links a {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .team-box-3 .social-links a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.team-box-3 .social-links a:hover {
  background-color: var(--black);
  border-color: transparent;
  color: var(--white);
}

/* testimonial area 3 style  */
.testimonial-area-3-inner {
  padding-top: 5px;
  display: grid;
  gap: 5px;
  grid-template-columns: 385px 1fr;
}
@media only screen and (max-width: 1919px) {
  .testimonial-area-3-inner {
    grid-template-columns: 305px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area-3-inner {
    grid-template-columns: 1fr;
  }
}

.testimonial-3-content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 46px;
}
.dark .testimonial-3-content {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content {
    padding: 40px 40px 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-content {
    padding: 25px 20px 20px;
  }
}
.testimonial-3-content .rating-box {
  margin-top: 59px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-3-content .rating-box {
    margin-top: 39px;
  }
}
.testimonial-3-content .rating-box .rating {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 0.72;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: flex;
  gap: 1px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .rating-box .rating {
    font-size: 40px;
  }
}
.testimonial-3-content .rating-box .rating .icon {
  font-size: 14px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .rating-box .rating .icon {
    font-size: 12px;
  }
}
.testimonial-3-content .rating-box .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  margin-top: 17px;
}
.testimonial-3-content .rating-box .text span {
  color: var(--primary);
}
.testimonial-3-content .circle-text {
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  margin-top: 64px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .circle-text {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-3-content .circle-text {
    width: 120px;
    height: 120px;
    margin-top: 44px;
  }
}
.testimonial-3-content .circle-text .text {
  animation: t-spinner 5s infinite linear;
}
.testimonial-3-content .circle-text .shape {
  position: absolute;
  width: 79px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-content .circle-text .shape {
    width: 59px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-content .circle-text .shape {
    width: 49px;
  }
}

.testimonial-3-nav {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin-top: 5px;
}

.testimonial-3-button {
  width: 100%;
  height: 100px;
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.dark .testimonial-3-button {
  background-color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-button {
    height: 80px;
  }
}
.testimonial-3-button:hover {
  background-color: #FFB088;
}
.testimonial-3-button:hover svg * {
  fill: var(--black);
}
.dark .testimonial-3-button:hover svg * {
  fill: var(--black);
}
.dark .testimonial-3-button svg * {
  fill: var(--white);
}

.testimonial-3-wrapper-box {
  border-radius: 20px;
  overflow: hidden;
}
.testimonial-3-wrapper-box .slider-wrapper {
  height: 100%;
}
.testimonial-3-wrapper-box .swiper {
  height: 100%;
}

.testimonial-3-item {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 50px 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.dark .testimonial-3-item {
  background-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item {
    padding: 30px 30px 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-item {
    padding: 20px 20px 17px;
  }
}
.testimonial-3-item .icon img {
  height: 50px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item .icon img {
    height: 40px;
  }
}
.testimonial-3-item .text-wrapper {
  margin-top: 36px;
}
.testimonial-3-item .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item .text {
    font-size: 24px;
  }
}
.testimonial-3-item .author {
  margin-top: 47px;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 15px;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.dark .testimonial-3-item .author {
  border-color: rgba(255, 255, 255, 0.15);
}
.testimonial-3-item .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}
.testimonial-3-item .post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}
.testimonial-3-item .brand img {
  width: 103px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-item .brand img {
    width: 83px;
  }
}

/* client area 3 style  */
.client-3-content .title-wrapper {
  margin-top: 31px;
}
.client-3-content .text-wrapper {
  margin-top: 46px;
}
@media only screen and (max-width: 1919px) {
  .client-3-content .text-wrapper {
    margin-top: 36px;
  }
}
.client-3-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.05em;
}

/* design studio page css */
/* hero area 4 style  */

.hero-4-service-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-4-service-box .content {
  margin-top: 12px;
}
.hero-4-service-box .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  display: block;
}
.hero-4-section-content .section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
  display: block;
}
.hero-4-section-content .text-wrapper {
  margin-top: 62px;
}
@media only screen and (max-width: 1199px) {
  .hero-4-section-content .text-wrapper {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-4-section-content .text-wrapper {
    margin-top: 22px;
  }
}
.hero-4-section-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 325px;
}

/* about area 4 style  */

@media (min-width: 1200px) {
  .about-4-title-wrapper .section-title {
    font-size: 140px;
    font-family: var(--font_bdogrotesk);
    font-weight: 400;
    line-height: 0.83;
    letter-spacing: -0.08em;
    text-transform: uppercase;
  }
}
@media (min-width: 1400px) {
  .about-4-title-wrapper .section-title {
    font-size: 170px;
  }
}
@media (min-width: 1920px) {
  .about-4-title-wrapper .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-4-title-wrapper .section-title br {
    display: none;
  }
}
.about-4-section-content .text {
  font-family: var(--font-bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .about-4-section-content .text {
    font-size: 20px;
  }
}
.about-4-section-content .btn-wrapper {
  margin-top: 36px;
}

/* client area 4 style  */

/* service area 4 style  */
.rr-bg-primary .service-4-section-header .section-subtitle-2 {
  color: var(--white);
}
.dark .rr-bg-primary .service-4-section-header .section-subtitle-2 {
  color: var(--black);
}
.service-4-section-header .section-title {
  text-indent: 260px;
  max-width: 1150px;
}
.rr-bg-primary .service-4-section-header .section-title {
  color: var(--white);
}
.dark .rr-bg-primary .service-4-section-header .section-title {
  color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .service-4-section-header .section-title {
    max-width: 950px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-4-section-header .section-title {
    text-indent: 220px;
    max-width: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-4-section-header .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .service-4-section-header .section-title {
    text-indent: 0px;
  }
}
.service-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .service-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .service-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}
.rr-bg-primary .services-4-wrapper-box {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark .rr-bg-primary .services-4-wrapper-box {
  border-color: rgba(17, 17, 17, 0.15);
}

.service-box-4 .content {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 130px 1fr;
}
@media (max-width: 575px) {
  .service-box-4 .content {
    grid-template-columns: 1fr;
  }
}
.service-box-4 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 4px;
}
.rr-bg-primary .service-box-4 .title {
  color: var(--white);
}
.dark .rr-bg-primary .service-box-4 .title {
  color: var(--black);
}
.service-box-4 .title a:hover {
  color: #555555;
}
.rr-bg-primary .service-box-4 .service-list li {
  color: #555555;
}
.dark .rr-bg-primary .service-box-4 .service-list li {
  color: #999999;
}

/* portfolio area 4 style  */
.rr-bg-primary .portfolio-4-section-header .section-subtitle-2 {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-section-header .section-subtitle-2 {
  color: var(--black);
}
.portfolio-4-section-header .title-wrapper {
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}
.rr-bg-primary .portfolio-4-section-header .section-title {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-section-header .section-title {
  color: var(--black);
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .content {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .content {
  border-color: rgba(17, 17, 17, 0.15);
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .title {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .title {
  color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .title a:hover {
  color: #999999;
}
.dark .portfolio-4-wrapper .portfolio-4-item .title a:hover {
  color: #555555;
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .tag {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .tag {
  color: var(--black);
}
.rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .date {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-wrapper .portfolio-4-item .date {
  color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn {
  background: #1A1A1A;
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn {
  background: #F1F1F1;
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-one,
.portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-one,
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn .btn-wrap .text-two {
  color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn::before {
  background-color: var(--white);
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn::before {
  background-color: var(--black);
}
.portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.dark .portfolio-4-wrapper .portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--white);
}

.portfolio-4-item .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-4-item .thumb img {
  width: 100%;
  cursor: none;
  height: 100%;
  object-fit: cover;
}
.portfolio-4-item .content {
  gap: 20px;
  display: flex;
  margin-top: 26px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  justify-content: space-between;
}
.dark .portfolio-4-item .content {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-item .content {
    margin-top: 14px;
    flex-wrap: wrap;
  }
}
.portfolio-4-item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-item .title {
    font-size: 18px;
  }
}
.portfolio-4-item .title a:hover {
  color: var(--secondary);
}
.portfolio-4-item .rr-btn {
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 500;
  background: #F1F1F1;
  border-color: transparent;
}
.dark .portfolio-4-item .rr-btn {
  background-color: #1A1A1A;
}
.portfolio-4-item .rr-btn i {
  margin-left: 5px;
  rotate: -45deg;
  transition: all 0.2s;
}
.portfolio-4-item .rr-btn .btn-wrap .text-one,
.portfolio-4-item .rr-btn .btn-wrap .text-two {
  color: var(--primary);
}
.portfolio-4-item .rr-btn::before {
  background-color: var(--primary);
}
.portfolio-4-item .rr-btn:hover i {
  rotate: 0deg;
}
.portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--white);
}
.dark .portfolio-4-item .rr-btn:hover .btn-wrap .text-one,
.dark .portfolio-4-item .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.portfolio-4-section-footer .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.rr-bg-primary .portfolio-4-section-footer .text {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-4-section-footer .text {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-section-footer .text {
    font-size: 24px;
  }
}
.portfolio-4-section-footer .btn-wrapper {
  margin-top: 37px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .portfolio-4-section-footer .btn-wrapper {
    margin-top: 27px;
  }
}
.portfolio-4-section-footer .btn-wrapper .rr-btn {
  border: 1px solid var(--white);
  background-color: transparent;
}
.dark .portfolio-4-section-footer .btn-wrapper .rr-btn {
  border-color: var(--black);
}
.dark .portfolio-4-section-footer .btn-wrapper .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

/* team area 4 style  */
.team-4-box:hover .thumb img {
  transform: scale(1.1);
}
.team-4-box .thumb {
  overflow: hidden;
}
.team-4-box .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.team-4-box .name {
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  font-weight: 4000;
  line-height: 1;
  letter-spacing: -0.05em;
}
.team-4-box .name a:hover {
  color: var(--secondary);
}
.team-4-box .post {
  font-family: var(--font_bdogrotesk);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  display: inline-block;
  margin-top: 4px;
}
.team-4-box .content {
  margin-top: 17px;
}

/* counter area 4 style  */
.counter-4-section-header .section-title {
  text-indent: 260px;
  max-width: 1190px;
}
@media only screen and (max-width: 1919px) {
  .counter-4-section-header .section-title {
    max-width: 990px;
  }
}
@media only screen and (max-width: 1399px) {
  .counter-4-section-header .section-title {
    text-indent: 220px;
    max-width: 840px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-header .section-title {
    max-width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-4-section-header .section-title {
    text-indent: 0px;
  }
}
.counter-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .counter-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .counter-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}
.counter-4-section-content .text-wrapper {
  margin-top: 161px;
}
@media only screen and (max-width: 1199px) {
  .counter-4-section-content .text-wrapper {
    margin-top: 0;
  }
}

.counter-4-item .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 90px;
  line-height: 1.83;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
}
@media only screen and (max-width: 1919px) {
  .counter-4-item .number {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .counter-4-item .number {
    font-size: 50px;
  }
}
.counter-4-item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary);
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  padding-top: 19px;
  margin-top: 4px;
}
.dark .counter-4-item .text {
  border-color: rgba(255, 255, 255, 0.15);
}
.counter-4-item.span-2 .number {
  font-size: 200px;
  line-height: 0.83;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1919px) {
  .counter-4-item.span-2 .number {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .counter-4-item.span-2 .number {
    font-size: 50px;
    line-height: 1.83;
    margin-bottom: 0;
  }
}

/* testimonial area 4 style  */
.testimonial-4-section-header .section-title {
  text-indent: 260px;
  max-width: 760px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-section-header .section-title {
    max-width: 660px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-section-header .section-title {
    text-indent: 220px;
    max-width: 560px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-4-section-header .section-title {
    text-indent: 0px;
  }
}
.testimonial-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}
.testimonial-4-info .rating-box {
  margin-top: 59px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-info .rating-box {
    margin-top: 39px;
  }
}
.testimonial-4-info .rating-box .rating {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 0.72;
  letter-spacing: -0.02em;
  color: var(--primary);
  display: flex;
  gap: 1px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .rating-box .rating {
    font-size: 40px;
  }
}
.testimonial-4-info .rating-box .rating .icon {
  font-size: 14px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .rating-box .rating .icon {
    font-size: 12px;
  }
}
.testimonial-4-info .rating-box .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  margin-top: 17px;
}
.testimonial-4-info .rating-box .text span {
  color: var(--primary);
}
.testimonial-4-info .circle-text {
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .circle-text {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-4-info .circle-text {
    width: 120px;
    height: 120px;
  }
}
.testimonial-4-info .circle-text .text {
  animation: t-spinner 5s infinite linear;
}
.testimonial-4-info .circle-text .shape {
  position: absolute;
  width: 79px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-info .circle-text .shape {
    width: 59px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-info .circle-text .shape {
    width: 49px;
  }
}

.testimonial-4-item .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-item .text {
    font-size: 24px;
  }
}
.testimonial-4-item .author {
  margin-top: 42px;
}
.testimonial-4-item .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}
.testimonial-4-item .post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}

/* blog area 4 style  */
.blog-4-section-header .section-title {
  text-indent: 260px;
  max-width: 730px;
}
@media only screen and (max-width: 1919px) {
  .blog-4-section-header .section-title {
    max-width: 630px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-4-section-header .section-title {
    text-indent: 220px;
    max-width: 530px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-4-section-header .section-title {
    max-width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-4-section-header .section-title {
    text-indent: 0px;
  }
}
.blog-4-section-header .title-wrapper {
  margin-top: -48px;
}
@media only screen and (max-width: 1919px) {
  .blog-4-section-header .title-wrapper {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-4-section-header .title-wrapper {
    margin-top: -42px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-4-section-header .title-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-4-section-header .title-wrapper {
    margin-top: 18px;
  }
}

.blog-item-4:hover .thumb img {
  transform: scale(1.1);
}
.blog-item-4 .thumb {
  overflow: hidden;
  border-radius: 15px;
}
.blog-item-4 .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-item-4 .content {
  margin-top: 20px;
}
.blog-item-4 .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  max-width: 340px;
}
@media only screen and (max-width: 1399px) {
  .blog-item-4 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-item-4 .title {
    font-size: 22px;
  }
}
.blog-item-4 .title a:hover {
  color: var(--secondary);
}
.blog-item-4 .meta {
  gap: 5px;
  display: flex;
  margin-top: 19px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .blog-item-4 .meta {
    margin-top: 14px;
  }
}
.blog-item-4 .meta li {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
}
.blog-item-4 .meta li a span {
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s;
}
.blog-item-4 .meta li a:hover {
  color: #555;
}
.blog-item-4 .meta li a:hover span {
  color: #555;
}

/* cta area 4 style  */
.cta-4-section-header .title-wrapper {
  animation: 13s t-slide infinite linear;
}
.cta-4-section-header .section-title {
  font-family: var(--font_bdogrotesk);
  font-size: 280px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
@media only screen and (max-width: 1919px) {
  .cta-4-section-header .section-title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-4-section-header .section-title {
    font-size: 190px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-4-section-header .section-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-4-section-header .section-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-4-section-header .section-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .cta-4-section-header .section-title {
    font-size: 55px;
  }
}
.cta-4-section-header .section-title a {
  display: inline-flex;
  align-items: center;
}
.cta-4-section-header .section-title .line {
  width: 0.7em;
  height: 0.1em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}

/* branding agency page css */

/* hero area 6 style  */
.hero-6-section-content .meta-list {
  max-width: 580px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .hero-6-section-content .meta-list {
    margin-left: 0;
  }
}
.hero-6-section-content .meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 200px 200px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-6-section-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.hero-6-section-content .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--primary);
  list-style: none;
}
.hero-6-section-content .meta-list li br {
  display: block;
}
.hero-6-section-content .section-title-wrapper {
  margin-top: 51px;
}
@media only screen and (max-width: 1199px) {
  .hero-6-section-content .section-title-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-6-section-content .section-title-wrapper {
    margin-top: 31px;
  }
}

/* about area 6 style  */
.about-6-section-header .section-title-wrapper {
  margin-top: 174px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .about-6-section-header .section-title-wrapper {
    margin-top: 124px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-section-header .section-title-wrapper {
    margin-top: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-6-section-header .section-title-wrapper {
    margin-top: 34px;
  }
}
.about-6-section-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  color: var(--primary);
  margin-top: 137px;
}
@media only screen and (max-width: 1919px) {
  .about-6-section-content .text {
    margin-top: 87px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-section-content .text {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .about-6-section-content .text {
    font-size: 18px;
    line-height: 26px;
  }
}

/* service area 6 style  */
.service-6-section-header .btn-wrapper {
  margin-bottom: 6px;
}
.service-box-6 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-top: 4px;
}
.service-box-6 .title a:hover {
  color: var(--secondary);
}
.service-box-6 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-box-6 .thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 36px;
}
.service-box-6 .thumb img {
  width: 100%;
}
.rr-bg-primary .portfolio-6-section-header .section-title-6 {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-6-section-header .section-title-6 {
  color: var(--black);
}
.portfolio-6-section-header .btn-wrapper {
  margin-bottom: 6px;
}
.rr-bg-primary .portfolio-6-section-header .rr-btn-underline {
  color: var(--white);
}
.dark .rr-bg-primary .portfolio-6-section-header .rr-btn-underline {
  color: var(--black);
}

.rr-bg-primary .approach-section-header .section-title-6 {
  color: var(--white);
}
.dark .rr-bg-primary .approach-section-header .section-title-6 {
  color: var(--black);
}
.rr-bg-primary .approach-wrapper {
  border-color: #292929;
}
.dark .rr-bg-primary .approach-wrapper {
  border-color: #E7E7E7;
}
.rr-bg-primary .approach-wrapper .approach-item {
  border-color: #292929;
}
.dark .rr-bg-primary .approach-wrapper .approach-item {
  border-color: #E7E7E7;
}
.rr-bg-primary .approach-wrapper .approach-item .sub-title {
  color: var(--white);
}
.dark .rr-bg-primary .approach-wrapper .approach-item .sub-title {
  color: var(--black);
}
.approach-wrapper .approach-item .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
.rr-bg-primary .approach-wrapper .approach-item .title {
  color: var(--white);
}
.dark .rr-bg-primary .approach-wrapper .approach-item .title {
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .approach-wrapper .approach-item .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .approach-wrapper .approach-item .title {
    font-size: 25px;
  }
}
.rr-bg-primary .approach-wrapper .approach-item p {
  color: #999999;
}
.dark .rr-bg-primary .approach-wrapper .approach-item p {
  color: #555555;
}
.fun-fact-area .fun-fact__item.has--card .content {
  max-width: 207px;
}
.fun-fact-area .fun-fact__item.has--card .content h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: rgba(17, 17, 17, 0.5);
}
.dark .fun-fact-area .fun-fact__item.has--card .content h6 {
  color: rgba(255, 255, 255, 0.5);
}
.fun-fact-area .fun-fact__item.has--card .content h6 span {
  color: var(--primary);
}
.fun-fact-area .fun-fact__item.has--card .content a {
  gap: 10px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-top: 170px;
  line-height: 30px;
  position: relative;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .fun-fact-area .fun-fact__item.has--card .content a {
    margin-top: 100px;
  }
}
.fun-fact-area .fun-fact__item.has--card .content a span {
  margin-right: 30px;
}
.fun-fact-area .fun-fact__item.has--card .content a::before {
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  background-color: currentColor;
}
@media only screen and (max-width: 767px) {
  .fun-fact-area .fun-fact__item.has--card .content a::before {
    height: 3px;
  }
}
.fun-fact-area .fun-fact__item.has--card .content a:hover::before {
  width: 0;
}
.fun-fact-area .fun-fact__item .media .text {
  max-width: 202px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
.fun-fact-area .fun-fact__item .media .text h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.5);
}
.fun-fact-area .fun-fact__item .media .text h6 span {
  color: var(--white);
}
.call-to-action .call-to-action-inner .cta-btn .btn-wrap .text-one,
.call-to-action .call-to-action-inner .cta-btn .btn-wrap .text-two {
  color: var(--primary);
}
.call-to-action .call-to-action-inner .cta-btn .btn-wrap .text-two {
  left: 50%;
  transform: translate(-50%, 0%);
}
.call-to-action .call-to-action-inner .cta-btn:hover .btn-wrap .text-two {
  left: 50%;
  transform: translate(-50%, -50%);
}

/* video production page css */
/* hero area 8 style  */
.hero-8-content .subtitle-wrapper {
  text-align: center;
  margin-top: 159px;
}
@media only screen and (max-width: 1919px) {
  .hero-8-content .subtitle-wrapper {
    margin-top: 109px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-8-content .subtitle-wrapper {
    margin-top: 69px;
  }
}
.hero-8-content .meta-list li {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  list-style: none;
}
.hero-8-content .meta-list li a:hover {
  color: #999999;
}
.hero-8-content .meta-list .line {
  width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

/* about area 8 style  */
.about-8-header .title-wrapper {
  padding-top: 39px;
}
.about-8-header .section-title {
  max-width: 1180px;
}
.about-8-header .section-title span {
  font-family: var(--font_ppeditorialnewregular);
  color: rgba(17, 17, 17, 0.4);
}
.dark .about-8-header .section-title span {
  color: rgba(255, 255, 255, 0.4);
}
.about-8-item .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.about-8-item .text {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  max-width: 390px;
  margin-inline: auto;
  margin-top: 71px;
}
@media only screen and (max-width: 1919px) {
  .about-8-item .text {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-8-item .text {
    margin-top: 21px;
  }
}
.about-8-item .thumb {
  margin-top: 83px;
  margin-top: 83px;
  aspect-ratio: 100/128;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .about-8-item .thumb {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-8-item .thumb {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-8-item .thumb {
    margin-top: 33px;
  }
}

/* portfolio area 8 style  */
.portfolio-8-header .title-wrapper {
  margin-top: 171px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-8-header .title-wrapper {
    margin-top: 121px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-8-header .title-wrapper {
    margin-top: 71px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-8-header .title-wrapper {
    margin-top: 21px;
  }
}
.portfolio-8-header .text-wrapper {
  margin-top: 192px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-8-header .text-wrapper {
    margin-top: 142px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-8-header .text-wrapper {
    margin-top: 92px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-8-header .text-wrapper {
    margin-top: 42px;
  }
}
.portfolio-8-header .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--primary);
  max-width: 410px;
  margin-inline: auto;
}

.work-box-8 .thumb {
  overflow: hidden;
}
.work-box-8 .thumb img,
.work-box-8 .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100/70;
}
.work-box-8 .content {
  margin-top: 9px;
}
.work-box-8 .title {
  font-family: var(--font_bdogrotesk);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
}
.work-box-8 .title a:hover {
  color: var(--secondary);
}

/* cta area 8 style  */
.cta-8-header .section-title {
  max-width: 940px;
  margin-inline: auto;
}
.cta-8-header .btn-wrapper {
  margin-top: 92px;
}
@media only screen and (max-width: 1919px) {
  .cta-8-header .btn-wrapper {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-8-header .btn-wrapper {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-8-header .btn-wrapper {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-8-header .btn-wrapper {
    margin-top: 42px;
  }
}

/* fun fact area 8 style  */

.fun-fact-8-content .meta-list ul {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .fun-fact-8-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.fun-fact-8-content .meta-list ul > * {
  display: flex;
}
.fun-fact-8-content .meta-list ul > *:nth-child(2) {
  justify-content: center;
}
.fun-fact-8-content .meta-list ul > *:nth-child(3) {
  justify-content: end;
}
.fun-fact-8-content .meta-item .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #999999;
}

/* award area 8 style  */
.award-box-8 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

/* team area 8 style  */
.team-8-header .subtitle-wrapper {
  margin-top: 248px;
}
@media only screen and (max-width: 1919px) {
  .team-8-header .subtitle-wrapper {
    margin-top: 188px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-8-header .subtitle-wrapper {
    margin-top: 128px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8-header .subtitle-wrapper {
    margin-top: 68px;
  }
}
.team-8-content .text-wrapper {
  margin-top: 2px;
}
.team-8-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  border-left: 1px solid var(--primary);
  padding-left: 40px;
  padding-bottom: 24px;
  max-width: 430px;
}
@media only screen and (max-width: 767px) {
  .team-8-content .text {
    border-left: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    max-width: 100%;
  }
}
.team-8-box:hover .thumb img {
  transform: scale(1.1);
}
.team-8-box .thumb {
  overflow: hidden;
  pointer-events: auto;
}
.team-8-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.team-8-box .content {
  margin-top: 15px;
  pointer-events: auto;
}
.team-8-box .name {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
}
.team-8-box .name a:hover {
  color: var(--secondary);
}
.team-8-box .post {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  display: inline-block;
}

/* vision area 8 style  */
.vision-8-header .section-title {
  max-width: 1400px;
}

/* clients area 8 style  */

/* tagline area 8 style  */

/* portfolio minimal page css */
/* portfolio area 12 style  */
.portfolio-12-header .text-wrapper {
  margin-top: 287px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-12-header .text-wrapper {
    margin-top: 167px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-12-header .text-wrapper {
    margin-top: 97px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-12-header .text-wrapper {
    margin-top: 47px;
  }
}
.portfolio-12-header .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  max-width: 390px;
  color: #999999;
}
.dark .portfolio-12-header .text {
  color: #555555;
}

.work-box-12 .thumb {
  aspect-ratio: 100/82;
}
.work-box-12 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-box-12 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
}
.work-box-12 .title a:hover {
  color: var(--secondary);
}
.work-box-12 .content {
  margin-top: 8px;
}
.work-box-12.v-big .thumb {
  aspect-ratio: 100/137;
}
@media only screen and (max-width: 991px) {
  .work-box-12.v-big .thumb {
    aspect-ratio: 100/82;
  }
}
.work-box-12.span-2 .thumb {
  aspect-ratio: 100/68;
}
@media only screen and (max-width: 991px) {
  .work-box-12.span-2 .thumb {
    aspect-ratio: 100/82;
  }
}

/* Portfolio Grid page css */
/* hero area 16 style  */
.hero-16-content .section-title-wrapper {
  display: grid;
  gap: 25px 40px;
  grid-template-columns: 905px 1fr;
  margin-top: 170px;
}
@media only screen and (max-width: 1919px) {
  .hero-16-content .section-title-wrapper {
    grid-template-columns: 605px 1fr;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-16-content .section-title-wrapper {
    grid-template-columns: 305px 1fr;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-16-content .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-16-content .text {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: var(--primary);
  max-width: 220px;
}
.hero-16-content .section-title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.07em;
  max-width: 625px;
}
@media only screen and (max-width: 991px) {
  .hero-16-content .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-16-content .section-title {
    font-size: 35px;
  }
}
.hero-16-content .number {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 265px;
  line-height: 0.75;
  letter-spacing: -0.07em;
  display: block;
  color: var(--primary);
  margin-top: 70px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1919px) {
  .hero-16-content .number {
    font-size: 215px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-16-content .number {
    font-size: 175px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-16-content .number {
    font-size: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-16-content .number {
    font-size: 115px;
  }
}
@media (max-width: 575px) {
  .hero-16-content .number {
    font-size: 95px;
  }
}

/* portfolio area 16 style  */
.work-box-16 .link-arrow .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.work-box-16 .link-arrow .icon .first {
  display: inline-block;
  transition: all 0.3s;
}
.work-box-16 .link-arrow .icon .first i {
  transform: rotate(-45deg);
  color: var(--black);
}
.work-box-16 .link-arrow .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%);
  transition: all 0.3s;
  box-sizing: content-box;
  display: inline-block;
  padding: var(--white-space);
  color: var(--black);
}
.work-box-16 .link-arrow .icon .second i {
  transform: rotate(-45deg);
}
.work-box-16 .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  padding: 8px 17px;
  background-color: #F0F0F0;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: all 0.5s;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  color: var(--black);
}
.card-wrap:hover .link-arrow .icon .first {
  transform: translate(100%, -100%);
}
.card-wrap:hover .link-arrow .icon .second {
  transform: translate(0%, 0%);
}
.card-wrap:hover .title {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

/* full screen menu slider page css */
.menu-slider-item.active {
  opacity: 1;
}
.menu-slider-item:hover .number,
.menu-slider-item.active .number,
.menu-slider-item.active .tag,
.menu-slider-item.active .year {
  opacity: 1;
  visibility: visible;
}
.menu-slider-item .title {
  font-family: var(--font_bdogrotesk);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .menu-slider-item .title {
    font-size: 20px;
  }
}
.menu-slider-item .title a:hover {
  color: var(--white);
}
.menu-slider-item .number {
  font-family: var(--font_bdogrotesk);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .menu-slider-item .number {
    display: none;
  }
}

/* ai agency page css */
.rr-btn-classic:hover .icon .first {
  transform: translate(100%, -100%) rotate(-45deg);
}
.rr-btn-classic:hover .icon .second {
  transform: translate(0%, 0%) rotate(-45deg);
}
.rr-btn-classic .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.rr-btn-classic .icon .first {
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.rr-btn-classic .icon .second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 100%) rotate(-45deg);
  transition: all 0.3s;
  box-sizing: content-box;
  padding: var(--white-space);
}

/* hero area 17 style  */
.hero-17-content .text-wrapper {
  padding: 13px 20px 20px;
}
@media only screen and (max-width: 1199px) {
  .hero-17-content .text-wrapper {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }
  .dark .hero-17-content .text-wrapper {
    background-color: var(--black);
  }
}
@media only screen and (max-width: 767px) {
  .hero-17-content .text-wrapper {
    grid-column: span 2;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
  .dark .hero-17-content .text-wrapper {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 575px) {
  .hero-17-content .text-wrapper {
    grid-column: auto;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
}
.hero-17-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}
.hero-17-content .btn-wrapper {
  margin-top: 231px;
}
@media only screen and (max-width: 1919px) {
  .hero-17-content .btn-wrapper {
    margin-top: 131px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-17-content .btn-wrapper {
    margin-top: 81px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-17-content .btn-wrapper {
    margin-top: 31px;
  }
}

/* service area 17 style  */

.service-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .service-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .service-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .service-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}
.services-17-wrapper .nav-tabs .nav-link:hover .title {
  background-color: #FEFEFE;
}
.dark .services-17-wrapper .nav-tabs .nav-link:hover .title {
  background-color: #1F1F1F;
}
.services-17-wrapper .nav-tabs .nav-link.active {
  background-color: transparent;
}
.services-17-wrapper .nav-tabs .nav-link.active .title {
  background-color: #FB7515;
  color: var(--black);
}
.service-17-name .number {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  padding: 22px 20px;
}
@media only screen and (max-width: 1919px) {
  .service-17-name .number {
    padding: 17px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-17-name .number {
    display: none;
  }
}
.service-17-name .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 28px 20px 23px;
}
@media only screen and (max-width: 1919px) {
  .service-17-name .title {
    font-size: 24px;
    padding: 18px 20px 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-17-name .title {
    font-size: 20px;
    padding: 13px 20px 11px;
  }
}
.service-17-content .text-wrapper {
  padding: 29px 30px 23px;
  display: grid;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
}
.dark .service-17-content .text-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .service-17-content .text-wrapper {
    padding: 19px 20px 18px;
  }
}
.service-17-content .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 50px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .service-17-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-17-content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .service-17-content .title {
    font-size: 30px;
  }
}
.service-17-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: auto;
  max-width: 505px;
}
@media only screen and (max-width: 767px) {
  .service-17-content .text {
    margin-top: 30px;
  }
}

/* feature area 17 style  */

.feature-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .feature-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.feature-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .feature-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}
.feature-17-box .title-wrapper {
  padding: 28px 30px;
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .feature-17-box .title-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .feature-17-box .title-wrapper {
    padding: 18px 20px;
  }
}
.feature-17-box .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .feature-17-box .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .feature-17-box .title {
    font-size: 20px;
  }
}
.feature-17-box .content {
  padding: 24px 20px;
}
@media only screen and (max-width: 1199px) {
  .feature-17-box .content {
    background-color: #F5F5F5;
    margin-left: 1px;
    margin-right: 1px;
  }
  .dark .feature-17-box .content {
    background-color: var(--black);
  }
}
@media only screen and (max-width: 991px) {
  .feature-17-box .content {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-17-box .content {
    border-top: 1px solid #D3D3D3;
  }
  .dark .feature-17-box .content {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.feature-17-box .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

/* fun fact area 17 style  */

.funfact-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .funfact-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.funfact-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}
.growth-cube-wrapper .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #999999;
}
.funfact-17-content .title-wrapper {
  padding: 28px 20px;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
  background-color: #F5F5F5;
}
.dark .funfact-17-content .title-wrapper {
  background-color: var(--black);
  border-color: rgba(255, 255, 255, 0.15);
}
.funfact-17-content .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .funfact-17-content .title {
    font-size: 24px;
  }
}
.funfact-17-content .text-wrapper {
  padding: 24px 20px 30px;
  background-color: #F5F5F5;
  margin-right: 1px;
}
.dark .funfact-17-content .text-wrapper {
  background-color: var(--black);
}
@media only screen and (max-width: 767px) {
  .funfact-17-content .text-wrapper {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
  }
}
.funfact-17-content .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}
.funfact-17-content .btn-wrapper {
  margin-top: 134px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-content .btn-wrapper {
    margin-top: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-17-content .btn-wrapper {
    margin-top: 34px;
  }
}
.funfact-17-box .text {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .funfact-17-box .text br {
    display: none;
  }
}
.funfact-17-box .number {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 90px;
  line-height: 0.67;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: block;
  color: var(--primary);
  margin-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .funfact-17-box .number {
    font-size: 70px;
    margin-top: 90px;
  }
}
@media (max-width: 575px) {
  .funfact-17-box .number {
    font-size: 60px;
    margin-top: 60px;
  }
}

/* portfolio area 17 style  */

.portfolio-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .portfolio-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.portfolio-17-header .title-wrapper {
  padding: 36px 20px 27px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-header .title-wrapper {
    padding: 26px 20px 17px;
  }
}
.portfolio-17-header .section-title {
  font-size: 290px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-header .section-title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-17-header .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-17-header .section-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-17-header .section-title {
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .portfolio-17-header .section-title {
    font-size: 55px;
  }
}
.portfolio-17-item .meta {
  display: grid;
  grid-template-columns: 1fr 96px;
}
.portfolio-17-item .thumb {
  border-top: 1px solid rgba(17, 17, 17, 0.15);
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.portfolio-17-item .thumb img {
  width: 100%;
}
.portfolio-17-item .content {
  padding: 15px 20px 12px;
}
@media only screen and (max-width: 1919px) {
  .portfolio-17-item .content {
    padding: 10px 20px 7px;
  }
}
.portfolio-17-item .title {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .portfolio-17-item .title {
    font-size: 20px;
  }
}

/* testimonial area 17 style  */

.testimonial-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .testimonial-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.testimonial-17-header .title-wrapper {
  padding: 51px 20px 37px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-header .title-wrapper {
    padding: 36px 20px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-17-header .title-wrapper {
    padding: 21px 20px 17px;
  }
}
.testimonial-17-wrapper .swiper-slide {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .testimonial-17-wrapper .swiper-slide {
    height: 100%;
  }
}
.testimonial-17-item .text-wrapper {
  margin-top: 36px;
}
.testimonial-17-item .text {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #555555;
}
.dark .testimonial-17-item .text {
  color: #999999;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item .text {
    font-size: 18px;
  }
}
.testimonial-17-item .author {
  margin-top: 83px;
  display: flex;
  gap: 10px 20px;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item .author {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-17-item .author {
    margin-top: 33px;
  }
}
@media (max-width: 575px) {
  .testimonial-17-item .author {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial-17-item .name {
  font-family: var(--font_astronebula);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .testimonial-17-item .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-17-item .name {
    font-size: 18px;
  }
}
.testimonial-17-item .post {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

/* cta area 17 style  */

.cta-17-header .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 767px) {
  .cta-17-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.cta-17-header .title-wrapper {
  padding: 41px 20px 10px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .cta-17-header .title-wrapper {
    padding: 31px 20px 10px;
  }
}
.cta-17-header .title-wrapper .action-btn {
  border-top: 1px solid #D3D3D3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.33%;
  height: 45%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.dark .cta-17-header .title-wrapper .action-btn {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 767px) {
  .cta-17-header .title-wrapper .action-btn {
    border-right: 1px solid #D3D3D3;
  }
}
@media (max-width: 575px) {
  .cta-17-header .title-wrapper .action-btn {
    height: 40%;
  }
}
.cta-17-header .title-wrapper .action-btn:hover {
  background-color: #FEFEFE;
}
.dark .cta-17-header .title-wrapper .action-btn:hover {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1919px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 30px;
  }
}
@media (max-width: 575px) {
  .cta-17-header .title-wrapper .action-btn svg {
    width: 15px;
  }
}
.cta-17-header .title-wrapper .action-btn svg * {
  fill: var(--primary);
}
.cta-17-header .section-title {
  font-size: 290px;
  line-height: 0.77;
}
@media only screen and (max-width: 1919px) {
  .cta-17-header .section-title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-17-header .section-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-17-header .section-title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-17-header .section-title {
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .cta-17-header .section-title {
    font-size: 55px;
  }
}
.cta-17-header .section-title span {
  margin-left: 34%;
}

/* footer area 17 style  */
.footer-17-content .social-links ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul {
    grid-template-columns: 1fr;
  }
}
.footer-17-content .social-links ul li {
  list-style: none;
}
.dark .footer-17-content .social-links ul li {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 1199px) {
  .footer-17-content .social-links ul li {
    border-left: 1px solid rgba(17, 17, 17, 0.15);
  }
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul li {
    border-top: 1px solid rgba(17, 17, 17, 0.15);
    border-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-17-content .social-links ul li:nth-child(1) {
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul li:nth-child(1) {
    border-top: 0;
  }
}
.footer-17-content .social-links ul li:nth-child(2n) {
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  margin-right: 1px;
}
.dark .footer-17-content .social-links ul li:nth-child(2n) {
  border-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 575px) {
  .footer-17-content .social-links ul li:nth-child(2n) {
    margin-right: 0;
    border-left: 0;
  }
}
.footer-17-content .social-links ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 20px;
}
@media only screen and (max-width: 1919px) {
  .footer-17-content .social-links ul li a {
    padding: 15px 20px;
  }
}
.footer-17-content .social-links ul li a:hover {
  background-color: #FEFEFE;
}
.dark .footer-17-content .social-links ul li a:hover {
  background-color: #1F1F1F;
}
.footer-17-content .social-links ul li a svg * {
  fill: var(--primary);
}
.footer-17-content .copyright-text .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}

/* about us page css */
.about-us .info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .about-us .info .text br {
    display: none;
  }
}
.about-us .info .text-wrapper {
  margin-top: 70px;
}
.about-us .title-wrapper {
  margin-top: 60px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1199px) {
  .about-us .title-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us .title-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* who-we-are style  */

/* choose-us area style  */

/* teams area style  */
.about-us-team .section-title-wrapper {
  display: block;
}
.about-us-team .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
  max-width: 100%;
  margin-top: 45px;
}
@media only screen and (max-width: 1399px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-team .section-title-wrapper .title-wrapper .section-title {
    font-size: 23px;
    line-height: 30px;
  }
}
.about-us-team .section-title-wrapper .title-wrapper .section-title span {
  font-family: var(--font_ppeditor);
}
.about-us-team .btn-wrapper a {
  color: var(--primary);
}
.about-us-team .team-box-1 .name {
  color: var(--primary);
}
.about-us-team .team-box-1 .name a:hover {
  color: var(--secondary);
}
.about-us-team .team-box-1 .post {
  color: #555555;
}
.dark .about-us-team .team-box-1 .post {
  color: #999999;
}

/* award area style  */
.award-area-2 .section-title {
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1199px) {
  .award-area-2 .section-title {
    letter-spacing: 0;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-2 .section-title {
    margin-top: 30px;
    line-height: 45px;
  }
}
.award-area-2 .section-title span {
  font-family: var(--font_ppeditor);
}
.award-area-2 .section-subtitle {
  border: 1px solid var(--white);
  color: var(--white);
}
.award-area-2 .section-subtitle::before {
  background-color: var(--white);
}

/* client area style  */

/* service page css */
.service-2 .section-title-wrapper {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 300px 1fr;
}
@media only screen and (max-width: 991px) {
  .service-2 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-2 .title-wrapper img {
  border-radius: 5px;
}
.service-2 .title-wrapper .designation {
  font-size: 24px;
  font-weight: 400;
  margin-top: 90px;
  max-width: 395px;
  line-height: 28px;
  color: var(--primary);
  letter-spacing: -1.2px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .service-2 .title-wrapper .designation {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .service-2 .title-wrapper .designation {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-2 .title-wrapper .designation {
    margin-top: 20px;
    max-width: 100%;
    font-size: 20px;
  }
}
.service-2 .title-wrapper .designation span {
  color: #999999;
}
.dark .service-2 .title-wrapper .designation span {
  color: #555555;
}
.service-2 .subtitle-wrapper {
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .service-2 .service-2-box .thumb {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .service-2 .service-2-box .thumb {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .service-2 .service-2-box .thumb {
    height: 300px;
  }
}
.service-2 .service-2-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-2 .service-2-box .content .title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-bottom: 40px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1199px) {
  .service-2 .service-2-box .content .title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-2 .service-2-box .content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .service-2 .service-2-box .content .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .service-2 .service-2-box .content .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.service-2 .service-2-box .content .designation {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.service-2 .service-2-box .content .service-2-list {
  margin-bottom: 43px;
  margin-left: 16px;
}
.service-2 .service-2-box .content .service-2-list li {
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

/* service details page css */
.hero-area-service-details .section-header .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .hero-area-service-details .section-header .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.hero-area-service-details .section-content-wrapper {
  margin-top: 62px;
  display: grid;
  gap: 50px;
  grid-template-columns: 500px 1fr;
  border-top: 1px solid var(--primary);
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 420px 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.hero-area-service-details .section-content .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -1.5px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-content .title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-content .title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content .title {
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  .hero-area-service-details .section-content .title br {
    display: none;
  }
}
.hero-area-service-details .section-content .text {
  color: var(--secondary);
  font-size: 18px;
  max-width: 395px;
  line-height: 26px;
}

/* approach area service details style  */
.approach-area-service-details-page .section-title {
  max-width: 658px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -2.5px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .section-title {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .section-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .approach-area-service-details-page .section-title {
    font-size: 22px;
    line-height: 35px;
  }
}
.approach-area-service-details-page .approach-wrapper-content .subtitle-wrapper .subtitle {
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.approach-area-service-details-page .approach-box .number {
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box .number {
    grid-row: span 2;
  }
}
.approach-area-service-details-page .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-box .title {
    letter-spacing: 0;
  }
}
.approach-area-service-details-page .approach-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary);
}

/* feature area style  */
.feature-area .feature-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -2.1px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .feature-area .feature-box .title {
    letter-spacing: 0;
  }
}
.feature-area .feature-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
  color: #999999;
}

/* value area style  */
.value-area .section-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 460px 1fr;
}
@media only screen and (max-width: 1399px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 360px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.value-area .value-box .number {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  color: var(--white);
  letter-spacing: -4.5px;
  margin-top: 88px;
}
@media only screen and (max-width: 1399px) {
  .value-area .value-box .number {
    font-size: 60px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .number {
    font-size: 50px;
    margin-top: 0;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .value-area .value-box .number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .value-box .number {
    font-size: 35px;
  }
}
.value-area .value-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 35px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .text {
    margin-top: 10px;
  }
}

/* faq area style  */
.faq-area .section-title-wrapper {
  display: block;
}
.faq-area .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  margin-top: 35px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1399px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 20px;
  }
  .faq-area .section-title-wrapper .title-wrapper .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 30px;
    line-height: 50px;
    margin-top: 10px;
  }
}
.faq-area .section-title-wrapper .title-wrapper .section-title span {
  font-family: var(--font_ppeditor);
}
.faq-area .accordion-item .title {
  gap: 49px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
@media (max-width: 575px) {
  .faq-area .accordion-item .title {
    align-items: self-start;
    letter-spacing: 0px;
    gap: 30px;
    line-height: 26px;
    font-size: 16px;
  }
}

/* work page css */

/* work details page css */
/* work details area style  */
.work-details-area .meta-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.work-details-area .meta-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--primary);
  margin-top: 4px;
}
.work-details-area .section-info .title-wrapper .title {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 991px) {
  .work-details-area .section-info .title-wrapper .title {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .work-details-area .section-info .title-wrapper .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.work-details-area .section-info .content .text-wrapper .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.work-details-area .section-info .content .feature-list {
  margin-top: 30px;
}
.work-details-area .section-info .content .feature-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  position: relative;
  padding-left: 17px;
  list-style: none;
}
.work-details-area .section-info .content .feature-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-details-area .details-info .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 27px;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .title {
    font-size: 24px;
  }
}
.work-details-area .details-info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .text {
    font-size: 18px;
  }
}

/* team page css */
.team-area-team-page .section-title-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 260px 1fr;
}
@media only screen and (max-width: 767px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.team-area-team-page .section-title-wrapper .subtitle-wrapper {
  border-right: 1px solid var(--border);
}
.team-area-team-page .team-info .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.2px;
  max-width: 335px;
  color: #999999;
}
.dark .team-area-team-page .team-info .text {
  color: #555555;
}
.team-area-team-page .team-info .text span {
  color: var(--primary);
}
.team-area-team-page .team-info .text-wrapper {
  margin-top: 16px;
}
.team-page .team-box-1 .name {
  color: var(--primary);
}
.team-page .team-box-1 .name a:hover {
  color: var(--secondary);
}
.team-page .team-box-1 .post {
  color: #555555;
}
.dark .team-page .team-box-1 .post {
  color: #999999;
}

/* cta area team page style  */
.cta-area-team-page .section-content .btn-wrapper {
  margin-top: 45px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199px) {
  .cta-area-team-page .section-content .btn-wrapper {
    margin-top: 35px;
  }
}
.cta-area-team-page .section-title {
  max-width: 930px;
  margin-inline: auto;
  letter-spacing: -2.5px;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  .cta-area-team-page .section-title {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 50px;
  }
  .cta-area-team-page .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-team-page .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .cta-area-team-page .section-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* team details page css */
/* team details area style  */
.team-details-area .section-content-wrapper {
  margin-top: 37px;
  display: grid;
  gap: 40px 100px;
  grid-template-columns: 590px 600px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-details-area .subtitle-wrapper {
  margin-top: 29px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .subtitle-wrapper {
    margin-top: 19px;
  }
}
.team-details-area .section-content .section-title {
  letter-spacing: -4.5px;
  line-height: 85px;
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content .section-title {
    letter-spacing: 0;
    line-height: 45px;
  }
}
.team-details-area .section-content .text-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 31px;
  }
}
.team-details-area .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.team-details-area .section-content .text:not(:first-child) {
  margin-top: 28px;
}
.team-details-area .social-links {
  margin-top: 53px;
  border-top: 1px dashed #878482;
  display: grid;
}
.dark .team-details-area .social-links {
  border-color: #626262;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .social-links {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .social-links {
    margin-top: 33px;
  }
}
.team-details-area .social-links a {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #878482;
  padding: 11px 0;
  transition: all 0.5s;
}
.dark .team-details-area .social-links a {
  border-color: #626262;
}
.team-details-area .social-links a:hover {
  background-color: #F1F1F1;
  padding-left: 20px;
}
.dark .team-details-area .social-links a:hover {
  background-color: #1A1A1A;
}
.team-details-area .social-links a:before {
  content: "+";
  margin-right: 6px;
}

/* blog page css */
.blog-area .section-title-wrapper {
  margin-bottom: 84px;
}
@media only screen and (max-width: 991px) {
  .blog-area .section-title-wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title-wrapper {
    margin-bottom: 40px;
  }
}
.blog-area .section-title-wrapper .title-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title-wrapper .title-wrapper {
    margin-top: 20px;
  }
}
.blog-area .section-title-wrapper .title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1399px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.blog-area .blog__item:hover .thumb img {
  transform: scale(1.1);
}
.blog-area .blog__item .thumb {
  overflow: hidden;
  border-radius: 15px;
}
.blog-area .blog__item .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-area .blog__item .content {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .content {
    margin-top: 14px;
  }
}
.blog-area .blog__item .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1.5px;
  max-width: 340px;
}
@media only screen and (max-width: 991px) {
  .blog-area .blog__item .title {
    letter-spacing: 0;
  }
}
.blog-area .blog__item .title:hover a {
  color: #555;
}
@media only screen and (max-width: 1399px) {
  .blog-area .blog__item .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog-area .blog__item .meta {
  gap: 5px;
  display: flex;
  margin-top: 22px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .blog-area .blog__item .meta {
    margin-top: 9px;
  }
}
.blog-area .blog__item .meta li {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
}
.blog-area .blog__item .meta li a span {
  font-weight: 500;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s;
}
.blog-area .blog__item .meta li a:hover {
  color: #555;
}
.blog-area .blog__item .meta li a:hover span {
  color: #555;
}

/* blog details page css */
/* blog details area style  */
.blog-details .blog-details-info .meta {
  gap: 5px;
  display: flex;
  margin-bottom: 96px;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .blog-details .blog-details-info .meta {
    margin-bottom: 30px;
  }
}
.blog-details .blog-details-info .meta li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 10.5px 13px;
  border-radius: 500px;
  display: inline-block;
  color: var(--primary);
  background-color: #F1F1F1;
}
.dark .blog-details .blog-details-info .meta li span {
  background-color: #191919;
}
.blog-details .blog-details-info .author {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .blog-details-info .author {
    margin-bottom: 20px;
  }
}
.blog-details .blog-details-info .author .media {
  width: 65px;
  height: 65px;
  min-width: 65px;
  overflow: hidden;
  border-radius: 12px;
}
.blog-details .blog-details-info .author .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details .blog-details-info .author .text {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.blog-details .blog-details-info .author .text span {
  display: block;
  color: var(--primary);
}
.blog-details .blog-details-info .author .text .name {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 14px;
  color: var(--primary);
}
.blog-details .section-title-wrapper .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: -3.5px;
  font-family: var(--font_bdogrotesk);
  display: inline-block;
}
@media only screen and (max-width: 1919px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 43px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}

/* contact page css */

/* Loading effect */
.contact-page .socail-media__item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  font-size: 22px;
  align-items: center;
  border-radius: 20px;
  transition: all 0.3s;
  color: var(--primary);
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.dark .contact-page .socail-media__item .icon {
  border-color: rgba(255, 255, 255, 0.15);
}
.contact-page .socail-media__item .icon:hover {
  border-color: transparent;
  background: rgba(17, 17, 17, 0.15);
}
.dark .contact-page .socail-media__item .icon:hover {
  background: rgba(255, 255, 255, 0.15);
}
.contact-page .socail-media__item .text a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.contact-page .socail-media__item .text a:hover {
  color: var(--primary);
}
.contact-page .socail-media__item .text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.contact-us__offices .title {
  z-index: 1;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: var(--white);
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 767px) {
  .contact-us__offices .title {
    font-size: 25px;
  }
}
.contact-us__item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  margin-bottom: 24px;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.36px;
  border-bottom: 1px solid var(--primary);
}
@media only screen and (max-width: 767px) {
  .contact-us__item .title {
    margin-bottom: 10px;
  }
}

/* error page css */
.error-area .section-title {
  max-width: 740px;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -4.5px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-title {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-title {
    letter-spacing: 0;
    line-height: 1.22;
  }
}
.error-area .section-content .title-wrapper {
  margin-top: 37px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .title-wrapper {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .title-wrapper {
    margin-top: 17px;
  }
}
.error-area .section-content .btn-wrapper {
  margin-top: 64px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 24px;
  }
}
.error-area .section-content .rr-btn {
  padding: 25px 48px;
}

/* marketing agency page css */
.hero-5__content .title {
  font-size: 140px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -9.8px;
  max-width: 1420px;
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .hero-5__content .title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2.8px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__content .title {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__content .title {
    font-size: 50px;
    line-height: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .hero-5__content .title {
    font-size: 45px;
    line-height: 45px;
  }
}
.hero-5__content .title span {
  color: rgba(17, 17, 17, 0.3);
}
.dark .hero-5__content .title span {
  color: rgba(255, 255, 255, 0.3);
}
.hero-5__info .video-wrapper-box .thumb {
  width: 90px;
  height: 90px;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .hero-5__info .video-wrapper-box .thumb {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__info .video-wrapper-box .thumb {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
.hero-5__info .video-wrapper-box .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-5__info .text-wrapper {
  display: flex;
  margin-top: 230px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .hero-5__info .text-wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .hero-5__info .text-wrapper {
    border-top: none;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__info .text-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__info .text-wrapper {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__info .text-wrapper {
    margin-top: 20px;
  }
}
.hero-5__info .text-wrapper .text-bg {
  width: 100%;
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.hero-5__info .text-wrapper .text-bg:hover {
  background-color: var(--white);
  border-radius: 20px;
}
.dark .hero-5__info .text-wrapper .text-bg:hover {
  background-color: var(--black);
}
.hero-5__info .text-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 767px) {
  .hero-5__info .text-wrapper p {
    padding: 20px 0;
  }
}
.hero-5__info .text-wrapper i {
  color: var(--primary);
  font-size: 21px;
}

/* moving gallery style  */

/* service-5 gallery style  */
.service-5 .section-2-title-wrapper .rr-btn {
  border-radius: 20px;
  border-color: transparent;
  background-color: var(--white);
}
.dark .service-5 .section-2-title-wrapper .rr-btn {
  background-color: var(--black);
}
.dark .service-5 .section-2-title-wrapper .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.service-5 .section-2-title-wrapper .rr-btn::before {
  background-color: var(--primary);
}
.dark .service-5 .section-2-title-wrapper .rr-btn::before {
  background-color: var(--white);
}
.service-5 .section-2-title-wrapper .rr-btn .btn-wrap .text-one {
  color: var(--primary);
}
.service-5 .section-2-title-wrapper .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

/* work-area-3 gallery style  */
.work-area-3 .work-box .thumb {
  border-radius: 20px;
  overflow: hidden;
}
.work-area-3 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transform: scale(0.9);
}
.work-area-3 .work-box .thumb .image img {
  transform-origin: center;
}
.work-area-3 .work-box .thumb img {
  width: 100%;
  cursor: none;
}
.work-area-3 .work-box .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .content {
    margin-top: 14px;
  }
}
.work-area-3 .work-box .content .designation {
  font-size: 20px;
  font-weight: 400;
  max-width: 540px;
  line-height: 28px;
  color: var(--primary);
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .content .designation {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-3 .work-box .content .designation {
    margin-bottom: 30px;
  }
}
.work-area-3 .work-box .content .rr-btn {
  border-radius: 20px;
  border-color: transparent;
  background-color: var(--white);
}
.dark .work-area-3 .work-box .content .rr-btn {
  background-color: var(--black);
}
.dark .work-area-3 .work-box .content .rr-btn:hover .btn-wrap .text-two {
  color: var(--black);
}
.work-area-3 .work-box .content .rr-btn::before {
  background-color: var(--primary);
}
.dark .work-area-3 .work-box .content .rr-btn::before {
  background-color: var(--white);
}
.work-area-3 .work-box .content .rr-btn .btn-wrap .text-one {
  color: var(--primary);
}
.work-area-3 .work-box .content .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.work-area-3 .work-box .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .work-area-3 .work-box .title {
    font-size: 18px;
  }
}
.work-area-3 .work-box .title a:hover {
  color: var(--secondary);
}

/* progress-area gallery style  */
.progress-area .progress-content .number {
  font-size: 140px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -9.8px;
}
@media (max-width: 575px) {
  .progress-area .progress-content .number {
    font-size: 80px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 991px) {
  .progress-area .progress-content .number {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .progress-area .progress-content .number {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -6px;
  }
}

/*features-area gallery style  */
.features-area .agency-view .container {
  height: 100%;
}

/*client-testimonial gallery style  */
.client-testimonial .section-3-title-wrapper .rating {
  gap: 14px;
  display: flex;
  margin-top: 63px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .client-testimonial .section-3-title-wrapper .rating {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial .section-3-title-wrapper .rating {
    margin-top: 20px;
  }
}
.client-testimonial .section-3-title-wrapper .rating .title {
  display: flex;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1px;
}
.client-testimonial .section-3-title-wrapper .rating i {
  font-size: 10px;
}
.client-testimonial .section-3-title-wrapper .rating p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
.client-testimonial .section-3-title-wrapper .rating p span {
  color: var(--primary);
}
.client-testimonial__item.has---black .author .text .name {
  color: var(--white);
}
.client-testimonial__item.has---black .author .icon {
  background-color: var(--white);
}
.client-testimonial__item.has---black .author .icon i {
  font-size: 20px;
  color: var(--black);
}
.client-testimonial__item .author {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .client-testimonial__item .author {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .client-testimonial__item .author {
    margin-top: 30px;
  }
}
.client-testimonial__item .author .text .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--black);
  letter-spacing: -0.9px;
}
.client-testimonial__item .author .text .name:hover a {
  color: #999;
}
.client-testimonial__item .author .text span {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  font-family: var(--font_bdogrotesk);
}
.client-testimonial__item .author .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background-color: var(--black);
}
@media (max-width: 575px) {
  .client-testimonial__item .author .icon {
    width: 50px;
    height: 50px;
  }
}
.client-testimonial__item .author .icon i {
  font-size: 20px;
  color: var(--white);
}
.award-area-2 .award__box .text {
  margin-top: auto;
}
.award-area-2 .award__box .text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: var(--black);
  letter-spacing: -1.2px;
  font-family: var(--font_bdogrotesk);
  margin-bottom: 28px;
}
@media only screen and (max-width: 1399px) {
  .award-area-2 .award__box .text p {
    font-size: 20px;
  }
}
.award-area-2 .award__box .text p:last-child {
  margin-bottom: 0;
}
.dark .award-area-2 .award__box .text p > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(255, 255, 255, 0.3) 50%);
}

/* modern agency page css */
.about-uss-7__content .text {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-uss-7__content .text {
    margin-top: 30px;
  }
}
.about-uss-7__content .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.feature-work-7 .feature-work-7-item .content .title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  margin-bottom: 6px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .feature-work-7 .feature-work-7-item .content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-work-7 .feature-work-7-item .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-work-7 .feature-work-7-item .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.feature-work-7 .feature-work-7-item .content .title a:hover {
  color: var(--secondary);
}
.feature-work-7 .feature-work-7-item .content p {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
.impact-area .impact-inner .impact-content .title {
  left: 50px;
  bottom: 20px;
  color: #F8F2EF;
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  position: absolute;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 50px;
    line-height: 60px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 575px) {
  .impact-area .impact-inner .impact-content .title {
    font-size: 28px;
    line-height: 40px;
    top: 30px;
    left: 20px;
  }
}
.award-area-7 .award-inner .award-section .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.fun-fact-area.fun-fact-7 .fun-fact__item .number {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.funding-success .funding-success-inner .number {
  line-height: 1;
  font-size: 580px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 150px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
  display: none;
}
@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .number {
    font-size: 100px;
    margin-top: 50px;
    display: block;
  }
}
@media (max-width: 575px) {
  .funding-success .funding-success-inner .number {
    font-size: 80px;
  }
}
.funding-success .funding-success-inner .title {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .funding-success .funding-success-inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .funding-success .funding-success-inner .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funding-success .funding-success-inner .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .funding-success .funding-success-inner .title {
    font-size: 25px;
    line-height: 35px;
  }
}

/* image reveal hover page css */
.our-expertise-7 .section-title {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .section-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .section-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .section-title {
    margin-bottom: 30px;
  }
}
.our-expertise-7 .section-title .title {
  font-size: 180px;
  font-weight: 200;
  line-height: 170px;
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .section-title .title {
    font-size: 150px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .section-title .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .section-title .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .section-title .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .our-expertise-7 .section-title .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.our-expertise-7 .our-expertise-item .title {
  z-index: 1;
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  position: relative;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .our-expertise-7 .our-expertise-item .title {
    font-size: 29px;
    line-height: 30px;
  }
}

/* agency portfolio page css */

/* hero area 6 style  */
.hero-9-section-content .meta-list {
  max-width: 895px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .hero-9-section-content .meta-list {
    margin-left: 0;
    max-width: 100%;
  }
}
.hero-9-section-content .meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 169px 142px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-9-section-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.hero-9-section-content .meta-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1.26px;
  color: var(--primary);
  text-transform: capitalize;
  list-style: none;
}
.hero-9-section-content .meta-list li br {
  display: block;
}
.hero-9-section-content .section-title-wrapper {
  margin-top: 55px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .hero-9-section-content .section-title-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-9-section-content .section-title-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* service-9 style  */
.service-9__wrap .title {
  font-size: 50px;
  font-weight: 400;
  max-width: 659px;
  line-height: 50px;
  margin-bottom: 80px;
  color: var(--primary);
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 1199px) {
  .service-9__wrap .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-9__wrap .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .service-9__wrap .title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
.service-9__wrap .btn-wrapper {
  text-align: right;
  margin-top: 230px;
}
@media only screen and (max-width: 1919px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 80px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .service-9__wrap .btn-wrapper {
    margin-top: 40px;
  }
}

/* work-area-9 gallery style  */
.work-area-9 .work-box__item .thumb {
  overflow: hidden;
}
.work-area-9 .work-box__item .thumb .image {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item .thumb .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.work-area-9 .work-box__item .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .content {
    margin-top: 14px;
  }
}
.work-area-9 .work-box__item .content .designation {
  font-size: 20px;
  font-weight: 400;
  max-width: 540px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .content .designation {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-area-9 .work-box__item .content .designation {
    margin-bottom: 30px;
  }
}
.work-area-9 .work-box__item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .work-area-9 .work-box__item .title {
    font-size: 18px;
  }
}
.work-area-9 .work-box__item .title a:hover {
  color: var(--secondary);
}

/* agency portfolio 2 page css */
.hero-area-10__wrapper .text {
  max-width: 369px;
}
.hero-area-10__wrapper .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-indent: 82px;
  color: var(--primary);
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-area-10__wrapper .text p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-area-10__wrapper .text p {
    text-indent: 0;
  }
}
.hero-area-10__wrapper .text .btn-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.64px;
  display: inline-flex;
  gap: 20px;
  position: relative;
}
.hero-area-10__wrapper .text .btn-line::before {
  left: 0;
  content: "";
  width: 100%;
  bottom: -6px;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--primary);
}
.hero-area-10__wrapper .text .btn-line:hover {
  opacity: 70%;
}
.hero-area-10__wrapper .text .btn-line:hover::before {
  width: 0;
}
.hero-area-10 .hero-area-10-title-wrap .title {
  font-size: 405px;
  font-weight: 300;
  line-height: 1;
  color: var(--primary);
  letter-spacing: -12.15px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 310px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 260px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    letter-spacing: -5px;
    font-size: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    letter-spacing: 0px;
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .hero-area-10 .hero-area-10-title-wrap .title {
    font-size: 60px;
  }
}
.hero-area-10 .hero-area-10-title-wrap .title span {
  font-style: italic;
  display: inline-block;
  transform: translateX(-44px);
}
@media only screen and (max-width: 1919px) {
  .hero-area-10 .hero-area-10-title-wrap .title span {
    transform: translateX(-15px);
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-10 .hero-area-10-title-wrap .title span {
    transform: translateX(0px);
  }
}
.Projects-area-10-inner .Projects__content .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--primary);
  padding-left: 8px;
  margin-bottom: 98px;
}
@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner .Projects__content .name {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner .Projects__content .name {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects__content .name {
    margin-bottom: 30px;
  }
}
.Projects-area-10-inner .Projects__content .name::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}
.Projects-area-10-inner .Projects__content ul li.active {
  color: var(--primary);
}
.Projects-area-10-inner .Projects-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  margin-bottom: 98px;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .Projects-area-10-inner .Projects-wrapper .title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .Projects-area-10-inner .Projects-wrapper .title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .Projects-area-10-inner .Projects-wrapper .title {
    margin-bottom: 30px;
  }
}
.Projects-area-10-inner .Projects-wrapper .title::before {
  top: 50%;
  left: 0;
  width: 5px;
  content: "";
  height: 5px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--primary);
  transform: translate(0px, -50%);
}
.service-10-area .service-10__item .title {
  z-index: 1;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 19.5px 0px;
  position: relative;
  color: var(--primary);
  font-family: var(--font_tartuffotrial);
}
@media (max-width: 575px) {
  .service-10-area .service-10__item .title {
    font-size: 16px;
    padding: 12px 2px;
  }
}
.capabilities-area-10 .section-5-title-wrapper .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: var(--primary);
  max-width: 600px;
  font-family: var(--font_tartuffotrial);
}
@media (max-width: 575px) {
  .capabilities-area-10 .section-5-title-wrapper .title {
    font-size: 24px;
  }
}
.capabilities-area-10 .capabilities__content .number {
  line-height: 1;
  font-size: 140px;
  font-weight: 300;
  margin-top: 90px;
  letter-spacing: -4.2px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1399px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 110px;
    margin-top: 30px;
    letter-spacing: -2.2px;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 80px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .capabilities-area-10 .capabilities__content .number {
    font-size: 60px;
    margin-top: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.capabilities-area-10 .capabilities__content .text {
  margin-top: auto;
}
.capabilities-area-10 .capabilities__content .text .sub-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px;
  color: var(--primary);
  font-family: var(--font_tartuffotrial);
}
.capabilities-area-10 .capabilities__content .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  max-width: 417px;
}

/* portfolio massonary page css */
/* hero area 6 style  */
.hero-11-section-content .meta-list {
  max-width: 895px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .hero-11-section-content .meta-list {
    margin-left: 0;
    max-width: 100%;
  }
}
.hero-11-section-content .meta-list ul {
  display: grid;
  gap: 15px 40px;
  grid-template-columns: 170px 143px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-11-section-content .meta-list ul {
    grid-template-columns: 1fr;
  }
}
.hero-11-section-content .meta-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1.26px;
  color: var(--primary);
  text-transform: capitalize;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}
.hero-11-section-content .meta-list li br {
  display: block;
}

.hero-area-11__content .title {
  line-height: 1;
  font-weight: 300;
  font-size: 754px;
  letter-spacing: -37.7px;
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .hero-area-11__content .title {
    font-size: 570px;
    letter-spacing: -30.7px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-11__content .title {
    font-size: 470px;
    letter-spacing: -20.7px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-11__content .title {
    font-size: 375px;
    letter-spacing: -10.7px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-11__content .title {
    font-size: 280px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-11__content .title {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .hero-area-11__content .title {
    font-size: 110px;
  }
}
.work-wrapper-11 .work-item .meta-list {
  display: flex;
  align-items: center;
  gap: 5px;
  top: 30px;
  left: 30px;
  position: absolute;
}
.work-wrapper-11 .work-item .meta-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--black);
  background: var(--white);
  border-radius: 500px;
  padding: 4px 13px;
  letter-spacing: -0.8px;
  font-family: var(--font_bdogrotesk);
  list-style: none;
}
.work-wrapper-11 .work-item .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 991px) {
  .work-wrapper-11 .work-item .title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.work-wrapper-11 .work-item .title a:hover {
  color: var(--secondary);
}

/* portfolio full page css */
.portfolio-full .text {
  gap: 10px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .portfolio-full .text {
    border-right: none;
    padding-bottom: 0;
  }
}
.portfolio-full .text span {
  color: var(--primary);
}
.portfolio-full .text .sub-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: auto;
  line-height: 14px;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 991px) {
  .portfolio-full .text .sub-title {
    transform: translate(0, 0px);
  }
}
.portfolio-full .content {
  padding-top: 10px;
  border-left: 1px solid var(--border);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .portfolio-full .content {
    order: 1;
    border-left: none;
  }
}
.portfolio-full .slider .swiper-slide {
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
}
.portfolio-full .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
}
.portfolio-full .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* full screen clam slider page css */

/* digital agency classic page css */
:root {
  --rr-ff-grotesk: 'BDO Grotesk', sans-serif;
  --rr-ff-body: 'Inter', sans-serif;
  --rr-common-white: #FFFFFF;
  --rr-theme-primary: #222222;
  --rr-heading-primary: #222222;
  --rr-heading-secondary: #222020;
  --rr-theme-primary: #151515;
  --rr-text-body: rgba(34, 34, 34, 0.6);
  --rr-fw-medium: 500;
}

/* banner Style 1 */
.banner__future-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #333333;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item .icon {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .banner__future-item .icon {
    width: 100px;
    height: 100px;
  }
}
.banner__future-item .icon img {
  width: 76px;
  height: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__future-item .icon img {
    width: 60px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item .icon img {
    width: 50px;
    height: 60px;
  }
}

/* brand */
.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.services__wrapper-item .content {
  gap: 34px;
  display: flex;
  padding: 13.5px 0px;
  align-items: center;
  border-bottom: 1px solid #E1E2E4;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .content {
    gap: 17px;
  }
}
.services__wrapper-item .content img {
  width: inherit;
}
.services__wrapper-item .content p {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper-item .content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), (max-width:376px), (max-width:320px) {
  .services__wrapper-item .content p br {
    display: none;
  }
}
.h1-project__brand-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.h1-project__brand-slider .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-top: 10px;
  padding: 10px 10px;
  background: #f6f6f6;
}
.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.6);
  position: relative;
}
.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title::before {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  content: "";
  top: 44%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.h1-project__wrapper-details .title {
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-project__wrapper-details .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-project__wrapper-details .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .h1-project__wrapper-details .title {
    font-size: 28px;
    line-height: 35px;
  }
}

/* award area style  */
.award__item:hover .number {
  color: rgba(255, 255, 255, 0.7);
}
.award__item .number {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--rr-text-body);
  transform: translateX(-79px);
  transition: all 0.4s ease-in-out;
}
@media (max-width:450px) {
  .award__item .number {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .award__item .number {
    font-size: 20px;
    transform: translateX(-15px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award__item .number {
    transform: translateX(-30px);
  }
}
.testimonial__slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.testimonial__author__info .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-grotesk);
}
@media (max-width: 575px) {
  .testimonial__author__info .name {
    font-size: 18px;
  }
}

/* h1 blog style  */
.h1-blog__item-thumb.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  position: relative;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* footer area style  */

/* portfolio showcase 2 page css */
@media (min-width: 1850px) {
  .body-modern-agency .container.large {
    max-width: 1850px;
  }
}
.body-modern-agency .rr-btn {
  padding: 15px 27px;
}
.body-modern-agency .section-subtitle {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}
.body-modern-agency .footer-area-3 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
}

/* hero area 7 style  */
.rd-hero-area-7 .section-title {
  font-weight: 100;
  font-size: 140px;
  line-height: 0.93;
  text-align: center;
  max-width: 1115px;
  margin-inline: auto;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-title {
    font-size: 110px;
    max-width: 915px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-hero-area-7 .section-title {
    font-size: 90px;
    max-width: 715px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-title {
    font-size: 70px;
    max-width: 615px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-hero-area-7 .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-hero-area-7 .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .rd-hero-area-7 .section-title {
    font-size: 40px;
  }
}
.rd-hero-area-7 .section-title span {
  color: rgba(17, 17, 17, 0.3);
}
.dark .rd-hero-area-7 .section-title span {
  color: rgba(255, 255, 255, 0.3);
}
.rd-hero-area-7 .section-content .text {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.11;
  color: var(--primary);
  max-width: 620px;
  text-align: center;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-content .text {
    font-size: 30px;
    max-width: 520px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-hero-area-7 .section-content .text {
    font-size: 24px;
    max-width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-hero-area-7 .section-content .text {
    font-size: 20px;
    max-width: 420px;
  }
}
.rd-hero-area-7 .section-content .text-wrapper {
  margin-top: 45px;
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-content .text-wrapper {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-content .text-wrapper {
    margin-top: 25px;
  }
}
.rd-hero-area-7 .section-content .btn-wrapper {
  margin-top: 33px;
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-content .btn-wrapper {
    margin-top: 23px;
  }
}
.rd-hero-area-7 .section-title-wrapper {
  border-bottom: 1px solid var(--border);
  margin-top: 80px;
  padding-top: 61px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1919px) {
  .rd-hero-area-7 .section-title-wrapper {
    padding-top: 51px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-hero-area-7 .section-title-wrapper {
    padding-top: 31px;
    padding-bottom: 25px;
  }
}

/* work area 7 style  */
.rd-works-wrapper-7 .rd-work-box .thumb {
  position: relative;
}
.rd-works-wrapper-7 .rd-work-box .thumb .image {
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
}
.rd-works-wrapper-7 .rd-work-box .thumb .image img {
  transform-origin: center;
}
.rd-works-wrapper-7 .rd-work-box .thumb img {
  width: 100%;
  cursor: none;
}
.rd-works-wrapper-7 .rd-work-box .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .rd-work-box .content {
    visibility: visible;
  }
}
.rd-works-wrapper-7 .rd-work-box .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 0.9;
  background-color: var(--white);
  padding: 15px 20px 13px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .rd-work-box .title {
    font-size: 26px;
    padding: 10px 15px 8px;
  }
}
.rd-works-wrapper-7 .rd-work-box .meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 1.69;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}
.rd-works-wrapper-7 .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.rd-works-wrapper-7 .btn-wrapper a {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: var(--primary);
  max-width: 225px;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .rd-works-wrapper-7 .btn-wrapper a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-works-wrapper-7 .btn-wrapper a {
    font-size: 26px;
    max-width: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-works-wrapper-7 .btn-wrapper a {
    font-size: 20px;
    max-width: 135px;
  }
}
.rd-works-wrapper-7 .btn-wrapper a:hover .underline {
  background-size: 0% 100%;
}
.rd-works-wrapper-7 .btn-wrapper .underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -6px;
}
@media only screen and (max-width: 1399px) {
  .rd-works-wrapper-7 .btn-wrapper .underline {
    background-position: 0 -2px;
  }
}

/* capabilities area 2 style  */
.rd-capabilities-area-2 .section-content-wrapper {
  margin-top: 14px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1235px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 950px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.rd-capabilities-area-2 .section-content .section-title-wrapper {
  display: block;
}
.rd-capabilities-area-2 .rd-capability-box:hover .thumb img, .rd-capabilities-area-2 .rd-capability-box.active .thumb img {
  opacity: 1;
  transform: scale(1);
}
.rd-capabilities-area-2 .rd-capability-box .title {
  font-weight: 100;
  font-size: 100px;
  line-height: 1.1;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rd-capabilities-area-2 .rd-capability-box .title {
    font-size: 35px;
  }
}
.rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline {
  padding-bottom: 0;
  color: rgba(17, 17, 17, 0.3);
  text-transform: unset;
}
.dark .rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline {
  color: rgba(255, 255, 255, 0.3);
}
.rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline::before {
  height: 3px;
  transition: 0.5s;
  bottom: 9px;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline::before {
    bottom: 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .title.rr-btn-underline::before {
    height: 2px;
    bottom: 3px;
  }
}
.rd-capabilities-area-2 .rd-capability-box .thumb {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb {
    gap: 10px;
  }
}
.rd-capabilities-area-2 .rd-capability-box .thumb img {
  width: 76px;
  height: 76px;
  border-radius: 15px;
  object-fit: cover;
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-capabilities-area-2 .rd-capability-box .thumb img {
    width: 40px;
    height: 40px;
    opacity: 1;
    transform: scale(1);
  }
}

/* award area 3 style  */
.rd-award-area-3 .section-title {
  max-width: 855px;
  text-indent: 2.3em;
  font-weight: 200;
  line-height: 100px;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .section-title {
    max-width: 755px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .section-title {
    max-width: 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-award-area-3 .section-title {
    max-width: 505px;
  }
}
@media only screen and (max-width: 991px) {
  .rd-award-area-3 .section-title {
    max-width: 635px;
  }
}
.rd-award-area-3 .section-title span {
  position: relative;
  padding: 0 32px;
}
@media only screen and (max-width: 1919px) {
  .rd-award-area-3 .section-title span {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .section-title span {
    padding: 0 17px;
  }
}
@media (max-width: 575px) {
  .rd-award-area-3 .section-title span {
    padding: 0;
  }
}
.rd-award-area-3 .section-title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 72%;
  border: 2px solid var(--primary);
  border-radius: 100px;
  top: 53%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .rd-award-area-3 .section-title span:before {
    border-width: 1px;
  }
}
@media (max-width: 575px) {
  .rd-award-area-3 .section-title span:before {
    display: none;
  }
}

/* cta area 5 style  */
.cta-area-5 .section-title {
  font-size: 200px;
  font-weight: 100;
  line-height: 0.85;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .cta-area-5 .section-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-area-5 .section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-5 .section-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-5 .section-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .cta-area-5 .section-title {
    font-size: 40px;
  }
}
.cta-area-5 .section-title a {
  display: inline-flex;
  align-items: center;
}
.cta-area-5 .section-title .line {
  width: 0.7em;
  height: 0.05em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}
.cta-area-5 .section-header .title-wrapper {
  animation: 45s t-slide infinite linear;
}

/* footer area 3 style  */
.rd-footer-area-3 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .rd-footer-area-3 .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.rd-footer-area-3 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.rd-footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .rd-footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.rd-footer-area-3 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .subscription-text .text {
    font-size: 18px;
  }
}
.rd-footer-area-3 .subscription-text .text a {
  position: relative;
}
.rd-footer-area-3 .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.rd-footer-area-3 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.rd-footer-area-3 .rd-footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}
.dark .rd-footer-area-3 .rd-footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .rd-footer-area-3 .rd-footer-widget-box .title {
    margin-bottom: 20px;
  }
}
.rd-footer-area-3 .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .rd-footer-area-3 .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rd-footer-area-3 .copyright-text .text {
    font-size: 18px;
  }
}
.rd-footer-area-3 .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .rd-footer-area-3 .copyright-text .text a {
  color: #555555;
}
.rd-footer-area-3 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.rd-footer-area-3 .copyright-text .text a:hover {
  color: var(--primary);
}
.rd-footer-area-3 .copyright-text .text a:hover::before {
  width: 100%;
}/*# sourceMappingURL=style.css.map */