:root {
  --brand500: #75953b;
  --brand400: #90b74a;
  --brand100: #c4f66a;
  --gray100: #f2f4f7;
  --gray25: #fcfcfd;
  --gray50: #f9fafb;
  --gray200: #e4e7ec;
  --gray300: #d0d5dd;
  --gray400: #98a2b3;
  --gray500: #667085;
  --gray600: #475467;
  --gray700: #344054;
  --gray800: #1d2939;
  --gray900: #101828;
  --brand25: #e1ffac;
  --brand50: #d1ff7f;
  --brand200: #b6e462;
  --brand300: #a3cd56;
  --brand600: #5e7830;
  --bricolage-grotesque: "Bricolage Grotesque", sans-serif;
  --brand700: #455823;
  --brand800: #2d3917;
  --brand900: #1d240f;
  --white100: white;
  --black100: black;
  --light-blue: #b7e2ff;
  --urbanist: Urbanist, sans-serif;
  --white-101: white;
  --black-101: black;
  --dm-sans: "DM Sans", sans-serif;
}

.body {
  color: #fff;
  background-color: #0c1914;
  font-family: Bricolage Grotesque, sans-serif;
}

.nav {
  width: 100%;
}

.brand {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  margin-left: 45%;
  display: flex;
}

.brand.w--current {
  max-width: 170px;
  margin-left: 45%;
  margin-right: auto;
}

.brand.mobile-brand.w--current {
  margin-left: 0%;
  margin-right: 0;
}

.zade-logo {
  margin-right: 9px;
}

.nav-link {
  color: #fff;
  padding: 0 12px 0 8px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-div {
  background-color: #1e270f;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  max-height: 40px;
  margin-left: 12px;
  text-decoration: none;
  display: flex;
}

.nav-div.contact-btn {
  background-color: var(--brand500);
  cursor: pointer;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  max-height: none;
  padding: 9px 32px;
}

.nav-div._40px-height.opacity-0 {
  opacity: 0;
  cursor: none;
}

.nav-div._40px-height.opacity-0.hide {
  display: none;
}

.nav-div.spacing-none {
  margin-left: 0;
}

.nav-div.spacing-none.nav-link-style {
  max-height: 45px;
}

.nav-div.spacing-none.space-between {
  color: #fff;
  text-decoration: none;
}

.nav-div.nav-link-style {
  max-height: 45px;
}

.img-nav-div {
  background-color: #75953b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 10px;
  padding: 4px;
  display: flex;
}

.img-nav-div.hide-div {
  display: none;
}

.image {
  width: 20px;
  height: 20px;
}

.nav-menu {
  display: flex;
  position: relative;
}

.nav-menu.div-float-right {
  margin-left: auto;
  margin-right: 0;
}

.divcontainer {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 50px;
  display: flex;
  position: relative;
}

.language-dropdown {
  margin-left: 0;
}

.language-selector {
  border: 1px solid #fff6;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hero-section {
  background-image: url('../images/hero-background.png');
  background-position: 50% 0;
  background-size: 100% 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.drvo-1 {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-right: 10px;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-sec-content {
  text-align: center;
  flex-flow: column;
  margin-top: 20%;
  display: flex;
}

.zade-main-text {
  color: #fff;
  letter-spacing: -80px;
  font-size: 400px;
  font-weight: 800;
  line-height: 290px;
}

.hero-subheading-div {
  z-index: 6;
  background-color: var(--brand400);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  position: relative;
}

.subheading {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.subheading-1 {
  z-index: 6;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.z-zade {
  color: #fff;
  font-size: 400px;
  font-weight: 800;
  line-height: 200px;
  position: relative;
}

.z-zade.word-shadow {
  z-index: 2;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  max-width: 205px;
  line-height: 130px;
  display: block;
}

.z-zade.word-shadow.hide {
  display: none;
}

.a-zade {
  color: #fff;
  font-size: 400px;
  font-weight: 800;
  line-height: 0;
  position: relative;
}

.a-zade.word-shadow {
  z-index: 0;
  line-height: 130px;
  display: block;
}

.zade-heading {
  margin-bottom: 14rem;
  margin-left: -12px;
  display: flex;
  position: relative;
}

.single-word-zade {
  z-index: 2;
  height: 100%;
  margin-right: -60px;
  line-height: 0;
  position: relative;
}

.d-zade {
  color: #fff;
  font-size: 400px;
  font-weight: 800;
  line-height: 0;
  position: relative;
}

.d-zade.word-shadow {
  line-height: 130px;
  display: block;
}

.e-zade {
  color: #fff;
  font-size: 400px;
  font-weight: 800;
  line-height: 0;
  position: relative;
}

.e-zade.word-shadow {
  line-height: 130px;
  display: block;
}

.hero-cols {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 460px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  color: #fff;
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

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

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  display: flex;
  position: absolute;
}

.second-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper {
  background-color: #1a371e;
  border-top-left-radius: 128px;
  border-top-right-radius: 128px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1700px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 81px 40px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  border: 1px solid #b6e46266;
  border-radius: 30px;
  width: 100%;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.text-block-2.tabs {
  text-align: center;
  max-width: 170px;
  margin-top: 52px;
  margin-left: 0;
}

.text-block-2.tabs.ger-w-190 {
  max-width: 190px;
}

.text-block-2.tabs.tur-w-180 {
  max-width: 180px;
}

.text-block-2.tabs.bos-w-90 {
  max-width: 90px;
}

.text-block-2.tabs.bos-w-90.eng-w-100 {
  max-width: 100px;
}

.text-block-2.tabs.bos-w-90.ger-w-110 {
  max-width: 110px;
}

.text-block-2.tabs.bos-w-90.tur-w-140 {
  max-width: 140px;
}

.text-block-2.third {
  max-width: 80px;
}

.text-block-2.third.fourth {
  max-width: 120px;
  margin-bottom: 24px;
}

.text-block-2.third.eng-w-100 {
  max-width: 100px;
}

.text-block-2.third.ger-w-170 {
  max-width: 170px;
}

.text-block-2.third.tur-w-100 {
  max-width: 100px;
}

.text-block-2.eng-w-1 {
  max-width: 130px;
}

.text-block-2.ger-w-140 {
  max-width: 140px;
}

.heading-main {
  margin-top: 16px;
}

.text-block-3 {
  text-align: center;
  letter-spacing: -3px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.text-block-4 {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.main-cta {
  z-index: 1;
  background-color: #3898ec00;
  border: 1px solid #fff6;
  border-radius: 40px 0 40px 40px;
  padding: 20px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.main-cta.tabs-cta {
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
  overflow: hidden;
}

.main-cta.tabs-cta.tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
}

.main-cta.tur-cta-p10 {
  padding-left: 25px;
  padding-right: 25px;
}

.second-section-cols {
  margin-top: 80px;
}

.columns-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  width: 100%;
  display: flex;
}

.col1 {
  background-color: #28542e;
  border-radius: 40px;
}

.col-content-wrapper {
  padding: 47px;
}

.text-block-5 {
  letter-spacing: -3px;
  margin-top: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.text-block-6 {
  margin-top: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.img-wrap {
  background-color: #b6e46240;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 16px;
  display: flex;
}

.cta-btn-hover {
  border-radius: 40px 0 40px 40px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-btn-hover.tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
  margin-right: auto;
}

.cta-btn-hover.tabs.prefooter {
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
  max-width: 240px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hover-cta-ball {
  background-color: var(--brand100);
  border-radius: 50%;
  width: 190px;
  height: 130px;
  position: absolute;
}

.hover-cta-ball.prefooter {
  width: 270px;
  height: 130px;
}

.hover-cta-ball.cta-red {
  background-color: #f68977;
}

.hover-cta-ball.cta-rose {
  background-color: #e78bdc;
}

.hover-cta-ball.cta-blue {
  background-color: #71aeff;
}

.third-sec-wrapper {
  width: 100%;
  max-width: 1800px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
}

.third-sec-tabs {
  margin-top: 24px;
}

.tab {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 40px 0 40px 40px;
  margin-left: 12px;
  padding: 20px 40px;
}

.tab.w--current {
  background-color: var(--brand500);
  color: #fff;
  border-radius: 50px 0 50px 50px;
  margin-left: 12px;
  padding: 20px 40px;
}

.text-block-7 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

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

.tab-pane {
  width: 100%;
}

.pane-content-wrapper {
  background-color: #e1ffac0d;
  border: 1px solid #e1ffac33;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
  width: 100%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}

.tabs-content {
  max-width: 1400px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.col2-tabs-content {
  text-align: left;
  flex-flow: column;
  padding-bottom: 52px;
  display: flex;
}

.text-block-8 {
  letter-spacing: -3px;
  margin-top: 8px;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}

.text-block-9 {
  color: #b1d7c8;
  margin-top: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.tabs-content-middle-div {
  margin-top: 64px;
}

.tabs-content-middle-div.no-spec-description {
  display: none;
}

.tab-prop {
  margin-bottom: 32px;
  display: flex;
}

.text-block-10 {
  color: #b1d7c8;
  margin-left: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.col1-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.col1-circle {
  background-color: var(--brand400);
  border-radius: 50%;
  width: 430px;
  height: 430px;
  position: absolute;
}

.col1-circle.red {
  background-color: #f68977;
}

.col1-circle.rose {
  background-color: #e78bdc;
}

.col1-circle.plue {
  background-color: #71aeff;
}

.tab-content-single {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2 {
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -15px;
}

.image-2.bos-img-100 {
  width: 90%;
}

.image-2.bos-img-100.img-w-60.ves-masina {
  width: 60%;
}

.easy-tabs {
  z-index: 1;
  box-sizing: content-box;
  color: #0000;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d1ff7f1a;
  cursor: default;
  width: 96vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18vw;
  font-weight: 800;
  line-height: 241px;
  display: block;
  position: absolute;
  inset: 33% 0% 30%;
}

.fourth-section {
  margin-top: 220px;
  margin-bottom: 106px;
}

.fourth-sec-wrapper {
  margin: 128px auto 40rem;
  padding-left: 5%;
  padding-right: 5%;
}

.fourth-heading {
  position: static;
  inset: -27% 0% auto;
}

.text-block-11 {
  text-align: center;
  letter-spacing: -3px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.text-block-11.combo {
  color: #fff;
  border: 1px solid #fff6;
  border-radius: 70px;
  margin-left: 11px;
  padding: 12px;
  text-decoration: none;
}

.nase-easy-tabs {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-right: 11px;
}

.fourth-content {
  width: 100%;
  max-width: 1700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.round.up-left {
  border-radius: 50%;
  max-width: 19%;
  position: absolute;
  inset: -9% auto auto 17px;
}

.round.down-left {
  border-radius: 50%;
  position: absolute;
  inset: auto auto 29% 34px;
}

.round.up-right {
  border-radius: 50%;
  position: absolute;
  inset: -14% 3% auto auto;
}

.round.down-right {
  border-radius: 50%;
  width: 190px;
  position: absolute;
  inset: auto 0 163px auto;
}

.image-4 {
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 80%;
  height: 370px;
  position: relative;
}

.image-4.hide {
  display: none;
}

.center-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer {
  z-index: 1;
  background-color: #121609;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-up {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-cols {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.foot-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foot-col1 {
  margin-left: 20px;
}

.o-nama-text {
  color: var(--brand100);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.o-nama-text.combo {
  margin-top: 24px;
}

.text-block-12 {
  color: #d1ff7f;
  margin-top: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.social-media {
  margin-top: 24px;
}

.image-6, .image-7 {
  margin-right: 36px;
}

.foot-nav {
  background-color: #262f14;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 130px;
  margin-top: 12px;
  display: flex;
}

.div-block-2, .col3-div {
  margin-top: 24px;
}

.col3-single {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  color: var(--gray100);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.image-8 {
  margin-right: 12px;
}

.footer-bottom {
  width: 100%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.shadow {
  z-index: 1;
  width: 120px;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(90deg);
  box-shadow: 0 0 20px 20px #0003;
}

.z {
  z-index: 4;
  width: 160px;
  height: 210px;
  font-size: 396px;
  font-weight: 800;
  line-height: 160px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 10px 0 150px #00000040;
}

.z.a {
  z-index: 3;
  left: 20%;
}

.z.d {
  z-index: 2;
  left: 44%;
}

.z.e {
  z-index: 1;
  left: 69%;
}

.col3-wrapper.hide {
  display: none;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.eng-toggle {
  color: #fff;
  background-color: #74953b00;
  border: 1px solid #fff6;
  border-radius: 40px 0 40px 40px;
  padding: 0 10px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: flex;
}

.dropdown-link.bos {
  padding-left: 5px;
}

.dropdown-list {
  background-color: #dddddd21;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  margin-left: 5px;
  padding: 10px 0;
}

.text-block-14 {
  color: #fff;
  flex-flow: wrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.icon {
  color: #fff;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
  display: flex;
}

.dropdown-toggle.w--open {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.image-10 {
  background-color: #008cff00;
  margin-right: 12px;
}

.ger-toggle, .tur-toggle {
  border: 1px solid #fff6;
  border-radius: 40px 0 40px 40px;
  margin-top: 8px;
  padding-left: 10px;
  display: flex;
}

.language-section.english, .language-section.german, .language-section.turkish {
  display: none;
}

.language-section.bosanski {
  flex-flow: column;
  display: none;
}

.lang-identifier {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
}

.language-button {
  display: flex;
}

.language-button.lang-button-style {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff6;
  border-radius: 40px 0 40px 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  margin-left: -5px;
  padding: 10px;
}

.language-button.lang-button-style.bos {
  padding-left: 8px;
}

.lines {
  display: none;
}

.lines.show {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 170%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.div-block-5.desktop-line {
  z-index: 19;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: 0%;
}

.jezici {
  display: none;
}

.link-block {
  max-width: 25px;
  margin-right: 36px;
}

.lajne {
  z-index: -1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.lajna {
  background-color: #6c95161a;
  width: 1px;
  height: 100%;
}

.div-block-6 {
  background-image: url('../images/ves-masina.png');
  background-position: 0 0;
  background-size: contain;
  padding: 65px;
}

.nav-right-div {
  display: flex;
}

.nav-right-div.english-padding {
  margin-left: 40px;
}

.play-btn {
  position: absolute;
}

.code-embed {
  margin-right: 0;
  display: flex;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  height: 31px;
  display: flex;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-4 {
  display: flex;
}

.text-block-15 {
  margin-left: 8px;
  margin-right: 8px;
}

.code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8, .code-embed-9, .code-embed-10, .code-embed-11, .code-embed-12, .code-embed-13, .code-embed-14, .code-embed-15, .code-embed-16, .code-embed-17, .code-embed-18, .code-embed-19 {
  display: flex;
}

.code-embed-20 {
  position: relative;
}

.up {
  cursor: pointer;
  background-color: #c4f66a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
}

.code-embed-21 {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .cta-btn-hover.tabs.prefooter {
    margin-top: 3rem;
  }

  .fourth-section {
    margin-top: 100px;
  }

  .fourth-heading {
    top: -16%;
  }

  .fourth-content {
    width: 100%;
    max-width: 1220px;
  }

  .round.up-left {
    top: -9%;
  }

  .round.down-left {
    bottom: 25%;
    left: 60px;
  }

  .round.up-right {
    top: -14%;
    right: 6%;
  }

  .round.down-right {
    bottom: 215px;
  }

  .language-section.english {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link:lang(en) {
    color: #fff;
  }

  .navbar {
    position: absolute;
  }

  .content-wrapper {
    max-width: none;
  }

  .cta-btn-hover.tabs.prefooter {
    margin-top: 3rem;
  }

  .fourth-section {
    margin-bottom: 0;
  }

  .fourth-sec-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 43rem;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .fourth-heading {
    top: -10%;
  }

  .fourth-content {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .round.up-left {
    top: -7%;
  }

  .round.up-right {
    top: -13%;
  }

  .round.down-right {
    width: 220px;
    bottom: 161px;
    right: -30px;
  }

  .image-4 {
    margin-left: 35px;
  }

  .center-img {
    justify-content: center;
    align-items: center;
  }

  .language-section.english, .language-section.german, .language-section.turkish {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    position: absolute;
  }

  .content-wrapper {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .second-section-cols {
    max-width: 1500px;
  }

  .image-2.bos-img-100.img-w-60, .image-2.img-w-60 {
    width: 60%;
  }

  .easy-tabs {
    justify-content: flex-start;
    align-items: center;
    width: 64vw;
    padding-left: 20px;
    font-size: 10vw;
    display: flex;
    right: auto;
  }

  .fourth-section {
    margin-bottom: 0;
  }

  .fourth-sec-wrapper {
    height: auto;
  }

  .fourth-heading {
    position: static;
  }

  .fourth-content {
    height: auto;
    margin-bottom: -30rem;
    position: relative;
  }

  .round.up-right {
    right: 6%;
  }

  .image-4 {
    margin-left: 15px;
  }

  .center-img {
    height: 65%;
  }

  .image-5 {
    display: block;
  }

  .language-section.english, .language-section.german, .language-section.turkish {
    display: none;
  }

  .up {
    cursor: pointer;
    width: 86px;
    height: 86px;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .brand.mobile-brand.w--current {
    margin-left: 0%;
  }

  .nav-link:hover, .nav-link:focus, .nav-link:lang(en) {
    color: #fff;
  }

  .nav-div {
    max-width: 130px;
    margin-bottom: 12px;
    margin-left: 0;
    text-decoration: none;
  }

  .nav-div.contact-btn, .nav-div._40px-height.opacity-0 {
    display: none;
  }

  .nav-div.spacing-none {
    max-width: 130px;
    margin-bottom: 12px;
  }

  .nav-div.spacing-none.nav-link-style {
    z-index: 1;
    position: relative;
  }

  .nav-div.spacing-none.space-between {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-div.nav-link-style {
    z-index: 1;
    position: relative;
  }

  .img-nav-div {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #000;
    height: 100vh;
    padding-top: 100px;
    padding-left: 16px;
    position: fixed;
    inset: 0%;
  }

  .divcontainer {
    position: fixed;
  }

  .language-dropdown {
    z-index: 998;
    display: flex;
    position: relative;
  }

  .language-dropdown.mobile {
    display: flex;
  }

  .language-selector.show {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .language-selector.menu-open {
    justify-content: flex-start;
    align-items: center;
    max-width: 540px;
    margin-top: 32px;
    display: flex;
  }

  .hero-section {
    background-position: 50% 0;
  }

  .columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 24px;
  }

  .heading-main {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main-cta.tabs-cta.tabs {
    background-color: var(--brand500);
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    flex-flow: column;
  }

  .cta-btn-hover.tabs {
    width: 100%;
  }

  .hover-cta-ball {
    display: none;
  }

  .tab {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .tab.w--current {
    width: 100%;
    margin-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-tabs {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .col2-tabs-content {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .content-text-div {
    flex-flow: column;
    display: flex;
  }

  .tabs-content-middle-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .col1-content {
    margin-top: 100px;
  }

  .col1-circle {
    width: 320px;
    height: 320px;
  }

  .tab-content-single {
    flex-flow: column;
  }

  .image-2 {
    width: 90%;
  }

  .easy-tabs {
    display: none;
  }

  .fourth-heading {
    margin-bottom: 60px;
  }

  .text-block-11.hide {
    display: none;
  }

  .fourth-content {
    max-width: 740px;
  }

  .round.up-left {
    max-width: 18%;
    inset: auto auto 13% 3%;
  }

  .round.down-left {
    max-width: 15%;
    inset: auto 4% 29% auto;
  }

  .round.up-right {
    max-width: 13%;
    inset: 9% auto auto 7%;
  }

  .round.down-right {
    width: 140px;
    inset: 0% 1% auto auto;
  }

  .image-4 {
    max-width: 70%;
    height: 240px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-cols {
    flex-flow: column;
  }

  .foot-col {
    justify-content: center;
    align-items: flex-start;
    margin-top: 64px;
    padding-left: 20px;
    padding-right: 0;
  }

  .foot-col1 {
    margin-left: 0;
  }

  .o-nama-text.combo.left, .o-nama-text.left-text, .social-media.left {
    display: flex;
  }

  .image-6, .image-7 {
    margin-right: 0;
  }

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

  .footer-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .col3-wrapper.hide {
    z-index: 1;
    margin-top: 48px;
    display: block;
    position: relative;
  }

  .dropdown-toggle {
    display: none;
  }

  .dropdown-toggle.mobile {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .language-section.english, .language-section.german, .language-section.turkish, .language-section.bosanski {
    display: none;
  }

  .language-button.mobile {
    background-image: url('../images/uk-lang.svg');
    background-position: 50%;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .language-button.mobile.ger {
    background-image: url('../images/german.svg');
  }

  .language-button.mobile.ger.bos {
    background-image: url('../images/bosnia-and-herzegovina.png');
  }

  .language-button.mobile.ger.bos.ghg, .language-button.mobile.ger.ger-hide {
    display: none;
  }

  .language-button.mobile.tur {
    background-image: url('../images/turkey.svg');
  }

  .language-button.mobile.tur.tur-hide, .language-button.mobile.eng-hide {
    display: none;
  }

  .div-block-3 {
    display: flex;
  }

  .columns-3 {
    position: absolute;
    inset: 0%;
  }

  .div-block-4 {
    width: 95%;
    height: 100%;
    position: absolute;
  }

  .column {
    height: 100%;
  }

  .column._1 {
    padding-left: 0;
  }

  .lines {
    z-index: -999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 88%;
    margin-top: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-5 {
    background-color: #ffffff26;
    width: 1px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .jezici {
    z-index: 1;
    border: 1px solid var(--brand100);
    border-radius: 50px;
    max-width: 140px;
    margin-top: 16px;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .icon-2, .icon-3, .icon-4, .icon-5 {
    display: none;
  }

  .social-link {
    width: auto;
    margin-right: 36px;
    display: block;
  }

  .text-block-15 {
    color: #fff;
    margin-left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-size: cover;
    height: 80vh;
  }

  .hero-sec-content {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-top: 36%;
  }

  .hero-subheading-div {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .subheading {
    letter-spacing: 10px;
    font-size: 14px;
  }

  .subheading-1 {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
  }

  .zade-heading {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 6.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-btn-hover.tabs.prefooter {
    z-index: 998;
    margin-top: 20px;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .col2-tabs-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tabs-content-middle-div {
    margin-left: 20px;
  }

  .image-2.move-right {
    padding-left: 30px;
  }

  .fourth-sec-wrapper {
    margin-bottom: 51rem;
  }

  .fourth-heading {
    margin-bottom: 0;
  }

  .text-block-11 {
    font-size: 40px;
  }

  .fourth-content {
    margin-top: 180px;
  }

  .round.up-left {
    max-width: 24%;
    bottom: -46%;
    left: 10%;
  }

  .round.down-left {
    bottom: -30%;
    right: 10%;
  }

  .round.up-right {
    top: -26%;
    left: 20%;
  }

  .round.down-right {
    top: -38%;
    right: 19%;
  }

  .image-4 {
    width: 90%;
    max-width: 90%;
    height: 260px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-up {
    padding-right: 60px;
  }

  .foot-col.padding-footer-none {
    margin-top: 0;
  }

  .z {
    width: 80px;
    height: 90px;
    font-size: 184px;
    line-height: 70px;
    position: absolute;
    inset: 0% 0% 0% 10%;
  }

  .z.a {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 28%;
  }

  .z.d {
    inset: 0% 0% 0% 47%;
  }

  .z.e {
    inset: 0% 0% 0% 69%;
  }

  .language-section.bosanski {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brand.mobile-brand.w--current {
    margin-left: 0%;
  }

  .divcontainer {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 20px 16px;
  }

  .drvo-1 {
    object-fit: cover;
    width: 100vw;
    max-width: none;
  }

  .hero-subheading-div {
    width: 100%;
  }

  .subheading {
    letter-spacing: 9px;
  }

  .subheading-1 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .div-block.eng-mobile-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .content-wrapper {
    margin-top: 42px;
    padding-top: 64px;
  }

  .heading-main {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-3 {
    letter-spacing: -3px;
    font-size: 40px;
  }

  .second-section-cols {
    margin-top: 40px;
  }

  .col1 {
    padding-left: 0;
  }

  .col-content-wrapper {
    padding: 32px 24px;
  }

  .text-block-5 {
    font-size: 40px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-btn-hover.tabs.prefooter {
    margin-top: 30px;
  }

  .tabs-menu {
    max-width: 90%;
  }

  .col2-tabs-content {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 0;
  }

  .text-block-8 {
    font-size: 40px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 22px;
  }

  .tabs-content-middle-div {
    margin-top: 42px;
  }

  .col1-circle {
    width: 230px;
    height: 230px;
  }

  .text-block-11 {
    font-size: 40px;
  }

  .image-3 {
    margin-right: 0;
  }

  .round.up-left {
    max-width: 31%;
  }

  .round.down-left {
    max-width: 17%;
    bottom: -35%;
  }

  .round.up-right {
    max-width: 20%;
    top: -20%;
    left: 17%;
  }

  .round.down-right {
    top: -40%;
    right: 11%;
  }

  .image-4 {
    height: 170px;
  }

  .image-5, .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .z {
    left: -2%;
  }

  .z.a {
    left: 20%;
  }

  .z.d {
    left: 44%;
  }

  .z.e {
    left: 70%;
  }

  .language-section.english, .language-section.german, .language-section.turkish, .language-section.bosanski {
    display: none;
  }

  .language-button.mobile.ger.bos {
    background-image: url('../images/bosnia-and-herzegovina.png');
  }

  .language-button.mobile.tur {
    background-image: url('../images/turkey.svg');
  }
}


