/*-- vars --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  background: #eeeaec;
  overflow-x: hidden;
  max-width: 100%;
  font-family: "Manrope", sans-serif;
}

h1 {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 100px;
  line-height: 76px;
  font-weight: 700;
  margin: 180px 0 0;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 52px;
    margin: 150px 0 0;
  }
}

.al-header {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin: 180px 0 -7px;
}

@media (max-width: 1200px) {
  .al-header {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 992px) {
  .al-header {
    font-size: 30px;
    line-height: 32px;
    margin: 150px 0 -4px;
  }
}

h2 {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
  margin: 0 0 25px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}

h3 {
  font-family: "Manrope", sans-serif;
  color: #b43030;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 35px;
  font-weight: 700;
}

@media (max-width: 992px) {
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

h4 {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 700;
}

@media (max-width: 992px) {
  h4 {
    font-size: 16px;
  }
}

p {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 16px;
  line-height: 22px;
}

a {
  font-family: "Manrope", sans-serif;
  color: #4876ec;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #151751;
  text-decoration: none;
}

.pic-overflow {
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 992px) {
  .pic-custom {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .pic-map {
    height: 250px;
  }
}

.pos-rel-z {
  position: relative;
  z-index: 100;
}

.h-100-custom {
  height: 100%;
}

@media (max-width: 992px) {
  .h-100-custom {
    height: auto;
  }
}

.curser-pointer {
  cursor: pointer;
}

.p-link {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  padding: 0 20px 0 0;
  font-weight: 700;
  transition: all 0.2s ease;
}

.p-link:hover {
  color: #000;
  transition: all 0.2s ease;
}

.p-link:before {
  content: url(../img/p-link-arrow.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}

.p-link:hover:before {
  right: -5px;
  transition: all 0.2s ease;
}

/*-- wrapper --*/
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

/*-- colors --*/
.bg-white {
  background: #fff;
}

.white {
  color: #fff;
}

.bg-grey {
  background: #ddd8d8;
}

.bg-purple {
  background: #e2ccef;
}

.bg-turkish {
  background: #96fcd7;
}

/*-- topbar --*/
.topbar {
  background: transparent;
  transition: all 0.2s ease;
  /*-- al topbar --*/
  /*-- landingpage topbar --*/
  /*-- logo --*/
  /*-- logo landingpage --*/
}

.topbar .al-topbar {
  background: transparent;
  padding: 30px 0;
  transition: all 0.2s ease;
}

.topbar .landingpage-topbar {
  padding: 40px 0;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .topbar .landingpage-topbar {
    padding: 20px 0;
  }
}

.topbar .logo {
  width: 104px;
  display: block;
}

@media (max-width: 992px) {
  .topbar .logo {
    width: 80px;
  }
}

.topbar .logo-landingpage {
  display: block;
}

/*-- topbar scroll --*/
.topbar-scroll {
  transition: all 0.2s ease;
  /*-- landingpage topbar --*/
  /*-- al color --*/
}

.topbar-scroll .logo-landingpage {
  display: none;
}

.topbar-scroll .landingpage-topbar {
  padding: 20px 0 0;
  transition: all 0.2s ease;
}

.topbar-scroll .al-topbar {
  background: #eeeaec;
  padding: 20px 0;
  transition: all 0.2s ease;
}

/*-- location --*/
.location {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 992px) {
  .location {
    font-size: 14px;
    line-height: 16px;
  }
}

.location:before {
  content: url(../img/location-white.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.location:empty {
  display: none;
}

/*-- read more --*/
.read-more-hero {
  font-family: "Manrope", sans-serif;
  z-index: 100;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.read-more-hero:after {
  content: url(../img/read-more-arrow.svg);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.2s ease;
}

.read-more-hero:hover:after {
  bottom: -5px;
}

/*-- teaser text --*/
.teaser-text {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}

@media (max-width: 992px) {
  .teaser-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
}

/*-- jix new tags --*/
.jix-new-tags {
  text-align: end;
}

@media (max-width: 992px) {
  .jix-new-tags {
    text-align: start;
  }
}

.jix-new-tags p {
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #d8d5dc;
  display: inline-block;
  padding: 0 0 15px;
  margin: 20px 0;
}

@media (max-width: 992px) {
  .jix-new-tags p {
    display: block;
  }
}

/*-- gradients --*/
.blue-gradient {
  background: linear-gradient(180deg, #a1b4df 0%, #e2e3eb 56.37%, rgba(238, 234, 236, 0) 83.93%);
}

.purple-gradient {
  background: linear-gradient(190deg, rgba(109, 99, 225, 0.35) 7.03%, rgba(150, 252, 215, 0.1) 47.83%, rgba(255, 255, 255, 0.2) 85.61%);
}

.green-gradient-map {
  background: linear-gradient(270deg, #c4cdd1 0%, #f7f9f8 50%, #d6ebe3 100%);
}

.green-gradient-map .gradient-faker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, #eeeaec 0%, rgba(238, 234, 236, 0) 100%);
}

.gradient-footer {
  background: linear-gradient(22deg, #a1b4df 0%, #e2e3eb 56.37%, rgba(238, 234, 236, 0) 83.93%);
}

.gradient-footer-al {
  background: linear-gradient(0deg, #a1b4df 0%, #e2e3eb 56.37%, rgba(238, 234, 236, 0) 83.93%);
}

/*-- bobler video --*/
.bobler-video {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 50;
}

.bobler-video img {
  width: 345px;
  height: 519px;
  flex-shrink: 0;
}

/*-- bobler footer --*/
.bobler-footer {
  position: absolute;
  right: 0;
  bottom: 150px;
  z-index: 50;
}

.bobler-footer img {
  width: 350px;
}

/*-- cloud --*/
.xellia-cloud {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.xellia-cloud img {
  width: 350px;
}

/*-- page tag --*/
.page-tag {
  display: flex;
}

.page-tag .number {
  width: 110px;
  display: inline-table;
}

@media (max-width: 992px) {
  .page-tag .number {
    width: 60px;
    display: inline-block;
  }
}

.page-tag .text {
  writing-mode: vertical-lr;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 5px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0 50px;
}

@media (max-width: 992px) {
  .page-tag .text {
    writing-mode: inherit;
    margin: 30px 0 0 25px;
    font-size: 12px;
    letter-spacing: 3px;
  }
}

@media (max-width: 992px) {
  .page-tag {
    margin: 0 0 10px;
  }
}

/*------------------------ HEROS ------------------------*/
.hero-xellia-landingpage {
  position: relative;
}

.hero-xellia-landingpage .hero-arrow {
  position: absolute;
  bottom: 50px;
  left: 45px;
  width: 200px;
  flex-shrink: 0;
  aspect-ratio: 200/202.7;
}

@media (max-width: 992px) {
  .hero-xellia-landingpage .hero-arrow {
    width: 88px;
    left: 20px;
    bottom: 25px;
  }
}

.hero-xellia-landingpage .hero-pic {
  height: 65vh;
  max-height: 690px;
  min-height: 450px;
}

@media (max-width: 992px) {
  .hero-xellia-landingpage .hero-pic {
    height: 40vh;
    max-height: auto;
    min-height: auto;
  }
}

.hero-xellia-landingpage .hero-bobler {
  position: absolute;
  top: -100px;
  right: 0;
  width: 450px;
}

@media (max-width: 992px) {
  .hero-xellia-landingpage .hero-bobler {
    top: -50px;
    width: 160px;
  }
}

.hero-xellia-landingpage .bar-bottom {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 130px;
  background: rgba(21, 23, 81, 0.25);
}

@media (max-width: 992px) {
  .hero-xellia-landingpage .bar-bottom {
    height: 80px;
  }
}

.hero-xellia-landingpage .bar-bottom-landingpage {
  bottom: 0;
}

/*-- al hero video --*/
#vid-top {
  height: 60vh;
  max-height: 690px;
  min-height: 450px;
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 992px) {
  #vid-top {
    height: 40vh;
    max-height: auto;
    min-height: auto;
  }
}

#vid-top-generel {
  height: 60vh;
  max-height: 690px;
  min-height: 450px;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 992px) {
  #vid-top-generel {
    height: 40vh;
    max-height: auto;
    min-height: auto;
  }
}

/*------------------------ BUTTONS ------------------------*/
/*-- save job --*/
.jobad-element-myjob {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jobad-element-myjob a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #4876ec;
  font-family: "Manrope", sans-serif;
  background: #fff;
  padding: 15px 30px 15px 50px;
  display: block;
  text-decoration: none;
  margin: 0 10px 0 0;
  position: relative;
  border-radius: 100px;
  transition: all 0.2s ease;
}

.jobad-element-myjob svg {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(-50%, -50%);
}

.jobad-element-myjob:hover a {
  background: #fff;
  transition: all 0.2s ease;
  color: #000;
}

@media (max-width: 992px) {
  .jobad-element-myjob a {
    padding: 15px 20px 15px 45px;
  }
  .jobad-element-myjob svg {
    left: 30px;
  }
}

/*-- JIX btn and  --*/
.cta,
.jix_onlineapplication_button .button {
  font-family: "Manrope", sans-serif;
  background: #4876ec;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  border: 0;
  margin: 0;
  padding: 15px 40px;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 992px) {
  .cta,
  .jix_onlineapplication_button .button {
    padding: 15px 20px;
  }
}

.cta:hover, .cta:focus, .cta:active,
.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus,
.jix_onlineapplication_button .button:active {
  transition: all 0.2s ease;
  color: #fff;
  background: #151751;
  box-shadow: none;
  text-decoration: none;
}

/*-- cta secondary --*/
.cta-secondary {
  font-family: "Manrope", sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 16px;
  color: #4876ec;
  font-weight: 700;
  padding: 15px 40px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 100px;
}

@media (max-width: 992px) {
  .cta-secondary {
    padding: 15px 20px;
  }
}

.cta-secondary:hover, .cta-secondary:focus, .cta-secondary:active {
  transition: all 0.2s ease;
  color: #fff;
  background: #4876ec;
  box-shadow: none;
}

.read-more-btn:hover .con-box .cta-secondary {
  background: #4876ec;
  color: #fff;
  transition: all 0.2s ease;
}

/*-- Cards --*/
.card {
  height: 100%;
  border-radius: 0;
  border: 0;
}

.card h4 {
  margin-top: 15px;
}

.card .card-body {
  padding: inherit;
}

.card img {
  max-height: 240px;
}

/*-- card slideshow --*/
.cardSlideshow .swiper-slide {
  width: 60%;
}

@media (max-width: 992px) {
  .cardSlideshow .swiper-slide {
    width: 70%;
  }
}

/*-- overlay faker --*/
.overlay-faker-left {
  opacity: 0.8;
  background: #151751;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  border-right: 20px solid #eeeaec;
  height: 100%;
  z-index: 1;
}

@media (max-width: 992px) {
  .overlay-faker-left {
    width: 15%;
  }
}

.overlay-faker-right {
  opacity: 0.8;
  background: #151751;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  border-left: 20px solid #eeeaec;
  height: 100%;
  z-index: 1;
}

@media (max-width: 992px) {
  .overlay-faker-right {
    width: 15%;
  }
}

/*-- icon-box --*/
.icon-box {
  display: flex;
  align-items: center;
}

.icon-box div {
  margin: 0 0 0 20px;
}

.icon-box p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.icon-box img {
  width: 129px;
}

@media (max-width: 992px) {
  .icon-box img {
    width: 80px;
  }
}

/*-- swiper --*/
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
  transition: all 0.2s ease;
}

.swiper-button-next {
  right: 10% !important;
  z-index: 100 !important;
  width: 60px !important;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .swiper-button-next {
    width: 20px !important;
    right: 5% !important;
  }
}

.swiper-button-prev {
  left: 10% !important;
  z-index: 100 !important;
  width: 60px !important;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .swiper-button-prev {
    width: 20px !important;
    left: 5% !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  width: 12px !important;
  height: 12px !important;
}

/*-- jobcontent --*/
.jobcontent h2 {
  margin-top: 70px;
  margin-bottom: 20px;
}

.jobcontent ul,
.jobcontent ol {
  list-style: none;
  padding: 0;
  margin: 30px 0 40px;
}

.jobcontent ul ul,
.jobcontent ol ul {
  list-style: disc;
  padding: 0;
  margin: 15px 0 25px 15px;
}

.jobcontent ul ul li,
.jobcontent ol ul li {
  margin: 0 0 8px;
  padding: 0 0 0 15px;
}

.jobcontent ul ul li:before,
.jobcontent ol ul li:before {
  content: none;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

.jobcontent ul li,
.jobcontent ol li {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
  padding: 13px 0 13px 55px;
  position: relative;
  background: #f1f1f1;
}

.jobcontent ul li:nth-child(even),
.jobcontent ol li:nth-child(even) {
  background: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.jobcontent ul li:before,
.jobcontent ol li:before {
  content: url(../img/list-checkmark.svg);
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 20px;
}

.jobcontent ul li:nth-child(even):before,
.jobcontent ol li:nth-child(even):before {
  top: 5px;
}

.jobcontent ul li:last-child,
.jobcontent ol li:last-child {
  margin: 0;
}

.jobcontent .quote,
.jobcontent blockquote,
.jobcontent .blockquote-small {
  margin: 50px 0;
}

.jobcontent .cta,
.jobcontent .jix_onlineapplication_button .button {
  margin-top: 40px;
}

.right-bar-jobcontent {
  position: absolute;
  right: 0;
  top: -5px;
}

@media (max-width: 992px) {
  .right-bar-jobcontent {
    position: relative;
    margin-top: 60px;
    right: inherit;
    top: inherit;
  }
}

.jobcontent-turkish .quote,
.jobcontent-turkish blockquote,
.jobcontent-turkish .blockquote-small {
  background: #96fcd7;
}

/*-- ratings --*/
.ratings {
  text-align: center;
  background: #fff;
}

.ratings .num-ratings {
  color: #4876ec;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
  margin: 0 0 5px;
  display: block;
}

.ratings p {
  color: #666;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 25px;
}

.ratings .sr-only {
  display: none;
}

.ratings .svg-icon {
  font-size: 30px;
  color: #4876ec;
}

/*-- quotes --*/
.quote,
blockquote,
.blockquote-small {
  background: #e2ccef;
  padding: 50px;
}

@media (max-width: 992px) {
  .quote,
  blockquote,
  .blockquote-small {
    padding: 30px;
  }
}

.quote p,
blockquote p,
.blockquote-small p {
  color: #000;
  font-size: 24px !important;
  line-height: 32px !important;
  font-style: normal !important;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin: 0 0 15px;
}

@media (max-width: 992px) {
  .quote p,
  blockquote p,
  .blockquote-small p {
    font-size: 20px !important;
    line-height: 28px !important;
    margin: 0 0 15px;
  }
}

.quote p:before,
blockquote p:before,
.blockquote-small p:before {
  content: url(../img/quote-icon.svg) !important;
  display: block;
  margin: 0 0 15px;
}

@media (max-width: 992px) {
  .quote p:before,
  blockquote p:before,
  .blockquote-small p:before {
    content: url(../img/quote-icon-small.svg) !important;
  }
}

.quote footer,
.quote span,
blockquote footer,
blockquote span,
.blockquote-small footer,
.blockquote-small span {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 15px !important;
  line-height: 20px !important;
  left: 0 !important;
  opacity: 1;
  margin-left: 0 !important;
  border-top: 1px solid;
  border-color: rgba(21, 23, 81, 0.2);
  padding: 15px 0 0;
  margin: 25px 0 0 !important;
  display: inline-block;
}

.quote footer:before,
blockquote footer:before,
.blockquote-small footer:before {
  content: none !important;
}

/*-- quote-small --*/
.quote-small {
  background: none;
  padding: 0;
}

.quote-small p {
  font-size: 20px !important;
  line-height: 26px !important;
  font-style: italic !important;
}

@media (max-width: 992px) {
  .quote-small p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.quote-small p:before {
  content: url(../img/quote-icon-small.svg) !important;
}

/*-- no background --*/
.quote-no-bg {
  background: none;
  padding: 0;
}

.quote-bg-purple {
  background: #e2ccef !important;
}

.quote-bg-turkish {
  background: #96fcd7 !important;
}

/*-- read more --*/
main {
  position: relative;
}

.read-more-container .jix_onlineapplication_button .button {
  margin-top: 40px;
}

.read-more {
  max-height: 960px;
  overflow-y: hidden;
  transition: all 0.5s ease-out;
}

@media (max-width: 992px) {
  .read-more {
    max-width: 100%;
  }
}

.read-more-btn {
  cursor: pointer;
  height: 300px;
  margin-top: -300px;
  position: relative;
  background: #eeeaec;
  background: linear-gradient(180deg, rgba(238, 234, 236, 0) 0%, #eeeaec 70%, #eeeaec 100%);
}

.read-more-btn .con-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: start;
  display: block;
}

/*-- footer --*/
.footer {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer h5 {
  font-family: "Manrope", sans-serif;
  color: #151751;
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px;
  margin: 0;
}

@media (max-width: 992px) {
  .footer h5 {
    font-size: 50px;
    line-height: 52px;
  }
}

.footer .footer-text {
  color: #151751;
  font-family: #151751;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 60px;
}

@media (max-width: 992px) {
  .footer .footer-text {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 992px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

/*-- footer img --*/
.footer-img img {
  max-height: 500px;
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 1600px) {
  .footer-img img {
    max-height: 720px;
  }
}

/*-- footer arrow --*/
.footer-arrow {
  width: 200px;
}

@media (max-width: 992px) {
  .footer-arrow {
    width: 80px;
  }
}

/*-- subfooter --*/
.subfooter .text-link {
  color: #4876ec;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.subfooter .text-link:hover {
  text-decoration: none;
  color: #000;
}

.subfooter .some-icon {
  opacity: 1;
  transition: all 0.2s ease;
}

.subfooter .some-icon:hover {
  opacity: 0.5;
  transition: all 0.2s ease;
}
