@font-face {
  font-family: muse;
  src: url(../font/Museo700-Regular.otf);
}
body,
html {
  overflow-x: hidden !important;
  background: rgb(31, 49, 65);
  background: radial-gradient(circle, rgb(31, 49, 65) 0%, rgb(9, 12, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f3141",endColorstr="#090c0f",GradientType=1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-size: 15px;
}

.bodyCText {
  line-height: 1.5;
}

.bg-Footer {
  background: rgb(0, 116, 157);
  background: linear-gradient(51deg, rgb(7, 157, 211) 0%, rgb(6, 206, 220) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00749d",endColorstr="#00b8c6",GradientType=1);
}

.footerIcon {
  color: #08ced1 !important;
}

.footerHeadlines {
  color: #08ced1;
  letter-spacing: 2.5px;
}

.footerBodyTxt {
  color: #d2f3ff !important;
  text-decoration: none;
}

.footerBodyTxt:hover {
  color: #eefbff !important;
}

.mPFix {
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.navbar {
  --bs-navbar-padding-y: 1rem !important;
}

.footerIcon {
  transition: all 0.2s ease-in-out; /* Animation */
}

.footerIcon:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bg-night {
  background-color: #0a0e12 !important;
}

.bg-night-ext {
  background: rgb(10, 14, 18);
  background: linear-gradient(180deg, rgba(10, 14, 18, 0) 0%, rgba(10, 14, 18, 0.6111694678) 46%, rgb(10, 14, 18) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0e12",endColorstr="#0a0e12",GradientType=1);
}

.mainBodyTxt {
  font-size: 1.25em;
  text-wrap: balance !important;
}

nav {
  background-color: rgba(10, 14, 18, 0.9333333333) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #10afff !important;
  text-shadow: rgba(0, 185, 252, 0.707) 0px 0px 26px;
}

.nav-link {
  color: white !important;
  transition: all 0.2s ease-in;
}

.nav-link:hover {
  color: rgba(23, 168, 241, 0.831372549) !important;
  transition: cubic-bezier();
}

.navbar-toggler {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  border-radius: 0 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(0, 255, 221, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.navbar-toggler:hover {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px;
  border-color: transparent !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 228, 234, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}

.title {
  color: #fc659e;
  font-size: 70px;
  line-height: 98px;
  font-family: "Libre Baskerville", serif;
  padding-top: 60px;
  padding-bottom: 40px;
  width: 90%;
  background-color: transparent;
  margin: 40px auto;
  overflow: hidden;
  box-sizing: border-box;
  font-kerning: none;
}

.title span {
  color: #ffffff;
  overflow: hidden;
}

/*Animation  code                    */
.coverCube1 {
  height: 50vh;
}

.aboutLogo {
  max-width: 650px !important;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-4-22 21:5:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.rotateCw {
  animation: loading 20s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rotateNotCw {
  animation: loading2 20s linear infinite;
}
@keyframes loading2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*------------------NAV hamburger*/
.navAv {
  --color: #0084ff;
  background: none;
  width: 65px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 20px !important;
}

.navAv svg {
  fill: none;
  stroke: var(--color);
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.navAv svg use:nth-of-type(1) {
  opacity: 1;
  stroke-dashoffset: 221;
  stroke-dasharray: 46 249;
  transition: stroke-dashoffset 0.12s linear 0.2s, stroke-dasharray 0.12s linear 0.2s, opacity 0s linear 0.2s;
}

.navAv svg use:nth-of-type(2) {
  animation: stroke-animation-reverse 1.2s ease-out forwards;
}

.navAv input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.navAv input:checked + svg use:nth-of-type(1) {
  stroke-dashoffset: 175;
  stroke-dasharray: 0 295;
  opacity: 0;
  transition: stroke-dashoffset 0.07s linear 0.07s, stroke-dasharray 0.07s linear 0.07s, opacity 0s linear 0.14s;
}

.navAv input:checked + svg use:nth-of-type(2) {
  animation: stroke-animation 1.2s ease-out forwards;
}

@keyframes stroke-animation {
  0% {
    stroke-dashoffset: 295;
    stroke-dasharray: 25 270;
  }
  50% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }
  65% {
    stroke-dashoffset: 59;
    stroke-dasharray: 59 236;
  }
  100% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }
}
@keyframes stroke-animation-reverse {
  0% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }
  50% {
    stroke-dashoffset: 290;
    stroke-dasharray: 25 270;
  }
  65% {
    stroke-dashoffset: 295;
    stroke-dasharray: 25 270;
  }
  100% {
    stroke-dashoffset: 290;
    stroke-dasharray: 25 270;
  }
}
.card {
  margin: 10px !important;
  border: 0 !important;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  background-color: #d5eaf8 !important;
  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.4);
}

.card:hover {
  transform: scale(1.05);
  opacity: 0.99;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff !important;
  box-shadow: 2px 3px 50px rgba(0, 0, 0, 0.4);
}

.txtShadow0 {
  text-shadow: 1px 3px 2px #144b76 !important;
}

.txtShadow {
  text-shadow: 2px 3px 16px #16486f !important;
}

.servicesWall {
  width: 100%;
  height: auto;
  background-image: url(../assets/servicesWall.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.servicesWallMob {
  width: 100%;
  height: auto;
  background-image: url(../assets/servicesWallMob.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.txtShadow {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.card1 {
  color: #118c8f !important;
  transition: all 0.5s ease-in-out;
}

.card1:hover {
  color: #00a5a8 !important;
}

.card2 {
  color: #11698f !important;
  transition: all 0.5s ease-in-out;
}

.card2:hover {
  color: #0088c3 !important;
}

.card3 {
  color: #121b20 !important;
  transition: all 0.5s ease-in-out;
}

.card3:hover {
  color: #182730 !important;
}

/*----------------------EDIT FORME ----------------------------------------*/
/*----------------------EDIT FORME ----------------------------------------*/
.form-control {
  color: white !important;
  background-color: transparent !important;
  background-clip: padding-box !important;
  border-bottom: 1px solid #46626b !important;
  border-top: 0px solid rgb(151, 255, 241) !important;
  border-left: 0px solid rgb(151, 255, 241) !important;
  border-right: 0px solid rgb(151, 255, 241) !important;
  border-radius: 0rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
  font-size: 1rem !important;
  color: white;
  background: rgba(0, 0, 0, 0.3725490196) !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(14, 48, 59, 0.5254901961) !important;
  border-radius: 8px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 8px;
  font-family: "Inter";
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: #248ac1 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(53, 106, 132, 0) !important;
}

/*------------------------ FIX for the form autofill input)   */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgb(124, 232, 254) !important;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgb(221, 54, 54) !important;
}

/*------------------------ FIX for the form moving   */
/*------------------END------ FIX for the form moving   */
.btn-p {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 25px;
}

.btn-p:hover {
  color: #fff;
  background-color: #914f14;
  border-color: #914f14;
}

.btn-p:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 52, 13, 0.5);
}

.form-font {
  font-size: 1rem;
  color: #15a9cf;
  margin: 1% !important;
  opacity: 1;
  text-shadow: 2px 3px 30px rgba(0, 0, 0, 0.4);
}

.form-font input {
  font-size: 1rem !important;
  color: white;
  margin: 1% !important;
  opacity: 1;
  text-shadow: 2px 3px 30px rgba(0, 0, 0, 0.4);
}

.form-text {
  color: #15a9cf !important;
}

input::-moz-placeholder {
  color: rgba(192, 234, 255, 0.592) !important;
  font-weight: 100;
}

input::placeholder {
  color: rgba(192, 234, 255, 0.592) !important;
  font-weight: 100;
}

/** scrollBar stilizovani ----------*/
.btn-shipper {
  --bs-btn-color: rgb(1, 20, 22) !important;
  --bs-btn-bg: #e0e8ebd7 !important;
  --bs-btn-border-color: #1ba9cc00 !important;
  --bs-btn-border-radius: 5px !important;
  --bs-btn-hover-color: rgb(1, 20, 22) !important;
  --bs-btn-hover-bg: #1ba9cc !important;
  --bs-btn-hover-border-color: #1ba9cc00 !important;
  --bs-btn-focus-shadow-rgba: 27, 169, 204, 0 !important;
  --bs-btn-active-color: rgb(1, 20, 22) !important;
  --bs-btn-active-bg: #35c2d8 !important;
  --bs-btn-active-border-color: #51585e00 !important;
  --bs-btn-active-shadow: inset 0 3px 5px #35c2d8 !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #6c757d !important;
  --bs-btn-disabled-border-color: #6c757d !important;
}

.btn-other {
  --bs-btn-color: rgb(1, 20, 22) !important;
  --bs-btn-bg: #e0e8ebd7 !important;
  --bs-btn-border-color: #1ba9cc00 !important;
  --bs-btn-border-radius: 5px !important;
  --bs-btn-hover-color: rgb(1, 20, 22) !important;
  --bs-btn-hover-bg: #87dfe2 !important;
  --bs-btn-hover-border-color: #1ba9cc00 !important;
  --bs-btn-focus-shadow-rgba: 27, 169, 204, 0 !important;
  --bs-btn-active-color: rgb(1, 20, 22) !important;
  --bs-btn-active-bg: #84f3f7 !important;
  --bs-btn-active-border-color: #51585e00 !important;
  --bs-btn-active-shadow: inset 0 3px 5px #87dfe2 !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #6c757d !important;
  --bs-btn-disabled-border-color: #6c757d !important;
}

.btn-carrier {
  --bs-btn-color: rgb(1, 20, 22) !important;
  --bs-btn-bg: #e0e8eb !important;
  --bs-btn-border-color: #23e5d81a !important;
  --bs-btn-border-radius: 0px !important;
  --bs-btn-hover-color: rgb(1, 20, 22) !important;
  --bs-btn-hover-bg: rgba(2, 255, 234, 0.726) !important;
  --bs-btn-hover-border-color: #1ba9cc00 !important;
  --bs-btn-focus-shadow-rgba: 35, 229, 216, 0 !important;
  --bs-btn-active-color: rgb(1, 20, 22) !important;
  --bs-btn-active-bg: #05ccbf !important;
  --bs-btn-active-border-color: #51585e00 !important;
  --bs-btn-active-shadow: inset 0 3px 5px #23e5d8 !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #6c757d !important;
  --bs-btn-disabled-border-color: #6c757d !important;
}

.buttons {
  margin: 10%;
  text-align: center;
}

.btn-hover {
  /* min-width: 160px; */
  /* font-size: 20px; */
  font-weight: 600;
  letter-spacing: 0.5rem;
  color: rgba(2, 15, 19, 0.8352941176);
  cursor: pointer;
  padding: 8px 16px;
  height: auto;
  text-align: center;
  border: 1px solid;
  border-color: #affff8;
  background-size: 300% 100%;
  font-family: "Inter", sans-serif;
  /* text-transform: uppercase; */
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  color: #010b0e;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-1 {
  background-image: linear-gradient(to right, #a1eae4, #c0fbf6, #effffd, #eefffd);
  /* box-shadow: 0 4px 16px 0 #01181352; */
  /* box-shadow: 12px -18px 24px rgba(5, 42, 53, 0.9), -12px 12px 24px rgba(2, 22, 28, 0.98); */
}

/* radio buttons for contact form----ends*/
.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(11, 16, 20, 0);
  border-radius: 50%;
  position: relative;
  background-color: rgba(1, 11, 14, 0.7607843137);
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  transition-timing-function: ease;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #05dff3;
  border-bottom: 2px solid #05dff3;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(35px);
  }
  40% {
    transform: translate(0);
  }
}
.txtShadow4 {
  text-shadow: 1px 1px 10px #021b27 !important;
}

.txtUpsideDown {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); /* IE6,IE7 */
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; /* IE8 */
  -moz-transform: rotate(-180deg); /* FF3.5+ */
  -o-transform: rotate(-180deg); /* Opera 10.5 */
  -webkit-transform: rotate(-180deg); /* Safari 3.1+, Chrome */
}