body {
  font-family: "Anek Devanagari", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.8rem;
}

header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

/* color */

:root {
  --Black: #000000;
  --Grey: #D9D9D9;
  --White: #FFFFFF;
  --Blue: #20253B;
  --BlueNeon: #001D9B;
  --Gradient: linear-gradient(90deg, #FFF 0%, #EAEAEA 100%);
}

/*
::-moz-selection {
  color: var(--Black);
  background: var(--LightBlue);
}

::selection {
  color: var(--Black);
  background: var(--LightBlue);
}
*/

/* section */

section {
  padding: 7rem 0;
}

@media (max-width:991px) {
  section {
    padding: 4rem 0;
  }
}

/* font */

h1 {
  color: var(--White);
  font-size: 7rem;
  font-weight: 600;
  margin-bottom: 0;
}

h2 {
  color: var(--Blue);
  font-size: 7.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

h3 {
  color: var(--Blue);
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: normal;
}

h3.w {
  color: var(--White);
}

h4 {
  color: var(--Blue);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

p {
  color: var(--Blue);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 0;
}

p .b {
  font-weight: 500;
}

hr {
  margin-bottom: 2rem;
}

@media (max-width:991px) {
  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 5rem;
  }

  h3 {
    line-height: unset;
  }
}

/* buttons */

a.btn,
button.btn,
.btn {
  color: var(--Blue);
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
  text-decoration: underline;
  display: inline-block;
  border: none;
  padding: 0;
  margin-top: 2rem;
}

a.btn.w,
button.btn.w,
.btn.w {
  color: var(--White);
}

a.btn svg,
button.btn svg,
.btn svg {
  stroke-width: 1px;
  fill: var(--Blue);
  width: 15px;
  height: 15px;
  margin-left: 0.9rem;
}

a.btn.w svg,
button.btn.w svg,
.btn.w svg {
  fill: var(--White);
}

a.btn.b:hover,
.btn.b:hover,
a.btn.b:hover svg,
.btn.b:hover svg,
button.btn.b:hover,
.btn.b:hover,
button.btn.b:hover svg,
.btn.b:hover svg  {
  color: var(--BlueNeon);
  fill: var(--BlueNeon);
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* card */

.card {
  border-radius: 0;
  border: none;
  border-bottom: 0.1rem solid var(--Blue);
  background-color: var(--White);
  margin-top: 2rem;
}

.card .card-body {
  padding: 4.5rem 0 2.5rem 0;
}

.card .card-body .title-container {
  align-items: baseline;
  display: flex;
}

.card .card-body .flag-container {
  display: contents;
  align-items: center;
  position: relative;
}

.card .card-body .flag-container .top {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid var(--Blue);
  border-bottom: 18px solid transparent;
  margin-left: 5rem;
}

.card .card-body .flag-container .rectangle {
  flex-grow: 1;
  height: 18px;
  background-color: var(--Blue);
}

.card .card-body h3 {
  margin-bottom: 1rem;
  line-height: unset;
}

.card .card-body a {
  float: inline-end;
  margin-top: 4.5rem;
}

.card img {
  aspect-ratio: 451/301;
  object-fit: cover;
  width: 100%;
}

/* form */

form {
  margin-top: 4rem;
}

.form-control {
  color: var(--Blue);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 0.5rem;
  padding: 1.4rem 2rem 0.8rem 2rem;
}

.form-check-input {
  margin: 0 0.5rem 0 0;
  border-radius: 0;

}

.form-check-label {
  color: var(--White);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.form-control:focus {
  border-color: var(--BlueNeon);
  box-shadow: 0px 0px 21px -8px rgba(40, 129, 184, 1);
}

.form-control::placeholder {
  color: var(--Blue);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: var(--Blue);
}

form .btn {
  width: fit-content;
}

/* accordion */

h2.accordion-header {
  margin: 0;
}

.accordion button {
  color: var(--Blue);
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
}

.accordion-button:not(.collapsed) {
  color: var(--Blue);
  background-color: var(--BlueLight);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion .accordion-body {
  color: var(--Black);
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 2.2rem;
}

/* navbar */

.navbar {
  background: rgba(32, 37, 59, 0.80);
  font-style: normal;
  z-index: 10;
  border-bottom: 0.1rem solid var(--White);
  padding: 0;
}

.navbar img {
  aspect-ratio: 237/73;
  width: 100%;
}

.vr.logo {
  display: inline-block;
  align-self: stretch;
  width: 0.1rem;
  min-height: 1em;
  background-color: var(--White);
  opacity: 1;
  margin: -1.5rem 0 -1.5rem 9.5rem;
}

@media (max-width: 1439px) {
  .vr.logo {
    margin: -0.5rem 0 -0.5rem 9.5rem;
  }
}

.vr.language {
  display: inline-block;
  align-self: stretch;
  width: 0.1rem;
  min-height: 1em;
  background-color: var(--White);
  opacity: 1;
  margin-left: 3.5rem;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.navbar li {
  display: inline-block;
  margin: 0;
}

nav ul li a {
  padding: 3.8rem 0;
  display: inline-block;
  color: var(--White);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-left: 3rem;
  margin-right: 3rem;
}

nav ul li a:hover {
  color: var(--Grey);
}

nav ul li a.active {
  background-color: var(--White);
  color: var(--Blue);
}

nav ul li a:before {
  content: "";
  width: 3rem;
  clip-path: polygon(0 0, 100% 0, 3rem 100%, 3rem 100%);
  position: absolute;
  right: -2.99rem;
  top: 0;
  bottom: 0;
  rotate: 180deg;
  -webkit-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
}

nav ul li a:after {
  content: "";
  width: 3rem;
  clip-path: polygon(0 0, 100% 0%, 100% 3rem, 3rem 100%);
  position: absolute;
  left: -2.99rem;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  transition: all 0.1s ease-in-out !important;
}

nav ul li a.active:before {
  content: "";
  width: 3rem;
  clip-path: polygon(0 0, 100% 0, 3rem 100%, 3rem 100%);
  position: absolute;
  right: -2.95rem;
  top: 0;
  bottom: 0;
  background-color: var(--White);
  rotate: 180deg;
}

nav ul li a.active:after {
  content: "";
  width: 3rem;
  clip-path: polygon(0 0, 100% 0%, 100% 3rem, 3rem 100%);
  position: absolute;
  left: -2.95rem;
  top: 0;
  bottom: 0;
  background-color: var(--White);
}

/* navbar mobile */

.responsive-mobile-menu .title-collection {
  color: var(--White);
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  text-align: left;
  margin-bottom: 4rem;
}

.responsive-mobile-menu ul {
  list-style: none;
  padding: 0;
}

.responsive-mobile-menu ul li a {
  font-size: 2rem;
  padding: 1rem 0;
  color: var(--White);
  font-style: normal;
  font-weight: 400;
  display: block;
  text-decoration: none;
}

.responsive-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 100%;
  background-color: var(--Blue);
  padding: 8rem 4rem 8rem 4rem;
  z-index: 999999;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all .3s ease-in;
}

.responsive-mobile-menu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: all .3s ease-in-out;
}

.close-menu {
  position: absolute;
  top: 5%;
  right: 7%;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-menu img {
  width: 2rem;
}

.open-menu {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("../img/white_hamburger.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  background: rgba(32, 37, 59, 0.80);
  border-bottom: 0.1rem solid var(--White);
}

.nav-mobile .logo-nav img {
  aspect-ratio: 237 / 73;
  width: auto;
  height: 6rem;
}

@media (min-width: 1200px) {
  .nav-mobile {
    display: none
  }
}

@media (max-width: 1199px) {
  .navbar {
    display: none;
  }
}

/* footer */

footer {
  padding: 10rem 0 2rem 0;
}

footer img {
  aspect-ratio: 209/64;
  object-fit: cover;
  width: 100%;
}

footer h4 {
  color: var(--Blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.4rem;
}

footer p,
li {
  color: var(--Blue);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

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

footer a {
  text-decoration: underline;
}

footer .privacy {
  color: var(--Blue);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 17rem;
}

@media (max-width: 992px) {
  footer .privacy {
    margin-top: 8rem;
  }
}

/* section-1 */

.section-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 31rem 0 25rem 0;
  margin-bottom: 7rem;
  position: relative;
}

.section-1 .shadow_section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(32, 37, 59, 0.40);
}

.section-1 .arrow {
  position: absolute;
  bottom: -32px;
  right: 48.2%;
  background-color: var(--Grey);
  rotate: 135deg;
  height: 6.4rem;
  width: 6.4rem;
  padding: 2rem;
}

.section-1 h1,
.section-1 h3 {
  position: relative;
  z-index: 2;
}

@media (max-width:1439px) {
  .section-1 .arrow {
    bottom: -26px;
  }
}

.section-1 h3 {
  margin-top: 3rem;
  color: var(--White);
}

.section-1 img {
  object-fit: cover;
  aspect-ratio: 550/570;
  width: 100%;
}

@media (max-width:991px) {
  .section-1 {
    padding: 22rem 0 6rem 0;
    margin-bottom: 4rem;
  }

  .section-1 .arrow {
    display: none !important;
  }

}

/* section-2 */

.section-2 img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
}

.section-2 a {
  margin-top: 9rem;
  display: inline-flex;
  float: inline-end;
}

@media (max-width:991px) {
  .section-2 a {
    margin-top: 4rem;
  }

}

/* section-3 */

.section-3 {
  padding: 0;
  background: var(--Gradient);
  margin: 7rem 0;
}

.section-3 img.big {
  object-fit: cover;
  aspect-ratio: 688/587;
  width: 100%;
}

.section-3 .nav-tabs {
  border-bottom: 0.1rem solid var(--Blue);
  margin-top: 2.5rem;
  width: fit-content;
}

.section-3 .nav-tabs .nav-item {
  margin-right: 1.5rem;
  border-bottom: 0.1rem solid var(--Blue);
}

.section-3 .nav-tabs .nav-link.active,
.section-3 .nav-tabs .nav-item.show .nav-link {
  padding: 0.5rem 1rem;
  color: var(--White);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  background-color: var(--Blue);
  position: relative;
}

.section-3 .nav-tabs .nav-link.active::before,
.section-3 .nav-tabs .nav-item.show .nav-link::before {
  content: "";
  width: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 1.5rem 100%, 1.5rem 100%);
  position: absolute;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  background-color: var(--Blue);
  rotate: 180deg;
}

.section-3 .nav-tabs .nav-link.active::after,
.section-3 .nav-tabs .nav-item.show .nav-link::after {
  content: "";
  width: 1.5rem;
  clip-path: polygon(0 0, 100% 0%, 100% 1.5rem, 1.5rem 100%);
  position: absolute;
  left: -1.5rem;
  top: 0;
  bottom: 0;
  background-color: var(--Blue);
}

.section-3 .nav-tabs .nav-link {
  color: var(--Blue);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  background-color: var(--White);
  position: relative;
  border-top-right-radius: 0;
  border: 0;
  border-top-left-radius: 0;
}


.section-3 .nav-tabs .nav-link::before {
  content: "";
  width: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 1.5rem 100%, 1.5rem 100%);
  position: absolute;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  background-color: var(--White);
  rotate: 180deg;
}

.section-3 .nav-tabs .nav-link::after {
  content: "";
  width: 1.5rem;
  clip-path: polygon(0 0, 100% 0%, 100% 1.5rem, 1.5rem 100%);
  position: absolute;
  left: -1.5rem;
  top: 0;
  bottom: 0;
  background-color: var(--White);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.section-3 .nav-tabs .nav-link::after:hover,
.section-3 .nav-tabs .nav-link::before:hover {
  border-color: none;
  isolation: isolate;
  background-color: var(--Blue);
  color: var(--White);
}

.section-3 .tab-content img {
  aspect-ratio: 145/163;
  width: 100%;
  object-fit: cover;
}

.section-3 a {
  float: inline-end;
}

.section-3 a.btn svg,
.section-3 button.btn svg {
  stroke-width: 1px;
  fill: var(--Blue);
  width: 24px;
  height: 24px;
  margin-left: 0.9rem;
}

/* section-4 */

.section-4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5rem 0;
}

.section-4 h2,
.section-4 h3,
.section-4 p {
  color: var(--White);
}

.section-4 .btn {
  margin-top: 6rem;
}

/* section-5 */

.section-5 .img {
  position: relative;
  aspect-ratio: 475/325;
  width: 100%;
  object-fit: contain;
}

.section-5 img.first {
  aspect-ratio: 450/300;
  width: 100%;
  object-fit: cover;
}

.section-5 img.second {
  aspect-ratio: 450/300;
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: -2.5rem;
  left: 2.5rem;

}

.section-5 .bar {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.section-5 .bar .title,
.section-5 .bar .number {
  color: var(--Blue);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-5 .progress {
  height: 0.3rem;
  background-color: var(--Grey);
  border-radius: 0;
}

.section-5 .progress .progress-bar {
  background-color: var(--Blue);
}

.section-5 .btn {
  margin-top: 6rem;
}

/* section-6 */

.section-6 {
  background: var(--Gradient);
  margin: 7rem 0;
}

.section-6 img {
  aspect-ratio: 343/248;
  object-fit: cover;
  max-width: 100%;
  height: 330px;
}

.section-6 .center {
  position: relative;
  margin-top: 3.7rem;
}

.section-6 .center .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
  text-align: center;
}

.section-6 .center .slick-slide h3 {
  color: var(--Blue);
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

.section-6 .center .slick-center {
  opacity: 1;
  transform: scale(1.1);
}

.section-6 .center .slick-center h3 {
  font-size: 3rem;
}

.slick-prev:before,
.slick-next:before {
  color: var(--Blue);
  opacity: 1;
}

.slick-prev,
.slick-next {
  top: 40%;
}

/* section-7 */

.section-7 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 7rem 0;
  padding: 0;
}

.section-7 p {
  color: var(--White);
  font-size: 3rem;
  line-height: normal;
  margin-bottom: 3.3rem;
  font-weight: 300;
}

.section-7 p.b {
  font-weight: 500;
}

.section-7 img.big {
  aspect-ratio: 571/294;
  object-fit: cover;
  width: 100%;
}

.section-7 img.mini {
  aspect-ratio: 451/313;
  object-fit: cover;
  width: 100%;
  position: absolute;
  bottom: -18rem;
  right: 0;
}

@media (max-width:992px) {

  .section-7 img.mini,
  .section-7 img.big {
    display: none;
  }
}

.section-7 a {
  display: inline-flex;
}

/* section-8 */



/* section-9 */

.section-9 .timeline {
  margin-top: 7rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 4rem;
}

.section-9 .timeline .col-12 {
  position: relative;
}

.section-9 .timeline .col-12:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border: 0.3rem solid var(--BlueNeon);
  display: inline-block;
  line-height: 5rem;
  margin: 1.8rem auto 0 auto;
  background-color: var(--BlueNeon);
  transform: rotate(45deg);
}

.section-9 .timeline .col-12:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: var(--Grey);
  top: 2.5rem;
  left: 0;
  z-index: -999;
}

.section-9 .timeline .date {
  color: var(--Black);
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem;
}

.section-9 .timeline .black {
  color: var(--Black);
  font-size: 1.5rem;
  font-weight: 275;
  margin-top: 1rem;
}

.section-9 .timeline .blu {
  color: var(--BlueNeon);
  font-size: 2rem;
  font-weight: 500;
}

.section-9 .timeline a {
  color: var(--Black);
  text-decoration: underline;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}

/* section-10 */

.section-10 {
  padding: 0;
  background: var(--Gradient);
  margin: 7rem 0;
}

.section-10 img {
  object-fit: cover;
  aspect-ratio: 569/591;
  width: 100%;
}

/* section-11 */

.section-11 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 26rem 0 10rem 0;
  margin: 7rem 0;
}

.section-11 p {
  color: var(--White);
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 3.3rem;
}

/* section-12 */

.section-12 {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 12rem 0;
  margin: 0 0 7rem 0;
  position: relative;
}

.section-12 .h-0 {
  height: 0;
}

@media (max-width:991px) {
  .section-12 {
    margin: 0 0 4rem 0;
  }
}

/* separator */

.separator {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 5rem;
  margin-bottom: -3.1rem;
  z-index: 9;
}

.separator .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid var(--Blue);
  border-bottom: 30px solid transparent;
  margin-left: 15rem;
}

.separator .line {
  flex-grow: 1;
  height: 30px;
  background-color: var(--Blue);
}

@media (max-width:1439px) {
  .separator {
    margin-bottom: -3.8rem;
  }
}

/* section-13 */

.section-13 img {
  aspect-ratio: 688/454;
  object-fit: cover;
  width: 100%;
}

.section-13 a {
  margin-top: 3rem;
  display: inline-flex;
  float: inline-end;
}

/* section-14 */

.section-14 .block {
  padding: 5.5rem 7rem 3.5rem 5.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2rem;
}

.section-14 .block h2 {
  color: var(--White);
}

.section-14 .block h3 {
  color: var(--White);
  font-weight: 300;
  line-height: normal;
}

.section-14 .block a {
  display: inline-flex;
  justify-content: end;
}

@media (max-width:991px) {
  .section-14 .block h3 {
    line-height: 4rem;
  }
}

/* section-15 */

.section-15 {
  position: relative;
  z-index: 45;
}

.section-15 img.decoration {
  position: absolute;
  z-index: -34;
  top: 0;
  height: 90rem;
  width: auto;
}

.section-15 .big {
  aspect-ratio: 332/522;
  object-fit: cover;
  width: 100%;
  margin-bottom: 2rem;
}

.section-15 .gallery {
  padding-top: 8rem;
}

.section-15 .medium {
  aspect-ratio: 332/310;
  object-fit: cover;
  width: 100%;
  margin-top: 2rem;
}

.section-15 .mini {
  aspect-ratio: 332/177;
  object-fit: cover;
  width: 100%;
  margin-top: 2rem;
}

.section-15 hr {
  width: 15rem;
  height: 0.2rem;
  color: var(--Blue);
  opacity: 1;
  margin: 0;
}

.section-15 a {
  float: inline-end;
  display: inline-flex;
}

@media (max-width:991px) {
  .section-15 h3 {
    margin-bottom: 0;
    margin-top: 3rem;
  }
}

/* section-16 */

.section-16 img {
  aspect-ratio: 569/415;
  width: 100%;
  object-fit: cover;
}

/* section-17 */

.section-17 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8rem 0 4rem 0;
  margin: 7rem 0;
}

.section-17 h3,
.section-17 p {
  color: var(--White);
  text-align: center;
}

/* section-18 */

.section-18 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8rem 0 4rem 0;
  margin: 10rem 0 5rem 0;
}

.section-18 a {
  float: inline-end;
}

.section-18 img {
  aspect-ratio: 367/376;
  object-fit: cover;
  width: 100%;
}

/* section-19 */

.section-19 h2 {
  text-align: end;
  margin-top: 2rem;
  font-weight: 500;
}

.section-19 h2:last-child {
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 0;
}

.section-19 .big {
  aspect-ratio: 332/522;
  object-fit: cover;
  width: 100%;
  margin-bottom: 2rem;
}

.section-19 .medium {
  aspect-ratio: 332/328;
  object-fit: cover;
  width: 100%;
  margin-top: 2rem;
}

.section-19 .mini {
  aspect-ratio: 332/310;
  object-fit: cover;
  width: 100%;
  margin-top: 2rem;
}

.section-19 .horizontal {
  aspect-ratio: 688/290;
  object-fit: cover;
  width: 100%;
}

.section-19 hr {
  width: 200px;
  height: 0.2rem;
  color: var(--Blue);
  opacity: 1;
  margin: 0;
  display: block;
}

.section-19.normal h2 {
  text-align: unset;
  margin-bottom: 3rem;
}

.section-19.normal img {
  aspect-ratio: 451/322;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.section-19.normal hr {
  margin-bottom: 2rem;
}

/* bandiera */

.bandiera {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 5rem;
  margin-bottom: -3.1rem;
  z-index: 9;
}

.bandiera .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid var(--Blue);
  border-bottom: 30px solid transparent;
  margin-left: 80rem;
}

.bandiera .line {
  flex-grow: 1;
  height: 30px;
  background-color: var(--Blue);
}

@media (max-width:1439px) {
  .bandiera {
    margin-bottom: -3.8rem;
  }

  .bandiera .triangle {
    margin-left: 20rem;
  }
}

/* section-20 */

.section-20 {
  background: var(--Gradient);
  padding: 7rem 0;
}

.section-20 img {
  aspect-ratio: 569/377;
  width: 100%;
  object-fit: cover;
}

.section-20 .bar {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.section-20 .bar .title,
.section-20 .bar .number {
  color: var(--Blue);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-20 .progress {
  height: 0.3rem;
  background-color: var(--Grey);
  border-radius: 0;
  overflow: hidden;
}

.section-20 .progress .progress-bar {
  background-color: var(--Blue);
  height: 100%;
  width: 0%;
}


@media (max-width:1439px) {
  .section-20 h3:first-child {
    margin-bottom: 1rem;
  }

  .section-20 h2 {
    margin-top: 3rem;
  }
}

/* section-21 */

.section-21 {
  text-align: center;
}

.section-21 img {
  aspect-ratio: 1/1;
  width: 60px;
  object-fit: cover;
  margin-bottom: 2rem;
}

.section-21 h3 {
  line-height: 4rem;
  margin-bottom: 1rem;
}

/* section-22 */

.section-22 h3 {
  font-weight: 300;
}

/* section-23 */

.section-23 {
  background: var(--Gradient);
  margin: 7rem 0;
}

.section-23 img {
  aspect-ratio: 569/418;
  object-fit: cover;
  width: 100%;
}

/* section-24 */

.section-24 h3 {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.section-24 .block {
  background-color: var(--Blue);
  padding: 4rem 0 3rem 0;
  text-align: center;
  margin-top: 10rem;
}

@media (max-width:992px) {
  .section-24 .block {
    margin-top: 7rem;
  }
}

.section-24 .block h3 {
  color: var(--White);
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

/* section-25 */

.section-25 {
  position: relative;
  z-index: 48;
}

.section-25 img {
  aspect-ratio: 343/248;
  object-fit: cover;
  max-width: 100%;
}

.section-25 .center {
  position: relative;
  margin-top: 3.7rem;
}

.section-25 .center .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
  text-align: center;
}

.section-25 .center .slick-slide h3 {
  display: none;
}

.section-25 .center .slick-center {
  opacity: 1;
  transform: scale(1.1);
}

.section-25 .center .slick-center h3 {
  color: var(--Blue);
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.5rem;
  display: block;
}

.slick-prev:before,
.slick-next:before {
  color: var(--Blue);
  opacity: 1;
}

.slick-prev,
.slick-next {
  top: 40%;
}

/* section-26 */

.section-26 img {
  aspect-ratio: 451/322;
  width: 100%;
  object-fit: cover;
}

.section-26 img.green {
  aspect-ratio: 1/1;
  width: 2.4rem;
  object-fit: contain;
}

.section-26 h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: normal;
}

.section-26 .badge {
  margin-top: 4rem;
  color: var(--White);
}

.section-26 .badge ul {
  display: flex;
  gap: 1rem;
  padding: 0;
  flex-wrap: wrap;
  color: var(--White);
}

.section-26 .badge li {
  background-color: var(--Blue);
  color: var(--White);
  border-radius: 2rem;
  list-style: none;
  line-height: normal;
  padding: 0.8rem 1.2rem 0.5rem 1.2rem;
  font-size: 1.8rem;
}

.section-26 .badge a {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.section-26 .badge a:after {
  content: "";
  background-image: url(/img/arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
}

.section-26 .badge p {
  color: var(--White);
}

/* section-27 */

.section-27 .card {
  padding: 0;
  border: none;
  border-radius: unset;
  width: 100%;
}

.section-27 .card img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
}

.section-27 .card .card-body {
  padding: 2rem;
  text-align: center;
}




.servizio-big {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 7rem 0;
}

/* section-28 */

.section-28 .filter {
  margin-bottom: 6rem;
}

.section-28 p {
  color: var(--Blue);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.section-28 .form-select {
  background-color: var(--Grey);
  border: none;
  border-radius: 0;
  color: var(--Blue);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 2.5rem 0.2rem 2.5rem;
  width: 100%;
}

.section-28 .card {
  padding: 0;
  border: none;
  border-radius: unset;
  width: 100%;
  margin-top: 2rem;
}

.section-28 .card img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.section-28 .card .card-body {
  padding: 1.5rem;
  background-color: var(--White);
}

.section-28 .card .card-body h3 {
  color: var(--Blue);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.section-28 .card:hover .card-body {
  background-color: var(--Blue);
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.section-28 .card:hover .card-body h3 {
  color: var(--White);
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

/* section-29 */

.section-29 {
  background: rgba(32, 37, 59, 0.85);
  padding: 25rem 0 15rem 0;
  margin-bottom: 5rem;
}

/* section-31 */

.section-31 img {
  aspect-ratio: 1/1;
  width: 13rem;
  object-fit: contain;
}

@media (max-width:991px) {
  .section-31 img {
    width: 10rem;
  }

  .section-31 h3 {
    margin-bottom: 0.5rem;
  }
}

/* section-32 */

.section-32 .card {
  padding: 0;
  border-radius: 0;
  margin-top: 2.5rem;
  width: 100%;
}

.section-32 .card img {
  aspect-ratio: 450/250;
  width: 100%;
  height: 25rem;
}

/* section-30 */

.section-30 .img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 100%;
  margin-top: 3rem;
}

.section-30 .description {
  margin-top: 0;
  display: flex;
  align-items: baseline;
  gap: 2rem;
}

.section-30 .col-lg-6 .description:first-child {
  margin-top: 3rem;
}

.section-30 h3 {
  margin: 0;
}

.section-30 a {
  margin: 0;
  font-size: 2rem;
  text-decoration: underline;
}



.section-30 .img .blue.dx,
.section-30 .img .white.dx,
.section-30 .img .blue.sx,
.section-30 .img .white.sx {
  position: absolute;
}

.section-30 .img .blue.dx .circle-box,
.section-30 .img .white.dx .circle-box {
  position: relative;
  padding: 0 3rem 0 0;
  cursor: pointer;
}

.section-30 .img .blue.sx .circle-box,
.section-30 .img .white.sx .circle-box {
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
}

.section-30 .img .blue.dx .circle-box .circle,
.section-30 .img .blue.sx .circle-box .circle {
  border: 0.2rem solid var(--White);
  background-color: var(--Blue);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  aspect-ratio: 1/1;
  rotate: 45deg;
  width: 1.5rem;
}

.section-30 .img .white.dx .circle-box .circle,
.section-30 .img .white.sx .circle-box .circle {
  border: 0.2rem solid var(--Blue);
  background-color: var(--White);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  aspect-ratio: 1/1;
  rotate: 45deg;
  width: 1.5rem;
}

.section-30 .img .blue.dx .text {
  position: absolute;
  left: 4.3rem;
  top: -1.5rem;
  border-radius: 2.2rem;
  border: 0.2rem solid var(--White);
  background-color: var(--Blue);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--White);
  width: max-content;
  padding: 0.8rem 2rem 0.2rem 2rem;
  display: none;
}

.section-30 .img .blue.sx .text {
  position: absolute;
  right: 4.3rem;
  top: -1.5rem;
  border-radius: 2.2rem;
  border: 0.2rem solid var(--White);
  background-color: var(--Blue);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--White);
  width: max-content;
  padding: 0.8rem 2rem 0.2rem 2rem;
  display: none;
}

.section-30 .img .white.dx .text {
  position: absolute;
  left: 5.3rem;
  top: 0;
  border-radius: 2.2rem;
  border: 0.2rem solid var(--Blue);
  background-color: var(--White);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--Blue);
  width: max-content;
  padding: 0.8rem 2rem 0.2rem 2rem;
  display: none;
}

.section-30 .img .white.sx .text {
  position: absolute;
  right: 5.3rem;
  top: 0;
  border-radius: 2.2rem;
  border: 0.2rem solid var(--Blue);
  background-color: var(--White);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--Blue);
  width: max-content;
  padding: 0.8rem 2rem 0.2rem 2rem;
  display: none;
}

.section-30 .img .blue.dx .circle-box:hover .text,
.section-30 .img .white.dx .circle-box:hover .text,
.section-30 .img .blue.sx .circle-box:hover .text,
.section-30 .img .white.sx .circle-box:hover .text {
  display: block;
  z-index: 2;
}

/* POSIZIONE REALIZZAZIONI */

/* realizzazione 1 */

.section-30 .img.realizz1_v1 .p1 {
  top: 13.5rem;
  left: 21rem;
}

.section-30 .img.realizz1_v1 .p2 {
  top: 13.5rem;
  left: 29rem;
}

.section-30 .img.realizz1_v1 .p3 {
  top: 13.5rem;
  left: 40rem;
}

.section-30 .img.realizz1_v1 .p4 {
  top: 20rem;
  left: 29rem;
}

.section-30 .img.realizz1_v1 .p5 {
  top: 20rem;
  left: 40rem;
}

.section-30 .img.realizz1_v1 .p6 {
  top: 24.5rem;
  left: 25rem;
}

.section-30 .img.realizz1_v1 .p7 {
  top: 30rem;
  left: 18rem;
}

.section-30 .img.realizz1_v1 .p8 {
  top: 40rem;
  left: 28rem;
}

.section-30 .img.realizz1_v2 .p1 {
  top: 34rem;
  left: 24rem;
}

.section-30 .img.realizz1_v2 .p2 {
  top: 41rem;
  left: 26rem;
}

.section-30 .img.realizz1_v2 .p3 {
  top: 41rem;
  left: 36rem;
}

.section-30 .img.realizz1_v3 .p1 {
  top: 28.5rem;
  left: 35rem;
}

.section-30 .img.realizz1_v3 .p2 {
  top: 41rem;
  left: 24rem;
}

/* realizzazione 2 */

.section-30 .img.realizz2 .p1 {
  top: 12rem;
  left: 21.5rem;
}

.section-30 .img.realizz2 .p2 {
  top: 15rem;
  left: 14.5rem;
}

.section-30 .img.realizz2 .p3 {
  top: 21.5rem;
  left: 28.5rem;
}

.section-30 .img.realizz2 .p4 {
  top: 29rem;
  left: 19rem;
}

.section-30 .img.realizz2 .p5 {
  top: 34rem;
  left: 30rem;
}

.section-30 .img.realizz2 .p6 {
  top: 39rem;
  left: 32rem;
}

.section-30 .img.realizz2 .p7 {
  top: 45rem;
  left: 24rem;
}

.section-30 .img.realizz2 .p8 {
  top: 25rem;
  left: 7rem;
}

.section-30 .img.realizz2 .p9 {
  top: 24rem;
  left: 48rem;
}

/* realizzazione 11 */

.section-30 .img.realizz11 .p1 {
  top: 51rem;
  left: 23rem;
}





/* section-33 */

.section-33 .card {
    padding: 0;
    border-radius: 0;
    margin-top: 2.5rem;
    position: relative;
    width: 100%;
}

.section-33 .card .item-hover {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.section-33 .card:hover .item-hover {
    opacity: 1;
    cursor: unset;
}

.section-33 .card .item-hover .content {
    z-index: 2;
}

.section-33 .card p {
    line-height: 2.5rem;
    font-size: 1.6rem;
}

.section-33 .card img {
    aspect-ratio: 1/1;
    width: 100%;
}

.section-33 .card .card-body {
    padding: 2rem 0;
}

.section-33 .card .card-body h3 {
    line-height: 2.2rem;
    margin-bottom: 0;
    font-size: 2rem;
}

.section-33 .card .btn {
    margin-top: 0;
    line-height: unset;
    padding: 0;
    width: fit-content;
    float: right;
}

.section-33 .card .btn span {
    display: flex;
}

@media (max-width: 991px) {
    .section-33 .desktop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .section-33 .mobile {
        display: none;
    }
}






@media (max-width: 1199px) {

  .section-30 .img .blue.dx,
  .section-30 .img .white.dx,
  .section-30 .img .blue.sx,
  .section-30 .img .white.sx,
  .desktop-realizzazioni {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .mobile-realizzazioni {
    display: none !important;
  }
}

/* responsive */

@media (max-width:991px) {

  .desktop-col,
  .desktop-row {
    display: none !important;
  }
}

@media (min-width:992px) {

  .mobile-row,
  .mobile-col {
    display: none;
  }
}