@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Thin.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Thin.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Regular.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Regular.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-SemiBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Bold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Bold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: YekanBakhFaNum;
  src:
    url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Black.woff2) format("woff2"),
    url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Black.woff) format("woff"),
    url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Digi Paeez';
  src: url('../fonts/DigiPaeez/DigiPaeezRegular.woff2') format('woff2'),
    url('../fonts/DigiPaeez/DigiPaeezRegular.woff') format('woff'),
    url('../fonts/DigiPaeez/DigiPaeezRegular.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* base  */

:root {
  --color1: #101113;
  --color2: #CFB189;
  --back: #F2F2F2;
  --font1: YekanBakhFaNum;
  --font2: 'Digi Paeez';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}
h1{
  font-family: var(--font2);
}
a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

/* navbar */

.navbar-custom {
  background-color: transparent;
  height: 110px;
  padding: 0;
  z-index: 1000;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: -100px;
  margin-top: 100px;
  transition: transform 0.5s ease-out, top 0.5s ease-out;
}

.navbar-custom.fixed {
  top: 0;
  margin-top: 0;
  position: fixed;
  height: 78px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2.5px);
  box-shadow: 0px 0px 0px 0px #11100f1c;
}

.navbar-fill {
  height: 110px;
}

.navbar-logo img {
  width: auto;
  height: 64px;
  object-fit: contain;
}

.navbar-logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.nav-item {
  margin-left: 20px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-size: 14px;
  color: #939393;
  font-weight: 600;
}

.nav-item.dropdown {
  margin-top: -2px;
}

/* border hover  */

@media (min-width:768px) {
  .nav-item a {
    display: inline-block;
  }

  .nav-item:not(.dropdown) a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-image: linear-gradient(90deg, #ffffff00 0%, var(--color1) 50.48%, #ffffff00 100%);
    transition: width .2s;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .nav-item:not(.dropdown) a:hover::after {
    width: 100%;
    transition: width .3s;
  }
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-right {
  display: flex;
  align-items: center;
  width: 100%;

}

.navbar-left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  width: 100%;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-btn {
  width: 36px;
  height: 36px;
  background: #eee;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
}

.navbar-btn:hover {
  background: var(--color1);
  color: #fff;
}

.icon-hk-user {
  font-size: 22px;
}

.navbar-search {
  height: 32px;
  background: #eeeff1;
  display: flex;
  border-radius: 50px;
}

.navbar-search button:hover {
  color: var(--color1);
}

.navbar-search button {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
  line-height: 1;
  color: #738b9b73;
}

.navbar-search input {
  background: transparent;
  border: 0;
  outline: none;
  font-size: 12px;
  width: 100%;
  padding-right: 20px;
  font-weight: 600;
}

.navbar-search input::placeholder {
  color: #738B9B;
}

.navbar-lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #25252514;
  height: 32px;
  border-radius: 50px;
  border: 1px solid #ffffff73;
  padding: 6px;
  color: #fff;
}

.navbar-lang-btn img {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50px;
}

.navbar-lang-dropdown {
  border: 0;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.navbar-lang-item::after {
  content: unset !important;
}

.navbar-lang-item {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  border: 1px solid #dddddd4d;
  border-radius: 50px;
  padding: 3px;
  line-height: 1;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #f3f3f38c;
}

.navbar-lang-item img {
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 50px;
}

.navbar-lang-item:last-child {
  margin-bottom: 0;
}

.navbar-lang-btn span {
  height: 22px;
}

.navbar-search-btn {
  display: none;
}

/* responsive navbar*/

@media (max-width:767.5px) {

  .navbar-custom {
    height: auto;
    padding: 10px 0;
  }

  .navbar-custom.fixed {
    backdrop-filter: unset;
    height: 60px;
  }

  .navbar-fill {
    height: 65px;
  }

  .navbar-right {
    width: auto;
  }

  .navbar-left {
    width: auto;
  }

  .navbar-btn-badge {
    display: flex;
    left: -5px;
    top: 0;
  }

  .navbar-logo {
    margin-left: 0;
  }

  .navbar-logo img {
    height: 42px;
  }

  .navbar-search {
    position: absolute;
  }

  .navbar-search {
    position: absolute;
    top: 70px;
    background: #fff;
    width: 93%;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

  .navbar-search.active {
    visibility: visible;
    opacity: 1;
  }

  .navbar-lang-btn span {
    display: none;
  }

  .navbar-lang-btn {
    padding: 5px;
  }

  .navbar-lang-item {
    font-size: 12px;
  }

  .navbar-lang-dropdown {
    min-width: 130px;
  }

  .navbar-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    line-height: 1;
    font-size: 20px;
    color: #707070;
    background: transparent;
    padding: 0;
  }
}


@media (min-width:768px) {
  .navbar-nav {
    align-items: center;
  }
}


/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border-radius: 5px;
  min-width: 180px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}



@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid var(--color1);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
    flex-grow: 1;
    justify-content: end;
    display: flex;
    align-items: center;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: var(--color1);
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
  }

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--color1) !important;
    display: flex;
    margin-left: 5px;
  }
}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}


.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}


.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



/* swiper */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-custom {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.swiper-pagination-bullet {
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #fff;
}


.swiper-pagination-bullet-active {
  width: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color1);
}


.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: transparent;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: transparent;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: var(--color1);
}

.swiper-button-prev:hover {
  background: var(--color1);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover::after {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
}

[class^="swiper-"]:hover .swiper-button-next,
[class^="swiper-"]:hover .swiper-button-prev {
  opacity: 1;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 28px;
    height: 28px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 10px;
  }
}

/* animate */

.shimmer {
  -webkit-mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, rgb(0 0 0 / .3333333333333333), #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  -webkit-animation: shimmer 3s infinite;
  animation: shimmer 3s infinite
}

@-webkit-keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}

@keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%
  }

  to {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%
  }
}


.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
  will-change: opacity, transform;
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* inner */

.home-wrap-1-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  z-index: 1;
}

.home-wrap-1-inner {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 40px;
}

.home-wrap-1-subtitle {
  font-size: 70px;
  color: #707070;
  font-family: var(--font2);
  user-select: none;
  line-height: 1;
}

.home-wrap-1-title {
  font-size: 130px;
  color: #707070;
  font-family: var(--font2);
  user-select: none;
  line-height: 1;
}

.home-wrap-1-btns {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.home-wrap-1-btn {
  height: 50px;
  border: 1px solid #0F1F21;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 16px;
  color: #0F1F21;
  font-weight: 600;
  transition: 0.3s;
}

.home-wrap-1-btn-2 {
  height: 50px;
  border: 1px solid #101113;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  background: #101113;
  transition: 0.3s;
}

.home-wrap-1-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.home-wrap-1-btn-2:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.home-wrap-2 {
  border: 1px solid #707070;
  background: #0E0F10;
  color: #fff;
}

.home-wrap-2-img {
  width: 100%;
  margin-top: 60px;
  margin-bottom: -60px;
  user-select: none;
  pointer-events: none;
}

.home-wrap-2-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 15px;
  max-width: 95%;
}

.home-wrap-2-title {
  font-size: 26px;
  font-weight: 600;
  width: max-content;
  position: relative;
}


.home-wrap-2-title:after {
  content: '';
  background: #978f8f40;
  width: 126%;
  position: absolute;
  height: 2px;
  bottom: -8px;
  left: 0;
}

.home-wrap-2-text {
  text-align: justify;
  line-height: 1.7;
  letter-spacing: -0.8px;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
}

.home-wrap-2-btn {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 25px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: auto;
}

.home-wrap-2-btn {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 25px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: auto;
  transition: 0.3s;
}

.home-wrap-2-btn:hover {
  background: #fff;
  color: #000;
}

.home-wrap-2-count {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
  margin-top: 20px;
}

.home-wrap-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  font-size: 12px;
}


.home-wrap-2-item span {
  font-size: 25px;
  font-weight: 600;
  color: var(--color2);
}

.card-service {
  display: block;
}

.card-service-img {
  height: 198px;
  width: 100%;
  object-fit: contain;
}

.card-service-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  padding: 0 15px;
  text-align: center;
  color: #707070;
}

.card-service-title {
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.card-service-text {
  font-size: 14px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 63px;
}

.card-service-btn {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 10px;
  gap: 5px;
  color: #7070708f;
  transition: 0.3s;

}

.card-service-btn i {
  width: 21px;
  height: 21px;
  border: 2px solid;
  font-size: 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.card-service-btn:hover {
  color: #000;
}

.card-service-img {
  height: 198px;
  width: 100%;
  object-fit: contain;
  border-left: 2px solid #978f8f14;
}

.home-wrap-3-title {
  color: #707070;
  font-size: 28px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 40px;
}

.home-wrap-4-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  direction: ltr;
}

.home-wrap-4-item {
  min-height: 224px;
  max-height: 463px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  color: #fff !important;
  font-size: 18px;
  gap: 5px;
  z-index: 1;
}

.home-wrap-4-item span {
  font-size: 14px;
  font-weight: 300;
}

.home-wrap-4-item::before {
  content: '';
  background-image: linear-gradient(182deg, #ffffff00 0%, #00000087 100%);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.home-wrap-4-item:hover::before {
  opacity: 0.5;
}



.home-wrap-4-item:nth-child(1) {
  grid-area: 1 / 3 / 2 / 4;
}

.home-wrap-4-item:nth-child(2) {
  grid-area: 2 / 3 / 3 / 4;
}

.home-wrap-4-item:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
}

.home-wrap-4-item:nth-child(4) {
  grid-area: 1 / 1 / 3 / 2;
}

.home-wrap-4-inner {
  border-top: 2px solid #978f8f14;
  margin-top: 60px;
  padding-top: 40px;
}

.home-wrap-4-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
  width: max-content;
  margin: auto;
}

.home-wrap-4-title {
  color: #707070;
  font-size: 28px;
  font-weight: 600;
}

.home-wrap-4-mute {
  color: #707070;
  font-size: 18px;
}

.home-wrap-4-btn {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 25px;
  border: 1px solid #0D0E11;
  color: #0E0F10;
  transition: 0.3s;
}

.home-wrap-4-btn:hover {
  background: #0D0E11;
  color: #fff;
}

.home-wrap-4-border {
  height: 2px;
  width: 100%;
  background: #978f8f14;
  margin-top: 5px;
  margin-bottom: 20px;
}

.home-wrap-5 {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  margin-top: 80px;
  overflow: hidden;
}

.home-wrap-5-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-wrap-5-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-wrap-5-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-wrap-5-item:last-child {
  background: #121216;
}

.home-wrap-5-list {
  padding: 20px;
  text-align: right;
  list-style: none;
  line-height: 2;
}

.home-wrap-5-list li {
  display: flex;
  align-items: start;
  font-size: 15px;
  color: #707070;
  font-weight: 300;
}

.home-wrap-5-list li::before {
  content: '';
  background: #70707069;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  margin-left: 10px;
  margin-top: 10px;
}

.home-wrap-5-lite-title {
  font-size: 65px;
  font-family: var(--font2);
  color: #707070;
  line-height: 1;
  position: relative;
  user-select: none;
}

.home-wrap-5-lite-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  background: #978f8f1a;
  left: 0;
  height: 2px;
  width: 60%;
}

.home-wrap-5-dark-title {
  font-size: 65px;
  font-family: var(--font2);
  color: #fff;
  line-height: 1;
  position: relative;
  user-select: none;
}

.home-wrap-5-dark-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  background: #978F8F23;
  left: -76px;
  height: 2px;
  width: 100%;
}

.home-wrap-5-text {
  font-size: 15px;
  text-align: justify;
  color: #fff;
  max-width: 65%;
  margin-top: 20px;
  font-weight: 300;
}

.home-banner {
  width: 100%;
  margin-top: 30px;
}

.home-wrap-7 {
  margin-top: 40px;
}

.card-blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-blog-img-body {
  width: 100%;
  height: 205px;
  overflow: hidden;
}

.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.card-blog-img:hover {
  transform: scale(1.1);
}

.card-blog-title {
  font-size: 16px;
  color: #707070;
}

.card-blog-title {
  font-size: 16px;
  color: #707070;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.card-blog-mute {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
}

.home-wrap-8 {
  background-size: cover;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  min-height: 209px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.home-wrap-8-inner {
  width: 50%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  max-width: max-content;
}

.home-wrap-8-title {
  font-size: 22px;
}

.home-wrap-8-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-wrap-8-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #Fff;
  height: 46px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  font-size: 15px;
  padding: 0 15px;
}

.home-wrap-8-btn:hover {
  background: #fff;
  color: #000;
}

/* responsive */
@media (max-width:767px) {

  .home-wrap-1-inner {
    width: 100%;
    padding: 30px;
    align-items: center;
  }

  .home-wrap-1-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(270deg, #ffffff5c 0%, #ffffff 100%);
  }

  .home-wrap-1-item {
    height: 330px;
    background-position: left;
  }

  .home-wrap-1-subtitle {
    font-size: 36px;
  }

  .home-wrap-1-title {
    font-size: 46px;
  }

  .home-wrap-1-btn {
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .home-wrap-1-btn-2 {
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .home-wrap-1-btns {
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 10px;
  }

  .home-wrap-2 {
    padding: 30px 0;
  }

  .home-wrap-2-info {
    height: auto;
    gap: 10px;
    max-width: 100%;
  }

  .home-wrap-2-title {
    font-size: 14px
  }

  .home-wrap-2-text {
    font-size: 12px;
  }

  .home-wrap-2-btn {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
    margin: auto;
  }

  .home-wrap-2-item {
    font-size: 10px;
    gap: 0;
  }

  .home-wrap-2-item span {
    font-size: 18px;
  }

  .home-wrap-2-count {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
  }

  .home-wrap-2-img {
    width: 85%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: -20px;
    display: block;
  }

  .home-wrap-3-title {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .card-service-img {
    height: 140px;
  }

  .card-service-title {
    font-size: 14px;
  }

  .card-service-text {
    font-size: 12px;
    height: 36px;
    -webkit-line-clamp: 2;
  }

  .card-service-btn {
    margin-top: 5px;
    font-size: 12px;
  }

  .card-service-btn i {
    width: 18px;
    height: 18px;
    border: 2px solid;
    font-size: 8px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-wrap-4-inner {
    margin-top: 30px;
    padding-top: 20px;
  }

  .home-wrap-4-title {
    font-size: 16px;
  }

  .home-wrap-4-mute {
    font-size: 12px;
  }

  .home-wrap-4-border {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .home-wrap-4-btn {
    height: 36px;
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .home-wrap-4-grid {
    display: flex;
    flex-direction: column;
  }

  .home-wrap-4-item {
    min-height: 160px;
    padding: 15px;
    font-size: 14px;
  }

  .home-wrap-5 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }

  .home-wrap-5-lite-title {
    font-size: 46px;
    margin-top: 15px;
  }

  .home-wrap-5-list li {
    font-size: 13px;
  }

  .home-wrap-5-list li::before {
    width: 10px;
    height: 10px;
  }

  .home-wrap-5-dark-title {
    font-size: 46px;
    margin-top: 15px;
  }

  .home-wrap-5-text {
    font-size: 12px;
    max-width: 80%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .home-banner {
    margin-top: 20px;
  }

  .home-wrap-7 {
    margin-top: 15px;
  }

  .card-blog-img-body {
    height: 150px;
  }

  .card-blog-title {
    font-size: 12px;
  }

  .card-blog-title {
    font-size: 12px;
  }

  .home-wrap-8 {
    padding: 30px 0;
    min-height: auto;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }

  .home-wrap-8-inner {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }

  .home-wrap-8-title {
    font-size: 15px;
    text-align: center;
  }

  .home-wrap-8-btn {
    font-size: 10px;
    height: 36px;
    padding: 0 10px;
  }

  .home-wrap-8:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(270deg, #0000005c 0%, #0000004a 100%);
  }

}

/* footer */

.footer {
  position: relative;
  padding-top: 60px;
}

.footer-header {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #707070;
  align-items: start;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-link {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #606060;
  max-width: 100%;
  line-height: 1.7;
}

.footer-link {
  width: max-content;
}

.footer-link:hover {
  color: var(--color1);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: var(--color1);
}

.footer-address {
  color: #606060;
  font-size: 14px;
  margin-top: 5px;
}

.footer-address span {
  color: #6e6e6e;
}

.footer-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.footer-logo {
  height: 100px;
  object-fit: contain;
  filter: contrast(0.5);
}

.footer-text {
  text-align: justify;
  font-size: 12px;
  line-height: 2;
  color: #707070;
  max-width: 80%;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.footer-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  color: #fff;
  border-radius: 50px;
  padding-top: 5px;
}

.footer-social a:hover {
  background: var(--color1);
}


.footer-bottom {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-item {
  font-size: 13px;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 15px;
}

.footer-bottom-item span {
  margin: 0 2px;
}

.footer-bottom-item a {
  color: #666;
}

.footer-bottom-item a:hover {
  color: var(--color1);
}

.footer-namad {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.footer-namad img {
  height: 70px;
  max-width: 100%;
  object-fit: contain;
}

.footer-mute {
  font-size: 15px;
  text-align: center;
  color: #747474;
  font-weight: 600;
  margin-top: 10px;
}

/* responsive footer  */

@media (max-width:767px) {

  .footer {
    padding-top: 30px;
  }

  .footer-logo {
    height: 56px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-social {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-social a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .footer-social img {
    width: 24px;
  }

  .footer-box {
    margin-bottom: 15px;
  }

  .footer-header {
    font-size: 13px
  }

  .footer-ul {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-address {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 5px;
    padding-bottom: 30px;
  }

  .footer-bottom-item {
    flex-direction: column;
    font-size: 10px;
  }

  .footer-namad {
    margin-top: 0px;
  }

  .footer-namad img {
    height: 60px;
  }

}


/* inner */

.hero-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #ffffff00 0%, #f2f2f2 100%);
}

.hero-wrapper {
  position: relative;
  margin-bottom: -50px;
  z-index: -1;
}

.hero-wrapper-title {
  text-align: center;
  color: #707070;
  font-family: var(--font2);
  font-size: 60px;
  padding: 15px 30px;
  user-select: none;
}

.hero-wrapper-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.service-wrap-1 {
  overflow: hidden;
}

.service-wrap-1-img {
  width: 100%;
}

.service-wrap-1-info {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
  padding-left: 10px;
}

.service-wrap-1-title {
  color: #787878;
  font-size: 28px;
  font-weight: bold;
}

.service-wrap-1-text {
  text-align: justify;
  color: #787878;
  line-height: 2;
  font-size: 17px;
}

.card-project {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  color: #fff !important;
  font-size: 18px;
  gap: 5px;
  z-index: 1;
}

.card-project span {
  font-size: 14px;
  font-weight: 300;
}

.card-project::before {
  content: '';
  background-image: linear-gradient(182deg, #ffffff00 0%, #00000087 100%);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.card-project:hover::before {
  opacity: 0.5;
}

.service-wrap-2-title {
  color: #787878;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}

.service-wrap-3-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #707070;
  padding-top: 60px;
  padding-bottom: 30px;
}

.service-wrap-3-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  display: grid;
  margin-top: 15px;
}

.service-wrap-3-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #787878;
  position: relative;
  border-left: 1px solid #E9E8E8;
}

.service-wrap-3-item img {
  width: 60px;
  height: 60px;
  user-select: none;
  object-fit: contain;
}

.service-wrap-3-item::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 45px;
  width: 8px;
  height: 8px;
  border: 1px solid #E9E8E8;
  border-radius: 50px;
  background: #f2f2f2;
}

.service-wrap-3-item:last-child::after {
  content: unset;
}

.service-wrap-3-item:last-child {
  border-left: 0;
}

.service-wrap-4 {
  margin-top: 60px;
}

.service-wrap-4 {
  margin-top: 60px;
  display: flex;
}

.service-wrap-4-box {
  background: #0E0F10;
  width: 57.5%;
  padding: 60px;
  color: #fff;
}

.service-wrap-4-img {
  width: 42.5%;
  object-fit: cover;
}

.service-wrap-4-title {
  font-size: 28px;
  font-weight: 600;
}

.service-wrap-4-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  margin-top: 20px;
}

.service-wrap-4-item-a {
  color: #f2f2f2;
}
.service-wrap-4-item-a:hover {
  color: var(--color2);
}
.service-wrap-4-item img {
  width: 35px;
  height: 35px;
}

.service-wrap-4-list {
  margin-top: 30px;
}

.service-wrap-5 {
  overflow: hidden;
  margin-top: 80px;
}

.service-wrap-5-img {
  width: 100%;
}

.service-wrap-5-info {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
  padding-right: 10px;
}

.service-wrap-5-title {
  color: #787878;
  font-size: 28px;
  font-weight: bold;
}

.service-wrap-5-text {
  text-align: justify;
  color: #787878;
  line-height: 2;
  font-size: 17px;
}

.service-wrap-6-img {
  width: 100%;
}

.service-wrap-6-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #707070;
  padding-top: 60px;
  padding-bottom: 30px;
}

.faq-body {
  margin-top: 20px;
  user-select: none;
}

.faq-item {
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #E9E8E8;
}

.faq-question {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: 300;
}

.faq-question::after {
  content: '+';
  font-size: 20px;
  color: #787878;
  transition: transform 0.3s ease;
  min-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding-top: 0px;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
  padding-top: 1px;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 20px;
}

.faq-answer-content {
  padding-bottom: 25px;
  font-size: 14px;
}

@media (max-width:767px) {

  .hero-wrapper-title {
    font-size: 30px;
    padding: 5px 15px;
  }

  .hero-wrapper-img {
    height: 200px;
  }

  .hero-wrapper {
    margin-bottom: -100px;
  }

  .service-wrap-1-info {
    padding: 20px;
    height: auto;
    gap: 10px;
  }

  .service-wrap-1-title {
    font-size: 16px;
  }

  .service-wrap-1-text {
    font-size: 13px;
  }

  .service-wrap-2-title {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .card-project {
    height: 280px;
    padding: 15px;
    font-size: 14px;
  }

  .service-wrap-3-title {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .service-wrap-3-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5px;
  }

  .service-wrap-3-item {
    font-size: 11px;
  }

  .service-wrap-3-item img {
    width: 40px;
    height: 40px;
  }

  .service-wrap-3-item:last-child {
    border-left: 0;
    grid-column: 1 / 3;
    justify-self: center;
  }

  .service-wrap-4 {
    margin-top: 30px;
    flex-direction: column;
  }

  .service-wrap-4-box {
    background: #0E0F10;
    width: 100%;
    padding: 30px;
  }

  .service-wrap-4-title {
    font-size: 14px;
  }


  .service-wrap-4-list {
    margin-top: 20px;
  }

  .service-wrap-4-item {
    font-size: 12px;
    margin-top: 15px;
  }

  .service-wrap-4-item img {
    width: 25px;
    height: 25px;
  }

  .service-wrap-4-item-a {
    color: #f2f2f2;
  }
  .service-wrap-4-item-a:hover {
    color: var(--color2);
  }

  .service-wrap-4-img {
    width: 100%;
  }

  .service-wrap-5 {
    margin-top: 30px;
  }

  .service-wrap-5-info {
    padding: 20px;
    height: auto;
    gap: 10px;
  }

  .service-wrap-5-title {
    font-size: 16px;
  }

  .service-wrap-5-text {
    line-height: 2;
    font-size: 13px;
  }

  .service-wrap-6-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .faq-question {
    font-size: 12px;
    padding: 10px 0;
  }

  .faq-answer-content {
    padding-bottom: 15px;
    font-size: 12px;
    padding-top: 10px;
  }

}

.wide-project::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #403d3d2b 0%, #25313F 100%);
  z-index: -1;
  opacity: 0.6;
  transition: 0.5s;
}

.wide-project {
  height: 400px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 2px -2px #00000026;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.wide-project-title {
  color: #707070;
  background: #f2f2f2;
  width: max-content;
  min-width: 450px;
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
}

.wide-project-num {
  background: #0E0F10;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 99px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 18px;
}

.wide-project-info {
  width: 50%;
  height: calc(100% - 50px);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
  color: #fff;
  transition: 0.5s;
  opacity: 0;
}

.wide-project-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.wide-project-item span {
  min-width: 141px;
}

.wide-project:hover .wide-project-info {
  opacity: 1;
}

.wide-project:hover::before {
  opacity: 1;
}

.project-img {
  width: 100%;
}

.project-gallery-item img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.project-gallery {
  margin-top: 15px;
}

.project-content h2,
.project-content h3 {
  color: #707070;
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.project-content p {
  color: #707070;
  font-size: 17px;
  line-height: 2;
}

.project-content ul {
  color: #707070;
  font-size: 17px;
  line-height: 2;
  padding-right: 20px;
}

@media (max-width:767px) {


  .wide-project-num {
    width: 45px;
  }

  .wide-project-title {
    min-width: 60%;
    min-height: 40px;
    font-size: 16px;
    padding-left: 10px;
  }

  .wide-project {
    height: 260px;
    margin-bottom: 35px;
  }

  .wide-project-info {
    width: 100%;
    height: calc(100% - 40px);
    padding: 20px;
  }

  .wide-project-item {
    gap: 20px;
    font-size: 12px;
  }

  .wide-project-item span {
    min-width: auto;
  }


  .project-gallery-item img {
    height: 90px;
  }

  .project-gallery {
    margin-top: 10px;
  }

  .project-content h2,
  .project-content h3 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .project-content p {
    font-size: 13px;
  }

  .project-content ul {
    font-size: 13px;
  }
}

/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  margin-top: 20px;
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  float: right;
  padding-left: 0.5rem;
}

li.breadcrumb-item a {
  color: #7D7D7D;
}

.breadcrumb-item.active a {
  color: #000;
}

li.breadcrumb-item a:hover {
  color: var(--color2);
}

@media (max-width:767px) {
  li.breadcrumb-item {
    white-space: nowrap;
  }

  .breadcrumb {
    font-size: 12px;
    flex-wrap: nowrap;
    overflow: auto;
    height: 22px;
  }
}

/* pagination */

.pagination {
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-link {
  width: 38px;
  height: 38px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 5px;
  background: unset;
  padding-top: 10px;
  background: #0000000D;
  border: 0;
  border-radius: 0px !important;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
}

a.page-link:hover {
  background: var(--color1);
  color: #fff;
}


.page-item:first-child .page-link {
  margin-right: 6px;
}

span.page-link:hover {
  background: #fff;
  color: var(--color1);
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.page-item-title .page-link {
  height: 38px;
  font-size: 14px;
  width: 38px;
  color: var(--color1);
}

.page-item-title .page-link:hover {
  background: var(--color1);
  color: #fff;
}

@media (max-width:767px) {
  .pagination {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-link {
    margin: 0;
  }

  .page-link span {
    display: none;
  }


  .page-item-title {
    display: none;
  }

  .page-link {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
}





.blog-list .card-blog {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.blog-list .card-blog-title {
  padding: 0 10px;
}

.blog-list .card-blog-mute {
  padding: 0 10px;
  padding-bottom: 10px;
}

.blog-search {
  background: #0E0F10;
  padding: 35px 0;
  margin-bottom: -60px;
  margin-top: 30px;
  color: #fff;
}

.blog-search-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.blog-search-from {
  background: #fff;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  display: flex;
  height: 50px;
  border-radius: 55px;
  overflow: hidden;
}


.blog-search-from input {
  padding: 15px;
  border: 0;
  outline: 0;
  width: 100%;
  font-weight: 600;
}

.blog-search-from button i {
  color: #143A52;
}

.blog-search-from button {
  background: transparent;
  border: 0;
  box-shadow: 0 3px 6px #00000026;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 18px;
  color: #707070;
  font-weight: bold;
  transition: 0.3s;
}

.blog-search-from button i {
  color: #143A52;
  font-size: 22px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.blog-search-from button:hover {
  background: #143A52;
  color: #fff;
}

.blog-search-from button:hover i {
  color: #fff;
}

@media (max-width:767px) {
  .blog-search-title {
    font-size: 16px;
    height: auto;
    margin-bottom: 20px;
  }

  .blog-search {
    padding: 30px 0;
    margin-bottom: -30px;
  }

  .blog-search-from {
    height: 40px;
    font-size: 14px;
  }

  .blog-search-from button {
    font-size: 14px;
  }
}



.blog-img {
  width: 100%;
  margin-top: 30px;
}

.blog-title {
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  color: #707070;
  margin-top: 25px;
}

.blog-info span {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}

.blog-info {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  color: #727272;
  font-size: 14px;
}

.blog-box {
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.blog-box-title {
  color: #707070;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #70707040;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.blog-box ul {
  padding-right: 0;
  list-style: none;
  line-height: 2;
}

.blog-box ul a {
  color: #707070;
  border-bottom: 1px solid #7070703b;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-box ul li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-box ul a:hover {
  color: #000;
}

.blog-mini {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #70707038;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-mini:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-mini-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.blog-mini-title {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.blog-mini-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}

.blog-mini-mute {
  font-size: 13px;
  color: #7272728a;
  font-weight: 600;
}

.blog-box-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ABB8C1;
  color: #707070;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.blog-box-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width:767px) {
  .blog-title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
  }

  .blog-info {
    gap: 20px;
    margin-top: 15px;
    font-size: 12px;
  }

  .blog-img {
    border-radius: 0px;
    margin-top: 20px;
  }

  .blog-box {
    margin-top: 20px;
  }

  .blog-box-title {
    font-size: 15px;
  }

  .blog-box ul a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .blog-box ul {
    margin-bottom: 0;
  }

  .blog-mini-img {
    width: 90px;
    height: 90px;
  }

  .blog-box-btn {
    height: 44px;
    font-size: 14px;
  }

}

.blog-content {
  margin-top: 30px;
  border-radius: 16px;
  line-height: 1.7;
  color: #334155;
  font-size: 15px;
}

.blog-content h1 {
  font-size: 1.5rem;
  color: #707070;
  border-bottom: 2px solid var(--color1);
  padding-bottom: 12px;
  margin: 25px 0 18px;
  font-weight: 700;
}

.blog-content h2 {
  font-size: 1.35rem;
  color: #707070;
  margin: 22px 0 12px;
  padding-right: 12px;
  border-right: 4px solid var(--color1);
  font-weight: 600;
}

.blog-content h3 {
  font-size: 1.25rem;
  color: #707070;
  margin: 18px 0 10px;
  font-weight: 600;
}

.blog-content h4 {
  font-size: 1.1rem;
  color: #707070;
  margin: 15px 0 8px;
  font-weight: 600;
}

.blog-content p {
  margin-bottom: 18px;
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #334155;
}

.blog-content hr {
  margin: 25px 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color2), transparent);
}

.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 18px 0;
  display: block;
  margin: auto;
}

.blog-content video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 18px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.blog-content thead {
  background: linear-gradient(135deg, var(--color1) 0%, var(--color2) 100%);
  color: white;
}

.blog-content th {
  padding: 10px 12px;
  text-align: right;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}

.blog-content td {
  padding: 8px 12px;
  border-bottom: 1px solid #e2e8f0;
}

.blog-content tbody tr:hover {
  background-color: #f8fafc;
}

.blog-content aside {
  background: #fef9e7;
  border-right: 3px solid #f59e0b;
  padding: 15px 18px;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 0.9rem;
}

.blog-content ul,
.blog-content ol {
  margin: 12px 0 18px 25px;
  padding-right: 18px;
}

.blog-content li {
  margin: 6px 0;
  font-size: 0.95rem;
}

.blog-content blockquote {
  background: #f1f5f9;
  border-right: 3px solid var(--color2);
  padding: 12px 18px;
  margin: 18px 0;
  border-radius: 8px;
  font-size: 0.95rem;
  font-style: italic;
}

.blog-content a {
  color: var(--color2);
  text-decoration: none;
  border-bottom: 1px dashed var(--color2);
  transition: all 0.2s;
}

.blog-content a:hover {
  color: #c53030;
  border-bottom-color: #c53030;
}

.blog-content strong {
  color: #1e293b;
  font-weight: 600;
}

/* responsive blog-content */

@media (max-width: 768px) {

  .com-box-code span {
    font-size: 12px;
  }

  .blog-content h1 {
    font-size: 1.5rem;
  }

  .blog-content h2 {
    font-size: 1.3rem;
  }

  .blog-content h3 {
    font-size: 1.15rem;
  }

  .blog-content p,
  .blog-content li {
    font-size: 0.9rem;
  }

  .blog-content th,
  .blog-content td {
    padding: 6px 10px;
  }

  .blog-content {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .blog-content h1 {
    font-size: 1.1rem;
  }

  .blog-content h2 {
    font-size: 1rem;
    padding-top: 5px;
  }

  .blog-content h3 {
    font-size: 0.9rem;
  }

  .blog-content p,
  .blog-content li,
  .blog-content aside {
    font-size: 0.85rem;
  }

  .blog-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.8rem;
  }
}



/* comment */

.blog-comment {
  padding: 20px;
  background: #fff;
}

.comment-form-rate {
  display: flex;
  align-items: center;
  justify-content: end;
}

.comment-form-rate-star {
  margin-right: 15px;
  margin-left: 15px;
  direction: ltr;
}

.comment-form-rate-text {
  font-size: 16px;
  text-align: center;
  color: #000;
}

.wrapper-star input {
  display: none;
}

.wrapper-star label {
  margin: 0;
  cursor: pointer;
}

i.icon-star-empty {
  color: #000;
}

i.icon-star {
  color: #f9bc00;
}

.com-box {
  color: #303030;
}

.com-box-title {
  font-size: 18px;
  font-weight: 500;
  color: hsl(0, 0%, 19%);
  margin-bottom: 10px;
}

.com-box-text {
  margin-bottom: 10px;
  color: #303030;
}

.com-box-form {
  display: flex;
  flex-direction: column;
}

.com-box-form input {
  height: 44px;
  margin-top: 5px;
  padding: 10px;
  outline: none;
  background: #fff;
  border: 1px solid #9999996e;
  color: #000;
}

.com-box-form input:focus {
  border-color: var(--color1);
}

.com-box-form textarea {
  margin-top: 5px;
  padding: 10px;
  outline: none;
  background: #fff;
  border: 1px solid #9999996e;
  color: #000;
}

.com-box-form textarea:focus {
  border-color: var(--color2);
}

.com-box-form label {
  font-size: 16px;
}

.com-box-code input {
  border: 0;
  height: 40px;
  background: #fff;
  border: 1px solid #e6eaed6e;
  margin-right: 10px;
  text-align: center;
  outline-color: var(--color1);
  width: 100%;
  border-radius: 10px;
  max-width: 150px;
  /*color: #fff;*/
}

.com-box-code img {
  width: 140px;
}

.com-box-code {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
}

.com-box-recode {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 300;
  display: block;
  color: var(--color2);
}

.com-box-mute {
  font-size: 14px;
  line-height: 2;
}

.com-box-submit {
  height: 50px;
  background: var(--color1);
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  border-radius: 0px;
  transition: 0.3s;
  margin-top: 15px;
}

.com-box-submit:hover {
  background: var(--color2);
  color: #fff;
}

.comment-item {
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 6px #0000001c;
  border: 1px solid #70707026;
}

.comment-item-info {
  display: flex;
  align-items: center;
}

.comment-item-info i {
  background: #C9C9C9;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-left: 15px;
}

.comment-item-user {
  font-size: 16px;
  font-weight: 600;
  color: #7A7A7A;
  margin-left: 10px;
}

.comment-item-date {
  font-size: 14px;
  color: #7A7A7A;
}

.comment-item-text {
  font-size: 14px;
  margin-top: 15px;
}

.row-title {
  font-size: 28px;
  text-align: center;
  color: #707070;
  font-weight: bold;
  padding-top: 40px;
  margin-bottom: 30px;
}

/* responsive comment */

@media (max-width:767px) {
  .row-title {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 15px;
  }


  .comment-item {
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: unset;
  }

  .com-box-title {
    font-size: 14px;
  }

  .comment-item-user {
    font-size: 12px;
  }

  .comment-item-date {
    font-size: 12px;
  }

  .comment-item-text {
    font-size: 12px;
    margin-top: 10px;
  }


  .com-box-text {
    margin-top: 10px;
    font-size: 12px;
  }

  .com-box-form label {
    font-size: 14px;
  }

  .com-box-form input {
    height: 36px;
    margin-top: 0px;
  }

  .com-box-mute {
    font-size: 12px;
  }

  .comment-form-rate-text {
    font-size: 12px;
  }

  .blog-comment {
    padding: 15px;
  }

  .com-box-recode {
    margin-top: 10px;
    font-size: 14px;
    display: block;
  }

  .com-box-submit {
    height: 38px;
    padding: 8px;
    font-size: 14px;
    margin-top: 10px;
    margin-top: 0;
  }
}


.about-row {
  overflow: hidden;
}

.about-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
  padding-left: 10px;
  padding: 0 15px;
}

.about-title {
  color: #787878;
  font-size: 56px;
  font-family: var(--font2);
  line-height: 1;
}

.about-text {
  text-align: justify;
  color: #787878;
  line-height: 2;
  font-size: 15px;
  margin-bottom: 20px;
}
video.player {
  width: 100%;
  height: auto;
  max-height: 400px;
}
.about-img {
  width: 100%;
}


@media (max-width:767px) {
  .about-title {
    color: #787878;
    font-size: 30px;
  }

  .about-text {
    font-size: 13px;
    margin-bottom: 10px;
  }
}



.contact-box {
  background: #F8F8F8;
  padding: 80px 0;
}

.contact-box-title {
  color: #707070;
  font-size: 32px;
  font-weight: bold;
}

.contact-box-text {
  color: #707070;
  font-size: 18px;
  margin-top: 10px;
}

.contact-ul {
  padding-right: 0;
  list-style: none;
  margin-top: 30px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #707070;
  margin: 10px 0;
}

.contact-ul {
  padding-right: 0;
  list-style: none;
  margin-top: 30px;
  line-height: 2;
}

.contact-box-mute {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-box-mute span {
  font-weight: 300;
}

.contact-us-form-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid var(--color2);
  padding-bottom: 5px;
  color: var(--color2);
}

.contact-us-form input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
}

.contact-us-form label {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #979797;
}

.contact-us-form input:focus {
  border-color: var(--color2);
}

.contact-us-form textarea:focus {
  border-color: var(--color2);
}

.contact-us-form button {
  background: var(--color1);
  border: 1px solid var(--color1);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  transition: 0.3s;
  width: 100%;
  height: 45.5px;
  border-radius: 10px;
}

.contact-us-form button:hover {
  background: transparent;
  color: var(--color1);
}

.contact-us-form {
  background: #fff;
  padding: 20px;
}

.contact-us-title {
  color: #707070;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.responsive-map {
  overflow: hidden;
  position: relative;
  height: 200px;
  box-shadow: 0 3px 6px #00000029;
  margin-top: 30px;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 200px;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #393838;
  opacity: 0.5;
  z-index: -1;
}

.contact-banner {
  min-height: 390px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-top: 50px;
  gap: 15px;
  color: #fff;
  z-index: 1;
}


.contact-banner-title {
  font-size: 55px;
  font-family: var(--font2);
}

.contact-banner-text {
  font-size: 20px;
  text-align: center;
  max-width: 60%;
  line-height: 2;
}

.contact-banner-btn {
  border: 1px solid #fff;
  height: 46px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}


.contact-banner-btn:hover {
  background: #fff;
  color: #000;
}

@media (max-width:767px) {

  .contact-banner {
    min-height: auto;
    margin-top: 30px;
  }

  .contact-banner-title {
    font-size: 30px;
  }

  .contact-box-title {
    font-size: 20px;
  }

  .contact-box-text {
    font-size: 14px;
  }

  .contact-banner-text {
    font-size: 13px;
    text-align-last: center;
    text-align: justify;
    max-width: 100%;
  }

  .contact-banner-btn {
    height: 36px;
    font-size: 12px;
    padding: 0 15px;
  }

  .contact-ul {
    margin-top: 15px;
  }

  .contact-link {
    margin: 5px 0;
    font-size: 13px;
  }

  .contact-box-mute {
    font-size: 13px;
    gap: 5px;
  }

  .contact-us-form {
    padding: 15px;
    margin-top: 15px;
  }

  .contact-us-form button {
    height: 39.5px;
  }

  .contact-box {
    padding: 30px 0;
  }
}