@font-face {
  font-family: "Eurostile";
  src: url("./eurostile_extended_black.ttf");
}
@font-face {
  font-family: "EuroStile-regular";
  src: url("./EurostileBQ-Regular.otf");
}

:root {
  --primary-color: #fdb52b;
  --primary-font: "Eurostile", sans-serif;
  --paragraph-font--: "EuroStile-regular";
  ---paragraph-weight--: 500;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  font-family: "Eurostile";
}

#header {
  /* background-color: transparent; */
  position: fixed;
  width: 100%;
  /* top: 10px; */
  left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}
ul {
  list-style: none;
}

.nav-item {
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link {
  color: white !important;
  font-weight: 500;
  font-size: 13px;
  margin-left: 4px;
  margin-right: 4px;
  /* font-family: "Montserrat", sans-serif; */
  /* font-family: "Lato", sans-serif; */
  font-family: var(--primary-font);
  position: relative;
  padding: 20px 0px !important;
  text-transform: uppercase;
}
.active-nav {
  color: white !important;
}
.nav-link:hover,
.nav-link:active {
  color: white !important;
}
.nav-link:hover::after,
.nav-link:hover::before {
  opacity: 1;
}
.socialIcon img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.socialIcon1 img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}
.LogoDiv img {
  width: 200px;
}
.LogoDiv a {
  text-decoration: none;
}
#navHeader {
  padding: 0px !important;
}

.headerPadDiv {
  margin: 0px 7vw;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.contact-nav-btn button {
  border: none;
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 20px;
  /* font-family: "Montserrat"; */
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.navbar-dark .navbar-toggler-icon {
  background-image: unset;
}
.navbar-toggler {
  background: url("./../image/menu-bar.svg") no-repeat center;
  background-size: 1.5em 1.5em;
}

/* When the navbar is collapsed (menu is not open), show the menu icon */
.navbar-toggler.collapsed {
  background: url("./../image/menu-bar.svg") no-repeat center;
  background-size: 1.5em 1.5em;
}

/* When the navbar is not collapsed (menu is open), show the close icon */
.navbar-toggler:not(.collapsed) {
  background: url("./../image/close-bar.svg") no-repeat center;
  background-size: 1.5em 1.5em;
}
/*  */

/* .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.dropdown-menu.show {
  display: block;
  opacity: 1;
} */

/****************************************** Footer *************************************/

.modal {
  width: 270px;
  height: 100vh;
  background: black;
  /* background-color: #ecbf42; */
}
.modal::-webkit-scrollbar {
  display: none;
}
.closeBtn {
  color: white;
  background: none;
  border: 0px;
  outline: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.modal {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal-dialog {
  margin: 0px;
}
.modal-header {
  justify-content: flex-end;
}
.modal-content {
  border-radius: unset;
  border: none;
  background: black;
  /* background-color: #ecbf42; */
}
.navbar-toggler {
  outline: none;
  padding: 0px;
}
.navbar-toggler i {
  font-size: 26px;
  color: #ffffff;
}
#togButton {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.dropdown-menu a {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 13px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.dropdown-item p {
  margin-bottom: 0px !important;
  /* font-family: "Montserrat", sans-serif; */
  font-family: var(--primary-font);
}
.dropdown-menu .nav-item {
  margin: 0px;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-menu::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  top: -20px;
  left: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgb(255, 255, 255);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.modal-body {
  padding-left: 0px;
  padding-right: 0px;
}
.modal .dropdown:hover > .dropdown-menu {
  display: block;
  box-shadow: none;
  background: white;
}
.modal .dropdown-menu a {
  color: black;
}
.modal .dropdown-menu a:hover {
  color: var(--primary-color);
  background: none;
}
.modal .dropdown-menu::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  top: -20px;
  left: 20px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid rgb(255, 255, 255);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  border: 0px;
  outline: none;
  box-shadow: none;
}

.sectionDiv {
  padding: 0px 7vw;
}

.scrolled {
  /* background-color: black; */
  background-color: white;
  box-shadow: 1px 1px 10px rgba(149, 149, 149, 0.829);
}
.scrolled .navbar-dark .navbar-nav .nav-link {
  color: black !important;
}
.scrolled .navbar-toggler i {
  color: #000000;
}
.imgTopSection {
  background-size: 110% 110%;
  background-position: left;
  animation: shrink 10s infinite alternate;
}

.aboutDiv {
  padding-top: 150px;
  padding-bottom: 20px;
  background: #ffebf5;
}
.aboutDiv h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222222;
  line-height: 1.8;
}

.heading-text {
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.heading-text h2 {
  /* font-family: "Patua One"; */
  font-family: var(--primary-font);
  font-size: 60px;
}
.heading-text h5 {
  /* font-family: "Open"; */
  font-family: var(--primary-font);
}
.dropdown-menu .nav-item :active {
  background-color: var(--primary-color);
}
/* Footer */
.footer_bg {
  background: black;
}
.footer-sentenceDiv {
  background: linear-gradient(#00000094, #00000094),
    url("./../image/shipping-bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 20px;
  /* padding: 20px 50px; */
  padding: 20px 0px 20px 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.footer-sentence h2 {
  /* font-family: "Mulish"; */
  font-family: var(--primary-font);
  font-weight: 900;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  /* text-align: center; */
  /* padding-bottom: 4px; */
}

.startnow-btn {
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 10px;
  margin-top: 25px;
}
.startnow-btn button i {
  padding-left: 15px;
}

.startnow-btn button {
  border: none;
  /* font-family: "Poppins"; */
  font-family: var(--paragraph-font--);
  font-weight: 600;
  font-size: 16px;
  background-color: var(--primary-color);
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.startnow-btn button:hover {
  border-radius: 20px;
}
.download-company {
  border-radius: 20px;
}
.download-company h4 {
  font-size: 15px;
}
.footer_logo {
  width: 35% !important;
  height: auto !important;
}
.footer_link_colom .heading {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 17px;
  /* font-family: Maven Pro, sans-serif !important; */
  font-family: var(--primary-font);
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer ul li {
  padding: 4px 0px;
  line-height: 1.7em;
  font-size: 14px;
  color: #b9b9b9;
  /* font-family: Maven Pro, sans-serif !important; */
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
  font-size: 16px;
}

footer a {
  text-decoration: none;
  font-size: 16px;
  color: #b9b9b9;
  /* font-family: Maven Pro, sans-serif !important; */
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
  font-size: 15px;
}
footer a:hover {
  text-decoration: underline;
  color: white;
}
.footerLink {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
footer a:hover .footerLink i {
  text-decoration: none !important;
}
.footer_bottom {
  position: relative;
  margin-top: 20px;
}
.footer_bottom:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #323439;
  top: -15px;
}
.social_links {
  justify-content: center;
  gap: 17px;
}
.social_links a {
  font-size: 18px;
  color: #83838b;
  background: #313339;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.social_links a:hover {
  background: var(--primary-color);
  box-shadow: 0px 0px 13px 1px orangered;
}
.copyright {
  font-size: 14px !important;
  color: #a4a4a4 !important;
  /* font-family: Maven Pro, sans-serif !important; */
  font-family: var(--paragraph-font--);
}

/*  */
.input-columns {
  position: relative;
}
.input-columns span {
  position: absolute;
  color: rgb(72, 72, 72);
  top: -10px;
  right: 5px;
}
.invaild-msg {
  position: absolute;
  top: 26px;
  color: var(--primary-color);
  font-size: 14px;
  font-family: var(--paragraph-font--);
}

/*  */
.fixed-btn {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
}
.fixed-btn button {
  color: white;
  background-color: var(--primary-color);
  padding: 5px 10px;
  font-size: 15px;
  border: none;
  border-radius: 50%;
}
.fixed-btn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.fixed-btn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: 0.6s ease-in-out;
}

/*  */
.ship-img img {
  width: 130%;
}
.ship-img {
  margin-top: 20px;
}
.pdf-icon {
  padding-left: 0px !important;
}
.startnow-btn .download-company:first-child {
  display: none;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #ffffff;
}
/*  */

.quote-link h5 {
  color: white;
}
.quoteDiv {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quoteDiv2 {
  background-color: var(--primary-color);
  padding: 40px 40px;
  border-radius: 10px;
}
.a-link i {
  color: white;
  font-size: 20px;
}
#myForm .a-link {
  margin-top: 30px !important;
}
#myForm .a-link a {
  color: white;
  background-color: black;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}
#myForm .a-link a:hover {
  border-radius: 20px;
}
a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: unset !important;
    justify-content: space-between !important;
  }
}

@media (max-width: 992px) {
  /*  #navHeader {
    display: none;
  } */
  #togButton {
    display: block;
  }
  .socialIcon {
    display: none;
  }
  .headTopDiv {
    display: none !important;
  }
  .footer_logo {
    width: 50%;
  }
  .aboutDiv {
    padding-top: 100px;
  }
  .heading-text {
    height: 60vh;
  }
  .languageChange {
    display: block;
  }
  .started {
    display: none;
  }
  .nav-item {
    margin: 0px;
  }
  .dropdown:hover > .dropdown-menu {
    box-shadow: unset;
  }
  .navbar-collapse {
    max-height: 50vh;
    overflow: scroll;
  }
}
@media screen and (max-width: 820px) {
  .aboutDiv p {
    font-size: 14px;
  }
  .aboutDiv h5 {
    font-size: 16px;
  }
  .heading-text {
    height: 50vh;
  }
  .heading-text h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .startnow-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
  }
  .footer_link_colom ul li a {
    font-size: 16px;
  }
  .footer_link_colom .heading {
    margin-top: 20px;
    font-size: 18px;
  }
  .footer_bg .sectionDiv .mt-5 {
    margin-top: 15px !important;
  }
  .footer_logo {
    width: 70%;
  }
  .aboutDiv h5 {
    font-size: 14px;
  }
  .aboutDiv p {
    font-size: 13px;
  }
  .heading-text {
    padding-top: 60px;
  }
  .heading-text h2 {
    font-size: 45px;
  }
  .footer-sentence h2 {
    text-align: center;
  }
  .footer-sentenceDiv {
    background-position: right;
    padding: 45px 20px 20px 20px;
  }
  .startnow-btn button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .heading-text h2 {
    font-size: 33px;
  }
  .started-btn {
    margin-top: 30px;
  }
  .LogoDiv img {
    width: 160px;
  }
  .navbar-toggler img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 500px) {
  .heading-text h2 {
    font-size: 28px;
  }
  .started-btn {
    font-size: 14px;
    padding: 7px 14px;
    margin-top: 20px;
  }
  /* .LogoDiv img {
      width: 110px;
    } */
  .heading-text h5 {
    font-size: 15px;
  }
  .footer-sentence h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .footer-sentence h2 {
    font-size: 1.2rem;
  }
}
:root {
  --color: 253, 181, 43;
  --cursor-size: 30px;
}

* {
  cursor: none;
}

.custom-cursor {
  position: absolute;
  z-index: 99999999999;
  top: 0;
  left: 0;

  width: var(--cursor-size);
  height: var(--cursor-size);

  border: calc(var(--cursor-size) / 30) solid #fff;
  border-radius: 50%;

  animation: cursor 800ms infinite alternate ease-in-out;
  pointer-events: none;
}

.custom-cursor::before {
  content: "";
  display: block;
  width: calc(var(--cursor-size) / 2);
  height: calc(var(--cursor-size) / 2);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border: calc(var(--cursor-size) / 6) solid rgba(var(--color), 0.5);

  border-radius: 50%;

  animation: cursor-before 800ms infinite alternate ease-in-out;
}

.custom-cursor.click {
  animation: cursor-click 800ms normal ease-in-out;
}

@keyframes cursor {
  from {
    transform: scale(1);
    border-color: var(--primary-color);
  }

  to {
    transform: scale(1.5);
    border-color: rgb(var(--color));
  }
}

@keyframes cursor-before {
  from {
    transform: translate(-50%, -50%) scale(1);
    border-color: rgba(var(--color), 0.5);
  }

  to {
    transform: translate(-50%, -50%) scale(1.5);
    border-color: rgba(var(--color), 0.75);
  }
}

@keyframes cursor-click {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(2.5);
    border-color: rgb(var(--color));
  }
}
