@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700&amp;display=swap");
body {
  font-family: "Karla", sans-serif;
}

.top-bar {
  background-color: #f8f8f8;
  padding: 8px 0;
  font-size: 14px;
  display: flex;
  justify-content: end;
}

.offer-request-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.offer-request {
  display: flex;
  align-items: center;
  color: #d58d3c; /* Altın sarısı */
  text-decoration: none;
  font-weight: bold;
  margin-right: 15px;
  font-size: 14px;
}

.offer-request img {
  width: 18px;
  margin-right: 5px;
}

.offer-email {
  color: #555;
  font-size: 12px;
  text-decoration: none;
  margin-top: 3px;
  margin-right: 15px;
}

.offer-email:hover {
  text-decoration: underline;
  color: #d58d3c;
}
a:hover {
color: #252525;
}

p.lead {
font-size: 16px;
font-weight: 300;
}


a {
  color: #252525;
  text-decoration: none;
}
a:hover {
  color: #252525;
}

p.lead {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 960px) {
  .row .col-6:nth-child(odd) {
    padding-left: 8px;
  }
  .row .col-6:nth-child(even) {
    padding-right: 8px;
  }
}

.img-radius {
  border-radius: 4px;
}

header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  background-color: white;
  z-index: 3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px -2px 20px -2px;
}
header nav .offer-lang-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
header nav ul.primary-menu {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  header nav ul.primary-menu {
    gap: 30px;
  }
}
header nav ul.primary-menu > li {
  list-style: none;
  padding: 10px 0;
  line-height: normal;
}
header nav ul.primary-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: black;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
}
header nav ul.primary-menu > li > a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #EE9411;
  left: -6px;
  bottom: -1px;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (min-width: 996px) {
  header nav ul.primary-menu > li > a:hover::after {
    width: 100%;
    border-radius: 4px;
    bottom: -2px;
    height: 3px;
  }
}
header nav ul.primary-menu .has-mega-menu {
  position: relative;
}
header nav ul.primary-menu .has-mega-menu a > i {
  position: relative;
  top: 2px;
  line-height: 0px;
  letter-spacing: 0;
  font-size: 14px;
  left: 0;
  display: inline-block;
  transition: 0.3s;
}
header nav ul.primary-menu .has-mega-menu .mega-menu {
  top: 40px;
  position: absolute;
  min-width: 200px;
  border-radius: 4px;
  left: 50%;
  transform: translate(-50%, 0px);
  height: 0;
  overflow: hidden;
  transition: 0.2s;
  padding: 0;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1.3px 7px;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul {
  padding: 0;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li {
  line-height: normal;
  padding: 12px 16px;
  list-style: none;
  position: relative;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li > a:nth-child(2) {
  width: 70%;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li .category-title {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li .product-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 24px;
  border-radius: 4px;
  top: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 8px 8px 29px 0px;
  background-color: white;
  width: 240px;
  right: -240px;
  z-index: 1;
  height: 0;
  padding: 0;
  overflow: hidden;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li .product-list a {
  font-size: 14px;
  padding: 10px 2px;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li .product-list a:hover {
  font-weight: 600;
}
header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li:hover {
  background-color: #f4f4f4;
}
@media screen and (min-width: 960px) {
  header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li:hover .product-list {
    height: auto;
    padding: 10px 10px 10px 24px;
  }
}
@media screen and (min-width: 960px) {
  header nav ul.primary-menu .has-mega-menu:hover a > i {
    transform: rotate(-180deg);
  }
  header nav ul.primary-menu .has-mega-menu:hover .mega-menu {
    height: auto;
    overflow: visible;
    padding: 4px 0;
  }
}
header nav ul.primary-menu .has-company-menu {
  position: relative;
}
header nav ul.primary-menu .has-company-menu a > i {
  position: relative;
  top: 2px;
  line-height: 0px;
  letter-spacing: 0;
  font-size: 14px;
  left: -2px;
  display: inline-block;
  transition: 0.3s;
}
header nav ul.primary-menu .has-company-menu .company-menu {
  position: absolute;
  padding: 0;
  background-color: white;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1.3px 7px;
  top: 40px;
  height: 0;
  width: 150px;
  transition: 0.2s;
  overflow: hidden;
}
header nav ul.primary-menu .has-company-menu .company-menu ul {
  padding: 0;
}
header nav ul.primary-menu .has-company-menu .company-menu ul li {
  list-style: none;
  font-size: 14px;
}
header nav ul.primary-menu .has-company-menu .company-menu ul li:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
header nav ul.primary-menu .has-company-menu .company-menu ul li a {
  padding: 10px 15px;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
header nav ul.primary-menu .has-company-menu .company-menu ul li a:hover {
  background-color: #f4f4f4;
}
@media screen and (min-width: 960px) {
  header nav ul.primary-menu .has-company-menu:hover .company-menu {
    height: auto;
    padding: 4px 0;
  }
  header nav ul.primary-menu .has-company-menu:hover a > i {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 960px) {
  header nav {
    position: fixed;
    background-color: white;
    height: 100vh;
    flex-direction: column;
    right: -120%;
    top: 0;
    width: 80%;
    padding: 100px 15px;
    align-items: center;
    transition: 0.3s;
    gap: 40px;
  }
  header nav .offer-lang-wrapper {
    flex-direction: column-reverse;
  }
  header nav ul.primary-menu {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  header nav ul.primary-menu .has-mega-menu .mega-menu {
    text-align: left;
    top: 10px;
    min-width: 100%;
    box-shadow: none;
  }
  header nav ul.primary-menu .has-mega-menu .mega-menu > ul > li > a:nth-child(2) {
    width: 100%;
  }
  header nav ul.primary-menu .has-mega-menu .mega-menu .product-list {
    display: none;
  }
  header nav ul.primary-menu .has-mega-menu.active > a {
    font-weight: 600;
  }
  header nav ul.primary-menu .has-mega-menu.active .mega-menu {
    position: relative;
    height: auto;
    overflow: visible;
    padding: 4px 0;
  }
  header nav ul.primary-menu .has-company-menu .company-menu {
    top: 10px;
    box-shadow: none;
  }
  header nav ul.primary-menu .has-company-menu.active .company-menu {
    position: relative;
    padding: 10px 0;
    height: auto;
  }
  header nav.active {
    right: 0;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.51) -200px 0px 0px 20px;
    z-index: 3;
  }
}

.header-space {
  height: 104px;
}
@media screen and (max-width: 1200px) {
  .header-space {
    height: 97px;
  }
}
@media screen and (max-width: 960px) {
  .header-space {
    height: 92px;
  }
}
@media screen and (max-width: 350px) {
  .header-space {
    height: 80px;
  }
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .logo-wrapper .menu-button {
    display: none;
  }
}

.menu-button {
  display: flex;
  gap: 4px;
  flex-direction: column;
  position: relative;
  z-index: 4;
}
.menu-button span {
  height: 2px;
  width: 18px;
  display: block;
  background-color: #EE9411;
  border-radius: 4px;
  transition: 0.2s;
  position: relative;
  transform: rotate(0deg);
}
.menu-button b {
  position: absolute;
  right: 26px;
  font-size: 13px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
}
.menu-button.active span:nth-child(2) {
  transform: rotate(45deg);
  top: 5px;
}
.menu-button.active span:nth-child(3) {
  height: 0;
}
.menu-button.active span:nth-child(4) {
  transform: rotate(-45deg);
  top: -5px;
}

.lang-bar {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.lang-bar img {
  width: 16px;
}
.lang-bar > a {
  display: flex;
  align-items: center;
  gap: 2px;
}
.lang-bar > a i {
  line-height: unset;
  font-size: 14px;
  top: 5px;
  display: grid;
}
.lang-bar > div {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 25px;
  width: 80%;
  transform: translate(-50%, 0px);
  align-items: center;
  visibility: hidden;
  border-top: 0;
  background-color: whitesmoke;
}
.lang-bar > div a {
  padding: 2px 9px;
}
@media screen and (min-width: 960px) {
  .lang-bar:hover > div {
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .lang-bar.active > div {
    visibility: visible;
  }
}

img.logo {
  width: 240px;
}
@media screen and (max-width: 960px) {
  img.logo {
    width: 200px;
  }
}
@media screen and (max-width: 350px) {
  img.logo {
    width: 150px;
  }
}

.btn.btn-std {
  font-size: 14px;
  line-height: normal;
  padding: 10px 30px;
  background-color: #EE9411;
  color: white;
  border: 1px solid #EE9411;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: all 250ms;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.btn.btn-std.btn-std-lg {
  padding: 12px 40px;
}
.btn.btn-std.btn-std-sm {
  font-size: 12px;
  padding: 6px 20px;
}
.btn.btn-std:hover {
  background-color: white;
  color: #181818;
}
@media screen and (max-width: 960px) {
  .btn.btn-std {
    padding: 8px 20px;
  }
}

section.section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.section {
    margin-bottom: 40px;
  }
}

.slider-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slider-carousel .owl-nav button i {
  font-size: 50px;
  color: #181818;
}
.slider-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.slider-carousel .owl-nav button.owl-next {
  right: 20px;
}
.slider-carousel .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0px);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .slider-carousel .owl-dots {
    bottom: 4px;
  }
}
.slider-carousel .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: block;
  background-color: white;
}
.slider-carousel .owl-dots .owl-dot.active span {
  background-color: #EE9411;
}

.jumbotron {
  text-align: center;
}
.jumbotron .title {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.jumbotron p.lead {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .jumbotron .title {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1;
  }
  .jumbotron p.lead {
    padding: 0 10px;
  }
}

.category-card {
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  margin-bottom: 30px;
  display: block;
}
.category-card .category-body {
  position: relative;
}
.category-card .category-body img {
  border-radius: 4px;
}
.category-card .category-body .title {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: normal;
  transition: 0.3s;
  z-index: 1;
  width: 96%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .category-card {
    margin-bottom: 16px;
    padding: 0;
  }
  .category-card .category-body .title {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .category-card:hover .category-body .title {
    transition: 0.3s;
    font-size: 24px;
  }
}

.std-title {
  text-align: left;
  position: relative;
  display: inline-flex;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}
.std-title::after {
  content: "";
  position: absolute;
  left: -10px;
  width: 50%;
  border-radius: 4px;
  height: 3px;
  bottom: -4px;
  background-color: #EE9411;
}
@media screen and (max-width: 960px) {
  .std-title {
    font-size: 24px;
  }
}

.filter-wrapper {
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .filter-wrapper {
    padding-top: 20px;
    margin: 10px 0 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .filter-wrapper > div {
    padding-left: 10px;
    transition: 0.3s;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .filter-wrapper.active > div {
    height: auto;
    overflow: visible;
    padding-top: 10px;
    margin-top: 10px;
  }
  .filter-wrapper.active .filter-name i {
    transform: rotate(180deg);
  }
}
.filter-wrapper .filter-name {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.filter-wrapper .filter-name i {
  font-size: 16px;
  line-height: 0;
  transition: 0.2s;
  display: none;
}
@media screen and (max-width: 960px) {
  .filter-wrapper .filter-name {
    font-size: 18px;
  }
  .filter-wrapper .filter-name i {
    display: initial;
  }
}
.filter-wrapper .category .title {
  position: relative;
}
.filter-wrapper .category .title a {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.filter-wrapper .category .title i {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 2px;
  padding: 0 6px;
  transition: 0.3s;
  cursor: pointer;
  display: grid;
}
.filter-wrapper .category .product-list {
  padding-left: 20px;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.filter-wrapper .category .product-list a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.filter-wrapper .category .product-list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.filter-wrapper .category.active .title {
  font-weight: 600;
}
.filter-wrapper .category.active .product-list {
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.filter-wrapper .category.active i {
  transform: rotate(180deg);
}

section.home-counter {
  padding: 50px 0;
}

.counter-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.counter-wrapper .counter-card {
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
  width: 22%;
  display: flex;
  flex-direction: column;
}
.counter-wrapper .counter-card i {
  font-size: 40px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #EE9411;
}
.counter-wrapper .counter-card .counter {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 6px;
  color: black;
}
.counter-wrapper .counter-card p {
  margin: 0;
  color: black;
}
.counter-wrapper .counter-card:nth-child(4) b::after {
  content: "M²";
  font-size: 16px;
  margin-left: 2px;
}
@media screen and (max-width: 1100px) {
  .counter-wrapper {
    gap: 20px;
  }
  .counter-wrapper .counter-card {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  .counter-wrapper .counter-card {
    width: 47%;
  }
  .counter-wrapper .counter-card i {
    font-size: 30px;
  }
  .counter-wrapper .counter-card .counter {
    font-size: 20px;
  }
  .counter-wrapper .counter-card p {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .counter-wrapper {
    gap: 20px;
  }
  .counter-wrapper .counter-card {
    width: 100%;
  }
}

.home-category-list.section {
  padding: 80px 0 100px 0;
  text-align: center;
}
.home-category-list.section .categories {
  margin-bottom: 40px;
}
.home-category-list.section .categories h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home-category-list.section {
    padding: 60px 0 60px 0;
  }
}

.product-page-wrapper h1 {
  margin-bottom: 30px;
  font-size: 30px;
}
.product-page-wrapper img {
  border-radius: 4px;
}
.product-page-wrapper p, .product-page-wrapper li, .product-page-wrapper span {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .product-page-wrapper h1 {
    font-size: 24px;
  }
  .product-page-wrapper p, .product-page-wrapper li, .product-page-wrapper span {
    font-size: 14px;
  }
}

.product-carousel .owl-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0px);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .product-carousel .owl-dots {
    bottom: 4px;
  }
}
.product-carousel .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: block;
  background-color: black;
}
.product-carousel .owl-dots .owl-dot.active span {
  background-color: #EE9411;
}

.home-about-wrapper form {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .home-about-wrapper form {
    width: 90%;
  }
}

.home-about h4 {
  margin-bottom: 20px;
}
.home-about p.lead {
  line-height: normal;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .home-about {
    margin-top: 30px;
  }
}

.form-group {
  margin-bottom: 15px;
}
.form-group .form-control {
  border: 0;
  font-size: 14px;
  border: 1px solid #bbb;
  padding: 14px 16px;
  border-radius: 4px;
}
.form-group .form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

.contact-wrapper {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-wrapper form {
  width: 46%;
}
.contact-wrapper .contact-information {
  padding: 40px 30px;
  width: 40%;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.contact-wrapper .contact-information p.lead {
  font-size: 14px;
  font-weight: 500;
}
.contact-wrapper .contact-information .information-list {
  margin-bottom: 50px;
}
.contact-wrapper .contact-information .information-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.contact-wrapper .contact-information .information-card i {
  font-size: 20px;
  color: #EE9411;
  line-height: 0;
}
.contact-wrapper .contact-information .information-card a {
  line-height: normal;
}
.contact-wrapper .contact-information .information-card span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper form {
    width: 100%;
  }
  .contact-wrapper .contact-information {
    width: 100%;
  }
}

.toast-top-center {
  top: 40px;
}

.breadcrumb-container {
  margin: 10px 0 40px 0;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #eee;
  border-radius: 10px;
}
.breadcrumb-container .breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 50px 20px;
}
.breadcrumb-container .breadcrumb-wrapper i {
  font-size: 14px;
  line-height: 0;
}
.breadcrumb-container .breadcrumb-wrapper a {
  font-size: 15px;
}
@media screen and (max-width: 550px) {
  .breadcrumb-container .breadcrumb-wrapper a {
    font-size: 12px;
  }
}
.breadcrumb-container .breadcrumb-wrapper a:last-child {
  color: #B2B2B4;
  cursor: default;
}

.driver-card {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #bbb;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.driver-card img {
  width: 48%;
}
.driver-card small {
  font-size: 18px;
  width: 48%;
  text-align: center;
  font-weight: 600;
}
.driver-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 960px) {
  .driver-card small {
    font-size: 15px;
  }
}

.section.home-reference {
  padding: 80px 0 100px 0;
}
.section.home-reference .reference-carousel img {
  filter: brightness(0.3);
  transition: 0.3s;
}
.section.home-reference .reference-carousel img:hover {
  filter: none;
}

footer {
  margin-top: 250px;
  background-color: #eee;
}
@media screen and (max-width: 960px) {
  footer {
    margin-top: 150px;
  }
}
footer .footer-bg {
  position: relative;
}
footer .footer-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 148, 17, 0.74);
  z-index: 1;
}
footer .footer-bg img {
  filter: bur(0.8px);
}
footer .footer-bg .img-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 96%;
}
footer .footer-bg .img-overlay p {
  font-size: 30px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
footer .footer-bg .img-overlay .btn.btn-std {
  background-color: white;
  border-color: white;
  color: #EE9411;
}
footer .footer-bg .img-overlay .btn.btn-std:hover {
  background-color: #181818;
  border-color: #181818;
  color: white;
}
@media screen and (max-width: 1200px) {
  footer .footer-bg .img-overlay p {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-bg .img-overlay p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bg .img-overlay p {
    font-size: 16px;
  }
}
footer .footer-wrapper {
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    padding: 40px 0 40px 0;
  }
}
footer .footer-wrapper .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
footer .footer-wrapper .footer-contact .contact-card {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: #181818;
}
footer .footer-wrapper .footer-contact .contact-card i {
  font-size: 16px;
  line-height: 10px;
}
footer .footer-wrapper .footer-contact .contact-card a, footer .footer-wrapper .footer-contact .contact-card span {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 390px) {
  footer .footer-wrapper .footer-contact .contact-card {
    gap: 10px;
    align-items: center;
  }
  footer .footer-wrapper .footer-contact .contact-card i {
    font-size: 14px;
  }
  footer .footer-wrapper .footer-contact .contact-card a, footer .footer-wrapper .footer-contact .contact-card span {
    font-size: 12px;
  }
}
footer .footer-wrapper .footer-line {
  height: 100%;
  display: flex;
  justify-content: center;
}
footer .footer-wrapper .footer-line span {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #bbbbbb;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  footer .footer-wrapper .footer-line {
    padding: 30px 0;
  }
  footer .footer-wrapper .footer-line span {
    background-color: #e3e3e3;
    height: 1px;
    width: 100%;
  }
}
footer .footer-wrapper .list-wrapper .title {
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5333333333);
  display: inline-flex;
  padding-bottom: 5px;
  text-transform: uppercase;
}
footer .footer-wrapper .list-wrapper a {
  display: block;
  font-size: 14px;
  padding-left: 14px;
  position: relative;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .footer-wrapper .list-wrapper a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #181818;
  border-radius: 50%;
  transform: translate(0, -50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .list-wrapper .title {
    font-size: 14px;
    margin-bottom: 14px;
    padding-bottom: 4px;
  }
  footer .footer-wrapper .list-wrapper a {
    display: block;
    font-size: 12px;
    padding-bottom: 4px;
  }
}
footer .copyright {
  font-size: 13px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px 0;
}
footer .copyright a {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 11px;
    text-align: center;
    flex-direction: column;
  }
}

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