/* Theme Name: The Orchestra dgtl Theme Theme URI: orchestra-dgtl.com Author: Orchestra dgtl Author URI: orchestra-dgtl.com Description: Custom Template Made By Jo-Ann Remmelink Version: 1.0 Text Domain: orchestra-dgtl.com */
body {
  font-family: Inter, serif;
  font-size: 16px;
  line-height: 1.6rem;
  color: #333333;
  font-weight: normal;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body a {
  color: #333333;
}

h1 {
  font-size: 3.8rem;
  font-weight: 800 !important;
  line-height: 4rem;
}

h2 {
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: 800;
}

.header-2 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 800;
}

h3 {
  font-size: 2rem;
  font-weight: 800 !important;
}

.header-3 {
  font-size: 2rem;
  font-weight: 800 !important;
  line-height: 2.2rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 800;
  margin-bottom: 2px;
}

h6 {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 800;
  margin-bottom: 2px;
}

header {
  padding: 35px 0 0 0;
}
header .logo {
  width: 200px;
}
header .navbar {
  position: relative;
}
header .navbar a {
  text-decoration: none !important;
}
header .navbar .nav-item {
  padding: 0 25px;
  margin-top: auto;
  margin-bottom: auto;
  position: unset !important;
}
header .navbar .nav-item > .dropdown-toggle::after {
  border: none;
  content: "";
  background-image: url("/wp-content/themes/orchestra-dgtl_theme/images/down-chevron.svg");
  height: 20px;
  width: 23px;
  background-position: center;
  background-size: cover;
  margin-bottom: -8px;
  margin-left: -3px;
}
header .navbar .nav-item.active a {
  border-bottom: 2px solid #612C51;
}
header .navbar .nav-item.active .dropdown-submenu a {
  border-bottom: 0 !important;
}
header .navbar .nav-item .nav-link {
  color: #333333;
  text-decoration: none !important;
}
header .navbar .nav-item .dropdown-submenu > a {
  font-weight: 800;
}
header .navbar .nav-item .dropdown-menu.depth_0 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px;
  padding: 40px;
}
header .navbar .nav-item .dropdown-menu.depth_0 .dropdown-toggle::after {
  background-image: none;
}
header .navbar .nav-item .dropdown-menu.depth_0 li {
  margin-top: 0;
}
header .navbar .nav-item .dropdown-menu.depth_0.show {
  display: flex;
}
header .navbar .nav-item .dropdown-menu.depth_0 a {
  text-decoration: none !important;
}
header .navbar .nav-item .dropdown-menu.depth_1 {
  border: 0;
  position: relative;
}
header .navbar .nav-item .dropdown-menu.depth_1 li {
  padding-left: 0;
}
header .navbar .nav-item .dropdown-menu.depth_1 li a {
  text-decoration: none !important;
}

.container {
  max-width: 1400px !important;
}
.container.container-small {
  max-width: 1300px !important;
}

.img-fluid {
  max-width: 100%;
  max-height: 100%;
}
.img-fluid.img_border_radius {
  border-radius: 50px 15px 15px;
}

.bg-grey {
  background-color: #F0F0F0;
}

.btn {
  padding: 10px 40px 10px 45px;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn.btn-primary {
  background-color: #612C51;
  border: none;
}
.btn.btn-primary img {
  width: 22px;
  margin-top: -4px;
  margin-left: 20px;
}
.btn.btn-primary:hover {
  background-color: #333333;
  transition: all 0.3s linear;
}
.btn.btn-link {
  color: #333333;
}
.btn.btn-link-arrow {
  color: #333333;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  padding: 0;
}
.btn.btn-link-arrow img {
  width: 22px;
  margin-top: -4px;
  margin-left: 6px;
}

.subtitle {
  color: #612C51;
  font-size: 0.85rem;
  font-family: Jura, sans-serif;
}

.banner-section img {
  max-height: 42vh;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.text-section {
  padding: 80px 0;
}

.subpage-section {
  background-color: #F0F0F0;
  padding: 80px 0;
}
.subpage-section .subpage-list {
  list-style-type: none;
}
.subpage-section .subpage-list li {
  border-bottom: 1px solid #333333;
  padding: 10px 0;
}
.subpage-section .subpage-list li a {
  text-decoration: none;
  font-size: 1.3rem;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.subpage-section .subpage-list li a .purple_circle {
  width: 35px;
  height: 35px;
  padding-top: 3px;
  padding-left: 7px;
  background: #612C51;
  border-radius: 100px;
  display: inline-block;
  margin-top: -7px;
  opacity: 0;
  margin-right: 20px;
  transition: 0.5s all ease;
}
.subpage-section .subpage-list li a .purple_circle img {
  width: 20px;
}
.subpage-section .subpage-list li a:hover .purple_circle {
  opacity: 1;
  margin-right: 0;
  transition: 0.5s all ease;
}
.subpage-section .subpage-list li:last-child {
  border-bottom: none;
}

.cases-section .item > div, .cases-section .case-item > div, .full-cases-section .item > div, .full-cases-section .case-item > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50px 15px 15px 15px;
  position: relative;
  z-index: 1;
}
.cases-section .item > div .description, .cases-section .case-item > div .description, .full-cases-section .item > div .description, .full-cases-section .case-item > div .description {
  color: white;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.cases-section .item > div .description span, .cases-section .case-item > div .description span, .full-cases-section .item > div .description span, .full-cases-section .case-item > div .description span {
  padding: 4px 16px;
  font-size: 12px;
  border-radius: 50px;
  border: 1px solid white;
  line-height: 16px;
  margin-right: 12px;
  display: inline-block;
  margin-top: 6px;
  text-transform: lowercase;
}
.cases-section .item > div:before, .cases-section .case-item > div:before, .full-cases-section .item > div:before, .full-cases-section .case-item > div:before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(0deg, rgb(51, 51, 51) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px 15px 15px 15px;
  position: absolute;
}

.cases-section {
  padding: 200px 0 150px 0;
  overflow: hidden;
  position: relative;
}
.cases-section .slider-container {
  position: absolute;
  top: 80px;
  right: 0;
  width: 50vw;
}
.cases-section .slider-container .item {
  height: 480px;
}
.cases-section .owl-nav {
  display: flex;
  position: absolute;
  bottom: -25px;
  right: 30px;
}
.cases-section .owl-nav img {
  width: 30px;
  cursor: pointer;
}
.cases-section .owl-nav .owl-prev img {
  transform: rotate(180deg);
}

.full-cases-section .case-item {
  height: 50vh;
}

.logo-section {
  background-color: #F0F0F0;
  padding: 80px 0;
}
.logo-section .logo-img img {
  width: 300px;
  filter: grayscale(1);
}

.insight-section {
  padding: 80px 0;
}
.insight-section .insight-item {
  border-radius: 50px 15px 15px 15px;
  overflow: hidden;
  box-shadow: 5px 5px 10px #c7c7c7;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  transition: all 0.4s ease;
}
.insight-section .insight-item .img-container {
  overflow: hidden;
  height: 250px;
}
.insight-section .insight-item .img-container img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease;
}
.insight-section .insight-item .content {
  padding: 2rem 1.5rem;
}
.insight-section .insight-item .read-more {
  background-color: #612C51;
  padding: 10px 13px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  transition: all 0.4s ease;
}
.insight-section .insight-item .read-more img {
  margin-top: -2px;
  width: 20px;
  transform: rotate(0deg);
  transition: all 0.4s ease;
}
.insight-section .insight-item .read-more span {
  width: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.insight-section .insight-item:hover .img-container img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.insight-section .insight-item:hover .read-more img {
  transform: rotate(-45deg);
  transition: all 0.4s ease;
}

.vacancy-section {
  padding: 80px 0;
}
.vacancy-section .vacancy-item {
  border-radius: 50px 15px 15px 15px;
  overflow: hidden;
  box-shadow: 5px 5px 10px #c7c7c7;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  position: relative;
  padding-bottom: 35px;
  transition: all 0.4s ease;
}
.vacancy-section .vacancy-item .img-container {
  overflow: hidden;
  height: 250px;
}
.vacancy-section .vacancy-item .img-container img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease;
}
.vacancy-section .vacancy-item .content {
  padding: 2rem 1.5rem;
}
.vacancy-section .vacancy-item .read-more {
  background-color: #612C51;
  padding: 10px 13px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  transition: all 0.4s ease;
}
.vacancy-section .vacancy-item .read-more img {
  margin-top: -2px;
  width: 20px;
  transform: rotate(0deg);
  transition: all 0.4s ease;
}
.vacancy-section .vacancy-item .read-more span {
  width: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.vacancy-section .vacancy-item:hover .img-container img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.vacancy-section .vacancy-item:hover .read-more img {
  transform: rotate(-45deg);
  transition: all 0.4s ease;
}

.usp-item {
  background-color: #f6f6f6;
  border-radius: 50px 15px 15px;
  padding: 35px 30px 7px 35px;
  min-height: 160px;
}
.usp-item h6 {
  margin-bottom: 5px;
}

.pointer-item {
  position: relative;
  margin-bottom: 2.5rem;
  margin-left: 45px;
}
.pointer-item:before {
  content: "";
  background-image: url("/wp-content/themes/orchestra-dgtl_theme/images/arrow_purple.svg");
  background-size: contain;
  width: 27px;
  height: 26px;
  position: absolute;
  top: -2px;
  left: -40px;
}
.pointer-item h6 {
  font-size: 1rem;
}

footer {
  background-color: #F0F0F0;
  padding: 80px 0;
}
footer ul {
  margin-top: 6px;
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  padding-top: 3px;
}
footer ul li a:hover {
  text-decoration: underline;
}

.nf-field-label .nf-label-span, .nf-field-label label {
  font-weight: 500 !important;
  font-size: 1rem !important;
}

.ninja-forms-field {
  padding: 15px !important;
  border: 1px solid #612C51;
  border-radius: 10px !important;
}

span.ninja-forms-req-symbol, .nf-form-fields-required {
  display: none;
}

.nf-form-title {
  margin-bottom: 2rem;
  display: block;
}

@media (min-width: 1199px) {
  .cases-section {
    padding-top: 130px !important;
  }
  .cases-section .item {
    height: 375px !important;
  }
  .pointer-item {
    margin-left: 0;
  }
}
@media (min-width: 1399px) {
  .cases-section {
    padding-top: 130px !important;
  }
  .cases-section .item {
    height: 375px !important;
  }
}
@media (max-width: 1199px) {
  header .navbar .nav-item {
    padding-bottom: 5px;
  }
}
@media (min-width: 1599px) {
  .cases-section {
    padding-top: 200px !important;
  }
  .cases-section .item {
    height: 450px !important;
  }
  .container {
    max-width: 1600px !important;
  }
}

/*# sourceMappingURL=style.css.map */
