/* White space clearing */

/* Paragraph */

/* Headings */
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* Products page */

.products-header h4 {
  font-size: 26px;
  line-height: 36px;
  color: #fefefe;
  font-weight: 400;
}
.products-header h3 {
  font-size: 26px;
  line-height: 36px;
  color: #fefefe;
  font-weight: 400;
}
.products-header h4 a {
  color: #e5bc14;
  transition: all 0.3s ease;
}
.products-header h4 a:hover {
  /*  color: #6e5c7d; */
  font-size: 27px;
}

@media screen and (max-width: 400px) {
  .products-header h1,
  .careers-heading h1 {
    font-size: 28px !important;
  }
  .products-header h4,
  .careers-heading h4 {
    font-size: 22px !important;
  }
  .products-header h3,
  .careers-heading h3 {
    font-size: 22px !important;
  }
}

/* Career pages */

.careers-heading h3 {
  font-weight: 400;
}

/* Working in RT-RK */

/* Header */

/* Page content */

.main-text-heading {
  color: #7b6c93 !important;
  line-height: 1.2em;

  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
}
h1.main-text-heading {
  color: #7b6c93 !important;
  line-height: 1.2em;

  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-text-heading-sm {
  color: #44546a;
  font-size: 26px;
  margin-bottom: 0px;
}

.main-text-heading-sm a {
  color: #e5bc14;
}
.text-uppercase {
  text-transform: uppercase;
}
.yellow-link {
  color: #e5bc14;
  transition: all 0.3s ease;
}

.yellow-link:hover {
  color: #6e5c7d !important;
  transform: scale(1.02);
}
.yellow-link a {
  display: inline-block;
  color: #e5bc14;
  transition: all 0.3s ease;
}
.yellow-link a:hover {
  color: #6e5c7d !important;
  transform: scale(1.02) !important;
}
.main-text-paragraph {
  color: #44546a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.main-text-paragraph a {
  color: #e5bc14;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.main-text-paragraph a:hover {
  color: #6e5c7d !important;
  transform: scale(1.02) !important;
}

.main-text-paragraph-white {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

/* Glavna Lista */
.main-list {
  font-family: "Montserrat", "sans-serif";
  padding-left: 40px !important;
  margin-bottom: 20px;
}

.main-list li {
  font-family: "Montserrat", "sans-serif";

  color: #44546a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.main-list a {
  color: #e5bc14;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.main-list a:hover {
  color: #6e5c7d !important;
  transform: scale(1.02) !important;
}

.hw-list li {
  padding-bottom: 1.2rem;
}
.hw-list li span {
  font-weight: 500;
  display: block;
  margin-bottom: 1.2rem;
}
/* @media screen and (max-width: 600px) {
  .careers-heading h1 {
    font-size: 28px;
    line-height: 45px;
  }
  .careers-heading h3 {
    font-size: 22px !important;
    line-height: 34px;
  }
} */

/* Working with us benefits  */

@media screen and (max-width: 600px) {
  .main-text-heading,
  h1.main-text-heading {
    font-size: 26px !important;
  }
  .main-text-paragraph {
    font-size: 18px;
    line-height: 28px;
  }
  .main-text-heading-sm {
    font-size: 22px;
  }
  .main-list li {
    font-size: 18px;
    line-height: 28px;
  }
  .yellow-link {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 600px) {
  .main-text-heading,
  h1.main-text-heading {
    font-size: 25px !important;
  }
  .main-text-paragraph {
    font-size: 20px;
    line-height: 32px;
  }
  .main-text-heading-sm {
    font-size: 24px;
  }
  .main-list li {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .main-text-heading,
  h1.main-text-heading {
    font-size: 35px !important;
  }
  .main-text-paragraph {
    font-size: 20px;
    line-height: 32px;
  }
  .main-text-heading-sm {
    font-size: 26px;
  }
  .main-list li {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Buttons */

/* CSS */

/* See more Insights */
.see-more {
  text-align: center;
}
.see-more a {
  font-size: 18px;
  padding: 15px 35px;
  border: 2px solid #7b6c93;
  border-radius: 30px;
  transition: all 0.3s ease-out;
}
.see-more a:hover {
  background-color: #7b6c93;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .see-more {
    margin-top: 50px;
  }
}

.button-white {
  padding: 10px 35px;
  cursor: pointer;
  outline: none;
  border: 1px solid #5e5270;
  border-radius: 4px;
  transition: transform 0.3s ease;
  color: #222;
}

.button-white:disabled {
  pointer-events: none;
  border-radius: 4px;
}

.button-white:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(1px);
}

.button-white:active {
  box-shadow: none;
  transform: translateY(0);
}
.yellow-line {
  width: 150px;
  height: 5px;
  background-color: #f9bd00;
  margin-top: 5px;
}

/* Search Icon  */

.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
  background: transparent;
  color: transparent;
  border: none;
  width: 55px;
  z-index: 2;
}

.ds-icon-search input.et_pb_s,
.widget_search input#s {
  padding-right: 55px !important;
}

.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
  content: "\55";
  background-color: #5e5270;
  color: #fff;
  position: absolute;
  font-family: "ETModules";
  z-index: 1;
  right: -1px;
  font-size: 20px;
  padding: 9px 20px;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  transform: translateY(-1px);
}

/* Superscripts an Subscripts*/
sup {
  display: inline-block;
  transform: translate(2px, 3px);
  font-size: 11px;
}

/* Futnote  */

.futnote {
  margin-top: 30px;
  padding: 20px;
  border-top: 1px solid #5e5270;
}

.futnote sup {
  display: inline-block;
  margin-right: 5px;
}

/* Entratainment services  */

.entertainment-services {
  width: 100%;
  margin: 0 auto;
}

.entertainment-services .service {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px 40px 0;
  margin-bottom: 10px;
}

.entertainment-services .service img {
  width: 70px;
  height: auto;
}
.entertainment-services .service p {
  display: block;
  width: 75%;
  text-align: left;
}
.entertainment-services .service-image {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entertainment-services .service1 {
  background-color: #f2c65b;
}

.entertainment-services .service2 {
  background-color: #7b6c92;
}
.entertainment-services .service3 {
  background-color: #a4a4a4;
}

/* Images  */
.three-images-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: center;
}
.three-images-flex img:nth-child(2) {
  transform: translate(-30px);
}
@media screen and (max-width: 768px) {
  .three-images-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .three-images-flex img:nth-child(2) {
    transform: translate(0px);
  }
}
/* Cards on mARTini*/
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #7b6c93;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-style {
  font-size: 18px;
  color: #ffffff;
  margin: 1.5rem 0;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-body-two-columns {
  display: flex;
  gap: 20px;
}

.card-text-style {
  color: #7b6c93;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}
.note {
  background-color: #7b6c93;
  padding: 20px;
  color: #fff;
}
.note span {
  background-color: #f9bd00;
  display: inline-block;
  padding: 3px 7px;
  border-radius: 4px;
}

/* Fast not phone list */

.fast-not-phone-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .fast-not-phone-list {
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* Two columns */

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media screen and (max-width: 768px) {
  .two-columns {
    grid-template-columns: 1fr;
  }
}
/* Vimeo Video*/

.vimeo-video {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 400px) {
  .vimeo-video {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 500px) and (min-width: 400px) {
  .vimeo-video {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .vimeo-video {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
  .vimeo-video {
    width: 100%;
    height: 450px;
  }
}

/* Consumer page products*/

.consumer-products h4 {
  margin-bottom: 10px;
}

.consumer-products-wide.et_pb_row {
  max-width: 1400px !important;
}
.consumer-why-rtrk ul {
  padding-left: 10%;
}
.consumer-why-rtrk ul li {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  .consumer-why-rtrk ul {
    padding-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .mobility-hero-text {
  }
}

/* Technology Partners slider */

.technology-partners-slider {
  margin: 60px auto 120px auto;
}
.technology-partners-slider .items {
  width: calc(100% + 70px);
}

.technology-partners-slider .slick-next {
  right: -40px;
}

.technology-partners-slider .slick-prev {
  left: -150px;
}

/* .technology-partners-slider .slick-arrow {
  top: 30% !important;
} */
/* .technology-partners-slider .slick-track {
  justify-content: space-between !important;
} */
/* dodatno zbog promena na slick slajderu */
/* .technology-partners-slider .slick-arrow  {
  position: absolute;
} */

.technology-partners-slider .slick-slide img {
  width: 70%;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .technology-partners-slider .slick-next {
    right: -30px;
  }

  .technology-partners-slider .slick-prev {
    left: -60px;
  }
  .technology-partners-slider .slick-slide img {
    width: 70% !important;
    margin: 0 auto;
  }
  .technology-partners-slider .slick-arrow {
    top: 40% !important;
  }
}
@media screen and (min-width: 600px) {
  .technology-partners-slider .slick-prev {
    left: -60px;
  }
  .technology-partners-slider .slick-next {
    right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .technology-partners-slider .slick-arrow {
    top: 20% !important;
  }
}
@media screen and (min-width: 992px) {
  .technology-partners-slider .items {
    width: calc(100%);
  }
  .technology-partners-slider .slick-prev {
    left: -70px;
  }
  .technology-partners-slider .slick-next {
    right: 30px;
  }
  .technology-partners-slider .slick-arrow {
    top: 30% !important;
  }
}
@media screen and (min-width: 1500px) {
  .technology-partners-slider .items {
    width: calc(100% + 70px);
  }

  .technology-partners-slider .slick-next {
    right: -40px;
  }

  .technology-partners-slider .slick-prev {
    left: -170px;
  }
  .technology-partners-slider .slick-arrow {
    top: 33% !important;
  }
}

/* Why RT-RK  Accordion  */

.accordion-open-positions .et_pb_module.et_pb_accordion_item.et_pb_toggle_open {
  position: relative;
}
.accordion-open-positions .et_pb_toggle {
  background: none;
}
.accordion-open-positions .et_pb_module.et_pb_accordion_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
  width: 15px;
  height: 100%;
  background-color: #afa1c4;
  /* display: none; */
  transition: all 0.4s ease;
}
.accordion-open-positions .et_pb_module.et_pb_accordion_item {
  margin-bottom: 20px;
  padding: 20px 20px 20px 40px;
}

@media screen and (max-width: 768px) {
  .accordion-open-positions
    .et_pb_module.et_pb_accordion_item
    h3.et_pb_toggle_title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin: 0;
    padding: 0 20px 0 0;
  }
}

/* Patents  Accordion  */

.accordion-patents .et_pb_module.et_pb_accordion_item.et_pb_toggle_open {
  position: relative;
}

.accordion-patents.et_pb_accordion_0.et_pb_accordion h5.et_pb_toggle_title {
  font-size: 22px;
  line-height: 28px;
}
.accordion-patents .et_pb_toggle {
  background: none;
}
.accordion-patents .et_pb_module.et_pb_accordion_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
  width: 15px;
  height: 100%;
  background-color: #afa1c4;
  /* display: none; */
  transition: all 0.4s ease;
}
.accordion-patents .et_pb_module.et_pb_accordion_item {
  margin-bottom: 20px;
  padding: 20px 20px 20px 40px;
}

@media screen and (max-width: 768px) {
  .accordion-patents .et_pb_module.et_pb_accordion_item h3.et_pb_toggle_title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin: 0;
    padding: 0 20px 0 0;
  }
}

/* Added code   */
.et_pb_toggle_open .et_pb_toggle_title:before {
  font-family: "FontAwesome" !important;
  display: block !important;
  content: "\f077";
  font-size: 14px !important;
}

/* *** closeable accoridians */
.et_pb_toggle_open .et_pb_toggle_title:before {
  font-family: "FontAwesome" !important;
  display: block !important;
  content: "\f077";
  color: #846e96 !important;
  right: 0px !important;
  font-size: 14px !important;
}

/* Culture page link */

.culture-link-footer {
  transform: translateY(50px);
}

/*  Page footer link*/

.page-footer-link {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 35px;
  margin: 50px 0;
}
.page-footer-link.one-column {
  display: block;
  text-align: center;
  color: #44546a;
}
.page-footer-link-left {
  text-align: left;
}
.page-footer-link-right {
  text-align: right;
}
.page-footer-link-left a,
.page-footer-link-right a,
.page-footer-link.one-column a {
  display: inline-block;
  color: #e5bc14;
  transition: all 0.3s ease;
}

.page-footer-link-left a:hover,
.page-footer-link-right a:hover,
.page-footer-link.one-column a:hover {
  color: #6e5c7d;
  transform: scale(1.02);
}

@media screen and (max-width: 600px) {
  .page-footer-link {
    font-size: 16px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 600px) {
  .page-footer-link {
    font-size: 22px;
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .page-footer-link {
    font-size: 28px;
    margin: 40px 0;
  }
}
@media screen and (min-width: 1290px) {
  .page-footer-link {
    font-size: 35px;
    margin: 50px 0;
  }
}

.side-by-side-2 .et_pb_column {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .side-by-side-2 .et_pb_column .et_pb_module {
    margin-bottom: 0px;
  }
}
