@font-face {
  font-family: kia-signature-font-bold;
  src: url(../fonts/kia-signature-font-bold.otf);
}

@font-face {
  font-family: kia-signature-font-regular;
  src: url(../fonts/kia-signature-font-regular.otf);
}

@font-face {
  font-family: kia-signature-font-light;
  src: url(../fonts/kia-signature-font-light.otf);
}

body {
  margin: 0;
  height: 100%;
  overflow: overlay;
}

html {
  height: 100%;
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

h1 {
  color: white;
  text-align: center;
  line-height: 1.3;
}

header a {
  display: contents;
}

header nav ul {
  padding-left: 0;
}

.padding-left {
  padding-left: 25px;
}

.padding-right {
  padding-right: 25px;
}

ul a {
  text-decoration: none;
  color: #c7c8ca;
}

nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-color: #05141f;
  padding: 3px;
}

nav ul {
  display: flex;
  list-style-type: none;
  justify-content: end;
  color: #c7c8ca;
  font-family: "kia-signature-font-bold";
}

nav li {
  margin: 0 15px 0;
  font-size: 15px;
  cursor: pointer;
}

section p a {
  text-decoration: none;
  color: #f3c300;
}

footer {
  text-align: center;
  color: white;
  padding: 60px 0 0;
}

footer p a {
  text-decoration: none;
  color: unset;
}

section ul {
  display: block;
  color: #fff;
}

section .title {
  text-align: center;
  text-transform: uppercase;
  font-family: "kia-signature-font-regular";
  line-height: 1.5;
  margin: 0 20px 0;
}

.polar-white {
  color: white;
}

.dark-gray {
  color: #606e71;
}

.dark-gray-background {
  background-color: #697279;
}

.logo {
  max-width: 350px;
  display: block;
  margin: 0 auto 0;
  padding: 15px 0 15px;
}

.master-title {
  font-size: 48px;
  font-family: kia-signature-font-bold;
  text-transform: uppercase;
}

.subtitle {
  color: white;
  font-family: kia-signature-font-regular;
  font-size: 27px;
  text-transform: uppercase;
}

.main-image-container {
  background: url(../images/kia-sportage-2022-djordjevic-auto-beograd-ovlasceni-kia-servis-desktop.jpg);
  height: 70vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-image-container {
  background: url(../images/usluge-mali-veliki-servis-kia-vozila-desktop.jpg);
  height: 70vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.original-parts-image-container {
  background: url(../images/kia-originalni-delovi-desktop.jpg);
  height: 70vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.models-services {
  display: table;
  line-height: 1.5;
  color: #606e71;
  font-family: "kia-signature-font-regular";
  margin: 0 auto;
}

.kia-midnight-black {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-color: #05141f;
  padding: 3px;
}

.white {
  color: white;
}

.content-desktop {
  display: flex;
  justify-content: center;
  position: relative;
  top: 3.5vh;
}

.button {
  background-color: #05141f;
  border: none;
  color: white;
  padding: 16px 16px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 0 40px 0;
  cursor: pointer;
  font-family: "kia-signature-font-regular";
  text-transform: uppercase;
}

.button-bottom {
  background-color: #05141f;
  border: none;
  color: white;
  padding: 16px 16px;
  width: 200px;
  text-align: center;
  text-decoration: none;
  display: table;
  font-size: 15px;
  margin: 0 auto 60px;
  cursor: pointer;
  font-family: "kia-signature-font-regular";
  text-transform: uppercase;
}

.gray-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.text-uppercase {
  text-transform: uppercase;
  font-family: "kia-signature-font-regular";
  color: white;
  font-size: 24px;
}

.narrow-container {
  max-width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 60px;
}

.narrow-container-services {
  max-width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 1px;
}

.group-text {
  margin: 60px 0 60px;
}

.group-text-services {
  margin: 60px 0 0;
}

.group-text-original-parts {
  margin: 60px 0 -20px;
}

.separate-line-large {
  height: 2.5px;
  width: 100px;
  background-color: #f3c300;
  display: block;
  margin: 30px auto 30px;
}

.separate-line-small {
  height: 2.5px;
  width: 50px;
  background-color: #f3c300;
  display: block;
  margin: 20px auto 23px;
}

.separate-line-tinny {
  height: 2.5px;
  width: 50px;
  background-color: #bfbfbf;
  display: block;
  margin: 30px auto 30px;
}

.text-math-auto {
  text-align: center;
  font-family: "kia-signature-font-regular";
  line-height: 1.5;
}

.text-math-auto-2 {
  text-align: center;
  font-family: "kia-signature-font-regular";
  margin: 0 100px 0;
  line-height: 1.5;
}

.narrow-container .icon {
  width: 120px;
  display: block;
  margin: 0 auto 35px;
  background: #e5e5e5;
  padding: 20px;
  border-radius: 15px;
}

.title-column-center {
  font-family: "kia-signature-font-regular";
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}

.title-column-left {
  font-family: "kia-signature-font-regular";
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin: 30px 0 20px;
}

.column-text-center {
  text-align: center;
  font-family: "kia-signature-font-regular";
  line-height: 1.5;
  font-size: 16px;
}

.column-text-left {
  text-align: center;
  font-family: "kia-signature-font-regular";
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}

.card-services {
  background: #f3f3f3;
  border-radius: 15px;
  padding: 5px 20px 35px;
}

.container-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 0 25px 0;
}

.container-important-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  padding: 0 25px 0;
}

.card-important-info {
  border-radius: 15px;
}

.card-reasons {
  background: #f3f3f3;
  border-radius: 15px;
  padding: 40px 20px 15px;
}

.double-column {
  display: flex;
  align-items: center;
}

.container-reasons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 0 25px 0;
}

.col-left {
  width: 50%;
}

.col-right {
  width: 50%;
}

.image-left {
  vertical-align: top;
}

.car-models {
  display: flex;
  margin-top: 1vh;
}

.column-triple {
  width: 33%;
  justify-content: center;
  display: flex;
}

.icon-approve {
  font-size: 14px;
  font-family: "kia-signature-font-regular";
  line-height: 1.5;
  list-style-image: url(../images/kvacica.svg);
}

.group-icon-text {
  display: grid;
  justify-items: center;
}

.icon-second {
  width: 55px;
  margin: 10px 0 30px;
  display: flex;
  padding: 15px;
  background: white;
  border-radius: 15px;
}

.footer-group-icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-third {
  width: 60px;
  margin: 0 30px 0 0;
  display: flex;
  background: #e9e9e9;
  padding: 10px;
  border-radius: 15px;
}

.footer-text-upper {
  text-align: left;
  color: white;
  font-family: "kia-signature-font-regular";
  line-height: 1.8;
  margin: 0;
}

.footer-text-lower {
  text-align: center;
  color: white;
  font-family: "kia-signature-font-regular";
  line-height: 1.8;
  margin: 0;
}

.separate-line-full-width {
  border-bottom: 1px solid #848484;
  padding-bottom: 60px;
}

.double-column-footer-padding {
  padding: 60px 0 60px;
}

.footer-text-lower-small {
  font-family: "kia-signature-font-regular";
  line-height: 2;
  margin: 0 20px 0;
}

.copyright {
  font-family: "kia-signature-font-regular";
  margin: 0;
  padding-top: 60px;
}

.mobile-menu {
  display: none;
}

.content-mobile {
  display: none;
}
.mobile-ul {
  display: none;
}
.mobile-image {
  display: none;
}
.light-gray-background {
  background: #f3f3f3;
  padding: 1px 0 0;
}
.dark-blue-background {
  background-color: #05141f;
}
.dark-blue-background {
  background-color: #05141f;
  padding: 1px 0 0;
}
.light-gray-letters {
  color: #d7d7d7;
}

@media only screen and (max-width: 1268px) {
  .double-column {
    display: grid;
  }
  .first {
    order: 1;
  }
  .second {
    order: 2;
  }
  .col-left {
    width: 100%;
  }
  .col-right {
    width: 100%;
    padding: 30px 0 20px;
  }
}

@media only screen and (max-width: 1200px) {
  section .col-4 {
    width: 100%;
    margin: 0 0 0;
  }
  .column-text-center {
    margin: 0 20px 30px;
  }
  .text-math-auto {
    margin: 0 20px 0;
  }
  .title-column-left {
    text-align: center;
  }
  .group-icon-text {
    display: grid;
    justify-items: center;
  }
  .footer-text-upper {
    margin: 20px 0 0;
  }
  .icon-third {
    margin: 0 auto 0;
  }
  .footer-group-icon-text {
    flex-direction: column;
  }
  .container-important-info {
    grid-template-columns: 1fr;
  }
  .footer-text-upper {
    text-align: center;
  }
  .copyright {
    line-height: 2;
    margin: 0 20px 0;
  }
}

@media only screen and (max-width: 889px) {
  nav li {
    margin: 0 12px 0;
    font-size: 14px;
  }

  .main-image-container,
  .services-image-container {
    zoom: 80%;
  }
}

@media only screen and (max-width: 766px) {
  nav {
    display: none;
  }
  .mobile-menu,
  .mobile-image {
    display: block;
  }

  .desktop-image {
    display: none;
  }

  .content-desktop {
    background: #05141f;
    top: unset;
    padding: 30px 0 30px;
  }

  .main-image-container,
  .services-image-container,
  .original-parts-image-container {
    background: unset;
    height: unset;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
  }

  .content-mobile {
    display: block;
  }
  .master-title {
    font-size: 42px;
    margin: 0 20px 0;
    font-family: kia-signature-font-regular;
  }
  section .title {
    font-size: 23px;
    margin: 0 20px -2px;
  }
  .subtitle {
    font-size: 23px;
    margin: 0 20px 0;
  }
  .gray-container {
    display: grid;
    justify-content: center;
    height: auto;
    justify-items: center;
    padding: 10px 0 35px;
  }
  .button {
    margin: unset;
  }
  .text-uppercase {
    text-align: center;
    margin: 25px 20px 25px;
    line-height: 1.5;
    font-size: 23px;
  }
  .group-text {
    margin: 30px 0 30px;
  }
  .container-services {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 30px 0;
  }
  .container-reasons {
    grid-template-columns: 1fr;
    padding: 0 30px 0;
  }
  .narrow-container {
    padding-bottom: 30px;
  }
  .group-text-services {
    margin: 30px 0 0;
  }
  .group-text-original-parts {
    margin: 30px 0 -20px;
  }
}
@media only screen and (max-width: 479px) {
  .desktop-ul {
    display: none;
  }
  .mobile-ul {
    display: block;
  }
  .car-models-mobile {
    display: flex;
    margin-top: 1vh;
    justify-content: center;
  }
  .text-math-auto-2 {
    margin: 0 20px 0;
  }
}
