@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@100;300;500;800&family=Roboto+Mono:wght@200;700&display=swap");
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a, a:hover,
.button, .button:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

img {
  border-radius: 1.25rem;
}

.nav-item a,
footer a {
  color: rgba(255, 255, 255, 0.5);
}
.nav-item a:hover,
footer a:hover {
  color: rgb(255, 255, 255);
}
.nav-item a:active,
footer a:active {
  color: rgb(24, 40, 96);
}

.row-wrapper {
  flex-flow: column;
}

.tac {
  text-align: center;
}

.aic {
  align-items: center;
}

.aie {
  align-items: flex-end;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.bn {
  border: none !important;
}

.descriptor {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: -0.6px;
}

.button {
  height: 110px;
  width: 320px;
  border-radius: 1.25rem;
  padding: 1.25rem;
  cursor: pointer;
  position: relative;
}

.button-blue {
  border: 1px solid rgb(0, 93, 255);
}
.button-blue:hover {
  background-color: rgb(0, 93, 255);
  color: #fff;
  transition: 1s;
}
.button-blue:hover .btn-icon {
  background-color: rgb(24, 40, 96);
}
.button-blue:hover .btn-icon svg {
  transform: rotate(-30deg);
  stroke: #fff;
}

.content-wrapper {
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.button-transp {
  border: 1px solid rgb(0, 93, 255);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  transition: 1s;
}
.button-transp:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.05);
}

.button-transp:hover .btn-icon {
  background-color: rgb(24, 40, 96);
}

.button-transp:hover .btn-icon svg {
  transform: rotate(-30deg);
  stroke: #fff;
}

.btn-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding-left: 6px;
}
.btn-icon svg {
  stroke: #002F80;
  margin: auto;
  margin-top: -3px;
  text-align: center;
  transition: 1s;
}

.section-heading {
  font-size: 3rem;
  font-weight: 900;
  color: rgb(24, 40, 96);
}

.xheading {
  font-size: 270px;
  font-weight: 900;
}

.light-text,
.light-text .section-heading {
  color: rgb(191, 215, 255);
}

header{
  top: -25px;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}

.menu-top-menu-container {
  display: flex;
  justify-content: space-between;
}
.menu-top-menu-container ul.menu {display: flex; justify-content: space-between;}
.header.inner-page {
	background-image: url(../img/header-bg.jpg);
}

.header__container {
  justify-content: space-between;
}

.navbar-nav {
  gap: 20px;
}



/* .header.inner {
  background-image: url(../img/header-bg.jpg);
} */

.top-line {
  padding: 13px 0;
}
.top-line,
.top-line a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.top-line a:nth-child(2) {
  margin-left: 10px;
}
.top-line a:nth-child(2)::before {
  content: '|';
  position: absolute;
  top: -3px;
  left: -13px;
  margin: 0 5px;
}
.top-line .icon {
  margin-right: 10px;
}
.top-line svg {
  stroke: rgb(0, 93, 255);
}
.top-line .phones {
  margin-right: 2rem;

}

.langs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.langs .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}

.langs .wpml-ls-legacy-list-horizontal a span {
  vertical-align: none;
}

.langs ul {
	display: flex;
	gap: 10px;
	margin-bottom:0;
}
.nav-item .nav-link {
  color: #fff;
  text-align: center;
  padding: 10px 20px !important;
  /* transition: 0.4s; */
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.01);
  border-radius: 10px;
}
.nav-item .nav-link:hover {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  background-blend-mode: overlay;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(3px);
  
}
.nav-item .dropdown-menu {
  background-color: rgb(24, 40, 96);
}
.nav-item .dropdown-menu li:hover {
  background: transparent !important;
}
.nav-item .dropdown-menu li:hover .dropdown-item {
  color: #fff;
  background: transparent !important;
}


section {
  padding: 60px 0;
  height: auto;
}

#main {
  color: #fff;
  margin-top: -185px;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

#main .internal {
	margin-top:160px;
}
#main .row {
  position: relative;
}
#main .row > .button {
  position: absolute;
  bottom: 10%;
  right: 0px;
  width: 130px;
}
#main .row > .button svg {
  transform: rotate(90deg);
}

.main-content {
  flex-flow: column;
  height: 100vh;
  position: relative;
}
.main-content .heading {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: -2.56px;
}
.main-content p {
  max-width: 590px;
  margin: 2.5rem 0;
}

.service-tabs .tab-content {
  min-height: 480px;
}
.service-tabs .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 70px;
}
.service-tabs .nav-item {
  margin: 0 8px;
}
.service-tabs .nav-link {
  background-color: rgb(24, 40, 96);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  min-width: 360px;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
.service-tabs .nav-link.active {
  background-color: rgb(0, 93, 255);
  color: #fff;
}
.service-tabs .nav-link:hover {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: rgb(0, 93, 255);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 24px;
}
.service-list .service-item {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 93, 255, 0.25);
  border-radius: 1rem;
  padding: 75px 20px 20px 35px;
  height: 170px;
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 93, 255, 0.25);
  line-height: 26px;
}
.service-list .service-item .btn-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid rgba(0, 93, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-left: 0;
}
.service-list .service-item .srv-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.service-list .service-item .srv-icon svg {
  fill: rgba(0, 93, 255, 0.25);
}
.service-list .service-item:hover {
  background: linear-gradient(90deg, rgb(24, 43, 103) 50%, rgb(26, 94, 212) 110%);
  color: #fff;
}
.service-list .service-item:hover .btn-icon {
  background-color: rgb(24, 40, 96);
}
.service-list .service-item:hover .btn-icon svg {
  transform: rotate(-30deg);
  stroke: #fff;
}
.service-list .service-item:hover .srv-icon svg {
  fill: #fff;
}
.service-list .service-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 8;
  background-color: rgba(0, 93, 255, 0.25);
  clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 14%, 44% 15%, 1% 15%, 0% 18%, 0% 15%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 14%, 44% 15%, 1% 15%, 0% 18%, 0% 15%);
}
.service-list .service-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 14%, 44% 15%, 1% 15%, 0% 18%, 0% 15%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 14%, 44% 15%, 1% 15%, 0% 18%, 0% 15%);
}
.service-list .service-item:nth-child(1) {
  grid-area: 1/1/5/3;
  height: 365px;
}
.service-list .service-item:nth-child(1):before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 8;
  background-color: rgba(0, 93, 255, 0.25);
  background-color-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
}
.service-list .service-item:nth-child(1):after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  background-color-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
}
.service-list .service-item:nth-child(2) {
  grid-area: 5/1/7/3;
}
.service-list .service-item:nth-child(3) {
  grid-area: 1/3/3/5;
}
.service-list .service-item:nth-child(4) {
  grid-area: 3/3/5/5;
}
.service-list .service-item:nth-child(5) {
  grid-area: 5/3/7/5;
}
.service-list .service-item:nth-child(6) {
  grid-area: 1/5/3/7;
}
.service-list .service-item:nth-child(7) {
  grid-area: 3/5/5/7;
}
.service-list .service-item:nth-child(8) {
  grid-area: 5/5/7/7;
}

#advantages {
  background-size: cover;
  color: #fff;
  padding-bottom: 0px;
}
#advantages .descriptor {
  text-align: center;
  max-width: 820px;
  margin: auto;
  font-weight: 100;
}

.adv-slider {
  min-width: 0;
  position: relative;
  top: -140px;
  padding-left: 160px;
}
.adv-slider .swiper-slide {
  max-width: 330px;
  color: #fff;
  height: 340px;
  border-radius: 20px;
  background-color: rgba(0, 93, 255, 0.45);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
}
.adv-slider .swiper-slide .adv-icon {
  padding-left: calc(100% - 72px);
}

.adv-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 250px;
  margin-top: 70px;
}
.adv-nav .swiper-button-next,
.adv-nav .swiper-button-prev {
  border: 0.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  width: 110px;
  height: 110px;
  position: relative;
}
.adv-nav .swiper-button-next:hover::after,
.adv-nav .swiper-button-prev:hover::after {
  background-color: rgb(24, 40, 96);
  color: #fff;
}
.adv-nav .swiper-button-next::after,
.adv-nav .swiper-button-prev::after {
  content: "↙";
  font-size: 16px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  line-height: 30px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
}
.adv-nav .swiper-button-next:after {
  transform: rotate(45deg);
}
.adv-nav .swiper-button-prev:after {
  transform: rotate(-135deg);
}

#about-us .descriptor {
  color: rgb(191, 215, 255);
  text-align: right;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
}
#about-us .descriptor span {
  color: rgb(0, 93, 255);
}
#about-us .section-img {
  position: relative;
  z-index: 1;
  height: 10%;
  margin-top: 40px;
}
#about-us .section-img::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  border-radius: 20px;
  clip-path: polygon(0% 0%, 50% 0%, 47% 5%, 2% 7%, 0% 5%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 47% 5%, 1% 5%, 0% 14%, 0% 5%);
}
#about-us .section-img img {
  max-width: 100%;
}
#about-us .about-text {
  margin: 75px 0 0 0;
  font-size: 1.25rem;
  color: rgb(191, 215, 255);
  font-weight: 100;
}

#about-us a {
  width: 10%;
}
#projects {
  padding: 0 !important;
}
#projects img {
  width: 260px;
  height: auto;
}

.projects-wrapper {
  margin-top: 25px;
  background-color: rgba(217, 217, 217, 0.8);
}

.projects-slider {
  padding: 3.5rem 0;
}

.first {
  margin-top: -160px;
  padding-top: 220px;
  min-height: 100vh;
}
.first .heading {
  font-size: 3rem;
  font-weight: 800;
}
.first .text {
  margin-top: 25px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
}
.first img {
  max-width: 550px;
}

#about-first .text,
#vision .text {
  margin-top: 25px;
  margin-bottom: 44px;
  padding-right: 100px;
}
#about-first .descriptor,
#vision .descriptor {
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  margin-top: 50px;
  text-align: right;
}
#about-first .descriptor span,
#vision .descriptor span {
  color: rgb(24, 40, 96);
}
#about-first img,
#vision img {
  max-width: 650px;
}

#numbers .section-heading {
  margin-bottom: 50px;
}
#numbers .numbers-card {
  border: 1px solid rgb(0, 93, 255);
  border-radius: 1.25rem;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 25px;
  padding-bottom: 25px;
  color: rgb(0, 93, 255);
  height: 410px;
  flex-flow: column;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
#numbers .numbers-card:hover {
  background-color: rgb(0, 93, 255);
}
#numbers .numbers-card:hover .card-title,
#numbers .numbers-card:hover .card-text,
#numbers .numbers-card:hover .number-counter {
  color: #fff;
}
#numbers .card-title {
  font-weight: bold;
}
#numbers .card-text {
  font-size: 1.3rem;
  max-width: 500px;
}
#numbers .number-counter {
  font-size: 96px;
  font-weight: 800;
  text-align: right;
  color: #fff;
  text-shadow: -1px -1px 0 rgb(0, 93, 255), 1px -1px 0 rgb(0, 93, 255), -1px 1px 0 rgb(0, 93, 255), 1px 1px 0 rgb(0, 93, 255);
}
#numbers .bold-text {
  font-size: 40px;
  font-weight: bold;
  color: rgb(24, 40, 96);
  text-align: right;
}
#numbers .bold-text span {
  color: rgb(0, 93, 255);
}

#team {
  max-width: 100%;
  overflow: hidden;
  background: rgb(9, 9, 121);
  background: linear-gradient(90deg, rgb(9, 9, 121) 9%, rgb(21, 30, 129) 41%, rgb(7, 6, 95) 50%, rgb(32, 67, 185) 81%, rgb(32, 27, 113) 91%);
}
#team .section-heading {
  color: #fff;
}
#team .team-slider {
  margin-top: 80px;
  justify-content: center;
}
#team .team-slider .team-item-description {
  display: none;
  position: relative;
  z-index: 10;
  top: -80px;
  left: -40px;
  background-color: rgb(0, 93, 255);
  width: 230px;
  color: #fff;
  font-size: 1.5rem;
}
#team .team-slider .team-item-description small {
  display: block;
  font-size: 0.75rem;
  margin-top: 20px;
}
#team .team-slider .team-item-description .btn-icon {
  position: absolute;
  top: 20px;
}
#team .team-slider .team-item-description .btn-icon svg {
  margin-top: -17px;
}
#team .team-item-photo {
  width: 330px;
  height: 350px;
}
#team .swiper-slide-active .team-item-description {
  display: block;
}
#team .adv-nav {
  position: relative;
  margin-top: 0;
  top: -100px;
  right: -40px;
}

.quote {
  padding: 120px 0;
}
.quote .quote-txt {
  text-align: center;
  padding: 0 60px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.quote .quote-txt span {
  color: rgb(0, 93, 255);
}
.quote .quote-txt::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -10px;
  left: -60px;
  width: 150px;
  height: 90px;
  background-image: url("../img/quote.svg");
  background-size: cover;
}

#vision img {
  max-width: 650px;
}

.subtitle {
  color: rgb(0, 93, 255);
  font-size: 1rem;
}

.text-block {
  font-size: 1.25rem;
  color: rgb(191, 215, 255);
  margin: 24px 0;
}

.image-block {
  margin: 56px 0;
}
.image-block img {
  width: 100%;
}

.cta-wrapper {
  background-image: url(../img/cta_bg.jpg);
  flex-flow: column;
  padding: 84px 0;
  border-radius: 1.25rem;
  color: #fff;
}
.cta-wrapper .cta-text {
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: bold;
}
.cta-wrapper .cta-text small {
  font-size: 1.25rem;
  font-weight: normal;
}
.cta-wrapper form {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cta-wrapper form .agreement-block {
  text-align: center;
  font-weight: 100;
}

.cta-form-group,
.contact-form-group {
  margin-top: 40px;
  justify-content: center;
  gap: 20px;
}

.form-item {
  width: 220px;
  position: relative;
}
.form-item label {
  transition: 0.4s;
}
.form-item input {
  height: 60px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 0.7px solid rgba(255, 255, 255, 0.6);
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.form-item input:focus {
  background-color: #fff;
  color: rgb(24, 40, 96);
}
.form-item input:focus ~ label {
  color: rgb(24, 40, 96);
  font-size: 0;
}
.form-item label {
  position: relative;
  top: -55px;
  z-index: 4;
  font-weight: 200;
  left: 15px;
}

button {
  position: relative;
  background-color: rgb(24, 40, 96);
  border-radius: 10px;
  border: 0;
}
button .btn-label {
  position: relative;
  top: -15px;
  left: -35px;
  color: #fff;
  font-weight: 100;
}

#other-services .section-heading {
  margin-bottom: 60px;
}
#other-services .service-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
#other-services .service-list .service-item {
  flex-basis: 25%;
  height: 170px !important;
}
#other-services .service-list .service-item .srv-icon svg {
  width: 80px;
  height: 80px;
}
#other-services .service-list .service-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 8;
  background-color: rgba(0, 93, 255, 0.25);
  background-color-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
}
#other-services .service-list .service-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: -1px;
  left: -1px;
  height: 100%;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  background-color-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 49% 1%, 45% 7%, 44% 8%, 2% 8%, 0% 10%, 0% 8%);
}

#partners .descriptor {
  margin-bottom: 100px;
}

.partner-item {
  border-radius: 20px;
  border: 1px solid rgb(217, 217, 217);
  padding: 15px;
  text-align: center;
  min-height: 430px;
  font-weight: 100;
  padding-top: 55px;
  padding-bottom: 55px;
  margin-bottom: 20px;
}
.partner-item .partner-logo {
  margin-bottom: 25px;
}
.partner-item .partner-logo img {
  width: 100%;
}

.partner-description {
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}

.trace-partners {
  margin-top: 100px;
}
.trace-partners .swiper-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 280px;
}
.trace-partners img {
  height: 70px;
  width: auto;
  margin: auto;
  margin-bottom: 40px;
}

.projects-list {
  width: 100%;
  gap: 20px;
  flex-flow: row wrap;
  margin-top: 90px;
  position: relative;
}
.projects-list::after {
  content: "Proecte:";
  font-size: 15rem;
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 900;
  transform: rotate(-90deg);
  top: 20rem;
  right: -600px;
}

.project-card {
  flex-basis: 48%;
  border-radius: 20px;
  border: 1px solid rgb(217, 217, 217);
}
.project-card img {
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.project-card .card-contents {
  margin: 27px 34px;
}
.project-card .card-heading .author {
  color: rgb(0, 93, 255);
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
.project-card .card-heading .title {
  color: rgb(24, 40, 96);
  font-size: 28px;
  line-height: 30px;
}
.project-card .card-heading .excerpts {
  margin-top: 15px;
  font-size: 14px;
  color: rgb(191, 215, 255);
  margin-bottom: 35px;
}
.project-card .button {
  height: 60px !important;
  width: 220px !important;
}

.project-content {
  color: rgb(191, 215, 255);
  position: relative;
  font-weight: 100;
}
.project-content::after {
  content: "Proecte:";
  font-size: 15rem;
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 900;
  transform: rotate(-90deg);
  top: 20rem;
  right: -600px;
}
.project-content .project-pic {
  margin: 50px 0;
}
.project-content .heading {
  color: rgb(24, 40, 96);
  font-size: 3rem;
}
.project-content .subtitle {
  font-weight: 400;
}

.project-slider {
  margin: 50px 0;
}
.project-slider img {
  width: 100%;
}

#contacts .descriptor {
  margin-bottom: 70px;
}

.map-block {
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
}

.socialmedia-list {
  gap: 20px;
}

.social-media-item {
  flex-basis: 33%;
}
.social-media-item a {
  width: 100%;
}

.contacts-form {
  flex-flow: column;
  margin-top: 40px;
  height: auto;
}
.contacts-form .cta-form-group {
  margin-top: 0;
  position: relative;
  display: block;
}
.contacts-form .form-item {
  width: 50%;
}
.contacts-form .form-item input {
  height: 60px;
}
.contacts-form .form-item input, .contacts-form .form-item textarea {
  border: 0.7px solid rgba(0, 0, 0, 0.6);
  width: 100%;
  background: transparent;
  border-radius: 10px;
}
.contacts-form .form-item textarea {
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.contacts-form .form-item.message {
  width: 100%;
}
.contacts-form .button {
  height: 90px;
  max-width: 220px;
}

footer {
  background-color: rgb(24, 40, 96);
  /* background-image: url("../img/footer-bg.jpg"); */
  background-size: cover;
  color: #fff;
  height: auto;
  padding-bottom: 40px;
}
footer .navbar-brand {
  width: 120px;
  height: 120px;
  margin: 0;
  padding: 0;
}
footer .navbar-brand img {
  width: 100%;
}

.footer-nav {
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
}

.footer-contact-list {
  margin: 70px 0;
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  gap: 1.5rem;
}

.footer-contact-item {
  background-color: rgb(0, 47, 128);
  border: 1px solid rgb(0, 93, 255);
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.footer-icon {
  margin-right: 14px;
}

.social p {
  margin-bottom: 1rem;
}
.social .social-icon {
  margin: 0 0.5rem;
  fill: #fff;
}
.social .social-icon:hover {
  fill: rgb(0, 93, 255);
}

.otgs-development-site-front-end {
  display: none;
}