/* Selected components from supplied Archidex template, ravextheme, v1.0. */
.rr-underline {
    display: none;
  }
}

/* === header scss (index 06) === */
.header-area-6 .header__logo {
  margin-left: 30px;
}
.header-area-6 .header__logo img {
  max-width: 115px;
}
.header-area-6 .header-main {
  border-bottom: none;
}
.header-area-6__inner {
  gap: 65px;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .header-area-6__inner {
    gap: 0px;
  }
}
.header-area-6 .main-menu > ul {
  display: flex;
}
.header-area-6 .main-menu > ul > li:hover > a {
  color: #999999;
}
.header-area-6 .main-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  padding: 32px 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .header-area-6 .main-menu li a {
    padding: 22px 10px;
  }
}
.header-area-6 .main-menu li a:hover {
  color: var(--white);
}
.header-area-6 .header-right {
  border-left: 1px solid var(--border);
  padding-left: 30px;
}
@media (max-width: 575px) {
  .header-area-6 .header-right {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .header-area-6 .header-right .rr-underline {
    display: none;
  }
}
.header-area-6 .header-right .header__navicon {
  border-left: none;
}
.header-area-6 .header-right .side-toggle {
  padding: 36px 30px;
  border-left: 1px solid var(--border);
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .header-area-6 .header-right .side-toggle {
    border-left: none;
    margin-left: 0;
    padding: 16px 20px;
  }
}
.header-area-6 .header-right .side-toggle .bar-icon {
  width: 19px;
  height: 7px;
}
.header-area-6 .header-right .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--primary);
}
.header-area-6 .header-right .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}

/* === header scss (index 07) === */
.header-area-7 .header__logo {
  margin-left: 30px;
}
.header-area-7 .header__logo img {
  max-width: 115px;
}
.header-area-7 .header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-area-7 .header__nav-7 {
  margin-right: inherit;
}
.header-area-7__inner {
  gap: 65px;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .header-area-7__inner {
    gap: 0px;
  }
}
.header-area-7 .main-menu > ul {
  display: flex;
}
.header-area-7 .main-menu > ul > li:hover > a {
  color: #999999;
}
.header-area-7 .main-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  padding: 27px 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .header-area-7 .main-menu li a {
    padding: 22px 10px;
  }
}
.header-area-7 .main-menu li a:hover {
  color: var(--white);
}
.header-area-7 .header-right {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}
@media (max-width: 575px) {
  .header-area-7 .header-right {
    border-left: none;
    padding-left: 0;
  }
}
.header-area-7 .header-right .number {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--white);
  letter-spacing: -0.48px;
}
.header-area-7 .header-right .number:hover {
  color: #999999;
}
@media (max-width: 575px) {
  .header-area-7 .header-right .number {
    display: none;
  }
}
.header-area-7 .header-right .header__navicon {
  border-left: none;
}
.header-area-7 .header-right .side-toggle {
  padding: 25px 30px;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .header-area-7 .header-right .side-toggle {
    border-left: none;
    margin-left: 0;
    padding: 16px 20px;
  }
}
.header-area-7 .header-right .side-toggle .bar-icon {
  width: 19px;
  height: 7px;
}
.header-area-7 .header-right .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--primary);
}
.header-area-7 .header-right .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}

/* === header scss (index 08) === */
.header-area-8 {
  top: 14px;
}
.header-area-8 .header-main {
  padding: 16px 0px 23px;
  border-top: 1px solid var(--border);
}
.header-area-8 .header-area-7__inner {
  border-left: none;
  border-bottom: 1px solid var(--primary);
}
.header-area-8 .header__nav-2 {
  margin-right: 0;
  padding-left: 0px;
  border-left: none;
}
.header-area-8 .header__logo img {
  max-width: 115px;
}
.header-area-8 .header__meta-wrapper {
  gap: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .header-area-8 .header__meta-wrapper {
    gap: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-8 .header__meta-wrapper {
    gap: 140px;
  }
}
.header-area-8 .header__meta-wrapper ul {
  list-style: none;
}
.header-area-8 .header__meta-wrapper ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.45px;
  text-transform: uppercase;
}
.header-area-8 .header__meta-wrapper ul li:not(:last-child) {
  margin-bottom: 7px;
}
.header-area-8 .header__meta-wrapper ul li:hover a {
  color: var(--secondary);
}
.header-area-8 .header__meta-wrapper .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  outline: none;
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.header-area-8 .header__meta-wrapper .nice-select .current {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
  font-family: var(--font_bai);
}
.header-area-8 .header__meta-wrapper .nice-select .icon {
  top: 0;
  color: var(--primary);
  right: 0;
  position: absolute;
  transition: all 0.3s;
}
.header-area-8 .header__meta-wrapper .nice-select .list {
  background-color: transparent;
  box-shadow: none;
}
.header-area-8 .header__meta-wrapper .nice-select .option {
  line-height: 1;
  min-height: auto;
  padding: 12px 0;
  color: var(--primary);
}
.header-area-8 .header__meta-wrapper .nice-select:after {
  display: none;
}
.header-area-8 .header__meta-wrapper .nice-select.open .icon {
  top: 2px;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .header-area-8 .side-toggle {
    border-left: none;
    margin-left: 0;
    padding: 16px 20px;
  }
}
.header-area-8 .side-toggle .bar-icon {
  width: 34px;
  overflow: visible;
  height: 17px;
}
.header-area-8 .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--primary);
}
.header-area-8 .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}

/* === header scss (index 09) === */
.header-area-9 {
  margin-top: 14px;
}
.header-area-9 .main-menu ul {
  display: block;
  margin-top: 130px;
}
.header-area-9 .main-menu ul li:not(:last-child) {
  margin-bottom: 11px;
}
.header-area-9 .main-menu ul li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
  color: var(--primary);
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.header-area-9 .main-menu ul li a::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: currentColor;
  transition: all 0.3s;
}
.header-area-9 .main-menu ul li a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .header-area-9 .header__logo img {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area-9 .header__logo img {
    max-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-9 .header__logo img {
    max-width: 150px;
  }
}
.header-area-9 .header-right .side-toggle .bar-icon {
  width: 30px;
  height: 10px;
}
.header-area-9 .header-right .side-toggle .bar-icon span {
  height: 2px;
  background: var(--primary);
}
.header-area-9 .header-right .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}
.header-area-9 .header-right .side-toggle .bar-icon span:nth-child(3) {
  margin-left: 15px;
}

/* === header scss (index 10) === */
.header-area-10 {
  position: absolute;
  width: 100%;
  top: 30px;
}
.header-area-10__inner {
  display: flex;
  background: #000;
  max-width: 440px;
  align-items: center;
  margin: 0 auto;
  padding: 15px 30px;
  border-radius: 25px;
  justify-content: space-between;
}
.header-area-10 .header__navicon {
  position: relative;
}
.header-area-10 .header__logo .show-light {
  max-width: 90px;
}
.header-area-10 .side-toggle i {
  color: var(--white);
}

/* === header scss (index 11) === */
.header-area-11 {
  opacity: 0;
  background: #FAFAFA;
}
@media only screen and (max-width: 1199px) {
  .header-area-11 {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .header-area-11 .side-toggle {
    border-left: none;
    margin-left: 0;
    padding: 16px 20px;
  }
}
.header-area-11 .side-toggle .bar-icon {
  width: 34px;
  overflow: visible;
  height: 17px;
}
.header-area-11 .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--primary);
}
.header-area-11 .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}
.header-area-11 .main-menu > ul {
  display: flex;
}
.header-area-11 .main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.header-area-11 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font_bai);
  line-height: 16px;
  color: var(--primary);
  padding: 31.5px 14px;
}
@media only screen and (max-width: 1399px) {
  .header-area-11 .main-menu li a {
    padding: 22px 10px;
  }
}
.header-area-11 .social-links {
  gap: 8px;
  display: flex;
  list-style: none;
  align-items: center;
  margin-left: 280px;
}
@media only screen and (max-width: 1399px) {
  .header-area-11 .social-links {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .header-area-11 .social-links {
    display: none;
  }
}
.header-area-11 .social-links li a {
  font-size: 16px;
  color: var(--primary);
}
.header-area-11 .social-links li a:hover {
  color: var(--secondary);
}

/* === header scss (index 11) === */
.header-area-12 .header__navicon {
  margin-left: 296px;
}
@media (max-width: 575px) {
  .header-area-12 .header__navicon .side-toggle {
    border-left: none;
    margin-left: 0;
    padding: 16px 20px;
  }
}
.header-area-12 .header__navicon .side-toggle .bar-icon {
  width: 34px;
  overflow: visible;
  height: 17px;
}
.header-area-12 .header__navicon .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--white);
}
.header-area-12 .header__navicon .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}

/* === header scss (index 12) === */
.header-area-13 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: transparent;
}
.header-area-13 .header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 575px) {
  .header-area-13 .header-main {
    padding: 10px 0;
  }
}
.header-area-13__inner {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}
@media only screen and (max-width: 1199px) {
  .header-area-13__inner {
    padding: 10px 0;
  }
}
.header-area-13 .header__logo img {
  max-width: 115px;
}
.header-area-13 .sticky,
.header-area-13 .transformed {
  background-color: #FFFFFF;
}
.header-area-13 .header__nav-2 {
  margin-left: auto;
}
.header-area-13 .main-menu > ul {
  display: flex;
}
.header-area-13 .main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.header-area-13 .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font_bai);
  line-height: 16px;
  color: var(--black);
  padding: 31.5px 14px;
}
@media only screen and (max-width: 1399px) {
  .header-area-13 .main-menu li a {
    padding: 22px 10px;
  }
}
.header-area-13 .main-menu li a:hover {
  color: var(--secondary);
}
.header-area-13 .header-right {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .header-area-13 .header-right .side-toggle {
    border-left: none;
    margin-left: 0;
    padding: 16px 20px;
  }
}
.header-area-13 .header-right .side-toggle .bar-icon {
  width: 34px;
  overflow: visible;
  height: 17px;
}
.header-area-13 .header-right .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--primary);
}
.header-area-13 .header-right .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}
.header-area-13 .rr-btn-primary {
  border: none;
  padding: 14.5px 23px;
  color: var(--white);
  background: var(--black);
}
.header-area-13 .rr-btn-primary .text span {
  color: var(--white);
}
.header-area-13 .rr-btn-primary .right-icon {
  color: var(--white);
}
@media (max-width: 575px) {
  .header-area-13 .rr-btn-primary {
    display: none;
  }
}

/* === header scss (index 07) === */
.header-area-14 .header__logo {
  margin-left: 30px;
}
.header-area-14 .header__logo img {
  max-width: 115px;
}
.header-area-14 .header__nav-14 {
  margin-left: auto;
  margin-right: inherit;
}
.header-area-14__inner {
  gap: 0;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .header-area-14__inner {
    gap: 0px;
  }
}
.header-area-14 .main-menu > ul {
  display: flex;
}
.header-area-14 .main-menu > ul > li:hover > a {
  color: #999999;
}
.header-area-14 .main-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  padding: 27px 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .header-area-14 .main-menu li a {
    padding: 22px 10px;
  }
}
.header-area-14 .main-menu li a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .header-area-14 .header__navicon .side-toggle {
    border-left: none;
    margin-left: 0;
    padding: 16px 20px;
  }
}
.header-area-14 .header__navicon .side-toggle .bar-icon {
  width: 34px;
  overflow: visible;
  height: 17px;
}
.header-area-14 .header__navicon .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--primary);
}
.header-area-14 .header__navicon .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}

/* === header scss (index 05) === */
.header-area-16__inner {
  border-bottom: 1px solid var(--primary);
}
.header-area-16 .bar-icon-16 {
  gap: 5px;
  display: grid;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  padding: 6px 11px;
  color: var(--black);
  border-radius: 50px;
  text-transform: uppercase;
  font-family: var(--font_bai);
  border: 1px solid var(--black);
  grid-template-columns: repeat(2, auto);
}
@media only screen and (max-width: 1199px) {
  .header-area-16 .bar-icon-16 {
    border: none;
  }
}
.header-area-16 .bar-icon-16 span {
  width: 7px;
  height: 7px;
  display: flex;
  background: var(--primary);
}
.header-area-16 .header__logo {
  padding: 31px 41px 31px 30px;
  border-right: 1px solid var(--black);
  margin-left: 0;
}
.header-area-16 .header__logo img {
  max-width: 115px;
}

/* === header scss (index 05) === */
.header-area-19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-19 .header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-area-19__inner {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-area-19 .header-area-5__inner {
  padding: 0;
}
@media only screen and (max-width: 1399px) {
  .header-area-19 .header-area-5__inner {
    padding: 10px 0;
  }
}
.header-area-19 .header-right {
  gap: 70px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-area-19 .header-right {
    gap: 30px;
  }
}
.header-area-19 .navicon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 575px) {
  .header-area-19 .navicon {
    width: 45px;
    height: 45px;
  }
}
.header-area-19 .side-toggle .bar-icon {
  width: 19px;
  height: 7px;
}
.header-area-19 .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background: var(--white);
}
.header-area-19 .side-toggle .bar-icon span:nth-child(2) {
  margin-left: 10px;
}
.header-area-19 .header__logo {
  gap: 20px;
  display: flex;
  align-items: center;
}
.header-area-19 .header__logo img {
  max-width: 115px;
}
.header-area-19 .sticky,
.header-area-19 .transformed {
  background-color: #FFFFFF;
}
.header-area-19 .main-menu > ul {
  display: flex;
}
.header-area-19 .main-menu > ul > li:hover > a {
  color: #999999;
}
.header-area-19 .main-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  padding: 32.5px 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .header-area-19 .main-menu li a {
    padding: 22px 10px;
  }
}
.header-area-19 .main-menu li a:hover {
  color: var(--white);
}
.header-area-19 .header-meta {
  margin-left: 75px;
}
@media only screen and (max-width: 1199px) {
  .header-area-19 .header-meta {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-19 .header-meta {
    display: none;
  }
}
.header-area-19 .header-meta .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--white);
  letter-spacing: -0.48px;
}
.header-area-19 .header__navicon {
  display: flex;
  align-items: center;
  border-left: 1px solid var(--border);
}
.header-area-19 .rr-underline {
  color: var(--white);
}
@media (max-width: 575px) {
  .header-area-19 .rr-underline {
    display: none;
  }
}
.header-area-19 .rr-underline::before {
  background: var(--white);
}

/* === Icon draw scss (index 01) === */
.bar-icon {
  width: 26px;
  height: 18px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--primary);
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

.bar-icon-2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 5px;
}
.bar-icon-2 span {
  width: 7px;
  height: 7px;
  display: flex;
  background: var(--white);
}

/* === Icon draw Animate scss (index 01) === */
@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);
  }
}
/* === Offcanvas scss (index 01) === */
.offcanvas-3 {
  top: 55px;
  left: 50%;
  height: auto;
  width: 440px;
  z-index: 999;
  overflow-y: scroll;
  position: absolute;
  border-radius: 30px;
  height: 45px;
  padding: 10px 25px 25px 25px;
  transition: all 0.5s ease-in;
  transform: translate(-50%, 0);
  background-color: var(--black);
  will-change: transform, opacity, filter;
}
@media (max-width: 575px) {
  .offcanvas-3 {
    width: 300px;
  }
}
.offcanvas-3.info-open {
  opacity: 1;
  filter: none;
  height: 100vh;
  overflow-y: scroll;
  pointer-events: auto;
  height: calc(100vh - 50px);
  clip-path: inset(0 0 0 0);
  transform: translate(-50%, 0);
}
@media (max-width: 575px) {
  .offcanvas-3.info-open {
    width: 300px;
  }
}
.offcanvas-3.info-open .side-toggle {
  display: none;
}
.offcanvas-3.info-open .side-info-close {
  display: block;
}
.offcanvas-3 .offset-logo {
  width: 95px;
  margin-right: 100px;
}
@media only screen and (max-width: 1919px) {
  .offcanvas-3 .offset-logo {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas-3 .offset-logo {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .offcanvas-3 .offset-logo {
    width: 95px;
  }
}
.offcanvas-3 .offset-logo img {
  width: 100%;
}
.offcanvas-3 .contact-meta {
  display: grid;
  margin-bottom: 55px;
  grid-template-columns: 338px 1fr;
}
.offcanvas-3 .contact-meta *:not(:first-child) {
  margin-top: 0px;
}
@media only screen and (max-width: 1919px) {
  .offcanvas-3 .contact-meta {
    grid-template-columns: 225px 1fr;
  }
}
.offcanvas-3 .contact-info-item {
  margin-bottom: 30px;
}
.offcanvas-3 .contact-info-item .title {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  margin-bottom: 5px;
}
.offcanvas-3 .contact-info-item a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
  font-family: var(--font_bdogrotesk);
}
.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;
}
.offcanvas-3 .contact-info-item a:hover {
  color: var(--secondary);
}
.offcanvas-3 .contact-info-item a:hover::before {
  width: 0;
}
.offcanvas-3 .contact-info-item .location {
  color: var(--white);
}
.offcanvas-3 .contact-item {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.offcanvas-3 .contact-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
  color: var(--white);
}
.offcanvas-3 .contact-item .nav-list li {
  list-style: none;
}
.offcanvas-3 .contact-item .nav-list li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--white);
  letter-spacing: -0.54px;
}
.offcanvas-3 .contact-item .nav-list li a:hover {
  color: var(--secondary);
}
.offcanvas-3 .side-info-close {
  top: 0px;
  right: 13px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  border: none;
  display: none;
}
.offcanvas-3 .side-info-close i {
  color: var(--white);
}
.offcanvas-3 .side-info-close:hover {
  transform: rotate(360deg);
}
.offcanvas-3 .side-toggle {
  top: 10px;
  right: 25px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.offcanvas-3 .side-toggle i {
  color: var(--white);
}
.offcanvas-3 .side-toggle:hover {
  transform: rotate(360deg);
}
.offcanvas-3 .mobile-menu.mean-container .mean-nav ul li a {
  color: var(--white);
  border-top: 1px solid var(--white);
}
.offcanvas-3 .mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--secondary);
}
.offcanvas-3 .mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
}

/* === Offcanvas scss (index 01) === */
.side-info-4 {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  text-align: left;
  padding: 0 100px;
  overflow-y: scroll;
  background: #EDECE8;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s ease, z-index 0s 0.9s;
}
@media only screen and (max-width: 991px) {
  .side-info-4 {
    padding: 0 20px;
  }
}
.side-info-4.info-open {
  z-index: 99999999;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.9s ease;
}
.side-info-4.closing {
  clip-path: inset(0 0 100% 0);
  z-index: 99999999;
  transition: clip-path 0.9s ease;
}
.side-info-4 .offcanvas-4 .offset-header {
  padding-top: 25px;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.side-info-4 .offcanvas-4 .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: 767px) {
  .side-info-4 .offcanvas-4 .offset-header h6 {
    display: none;
  }
}
.side-info-4 .offcanvas-4 .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: 767px) {
  .side-info-4 .offcanvas-4 .offset-header .date {
    display: none;
  }
}
.side-info-4 .offcanvas-4 .offset-logo {
  width: 95px;
  margin-right: 225px;
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .offset-logo {
    margin-right: 0;
  }
}
.side-info-4 .offcanvas-4 .offset-logo img {
  width: 100%;
}
.side-info-4 .offcanvas-4 .contact-meta {
  gap: 50px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 325px 500px auto;
}
.side-info-4 .offcanvas-4 .contact-meta *:not(:first-child) {
  width: 100%;
  margin-top: 0px;
}
@media only screen and (max-width: 1919px) {
  .side-info-4 .offcanvas-4 .contact-meta {
    grid-template-columns: 200px auto 182px;
  }
}
@media only screen and (max-width: 1199px) {
  .side-info-4 .offcanvas-4 .contact-meta {
    grid-template-columns: 150px auto 182px;
  }
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .contact-meta {
    grid-template-columns: auto;
  }
}
.side-info-4 .offcanvas-4 .contact-item {
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}
.side-info-4 .offcanvas-4 .contact-item__menu {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .contact-item:nth-child(1), .side-info-4 .offcanvas-4 .contact-item:nth-child(3) {
    display: none;
  }
}
.side-info-4 .offcanvas-4 .contact-item .title {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  letter-spacing: -0.54px;
}
.side-info-4 .offcanvas-4 .contact-item .socail-media li {
  list-style: none;
}
.side-info-4 .offcanvas-4 .contact-item .socail-media li a {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: -0.54px;
  font-family: var(--font_bdogrotesk);
}
.side-info-4 .offcanvas-4 .contact-item .socail-media li a:hover {
  color: var(--secondary);
}
.side-info-4 .offcanvas-4 .contact-item .mobile-menu {
  margin-top: 0;
}
.side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a {
  padding: 15px 0;
  font-size: 88px;
}
@media only screen and (max-width: 1399px) {
  .side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a {
    font-size: 30px;
  }
}
.side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a.mean-expand {
  height: 120px;
}
@media only screen and (max-width: 1399px) {
  .side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a.mean-expand {
    height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li a.mean-expand {
    height: 80px;
  }
}
.side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li:hover > a {
  color: var(--secondary);
}
.side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li li a {
  font-size: 20px;
}
.side-info-4 .offcanvas-4 .contact-item .mobile-menu ul li li a:hover {
  color: var(--secondary);
}
.side-info-4 .offcanvas-4 .contact-item .nav-list li {
  list-style: none;
  transform: translateY(-20px);
}
.side-info-4 .offcanvas-4 .contact-item .nav-list li a {
  color: var(--secondary);
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -4.5px;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1919px) {
  .side-info-4 .offcanvas-4 .contact-item .nav-list li a {
    font-size: 80px;
  }
}
.side-info-4 .offcanvas-4 .contact-item .nav-list li a:hover {
  color: var(--primary);
}
.side-info-4 .offcanvas-4 .contact-item .info a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_bdogrotesk);
}
.side-info-4 .offcanvas-4 .contact-item .info a::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: currentColor;
}
.side-info-4 .offcanvas-4 .contact-item .info a:hover {
  color: #555;
}
.side-info-4 .offcanvas-4 .contact-item .info a:hover::before {
  width: 0;
}
.side-info-4 .offcanvas-4 .side-info-close {
  width: 200px;
  height: 70px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 29px 25px;
  border-radius: 15px;
  color: var(--primary);
  align-items: center;
  letter-spacing: -0.48px;
  background-color: #F3F3F3;
  position: absolute;
  bottom: 30px;
  justify-content: space-between;
  font-family: var(--font_bdogrotesk);
  border: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .side-info-4 .offcanvas-4 .side-info-close {
    top: 0px;
    right: 0px;
  }
}
@media (max-width: 575px) {
  .side-info-4 .offcanvas-4 .side-info-close {
    width: 110px;
    height: 50px;
    top: 10px;
    right: 10px;
    padding: 0 10px;
  }
}
.side-info-4 .offcanvas-4 .side-info-close:hover {
  transform: rotate(0deg);
  border-color: transparent;
  background-color: var(--black);
  color: var(--white);
}

/* === footer scss (index 01) === */
.footer-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .footer-widget-wrapper {
    gap: 30px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper {
    gap: 0px 0;
    grid-template-columns: 1fr;
  }
}

.footer__inner {
  border-top: 1px solid #DADADA;
  margin-top: -4px;
}

.footer-widget-box {
  display: flex;
  padding-top: 37px;
  padding-bottom: 40px;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .footer-widget-box {
    padding-bottom: 10px;
  }
}
.footer-widget-box:not(:last-child) {
  border-right: 1px solid #DADADA;
}
@media only screen and (max-width: 767px) {
  .footer-widget-box:not(:last-child) {
    border-right: none;
  }
}
.footer-widget-box:not(:first-child) {
  padding-left: 40px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget-box:not(:first-child) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-box:not(:first-child) {
    padding-left: 0px;
  }
}
.footer-widget-box .title {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.48px;
}
@media (max-width: 575px) {
  .footer-widget-box .title {
    margin-bottom: 10px;
  }
}
.footer-widget-box .subscribe-form {
  padding-right: 50px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget-box .subscribe-form {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .footer-widget-box .subscribe-form {
    padding-right: 0px;
  }
}
.footer-widget-box .subscribe-form .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 30px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-widget-box .subscribe-form .input-group {
  display: flex;
  padding: 13px 0 15px;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #DADADA;
}
.footer-widget-box .subscribe-form .input-group:last-of-type {
  border-bottom: 1px solid #DADADA;
}
.footer-widget-box .subscribe-form .input-group input {
  padding-right: 10px;
}
.footer-widget-box .subscribe-form .input-group i {
  color: #999999;
}
.footer-widget-box .subscribe-form input {
  border: 0;
  outline: 0;
  width: 100%;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  background-color: transparent;
}
.footer-widget-box .subscribe-form input::placeholder {
  color: #999;
}
.footer-widget-box .copyright-text {
  margin-top: 255px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget-box .copyright-text {
    margin-top: 200px;
  }
}
@media (max-width: 575px) {
  .footer-widget-box .copyright-text {
    margin-top: 50px;
  }
}
.footer-widget-box .copyright-text .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-widget-box .copyright-text .text a:hover {
  color: #999999;
}
.footer-widget-box .footer-nav-list {
  margin-top: auto;
}
.footer-widget-box .footer-nav-list li {
  color: var(--primary);
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.48px;
}
.footer-widget-box .footer-nav-list {
  margin-top: auto;
}
.footer-widget-box .footer-nav-list li a {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  color: var(--primary);
  display: inline-block;
  text-decoration: none;
  letter-spacing: -0.48px;
}
.footer-widget-box .footer-nav-list li a span {
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.3s ease;
}
.footer-widget-box .footer-nav-list li a::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: inline-block;
  color: var(--primary);
  transition: top 0.3s ease;
}
.footer-widget-box .footer-nav-list li a:hover span {
  transform: translateY(-100%);
}
.footer-widget-box .footer-nav-list li a:hover::after {
  top: 0;
}
.footer-widget-box .footer-location {
  margin-top: auto;
}
.footer-widget-box .footer-location p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-widget-box .footer-location a {
  color: var(--primary);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-widget-box .footer-location a:hover {
  color: #999999;
}

.footer-3__inner {
  background: var(--primary);
  padding-top: 130px;
}
@media only screen and (max-width: 1399px) {
  .footer-3__inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-3__inner {
    padding-top: 60px;
  }
}
.footer-3__inner .footer-widget-box {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-3__inner .footer-widget-box .title {
    margin-bottom: 0;
  }
}
.footer-3__inner .footer-widget-box .content .title {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  color: var(--white);
  margin-bottom: 46px;
  letter-spacing: -1.5px;
}
.footer-3__inner .footer-widget-box .content .title span {
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1199px) {
  .footer-3__inner .footer-widget-box .content .title {
    font-size: 45px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer-3__inner .footer-widget-box .content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .footer-3__inner .footer-widget-box .content .rr-btn-primary {
    padding: 20px 20px;
  }
}
.footer-3__inner .footer-widget-box .content .rr-btn-primary:hover {
  background: var(--white);
}
.footer-3__inner .footer-widget-box .content .rr-btn-primary:hover span {
  color: var(--primary);
}
.footer-3__inner .footer-widget-box .footer-nav-list {
  margin-top: 46px;
}
@media only screen and (max-width: 991px) {
  .footer-3__inner .footer-widget-box .footer-nav-list {
    margin-top: 20px;
  }
}
.footer-3__inner .footer-widget-box .footer-nav-list li a {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  letter-spacing: -0.48px;
}
.footer-3__inner .footer-widget-box .footer-nav-list li a span {
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.3s ease;
}
.footer-3__inner .footer-widget-box .footer-nav-list li a::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: inline-block;
  color: var(--white);
  transition: top 0.3s ease;
}
.footer-3__inner .footer-widget-box .footer-nav-list li a:hover span {
  transform: translateY(-100%);
}
.footer-3__inner .footer-widget-box .footer-nav-list li a:hover::after {
  top: 0;
}
.footer-3__inner .footer-widget-box .footer-location {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-3__inner .footer-widget-box .footer-location {
    margin-top: 20px;
  }
}
.footer-3__inner .footer-widget-box .footer-location p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  color: var(--white);
  letter-spacing: -0.48px;
}
.footer-3__inner .footer-widget-box .footer-location a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--white);
  letter-spacing: -0.48px;
}
.footer-3__inner .footer-widget-box .footer-location a:hover {
  color: #999999;
}
.footer-3__inner .copyright-text {
  padding: 27px 0;
  margin-top: 100px;
  border-top: 1px solid #353535;
}
@media only screen and (max-width: 1399px) {
  .footer-3__inner .copyright-text {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-3__inner .copyright-text {
    margin-top: 60px;
  }
}
.footer-3__inner .copyright-text .copyright {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  color: var(--white);
  letter-spacing: -0.48px;
}
.footer-3__inner .copyright-text .copyright a {
  color: #999;
}
.footer-3__inner .copyright-text .copyright a:hover {
  color: var(--white);
}

/* === footer scss (index 01) === */
.footer-4__inner {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-4__inner .footer-4__wrapper {
  display: grid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: 615px 862px auto auto;
}
@media only screen and (max-width: 1919px) {
  .footer-4__inner .footer-4__wrapper {
    grid-template-columns: 515px 562px auto auto;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-4__inner .footer-4__wrapper {
    gap: 30px;
    grid-template-columns: 400px 430px auto auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-4__inner .footer-4__wrapper {
    grid-template-columns: 335px 300px auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-4__wrapper {
    grid-template-columns: 335px 300px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-4__inner .footer-4__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-4__inner .footer-4__wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-4__inner .footer-widget-box {
  border-right: none;
  padding-top: 133px;
  padding-bottom: 90px;
}
.footer-4__inner .footer-widget-box:first-child {
  padding-left: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-widget-box:first-child {
    padding-bottom: 0;
    border-right: none;
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .footer-4__inner .footer-widget-box:first-child {
    padding-left: 0;
  }
}
.footer-4__inner .footer-widget-box:nth-child(2) {
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer-4__inner .footer-widget-box:nth-child(2) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-widget-box:nth-child(2) {
    padding-bottom: 0;
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .footer-4__inner .footer-widget-box:nth-child(2) {
    padding: 0;
  }
}
.footer-4__inner .footer-widget-box:nth-child(3) {
  padding-left: 0px;
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-widget-box:nth-child(3) {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .footer-4__inner .footer-widget-box:nth-child(3) {
    padding: 0;
  }
}
.footer-4__inner .footer-widget-box:last-child {
  padding-left: 90px;
  margin-right: 20px;
}
@media only screen and (max-width: 1399px) {
  .footer-4__inner .footer-widget-box:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-widget-box:last-child {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .footer-4__inner .footer-widget-box:last-child {
    padding: 0;
    padding-bottom: 60px;
  }
}
.footer-4__inner .footer-widget-box .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--white);
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.footer-4__inner .footer-widget-box .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: var(--white);
  letter-spacing: -0.9px;
  text-transform: uppercase;
}
.footer-4__inner .footer-widget-box .content .info {
  margin-top: 110px;
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-widget-box .content .info {
    margin-top: 30px;
  }
}
.footer-4__inner .footer-widget-box .content .info a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  opacity: 0.74;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: -0.48px;
}
.footer-4__inner .footer-widget-box .newsletter {
  margin-top: 182px;
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-widget-box .newsletter {
    margin-top: 40px;
  }
}
.footer-4__inner .footer-widget-box .newsletter .input-group {
  max-width: 454px;
  position: relative;
  padding-bottom: 14px;
}
.footer-4__inner .footer-widget-box .newsletter .input-group::before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--white);
}
.footer-4__inner .footer-widget-box .newsletter .input-group input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--white);
  padding-right: 50px;
  background: transparent;
  letter-spacing: -0.48px;
  font-family: var(--font_bai);
}
.footer-4__inner .footer-widget-box .newsletter .input-group input::placeholder {
  opacity: 0.74;
  color: var(--white);
}
.footer-4__inner .footer-widget-box .newsletter .input-group button {
  right: 0;
  bottom: 14px;
  width: 45px;
  height: 40px;
  display: flex;
  position: absolute;
  align-items: center;
  color: var(--primary);
  justify-content: center;
  background: var(--white);
}
.footer-4__inner .footer-widget-box .newsletter .input-group button i {
  rotate: -45deg;
}
.footer-4__inner .footer-widget-box .footer-nav-list {
  margin-top: 117px;
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .footer-widget-box .footer-nav-list {
    margin-top: 30px;
  }
}
.footer-4__inner .footer-widget-box .footer-nav-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-4__inner .footer-widget-box .footer-nav-list li a {
  opacity: 0.74;
  color: var(--white);
}
.footer-4__inner .footer-widget-box .footer-nav-list li a::after {
  opacity: 0.74;
  color: var(--white);
}
.footer-4__inner .copyright {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 615px 862px auto;
}
@media only screen and (max-width: 1919px) {
  .footer-4__inner .copyright {
    grid-template-columns: 515px 562px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-4__inner .copyright {
    gap: 30px;
    grid-template-columns: 400px 430px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-4__inner .copyright {
    grid-template-columns: 335px 250px auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .copyright {
    margin-top: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    grid-template-columns: auto;
  }
}
.footer-4__inner .copyright__logo {
  padding-top: 60px;
  margin-left: 14px;
  padding-bottom: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .copyright__logo {
    padding: 0;
    border-right: none;
  }
}
.footer-4__inner .copyright__logo img {
  max-width: 270px;
}
.footer-4__inner .copyright__menu {
  list-style: none;
  padding-bottom: 34px;
  margin-left: 60px;
}
@media only screen and (max-width: 991px) {
  .footer-4__inner .copyright__menu {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-4__inner .copyright__menu {
    margin-left: 0;
  }
}
.footer-4__inner .copyright__menu li a {
  opacity: 0.74;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--white);
  letter-spacing: -0.48px;
}
.footer-4__inner .copyright__text {
  opacity: 0.74;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  color: var(--white);
  padding-bottom: 34px;
  letter-spacing: -0.48px;
}
.footer-4__inner .copyright__text a {
  color: var(--white);
  position: relative;
}
.footer-4__inner .copyright__text a::before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  position: absolute;
  background: var(--white);
}
.footer-4__inner .copyright__text a:hover {
  opacity: 1;
  color: var(--white);
}
.footer-4__inner .copyright__text a:hover::before {
  width: 0;
}

/* === footer-5 scss (index 01) === */
.footer-5-widget-wrapper {
  display: grid;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .footer-5-widget-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 0;
  }
}
@media (max-width: 575px) {
  .footer-5-widget-wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
}

.footer-5__inner .section-title-5__wrapper {
  display: grid;
  grid-template-columns: 413px 413px 1fr;
}
@media only screen and (max-width: 1399px) {
  .footer-5__inner .section-title-5__wrapper {
    grid-template-columns: 389px 391px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-5__inner .section-title-5__wrapper {
    grid-template-columns: 321px 320px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer-5__inner .section-title-5__wrapper {
    grid-template-columns: 299px 1fr;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-5__inner .section-title-5__wrapper {
    border-bottom: none;
    grid-template-columns: 1fr;
  }
}
.footer-5__inner .section-title-5__wrapper .wrp {
  padding: 25px 30px;
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .footer-5__inner .section-title-5__wrapper .wrp {
    padding-left: 0;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-5__inner .section-title-5__wrapper .hass-line {
    display: none;
  }
}
.footer-5__inner .section-title-5__wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-5__inner .section-title-5__wrapper .sub-title::before {
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 5px;
  position: absolute;
  background: var(--primary);
}
.footer-5__inner .footer-5-widget-box {
  padding: 30px 0px 40px 30px;
}
@media only screen and (max-width: 1399px) {
  .footer-5__inner .footer-5-widget-box {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .footer-5__inner .footer-5-widget-box {
    padding-top: 0;
  }
}
.footer-5__inner .footer-5-widget-box:not(:last-child) {
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .footer-5__inner .footer-5-widget-box:not(:last-child) {
    border-right: none;
  }
}
.footer-5__inner .footer-5-widget-box:first-child {
  padding-left: 40px;
}
@media only screen and (max-width: 1399px) {
  .footer-5__inner .footer-5-widget-box:first-child {
    padding-left: 0px;
  }
}
.footer-5__inner .footer-5-widget-box .title {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.48px;
}
@media (max-width: 575px) {
  .footer-5__inner .footer-5-widget-box .title {
    margin-bottom: 0;
  }
}
.footer-5__inner .footer-5-widget-box .content .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1.08px;
  color: var(--primary);
  margin-bottom: 40px;
}
.footer-5__inner .footer-5-widget-box .content .title span {
  font-weight: 400;
  font-family: var(--font_tartuffotrial);
}
@media (max-width: 575px) {
  .footer-5__inner .footer-5-widget-box .content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .footer-5__inner .footer-5-widget-box .content .rr-btn-primary {
    padding: 20px 20px;
  }
}
.footer-5__inner .footer-5-widget-box .content .rr-btn-primary:hover {
  background: var(--white);
}
.footer-5__inner .footer-5-widget-box .content .rr-btn-primary:hover span {
  color: var(--primary);
}
.footer-5__inner .footer-5-widget-box .footer-5-nav-list {
  margin-top: 46px;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .footer-5__inner .footer-5-widget-box .footer-5-nav-list {
    margin-top: 20px;
  }
}
.footer-5__inner .footer-5-widget-box .footer-5-nav-list li a {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  color: var(--primary);
  display: inline-block;
  text-decoration: none;
  letter-spacing: -0.48px;
}
.footer-5__inner .footer-5-widget-box .footer-5-nav-list li a span {
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.3s ease;
}
.footer-5__inner .footer-5-widget-box .footer-5-nav-list li a::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: inline-block;
  color: var(--primary);
  transition: top 0.3s ease;
}
.footer-5__inner .footer-5-widget-box .footer-5-nav-list li a:hover span {
  transform: translateY(-100%);
}
.footer-5__inner .footer-5-widget-box .footer-5-nav-list li a:hover::after {
  top: 0;
}
.footer-5__inner .footer-5-widget-box .footer-5-location {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-5__inner .footer-5-widget-box .footer-5-location {
    margin-top: 20px;
  }
}
.footer-5__inner .footer-5-widget-box .footer-5-location p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-5__inner .footer-5-widget-box .footer-5-location a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-5__inner .footer-5-widget-box .footer-5-location a:hover {
  color: #999999;
}

.footer-5__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .footer-5__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-5__bottom-box {
  padding: 25px 30px;
}
@media only screen and (max-width: 767px) {
  .footer-5__bottom-box {
    padding: 10px;
  }
}
.footer-5__bottom-box:not(:last-child) {
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .footer-5__bottom-box:not(:last-child) {
    border-right: none;
  }
}
.footer-5__bottom-box .footer-copyright p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-5__bottom-box .footer-copyright p a {
  color: var(--primary);
}
.footer-5__bottom-box .footer-copyright p a:hover {
  color: var(--secondary);
}
.footer-5__bottom-box .footer-socail {
  list-style: none;
  display: flex;
  gap: 20px;
}
.footer-5__bottom-box .footer-socail li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-5__bottom-box .footer-socail li a {
  color: var(--primary);
}
.footer-5__bottom-box .footer-socail li a:hover {
  color: var(--secondary);
}
.footer-5__bottom-box .purchase {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-5__bottom-box .purchase:hover {
  color: var(--secondary);
}

/* === footer-7 scss (index 01) === */
.footer-7__inner {
  border-bottom: 1px solid var(--border);
}
.footer-7__inner .footer-7__wrapper {
  display: grid;
  grid-template-columns: 534px 690px 380px auto;
}
@media only screen and (max-width: 1919px) {
  .footer-7__inner .footer-7__wrapper {
    grid-template-columns: 434px 500px 350px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-7__inner .footer-7__wrapper {
    grid-template-columns: 350px 400px 270px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-7__inner .footer-7__wrapper {
    grid-template-columns: 300px 340px 190px auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-7__inner .footer-7__wrapper {
    padding-top: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer-7__inner .footer-7__wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-7__inner .footer-widget-box {
  border-right: none;
  padding-top: 140px;
  padding-left: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .footer-7__inner .footer-widget-box {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .footer-7__inner .footer-widget-box {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer-7__inner .footer-widget-box {
    order: 2;
  }
}
.footer-7__inner .footer-widget-box:nth-child(2) {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .footer-7__inner .footer-widget-box:nth-child(2) {
    border: none;
  }
}
@media (max-width: 575px) {
  .footer-7__inner .footer-widget-box:nth-child(2) {
    order: 1;
  }
}
.footer-7__inner .footer-widget-box:nth-child(3) {
  padding-left: 110px;
}
@media only screen and (max-width: 1399px) {
  .footer-7__inner .footer-widget-box:nth-child(3) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-7__inner .footer-widget-box:nth-child(3) {
    padding-left: 0;
  }
}
.footer-7__inner .footer-widget-box .footer-nav-list {
  margin-top: 0;
}
.footer-7__inner .footer-widget-box .footer-nav-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-7__inner .footer-widget-box .footer-nav-list li a {
  color: #555;
  text-transform: uppercase;
}
.footer-7__inner .footer-widget-box .footer-nav-list li a::after {
  color: #555;
}
.footer-7__inner .footer-widget-box .content {
  max-width: 296px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.footer-7__inner .footer-widget-box .content .logo {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer-7__inner .footer-widget-box .content p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.48px;
}
.footer-7__inner .info a {
  color: #555;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .footer-7__inner .info a {
    margin-bottom: 10px;
  }
}
.footer-7__inner .info a:hover {
  color: var(--primary);
}
.footer-7__inner .newsletter {
  margin-top: 68px;
}
@media only screen and (max-width: 1199px) {
  .footer-7__inner .newsletter {
    margin-top: 40px;
  }
}
.footer-7__inner .newsletter .input-group {
  max-width: 270px;
  position: relative;
  padding-bottom: 7px;
}
.footer-7__inner .newsletter .input-group::before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--primary);
}
.footer-7__inner .newsletter .input-group input {
  width: 100%;
  border: none;
  outline: none;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding-right: 20px;
  background: transparent;
  letter-spacing: -0.48px;
  font-family: var(--font_bai);
}
.footer-7__inner .newsletter .input-group input::placeholder {
  color: var(--primary);
}
.footer-7__inner .newsletter .input-group button {
  right: 0;
  bottom: 7px;
  position: absolute;
}
.footer-7__inner .newsletter .input-group button i {
  rotate: -45deg;
}

.copyright-7__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 534px 690px auto;
}
@media only screen and (max-width: 1919px) {
  .copyright-7__wrapper {
    grid-template-columns: 434px 500px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .copyright-7__wrapper {
    grid-template-columns: 350px 400px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .copyright-7__wrapper {
    grid-template-columns: 300px 340px auto;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-7__wrapper {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-7__wrapper {
    padding-top: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto;
  }
}
.copyright-7 .copyright-7__text .copyright {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.copyright-7__socail-media {
  gap: 20px;
  display: flex;
  list-style: none;
  padding-top: 18px;
  align-items: center;
  padding-bottom: 25px;
  justify-content: center;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .copyright-7__socail-media {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.copyright-7__socail-media li {
  font-size: 17px;
}
.copyright-7__menu {
  display: flex;
  list-style: none;
  margin-left: 110px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .copyright-7__menu {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-7__menu {
    gap: 10px;
    margin-left: 0;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.copyright-7__menu li {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.copyright-7__menu li a {
  gap: 9px;
  display: flex;
  align-items: center;
}

/* === footer-9 scss (index 09) === */
.footer-9 {
  background: #F2F1EC;
}
.footer-9__instagram-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: var(--primary);
  letter-spacing: -1.2px;
  font-family: var(--font_bai);
}
.footer-9__instagram-btn {
  text-align: right;
}
.footer-9__instagram-btn a {
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  align-items: center;
  display: inline-flex;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-9__instagram-btn a:hover::before {
  width: 0;
}
.footer-9__instagram-btn a::before {
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  width: calc(100% - 25px);
  background: var(--primary);
}
.footer-9__instagram-wrapper {
  gap: 30px;
  display: grid;
  margin: 55px 0 79px 0;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .footer-9__instagram-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer-9__instagram-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer-9__instagram-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-9__instagram-item {
  position: relative;
  display: inline-block;
}
.footer-9__instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-9__instagram-item::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  visibility: hidden;
  background: var(--border);
  transition: all 0.4s ease-in-out;
}
.footer-9__instagram-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.footer-9__instagram-item:hover .icon {
  opacity: 1;
  visibility: visible;
}
.footer-9__instagram-item .icon {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  font-size: 40px;
  visibility: hidden;
  position: absolute;
  color: var(--white);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.footer-9__center {
  border-top: 1px solid var(--secondary);
  padding: 10px 0;
}
.footer-9__wrapper {
  display: grid;
  grid-template-columns: 887px 560px auto;
}
@media only screen and (max-width: 1919px) {
  .footer-9__wrapper {
    grid-template-columns: 560px 560px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-9__wrapper {
    grid-template-columns: 440px 440px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-9__wrapper {
    grid-template-columns: 420px 275px auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-9__wrapper {
    grid-template-columns: 420px auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer-9__wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-9__wrapper .footer-9-widget-box {
  margin-bottom: 156px;
}
@media only screen and (max-width: 991px) {
  .footer-9__wrapper .footer-9-widget-box {
    margin-bottom: 30px;
  }
}
.footer-9__wrapper .footer-9-widget-box .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 5px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_bai);
}
.footer-9__wrapper .footer-9-widget-box .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--secondary);
  font-family: var(--font_bai);
}
.footer-9__wrapper .footer-9-widget-box .info {
  align-items: center;
}
.footer-9__wrapper .footer-9-widget-box .info a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_bai);
  transition: all 0.3s ease-in-out;
}
.footer-9__wrapper .footer-9-widget-box .info a:hover {
  color: var(--primary);
}
.footer-9__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--black);
  letter-spacing: -0.9px;
  font-family: var(--font_bai);
  text-transform: uppercase;
}
.footer-9 .desc {
  letter-spacing: -0.8px;
  max-width: 365px;
}
.footer-9__contact .info a {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
  font-family: var(--font_bai);
}
.footer-9 .copyright {
  z-index: 1;
  display: grid;
  position: relative;
  grid-template-columns: 887px 560px auto;
}
@media only screen and (max-width: 1919px) {
  .footer-9 .copyright {
    grid-template-columns: 560px 560px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-9 .copyright {
    grid-template-columns: 440px 440px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-9 .copyright {
    grid-template-columns: 300px 415px auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-9 .copyright {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.footer-9 .copyright__btn a {
  gap: 6px;
  color: #555;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  letter-spacing: -0.8px;
}
.footer-9 .copyright__btn a i {
  rotate: -90deg;
}
.footer-9 .copyright__text p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
}
.footer-9 .copyright__text p a {
  color: var(--primary);
}
.footer-9__bottom {
  border-top: 1px solid;
}
.footer-9__bottom .title {
  display: flex;
  font-size: 190px;
  font-weight: 500;
  line-height: 177px;
  align-items: center;
  letter-spacing: -5.7px;
  font-family: var(--font_bai);
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer-9__bottom .title {
    font-size: 150px;
    line-height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-9__bottom .title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-9__bottom .title {
    font-size: 80px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .footer-9__bottom .title {
    font-size: 50px;
    line-height: 50px;
  }
}

/* === footer-9 scss (index 09) === */
.footer-10-wrapper {
  border-top: 1px solid #DADADA;
}
.footer-10 .footer-widget-wrapper {
  grid-template-columns: 645px 405px 405px auto;
}
@media only screen and (max-width: 1919px) {
  .footer-10 .footer-widget-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer-10 .footer-widget-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer-10 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-10 .footer-widget-box {
  display: flex;
  padding-top: 37px;
  padding-bottom: 40px;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .footer-10 .footer-widget-box {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-10 .footer-widget-box {
    padding-bottom: 10px;
  }
}
.footer-10 .footer-widget-box:not(:last-child) {
  border-right: 1px solid #DADADA;
}
.footer-10 .footer-widget-box:not(:first-child) {
  padding-left: 40px;
}
@media only screen and (max-width: 1399px) {
  .footer-10 .footer-widget-box:not(:first-child) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-10 .footer-widget-box:not(:first-child) {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .footer-10 .footer-widget-box:not(:first-child) {
    padding-left: 0px;
  }
}
.footer-10 .footer-widget-box .title {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.48px;
}
@media (max-width: 575px) {
  .footer-10 .footer-widget-box .title {
    margin-bottom: 10px;
  }
}
.footer-10 .footer-widget-box .subscribe-form {
  padding-right: 40px;
}
@media only screen and (max-width: 1399px) {
  .footer-10 .footer-widget-box .subscribe-form {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-10 .footer-widget-box .subscribe-form {
    padding-right: 15px;
  }
}
.footer-10 .footer-widget-box .subscribe-form .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 30px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-10 .footer-widget-box .subscribe-form .input-group {
  display: flex;
  padding: 13px 0 15px;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #DADADA;
}
.footer-10 .footer-widget-box .subscribe-form .input-group:last-of-type {
  border-bottom: 1px solid #DADADA;
}
.footer-10 .footer-widget-box .subscribe-form .input-group input {
  padding-right: 10px;
}
.footer-10 .footer-widget-box .subscribe-form .input-group i {
  color: #999999;
}
.footer-10 .footer-widget-box .subscribe-form input {
  border: 0;
  outline: 0;
  width: 100%;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  background-color: transparent;
}
.footer-10 .footer-widget-box .subscribe-form input::placeholder {
  color: #999;
}
.footer-10 .footer-widget-box .copyright-text {
  margin-top: 255px;
}
@media only screen and (max-width: 1399px) {
  .footer-10 .footer-widget-box .copyright-text {
    margin-top: 200px;
  }
}
@media (max-width: 575px) {
  .footer-10 .footer-widget-box .copyright-text {
    margin-top: 50px;
  }
}
.footer-10 .footer-widget-box .copyright-text .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-10 .footer-widget-box .copyright-text .text a:hover {
  color: #999999;
}
.footer-10 .footer-widget-box .footer-nav-list {
  margin-top: auto;
}
.footer-10 .footer-widget-box .footer-nav-list li {
  color: var(--primary);
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.48px;
}
.footer-10 .footer-widget-box .footer-nav-list {
  margin-top: auto;
}
.footer-10 .footer-widget-box .footer-nav-list li a {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  color: var(--primary);
  display: inline-block;
  text-decoration: none;
  letter-spacing: -0.48px;
}
.footer-10 .footer-widget-box .footer-nav-list li a span {
  display: inline-block;
  transform: translateY(0%);
  transition: transform 0.3s ease;
}
.footer-10 .footer-widget-box .footer-nav-list li a::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: inline-block;
  color: var(--primary);
  transition: top 0.3s ease;
}
.footer-10 .footer-widget-box .footer-nav-list li a:hover span {
  transform: translateY(-100%);
}
.footer-10 .footer-widget-box .footer-nav-list li a:hover::after {
  top: 0;
}
.footer-10 .footer-widget-box .footer-location {
  margin-top: auto;
}
.footer-10 .footer-widget-box .footer-location p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-10 .footer-widget-box .footer-location a {
  color: var(--primary);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.footer-10 .footer-widget-box .footer-location a:hover {
  color: #999999;
}

/* === section-title scss (Home 01) === */
.section-title__wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: 430px 810px 1fr;
}
@media only screen and (max-width: 1919px) {
  .section-title__wrapper {
    grid-template-columns: 400px 650px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title__wrapper {
    grid-template-columns: 300px 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper {
    grid-template-columns: 130px 460px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper {
    gap: 20px;
  }
}
.section-title__wrapper .section-sub-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 20px;
  margin-left: 50px;
  position: relative;
  letter-spacing: -0.48px;
}
.section-title__wrapper .section-sub-title::before {
  left: 0;
  top: 50%;
  width: 40px;
  content: "";
  height: 1px;
  position: absolute;
  background: var(--primary);
  transform: translate(-50px, 0px);
}
.section-title__wrapper .section-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .section-title {
    margin-top: 0;
    letter-spacing: 0;
  }
  .section-title__wrapper .section-title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .section-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-title__wrapper .section-title span {
  font-family: var(--font_tartuffotrial);
}
.section-title__wrapper .desc {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .desc {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-subtitle__wrap.overview {
    margin-top: 0;
    padding-left: 10px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .section-subtitle__wrap.overview {
    margin-top: 20px;
  }
}
.section-subtitle__wrap .subtitle {
  font-size: 16px;
  font-weight: 450;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_suisse-int);
}
.section-subtitle__wrap .white {
  color: var(--white);
}

.section-title__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .section-title__wrap {
    flex-wrap: wrap;
  }
}
.section-title__wrap.project {
  padding: 105px 0 80px;
}
@media (max-width: 575px) {
  .section-title__wrap.project {
    padding: 40px 0;
  }
}
.section-title__wrap.work {
  display: block;
  text-align: center;
}
.section-title__wrap .mission-title {
  display: block;
  text-align: center;
  padding-bottom: 131px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .section-title__wrap .mission-title {
    padding-bottom: 60px;
  }
}
.section-title__wrap .section-title {
  font-weight: 300;
  font-size: 150px;
  line-height: 145px;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--font_tartuffotrial);
}
.section-title__wrap .section-title span {
  display: block;
  text-align: right;
  margin-top: -15px;
  padding-left: 530px;
}
@media only screen and (max-width: 1399px) {
  .section-title__wrap .section-title span {
    padding-left: 264px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrap .section-title span {
    padding-left: 213px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrap .section-title span {
    padding-left: 152px;
  }
}
@media (max-width: 575px) {
  .section-title__wrap .section-title span {
    padding-left: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title__wrap .section-title {
    font-size: 75px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title__wrap .section-title {
    font-size: 60px;
    line-height: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrap .section-title {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .section-title__wrap .section-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.section-title__wrap .number-text {
  font-weight: 300;
  font-size: 150px;
  line-height: 24px;
  padding-top: 55px;
  color: var(--black);
  letter-spacing: -0.03em;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1919px) {
  .section-title__wrap .number-text {
    font-size: 108px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title__wrap .number-text {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title__wrap .number-text {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrap .number-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .section-title__wrap .number-text {
    font-size: 35px;
  }
}

/* === pages scss (index 01) === */
/* === breadcrumb Section === */
.breadcrumb {
  padding: 0;
  margin: 0;
}
.breadcrumb__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  mix-blend-mode: soft-light;
}
.breadcrumb__content {
  z-index: 9;
  position: relative;
  padding-top: 250px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__content {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__content {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
.breadcrumb__sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 50px;
  color: var(--white);
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__sub-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__sub-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__sub-title {
    margin-bottom: 10px;
  }
}
.breadcrumb__title {
  font-size: 130px;
  font-weight: 500;
  line-height: 105px;
  color: var(--white);
  letter-spacing: -6.5px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2px;
  }
}

/* === about-us Section === */
.about-us__inner .title {
  font-size: 50px;
  font-weight: 500;
  max-width: 1405px;
  line-height: 50px;
  color: var(--primary);
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 1199px) {
  .about-us__inner .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__inner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__inner .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .about-us__inner .title {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
.about-us__inner .about-us__wrapper {
  display: grid;
  gap: 50px 170px;
  margin-top: 130px;
  margin-left: 165px;
  grid-template-columns: 360px 1fr;
}
@media only screen and (max-width: 1399px) {
  .about-us__inner .about-us__wrapper {
    gap: 50px 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__inner .about-us__wrapper {
    gap: 50px 80px;
    margin-left: 0;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__inner .about-us__wrapper {
    gap: 50px 50px;
    margin-left: 0;
    margin-top: 80px;
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__inner .about-us__wrapper {
    grid-template-columns: 1fr;
  }
}
.about-us__inner .about-us__wrapper .about-us__box .content {
  margin-top: 286px;
}
@media only screen and (max-width: 991px) {
  .about-us__inner .about-us__wrapper .about-us__box .content {
    margin-top: 0;
  }
}
.about-us__inner .about-us__wrapper .about-us__box .content .desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  max-width: 300px;
  font-style: italic;
  margin-bottom: 44px;
  color: var(--secondary);
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 767px) {
  .about-us__inner .about-us__wrapper .about-us__box .content .desc {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.about-us__inner .about-us__wrapper .about-us__box .content .author {
  padding-top: 17px;
  border-top: 1px solid var(--border);
}
.about-us__inner .about-us__wrapper .about-us__box .content .author .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 991px) {
  .about-us__inner .about-us__wrapper .about-us__box .content .author .name {
    font-size: 28px;
  }
}
.about-us__inner .about-us__wrapper .about-us__box .content .author span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 20px;
  letter-spacing: -0.42px;
  color: var(--secondary);
}
.about-us__inner .about-us__wrapper .about-us__box .media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-us__inner .about-us__wrapper .about-us__box .media .title {
  font-size: 30px;
  max-width: 710px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 64px;
  margin-bottom: 50px;
  color: var(--primary);
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 767px) {
  .about-us__inner .about-us__wrapper .about-us__box .media .title {
    margin-top: 30px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__inner .about-us__wrapper .about-us__box .media .title {
    font-size: 25px;
    letter-spacing: 0;
  }
}
.about-us__inner .about-us__wrapper .about-us__box .media .rr-btn-primary {
  padding: 13.5px 33px;
}

/* === experience Section === */
.experience__inner {
  border-top: 1px solid var(--border);
  padding-bottom: 30px;
}
.experience .experience__wrapper {
  gap: 30px;
  display: flex;
  margin-top: 30px;
  max-width: 1548px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .experience .experience__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.experience__item {
  text-align: center;
}
.experience__item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.experience__item .title {
  font-size: 250px;
  margin-top: 193px;
  font-weight: 400;
  line-height: 195px;
  color: var(--primary);
  letter-spacing: -7.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .experience__item .title {
    font-size: 200px;
    margin-top: 150px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .experience__item .title {
    font-size: 120px;
    margin-top: 100px;
    line-height: 120px;
    letter-spacing: -5.5px;
  }
}
@media only screen and (max-width: 767px) {
  .experience__item .title {
    font-size: 100px;
    margin-top: 50px;
    line-height: 100px;
    letter-spacing: -5.5px;
  }
}
@media (max-width: 575px) {
  .experience__item .title {
    font-size: 80px;
    margin-top: 0px;
    line-height: 80px;
    letter-spacing: -2.5px;
  }
}
.experience__item .odometer {
  font-family: var(--font_bai);
}

/* === feature Section === */
.feature__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .feature__inner {
    grid-template-columns: 1fr;
  }
}
.feature__inner .feature__media {
  border-right: 1px solid var(--border);
}
.feature__inner .feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__inner .feature__box {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .feature__inner .feature__box {
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .feature__inner .feature__box {
    padding: 20px;
  }
}
.feature__inner .feature__box .thumb {
  margin-bottom: 100px;
  margin-top: 250px;
}
@media only screen and (max-width: 1919px) {
  .feature__inner .feature__box .thumb {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.feature__inner .feature__box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__inner .feature__box .dedication {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  max-width: 255px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.48px;
}

/* === awarded Section === */
.awarded .awarded__inner {
  display: grid;
  gap: 50px 160px;
  padding-left: 150px;
  padding-top: 115px;
  grid-template-columns: 650px 1fr;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 1919px) {
  .awarded .awarded__inner {
    gap: 50px 100px;
    padding-left: 100px;
    padding-top: 115px;
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .awarded .awarded__inner {
    gap: 50px 50px;
    padding-left: 50px;
    padding-top: 115px;
    grid-template-columns: 440px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .awarded .awarded__inner {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .awarded .awarded__inner {
    padding-left: 10px;
  }
}
.awarded .awarded__inner.has--border {
  position: relative;
}
.awarded .awarded__inner.has--border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1;
  height: 100%;
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 1399px) {
  .awarded .awarded__inner.has--border::before {
    display: none;
  }
}
.awarded .awarded__content {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .awarded .awarded__content {
    margin-right: 20px;
    padding-bottom: 0;
  }
}
.awarded .awarded-title__wrapper {
  margin-bottom: 64px;
}
.awarded .awarded-title__wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--primary);
  letter-spacing: -0.48px;
  position: relative;
  padding-left: 50px;
}
.awarded .awarded-title__wrapper .sub-title::before {
  content: "";
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  position: absolute;
  transform: translateY(-50%);
  background: var(--primary);
}
.awarded .awarded-title__wrapper .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  color: var(--primary);
  letter-spacing: -2.5px;
}
@media (max-width: 575px) {
  .awarded .awarded-title__wrapper .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.awarded .dedication {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 55px;
  max-width: 330px;
  letter-spacing: -0.48px;
}
.awarded .awarded__wrapper .awarded__item {
  padding: 23px 0;
  border-top: 1px solid var(--border);
}
.awarded .awarded__wrapper .awarded__item:last-child {
  border-bottom: 1px solid var(--border);
}
.awarded .awarded__wrapper .awarded__item .title {
  gap: 10px;
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 22px;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.6px;
  justify-content: space-between;
}
.awarded .awarded__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === about-team Section === */
.about-team__wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: 325px 1fr 355px;
}
@media only screen and (max-width: 1399px) {
  .about-team__wrapper {
    grid-template-columns: 250px 1fr 355px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-team__wrapper {
    grid-template-columns: 150px 1fr 300px;
  }
}
@media only screen and (max-width: 991px) {
  .about-team__wrapper {
    grid-template-columns: 1fr;
  }
}
.about-team__wrapper .about-team__box {
  display: flex;
}
.about-team__wrapper .about-team__box .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
  position: relative;
  padding-left: 50px;
}
.about-team__wrapper .about-team__box .sub-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--primary);
  left: 0;
  top: 50%;
}
.about-team__wrapper .about-team__box .team-list {
  list-style: none;
}
.about-team__wrapper .about-team__box .team-list li {
  gap: 10px;
  display: flex;
  align-items: end;
  color: #999;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 1199px) {
  .about-team__wrapper .about-team__box .team-list li {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .about-team__wrapper .about-team__box .team-list li {
    font-size: 28px;
    line-height: 26px;
    letter-spacing: -1.5px;
  }
}
.about-team__wrapper .about-team__box .team-list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-team__wrapper .about-team__box .team-list li.active {
  color: var(--primary);
}
.about-team__wrapper .about-team__box .team-list li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.about-team__wrapper .about-team__box .thumb {
  margin-top: auto;
}
.about-team__wrapper .about-team__box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === about-7 Section === */
.about-7__wrap {
  overflow: hidden;
  position: relative;
}
.about-7__content {
  position: relative;
}
.about-7__title {
  font-size: 100px;
  font-weight: 500;
  max-width: 1290px;
  margin: 0 auto;
  line-height: 108px;
  text-align: center;
  color: var(--primary);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .about-7__title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-7__title {
    font-size: 75px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .about-7__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-7__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .about-7__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.about-7__dec {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 39px;
  letter-spacing: -0.03em;
  font-family: var(--primary);
}
@media only screen and (max-width: 767px) {
  .about-7__dec {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .about-7__dec {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.about-7__btn {
  text-align: center;
}
.about-7__btn .rr-btn-primary {
  gap: 8px;
  border-radius: 0;
  color: var(--white);
  padding: 15px 29.71px;
  background-color: var(--primary);
}
.about-7__btn .rr-btn-primary i {
  font-weight: 400;
  color: var(--white);
  transform: rotate(-45deg);
}
.about-7__btn .rr-btn-primary .text span {
  color: var(--white);
}
.about-7__shape {
  position: absolute;
}
.about-7__shape span {
  left: 0;
  bottom: 0px;
  width: 363px;
  height: 725px;
  position: absolute;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(179.73deg, rgba(255, 255, 255, 0) 66.86%, #FFFFFF 98.73%);
}
.about-7__shape-1 {
  left: 0;
  bottom: 40px;
}
.about-7__shape-2 {
  right: 0;
  bottom: 40px;
}
.about-7__shape-2 span {
  right: 0;
}

/* === about-8 Section === */
.about-8__top {
  margin-bottom: 165px;
}
@media only screen and (max-width: 991px) {
  .about-8__top {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-8__top {
    margin-bottom: 50px;
  }
}
.about-8__main-title {
  font-size: 70px;
  font-weight: 500;
  line-height: 65px;
  max-width: 1618px;
  margin-bottom: 60px;
  color: var(--primary);
  letter-spacing: -0.05em;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .about-8__main-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-8__main-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .about-8__main-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-8__main-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-8__main-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-8__btn .rr-underline {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: math-auto;
}
.about-8__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 30px;
  color: var(--primary);
  letter-spacing: -0.05em;
  font-family: var(--font_bai);
}
.about-8__dec {
  font-size: 16px;
  font-weight: 500;
  max-width: 420px;
  line-height: 20px;
  margin-top: auto;
  letter-spacing: -0.03em;
  font-family: var(--font_bai);
}
.about-8__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1199px) {
  .about-8__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .about-8__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .about-8__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-8__content {
  display: flex;
  flex-direction: column;
}
.about-8__dec {
  margin-top: auto;
}
.about-8__thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-8__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-8__item {
  padding: 30px;
  display: flex;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
@media only screen and (max-width: 767px) {
  .about-8__item {
    padding: 30px 0;
    border-right: none;
  }
}
.about-8__item:nth-child(1), .about-8__item:nth-child(2), .about-8__item:nth-child(3) {
  border-top: 1px solid #DADADA;
}
.about-8__item:nth-child(1) {
  padding-left: 0;
}
@media only screen and (max-width: 1199px) {
  .about-8__item:nth-child(1) {
    display: none;
  }
}
.about-8__item:nth-child(3) {
  grid-column: span 2;
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .about-8__item:nth-child(3) {
    grid-column: auto;
  }
}
.about-8__item:nth-child(4) {
  padding-left: 0;
}
@media only screen and (max-width: 1199px) {
  .about-8__item:nth-child(4) {
    display: none;
  }
}
.about-8__item:nth-child(7) {
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .about-8__item:nth-child(7) {
    display: none;
  }
}
.about-8__item:nth-child(8) {
  padding-left: 0;
}
@media only screen and (max-width: 1199px) {
  .about-8__item:nth-child(8) {
    display: none;
  }
}
.about-8__item:nth-child(11) {
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .about-8__item:nth-child(11) {
    display: none;
  }
}
.about-8__item:nth-child(12) {
  grid-column: span 2;
  padding-left: 0;
}
@media only screen and (max-width: 1199px) {
  .about-8__item:nth-child(12) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-8__item:nth-child(12) {
    grid-column: auto;
    padding-left: 0;
  }
}
.about-8__item:nth-child(14) {
  border-right: none;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .about-8__item:nth-child(14) {
    border-right: 1px solid #DADADA;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .about-8__item:nth-child(14) {
    border-right: none;
  }
}

/* === Hero Section (Home 01) === */
.hero {
  background: black;
  width: 100%;
}
.hero__inner {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 146px;
  position: relative;
  background: #fff;
  transform-origin: center 13%;
  transform: scale(0.2) rotate(0deg);
}
@media only screen and (max-width: 1199px) {
  .hero__inner {
    transform-origin: center 17%;
  }
}
@media only screen and (max-width: 991px) {
  .hero__inner {
    transform: scale(1) rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .hero__inner {
    padding-top: 100px;
  }
}
.hero-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  z-index: 100;
  mix-blend-mode: exclusion;
}
@media only screen and (max-width: 1199px) {
  .hero-nav {
    display: none;
  }
}
.hero-nav::before {
  top: 80px;
  left: 87px;
  width: 1px;
  content: "";
  height: 10000px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
}
.hero-nav__content {
  left: 25px;
  bottom: 30px;
  display: flex;
  position: absolute;
}
.hero-nav__content img {
  margin-top: 205px;
  mix-blend-mode: exclusion;
}
.hero-nav__content p {
  width: 152px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 30px;
  line-height: 18px;
  color: var(--white);
  transform: rotate(-90deg);
  letter-spacing: -0.48px;
  font-family: var(--font_bai);
}
.hero-nav .side-toggle {
  top: 53%;
  left: 26px;
  position: absolute;
  transform: translate(0px, 50%);
}
.hero-nav .side-toggle .bar-icon {
  width: 30px;
  height: 7px;
  rotate: -90deg;
}
.hero-nav .side-toggle .bar-icon span {
  height: 1px;
  background: var(--white);
}

.hero__content {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .hero__content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content {
    margin-bottom: 60px;
  }
}
.hero__content .sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: -0.6px;
}
@media (max-width: 575px) {
  .hero__content .sub-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.hero__content .title {
  font-size: 250px;
  font-weight: 500;
  line-height: 195px;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: -7.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .hero__content .title {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .title {
    font-size: 190px;
    line-height: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .title {
    font-size: 150px;
    line-height: 140px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .title {
    font-size: 115px;
    line-height: 110px;
    margin-bottom: 30px;
    letter-spacing: -5px;
  }
}
@media (max-width: 575px) {
  .hero__content .title {
    font-size: 65px;
    line-height: 65px;
  }
}
.hero__content .title .hyphen {
  width: 150px;
  height: 18px;
  margin-left: 20px;
  display: inline-block;
  background: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .hero__content .title .hyphen {
    width: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .title .hyphen {
    width: 100px;
    height: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .title .hyphen {
    width: 80px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .title .hyphen {
    width: 40px;
    height: 8px;
  }
}
@media (max-width: 575px) {
  .hero__content .title .hyphen {
    width: 24px;
    height: 5px;
    margin-left: 10px;
  }
}
.hero__content .sub-title-bottom {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 53px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 767px) {
  .hero__content .sub-title-bottom {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .hero__content .sub-title-bottom {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
  }
}
.hero__content .sub-title-bottom span {
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  text-decoration-line: underline;
  font-family: var(--font_tartuffotrial);
}
.hero__content .rr-btn-primary {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero__content .rr-btn-primary {
    padding: 19px 24px;
  }
}

/* === interaction (Home 01) === */
.interaction__content {
  left: 150px;
  bottom: 212px;
  padding: 50px;
  height: 460px;
  display: flex;
  position: absolute;
  flex-direction: column;
  background: var(--white);
}
@media only screen and (max-width: 1199px) {
  .interaction__content {
    left: 120px;
    bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .interaction__content {
    left: 80px;
    bottom: 80px;
    padding: 30px;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .interaction__content {
    left: 30px;
    bottom: 30px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .interaction__content {
    position: inherit;
    left: 0;
  }
}
.interaction__content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1.1px;
}
.interaction__content .desc {
  margin-top: auto;
  max-width: 285px;
  color: var(--primary);
}

/* === projects (Home 01) === */
.projects__wrapper {
  padding-top: 122px;
}
@media only screen and (max-width: 1399px) {
  .projects__wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .projects__wrapper {
    padding-top: 60px;
  }
}
.projects__wrapper.has--portfolio {
  padding-top: 0;
}

.projects__item {
  display: grid;
  grid-template-columns: 425px 1fr;
}
@media only screen and (max-width: 991px) {
  .projects__item {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .projects__item {
    grid-template-columns: 1fr;
  }
}
.projects__item:not(:last-child) {
  margin-bottom: 40px;
}
.projects__item .projects__content {
  display: flex;
  overflow: hidden;
  padding-top: 16px;
  margin-right: 40px;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.projects__item .projects__content .text .sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 12px;
  margin-bottom: 25px;
  border-radius: 500px;
  display: inline-block;
  letter-spacing: -0.42px;
  border: 1px solid #DADADA;
}
@media only screen and (max-width: 767px) {
  .projects__item .projects__content .text .sub-title {
    margin-bottom: 10px;
  }
}
.projects__item .projects__content .text .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1.2px;
}
.projects__item .projects__content .text .title a:hover {
  color: var(--secondary);
}
.projects__item .projects__content .projects__info {
  gap: 30px;
  display: flex;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .projects__item .projects__content .projects__info {
    margin-top: 30px;
  }
}
.projects__item .projects__content .projects__info .projects__box .sub-title {
  color: #999;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  letter-spacing: -0.48px;
}
.projects__item .projects__content .projects__info .projects__box .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--black);
  letter-spacing: -0.48px;
}
.projects__item .projects__media {
  padding-left: 40px;
  border-left: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .projects__item .projects__media {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
}

/* === services (Home 01) === */
.services__inner {
  display: grid;
  padding-top: 50px;
  position: relative;
  grid-template-columns: 824px 1fr;
  border-top: 1px solid #DADADA;
}
@media only screen and (max-width: 1919px) {
  .services__inner {
    grid-template-columns: 724px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .services__inner {
    grid-template-columns: 600px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .services__inner {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .services__inner {
    grid-template-columns: 1fr;
  }
}
.services__inner .services-bg {
  top: 50px;
  left: 80px;
  z-index: -1;
  position: absolute;
}
.services__inner .services-main .dedication {
  position: relative;
  padding-left: 15px;
  margin-left: -15px;
}
.services__inner .services-main .dedication::before {
  left: 0;
  top: 50%;
  width: 3px;
  content: "";
  height: 70px;
  position: absolute;
  background: var(--primary);
  transform: translate(0px, -50%);
}
@media (max-width: 575px) {
  .services__inner .services-main .dedication::before {
    height: 35px;
  }
}
.services__inner .services-main .dedication h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.48px;
}

@media only screen and (max-width: 991px) {
  .services__content {
    margin-bottom: 50px;
  }
}
.services__content .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 60px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 991px) {
  .services__content .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .services__content .title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.services__content .title span {
  font-family: var(--font_tartuffotrial);
}
.services__content .desc {
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  .services__content .desc {
    max-width: 100%;
  }
}

.services__wrapper {
  position: relative;
  border-top: 1px solid #DADADA;
  margin-top: 98px;
}
@media only screen and (max-width: 1199px) {
  .services__wrapper {
    margin-top: 60px;
  }
}
.services__wrapper .services__item {
  gap: 20px;
  z-index: 1;
  width: 100%;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  position: relative;
  align-items: center;
  letter-spacing: -0.6px;
  padding: 24px 10px 23px 10px;
  justify-content: space-between;
  border-bottom: 1px solid #DADADA;
  transition: 0.3s transform ease-in-out, background-color 0.3s ease;
}
@media (max-width: 575px) {
  .services__wrapper .services__item {
    font-size: 16px;
    padding: 12px 2px;
  }
}
.services__wrapper .services__item span {
  position: relative;
  padding-right: 4px;
  transition: all 0.3s;
}
.services__wrapper .services__item span::before {
  content: "";
  bottom: 4px;
  right: 0;
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 500px;
  transition: all 0.3s;
  background: var(--primary);
}
.services__wrapper .services__item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.services__wrapper .services__item a i {
  font-weight: 400;
  rotate: -44deg;
  font-size: 15px;
}
.services__wrapper .services__item:hover {
  border-color: transparent;
}
.services__wrapper .services__item:hover span {
  color: var(--white);
}
.services__wrapper .services__item:hover span::before {
  background: var(--white);
}
.services__wrapper .services__item:hover a {
  color: var(--white);
}
.services__wrapper .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: var(--black);
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.services__wrapper .service-5-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #CFCFCF;
}

/* === expertise (Home 01) === */
.expertise__inner {
  border-top: 1px solid #DADADA;
}

.expertise__list {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 35px;
  padding-bottom: 35px;
  justify-content: space-between;
}
.expertise__list li a {
  gap: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.expertise__list li a i {
  width: 19px;
  height: 19px;
  display: flex;
  font-size: 11px;
  margin-left: 10px;
  align-items: center;
  border-radius: 500px;
  background: #EBEBEB;
  justify-content: center;
}
@media (max-width: 575px) {
  .expertise__list li a i {
    margin-left: 0;
  }
}

/* === palmer-studio (Home 01) === */
.palmer-studio__inner {
  gap: 30px;
  display: grid;
  grid-template-columns: 450px 470px 1fr;
}
@media only screen and (max-width: 1399px) {
  .palmer-studio__inner {
    grid-template-columns: 350px 350px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .palmer-studio__inner {
    grid-template-columns: 300px 300px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .palmer-studio__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .palmer-studio__inner {
    grid-template-columns: 1fr;
  }
}

.palmer-studio__box:not(:first-child) {
  display: flex;
  flex-direction: column;
}
.palmer-studio__box .text {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .palmer-studio__box .text {
    margin-top: 30px;
  }
}
.palmer-studio__box .text p {
  margin-bottom: 55px;
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .palmer-studio__box .text p {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.palmer-studio__box .content {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1919px) {
  .palmer-studio__box .content {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 1199px) {
  .palmer-studio__box .content {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .palmer-studio__box .content {
    padding-bottom: 0;
  }
}
.palmer-studio__box .content .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  color: var(--primary);
  letter-spacing: -0.48px;
  padding-left: 50px;
}
.palmer-studio__box .content .sub-title::before {
  left: 0;
  top: 50%;
  width: 40px;
  content: "";
  height: 1px;
  position: absolute;
  background: var(--primary);
}
.palmer-studio__box .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 600px;
  letter-spacing: -0.9px;
}
@media only screen and (max-width: 1919px) {
  .palmer-studio__box .content .title {
    margin-top: 500px;
  }
}
@media only screen and (max-width: 1399px) {
  .palmer-studio__box .content .title {
    margin-top: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .palmer-studio__box .content .title {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .palmer-studio__box .content .title {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .palmer-studio__box .content .title {
    font-size: 25px;
    letter-spacing: 0;
  }
}
.palmer-studio__box .content .title span {
  font-family: var(--font_tartuffotrial);
}

/* === design-showcase (Home 01) === */
.design-showcase__wrapper {
  display: grid;
  border: 1px solid var(--primary);
  grid-template-columns: 941px 1fr;
}
@media only screen and (max-width: 1399px) {
  .design-showcase__wrapper {
    grid-template-columns: 641px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .design-showcase__wrapper {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .design-showcase__wrapper {
    grid-template-columns: 1fr;
  }
}
.design-showcase__wrapper.design-showcase-3__wrapper {
  grid-template-columns: 759px 1fr;
  border-color: #DADADA;
}
@media only screen and (max-width: 1399px) {
  .design-showcase__wrapper.design-showcase-3__wrapper {
    grid-template-columns: 641px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .design-showcase__wrapper.design-showcase-3__wrapper {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .design-showcase__wrapper.design-showcase-3__wrapper {
    grid-template-columns: 1fr;
  }
}
.design-showcase__wrapper.design-showcase-3__wrapper .design-showcase__media {
  border-color: #DADADA;
}
@media only screen and (max-width: 991px) {
  .design-showcase__wrapper.design-showcase-3__wrapper .design-showcase__media {
    width: 690px;
  }
}
@media only screen and (max-width: 767px) {
  .design-showcase__wrapper.design-showcase-3__wrapper .design-showcase__media {
    width: 510px;
  }
}
@media (max-width: 575px) {
  .design-showcase__wrapper.design-showcase-3__wrapper .design-showcase__media {
    width: 290px;
  }
}
.design-showcase__wrapper.design-showcase-3__wrapper .design-showcase__meta-date {
  border-color: #DADADA;
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .design-showcase__wrapper.design-showcase-3__wrapper .design-showcase__meta-date {
    padding: 20px 20px;
  }
}
.design-showcase__wrapper.design-showcase-3__wrapper .title {
  margin-bottom: 45px;
}

.design-showcase__media {
  padding: 20px;
  position: relative;
  border-right: 1px solid var(--primary);
}
@media only screen and (max-width: 991px) {
  .design-showcase__media {
    width: 740px;
    margin: 0 auto;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .design-showcase__media {
    width: 545px;
  }
}
@media (max-width: 575px) {
  .design-showcase__media {
    width: 290px;
  }
}
.design-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-showcase__media .pagination {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 9;
}
.design-showcase__media .swiper-pagination-bullet {
  opacity: 100%;
  background: var(--white);
}
.design-showcase__media .swiper-pagination-bullet-active {
  background: var(--black);
}

.design-showcase__content {
  text-align: center;
  margin-bottom: 20px;
}
.design-showcase__content .design-showcase__meta-date {
  gap: 10px;
  display: flex;
  list-style: none;
  padding: 20px 40px;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary);
}
@media (max-width: 575px) {
  .design-showcase__content .design-showcase__meta-date {
    padding: 20px 20px;
  }
}
.design-showcase__content .design-showcase__meta-date li {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.design-showcase__content .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 70px;
  margin-bottom: 60px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 767px) {
  .design-showcase__content .title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .design-showcase__content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.design-showcase__content .title span {
  font-family: var(--font_tartuffotrial);
}
.design-showcase__content .desc {
  width: 260px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 36px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}

/* === responsive designe (Home 01) === */
.has--padding {
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .has--padding {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .has--padding {
    padding-left: 0px;
  }
}

/* === Hero Section (Home 02) === */
.hero-2__inner {
  padding-top: 340px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .hero-2__inner {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-2__inner {
    padding-top: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2__inner {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2__inner {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2__inner {
    padding-top: 140px;
  }
}
@media (max-width: 575px) {
  .hero-2__inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.hero-2__inner::before {
  left: 0;
  top: 60px;
  content: "";
  width: 1px;
  z-index: -1;
  height: 100%;
  position: absolute;
  background: #ECECEC;
}
@media (max-width: 575px) {
  .hero-2__inner::before {
    display: none;
  }
}
.hero-2__inner::after {
  right: 0;
  top: 60px;
  content: "";
  width: 1px;
  z-index: -1;
  height: 100%;
  position: absolute;
  background: #ECECEC;
}
@media (max-width: 575px) {
  .hero-2__inner::after {
    display: none;
  }
}
.hero-2__inner .line::before {
  left: 463px;
  top: 60px;
  content: "";
  width: 1px;
  z-index: -1;
  height: 100%;
  position: absolute;
  background: #ECECEC;
}
@media only screen and (max-width: 1399px) {
  .hero-2__inner .line::before {
    left: 290px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2__inner .line::before {
    left: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2__inner .line::before {
    left: 182px;
  }
}
@media (max-width: 575px) {
  .hero-2__inner .line::before {
    display: none;
  }
}
.hero-2__inner .line::after {
  right: 463px;
  top: 60px;
  content: "";
  width: 1px;
  z-index: -1;
  height: 100%;
  position: absolute;
  background: #ECECEC;
}
@media only screen and (max-width: 1399px) {
  .hero-2__inner .line::after {
    right: 290px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2__inner .line::after {
    right: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2__inner .line::after {
    right: 182px;
  }
}
@media (max-width: 575px) {
  .hero-2__inner .line::after {
    display: none;
  }
}
.hero-2__inner .line span::before {
  left: 50%;
  top: 60px;
  content: "";
  width: 1px;
  z-index: -1;
  height: 100%;
  position: absolute;
  background: #ECECEC;
}
@media (max-width: 575px) {
  .hero-2__inner .line span::before {
    display: none;
  }
}

.hero-2-content .sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  padding: 4px 18px;
  border-radius: 500px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.hero-2-content .title {
  font-size: 180px;
  margin-top: 40px;
  font-weight: 500;
  line-height: 145px;
  letter-spacing: -9px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .hero-2-content .title {
    font-size: 155px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2-content .title {
    font-size: 130px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-content .title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-content .title {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -4px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero-2-content .title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -3px;
  }
}

.hero-2-showcase {
  display: grid;
  margin-top: 92px;
  grid-template-columns: 463px 1fr 170px;
}
@media only screen and (max-width: 1399px) {
  .hero-2-showcase {
    grid-template-columns: 390px 1fr 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2-showcase {
    grid-template-columns: 300px 1fr 170px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-showcase {
    margin-top: 50px;
    grid-template-columns: 255px 1fr 170px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-showcase {
    gap: 20px;
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}

.hero-2-showcase__box .showcase {
  gap: 15px;
  display: flex;
}
.hero-2-showcase__box .showcase .media {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
}
.hero-2-showcase__box .showcase .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-2-showcase__box p {
  font-size: 16px;
  font-weight: 500;
  max-width: 320px;
  line-height: 20px;
  margin-bottom: 38px;
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 767px) {
  .hero-2-showcase__box p {
    max-width: 100%;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.hero-2-showcase__box .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  text-transform: uppercase;
}
.hero-2-showcase__box .title span {
  color: #999;
}
.hero-2-showcase__box .btn-black {
  font-size: 13px;
}

/* ===about-us-2 Section (Home 02) === */
.about-us-2 .ab-2-section-title__wrapper {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .about-us-2 .ab-2-section-title__wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-2 .ab-2-section-title__wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-2 .ab-2-section-title__wrapper {
    margin-bottom: 40px;
  }
}
.about-us-2 .ab-2-section-title__wrapper .title {
  font-size: 70px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: -3.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .about-us-2 .ab-2-section-title__wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-2 .ab-2-section-title__wrapper .title {
    font-size: 50px;
    line-height: 60px;
  }
  .about-us-2 .ab-2-section-title__wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-2 .ab-2-section-title__wrapper .title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2.5px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-2 .ab-2-section-title__wrapper .title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
  }
}

.about-us-2__wrapper {
  gap: 30px;
  display: grid;
  justify-content: end;
  grid-template-columns: 545px 915px;
}
@media only screen and (max-width: 1919px) {
  .about-us-2__wrapper {
    grid-template-columns: 545px 715px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-us-2__wrapper {
    grid-template-columns: 445px 615px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-2__wrapper {
    grid-template-columns: 345px 515px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-2__wrapper {
    grid-template-columns: 300px 370px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-2__wrapper {
    grid-template-columns: 1fr;
  }
}

.about-us-2-author {
  max-width: 360px;
  margin-top: 142px;
}
@media only screen and (max-width: 991px) {
  .about-us-2-author {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-2-author {
    max-width: 100%;
  }
}
.about-us-2-author p {
  font-size: 20px;
  font-weight: 500;
  max-width: 300px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 46px;
  letter-spacing: -0.6px;
  color: var(--secondary);
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .about-us-2-author p {
    max-width: 100%;
  }
}
.about-us-2-author hr {
  margin: 0;
}
.about-us-2-author .name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 13px;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.about-us-2-author .designation {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--secondary);
  letter-spacing: -0.42px;
}

.about-us-2__content .about-us-2__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-2__content > .text {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .about-us-2__content > .text {
    margin-top: 30px;
  }
}
.about-us-2__content > .text .title {
  font-size: 30px;
  font-weight: 500;
  max-width: 710px;
  line-height: 30px;
  margin-bottom: 47px;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 1199px) {
  .about-us-2__content > .text .title {
    font-size: 25px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-2__content > .text .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-2__content > .text .title {
    font-size: 19px;
  }
}
.about-us-2__content > .text .rr-btn-primary {
  font-size: 13px;
  padding: 13.5px 35px;
  text-transform: uppercase;
}

/* === project-showcase-2 Section (Home 02) === */
.project-showcase-2__item {
  overflow: hidden;
  margin-top: -1px;
  cursor: pointer;
}
.project-showcase-2__item .view-projects {
  position: relative;
  z-index: -2;
}
.project-showcase-2__item .view-projects a {
  gap: 8px;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  align-items: center;
  color: var(--primary);
  letter-spacing: -0.39px;
  text-transform: uppercase;
}
.project-showcase-2__item .view-projects a::before {
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background: var(--primary);
}

.project-showcase-2-meta {
  gap: 20px;
  display: grid;
  margin-bottom: 15px;
  grid-template-columns: 750px 690px 1fr;
}
@media only screen and (max-width: 1919px) {
  .project-showcase-2-meta {
    grid-template-columns: 495px 495px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .project-showcase-2-meta {
    grid-template-columns: 370px 370px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .project-showcase-2-meta {
    grid-template-columns: 315px 315px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .project-showcase-2-meta {
    grid-template-columns: 260px 260px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .project-showcase-2-meta {
    grid-template-columns: 230px 230px 1fr;
  }
}
@media (max-width: 575px) {
  .project-showcase-2-meta {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.project-showcase-2-meta span {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.project-showcase-2__list {
  gap: 20px;
  display: grid;
  padding: 21px 0;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  grid-template-columns: 750px 690px 340px 1fr;
}
@media only screen and (max-width: 1919px) {
  .project-showcase-2__list {
    grid-template-columns: 495px 495px 340px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .project-showcase-2__list {
    grid-template-columns: 370px 370px 340px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .project-showcase-2__list {
    grid-template-columns: 315px 315px 254px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .project-showcase-2__list {
    grid-template-columns: 260px 260px 132px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .project-showcase-2__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .project-showcase-2__list {
    grid-template-columns: 1fr;
  }
}
.project-showcase-2__list .project {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1.2px;
}
.project-showcase-2__list .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
}
.project-showcase-2__list a {
  color: var(--primary);
}

.project-showcase-2__media {
  gap: 30px;
  display: flex;
  transition: all 0.3s ease-out;
}
.project-showcase-2__media > *:nth-child(3) {
  margin-left: auto;
}

/* === our-services-2_ Section (Home 02) === */
.our-services-2__inner {
  padding-top: 30px;
}

.our-services-2__wrapper {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(5, 336px);
}
@media only screen and (max-width: 1919px) {
  .our-services-2__wrapper {
    gap: 20px 30px;
    grid-template-columns: repeat(5, 258px);
  }
}
@media only screen and (max-width: 1399px) {
  .our-services-2__wrapper {
    gap: 20px 20px;
    grid-template-columns: repeat(4, 277px);
  }
}
@media only screen and (max-width: 1199px) {
  .our-services-2__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .our-services-2__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .our-services-2__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.our-services-2__item:not(:last-child) {
  border-right: 1px solid #DADADA;
}
@media (max-width: 575px) {
  .our-services-2__item:not(:last-child) {
    border-right: none;
  }
}
.our-services-2__item:hover .content::before {
  width: 100%;
}
.our-services-2__item .content {
  margin-right: 40px;
  padding-top: 20px;
  border-top: 1px solid #DADADA;
}
@media only screen and (max-width: 1399px) {
  .our-services-2__item .content {
    margin-right: 20px;
  }
}
.our-services-2__item span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 130px;
  display: inline-block;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.our-services-2__item .text .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 17px;
  letter-spacing: -1px;
}
.our-services-2__item .text .desc {
  color: #555;
  font-size: 16px;
  max-width: 290px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 1199px) {
  .our-services-2__item .text .desc {
    max-width: 100%;
  }
}

/* === interaction-2 Section (Home 02) === */
.interaction-2__inner .section-title-2__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .interaction-2__inner .section-title-2__wrapper {
    margin-bottom: 150px;
  }
}
.interaction-2__inner .section-title-2__wrapper .title {
  font-size: 50px;
  text-align: center;
  max-width: 1451px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .interaction-2__inner .section-title-2__wrapper .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .interaction-2__inner .section-title-2__wrapper .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .interaction-2__inner .section-title-2__wrapper .title {
    font-size: 27px;
    line-height: 38px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .interaction-2__inner .section-title-2__wrapper .title {
    font-size: 21px;
    line-height: 30px;
  }
}

.interaction-2__content {
  right: 205px;
  bottom: 229px;
  padding: 50px;
  height: 460px;
  display: flex;
  position: absolute;
  flex-direction: column;
  background: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .interaction-2__content {
    bottom: 200px;
    right: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .interaction-2__content {
    bottom: 150px;
    right: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .interaction-2__content {
    bottom: 50px;
    right: 20px;
    padding: 30px;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .interaction-2__content {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .interaction-2__content {
    height: 250px;
    bottom: 20px;
  }
}
.interaction-2__content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1.1px;
  color: var(--white);
  text-transform: uppercase;
}
.interaction-2__content .desc {
  margin-top: auto;
  max-width: 285px;
  color: var(--white);
}

/* blog details area style  */
.blog-details .blog-details-inner {
  margin-top: 45px;
}
.blog-details .blog-details-info .meta {
  gap: 5px;
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-details .blog-details-info .meta {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details .blog-details-info .meta {
    margin-bottom: 30px;
  }
}
.blog-details .blog-details-info .meta li {
  gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding: 9px 13px;
  align-items: center;
  border-radius: 500px;
  color: var(--primary);
  letter-spacing: -0.48px;
  border: 1px solid #DADADA;
}
.blog-details .section-title-wrapper {
  margin-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .blog-details .section-title-wrapper {
    margin-bottom: 60px;
  }
}
.blog-details .section-title-wrapper .section-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -5px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 70px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .blog-details .section-title-wrapper .section-title {
    font-size: 33px;
    line-height: 43px;
  }
}
.blog-details__content img {
  width: auto;
  overflow: hidden;
  max-width: 100%;
}
.blog-details__content h1,
.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4,
.blog-details__content h5,
.blog-details__content h6 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 1919px) {
  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__content h1,
  .blog-details__content h2,
  .blog-details__content h3,
  .blog-details__content h4,
  .blog-details__content h5,
  .blog-details__content h6 {
    font-size: 28px;
  }
}
.blog-details__content p {
  margin-bottom: 60px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .blog-details__content p {
    margin-bottom: 30px;
  }
}
.blog-details__content blockquote {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .blog-details__content blockquote {
    padding-left: 20px;
  }
}
.blog-details__content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: var(--primary);
}
.blog-details__content blockquote .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0;
  max-width: 1125px;
  margin-bottom: 20px;
  color: var(--primary);
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .blog-details__content blockquote .title {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .blog-details__content blockquote .title {
    font-size: 20px;
  }
}
.blog-details__content blockquote h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.blog-details__content blockquote p {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.42px;
}
.blog-details .list {
  margin-left: 20px;
  margin-top: -30px;
  margin-bottom: 60px;
}
.blog-details .list li {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.48px;
  list-style: disc;
}
.blog-details__wrapper .media {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__wrapper .media {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__wrapper .media {
    margin-bottom: 20px;
  }
}
.blog-details__media {
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .blog-details__media {
    margin-bottom: 30px;
  }
}
.blog-details__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__tag ul {
  gap: 5px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  align-items: center;
}
.blog-details__tag ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  color: var(--primary);
}
.blog-details__tag ul li::before {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primary);
  transition: width 0.3s ease-in-out;
}
.blog-details__tag ul li:hover::before {
  width: 100%;
}
.blog-details .post-navigation {
  margin-top: 170px;
  border-top: 1px solid #DADADA;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DADADA;
  display: flex;
  gap: 20px 30px;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog-details .post-navigation {
    flex-direction: column;
    margin-top: 70px;
  }
}
.blog-details .post-navigation .prev-post {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details .post-navigation .prev-post {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.blog-details .post-navigation .prev-post .thumb {
  width: 200px;
  height: 180px;
}
.blog-details .post-navigation .prev-post .text {
  max-width: 255px;
}
.blog-details .post-navigation .prev-post .text .date {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.blog-details .post-navigation .prev-post .text .title {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1.2px;
}
.blog-details .post-navigation .prev-post .text > a {
  gap: 6px;
  color: #111;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  align-items: center;
  display: inline-flex;
  letter-spacing: -0.48px;
}
.blog-details .post-navigation .prev-post .text > a i {
  rotate: -40deg;
  transition: 0.3s ease-in-out;
}
.blog-details .post-navigation .prev-post .text > a::before {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primary);
  transition: width 0.3s ease-in-out;
}
.blog-details .post-navigation .prev-post .text > a:hover::before {
  width: 0;
}
.blog-details .post-navigation .prev-post .text > a:hover i {
  rotate: 0deg;
}
.blog-details .post-navigation .prev-post .title {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.blog-details .post-navigation .next-post {
  gap: 30px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .blog-details .post-navigation .next-post {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .blog-details .post-navigation .next-post {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.blog-details .post-navigation .next-post .thumb {
  width: 200px;
  height: 180px;
}
.blog-details .post-navigation .next-post .text {
  max-width: 255px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .blog-details .post-navigation .next-post .text {
    text-align: left;
  }
}
.blog-details .post-navigation .next-post .text .date {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.blog-details .post-navigation .next-post .text .title {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1.2px;
}
.blog-details .post-navigation .next-post .text > a {
  gap: 6px;
  color: #111;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  align-items: center;
  display: inline-flex;
  letter-spacing: -0.48px;
}
.blog-details .post-navigation .next-post .text > a i {
  rotate: -40deg;
  transition: 0.3s ease-in-out;
}
.blog-details .post-navigation .next-post .text > a::before {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--primary);
  transition: width 0.3s ease-in-out;
}
.blog-details .post-navigation .next-post .text > a:hover::before {
  width: 0;
}
.blog-details .post-navigation .next-post .text > a:hover i {
  rotate: 0deg;
}
.blog-details .post-navigation .next-post .title {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.blog-details .comment-wrap {
  margin-top: 170px;
}
@media only screen and (max-width: 1399px) {
  .blog-details .comment-wrap {
    margin-top: 60px;
  }
}
.blog-details .comment-formwrap {
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 52px;
}
@media only screen and (max-width: 1399px) {
  .blog-details .comment-formwrap {
    gap: 40px 30px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-formwrap {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-details .comment-formwrap .message {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap .message {
    grid-column: auto;
  }
}
.blog-details .comment-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
  font-size: 18px;
}
.dark .blog-details .comment-formfield input {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-formfield input {
    font-size: 16px;
  }
}
.blog-details .comment-formfield input:focus {
  border-color: var(--primary);
}
.blog-details .comment-formfield input::placeholder {
  color: var(--primary);
}
.blog-details .comment-formfield input:-webkit-autofill, .blog-details .comment-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.blog-details .comment-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
}
.blog-details .comment-formfield select:focus {
  border-color: var(--primary);
}
.blog-details .comment-formfield select option {
  width: 100%;
  max-width: 100%;
}
.blog-details .submit-btn {
  margin-top: 80px;
}
@media only screen and (max-width: 1399px) {
  .blog-details .submit-btn {
    margin-top: 40px;
  }
}
.blog-details .submit-btn .rr-btn-primary {
  padding: 26px 47px;
}
.blog-details .submit-btn .rr-btn-primary span {
  text-transform: none;
}

/* === page-title  === */
.page-title-area .page-title-area-inner {
  padding-top: 250px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-area-inner {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-area-inner {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .page-title-area .page-title-area-inner {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
.page-title-area .page-title-wrapper .page-sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 50px;
  color: var(--primary);
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-wrapper .page-sub-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-wrapper .page-sub-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .page-title-area .page-title-wrapper .page-sub-title {
    margin-bottom: 10px;
  }
}
.page-title-area .page-title-wrapper .page-title {
  font-size: 130px;
  font-weight: 500;
  line-height: 105px;
  color: var(--primary);
  letter-spacing: -6.5px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-wrapper .page-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-wrapper .page-title {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .page-title-area .page-title-wrapper .page-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -2px;
  }
}
.page-title-area .page-title-wrapper .page-title span {
  font-style: italic;
}
.page-title-area .page-title-meta {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.page-title-area .page-title-meta .developed {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.page-title-area .page-title-meta .year {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}

/* === blog Section === */
.blog__wrapper {
  display: grid;
  gap: 80px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1199px) {
  .blog__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .blog__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .blog__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px;
  }
}
.blog__item .media {
  overflow: hidden;
}
.blog__item .media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.blog__item:hover .media img {
  transform: scale(1.2);
}
.blog__item .content {
  margin-top: 14px;
}
.blog__item .content .meta-date {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-bottom: 5px;
}
.blog__item .content .meta-date li {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.blog__item .content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: var(--primary);
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 1199px) {
  .blog__item .content .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .blog__item .content .title {
    font-size: 20px;
  }
}
.blog__item .content .title a:hover {
  color: #555;
}

/* === blog-4 Section === */
.blog-4__inner .section-title-4__wrapper {
  margin-bottom: 67px;
}
@media only screen and (max-width: 991px) {
  .blog-4__inner .section-title-4__wrapper {
    margin-bottom: 40px;
  }
}
.blog-4__inner .section-title-4__wrapper .sub-title {
  font-size: 14px;
  font-weight: 500;
  padding: 2px 15px;
  line-height: 24px;
  margin-bottom: 20px;
  border-radius: 500px;
  display: inline-block;
  color: var(--primary);
  letter-spacing: 0.84px;
  text-transform: uppercase;
  border: 1.2px solid rgba(17, 17, 17, 0.1);
}
.blog-4__inner .section-title-4__wrapper .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 56px;
  color: var(--primary);
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 1199px) {
  .blog-4__inner .section-title-4__wrapper .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .blog-4__inner .section-title-4__wrapper .title {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
.blog-4__inner .section-title-4__wrapper .title span {
  font-family: var(--font_tartuffotrial);
}
.blog-4__inner .blog-4__wrapper {
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .blog-4__inner .blog-4__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .blog-4__inner .blog-4__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-4__inner .blog-4__item .media {
  overflow: hidden;
}
.blog-4__inner .blog-4__item .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.blog-4__inner .blog-4__item:hover .media img {
  transform: scale(1.1);
}
.blog-4__inner .blog-4__content {
  margin-top: 26px;
}
.blog-4__inner .blog-4__content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 767px) {
  .blog-4__inner .blog-4__content .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog-4__inner .blog-4__content .title a:hover {
  color: var(--secondary);
}
.blog-4__inner .blog-4__meta-list {
  list-style: none;
}
.blog-4__inner .blog-4__meta-list li {
  display: flex;
  gap: 10px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  align-items: center;
  letter-spacing: -0.28px;
  color: rgba(17, 17, 17, 0.7);
}
@media (max-width: 575px) {
  .blog-4__inner .blog-4__meta-list li {
    gap: 10px 20px;
  }
}
.blog-4__inner .blog-4__meta-list li span {
  position: relative;
  display: inline-block;
}
.blog-4__inner .blog-4__meta-list li span::before {
  top: 50%;
  left: -16px;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background: var(--primary);
  transform: translate(-50%, -50%);
}
.blog-4__inner .blog-4__meta-list li span {
  font-weight: 600;
  color: var(--primary);
}

/* === blog-5 Section === */
.blog-5 .section-title-5__wrapper {
  display: grid;
  grid-template-columns: 412px 413px 1fr;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1399px) {
  .blog-5 .section-title-5__wrapper {
    grid-template-columns: 389px 391px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .blog-5 .section-title-5__wrapper {
    grid-template-columns: 299px 1fr;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-5 .section-title-5__wrapper {
    border-bottom: none;
    grid-template-columns: 1fr;
  }
}
.blog-5 .section-title-5__wrapper .wrp {
  padding-left: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-5 .section-title-5__wrapper .wrp {
    padding-left: 0;
  }
}
.blog-5 .section-title-5__wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.blog-5 .section-title-5__wrapper .sub-title::before {
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  bottom: 5px;
  position: absolute;
  background: var(--primary);
}
.blog-5 .section-title-5__wrapper .title {
  padding: 26px 30px;
  font-size: 36px;
  font-weight: 500;
  padding-right: 0;
  line-height: 36px;
  letter-spacing: -1.8px;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .blog-5 .section-title-5__wrapper .title {
    max-width: 100%;
    font-size: 30px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-5 .section-title-5__wrapper .title {
    border-left: none;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .blog-5 .section-title-5__wrapper .title {
    font-size: 28px;
  }
}

.blog-5__inner {
  display: grid;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .blog-5__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog-5__inner {
    border-bottom: none;
    border-top: none;
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .blog-5__inner {
    grid-template-columns: 1fr;
  }
}
.blog-5__inner .blog-5__item {
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-5__inner .blog-5__item {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-5__inner .blog-5__item {
    padding: 0;
  }
}
.blog-5__inner .blog-5__item:not(:last-child) {
  border-right: 1px solid var(--border);
}
@media only screen and (max-width: 767px) {
  .blog-5__inner .blog-5__item:not(:last-child) {
    border-right: none;
  }
}
.blog-5__inner .blog-5__item .media {
  overflow: hidden;
}
.blog-5__inner .blog-5__item .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.blog-5__inner .blog-5__item:hover .media img {
  transform: scale(1.1);
}
.blog-5__inner .blog-5__item .content {
  margin-top: 14px;
}
.blog-5__inner .blog-5__item .content .meta-list {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.blog-5__inner .blog-5__item .content .meta-list li {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
}
.blog-5__inner .blog-5__item .content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1px;
}

/* === blog-56 Section === */
.blog-6__inner {
  display: grid;
  gap: 0 54px;
  padding-top: 14px;
  margin-top: 70px;
  grid-template-columns: 841px 1fr;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1399px) {
  .blog-6__inner {
    grid-template-columns: 600px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-6__inner {
    gap: 0 30px;
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .blog-6__inner {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.blog-6__inner .blog-6__media {
  height: 475px;
}
@media only screen and (max-width: 767px) {
  .blog-6__inner .blog-6__media {
    height: 300px;
  }
}
.blog-6__inner .blog-6__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-6__inner .blog-6__media .title {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.72px;
}
@media (max-width: 575px) {
  .blog-6__inner .blog-6__media .title {
    font-size: 20px;
  }
}
.blog-6__inner .blog-6__media .title a:hover {
  color: var(--secondary);
}
.blog-6__inner .blog-6__meta-list {
  gap: 32px;
  display: flex;
  list-style: none;
  margin-top: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-6__inner .blog-6__meta-list {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.blog-6__inner .blog-6__meta-list li {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  letter-spacing: -0.48px;
  display: inline-block;
}
.blog-6__inner .blog-6__meta-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 500px;
  background: currentColor;
  transform: translate(20px, -50%);
}
.blog-6__inner .blog-6__item {
  display: flex;
  align-items: center;
  padding-bottom: 26px;
  transition: all 0.3s;
  margin-bottom: 28px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.blog-6__inner .blog-6__item:hover {
  border-color: var(--primary);
}
.blog-6__inner .blog-6__item:hover .icon {
  background: var(--primary);
  color: var(--white);
}
@media (max-width: 575px) {
  .blog-6__inner .blog-6__item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.blog-6__inner .blog-6__item .text .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.72px;
}
@media (max-width: 575px) {
  .blog-6__inner .blog-6__item .text .title {
    font-size: 20px;
  }
}
.blog-6__inner .blog-6__item .text .title a:hover {
  color: var(--secondary);
}
.blog-6__inner .blog-6__item .text .meta-list {
  gap: 32px;
  display: flex;
  list-style: none;
  margin-top: 14px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-6__inner .blog-6__item .text .meta-list {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.blog-6__inner .blog-6__item .text .meta-list li {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  letter-spacing: -0.48px;
  display: inline-block;
}
.blog-6__inner .blog-6__item .text .meta-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 500px;
  background: currentColor;
  transform: translate(20px, -50%);
}
@media (max-width: 575px) {
  .blog-6__inner .blog-6__item .text .meta-list li:not(:last-child)::before {
    transform: translate(15px, -50%);
  }
}
.blog-6__inner .blog-6__item .icon {
  width: 44px;
  height: 44px;
  display: flex;
  rotate: -45deg;
  align-items: center;
  transition: all 0.3s;
  color: var(--primary);
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 991px) {
  .blog-6__inner .blog-6__content {
    margin-top: 100px;
  }
}
.blog-6__inner .blog-6__content .rr-btn-primary {
  gap: 8px;
  margin-top: 30px;
  border-radius: 0;
  color: var(--white);
  padding: 15px 29.71px;
  background-color: var(--primary);
}
.blog-6__inner .blog-6__content .rr-btn-primary .text span {
  color: var(--white);
}
.blog-6__inner .blog-6__content .rr-btn-primary i {
  font-weight: 400;
  color: var(--white);
  transform: rotate(-45deg);
}

/* === services-rating  (inner page) === */
.services-rating .section-title-wrapper .section-title {
  max-width: 581px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 50px;
  letter-spacing: -2.5px;
}
@media (max-width: 575px) {
  .services-rating .section-title-wrapper .section-title {
    font-size: 40px;
    line-height: 45px;
  }
}
.services-rating__wrap {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 575px) {
  .services-rating__wrap {
    padding-left: 20px;
  }
}
.services-rating__wrap::before {
  content: "";
  left: 0;
  height: calc(100% + 20px);
  width: 2px;
  background: var(--primary);
  position: absolute;
}
@media (max-width: 575px) {
  .services-rating__wrap::before {
    height: calc(100% + 0px);
  }
}
.services-rating__wrap .desc {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  max-width: 328px;
  line-height: 20px;
  margin-bottom: 25px;
  letter-spacing: -0.48px;
}
.services-rating__wrap .rating {
  display: flex;
  list-style: none;
  align-items: center;
}
.services-rating__wrap .rating li {
  color: var(--primary);
}

/* === projects  (inner page) === */
.projects-2-inner {
  gap: 30px 75px;
  display: grid;
  margin-top: 70px;
  margin-left: -150px;
  grid-template-columns: 900px auto;
}
@media only screen and (max-width: 1399px) {
  .projects-2-inner {
    grid-template-columns: 600px auto;
    margin-left: 0;
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .projects-2-inner {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 991px) {
  .projects-2-inner {
    grid-template-columns: auto;
  }
}
.projects-2-inner .projects-2__media {
  position: relative;
}
.projects-2-inner .projects-2__media .thumb {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  transition: opacity 1s ease, clip-path 1s ease;
}
.projects-2-inner .projects-2__media .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-2-inner .projects-2__media .thumb.active {
  opacity: 1;
  z-index: 2;
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
}
.projects-2-inner .projects-2__media .thumb.prev {
  opacity: 1;
  /* চাইলে হালকা ghost effect রাখো */
  z-index: 1;
  /* active এর নিচে থাকবে */
}
.projects-2-inner .projects-2__item {
  gap: 20px;
  display: grid;
  padding-top: 40px;
  padding-bottom: 170px;
  grid-template-columns: 390px 1fr;
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 1919px) {
  .projects-2-inner .projects-2__item {
    grid-template-columns: auto 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .projects-2-inner .projects-2__item {
    padding-bottom: 120px;
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 991px) {
  .projects-2-inner .projects-2__item {
    padding-bottom: 60px;
    padding-top: 20px;
  }
}
.projects-2-inner .projects-2__item .title {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.2px;
}
.projects-2-inner .projects-2__item .content p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 30px;
  letter-spacing: -0.48px;
}
.projects-2-inner .projects-2__item .content .list {
  list-style: none;
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .projects-2-inner .projects-2__item .content .list {
    margin-top: 60px;
  }
}
.projects-2-inner .projects-2__item .content .list li {
  gap: 10px;
  display: flex;
  padding: 20px 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.48px;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}
.projects-2-inner .projects-2__item .content .list li:last-child {
  border-bottom: 1px solid var(--border);
}

/* === services-2  (inner page) === */
.services-2__inner {
  gap: 25px;
  display: grid;
  grid-template-columns: 800px 1fr;
}
@media only screen and (max-width: 1919px) {
  .services-2__inner {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .services-2__inner {
    grid-template-columns: 350px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .services-2__inner {
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .services-2__inner {
    grid-template-columns: 1fr;
  }
}
.services-2__content .title {
  color: #111;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 70px;
  letter-spacing: -2.5px;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 991px) {
  .services-2__content .title {
    margin-bottom: 30px;
  }
}
.services-2__content .title span {
  font-family: var(--font_bai);
}
.services-2__content p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  max-width: 300px;
}
.services-2__wrapper .title {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.48px;
  position: relative;
  padding-left: 17px;
}
.services-2__wrapper .title::before {
  content: "";
  left: 0;
  position: absolute;
  height: calc(100% + 10px);
  width: 2px;
  background: var(--primary);
  top: 50%;
  transform: translate(0px, -50%);
}
.services-2__list {
  list-style: none;
  margin-top: 88px;
}
@media only screen and (max-width: 991px) {
  .services-2__list {
    margin-top: 50px;
  }
}
.services-2__list li {
  gap: 20px;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  align-items: center;
  letter-spacing: -0.6px;
  padding: 23px 0;
  border-top: 1px solid var(--border);
}
.services-2__list li:last-child {
  border-bottom: 1px solid var(--border);
}
.services-2__list li a {
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: space-between;
}
.services-2__list li a span {
  margin-right: auto;
  margin-left: 20px;
}

/* === service-7  (inner page) === */
.service-7__bg {
  background-color: #F4F4F4;
}
.service-7__top {
  gap: 115px;
  display: flex;
  align-items: start;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .service-7__top {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-7__top {
    margin-bottom: 40px;
  }
}
.service-7__top .section-title-6__wrapper .title {
  max-width: 860px;
}
.service-7__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translateY(8px);
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1199px) {
  .service-7__subtitle {
    transform: translateY(0px);
  }
}
.service-7__wrapper {
  display: grid;
  align-items: end;
  margin-left: 235px;
  grid-template-columns: 850px 675px;
}
@media (min-width: 1700px) and (max-width: 1800px) {
  .service-7__wrapper {
    grid-template-columns: 850px 585px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .service-7__wrapper {
    margin-left: 100px;
    grid-template-columns: 850px 585px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-7__wrapper {
    margin-left: 0px;
    grid-template-columns: 800px 570px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-7__wrapper {
    margin-left: 0;
    grid-template-columns: 690px 479px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-7__wrapper {
    align-items: center;
    grid-template-columns: 545px 420px;
  }
}
@media only screen and (max-width: 991px) {
  .service-7__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-7__wrap {
  max-width: 850px;
  width: 100%;
  height: 492px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .service-7__wrap {
    height: 365px;
  }
}
@media only screen and (max-width: 991px) {
  .service-7__wrap {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .service-7__wrap {
    height: 362px;
  }
}
@media (max-width: 575px) {
  .service-7__wrap {
    height: 765px;
  }
}
.service-7__item-box {
  top: 0;
  left: 0;
  gap: 30px;
  display: grid;
  position: absolute;
  transition: all 0.6s ease-in-out;
  grid-template-columns: 300px 520px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-7__item-box {
    grid-template-columns: 300px 475px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-7__item-box {
    grid-template-columns: 260px 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-7__item-box {
    gap: 20px;
    grid-template-columns: 200px 325px;
  }
}
@media only screen and (max-width: 991px) {
  .service-7__item-box {
    grid-template-columns: 250px 415px;
  }
}
@media only screen and (max-width: 767px) {
  .service-7__item-box {
    grid-template-columns: 200px 325px;
  }
}
@media (max-width: 575px) {
  .service-7__item-box {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-7__item-box::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #F4F4F4;
  transition: all 0.6s ease-in-out;
}
.service-7__item-box.active {
  z-index: 2;
}
.service-7__item-box.active::before {
  right: 0;
  transform: translateX(100%);
}
.service-7__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-7__btn {
  margin-top: 138px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1199px) {
  .service-7__btn {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .service-7__btn {
    margin-top: 20px;
  }
}
.service-7__btn .rr-underline {
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  align-items: center;
  padding-bottom: 2px;
  display: inline-flex;
  color: var(--primary);
  text-transform: capitalize;
}
.service-7__btn .rr-underline i {
  font-weight: 400;
}
.service-7__btn .rr-underline::before {
  width: 87%;
}
.service-7__title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 45px;
  line-height: 22px;
  margin-bottom: 14px;
  padding-bottom: 15px;
  color: var(--primary);
  letter-spacing: -0.03em;
  font-family: var(--font_bai);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
@media only screen and (max-width: 1199px) {
  .service-7__title {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.service-7__dec {
  font-size: 16px;
  max-width: 504px;
  font-weight: 500;
  line-height: 22px;
  color: var(--secondary);
  letter-spacing: -0.03em;
  font-family: var(--font_bai);
}
.service-7__list {
  max-width: 540px;
  margin-left: 135px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-7__list {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-7__list {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .service-7__list {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.service-7__list li {
  gap: 10px;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
  align-items: start;
  position: relative;
  letter-spacing: -0.03em;
  padding: 25px 8px 20px 10px;
  font-family: var(--font_bai);
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
.service-7__list li:first-of-type {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
.service-7__list li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: Italic;
  letter-spacing: -0.03em;
  transform: translateY(-6px);
  font-family: var(--font_tartuffotrial);
}
.service-7__list li::before {
  content: "";
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 500px;
  transform: translateY(-50%);
  background-color: #999999;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 575px) {
  .service-7__list li::before {
    display: none;
  }
}
.service-7__list li.active {
  cursor: pointer;
  color: var(--primary);
}
.service-7__list li.active::before {
  background-color: var(--primary);
}

/* service details page css */
.hero-area-service-details .service-meta {
  z-index: 1;
  display: grid;
  gap: 10px 60px;
  margin-top: 48px;
  position: relative;
  grid-template-columns: 1fr 1045px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 845px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 585px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details .service-meta .serial {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .next-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-area-service-details .section-header {
  display: grid;
  margin-top: -42px;
  justify-content: flex-end;
  grid-template-columns: 792px;
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-header {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.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 {
  border-right: 1px solid var(--primary);
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content {
    border-right: none;
    padding-top: 30px;
  }
}
.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;
}
.hero-area-service-details .section-thumb {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-thumb {
    margin-top: 30px;
  }
}
.hero-area-service-details .section-thumb img {
  width: 100%;
}
.hero-area-service-details .feature-list {
  margin-top: 45px;
}
.hero-area-service-details .feature-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.hero-area-service-details .feature-list ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-flex;
  padding: 11px 19px;
  align-items: center;
  color: var(--primary);
  border-radius: 500px;
  border: 1px solid var(--border);
}

/* 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-box {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 790px;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 575px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr;
  }
}
.approach-area-service-details-page .approach-wrapper-content {
  margin-top: 270px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-content {
    margin-top: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-content {
    margin-top: 0px;
  }
}
.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-wrapper-content .steps {
  display: block;
  font-size: 330px;
  font-weight: 400;
  margin-top: 100px;
  line-height: 245px;
  color: var(--primary);
  letter-spacing: -16.5px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 250px;
    margin-top: 80px;
    font-weight: 400;
    line-height: 220px;
    letter-spacing: -10.5px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 230px;
    margin-top: 40px;
    letter-spacing: -6.5px;
  }
}
@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 200px;
    line-height: 185px;
    margin-top: 30px;
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .approach-area-service-details-page .approach-wrapper-content .steps {
    font-size: 160px;
    line-height: 150px;
    margin-top: 30px;
    letter-spacing: 0;
  }
}
.approach-area-service-details-page .approach-wrapper {
  border-top: 1px dashed #878482;
}
.dark .approach-area-service-details-page .approach-wrapper {
  border-color: #626262;
}
.approach-area-service-details-page .approach-box {
  display: grid;
  gap: 10px 45px;
  grid-template-columns: 60px 1fr 360px;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 44px;
  border-bottom: 1px dashed #878482;
}
.dark .approach-area-service-details-page .approach-box {
  border-color: #626262;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr 395px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 575px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.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 .features-wrapper {
  display: grid;
  gap: 50px 101px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-area .feature-box {
  position: relative;
  display: grid;
  gap: 181px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box {
    gap: 95px;
  }
}
@media only screen and (max-width: 1399px) {
  .feature-area .feature-box {
    gap: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-area .feature-box {
    gap: 45px;
  }
}
.feature-area .feature-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  left: -50px;
}
.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 .values-wrapper {
  display: grid;
  gap: 100px 70px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1399px) {
  .value-area .values-wrapper {
    gap: 80px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .values-wrapper {
    gap: 60px 50px;
  }
}
@media (max-width: 575px) {
  .value-area .values-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .values-wrapper {
    grid-template-columns: 1fr;
  }
}
.value-area .value-box {
  border-top: 3px solid #3E3E3E;
}
.value-area .value-box .sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.32px;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .sub-title {
    margin-top: 20px;
  }
}
.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.faq-area-space {
  padding-top: 50px;
}
.faq-area .faq-area-inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 600px 1fr;
}
@media only screen and (max-width: 1399px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area .faq-area-inner {
    grid-template-columns: 1fr;
  }
}
.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 {
  counter-reset: accordion;
  border-top: 1px solid #E7E7E7;
}
.dark .faq-area .accordion {
  border-color: #292929;
}
.faq-area .accordion-button {
  padding: 22px 0 23px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-button {
    font-size: 20px;
  }
}
.faq-area .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .faq-area .accordion-button::after {
    margin-top: -31px;
  }
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-area .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  transition: all 0.5s;
  border-radius: 0;
}
.dark .faq-area .accordion-item {
  border-color: #292929;
}
.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;
  }
}
.faq-area .accordion-body {
  padding: 30px 0 50px;
  border: none;
  padding-left: 68px;
  border-top: 1px solid #E7E7E7;
}
.dark .faq-area .accordion-body {
  border-color: #292929;
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-body {
    padding-left: 30px;
  }
}
.faq-area .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 575px) {
  .faq-area .accordion-body p {
    font-size: 16px;
  }
}
.faq-area .accordion-body p:last-child {
  margin-top: 30px;
}

/* ===portfolio-details  (Home 08) === */
.portfolio-details__inner {
  padding-top: 65px;
  padding-bottom: 70px;
}
.portfolio-details__inner .section-title-wrapper {
  display: flex;
  margin-bottom: 140px;
  align-items: flex-end;
  max-width: 1346px;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .portfolio-details__inner .section-title-wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-details__inner .section-title-wrapper {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.portfolio-details__inner .section-title-wrapper .title {
  font-size: 30px;
  font-weight: 500;
  max-width: 850px;
  line-height: 32px;
  color: var(--primary);
  letter-spacing: -1.5px;
}
@media (max-width: 575px) {
  .portfolio-details__inner .section-title-wrapper .title {
    font-size: 25px;
  }
}
.portfolio-details__inner .section-title-wrapper .title span {
  color: #999999;
}
.portfolio-details__inner .section-title-wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}

.portfolio-details__wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: 850px 1fr;
}
@media only screen and (max-width: 1399px) {
  .portfolio-details__wrapper {
    grid-template-columns: 650px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-details__wrapper {
    grid-template-columns: 470px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-details__wrapper {
    grid-template-columns: 1fr;
  }
}
.portfolio-details__wrapper .portfolio-details__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-details__wrapper .portfolio-details__content {
  gap: 30px;
  display: grid;
  grid-template-columns: 355px 1fr;
}
@media only screen and (max-width: 1919px) {
  .portfolio-details__wrapper .portfolio-details__content {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 575px) {
  .portfolio-details__wrapper .portfolio-details__content {
    grid-template-columns: 1fr;
  }
}
.portfolio-details__wrapper .portfolio-details__info-item:not(:last-child) {
  margin-bottom: 12px;
}
.portfolio-details__wrapper .portfolio-details__info span {
  font-size: 16px;
  display: inline;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 2px;
  letter-spacing: -0.48px;
  color: #999;
}
.portfolio-details__wrapper .portfolio-details__info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.portfolio-details__wrapper .portfolio-details__overview .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 18px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.portfolio-details__wrapper .portfolio-details__overview p {
  margin-bottom: 20px;
}
.portfolio-details__wrapper .portfolio-details__overview .list {
  margin-top: 150px;
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-details__wrapper .portfolio-details__overview .list {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-details__wrapper .portfolio-details__overview .list {
    margin-top: 60px;
  }
}
.portfolio-details__wrapper .portfolio-details__overview .list .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 18px;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.48px;
  margin-left: -18px;
}
.portfolio-details__wrapper .portfolio-details__overview .list li:not(:last-child) {
  margin-bottom: 12px;
}
.portfolio-details__wrapper .portfolio-details__overview .list li:first-child {
  list-style-type: disc;
}

.portfolio-gallery__inner {
  display: grid;
  gap: 20px;
  margin-bottom: 130px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1399px) {
  .portfolio-gallery__inner {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-gallery__inner {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .portfolio-gallery__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portfolio-gallery__inner > * img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-gallery__inner > *:nth-child(3) {
  width: 900px;
}
@media only screen and (max-width: 1399px) {
  .portfolio-gallery__inner > *:nth-child(3) {
    width: 100%;
  }
}
.portfolio-gallery__inner .span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .portfolio-gallery__inner .span-2 {
    grid-column: auto;
  }
}

/* === team-area  (inner page) === */
.team-area .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.team-area__inner {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .team-area__inner {
    margin-top: 10px;
    grid-template-columns: 1fr;
  }
}
.team-area .team__box {
  gap: 40px;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
@media only screen and (max-width: 1199px) {
  .team-area .team__box {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .team-area .team__box {
    flex-wrap: wrap;
  }
}
.team-area .team__box .content {
  display: flex;
  flex-direction: column;
}
.team-area .team__box .content .top-text .name {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
  color: var(--primary);
  letter-spacing: -1.5px;
}
.team-area .team__box .content .top-text span {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.team-area .team__box .content .bottom-text {
  margin-top: auto;
}
.team-area .team__box .content .bottom-text a {
  color: #999;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s;
  letter-spacing: -0.48px;
}
.team-area .team__box .content .bottom-text a:hover {
  color: var(--primary);
}

.team-list-area__inner {
  padding-top: 100px;
}
.team-list-area__inner .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 27px;
  color: var(--primary);
  letter-spacing: -0.48px;
}
.team-list-area__inner .team-wrapper .team-box {
  gap: 20px 30px;
  display: grid;
  padding: 20px 0;
  align-items: center;
  border-top: 1px solid var(--border);
  grid-template-columns: 800px 1fr 18px;
}
@media only screen and (max-width: 1399px) {
  .team-list-area__inner .team-wrapper .team-box {
    grid-template-columns: 600px 1fr 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-list-area__inner .team-wrapper .team-box {
    grid-template-columns: 500px 1fr 18px;
  }
}
@media only screen and (max-width: 991px) {
  .team-list-area__inner .team-wrapper .team-box {
    grid-template-columns: 350px 1fr 18px;
  }
}
@media only screen and (max-width: 767px) {
  .team-list-area__inner .team-wrapper .team-box {
    grid-template-columns: 250px 1fr 18px;
  }
}
@media (max-width: 575px) {
  .team-list-area__inner .team-wrapper .team-box {
    grid-template-columns: 1fr;
  }
}
.team-list-area__inner .team-wrapper .team-box:last-child {
  border-bottom: 1px solid var(--border);
}
.team-list-area__inner .team-wrapper .team-box:hover .media {
  transform: translateX(20px);
}
.team-list-area__inner .team-wrapper .team-box:hover .t-btn {
  transform: translateX(-20px) rotate(-45deg);
}
.team-list-area__inner .team-wrapper .team-box .media {
  gap: 10px 25px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .team-list-area__inner .team-wrapper .team-box .media {
    flex-direction: column;
    align-items: start;
  }
}
.team-list-area__inner .team-wrapper .team-box .media .thumb {
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
  border-radius: 500px;
}
.team-list-area__inner .team-wrapper .team-box .text {
  gap: 10px 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .team-list-area__inner .team-wrapper .team-box .text {
    flex-direction: column;
    align-items: start;
  }
}
.team-list-area__inner .team-wrapper .team-box .text .name {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: var(--primary);
  letter-spacing: -1.5px;
}
.team-list-area__inner .team-wrapper .team-box .text .desig {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.team-list-area__inner .team-wrapper .team-box .info {
  display: flex;
  gap: 10px 30px;
}
@media only screen and (max-width: 991px) {
  .team-list-area__inner .team-wrapper .team-box .info {
    flex-direction: column;
  }
}
.team-list-area__inner .team-wrapper .team-box .info a {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.team-list-area__inner .team-wrapper .team-box .info a:hover {
  color: var(--primary);
}
.team-list-area__inner .team-wrapper .team-box .t-btn {
  transform: translateX(0px) rotate(-45deg);
  color: var(--primary);
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .team-list-area__inner .team-wrapper .team-box .t-btn {
    transform: none;
  }
}

/* === team-6  (inner page) === */
.team-6__content {
  display: grid;
  margin-bottom: 76px;
  align-items: center;
  grid-template-columns: 474px 1fr 167px;
}
@media only screen and (max-width: 1399px) {
  .team-6__content {
    grid-template-columns: 270px 1fr 167px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .team-6__content {
    display: block;
  }
}
.team-6__wrap {
  gap: 30px;
  display: grid;
  max-width: 1286px;
  margin-left: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .team-6__wrap {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .team-6__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .team-6__wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .team-6__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .team-6__item {
    margin-bottom: 30px;
  }
}
.team-6__thumb {
  overflow: hidden;
}
.team-6__thumb img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.team-6__thumb:hover img {
  transform: scale(1.1);
}
.team-6__sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .team-6__sub-title {
    margin-bottom: 20px;
  }
}
.team-6__box {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
@media only screen and (max-width: 767px) {
  .team-6__box {
    flex-wrap: wrap;
  }
}
.team-6__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: var(--primary);
  letter-spacing: -0.03em;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 991px) {
  .team-6__name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-6__name {
    font-size: 18px;
  }
}
.team-6__name a:hover {
  opacity: 0.7;
}
.team-6__desg {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: var(--secondary);
  font-family: var(--font_bai);
}
.team-6__social {
  gap: 10px;
  display: flex;
  align-items: center;
  margin: 25px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .team-6__social {
    margin: 10px 0 15px 0;
  }
}
.team-6__social i {
  transition: all 0.3s ease-in-out;
  color: rgba(17, 17, 17, 0.14);
}
.team-6__social i:hover {
  color: var(--black);
}
.team-6__btn .rr-btn-primary {
  padding: 15px 19.3px;
}
.team-6__btn .rr-btn-primary i {
  transform: rotate(-51deg);
}

/* contact page css */
/* Loading effect */
.loading-form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  font-size: 20px;
  text-align: center;
  padding-top: 20%;
}

.success-message {
  color: green;
  margin-top: 10px;
}

.error-message {
  color: red;
  margin-top: 10px;
}

#response-message {
  margin-top: 10px;
}

.contact-area-contact-page .section-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 995px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 730px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 550px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-area-contact-page .contact-mail .title {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 24px;
  letter-spacing: -0.48px;
}
.contact-area-contact-page .contact-mail .text {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: var(--primary);
  letter-spacing: -1.5px;
  max-width: 410px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 24px;
    max-width: 330px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 20px;
    letter-spacing: 0;
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 18px;
    line-height: 25px;
  }
}
.contact-area-contact-page .contact-mail .text a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-area-contact-page .contact-mail .text a:hover {
  color: var(--secondary);
}
.contact-area-contact-page .contact-social {
  margin-top: 51px;
}
.contact-area-contact-page .contact-social .title {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 24px;
  letter-spacing: -0.48px;
}
.contact-area-contact-page .contact-social .social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}
.contact-area-contact-page .contact-social .social-links a {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  position: relative;
  color: var(--primary);
  letter-spacing: -2.1px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 18px;
    line-height: 25px;
  }
}
.contact-area-contact-page .contact-social .social-links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s;
  background: var(--primary);
}
.contact-area-contact-page .contact-social .social-links a:hover::before {
  width: 100%;
}
.contact-area-contact-page .contact-formwrap {
  display: grid;
  gap: 65px 95px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-area-contact-page .contact-formwrap .message {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap .message {
    grid-column: auto;
  }
}
.contact-area-contact-page .contact-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.5s;
  color: var(--primary);
  letter-spacing: -0.54px;
  background-color: transparent;
  border-bottom: 1px solid var(--primary);
}
.contact-area-contact-page .contact-formfield input:focus {
  border-color: var(--primary);
}
.contact-area-contact-page .contact-formfield input::placeholder {
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input:-webkit-autofill, .contact-area-contact-page .contact-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.contact-area-contact-page .contact-formfield .nice-select {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  font-size: 18px;
  padding-left: 0;
  font-weight: 500;
  line-height: 40px;
  border-radius: 0;
  transition: all 0.5s;
  color: var(--primary);
  background-color: transparent;
  border-bottom: 1px solid var(--primary);
}
.contact-area-contact-page .contact-formfield .nice-select:focus {
  border-color: var(--primary);
}
.contact-area-contact-page .contact-formfield .nice-select .list {
  width: 100%;
  max-width: 100%;
}
.dark .contact-area-contact-page .contact-formfield .nice-select .list {
  background-color: var(--black);
}
.contact-area-contact-page .contact-formfield .nice-select .list[disabled] {
  background-color: var(--black) !important;
}
.contact-area-contact-page .contact-formfield .nice-select::after {
  height: 10px;
  width: 10px;
  border-color: var(--primary);
  border-color: var(--primary);
}
.contact-area-contact-page .submit-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .submit-btn {
    margin-top: 40px;
  }
}
.contact-area-contact-page .submit-btn .rr-btn-primary {
  padding: 13.5px 32px;
  background: var(--primary);
}
.contact-area-contact-page .submit-btn .rr-btn-primary span {
  color: var(--white);
}
.contact-area-contact-page .submit-btn .rr-btn-primary i {
  color: var(--white);
}

.contact-info__inner {
  display: grid;
  gap: 30px 200px;
  margin-right: 70px;
  grid-template-columns: 1fr 165px 165px auto;
}
@media only screen and (max-width: 1399px) {
  .contact-info__inner {
    gap: 30px 100px;
    margin-right: 0;
    grid-template-columns: 1fr auto auto auto;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-info__inner {
    gap: 30px 50px;
    grid-template-columns: 1fr auto auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info__inner {
    gap: 30px 30px;
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 575px) {
  .contact-info__inner {
    gap: 30px 30px;
    grid-template-columns: auto;
  }
}
.contact-info__item .sub-title {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.contact-info__item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 23px;
  color: var(--primary);
  letter-spacing: -0.48px;
  text-decoration: underline;
}
.contact-info__item p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  max-width: 197px;
  letter-spacing: -0.48px;
  margin-bottom: 23px;
}
.contact-info__item a {
  color: #555;
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.contact-info__item a.contact {
  text-decoration: underline;
}
.contact-info__item a:hover {
  color: var(--primary);
}

/* === team-details-area  (inner page) === */
.team-details-area-inner {
  padding-top: 80px;
  max-width: 1138px;
  margin: 0 auto;
}
@media only screen and (max-width: 1399px) {
  .team-details-area-inner {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area-inner {
    padding-top: 65px;
  }
}
@media (max-width: 575px) {
  .team-details-area-inner {
    padding-top: 60px;
  }
}
.team-details-area .section-content-wrapper {
  display: grid;
  border-left: 1px solid #DADADA;
  grid-template-columns: 607px 1fr;
  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 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-details-area .section-content .text-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 31px;
  }
}
.team-details-area .section-content .text {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.team-details-area .section-content .text:not(:first-child) {
  margin-top: 28px;
}
.team-details-area .section-content__box {
  border-bottom: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content__box {
    padding: 30px 20px;
  }
}
.team-details-area .section-content__box .social__wrapper .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 13px;
  color: var(--primary);
  letter-spacing: -0.54px;
}
.team-details-area .section-content__box .social__wrapper .socail-list {
  gap: 5px;
  display: flex;
  list-style: none;
}
.team-details-area .section-content__box .social__wrapper .socail-list li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  color: var(--primary);
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
.team-details-area .section-content__box .social__wrapper .contact {
  margin-top: 53px;
}
.team-details-area .section-content__box .social__wrapper .contact a {
  color: #999;
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.48px;
}
.team-details-area .section-content__box .social__wrapper .contact a:hover {
  color: var(--primary);
}
.team-details-area .section-content__box .experience__wrapper .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 13px;
  color: var(--primary);
  letter-spacing: -0.54px;
}
.team-details-area .section-content__box .experience__wrapper p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  max-width: 470px;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.team-details-area .section-content__box .experience__list {
  margin-top: 53px;
  list-style: none;
}
.team-details-area .section-content__box .experience__list .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 13px;
  color: var(--primary);
  letter-spacing: -0.54px;
}
.team-details-area .section-content__box .experience__list li {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--primary);
  letter-spacing: -0.48px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}
.team-details-area .section-content__box .experience__list li:last-child {
  border-bottom: 1px solid var(--border);
}
.team-details-area .section-title-wrapper .section-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 10px;
  color: var(--primary);
  letter-spacing: -2.5px;
}
.team-details-area .section-title-wrapper .section-subtitle {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.48px;
}

/* === works  (inner page) === */
.works .section-title-wrapper .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 13px;
  color: var(--primary);
  letter-spacing: -0.54px;
}
.works__inner {
  margin: 0 auto;
  max-width: 1138px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .works__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.works .works-border {
  border-bottom: 1px solid #DADADA;
}
.works__warpper {
  display: grid;
  gap: 50px 14px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .works__warpper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 14px;
  }
}
@media (max-width: 575px) {
  .works__warpper {
    grid-template-columns: 1fr;
  }
}
.works__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works__item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 15px;
  color: var(--primary);
  letter-spacing: -0.8px;
}

/* faq page css */
.faq-area-faq-page .faq-area-faq-page-inner {
  display: grid;
  gap: 30px 140px;
  grid-template-columns: 465px 1fr;
}
@media only screen and (max-width: 1399px) {
  .faq-area-faq-page .faq-area-faq-page-inner {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area-faq-page .faq-area-faq-page-inner {
    gap: 30px 50px;
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area-faq-page .faq-area-faq-page-inner {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.faq-area-faq-page .faq-wrapper .content {
  padding: 40px;
  border: 1px solid var(--primary);
}
@media (max-width: 575px) {
  .faq-area-faq-page .faq-wrapper .content {
    padding: 30px 15px;
  }
}
.faq-area-faq-page .faq-wrapper .content .sub-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  margin-bottom: 22px;
  letter-spacing: -0.54px;
}
.faq-area-faq-page .faq-wrapper .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 55px;
  color: var(--primary);
  letter-spacing: -1.5px;
}
.faq-area-faq-page .faq-wrapper .content .contact-wrap input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: var(--primary);
  letter-spacing: -0.54px;
  background-color: transparent;
  border-bottom: 1px solid var(--primary);
}
.faq-area-faq-page .faq-wrapper .content .contact-wrap input:focus {
  border-color: var(--primary);
}
.faq-area-faq-page .faq-wrapper .content .contact-wrap input::placeholder {
  color: var(--primary);
}
.faq-area-faq-page .faq-wrapper .content .contact-wrap input:-webkit-autofill, .faq-area-faq-page .faq-wrapper .content .contact-wrap input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.faq-area-faq-page .faq-wrapper .content .contact-wrap textarea {
  width: 100%;
  height: 156px;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--primary);
}
@media (max-width: 575px) {
  .faq-area-faq-page .faq-wrapper .content .contact-wrap textarea {
    height: 120px;
  }
}
.faq-area-faq-page .faq-wrapper .content .contact-wrap textarea:focus {
  border-color: var(--primary);
}
.faq-area-faq-page .faq-wrapper .content .contact-wrap textarea::placeholder {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.faq-area-faq-page .faq-wrapper .content .submit-btn {
  margin-top: 30px;
}
.faq-area-faq-page .faq-wrapper .content .submit-btn .rr-btn-primary {
  padding: 13.5px 32px;
  background: var(--primary);
}
.faq-area-faq-page .faq-wrapper .content .submit-btn .rr-btn-primary span {
  color: var(--white);
}
.faq-area-faq-page .faq-wrapper .content .submit-btn .rr-btn-primary i {
  color: var(--white);
}
.faq-area-faq-page .accordion {
  border-top: 1px solid var(--border);
  counter-reset: accordion;
}
.faq-area-faq-page .accordion-button {
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  padding: 30px 0 30px;
  letter-spacing: -0.72px;
  border-radius: 0 !important;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area-faq-page .accordion-button {
    font-size: 20px;
  }
}
.faq-area-faq-page .accordion-button::after {
  display: none;
}
.faq-area-faq-page .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.faq-area-faq-page .accordion-button:not(.collapsed)::after {
  content: "-";
}
.faq-area-faq-page .accordion-item {
  border: none;
  position: relative;
  transition: all 0.5s;
  background-color: transparent;
  border-bottom: 1px solid var(--border);
}
.faq-area-faq-page .accordion-body {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  padding: 0px 0 45px;
  border: none;
}

.galllery__wrapper {
  margin: 0 auto;
}

.grid-item {
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .grid-item {
    width: 330px;
  }
}
@media only screen and (max-width: 1199px) {
  .grid-item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item {
    width: 100%;
  }
}
.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-item.large {
  width: 1075px;
}
@media only screen and (max-width: 1919px) {
  .grid-item.large {
    width: 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .grid-item.large {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item.large {
    width: 100%;
  }
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (max-width: 1919px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--font_awesome);
  font-size: 31px;
  font-weight: 200;
  right: 0px;
  background: var(--primary);
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (max-width: 767px), only screen and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === rr-v-lines (Home 03) === */
.rr-v-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: -1;
}
.rr-v-lines .rr-line {
  width: 1px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.08);
}
@media (max-width: 575px) {
  .rr-v-lines .rr-line:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rr-v-lines .rr-line:nth-child(4) {
    display: none;
  }
}

.rr-underline {
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
  align-items: center;
  padding-bottom: 8px;
  display: inline-flex;
  color: var(--primary);
  text-transform: uppercase;
}
.rr-underline i {
  rotate: -45deg;
  transition: all 0.3s;
}
.rr-underline::before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  background: var(--primary);
}
.rr-underline:hover i {
  rotate: 0deg;
  transition: all 0.3s;
}
.rr-underline:hover::before {
  width: 0;
}

.rr-line-area {
  position: relative;
  z-index: 1;
}

/* === .hero-3 (Home 03) === */
.hero-3__inner {
  padding-top: 210px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .hero-3__inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3__inner {
    padding-top: 120px;
  }
}
.hero-3__inner .hero-3__content .title {
  font-size: 150px;
  font-weight: 500;
  line-height: 125px;
  margin-bottom: 40px;
  color: var(--primary);
  letter-spacing: -7.5px;
}
@media only screen and (max-width: 991px) {
  .hero-3__inner .hero-3__content .title {
    font-size: 120px;
    line-height: 110px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3__inner .hero-3__content .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .hero-3__inner .hero-3__content .title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -4px;
  }
}
.hero-3__inner .hero-3__content .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  color: var(--primary);
  padding-bottom: 10px;
  letter-spacing: -0.54px;
}
.hero-3__inner .hero-3__content .desc::before {
  bottom: 0;
  width: 87px;
  height: 2px;
  content: "";
  position: absolute;
  background: var(--primary);
}
.hero-3__inner .hero-3__services {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .hero-3__inner .hero-3__services {
    margin-top: 40px;
  }
}
.hero-3__inner .hero-3__services .list {
  list-style: none;
}
.hero-3__inner .hero-3__services .list li a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding: 11.5px 0;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
  border-top: 1px solid #DADADA;
  justify-content: space-between;
}
.hero-3__inner .hero-3__services .list li:last-child {
  border-bottom: 1px solid #DADADA;
}

.featured-project-3__inner {
  display: grid;
  grid-template-columns: 561px 1fr;
}
@media only screen and (max-width: 1919px) {
  .featured-project-3__inner {
    grid-template-columns: 494px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .featured-project-3__inner {
    grid-template-columns: 424px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-project-3__inner {
    grid-template-columns: 350px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .featured-project-3__inner {
    grid-template-columns: 1fr;
  }
}
.featured-project-3__inner .featured-project-3__left {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .featured-project-3__inner .featured-project-3__left .thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .featured-project-3__inner .featured-project-3__left .thumb {
    height: 300px;
  }
}
.featured-project-3__inner .featured-project-3__left .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-project-3__inner .featured-project-3__left .content {
  right: 0;
  bottom: -1px;
  width: 300px;
  display: flex;
  height: 180px;
  position: absolute;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
@media (max-width: 575px) {
  .featured-project-3__inner .featured-project-3__left .content {
    position: inherit;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-project-3__inner .featured-project-3__left .content {
    height: 150px;
    width: 250px;
  }
}
.featured-project-3__inner .featured-project-3__left .content .rr-underline {
  font-size: 16px;
  text-transform: lowercase;
}
.featured-project-3__inner .featured-project-3__right {
  position: relative;
}
.featured-project-3__inner .featured-project-3__right .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-project-3__inner .featured-project-3__right .content {
  right: 0;
  left: 0;
  bottom: 0;
  gap: 20px;
  display: flex;
  position: absolute;
  align-items: center;
  padding: 54px 70px;
  justify-content: space-between;
  background: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .featured-project-3__inner .featured-project-3__right .content {
    padding: 39px 6px;
  }
}
@media (max-width: 575px) {
  .featured-project-3__inner .featured-project-3__right .content {
    position: inherit;
    flex-wrap: wrap;
    padding: 30px 10px;
  }
}
.featured-project-3__inner .featured-project-3__right .content .title {
  font-size: 22px;
  font-weight: 500;
  max-width: 325px;
  line-height: 24px;
  color: var(--white);
  letter-spacing: -1.1px;
  text-indent: 30px;
}
@media only screen and (max-width: 767px) {
  .featured-project-3__inner .featured-project-3__right .content .title {
    font-size: 18px;
    letter-spacing: -1px;
    text-indent: 0;
  }
}
.featured-project-3__inner .featured-project-3__right .content .desc {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  max-width: 405px;
  line-height: 20px;
  letter-spacing: -0.48px;
}

