:root {
  --black: black;
  --gainsboro: #e2e2e2;
  --white: white;
  --gold: #f4ca59;
  --lime-green: #46e056;
  --light-steel-blue: #8eb6dd;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-2 {
  justify-content: space-around;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.footer-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-div.border-right {
  border-right: 1px solid var(--gainsboro);
  justify-content: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block {
  color: var(--gainsboro);
  text-align: center;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.link {
  color: var(--gainsboro);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.hero-section {
  background-image: linear-gradient(to bottom, var(--black) 23%, rgba(0, 0, 0, .75) 39%, rgba(0, 0, 0, 0) 61%), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/auto-skola-edited.jpg');
  background-position: 0 0, 0 0, 50% 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 85vh;
  display: flex;
}

.hero-div {
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  height: 60%;
  display: flex;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.heading {
  color: var(--gainsboro);
  text-shadow: 4px 4px 4px var(--black);
  font-family: Exo, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.hero-subtitle {
  color: var(--gainsboro);
  text-shadow: 4px 4px 4px #000;
  width: 60%;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.hero-subtitle.obavijest {
  color: red;
  margin-top: 10px;
}

.hero-subtitle.obavijest-text {
  color: var(--gainsboro);
  width: 100%;
  margin-top: 10px;
}

.line-white {
  border-top: 1px solid var(--gainsboro);
  width: 36%;
  margin-bottom: 10px;
}

.footer-heading {
  color: var(--gainsboro);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.mini-section {
  background-color: var(--black);
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

._3-blocks {
  justify-content: center;
  width: 90%;
  margin-top: -50px;
  display: flex;
}

.div-block-4 {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 120px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.div-block-4:hover {
  box-shadow: 0 0 11px 0 var(--white);
  margin-top: -10px;
}

.text-block-3 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding-left: 30px;
  display: flex;
}

.heading-2 {
  color: var(--gainsboro);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.heading-2.o-nama {
  margin-bottom: 40px;
}

.text-mid-section {
  color: var(--gainsboro);
  width: 80%;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.html-embed {
  width: 100%;
}

.section-o-nama {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.instruktori {
  justify-content: space-around;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.section-cjenik {
  background-color: var(--black);
}

.h-div {
  background-color: var(--gainsboro);
  border-radius: 100px;
  width: 50px;
  height: 2px;
}

.h-div.card-h-div {
  background-color: var(--black);
  width: 30px;
}

.big-price {
  color: #080110;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 420px;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
  box-shadow: 1px 1px 29px rgba(0, 0, 0, .08);
}

.pricing-card.big-card {
  z-index: 10;
  background-color: #fff;
  justify-content: space-around;
  width: 462px;
  height: 525px;
  margin-left: -25px;
  margin-right: -25px;
  padding-right: 0;
  position: relative;
  top: -25px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .08);
}

.pricing-card.third-card {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 0;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .08);
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #30ac51;
  border-radius: 0;
  padding: 7px 40px;
  font-weight: 600;
  transition: all .6s;
}

.button:hover {
  background-color: #583bb5;
}

.button.pricing-card-btn {
  background-color: var(--gold);
  border-radius: 30px;
  padding: 15px 60px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.button.pricing-card-btn:hover {
  background-color: var(--lime-green);
  color: #fff;
}

.button.pricing-card-btn.form-btn {
  margin-top: 20px;
}

.button.pricing-card-btn {
  background-color: #f4ca59;
  border-radius: 30px;
  padding: 15px 60px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.button.pricing-card-btn:hover {
  color: #fff;
  background-color: #46e056;
}

.pricing-cards-wrapper {
  background-color: var(--black);
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
  font-weight: 300;
  display: flex;
}

.h3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.price-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-card-description {
  color: #080110;
  text-align: center;
  width: 55%;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.h2-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
}

.h2 {
  color: var(--gainsboro);
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph {
  color: var(--gainsboro);
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.h2-wrapper-title {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
}

.global-nav-container {
  z-index: 9999;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .88), rgba(0, 0, 0, .88));
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo-container {
  align-items: center;
  display: flex;
}

.nav-button-container {
  display: inline-block;
}

.nav-button {
  color: var(--gainsboro);
  background-color: rgba(0, 0, 0, 0);
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  transition: color .45s;
}

.nav-button:hover {
  color: var(--white);
}

.nav-button-underline {
  background-color: var(--gainsboro);
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-3 {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/AdobeStock_118468715.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.form {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.form-text {
  width: 40%;
  height: 9%;
}

.field-label {
  color: var(--gainsboro);
  font-family: Exo, sans-serif;
}

.textarea {
  font-family: Exo, sans-serif;
}

.d-121-author-text {
  color: var(--white);
  text-align: center;
  width: 80%;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.d-121-project-title {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.d-121-text-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-121-text-wrapper.wrapper1 {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/51495b5e-cbf0-4861-af46-6654c08f5b39.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.d-121-project-card-wrapper {
  background-color: #fff;
  background-image: url('../images/courses-3-575x776.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 500px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}

.d-121-project-card-wrapper._2 {
  background-image: url('../images/courses-3-575x776.jpg');
  background-size: cover;
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
}

.d-121-project-card-wrapper._3 {
  background-image: url('../images/courses-3-575x776.jpg');
  background-size: cover;
  width: 25%;
  height: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.d-121-project-card-wrapper._3.desktop {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/IMG_1398.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d-121-project-card-wrapper._3.desktop._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/WhatsApp-Image-2020-11-02-at-12.23.10.jpeg');
  background-position: 0 0, 70% 60%;
}

.d-121-project-card-wrapper._3.desktop._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/IMG_1391.jpg');
  background-position: 0 0, 50% 20%;
}

.d-121-project-card-wrapper._3.desktop._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/WhatsApp-Image-2021-10-26-at-11.22.28.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.d-121-project-card-wrapper._3.desktop._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/IMG_1393.JPG');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h2-wrapper-title-copy {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
}

.po2 {
  display: none;
}

.d-43-menu-top-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 400;
}

.d-43-menu-item {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.d-43-sm-text {
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
  transition: color .2s;
}

.d-43-sm-text:hover {
  color: #909090;
}

.d-43-social-media-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.d-43-sm-link-block {
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.d-43-menu-item-text {
  color: #000;
  letter-spacing: 4px;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
  transition: color .2s;
}

.d-43-menu-item-text:hover {
  color: #909090;
}

.d-43-menu-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-43-menu-wrapper {
  z-index: 499;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.d-43-menu-left-line {
  background-color: #ff47f9;
  width: 5px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.d-43-menu-trigger {
  z-index: 999;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  margin-top: 60px;
  margin-right: 30px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.d-43-trigger-line {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.d-43-trigger-line.first {
  margin-top: -10px;
}

.d-43-trigger-line.third {
  margin-top: 10px;
  margin-bottom: 0;
}

.counter {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 50px;
}

.small-price {
  color: #080110;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.text-mid-section-center {
  color: var(--gainsboro);
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.link-2, .link-3 {
  color: var(--gainsboro);
  text-decoration: none;
}

.small-title {
  border-bottom: 1px solid var(--gainsboro);
  color: var(--gainsboro);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.footer-div-img {
  flex-direction: column;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-div-img.border-right {
  border-right: 1px solid var(--gainsboro);
}

.text-block-copy {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block-2 {
  color: var(--gainsboro);
  text-align: center;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block-3-copy {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.heading-2-copy {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading-2-copy.o-nama {
  margin-bottom: 40px;
}

.thank-you-text {
  width: 50%;
}

.div-block-7 {
  width: 60%;
  margin-top: 50px;
  display: flex;
}

.link-4 {
  color: var(--gainsboro);
  text-decoration: none;
}

.link-5 {
  color: var(--gainsboro);
  text-decoration: underline;
}

.link-6, .link-7 {
  color: var(--gainsboro);
}

html.w-mod-js [data-ix="nav-button-underline"] {
  width: 0;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 80%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-div {
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-div.border-right {
    border-right-style: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block {
    text-align: left;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, var(--black) 22%, rgba(0, 0, 0, .8) 38%, transparent 59%), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/auto-skola-edited.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    height: 85vh;
  }

  .hero-div {
    justify-content: center;
    height: 60%;
  }

  .hero-content {
    margin-top: -20px;
  }

  .div-block-4 {
    padding: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .instruktori {
    flex-direction: column;
    align-items: center;
  }

  .big-price {
    font-size: 30px;
  }

  .pricing-card {
    width: 300px;
    height: 450px;
    padding-right: 14px;
  }

  .pricing-card.big-card {
    width: 320px;
    height: 470px;
    margin-left: -20px;
    margin-right: -20px;
    top: -20px;
  }

  .pricing-card.third-card {
    width: 300px;
    padding-left: 14px;
  }

  .button.pricing-card-btn {
    padding-left: 43px;
    padding-right: 43px;
  }

  .pricing-cards-wrapper {
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .h3 {
    font-size: 24px;
  }

  .pricing-card-description {
    width: 65%;
  }

  .h2-wrapper, .h2-wrapper-title {
    padding-bottom: 10px;
  }

  .form {
    width: 90%;
  }

  .form-text {
    width: 45%;
  }

  .d-121-project-title {
    padding-bottom: 20px;
  }

  .d-121-text-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .d-121-project-card-wrapper {
    width: 90%;
    height: 400px;
    margin-bottom: 80px;
  }

  .d-121-project-card-wrapper._2 {
    background-image: url('../images/IMG_1391.jpg');
    background-position: 50%;
    background-size: cover;
    width: 90%;
    height: 400px;
    margin-bottom: 40px;
  }

  .d-121-project-card-wrapper._3 {
    background-image: url('../images/WhatsApp-Image-2020-11-02-at-12.23.10.jpeg');
    background-position: 70%;
    background-size: cover;
    width: 90%;
    height: 400px;
    margin-bottom: 40px;
  }

  .d-121-project-card-wrapper._3.desktop {
    display: none;
  }

  .d-121-project-card-wrapper._3.fourthimg {
    background-image: url('../images/IMG_1393.JPG');
    background-position: 100%;
  }

  .d-121-project-card-wrapper.third {
    background-image: url('../images/WhatsApp-Image-2021-10-26-at-11.22.28.jpeg');
    background-position: 50%;
  }

  .h2-wrapper-title-copy {
    padding-bottom: 10px;
  }

  .po2 {
    width: 90%;
    display: flex;
  }

  .counter {
    font-size: 40px;
  }

  .small-price {
    font-size: 20px;
  }

  .footer-div-img {
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-div-img.border-right {
    border-right-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-copy, .text-block-2 {
    text-align: left;
  }

  .text-block-3-copy {
    text-align: center;
  }

  .thank-you-text {
    width: 65%;
  }

  .div-block-7 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer-div.border-right {
    width: 100%;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, var(--black) 2%, rgba(0, 0, 0, .77) 42%, transparent 48%), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/auto-skola-edited.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    justify-content: space-around;
    height: 43vh;
  }

  .hero-content {
    justify-content: center;
    height: 90%;
    margin-top: -115px;
    padding-top: 0;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-subtitle {
    width: 90%;
    font-size: 22px;
    line-height: 26px;
  }

  .mini-section {
    padding-bottom: 40px;
  }

  ._3-blocks {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .div-block-4 {
    margin-bottom: 10px;
    transition: none;
  }

  .div-block-4:hover {
    box-shadow: none;
    margin-top: 0;
  }

  .text-mid-section {
    font-size: 18px;
    line-height: 22px;
  }

  .instruktori {
    flex-direction: column;
    align-items: center;
  }

  .h-div {
    background-color: var(--gainsboro);
  }

  .big-price {
    font-size: 36px;
  }

  .pricing-card {
    width: 80%;
    height: 470px;
    padding-right: 0;
  }

  .pricing-card.big-card {
    width: 85%;
    height: 500px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }

  .pricing-card.third-card {
    width: 80%;
    height: 470px;
    margin-top: 10px;
    padding-left: 0;
  }

  .button.pricing-card-btn {
    padding-left: 43px;
    padding-right: 43px;
  }

  .pricing-cards-wrapper {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    margin-bottom: 5px;
    font-size: 34px;
    line-height: 44px;
  }

  .h2-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph {
    text-align: center;
  }

  .h2-wrapper-title {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .global-nav-container {
    display: none;
  }

  .section-3 {
    flex-direction: column;
    height: 90vh;
  }

  .form {
    width: 100%;
  }

  .form-text {
    width: 80%;
    padding-top: 30px;
  }

  .d-121-author-text {
    font-size: 16px;
    line-height: 18px;
  }

  .d-121-project-title {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .d-121-project-card-wrapper, .d-121-project-card-wrapper._2, .d-121-project-card-wrapper._3 {
    width: 90%;
    height: 400px;
    margin-bottom: 10px;
  }

  .d-121-project-card-wrapper._3.desktop {
    display: none;
  }

  .h2-wrapper-title-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-mobile {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .po2 {
    flex-flow: column;
    width: 90%;
    margin-bottom: 10px;
    display: flex;
  }

  .d-43-menu-top-text {
    color: var(--gainsboro);
    font-family: Exo, sans-serif;
  }

  .d-43-sm-text {
    color: var(--gainsboro);
    text-align: center;
    font-family: Exo, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .d-43-sm-text:hover {
    color: var(--gainsboro);
  }

  .d-43-menu-item-text {
    color: var(--gainsboro);
    font-family: Exo, sans-serif;
  }

  .d-43-menu-wrapper {
    background-color: #000;
    width: 80%;
    display: flex;
    position: fixed;
  }

  .d-43-menu-left-line {
    background-color: var(--gold);
  }

  .d-43-menu-trigger {
    margin-top: 20px;
    display: flex;
    position: fixed;
  }

  .d-43-trigger-line, .d-43-trigger-line.first, .d-43-trigger-line.third {
    background-color: var(--gold);
  }

  .small-price {
    font-size: 30px;
  }

  .text-mid-section-center, .small-title {
    font-size: 18px;
    line-height: 22px;
  }

  .thank-you-text {
    width: 80%;
    padding-top: 30px;
  }

  .div-block-7 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .link {
    text-align: left;
  }

  .hero-section {
    background-image: linear-gradient(#000 21%, rgba(0, 0, 0, .8) 31%, rgba(0, 0, 0, 0) 46%), linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), url('../images/auto-skola-edited.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    justify-content: space-around;
    height: 60vh;
    padding-top: 0;
  }

  .hero-content {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .mini-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5, .heading-2 {
    width: 100%;
  }

  .text-mid-section {
    width: 80%;
  }

  .pricing-card {
    width: 85%;
  }

  .pricing-card.big-card {
    width: 90%;
  }

  .pricing-card.third-card {
    width: 85%;
  }

  .button.pricing-card-btn {
    text-align: center;
    width: 80%;
    padding-left: 43px;
    padding-right: 43px;
  }

  .pricing-cards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .h3 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 30px;
  }

  .h2-wrapper {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    text-align: center;
  }

  .h2-wrapper-title {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-121-author-text {
    font-size: 18px;
    line-height: 18px;
  }

  .d-121-project-title {
    font-size: 20px;
    line-height: 22px;
  }

  .d-121-project-card-wrapper {
    width: 90%;
    margin-bottom: 20px;
  }

  .d-121-project-card-wrapper._2, .d-121-project-card-wrapper._3 {
    margin-bottom: 20px;
  }

  .h2-wrapper-title-copy {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .po2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .d-43-menu-top-text {
    margin-top: 80px;
  }

  .d-43-sm-text {
    text-align: center;
  }

  .d-43-menu-item-text {
    font-size: 36px;
    line-height: 36px;
  }

  .d-43-menu-wrapper {
    display: flex;
  }

  .text-mid-section-center, .small-title, .heading-2-copy {
    width: 100%;
  }

  .div-block-7 {
    width: 80%;
  }
}


