.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-family: Lato, sans-serif;
}

.container {
  margin-left: 150px;
  margin-right: 150px;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-cols {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-col {
  justify-content: space-between;
  align-items: center;
}

.hero-section {
  background-image: url('../images/pexels-ekaterina-bolovtsova-6077326-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero-columns {
  height: 400px;
}

.hero-col {
  height: 100%;
}

.hero-h1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.hero-p {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.hero-btn {
  background-color: navy;
  margin-right: 2rem;
  font-size: 16px;
  line-height: 24px;
}

.hero-inv-btn {
  background-color: #0000;
  border: 2px solid #c3a500;
  border-radius: .5rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
}

.hero-inv-btn:hover {
  background-color: #c3a500;
}

.hero-second-wrapper {
  height: 100%;
}

.usluge-wrapper {
  background-color: #fffc;
  border-radius: 1rem;
  height: 100%;
  padding: 2rem;
  box-shadow: 0 20px 20px #0003;
}

.hero-tb {
  color: #000;
  font-size: 32px;
  line-height: 44.8px;
}

.first-section {
  background-color: #f6f8fc;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading-2 {
  color: #343e52;
  text-align: center;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.first-p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.first-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.second-section {
  background-color: #f6f8fc;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.second-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.grid-div {
  border-bottom: 2px solid #78819080;
  border-right: 2px solid #78819080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 430px;
  padding: 2rem 1rem;
  display: flex;
}

.grid-div.div-right {
  border-right-style: none;
}

.grid-div.down {
  border-bottom-style: none;
}

.h3 {
  color: #4f5d77;
  text-align: center;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.grid-p {
  color: #4f5d77;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.third-section {
  background-color: #f6f8fc;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.third-wrapper {
  margin-bottom: 6rem;
}

.mask-horizontal {
  overflow: visible;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.right-arrow {
  background-color: #007bfc;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.horizontal-logo {
  margin-bottom: 25px;
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.horizontal-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.author-job {
  color: #151c3480;
}

.column-wrap {
  display: flex;
}

.play-icon {
  width: 60px;
}

.testimonial-card {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.play-button {
  position: absolute;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.horizontal-quote-h4 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow {
  background-color: #007bfc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.fourth-section {
  background-color: #f6f8fc;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.fourth-div-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.submit-button-3 {
  letter-spacing: .05em;
  text-transform: none;
  background-color: navy;
  background-image: linear-gradient(navy, navy);
  border-radius: 5px;
  margin-top: 2rem;
  margin-bottom: 45px;
  padding: 14px 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.submit-button-3:hover {
  opacity: 1;
  background-image: linear-gradient(#4192f8c9, #4192f8c9);
}

.textarea-2 {
  border-radius: 5px;
  height: 55px;
  margin-bottom: 25px;
  padding-top: 8px;
  padding-bottom: 50px;
  padding-left: 20px;
  font-size: 1.2em;
}

.div-block-34 {
  width: 38%;
  margin-left: 1%;
}

.text-field-6 {
  border-radius: 5px;
  height: 55px;
  margin-bottom: 1rem;
  padding-left: 20px;
  font-size: 1em;
  font-weight: 400;
}

.field-label {
  text-transform: uppercase;
  font-size: 1.25em;
}

.div-block-32 {
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.test_email {
  opacity: 0;
  display: none;
}

.field-label-2 {
  color: #343e52;
  letter-spacing: .05em;
  text-transform: none;
  font-size: 1.1em;
  font-weight: 700;
}

.form-block {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.kontakt-link-block {
  color: #000;
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 3rem;
  padding: 1rem 2rem 1.5rem;
  text-decoration: none;
  display: inline-flex;
}

.kontakt-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #343e52;
}

.contact-div {
  margin-left: 2rem;
}

.columns {
  height: 500px;
}

.column, .column-2 {
  height: 100%;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  flex-flow: column;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.flag-div, .link-block-flag {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-div {
  width: 300px;
}

.kontakt-divv {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-linkic {
  color: #000;
  margin-bottom: .75rem;
  text-decoration: none;
}

.image-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.colss {
  margin-top: 3rem;
}

.o-namacol {
  height: 100%;
}

.column-3 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 2rem;
  display: flex;
}

.columns-2, .image {
  height: 500px;
}

.brand {
  width: 300px;
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid-div {
    height: 300px;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image {
    position: relative;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .submit-button-3 {
    width: 50%;
    font-size: 1.4em;
  }

  .textarea-2 {
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-h1 {
    margin-bottom: 0;
  }

  .hero-p {
    margin-top: 1.5rem;
    font-size: 15px;
  }

  .first-wrapper {
    display: block;
  }

  .horizontal-angle {
    display: none;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .submit-button-3 {
    font-size: 1.75em;
  }

  .textarea-2 {
    border-radius: 5px;
  }

  .div-block-34 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-section {
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-columns {
    height: 100vh;
  }

  .hero-col {
    height: 45%;
  }

  .hero-p {
    font-size: 18px;
    line-height: 28px;
  }

  .usluge-wrapper {
    height: 50%;
    margin-top: 2rem;
  }

  .heading-2 {
    text-align: center;
  }

  .grid-div {
    height: 100%;
  }

  .grid-p {
    font-size: 15px;
    line-height: 20px;
  }

  .right-arrow {
    inset: auto 20% -3% auto;
  }

  .horizontal-content-block {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .author-block {
    margin-top: 15px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .left-arrow {
    inset: auto auto -3% 20%;
  }

  .submit-button-3 {
    letter-spacing: .05em;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 1.5em;
    line-height: 1.25em;
  }

  .textarea-2 {
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
  }

  .div-block-34 {
    width: 100%;
    margin-left: 0%;
  }

  .text-field-6 {
    height: 45px;
    padding-left: 15px;
    font-size: 16px;
  }

  .field-label {
    font-size: 1.25em;
  }

  .text-block-15 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .div-block-32 {
    flex-wrap: wrap;
  }

  .form-4 {
    padding-bottom: 50px;
  }

  .form-block {
    width: 100%;
  }

  .kontakt-link-block {
    padding-left: .75rem;
  }

  .broj-telefona {
    font-size: 12px;
  }

  .contact-div {
    margin-left: .5rem;
  }

  .columns {
    height: auto;
  }

  .column-2, .footer-col {
    margin-top: 3rem;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-div {
    width: 200px;
  }

  .columns-2 {
    height: auto;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .brand {
    width: 200px;
  }
}


