html,
body {
  overflow-x: clip !important;
}

@font-face {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bx6ANxqUneKx06UkIXISn3V4Cg.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  /* padding-top: 94px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Tenor Sans";
  text-transform: uppercase;
}

.error-msg {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  padding: 0 4px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eb3136;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #eb3136;
  background: linear-gradient(270deg, #eb3136 0%, #2856a3 100%);
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #212121;
}

a:hover {
  color: #eb3136;
}

a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.columns.gap-7 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.gap-7 > .column {
  padding-left: 96px;
  padding-right: 96px;
}

.columns.gap-6 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}

.gap-6 > .column {
  padding-left: 84px;
  padding-right: 84px;
}

.columns.gap-5 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.gap-5 > .column {
  padding-left: 72px;
  padding-right: 72px;
}

.columns.gap-4 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.gap-4 > .column {
  padding-left: 60px;
  padding-right: 60px;
}

.columns.gap-3 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.gap-3 > .column {
  padding-left: 48px;
  padding-right: 48px;
}

.columns.gap-2 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.gap-2 > .column {
  padding-left: 36px;
  padding-right: 36px;
}

.columns.gap-1 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.gap-1 > .column {
  padding-left: 24px;
  padding-right: 24px;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 1000px;
  width: 100%;
  padding: 40px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #fff;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.modal-title {
  color: #2856a3;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: -10px;
}

html.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
  border: 1px solid #ffffff87;
}

.close {
  color: #2856a3;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: transparent;
  border: 1px solid #2856a3;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.close:hover {
  background-color: #eb3136;
  color: #fff;
  border: 1px solid #eb3136;
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*** End Modal CSS ***/
.columns.row-register {
  margin-bottom: -12px !important;
}

.sticky-bottom-form .col-form .form-control::-webkit-input-placeholder,
.theme-modal .col-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.sticky-bottom-form .col-form .form-control:-ms-input-placeholder,
.theme-modal .col-form .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.sticky-bottom-form .col-form .form-control::placeholder,
.theme-modal .col-form .form-control::placeholder {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.connect-form .col-form .form-control::-webkit-input-placeholder {
  color: #a8a8a8;
  font-family: "Montserrat", sans-serif;
}

.connect-form .col-form .form-control:-ms-input-placeholder {
  color: #a8a8a8;
  font-family: "Montserrat", sans-serif;
}

.connect-form .col-form .form-control::placeholder {
  color: #a8a8a8;
  font-family: "Montserrat", sans-serif;
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px !important;
  background-color: transparent !important;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: #747070b6 !important;
}

::-webkit-scrollbar {
  width: 6px !important;
  background-color: #747070b6 !important;
}

::-webkit-scrollbar-thumb {
  background-color: #ddd !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

ul:last-child {
  margin-bottom: 0;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.section-title {
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h2 {
  font-size: 80px;
  line-height: 84px;
  color: #2856a3;
  margin: 0;
  position: relative;
  display: block;
  font-family: "Tenor Sans";
  text-transform: uppercase;
  margin-bottom: -14px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
  color: #fff;
}

.dark a:hover {
  color: #eb3136;
}

video,
picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.btn {
  position: relative;
  font-family: "Montserrat", sans-serif;
  border: 1px solid;
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-size: 300%;
}

/* .btn.btn-primary {
  color: #fff;
  border-color: #eb3136;

  background-image: linear-gradient(
    160deg,
    #eb3136 50%,
    #2856a3 50%
  );

  background-position: 0%;
}


.btn.btn-primary:hover {
  background-position: 100%;
  transform: translateX(0.5rem);
} */

.btn.btn-primary {
  color: #fff;
  border-color: #ffffffc2;
  background-image: linear-gradient(160deg, #eb3136 50%, #2856a3 50%);
  background-position: 0%;
  background-size: 300%;
  /* background-color: #eb3136; */
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden; /* Needed for ripple effect */
}

.btn.btn-primary:hover {
  border-color: #2856a3;
  background-color: #2856a3;
  background-position: 100%;
  transform: translateX(0.5rem);
}

.btn.btn-primary:active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 0.6s linear;
}

@keyframes ripple {
  to {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

.btn.btn-primary.sticky-btn-enquire:hover {
  transform: rotate(-90deg);
}

.btn.btn-primary-outline {
  background-color: transparent;
  border-color: #eb3136;
  color: #eb3136;
}

.btn.btn-primary-outline:hover {
  background-color: #0060a0;
  border-color: #0060a0;
  color: #ffffff;
}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2856a3;
}

.btn.btn-white:hover {
  background-color: #1a4c9f;
  border-color: #1a4c9f;
  color: #fff;
}

.btn.btn-white-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-white-outline:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0060a0;
}

.col-form {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

.thankyou-msg {
  font-size: 16px !important;
  color: #2856a3 !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  margin: 30px auto 0;
  height: 100px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  color: #2856a3;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

.list-point li {
  font-weight: 500;
  position: relative;
  list-style: none;
  padding-left: 20px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #535353;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.arrow-bottom .splide__arrows {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-top: 30px;
}

.arrow-bottom .splide__arrow {
  position: static;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.splide__pagination {
  margin-top: 30px;
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}

.splide__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill 0.2s linear;
  width: 45px;
  -webkit-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent;
}

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* .splide__arrow,
.banner-arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
} */

.splide__arrow,
.banner-arrow {
  width: 45px;
  height: 45px;
  padding: 5px;
  color: #eb3136;
  background-color: transparent;
  /*background-image:
    linear-gradient(white, white),
    linear-gradient(270deg, #eb3136 0%, #2856a3 100%); */
  border: 1px solid #eb3136;
  /* background-clip: content-box, border-box; */
  opacity: 1;
}

.splide__arrow:hover,
.banner-arrow:hover {
  background: #2856a3;
  color: #fff;
  border: 1px solid #2856a3;
  opacity: 1 !important;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow svg,
.banner-arrow svg {
  transition:
    stroke 0.3s ease,
    fill 0.3s ease;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #eb3136;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #eb3136;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
   font-family: "Montserrat", sans-serif;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
}

.form-control:focus {
  outline: 0;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 12px 140px;
  width: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 155.33%
  ); */
  background: #ffffff8a;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

#header.sticky {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.theme-menu ul {
  display: flex;
  justify-content: end;
}

.theme-menu ul .menu-item {
  position: relative;
}

.theme-menu > ul > .menu-item.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.theme-menu > ul > .menu-item.has-submenu:hover > .submenu.hidden {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.theme-menu ul .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #000000db;
  backdrop-filter: blur(50px);
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  display: block;
  z-index: 10000;
}

.theme-menu ul .submenu.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

.theme-menu ul .submenu .submenu-item {
  position: relative;
}

.theme-menu ul .submenu .submenu-item a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #ffffff1f;
  font-family: "Montserrat";
}

.theme-menu ul .submenu .submenu-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #eb3136;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}

.theme-menu ul .submenu .submenu-item a:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.theme-menu ul .submenu .submenu-item a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.theme-menu ul .submenu .submenu-item.has-submenu > a {
  padding-right: 34px;
}

.theme-menu ul .submenu .submenu-item.has-submenu > a:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  transform: translateY(-50%);
}

.theme-menu ul .submenu .submenu {
  top: 0;
  left: 100%;
  margin-left: 0;
}

.menu-link {
  font-size: 18px;
  font-family: "Tenor Sans";
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-link.active {
  color: #eb3136;
}

.menu-link.active::before {
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  background-image: url(../images/menu-element.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-logo img {
  width: auto;
  max-height: 90px;
  max-width: 200px;
  position: absolute;
  top: 8px;
}

.col-header:first-child {
  max-width: 240px;
  padding: 0;
  flex: 0 0 240px;
}

.menu-item {
  padding: 16px 20px;
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.js-scroll {
  opacity: 0;
}

.scrolled.fade-in {
  animation: 2s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
  animation: 2s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
  animation: 2s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
  animation: 2s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
  animation: 2s ease-in-out both fade-in-right;
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-out {
  opacity: 0;
  transition-duration: 3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zoom-out.scrolled {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.zoom-out {
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  transition-timing-function: ease-out;
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

/* Js Scroll End */
.sticky-btn-enquire {
  position: fixed !important;
  top: 250px;
  right: -48px;
  padding: 10px 20px;
  z-index: 999 !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.sticky-btn-enquire:hover {
  color: #fff;
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #eb3136;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .form-control {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer {
  padding: 60px 0 0;
  background-color: #081121;
  background-image: url(../images/footer-bg.webp);
  background-size: cover;
}

/* #home #footer {
  padding: 30px 0 70px;
} */

.col-copyright:last-child {
  text-align: right;
}

.theme-block-img {
  position: relative;
  overflow: hidden;
}

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eb3136;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.theme-block:hover .theme-block-img:before {
  opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.section-cms {
  min-height: calc(100vh - 161px);
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.counter {
  display: flex;
  align-items: end;
  gap: 6px;
}

.counter-block h3 {
  font-size: 50px;
  line-height: 54px;
  color: #2856a3;
}

.counter-block p {
  margin-top: 6px;
}

/* Accordion Css Start */

.collapse {
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
}

.collapse:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion {
}

.accordion .card {
  overflow: hidden;
  margin: -1px -1px 1px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
}

.accordion .card:last-child {
  margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom-color: transparent;
}

.accordion .card.is-active {
  background: #fff;
}

.accordion .card.is-active + .card {
  border-top-color: transparent;
}

.accordion .accordion-header {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: 16px 0 16px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.theme-light-bg .accordion-header {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.accordion .accordion-header:hover .icon {
  opacity: 0.8;
}

.accordion .accordion-header.is-active .icon {
  transform: rotateX(180deg);
  opacity: 1;
}

.accordion .accordion-header .icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
}

.accordion .accordion-content {
  padding: 20px 0 4px;
}

/* Accordion Css End */
.theme-light-bg {
  background-color: #e6f5ff;
}

.theme-bg {
  background-color: #eef1f8;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.theme-text {
  color: #eb3136 !important;
}

.white-text {
  color: #fff !important;
}

.gray-text {
  color: #a8a8a8;
}

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #eb3136;
  background-color: #eb3136;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
}

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation > picture > img {
  filter: blur(12px);
}

.theme-img-animation.eligibility > picture > img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.theme-block.theme-img-animation {
  overflow: hidden;
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sticky-btn-enquire.sticky-brochure {
  top: 422px;
  right: -74px;
}

.scroll-to-top {
  position: fixed;
  bottom: 25px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  background-color: #eb3136;
  color: #fff;
  border: 1px solid #eb3136;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}

.scroll-to-top:hover {
  background: #2856a3;
  color: #fff;
  border: 1px solid #2856a3;
}

.scroll-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab a {
  position: relative;
  display: block;
  /* line-height: 1; */
  border-bottom: 1px solid transparent;
  text-align: center;
  background: transparent;
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 5px;
  font-family: "Tenor Sans";
  text-transform: uppercase;
}

.tab-list .tab a:hover,
.tab-list .tab.is-active a {
  border-bottom: 1px solid #eb3136;
  color: #eb3136;
}

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}

.tab-list-block {
  margin: 30px 0;
}

.social-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff14;
  transform: scale(1);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.social-icon:hover {
  transform: scale(1.2);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.amenities-icon img {
  max-width: 60px;
  margin: 0 auto 12px;
}

.amenities-block {
  text-align: center;
  padding: 12px 0;
}

.amenities-col {
  width: 20%;
  flex: 0 0 auto;
}

.connectivity-detail {
  padding-left: 100px;
}

.highlight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.highlight-item:not(:last-child) {
  margin-bottom: 12px;
}

.connectivity-detail .accordion-item.is-active svg path {
  stroke: #eb3136;
}

.connectivity-detail svg {
  width: 36px;
  height: 36px;
}

.list-point li:not(:last-child) {
  margin-bottom: 8px;
}

/*  Home page */

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.white-overlay::before {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 28.02%,
    #ffffff 100%
  );
}

#main-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  z-index: 2;
  max-width: 900px;
}

.banner-content .section-title h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
}

/* #main-slider .splide__arrows {
  display: none;
}

.banner-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.banner-arrow {
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #eb3136;
}

.banner-arrow svg {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.banner-arrow-prev svg {
  transform: rotate(180deg);
} */

.banner-video video {
  height: 1020px;
  object-fit: cover;
  display: block;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0;
}

.theme-btn.with-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 50px;
  background: transparent;
  color: #eb3136;
  text-decoration: none;
  z-index: 1;
  margin-bottom: 10px;
  color: #000;
}

.theme-btn.with-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 50px;
  background: linear-gradient(270deg, #eb3136 0%, #2856a3 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.theme-btn.with-icon svg {
  color: #eb3136;
}

.theme-btn.with-icon span {
  font-weight: 600;
  text-transform: uppercase;
}

.theme-btn.with-icon:hover {
  background-color: #28438c;
  color: #fff;
}

.theme-btn.with-icon:hover svg {
  color: #fff;
}

h4 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}

.philosophy-block h4,
.globe-wrapper h4 {
  font-family: "Montserrat";
  font-weight: 600;
}

.overview-block {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  left: -250px;
  width: calc(100% + 250px);
}

.overview-img {
  border: 4px solid #fff;
  position: relative;
}

.overview-block::before {
  content: "";
  position: absolute;
  background-image: url(../images/star.svg);
  width: 150px;
  height: 155px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -75px;
  left: -75px;
}
.tenor-sans {
  font-family: "Tenor Sans";
}

.read-more-btn {
  color: #212121;
  border-bottom: 1px solid #eb3136;
  display: block;
  max-width: fit-content;
}

.read-more-btn:hover {
  color: #eb3136;
}

.black-overlay::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0 / 51%) 100%
  );
}

.work-title {
  position: absolute;
  padding: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 600px;
}

.work-title h3 {
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 10px;
}

.sticky-block {
  position: sticky !important;
  top: 0;
  margin-bottom: 60px;
}

.sticky-section {
  position: unset !important;
  overflow: unset !important;
}

/* .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  grid-template-areas:
    "agriculture fishing sports"
    "bird fishing sports"
    "twine twine yarn";
} */

.product-item {
  position: relative;
  overflow: hidden;
}

.block-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.product-item picture,
.product-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.scale {
  overflow: hidden;
}
.scale img {
  transition: transform 0.6s ease;
}

.scale:hover img {
  transform: scale(1.08);
}

.product-item {
  position: relative;
  overflow: hidden;
}

.product-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  z-index: 2;
}

.product-content h4 {
  margin: 0;
  transition: transform 0.3s ease;
}

/* .product-content h4,
.vigo-nets-desc h4,
.news-desc h4,
.leaders-desc h4 {
  font-size: 24px;
  line-height: 30px;
} */

h5 {
  font-size: 24px;
  line-height: 30px;
}

.leaders-desc h5 {
  font-family: "Montserrat";
}

.product-item:hover .product-content h4 {
  transform: translateY(-10px);
}

.product-content .explore {
  display: block;
  border-bottom: 1px solid #eb3136;
  opacity: 0;
  /* transform: translateY(8px); */
  pointer-events: none;
  max-width: fit-content;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    max-height 0.4s ease;
}

.product-item:hover .product-content .explore {
  opacity: 1;
  pointer-events: auto;
  transition: max-height 0.4s ease;
  max-height: 30px;
}

/* .product-agriculture {
  grid-area: agriculture;
}

.product-bird {
  grid-area: bird;
}

.product-fishing {
  grid-area: fishing;
}

.product-sports {
  grid-area: sports;
}

.product-safety {
  grid-area: safety;
}

.product-agri {
  grid-area: agri;
}

.product-thread {
  grid-area: thread;
} */

.product-twine {
  /* grid-area: twine; */
}

.product-yarn {
  /* grid-area: yarn; */
}

.ball {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: linear-gradient(270deg, #eb3136 0%, #2856a3 100%);
  border: 1px solid #2856a3;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: translate(0, 0) scale(var(1.2, 1));
  transition: transform 0.25s ease-out;
  z-index: 9999999;
}

.flame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: radial-gradient(
    circle,
    rgba(235, 49, 54, 0.6) 0%,
    rgba(40, 86, 163, 0) 70%
  );
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(var(1.2, 1));
  animation: flame 1s infinite;
  opacity: 0.7;
  transition:
    transform 0.25s ease-out,
    opacity 0.25s ease-out;
  z-index: 9999999;
}

.ball.link-hover {
  --scale: 1.2;
  background: transparent;
  border: 2px solid #2856a3;
}

@keyframes flame {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.3;
    transform: translate(-50%, -60%) scale(1.2);
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
}

.element {
  position: absolute;
  max-width: 300px;
  z-index: 1;
  animation: zoomInOut 2s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* zoom in */
  }
  100% {
    transform: scale(1);
  }
}

.element.top-left {
  left: -125px;
  top: -50px;
}

.element.top-right {
  right: -100px;
  top: -50px;
}

.visible {
  overflow: visible;
}

.vigo-nets-icon {
  max-width: 50px;
  margin: 0 auto 30px;
}

.section-vigo-nets .section-title {
  margin-bottom: 60px;
}

.vigo-nets-col:not(:last-child),
.get-in-touch-col:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

.arrow-top .splide__arrows {
  position: absolute;
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 0px;
  right: 150px;
  top: -80px;
  z-index: 99;
}
.arrow-top .splide__arrow {
  position: static;
  transform: unset;
  z-index: 99;
}

.news-block {
  padding: 20px;
  border: 1px solid #c3c3c3;
  height: 100%;
}

.news-desc p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-desc span,
small {
  font-size: 14px;
}

.footer-logo {
  max-width: 200px;
}

.footer-detail h5 {
  margin-bottom: 15px;
  color: #a8a8a8;
}

.footer-menu li,
.contact a {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.footer-menu li:last-child,
.contact a:last-child {
  margin-bottom: 0;
}

.copyright-bar {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #ffffff3d;
}

.footer-text-logo {
  margin-top: 120px;
}

.banner-desc {
  position: absolute;
  bottom: 150px;
  z-index: 2;
}

.is-uppercase {
  text-transform: uppercase;
}
.get-in-touch-wrapper,
.our-leaders-wrapper {
  padding: 30px 50px;
  border: 1px solid #2856a333;
}

.connect-form .form-control {
  color: #212121;
  border-bottom: 1px solid #a8a8a866;
}

.label {
  display: block;
  font-weight: 500;
}

.connect-form {
  position: relative;
  padding: 40px;
  background-color: #eef1f833;
  border: 1px solid #2856a333;
}

.section-lets-connect .element.top-right {
  right: 0;
  top: 0;
}

/* Product detail page */

/* .features-wrapper {
  background-image: url(../images/products/vigo-net/blue-img.webp);
  padding: 50px 30px;
} */

.features-wrapper {
  z-index: 9;
  position: relative;
}
/* .features-wrapper::before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  z-index: 0;
} */

.features-block {
  display: flex;
  gap: 30px;
  align-items: center;
  /* flex-direction: column; */
  height: 100%;
  /* min-height: 300px; */
  padding: 30px;
}

.features-block img {
  max-width: 100px;
  padding-right: 30px;
  border-right: 1px solid #a8a8a8;
}

/* .theme-gradient-bg::after,
.theme-gradient-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(270deg, rgb(235 49 54 / 39%), rgb(40 86 163 / 36%));
} */

.bg-img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  left: 0;
  top: 0;
  z-index: 0;
}

/* .theme-gradient-bg.theme-gradient-bg-white::before {
  background: linear-gradient(270deg, rgba(235,49,54,.2), rgba(40,86,163,.2)), linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95));
} */

/* .theme-gradient-bg::after {
  background: radial-gradient(circle, #0000000f 0%, #ffffff8a 100%);
} */

.net-desc h3 {
  font-size: 40px;
  line-height: 44px;
}

.section-related-products .section-title,
.section-testimonials .section-title,
.section-news .section-title {
  display: inline-block;
}

#product-slider.arrow-top .splide__arrows {
  right: 0;
  top: -80px;
}

/* Product Page */

.net-desc h3 {
  margin-bottom: 30px;
}

/* .table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
 }

 .theme-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #f1f4f9;
 } */
.theme-table {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  border-collapse: collapse;
}

.table-responsive {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}

.characteristics-table .table-responsive {
  max-height: 300px;
}

.theme-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-scrollbar-horizontal::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #ddd !important;
  border-radius: 3px !important;
}

.table-scrollbar-horizontal::-webkit-scrollbar {
  height: 6px !important;
  /* background-color: #ddd !important; */
  background-color: #747070b6 !important;
}

.table-scrollbar-horizontal::-webkit-scrollbar-thumb {
  background-color: #74707086 !important;
  /* background-color: #ddd !important; */
  border-radius: 3px !important;
}

.theme-scrollbar-horizontal {
  width: 100%;
  overflow-x: auto;
}

.theme-scrollbar-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.theme-table-wrapper .table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}
.theme-table-wrapper td,
.theme-table-wrapper th {
  vertical-align: middle !important;
  text-align: start;
  white-space: nowrap;
  padding: 10px 20px;
}

.theme-table thead th {
  background: #2856a3;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 14px;
  border-right: 1px solid #fff;
  text-align: center;
  white-space: nowrap;
}

.theme-table tbody td {
  padding: 8px;
  border: 1px solid #000000;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

/* .theme-table tbody tr:nth-child(even) td {
  background: #eef2f7;
} */

.net-desc .net-subtitle {
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.net-img span {
  position: absolute;
  padding: 10px;
  bottom: 0;
  font-size: 20px;
  z-index: 2;
}

.view-detail-btn {
  margin-top: 40px;
}

.order-2 {
  order: 2 !important;
}

.net-img.overlay::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.nets-block .columns,
.characteristics-nets-block {
  margin-bottom: 80px !important;
}

.nets-block,
.characteristics-nets-block {
  margin-bottom: -80px !important;
}

/* About Us */
.about-counter-detail .counter-block h3 {
  font-size: 70px;
  line-height: 74px;
}

.about-counter-detail .counter-block {
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
}

.counter-block::before {
  content: "";
  position: absolute;
  background-image: url(../images/element.svg);
  background-size: cover;
  width: 110px;
  height: 110px;
  left: 30px;
  top: 20px;
}

.about-col:not(:last-child) {
  border-right: 1px solid #a8a8a8;
}

.philosophy-block p,
.testimonials-block p,
.globe-wrapper .content-tab p,
.section-product-tab li,
.section-product-tab p,
.vigo-nets-desc p {
  font-size: 16px;
}

.border-0 {
  border: none !important;
}

.leaders-desc,
.globe-wrapper .content-tab {
  padding: 30px;
  background-color: #2856a3;
}

.social-link-icon svg,
.social-link-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaders-contact-detail {
  border-top: 1px solid #a8a8a866;
}

.leaders-desc {
  padding: 30px;
  background-color: #2856a3;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: calc(100% + 40px);
  max-width: 400px;
}

.leaders-img {
  max-width: fit-content;
}

.testimonials-detail-block {
  padding: 30px;
  background-color: #6080a00d;
  border: 1px solid #6080a033;
  border-radius: 10px;
  height: 100%;
}

.testimonial-icon {
  max-width: 100px;
  margin-bottom: 20px;
}
.video-img {
  height: 100%;
}

.video-img .testimonial-thumb {
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.play-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 40px;
}

.testimonial-video::before {
  background-color: #0000004d;
  border-radius: 10px;
}

.section-testimonials .view-detail-btn {
  margin: 40px auto 0;
  max-width: fit-content;
  display: block;
}

.globe-wrapper .tab-list,
.product-tab-details .tab-list {
  display: inline-block;
}

.globe-wrapper .tab-list .tab a,
.product-tab-details .tab-list .tab a {
  font-family: "Montserrat";
  text-align: start;
  font-weight: 600;
  padding-bottom: 0;
  border-bottom: 0 !important;
  display: inline-block;
}

.product-tab-details .tab-list .tab {
  max-width: 550px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.globe-wrapper .tab-list .tab:not(:last-child),
.product-tab-details .tab-list .tab:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a8a8a866;
}

.globe-wrapper .tab-list .tab.is-active a,
.product-tab-details .tab-list .tab.is-active a,
.globe-wrapper .tab-list .tab.active a {
  display: inline-block;
  background: linear-gradient(270deg, #eb3136 0%, #2856a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-tab-details .tab-list .tab.is-active svg {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.product-tab-details .tab-list .tab svg {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
}

.map-img {
  position: relative;
}

.map-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.map-dot.active {
  width: 14px;
  height: 14px;
  opacity: 1;
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
  }
}

.map-dot.uk {
  top: 32%;
  left: 48%;
}
.map-dot.netherlands {
  top: 34%;
  left: 50%;
}
.map-dot.usa {
  top: 38%;
  left: 20%;
}
.map-dot.europe {
  top: 36%;
  left: 52%;
}
.map-dot.sri-lanka {
  top: 60%;
  left: 60%;
}
.map-dot.bangladesh {
  top: 54%;
  left: 61%;
}
.map-dot.singapore {
  top: 62%;
  left: 65%;
}
.map-dot.italy {
  top: 40%;
  left: 51%;
}
.map-dot.norway {
  top: 28%;
  left: 52%;
}
.map-dot.morocco {
  top: 45%;
  left: 45%;
}
.map-dot.tunisia {
  top: 44%;
  left: 48%;
}
.map-dot.china {
  top: 45%;
  left: 70%;
}

.globe-wrapper .content-tab span {
  font-size: 22px;
}

.theme-modal-card .connect-form {
  padding: 30px;
  background-color: #eef1f8;
  border: 1px solid #2856a314;
}

.theme-modal-card-body.connect-form::before,
.theme-detail-modal-card::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -55px;
  background-image: url(../images/blue-element.webp);
  width: 150px;
  height: 150px;
  background-size: cover;
  animation: zoomInOut 2s ease-in-out infinite;
}

.theme-detail-modal-card::before {
  top: 0;
  width: 100px;
  height: 100px;
  right: 0 !important;
}

.submenu-item.has-submenu .submenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
}

.submenu-item.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.cms-body {
  padding-top: 80px;
}

.is-size-14 {
  font-size: 14px;
  line-height: 20px;
}

.submenu.sport-submenu {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

.red-content {
  border-bottom: 1px solid red;
}

.item-desc {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  /* flex-wrap: wrap; */
  text-align: start !important;
}

.item-desc .explore {
  border-bottom: 1px solid #eb3136;
}

/* Modal Css */

.theme-detail-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-detail-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-detail-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 850px;
  width: 100%;
  padding: 50px 30px;
  max-height: inherit;
  background-color: #eef1f8;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #2856a333;
  z-index: 99;
}

.theme-detail-modal.is-active .theme-detail-modal-card {
  top: 50%;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-detail-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}

.theme-detail-modal-close,
.theme-detail-modal-close span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.theme-detail-wrapper .values-block {
  height: 430px;
}

.product-item-points .list-point li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a8a8a8;
}

.product-item-points .list-point {
  color: #535353;
}

.product-table td {
  padding: 10px 15px !important;
}

.product-table tr:last-child td {
  border-bottom: none;
}

.product-table .table-label {
  width: 30%;
  background: #2856a329 !important;
  border: 1px solid #2856a329 !important;
  font-weight: 500;
}

.product-table .theme-table tbody td {
  border: 1px solid #2856a329 !important;
  text-align: left;
}

.section-features {
  background-image: url(../images/products/features-theme-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-features::before {
  background: #ffffff52;
}

.read-more-box {
  height: 0;
  overflow: hidden;
  /* margin-bottom: 0 !important; */
  transition:
    height 0.5s,
    margin-bottom 0.5s;
}

/* .vigo-nets-desc .read-more-box {
  text-align: justify;
  text-align-last: center;
} */

.vigo-nets-desc .read-more-btn {
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s linear;
}

.vigo-nets-desc p {
  margin-bottom: 10px;
}
.marquee-content {
  display: flex;
  animation: scrolling 10s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-101vw);
  }
}

.marquee-item {
  flex: 0 0 100%;
  margin: 0 1vw;
}

.marquee-item img {
  display: block;
  width: 100%;
}

#footer-slider {
  position: relative;
  z-index: 99;
}

.footer-text-logo img {
  height: 250px;
}

.custom-mobile-number {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a8a8a866;
}

.custom-mobile-number .control {
  margin: 0px;
}

.custom-select {
  width: 120px;
  border: 0 !important;
  font-size: 14px;
}

select:focus-visible {
  outline: 0 !important;
}

.custom-select option {
  color: #000;
  font-size: 14px;
  background-color: #eef1f833;
}

.custom-mobile-number .custom-phone-control {
  padding: 15px 6px 15px 5px;
  width: 300px;
  border-bottom: 0;
}

select option:checked,
select option:hover {
  background-color: #2856a3;
  color: #fff;
  border: 1px solid transparent;
}

.theme-modal-card-body .custom-select {
  background-color: #eef1f8;
}

.overview-block .counter-block::before {
  display: none;
}

.get-in-touch-desc span {
  background: linear-gradient(270deg, #eb3136 62.37%, #2856a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.twine-block .net-img {
  border: 1px solid #ddd;
}

.whatsapp-icon {
  position: fixed;
  bottom: 75px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
}

.btn-primary.view-detail-btn {
  /* background-color: transparent; */
  color: #eb3136;
  background-image: none;
  border-color: #eb3136;
}

.btn-primary.view-detail-btn:hover {
  background-color: #2856a3;
  color: #fff;
}

.square-img-ratio {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.img-ratio {
  aspect-ratio: 1 / 2.02;
  object-fit: cover;
}
/* .img-ratio {
    aspect-ratio: 1 / 1.63;
    object-fit: cover;
} */
.gallery-square-block .theme-block:not(:last-child) {
  margin-bottom: 10px;
}

.gallery-col {
  padding: 5px;
}

.gallery-cols {
  margin: -5px !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 120px;
  gap: 10px;
}

/* .gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
}


.small{
  grid-row: span 1;
}

.medium{
  grid-row: span 2;
}

.tall{
  grid-row: span 3;
}

.wide{
  grid-column: span 2;
}*/

.product-item-block {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.product-grid-col {
  padding: 3px;
}

.product-grid-cols {
  margin: -3px !important;
}

.section-title.theme-title h2 {
  margin-bottom: -28px;
}

/* ── Select2 Custom Theme ── */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background: #1a1e2b;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--text);
  font-size: 16px;
  padding: 0 36px 0 14px;
  line-height: 42px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--muted);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
  right: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--muted) transparent transparent transparent;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent var(--accent) transparent;
}

.country-code {
  width: 100px;
}

.country-code .select2-dropdown {
  z-index: 99999 !important;
}

.heme-modal-card-body .select2-container .select2-dropdown {
  background-color: #eef1f8;
}


.product-block .explore{
  min-width: 65px;
}