@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.close{
    display: none !important;
}

#contactForm_forms_flash{
    height: 100px;
}

@media screen and (min-width: 730px) {
  .desktop-hidden {
    display: none !important;
  }
}
.home-market-d{
    text-align: center;
}
.card {
  border: none;
  margin-bottom: 64px;
}

.card-img-top {
  border-radius: 0;
}

#card-news1,
#card-news2,
#card-news3,
#card-news4,
#card-news5,
#card-news6,
#card-news7,
#card-news8 {
  min-height: 288px;
  border-radius: 8px;
  background-size: 100%;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}

#card-news1:hover,
#card-news2:hover,
#card-news3:hover,
#card-news4:hover,
#card-news5:hover,
#card-news6:hover,
#card-news7:hover,
#card-news8:hover {
  background-size: 120%;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}

.card-body {
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}
.card-text:hover {
  text-decoration: underline;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

#navbar-psfi-logo {
  width: 100px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-wrapper {
  width: 100%;
}

#navbar-tabs-ul {
  margin-left: auto;
}

#btn-home-allproducts, .btn-products-primary, #certificate-trigger, #form-submit {
  width: 180px;
  border: 1px solid transparent;
}

.btn-primary {
  border-radius: 8px;
  background: #64c496;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1) inset,
    0px -4px 6px 0px rgba(0, 0, 0, 0.05) inset,
    2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    -2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    0px 4px 4px 0px rgba(221, 221, 221, 0.25) inset;
  width: 128px;
  height: 48px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1) inset,
    0px -4px 6px 0px rgba(0, 0, 0, 0.05) inset,
    2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    -2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    0px 4px 4px 0px rgba(221, 221, 221, 0.25) inset;
}

.btn-primary:hover {
  border-radius: 8px;
  border: 0.5px solid #b5e3cd !important;
  background: #64c496 !important;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1) inset,
    0px -4px 6px 0px rgba(0, 0, 0, 0.05) inset,
    2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    -2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    0px 8px 8px 0px rgba(221, 221, 221, 0.25) inset !important;
}

.btn-primary:active {
  border-radius: 8px;
  border: 1.5px solid #b5e3cd !important;
  background: #64c496 !important;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1) inset,
    0px -4px 6px 0px rgba(0, 0, 0, 0.05) inset,
    2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    -2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    0px -2px 2px 0px rgba(0, 0, 0, 0.1) inset,
    0px -4px 6px 0px rgba(0, 0, 0, 0.05) inset,
    2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset,
    -2px 0px 2px 0px rgba(0, 0, 0, 0.05) inset !important;
}

.btn-outline {
  border-radius: 8px;
  border: 1px solid rgba(38, 175, 109, 0.7);
  background: transparent;
  width: 128px;
  height: 48px;
  color: rgba(38, 175, 109, 0.7);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.btn-outline:hover {
  border: rgba(38, 175, 109, 0.7);
  background: rgba(38, 175, 109, 0.7) !important;
  color: #fff;
  transition: 300ms ease-in-out;
}

.btn-outline-white {
  width: 120px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px;
  border: 1px solid white;
  margin-top: 8px;
}

#home-about-text {
  padding-right: 100px;
}

.btn:hover {
  background: none !important;
  color: white;
  border: 1px solid white;
}

#banner-top {
  width: 100vw !important;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.get-in-touch{
  border: 1px solid transparent;
}

#banner-about {
  width: 100vw !important;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

#world-map {
  height: calc(538 / 877 * 90vw);
  width: 90vw;
  margin: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#explore {
  min-height: 775px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
  padding-top: 100px;
}

#footer {
  min-height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#footer-contact-btn{
  border: 1px solid transparent;
}

#product-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 700px;
}

.mh-banner {
  min-height: 600px;
}

.mh-1000 {
  min-height: 750px;
}

.mh-700 {
  min-height: 700px;
}

.mh-500 {
  min-height: 500px;
}

.mh-300 {
  min-height: 300px;
}

.home-product-container {
  height: 360px;
}

#fish-box-1 {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  width: 40%;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  overflow: hidden;
}

#fish-box-2 {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  width: 360px;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  overflow: hidden;
}

#fish-box-3 {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
  overflow: hidden;
}

.home-about-image {
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fish-box-overlay {
  width: 100%;
  height: 50%;
  background: linear-gradient(
    0deg,
    #000 0%,
    rgba(0, 0, 0, 0.55) 20%,
    rgba(0, 0, 0, 0) 40%
  );
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.fish-box-overlay:hover {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    #000 0%,
    rgba(0, 0, 0, 0.55) 30%,
    rgba(0, 0, 0, 0) 60%
  );
  cursor: pointer;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 300ms ease-in-out;
  .fish-box-overlay-content {
    position: relative;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 300ms ease-in-out;
  }
}

.fish-box-overlay-content {
  position: relative;
  bottom: -35px;
  transition: all 300ms ease-in-out;
  text-align: left;
}

.news-first {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 0;
}

.first-news-gradient {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: linear-gradient(
    0deg,
    rgba(3, 91, 169, 0.75) 0%,
    rgba(3, 91, 169, 0.5) 69.59%,
    rgba(3, 91, 169, 0) 100%
  );
}

.mapHotspot__canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

.mapHotspot__canvas .hotspot {
  position: absolute;
  cursor: pointer;
  width: 5px;
  height: 5px;
}

.mapHotspot__canvas .hotspot img {
  display: inline-block;
  max-width: none;
  width: auto;
  height: 2vw;
  max-height: 16px;
  min-height: 20px;
}

.mapHotspot__canvas .hotspot span {
  position: absolute;
  line-height: 1em;
  top: 3px;
  right: 1em;
  text-align: right;
  font-weight: bold;
  color: darkslategray;
  white-space: nowrap;
  display: none;
}

.mapHotspot__canvas .hotspot:hover span {
  display: block;
}

.vision-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fish-image {
  position: absolute;
  height: 625px;
  right: 0;
  top: -100px;
}

.product-slide {
  max-height: 450px;
}

.product-thumbnails {
  height: 408px !important;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 4px solid transparent;
  padding: 0;
  margin-right: 16px;
  overflow: hidden;
}

.product-thumbnails:is(.slick-current){
  height: 408px !important;
  border-radius: 8px;
  border: 4px solid #97d4ea;
  padding: 0;

  .fish-box-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      0deg,
      #000 0%,
      rgba(0, 0, 0, 0.55) 30%,
      rgba(0, 0, 0, 0) 60%
    );
  }

  .slick-track:hover{
    cursor: pointer !important;
  }

  .fish-box-overlay-content {
    position: relative;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 300ms ease-in-out;
  }
}

.contact-info-col {
  border-radius: 8px 0px 0px 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  padding: 24px;
  max-height: 500px;
}

.contact-form-col {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.15);
  height: 617px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 2;
}

.contact-container {
  padding-top: 300px;
}

#form-submit {
  width: 100%;
}

.contact-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.form-control {
  display: flex;
  width: 560px;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
}

.form-control::placeholder {
  color: #b7b7b7;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.separator {
  min-height: 200px;
  display: block;
}

.separator-100 {
  min-height: 100px;
  display: block;
}

.separator-80 {
  min-height: 80px;
  display: block;
}

.separator-60 {
  min-height: 60px;
  display: block;
}

.separator-40 {
  min-height: 40px;
  display: block;
}

.precede {
  min-height: 100px;
  display: block;
}

.featured-news-image {
  width: 100%;
  object-fit: cover;
}

.featured-news-text {
  padding-left: 3rem;
  padding-right: 3rem;
  background: linear-gradient(90deg, #035ba9 0%, #53b6e7 100%);
}

.article-image {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: center center;
}

.featured-news-img {
  min-height: 500px;
  background: url("../../assets/img/news0 (Custom).jpg");
}

ul.nav-item {
  height: 368px !important;
  width: 368px !important;
  border-radius: 8px;
  border: 4px solid #97d4ea;
  padding: 0;
}

button.nav-link {
  height: 368px !important;
  width: 368px !important;
  border-radius: 8px;
  border: 4px solid transparent;
  padding: 0;
  margin-right: 16px;
}

.nav-link.active {
  height: 368px !important;
  width: 368px !important;
  border-radius: 8px;
  border: 4px solid #97d4ea;
  padding: 0;
}

.nav-link:is(.active) {
  .fish-box-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      0deg,
      #000 0%,
      rgba(0, 0, 0, 0.55) 30%,
      rgba(0, 0, 0, 0) 60%
    );
  }
  .fish-box-overlay-content {
    position: relative;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 300ms ease-in-out;
  }
}

.prod-slide-controls {
  position: absolute;
  top: 1175px;
}

.prev-container {
  justify-content: start;
}

.next-container {
  justify-content: end;
}

a.nav-link {
  margin-left: 24px;
  margin-right: 24px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
}

.back-news-div {
  margin-top: 32px;
  margin-bottom: 32px;
  height: 50px;
  display: flex;
  align-items: center;
}

.date-span {
  height: 1rem;
}

.back-news-text {
  color: #404041;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

#prod-prev,
#prod-next {
  top: unset !important;
  bottom: unset !important;
}

.heart-button:not(.active) {
  min-height: 32px;
  width: 32px;
  background-image: url("../../assets/img/heart-default.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  border-radius: 16px;
  border: 1px solid black;
  background-color: transparent;
}
.heart-button.btn:hover {
  background-image: url("../../assets/img/heart-active.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: center center !important;
}
.heart-button:is(.active) {
  min-height: 32px;
  width: 32px;
  background-image: url("../../assets/img/heart-active.svg") !important;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  border-radius: 16px;
  border: 1px solid black;
  background-color: transparent;
}
.heart-wrapper {
  width: 100%;
  margin-top: 32px;
}

.ratio .ratio-16x9 {
  background-color: transparent !important;
}

.slick-list{
  overflow: visible !important;
}

.desktop-carousel-control {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: white;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
  }

  #product-arrow-left{
    top: 180px;
    left: -16px;
  }

  #product-arrow-right{
    top: 180px;
    right: 0;
  }

  .r180{
    transform: rotate(180deg);
  }