/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
  --color-0: #3f83b0;
  --color-1: #cb8d27;
  --color-2: #252525;

  /* --color-0: #fff;
  --color-1: #80a9d4;
  --color-2: #0052a9;
  --color-3: #c69c6d;
  --color-4: #577173;
  --color-5: #a2b0b1; */
}

*,
*::after,
*::before {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.no-gap-font {
  letter-spacing: 0px;
}

/* .video-overlay {
  background-image: linear-gradient(
    to bottom,
    rgba(78, 27, 15, 0.7),
    rgb(174, 94, 76),
    rgb(255, 255, 255, 1)
  );
} */

.primary-menu .menu-container .menu-link {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.widget > h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.font-secondary {
  /* color: #71c7ec; */
  color: #cb8d27;
}

/*======= link animation start =======*/
.link {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  /* color: #71c7ec; */
  color: #cb8d27;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: "";
  /* show by default */
}
/* Links Hover animation */
.link-1::before {
  height: 2px;
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.link-1:hover::before {
  height: 2px;
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
}
/*======= link animation end =======*/

.button.button-border {
  letter-spacing: 0px;
  font-size: clamp(0.8rem, 1.3vw, 1.5rem);
}

.justify-this-text {
  text-align: justify;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

@media screen and (min-width: 600px) {
  .justify-this-text-in-web {
    text-align: justify;
  }
}

.white-inside-text {
  color: #fff;
}

.darker-inside-text {
  color: #252525;
}

/* #section-about {
  background: linear-gradient(to bottom, #63c8e0, #fff);
  background: linear-gradient(to bottom, #553E4E, #fff);
} */

.aa-logo-footer {
  width: 75%;
  margin: auto;
}

.menu-link {
  background: rgb(99, 200, 224, 0);
  transition: background 0.125s ease-out;
}
.menu-link > div {
  transition: color 0.125s ease-out;
}

.menu-link:hover {
  /* background: rgb(99, 200, 224, 1); */
  /* background: rgb(105, 132, 194, 1); */
  /* background: rgb(224, 193, 180, 1); */
  background: #cb8d27;
}
.menu-link:hover > div {
  color: #252525;
}

/* .floater-container {
  position: relative;
  display: block;
}

.floater-element {
  position: absolute;
  display: block;
  width: 5rem;
  height: 7rem;
  background-color: #e58c8c;
  left: 20%;
  top: 100px;
} */

@media screen and (max-width: 600px) {
  .bg-theme-light {
    margin-top: 15rem;
  }

  .floater-container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 500px) {
  .bg-theme-light {
    margin-bottom: -400px;
  }
  #section-claims {
    margin-top: -300px;
  }
}

@media screen and (max-width: 700px) {
  .bg-theme-light {
    margin-bottom: -300px;
  }
}

@media screen and (max-width: 900px) {
  .bg-theme-light {
    margin-bottom: -250px;
  }
}

.bg-theme-light {
  margin-bottom: -125px;
}

.ls1 {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
}

#diamondcon {
  position: relative;
  z-index: 2;
}

#diamond {
  position: absolute;
  max-width: 300px;
  left: -10vw;
  top: 6px;
  z-index: -1;
  opacity: 0.1;
}

.op-gradient-icon {
  opacity: 1;
  transition: opacity ease-out 0.23s;
}

.op-gradient-icon:hover {
  opacity: 0.7;
}

#section-network::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(to bottom, #ffffffb9, #fff);
  /* background-image: linear-gradient(to bottom, #71c7ec, #fff); */
  opacity: 1;
}

.med-net-text-block > p {
  font-size: clamp(1rem, 2vw, 1.4rem);
}

#section-works {
  padding-bottom: 0;
}

#section-goals {
  padding-top: 0;
}

.fbox-content > p {
  text-align: justify;
  text-justify: distribute-all-lines;
}

#values-logo-mobile {
  display: none;
}

#values-logo {
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  #values-logo {
    display: none;
  }

  #values-logo-mobile {
    display: block;
    object-fit: cover;
  }
}

#values-logo {
  opacity: 0.6;
  transition: opacity 0.35s ease-in-out 0.1s;
}
#values-logo:hover,
#values-logo:focus {
  cursor: pointer;
  opacity: 1;
}

#global-ports-plus,
#vessel-charters-plus {
  position: relative;
}

#global-ports-plus::after,
#vessel-charters-plus::after {
  content: "+";
  position: absolute;
  top: 5%;
  color: #553e4e;
  /* background-color: #f6ae2d; */
  font-size: 80%;
  font-weight: 400;
}

h5.port-desc-title {
  line-height: 0.5px;
}

.faq-ulist {
  margin-top: 20px;
  display: block;
  position: relative;
  padding-left: 2rem;
}

#hqMap {
  font-weight: bold;
  color: #cb8d27;
  animation: hqMapBlink 2s ease-in-out infinite;
}

@keyframes hqMapBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
