@font-face {
  font-family: m700;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-700-webfont.woff2");
}

@font-face {
  font-family: m900;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-900-webfont.woff2");
}

@font-face {
  font-family: m500;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-500-webfont.woff2");
}

@font-face {
  font-family: m300;
  font-style: normal;
  font-weight: normal;
  src: url("../../../fonts/msr/exljbris_-_museosansrounded-300-webfont.woff2");
}

@font-face {
  font-family: WorkSansLight;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/WorkSans/WorkSans-Light.ttf");
}

@font-face {
  font-family: WorkSansRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/WorkSans/WorkSans-Regular.ttf");
}

@font-face {
  font-family: WorkSansBold;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/WorkSans/WorkSans-Bold.ttf");
}

@font-face {
  font-family: WorkSansBlack;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/WorkSans/WorkSans-Black.ttf");
}

body {
  font-family: Arial;
  font-size: 16px;
  color: #000;
  background-color: #E5E5E5;
  position: relative;
  overflow-x: hidden;
}

body a,
body a:hover,
body a:visited {
  color: #fff;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: linear-gradient(180deg, #0051C4 0%, rgba(0, 81, 196, 0) 100%);
    z-index: -1;
} */

img {
  max-width: 100%;
  height: auto;
}

.section-title {
  font-family: m900;
  font-size: 38px;
  line-height: 55px;
  text-align: center;
}

.section-content {
  margin-top: 25px;
  text-align: center;
  font-family: Helvetica;
  font-size: 22px;
  line-height: 35px;
}

.background-blue {
  background-color: #0069FF;
}

.background-black {
  background-color: #000;
}

.default-padding-top {
  padding-top: 90px;
}

.default-padding-bottom {
  padding-bottom: 100px;
}

.small-padding-top {
  padding-top: 40px;
}

.small-padding-bottom {
  padding-bottom: 50px;
}

.color-white {
  color: #fff;
}

/* CTA */
.cta-wrap {
  /* display: flex; */
  /* justify-content: space-between; */
  /* width: 360px; */
  max-width: 100%;
}

.cta-form {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.cta-apply-wrap {
  /* display: none; */
  flex-direction: column;
  /* justify-content: space-between; */
  max-width: 100%;
  margin-bottom: 15px;
}

.cta-submit {
  /* margin-top: 10px; */
  width: 100%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  height: 46px;
  line-height: 46px;
  /* padding: 10px; */
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: m900;
  border: none;
  background-color: #05C65E;
}

.cta-wrap.cta-invite-disabled {
  pointer-events: none;
  /* opacity: 0.8; */
}

.cta-wrap.cta-invite-disabled .cta-email,
.cta-wrap.cta-invite-disabled .cta-submit {
  /* color: #9C9C9C; */
  /* border: 1px dotted #9C9C9C; */
  /* background-color: transparent; */
  opacity: 0.8;
}

input[type="text"],
input[type="email"],
.cta-email {
  padding: 5px;
  width: 100%;
  height: 46px;
  border: none;
}

/* Content Box */
.content-box {
  padding: 60px 25px;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  position: relative;
}

.content-box .content-box-title {
  font-family: m900;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

.content-box .content-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #0066FF;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 20px;
}

.content-box .content-box-icon img {
  width: 30px;
  height: auto;
}

.content-box .content-box-content {
  /* font-family: m500; */
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  color: #333;
  font-size: 15px;
}

/* Header */
/* #header {
  padding-top: 25px;
  padding-bottom: 25px;
  /* margin-bottom: 50px; */
  color: #fff;
  position: relative;
}

#logo svg {
  margin-right: 10px;
} */

#header .header-circle-1 {
  display: block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  top: -180px;
  right: 0;
  z-index: -2;
}

#header .header-circle-2 {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  top: 110px;
  right: 200px;
  z-index: -2;
}

/* Hero section */
#hero-container {
  position: relative;
  background-color: #0069FF;
  overflow: hidden;
}

#hero-container > .container {
  position: relative;
}

#hero-section > div {
  z-index: 1;
}

#hero-section .hero-image {
  vertical-align: bottom;
}

#hero-section h1 {
  font-family: m900;
  font-size: 44px;
  line-height: 52px;
  color: #FCFCFC;
}

#hero-section .section-content {
  margin-top: 25px;
  /* font-family: m300; */
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  font-family: WorkSansLight;
}

#hero-section .cta-wrap {
  margin-top: 30px;
}

#hero-container .hero-circle-1 {
  display: block;
  max-width: none;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background-color: #0258D2;
  position: absolute;
  bottom: -360px;
  right: -130px;
  z-index: 0;
}

.coupon-form-wrapper {
  margin-top: 30px;
  padding: 20px;
  background-color: #BAFFCD;
}

.coupon-form-copy {
  font-family: WorkSansRegular;
  line-height: 1.4;
}

.coupon-form-copy .countdown {
  font-family: WorkSansBlack;
  color: #FF3D12;
}

.coupon-form-copy strong {
  font-family: WorkSansBold;
}

.coupon-form {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.coupon-form .cta-submit {
  background-color: #FF3D12;
  color: #fff;
}

.coupon-form .cta-submit.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* #hero-section .hero-circle-2 {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: 100px;
  right: 60%;
  z-index: -2;
}

#hero-section .hero-circle-3 {
  display: block;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: #0258D2;
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -3;
} */

#recognitions-container {
  background-color: #000;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
}

/* Recognitions section */
#recognitions-container-copy {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  /* font-family: WorkSansLight; */
}

#recognitions-container .recognitions-box {
  font-size: 15px;
  line-height: 1.5;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  /* color: rgba(255, 255, 255, 0.8); */
  color: #ccc;
}

#recognitions-container .recognitions-title {
  margin-bottom: 20px;
  font-family: m900;
  font-size: 18px;
  color: #fff;
}

#recognitions-container .recognitions-title a {
  display: flex;
  align-items: center;
  gap: 10px;
}


#recognitions-container .recognitions-title .recognitions-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.gallery-item {
  margin-top: 20px;
  position: relative;
  display: block;
}

.gallery-item:before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;

  pointer-events: none;
}



/* Testimonial section */
#testimonial-section {
  padding-top: 70px;
  padding-bottom: 55px;
  color: #000;
  background-color: #fff;
  position: relative;
}

#testimonial-section .section-content {
  margin-bottom: 20px;
}

#testimonial-section .testimonial-box {
  padding: 15px;
}

#testimonial-section .testimonial-content {
  margin-top: 15px;
  color: #555555;
  line-height: 24px;
}

#testimonial-section .testimonial-name {
  margin-top: 15px;
  color: #59616C;
}

#testimonial-section .testimonial-circle-1 {
  display: block;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: 100px;
  right: -120px;
  z-index: -2;
}

#testimonial-section .testimonial-circle-2 {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #3085FF;
  position: absolute;
  bottom: 130px;
  right: -90px;
  z-index: -2;
}

#testimonial-section .testimonial-circle-3 {
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #559CFF;
  position: absolute;
  bottom: 150px;
  right: -60px;
  z-index: -2;
}

/* Expectations section */
#expectations-section {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #000;
  position: relative;
}

#expectations-section .section-content {
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: 17px;
  color: #555;
  margin-top: 15px;
  margin-bottom: 60px;
}

#expectations-section .content-box {
  color: #000;
  /* font-family: m500; */
  font-size: 15px;
}

#expectations-section .content-box-content span {
  font-family: m700;
  display: block;
  margin-bottom: 20px;
}

/* #expectations-section .content-box-icon {
  background-color: #000;
}

#expectations-section .content-box-content {
  font-family: m500;
} */

#expectations-section .row>.col-md-3 {
  /* display: flex; */
  margin-bottom: 20px;
}

/* #expectations-section .expectations-circle-1 {
  display: block;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  border: 2px solid #3085FF;
  position: absolute;
  bottom: 100px;
  left: -200px;
  z-index: -2;
}

#expectations-section .expectations-circle-2 {
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #3085FF;
  position: absolute;
  bottom: 150px;
  left: -150px;
  z-index: -2;
} */

/* Q & A section */
/*
#qa-section {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #F4F5F5;
  ;
}

#qa-section .section-title {
  margin-bottom: 60px;
}

#qa-section .row>div {
  margin-bottom: 50px;
}

#qa-section .content-box-icon {
  font-family: m700;
  font-size: 40px;
}
*/

#client-logos-section .section-content {

  font-size: 15px;
  line-height: 1.5;
  font-family: Helvetica, sans-serif;
  font-weight: 100;

  /* font-weight: 100; */
  /* font-size: 17px; */
  /* line-height: 15px; */
  color: #ccc;
}

.benefits-item {

}

.benefits-item .benefits-title {
  display: block;
  font-weight: bold;
  margin-top: 15px;
  font-family: m500;
}

.benefits-item .benefits-content {
  margin-top: 15px;
  font-weight: 100;
  font-size: 14px;
  line-height: 22px;
  font-family: Helvetica, sans-serif;
  color: #555;
}

.benefits-icon img {
  width: 45px;
  height: auto;
}

.logos-wrapper img {
  align-self: center;
  /* transform: scale(0.5); */
}

#gallery-section .section-content {
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: 17px;
  color: #ccc;
}

#pricing-section {
  padding-bottom: 80px;
}

#pricing-section .section-content {
  font-family: Helvetica, sans-serif;
    font-weight: 100;
    font-size: 17px;
    color: #555;
    margin-top: 15px;
    margin-bottom: 30px;
}

#you-get-section .section-title {
  margin-top: 30px;
}

/* Footer */
#footer {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  overflow: hidden;
}

#footer .row {
  z-index: 1;
  position: relative;
}

#footer .section-title {
  font-family: m700;
}

#footer .section-content {
  font-size: 16px;
}

#footer .container {
  position: relative;
}

#footer .cta-wrap {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#footer .section-content {
  color: #ccc;
}

#footer .section-content .highlight {
  color: #fff;
  text-decoration: underline;
}

#footer .footer-circle {
  display: block;
  max-width: none;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background-color: #0258D2;
  position: absolute;
  bottom: -460px;
  right: -200px;
  z-index: 0;
}

@media (max-width: 991px) {

  #testimonial-section .testimonial-circle-1,
  #testimonial-section .testimonial-circle-2,
  #testimonial-section .testimonial-circle-3 {
    display: none;
  }
}

@media (max-width: 767px) {

  #header .header-circle-1,
  #header .header-circle-2,
  #hero-section .hero-circle-1,
  #hero-section .hero-circle-2,
  #hero-section .hero-circle-3,
  #expectations-section .expectations-circle-1,
  #expectations-section .expectations-circle-2,
  #footer .footer-circle {
    display: none;
  }

  .cta-form {
    flex-direction: column;
  }

  .logos-wrapper {
    flex-direction: column;
    gap: 30px;
  }

}

/* Equal height columns */
@media (min-width: 768px) {
  #expectations-section .row>.col-md-3 {
    display: flex;
  }
}

/* Vukasinov edit */
@media (min-width: 1100px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}

/* ovo sa manjim procentom ukoliko mogu da se centriraju elementi */
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 30%;
  }
}
