@media screen and (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
  }
}
:root {
  --dark: #091524;
}

a {
  text-decoration: none;
}

* {
  font-family: "Mulish", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul li, ul table, small, span {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", sans-serif;
}

h1, .h1-size {
  font-size: 44px;
  line-height: 54px;
  color: var(--secondary);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h1, .h1-size {
    font-size: 38px;
    line-height: 46px;
  }
}

h2, .h2-size {
  font-size: 45px;
  line-height: 1.3em;
  color: #0d0a1f;
}
h3, .h3-size {
  font-size: 28px;
  line-height: 32px;
  color: #0d0a1f;
}
@media screen and (max-width: 768px) {
  h3, .h3-size {
    font-size: 24px;
    line-height: 32px;
  }
}

h4, .h4-size {
  font-family: "Dosis", "Arial", "sans-serif";
  font-weight: 600;
  font-size: 22px;
  color: #0d0a1f;
  line-height: 1.3em;
  letter-spacing: 10px;
  text-transform: uppercase;
}

h6, .h6-size {
  font-weight: 300;
  font-size: 12px;
  color: #0d0a1f;
  line-height: 1.3em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 34px;
  color: #646869;
}

a {
  text-decoration: none;
  display: inline-block;
  width: max-content;
}

a:focus, a:visited, a:link {
  outline: 0;
}

.color-primary {
  color: #18104f !important;
}

.color-secondary {
  color: #372b82 !important;
}

.color-dark {
  color: #0d0a1f !important;
}

.color-text {
  color: #646869 !important;
}

.color-light {
  color: #cfcfd1 !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

body {
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.btn {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 0;
}

.btn-normal {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  padding: 11px 30px !important;
  background-color: #e1e1e3;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.btn-hover-normal:hover {
  color: #fff;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.btn-small {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.btn-hover-small:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#header {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
#header .header-container {
  display: flex;
  justify-content: stretch;
  padding: 0 30px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #header .header-container {
    padding: 0 12px;
  }
}
#header .header-row {
  display: flex;
  flex-grow: 1;
}
#header .header-row .header-col {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}
#header .header-row .header-col .header-left-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
#header .header-row .header-col .header-left-content .header-logo {
  padding: 15px 0;
}
#header .header-row .header-col .header-left-content .header-logo a img {
  max-width: 195px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  #header .header-row .header-col .header-left-content .header-logo a img {
    max-width: 180px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-row .header-col .header-left-content .header-logo a img {
    max-width: 120px;
  }
}
#header .header-row .header-col .header-left-content .header-logo a img:last-child {
  display: none;
}
@media screen and (max-width: 991px) {
  #header .header-row .header-col:nth-child(2) {
    justify-content: flex-end;
  }
}
#header .header-row .header-col .social-icons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
#header .header-row .header-col .social-icons ul {
  display: flex;
  align-items: center;
}
#header .header-row .header-col .social-icons ul li a {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header .header-row .header-col .social-icons ul li a i {
  font-size: 14px;
  color: #0d0a1f;
  transition: all 0.3s ease-in-out;
}
#header .header-row .header-col .social-icons ul li + li {
  margin-left: 5px;
}
#header .header-row .header-col .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 15px;
  height: 100%;
}
#header .header-row .header-col .lang-switcher span, #header .header-row .header-col .lang-switcher i {
  font-size: 14px;
  line-height: 1.2em;
  color: #0d0a1f;
  transition: all 0.3s ease-in-out;
}
#header .header-row .header-col .lang-switcher span:hover, #header .header-row .header-col .lang-switcher i:hover {
  color: #18104f;
  transition: all 0.3s ease-in-out;
}
#header .header-row .header-col .lang-switcher ul {
  position: absolute;
  left: 3px;
  top: 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
#header .header-row .header-col .lang-switcher ul li {
  padding: 10px 15px;
}
#header .header-row .header-col .lang-switcher ul li:not(#header .header-row .header-col .lang-switcher ul li:last-child) {
  border-bottom: 1px solid rgba(13, 10, 31, 0.1);
}
#header .header-row .header-col .lang-switcher ul li a {
  font-size: 14px;
  line-height: 1.2em;
  color: #0d0a1f;
  transition: all 0.3s ease-in-out;
}
#header .header-row .header-col .lang-switcher ul li a:hover {
  color: #18104f;
  transition: all 0.3s ease-in-out;
}
#header .header-row .header-col .lang-switcher.active i {
  rotate: 180deg;
}
#header .header-row .header-col .lang-switcher.active ul {
  pointer-events: auto;
  opacity: 1;
  overflow: auto;
}
#header .header-row .menu-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #header .header-row .menu-button {
    display: flex;
  }
}
#header .header-row .menu-button span {
  width: 24px;
  height: 2px;
  background-color: #0d0a1f;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
#header .header-row .menu-button.button-active {
  gap: 0;
}
#header .header-row .menu-button.button-active span:first-child {
  transform: translate(-5px) rotate(45deg);
}
#header .header-row .menu-button.button-active span:last-child {
  transform: translate(-5px, -2px) rotate(-45deg);
}
#header .header-row nav {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
#header .header-row nav ~ .backdrop {
  display: none;
}
@media screen and (max-width: 991px) {
  #header .header-row nav {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    padding: 0 15px;
  }
  #header .header-row nav ~ .backdrop {
    display: block;
  }
  #header .header-row nav li.has-dropdown-menu ul.dropdown-menu a {
    color: #646869;
  }
  #header .header-row nav.mobile-menu-active {
    opacity: 1;
    pointer-events: all;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  }
  #header .header-row nav.mobile-menu-active ~ .backdrop {
    position: absolute;
    right: 0;
    top: 60px;
    background-color: rgba(13, 10, 31, 0.7);
    transition: all 0.3s ease-in-out;
    width: 100vw;
    height: 100vh;
    z-index: 1;
  }
  #header .header-row nav.mobile-menu-active .ul-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #header .header-row nav.mobile-menu-active .ul-nav li {
    padding: 15px 0;
    height: max-content;
    width: 100%;
  }
  #header .header-row nav.mobile-menu-active .ul-nav li:not(#header .header-row nav.mobile-menu-active .ul-nav li:last-child) {
    border-bottom: 1px solid rgba(13, 10, 31, 0.1);
  }
  #header .header-row nav.mobile-menu-active .ul-nav li a {
    align-self: unset;
    height: max-content;
    padding: 5px 0;
  }
}
#header .header-row nav .ul-nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
#header .header-row nav .ul-nav li {
  display: inline-flex;
  height: 100%;
  padding: 0 20px;
  position: relative;
}
#header .header-row nav .ul-nav li a {
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  display: inline-flex;
  align-items: center;
  color: #0d0a1f;
  position: relative;
  height: 100%;
  align-self: stretch;
  padding: 24px 0 20px 0;
  transition: all 0.3s ease-in-out;
}
#header .header-row nav .ul-nav li a:not(#header.fixed):hover {
  color: #372b82;
}
#header .header-row nav .ul-nav li.has-dropdown-menu {
  flex-direction: column;
}
#header .header-row nav .ul-nav li.has-dropdown-menu i {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 18px;
  color: #0d0a1f;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  #header .header-row nav .ul-nav li.has-dropdown-menu:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #header .header-row nav .ul-nav li {
    padding: 0 12px;
  }
  #header .header-row nav .ul-nav li a {
    font-size: 14px;
  }
}
#header .header-row nav .ul-nav li ul.dropdown-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0;
  padding: 0 12px;
  border: 0;
  width: 180px;
}
@media screen and (min-width: 992px) {
  #header .header-row nav .ul-nav li ul.dropdown-menu {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 70px;
    z-index: 5;
    -webkit-box-shadow: 0px 30px 34px -11px rgba(9, 21, 36, 0.1);
    -moz-box-shadow: 0px 30px 34px -11px rgba(9, 21, 36, 0.1);
    box-shadow: 0px 30px 34px -11px rgba(9, 21, 36, 0.1);
  }
}
@media screen and (max-width: 991px) {
  #header .header-row nav .ul-nav li ul.dropdown-menu {
    height: 0;
    overflow: hidden;
    position: static;
    width: 100%;
  }
  #header .header-row nav .ul-nav li ul.dropdown-menu li:last-child a {
    padding-bottom: 0;
  }
  #header .header-row nav .ul-nav li ul.dropdown-menu.mobile-dropdown-active {
    height: auto;
    overflow: auto;
  }
  #header .header-row nav .ul-nav li ul.dropdown-menu.mobile-dropdown-active ~ i {
    rotate: 180deg;
    transition: all 0.3s ease-in-out;
  }
}
#header .header-row nav .ul-nav li ul.dropdown-menu li {
  padding: 0;
  transition: all 0.3s ease-in-out;
}
#header .header-row nav .ul-nav li ul.dropdown-menu li a {
  padding: 15px 0;
  width: 100%;
}
#header .header-row nav .ul-nav li ul.dropdown-menu li a:after {
  bottom: 0;
}
#header .header-row nav .ul-nav li ul.dropdown-menu li:not(#header .header-row nav .ul-nav li ul.dropdown-menu li:last-child) {
  border-bottom: 1px solid rgba(13, 10, 31, 0.1);
}
#header .header-row nav .ul-nav li ul.dropdown-menu li:last-child a:after {
  display: none;
}
#header .header-row nav .ul-nav li ul.dropdown-menu li:hover {
  border-color: #18104f;
  transition: all 0.3s ease-in-out;
}
#header.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #0d0a1f;
  transition: all 0.3s ease-in-out;
}
#header.fixed .header-logo {
  padding: 10px 0 !important;
}
#header.fixed .header-logo a img:first-child {
  display: none;
}
#header.fixed .header-logo a img:last-child {
  display: block !important;
}
@media screen and (min-width: 992px) {
  #header.fixed ul.dropdown-menu {
    top: 70px !important;
  }
}
#header.fixed .header-col .lang-switcher span, #header.fixed .header-col .lang-switcher i {
  color: #cfcfd1;
}
#header.fixed .header-col .lang-switcher span:hover, #header.fixed .header-col .lang-switcher i:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #header.fixed .header-row nav {
    top: 53px;
  }
  #header.fixed .header-row nav .ul-nav > li > a {
    color: #0d0a1f !important;
  }
  #header.fixed .header-row nav .ul-nav > li.has-dropdown-menu i {
    top: 28px;
  }
  #header.fixed .header-row .menu-button span {
    background-color: #fff;
  }
}
#header.fixed .header-row .header-col .social-icons ul li a i {
  color: #cfcfd1;
}
#header.fixed .header-row .header-col .social-icons ul li a i:hover {
  color: #fff;
}
#header.fixed .header-row nav .ul-nav > li > a {
  padding: 14px 0 10px 0 !important;
  color: #cfcfd1;
}
#header.fixed .header-row nav .ul-nav > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #header.fixed .header-row nav .ul-nav > li > a:before {
    display: none;
  }
}
#header.fixed .header-row nav .ul-nav > li > a:hover {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
#header.fixed .header-row nav .ul-nav > li > a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.zigzag {
  width: 10%;
  min-height: 14px;
  background: 0 repeat-x url("data:image/svg+xml;utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2018%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpolygon%20id%3D%22Combined-Shape%22%20fill%3D%22%23ebebeb%22%20points%3D%228.98762301%200%200%209.12771969%200%2014.519983%209%205.40479869%2018%2014.519983%2018%209.12771969%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}

#main-slider .main-slider .item {
  position: relative;
}
#main-slider .main-slider .item video, #main-slider .main-slider .item img {
  width: 100%;
  height: auto;
}
#main-slider .main-slider .item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 120px;
  width: 100%;
}
#main-slider .main-slider .item .content p {
  color: #fff;
  text-transform: uppercase;
  text-shadow: -1px 2px 2px rgba(16, 15, 15, 0.2);
}
@media screen and (max-width: 991px) {
  #main-slider .main-slider .item .content {
    padding: 0 12px 30px;
  }
  #main-slider .main-slider .item .content p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  #main-slider .main-slider .item {
    height: 100vh;
  }
  #main-slider .main-slider .item video, #main-slider .main-slider .item img {
    height: 100%;
    object-fit: cover;
  }
}
#main-slider .main-slider div[class^=swiper-button] {
  position: static;
  margin: 0;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease-in-out;
}
#main-slider .main-slider div[class^=swiper-button]:after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  color: #0d0a1f;
  font-size: 40px;
}
#main-slider .main-slider .nav-buttons {
  position: absolute;
  right: 50px;
  bottom: 70px;
  z-index: 11;
  display: flex;
  align-items: center;
  gap: 8px;
}
#main-slider .main-slider .swiper-button-prev {
  display: none;
}
#main-slider .main-slider .swiper-button-prev:after {
  content: "\f060";
}
@media screen and (min-width: 991px) {
  #main-slider .main-slider .swiper-button-next {
    animation: myAnim 3s ease 0s infinite normal forwards;
  }
}
#main-slider .main-slider .swiper-button-next:after {
  content: "\f061";
}
#main-slider .main-slider .swiper-pagination {
  bottom: 60px;
}
#main-slider .main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 10, 31, 0.2);
  backdrop-filter: blur(20px);
  opacity: 1;
}
#main-slider .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0d0a1f;
}
@keyframes myAnim {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(40px);
  }
}
@media screen and (max-width: 991px) {
  #main-slider {
    padding-bottom: 0;
  }
  #main-slider .main-slider .swiper-pagination {
    display: none;
  }
  #main-slider .main-slider .nav-buttons {
    display: none;
  }
}

.top {
  margin: 100px 0;
}
.top .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top .content h2, .top .content h3 {
  margin: 30px 0 40px;
  text-transform: uppercase;
}
.top .content span {
  font-family: "Dosis", "Arial", "sans-serif";
  font-weight: 500;
  font-size: 18px;
  color: #cfcfd1;
  line-height: 1.3em;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.top .content p {
  margin-top: 30px;
}

#about-us .team {
  background-color: #0d0a1f;
}
#about-us .team .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#about-us .team .items .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#about-us .team .items .item .image {
  width: 100%;
}
#about-us .team .items .item .image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
#about-us .team .items .item .description {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-us .team .items .item .description .head {
  margin-bottom: 20px;
}
#about-us .team .items .item .description .head p {
  font-family: "Dosis", "Arial", "sans-serif";
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#about-us .team .items .item .description .head span {
  font-family: "Dosis", "Arial", "sans-serif";
  color: rgba(255, 255, 255, 0.4);
}
#about-us .team .items .item .description .body p {
  color: #fff;
  font-size: 1em !important;
  line-height: 1.75em !important;
  margin-bottom: 30px;
}
#about-us .team .items .item .description .body .social-icons {
  width: 100%;
  display: flex;
}
#about-us .team .items .item .description .body .social-icons ul {
  display: flex;
  align-items: center;
}
#about-us .team .items .item .description .body .social-icons ul li a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
}
#about-us .team .items .item .description .body .social-icons ul li a i {
  font-size: 18px;
  color: #0d0a1f;
  transition: all 0.3s ease-in-out;
}
#about-us .team .items .item .description .body .social-icons ul li + li {
  margin-left: 10px;
}
#about-us .team .items .item.reverse .image {
  order: 2;
}
#about-us .team .items .item.reverse .description {
  order: 1;
}
@media screen and (max-width: 991px) {
  #about-us .team .items {
    grid-template-columns: repeat(1, 1fr);
  }
  #about-us .team .items .item {
    grid-template-columns: repeat(1, 1fr);
  }
  #about-us .team .items .item.reverse .image {
    order: 1;
  }
  #about-us .team .items .item.reverse .description {
    order: 2;
  }
}

#pre-sale {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #e1e1e3;
}
#pre-sale .content .h4-size {
  margin: 10px 0 20px;
}
#pre-sale .content p {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 30px;
}

#what-we-do .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#what-we-do .icon-item .icon {
  width: 52px;
  height: 52px;
  background-color: #0d0a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 128px;
}
#what-we-do .icon-item .icon i {
  color: #fff;
  font-size: 20px;
}
#what-we-do .icon-item span {
  margin: 15px 0 20px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
}
#what-we-do .icon-item p {
  font-size: 14px;
  line-height: normal;
}

#services {
  width: 100%;
  padding: 120px 0;
  background-position: 50% 187px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #services {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 991px) {
  #services {
    background-position: center;
  }
}
#services .skills:not(:last-child) {
  margin-bottom: 100px;
}
#services .skills > p {
  margin-bottom: 25px;
}
#services .skills .bars {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#services .skills .bars .bar {
  width: 100%;
}
#services .skills .bars .bar:after {
  content: "";
  background-color: #cfcfd1;
  display: block;
  width: 100%;
  height: 5px;
}
#services .skills .bars .bar .main-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#services .skills .bars .bar .main-line span {
  font-size: 11px;
  line-height: 38px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#services .skills .bars .bar .main-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #000;
}

#portfolio {
  padding-bottom: 100px;
}
#portfolio .top {
  margin-bottom: 0;
}
#portfolio .top .content {
  margin-bottom: 70px;
}
#portfolio .top .content p {
  margin: 0;
}
#portfolio .custom-dropdown {
  position: relative;
  background-color: #000;
  padding: 0 20px;
  margin-bottom: 30px;
  min-width: 170px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
#portfolio .custom-dropdown .placeholder-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#portfolio .custom-dropdown .placeholder-area span {
  font-size: 12px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
#portfolio .custom-dropdown .placeholder-area i {
  font-size: 20px;
  line-height: 38px;
  color: #fff;
}
#portfolio .custom-dropdown .placeholder-area i.rotate-180 {
  rotate: 180deg;
}
#portfolio .custom-dropdown .options {
  display: none;
  position: absolute;
  z-index: 3;
  top: 39px;
  left: 0;
  width: 100%;
  background-color: #000;
  flex-direction: column;
  gap: 5px;
}
#portfolio .custom-dropdown .options .option {
  color: #cfcfd1;
  font-size: 12px;
  line-height: 38px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
#portfolio .custom-dropdown .options .option:hover {
  color: #fff;
}
@media screen and (min-width: 992px) {
  #portfolio .custom-dropdown:hover .placeholder-area i {
    rotate: 180deg;
  }
  #portfolio .custom-dropdown:hover .options {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  #portfolio .custom-dropdown.active .options {
    display: flex;
  }
}
#portfolio .contents {
  width: 100%;
}
#portfolio .contents .content-item .item {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
#portfolio .contents .content-item .item .absolute-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#portfolio .contents .content-item .item .image {
  overflow: hidden;
}
#portfolio .contents .content-item .item .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
#portfolio .contents .content-item .item .content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -80px;
  background-color: #000;
  padding: 12px 30px;
  transition: all 0.3s ease-in-out;
}
#portfolio .contents .content-item .item .content p {
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#portfolio .contents .content-item .item .content span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  width: 100%;
}
#portfolio .contents .content-item .item:hover .image img {
  transform: translateY(-10px);
}
#portfolio .contents .content-item .item:hover .content {
  bottom: 0;
}

#feedback {
  background-color: #e1e1e3;
  padding: 120px 0 60px;
}
#feedback h3 {
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 70px;
}
#feedback .images {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}
#feedback .images .image {
  width: 50px;
  height: 50px;
  border-radius: 128px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
#feedback .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
#feedback .images .image.active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #feedback .images .image {
    opacity: 1 !important;
  }
}
#feedback .descriptions .description {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#feedback .descriptions .description > p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
#feedback .descriptions .description .person {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#feedback .descriptions .description .person p {
  font-family: "Dosis", "Arial", "sans-serif";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #0d0a1f;
  letter-spacing: 4px;
}
#feedback .descriptions .description .person span {
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 2px;
  color: #cfcfd1;
}
#feedback .descriptions .description.active {
  display: flex;
}
#feedback .divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px 0 50px;
}
#feedback .divider .divider-inner {
  width: 50%;
  height: 1px;
  background-color: #cfcfd1;
}
#feedback .logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
#feedback .logos div {
  padding: 0 25px;
}
#feedback .logos div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  #feedback .logos {
    grid-template-columns: repeat(2, 1fr);
  }
  #feedback .logos div {
    padding: 0;
  }
}

#contact .top {
  margin-bottom: 60px;
}
#contact form button {
  margin: 40px 0 110px;
}

#visit-office .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#visit-office .icon i {
  font-size: 40px;
  color: #0d0a1f;
}
#visit-office .icon i.fa-arrow-up-long {
  display: none;
}
#visit-office .icon p {
  font-family: "Dosis", "Arial", "sans-serif";
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
#visit-office .icon p:last-child {
  display: none;
}
#visit-office .icon.active {
  margin-bottom: 30px;
}
#visit-office .icon.active i {
  display: none;
}
#visit-office .icon.active i.fa-arrow-up-long {
  display: initial;
}
#visit-office .icon.active p {
  display: none;
}
#visit-office .icon.active p:last-child {
  display: block;
}
#visit-office .iframe-area {
  opacity: 0;
  height: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
#visit-office .iframe-area iframe {
  width: 100%;
}
#visit-office .iframe-area.active {
  opacity: 1;
  height: 450px;
}
#visit-office .contact-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  background-position: 50% -187px;
  position: relative;
  padding: 100px 0 80px;
}
@media screen and (max-width: 991px) {
  #visit-office .contact-area {
    background-position: center;
  }
}
#visit-office .contact-area:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 10, 31, 0.9);
  z-index: 1;
}
#visit-office .contact-area .container {
  position: relative;
  z-index: 2;
}
#visit-office .contact-area * {
  color: #fff;
}
#visit-office .contact-area .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#visit-office .contact-area .item i {
  font-size: 35px;
}
#visit-office .contact-area .item p {
  font-size: 13px;
  font-family: "Dosis", "Arial", "sans-serif";
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 30px 0;
  text-transform: uppercase;
}
#visit-office .contact-area .item a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
#visit-office .contact-area .item a:hover {
  text-decoration: underline;
}

.form-group {
  margin-top: 24px;
}
.form-group label {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
}
.form-group p {
  color: #0d0a1f;
  margin-bottom: 10px;
}
.form-group .form-control {
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #0d0a1f;
  border: 1px solid rgba(13, 10, 31, 0.1);
  transition: all 0.3s ease-in-out;
  resize: none;
  border-radius: 0;
}
.form-group .form-control:hover {
  transition: all 0.3s ease-in-out;
  border-color: rgba(13, 10, 31, 0.2);
}
.form-group .form-control:focus {
  transition: all 0.3s ease-in-out;
  border-color: #372b82;
  outline: 0 !important;
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: rgba(13, 10, 31, 0.4);
}
.form-group .form-control[type=file] {
  padding-inline-start: 21px;
}
.form-group .form-control[type=file]::-webkit-file-upload-button {
  padding: 0;
  position: absolute;
  z-index: -1;
}
.form-group .checkbox-group, .form-group .radio-group {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.form-group .checkbox-group .checkbox-control, .form-group .checkbox-group .radio-control, .form-group .radio-group .checkbox-control, .form-group .radio-group .radio-control {
  border: 1px solid rgba(13, 10, 31, 0.4);
  background-color: #fff;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
}
.form-group .checkbox-group .checkbox-control.radio-control, .form-group .checkbox-group .radio-control.radio-control, .form-group .radio-group .checkbox-control.radio-control, .form-group .radio-group .radio-control.radio-control {
  border-radius: 128px;
}
.form-group .checkbox-group .checkbox-control.radio-control ~ .checkmark, .form-group .checkbox-group .radio-control.radio-control ~ .checkmark, .form-group .radio-group .checkbox-control.radio-control ~ .checkmark, .form-group .radio-group .radio-control.radio-control ~ .checkmark {
  border-radius: 128px;
}
.form-group .checkbox-group .checkbox-control:hover, .form-group .checkbox-group .radio-control:hover, .form-group .radio-group .checkbox-control:hover, .form-group .radio-group .radio-control:hover {
  border-color: #18104f;
  transition: all 0.3s ease-in-out;
}
.form-group .checkbox-group .checkbox-control:checked, .form-group .checkbox-group .radio-control:checked, .form-group .radio-group .checkbox-control:checked, .form-group .radio-group .radio-control:checked {
  border-color: #372b82;
  transition: all 0.3s ease-in-out;
}
.form-group .checkbox-group .checkbox-control:checked ~ .checkmark, .form-group .checkbox-group .radio-control:checked ~ .checkmark, .form-group .radio-group .checkbox-control:checked ~ .checkmark, .form-group .radio-group .radio-control:checked ~ .checkmark {
  opacity: 1;
  transition: all 0.15s ease-in-out;
}
.form-group .checkbox-group .checkmark, .form-group .radio-group .checkmark {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #18104f;
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.form-group .checkbox-group .checkmark:after, .form-group .radio-group .checkmark:after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f00c";
  font-weight: 300;
  color: #fff;
  font-size: 12px;
}
.form-group a {
  color: #18104f;
}
.form-group a:hover {
  text-decoration: underline;
}
.form-group.file {
  position: relative;
}
.form-group.file label {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 2;
  color: rgba(13, 10, 31, 0.4);
}
.form-group.file:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  pointer-events: none;
}
.form-group textarea {
  height: 130px;
}

#footer .content {
  background-color: #e1e1e3;
  padding: 100px 0;
}
#footer .description {
  display: flex;
  flex-direction: column;
}
#footer .description p:not(:last-child) {
  margin-bottom: 20px;
}
#footer span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #0d0a1f;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#footer p {
  font-size: 14px;
  line-height: 1.7em;
}
#footer .footer-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#footer .footer-list ul li a {
  font-size: 14px;
  line-height: 1.7em;
  color: #646869;
}
#footer .footer-bottom {
  background-color: #fff;
  padding: 80px 0 60px;
}
#footer .footer-bottom .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-bottom .social-icons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
#footer .footer-bottom .social-icons ul li a i {
  font-size: 28px;
  color: #0d0a1f;
}
#footer .footer-bottom p {
  color: #e1e1e3;
}

[id*=-page] {
  padding-top: 75px;
}

#header.fixed ~ [id*=-page] {
  padding-top: 0;
}

.breadcrumb-section {
  background-repeat: repeat;
  background-position: 0 0;
  padding: 120px 0;
}
.breadcrumb-section .breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.breadcrumb-section .breadcrumb h1 {
  text-transform: uppercase;
  color: #0d0a1f;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 20px;
  line-height: 1.3em;
  text-align: center;
}
.breadcrumb-section .breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.breadcrumb-section .breadcrumb ul li a {
  font-family: "Dosis", "Arial", "sans-serif";
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #646869;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-section .breadcrumb ul li a:hover {
  color: #18104f;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-section .breadcrumb ul li + li {
  padding-left: 10px;
}
.breadcrumb-section .breadcrumb ul li + li:before {
  content: "/";
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #646869;
}
@media screen and (max-width: 991px) {
  .breadcrumb-section {
    padding: 60px 0;
  }
  .breadcrumb-section .breadcrumb h1 {
    font-size: 30px;
  }
}

#about-us-page .main-content .image {
  width: 100%;
}
#about-us-page .main-content .image img {
  width: 100%;
  height: auto;
}
#about-us-page .main-content .about-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
#about-us-page .main-content .about-content h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #about-us-page .about-content {
    padding: 12px;
    gap: 20px;
  }
}
#about-us-page .top .swiper-grid-column > .swiper-wrapper {
  flex-direction: unset !important;
}
#about-us-page .top .content {
  padding: 0 30px;
}
#about-us-page .top .swiper .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
#about-us-page .top .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 300px;
}
#about-us-page .top .swiper .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about-us-page .top .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  backdrop-filter: blur(20px);
}
#about-us-page .top .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #about-us-page .top .content {
    padding: 0 12px;
  }
}

#about-huglu-page .main-content {
  margin: 70px 0;
}
#about-huglu-page .main-content .image {
  width: 100%;
  margin-bottom: 20px;
}
#about-huglu-page .main-content .image img {
  width: 100%;
  height: auto;
}
#about-huglu-page .main-content h2 {
  text-align: center;
  margin-bottom: 10px;
}

#documents-page .main-content {
  margin: 70px 0;
}
#documents-page .item {
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(225, 225, 227, 0.2);
  position: relative;
}
#documents-page .item a {
  width: 100%;
  height: 100%;
  max-height: 400px;
  display: block;
}
#documents-page .item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#documents-page .item .overlay-content {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 16, 79, 0.8);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#documents-page .item .overlay-content i {
  font-size: 36px;
  color: #fff;
}
#documents-page .item:hover .overlay-content {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

#product-categories-page .main-content {
  margin: 70px 0;
}

.product-box {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(13, 10, 31, 0.1);
  position: relative;
}
.product-box .image {
  width: 100%;
}
.product-box .image img {
  width: 100%;
  height: auto;
}
.product-box .body {
  padding: 16px 12px;
}
.product-box .body h2 {
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 2px;
}
.product-box .overlay-content {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #fff;
}
.product-box:hover .overlay-content {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

#products-page .main-content {
  margin: 70px 0;
}
#products-page .main-content .main-description p {
  font-size: 15px;
  line-height: 2em;
  font-weight: 300;
}
#products-page .main-content .tab-content > .active {
  display: flex;
}
#products-page .main-content .nav {
  position: sticky;
  top: 80px;
  z-index: 2;
}
#products-page .main-content .nav-pills .nav-link {
  padding: 20px 25px 20px 0;
  color: #646869;
  border-radius: 0;
  border: 0;
  border-right: 1px solid rgba(13, 10, 31, 0.2);
  background-color: transparent;
  min-width: 200px;
  text-align: left;
  font-family: "Dosis", "Arial", "sans-serif";
  font-weight: 600;
}
#products-page .main-content .nav-pills .nav-link.active {
  color: #0d0a1f;
  border-color: #0d0a1f;
}
#products-page .main-content .product-box .overlay-content {
  background-color: rgba(13, 10, 31, 0.2);
  color: #0d0a1f;
}
@media screen and (max-width: 991px) {
  #products-page .main-content .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: static;
  }
  #products-page .main-content .nav .nav-link {
    min-width: initial;
    padding: 20px;
    border: 0;
    border-bottom: 1px solid rgba(13, 10, 31, 0.2);
    text-align: center;
    background-color: #fff;
  }
  #products-page .main-content .nav .nav-link.active {
    border-color: #0d0a1f;
  }
}

#product-detail-page .main-content {
  margin: 70px 0;
}
#product-detail-page .main-content .productDetailThumb {
  height: 200px;
}
#product-detail-page .main-content .productDetailThumb .swiper-slide .item {
  width: 100%;
  height: 100%;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
#product-detail-page .main-content .productDetailThumb .swiper-slide .item:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(13, 10, 31, 0.1);
}
#product-detail-page .main-content .productDetailThumb .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#product-detail-page .main-content .productDetailThumb .swiper-slide.swiper-slide-thumb-active .item:after {
  border-color: #0d0a1f;
}
@media screen and (max-width: 991px) {
  #product-detail-page .main-content .productDetailThumb {
    height: 160px;
  }
}
#product-detail-page .main-content .productDetailMain {
  height: 400px;
}
#product-detail-page .main-content .productDetailMain .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#product-detail-page .main-content .productDetailMain .swiper-slide .item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  #product-detail-page .main-content .productDetailMain {
    height: 250px;
  }
}
#product-detail-page .main-content .productDetailMain div[class^=swiper-button] {
  margin: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(13, 10, 31, 0.15);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease-in-out;
}
#product-detail-page .main-content .productDetailMain div[class^=swiper-button]:after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  color: #0d0a1f;
  font-size: 20px;
}
#product-detail-page .main-content .productDetailMain .swiper-button-prev:after {
  content: "\f060";
}
#product-detail-page .main-content .productDetailMain .swiper-button-next:after {
  content: "\f061";
}
#product-detail-page .table-area h2 {
  font-size: 28px;
  line-height: 32px;
  color: #0d0a1f;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(13, 10, 31, 0.1);
}
#product-detail-page .table-area table {
  width: 100%;
}
#product-detail-page .table-area table:not(#product-detail-page .table-area table:last-child) {
  margin-bottom: 50px;
}
#product-detail-page .table-area table tr:nth-child(even) {
  background-color: rgba(24, 16, 79, 0.04);
}
#product-detail-page .table-area table td {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
}

#dealers-page .main-content {
  margin: 70px 0;
}

.dealer-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  background-color: rgba(225, 225, 227, 0.2);
}
.dealer-box .head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dealer-box .head .logo {
  width: 70px;
  height: 70px;
  border-radius: 128px;
  border: 1px solid rgba(13, 10, 31, 0.1);
  background-color: #fff;
}
.dealer-box .head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}
.dealer-box .head h2 {
  font-size: 18px;
  line-height: 20px;
  color: #0d0a1f;
  font-weight: 700;
}
.dealer-box .body ul {
  display: flex;
  flex-direction: column;
}
.dealer-box .body ul li {
  padding: 10px 0;
}
.dealer-box .body ul li:not(.dealer-box .body ul li:last-child) {
  border-bottom: 1px solid rgba(13, 10, 31, 0.1);
}
.dealer-box .body ul li a, .dealer-box .body ul li p {
  font-family: "Dosis", "Arial", "sans-serif";
  font-size: 16px;
  line-height: 34px;
  color: #0d0a1f;
}
.dealer-box .body ul li a:hover {
  color: #18104f;
}

#contact-page .main-content {
  margin: 70px 0;
}
#contact-page .main-content .iframe iframe {
  width: 100%;
}
#contact-page .main-content .contact-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#contact-page .main-content .contact-items .item {
  border-bottom: 1px solid rgba(13, 10, 31, 0.1);
  padding-bottom: 20px;
}
#contact-page .main-content .contact-items .item .col {
  display: flex;
  flex-direction: column;
}
#contact-page .main-content .contact-items .item span:not(.extra) {
  font-family: "Dosis", "Arial", "sans-serif";
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}
#contact-page .main-content .contact-items .item h2 {
  margin-bottom: 20px;
  width: 100%;
}
#contact-page .main-content .contact-items .item a, #contact-page .main-content .contact-items .item p {
  font-size: 16px;
  line-height: 34px;
  color: #0d0a1f;
}
#contact-page .main-content .contact-items .item a span, #contact-page .main-content .contact-items .item p span {
  font-weight: 600;
}
#contact-page .main-content .contact-items .item i {
  font-size: 16px;
  color: #25D366;
}
#contact-page .top {
  margin-bottom: 20px;
}

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