  
@import url('https://fonts.cdnfonts.com/css/futura-std-4');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.cdnfonts.com/css/futura-pt');

/* Local font removed to avoid 404s in dev; relying on CDN imports above */

body {
  color: white;
  font-family: 'Futura Cyrillic Book', sans-serif;
  padding-top: 50px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 14px;
}
/* Header  Start*/
.navbar {
  background-color: white;
  box-shadow: 0 2px 4px #285364;
  /* padding-right: 600px; */

}
.nav-dashboard {
padding-top: 0px !important;
}
.navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 1.1em;
  transition: color 0.3s;
}

.navbar .navbar-nav .nav-link:hover {
  color: #285364;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #285364;
  color: #fff;
}

.sm-icons {
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .sm-icons .nav-item {
    padding-right: 1em;
  }
}
/* Header  END*/
/* Home Page Start */
.hero-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.f-logo {
  margin-left: 210px;
}

.hero-video video {
  position: absolute;
  width: 60%;
  height: 100%;
  /* object-fit: cover; */
}

.hero-content {
  position: absolute;
  color: #285364;
  padding-left: 4rem;
  width: 2200px;
  margin-left: 60px;
  margin-top: 200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  background-color: rgb(255, 255, 255);
  color: #787878;

  width: 100%;
  bottom: 0;
  left: 0;
}

.footer .content {
  display: flex;
  justify-content: space-evenly;
  margin: 1.5rem;
}

.footer .content p {
  margin-bottom: 1.3rem;
}

.footer .content a {
  text-decoration: none;
  color: #787878;
}

.footer .content a:hover {
  border-bottom: 1px solid #285364;
}

.footer .content h4 {
  margin-bottom: 1.3rem;
  font-size: 19px;
}

footer {
  text-align: center;
  margin-bottom: 1rem;
}

footer hr {
  margin: 2rem 0;
}

@media (max-width: 767px) {
  .footer .content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
  }

  .footer {
    position: unset;
  }
  .f-logo {
    margin-left: 100px;
  }
}

@media (min-width: 400px) and (max-width: 1024px) {
  .footer .content,
  .footer {
    font-size: 14px;
    text-align: center;

    padding-left: 0;
    padding-right: 0;
  }
  .f-logo {
    margin-left: 0;
  }
}

.hero-content h1 {
  font-size: calc(1.7em + 0.5vw);
  font-weight: 500;
  margin-right: 130px;
}

.hero-content p {
  font-size: 1.2em;
  line-height: calc(1em + 0.5vw);
  padding-bottom: 110px;
  padding-right: 130px;
}
/* Styles for screens 700px and below */
@media (max-width: 700px) {
  .hero {
    display: none;
  }

  .hero-mobile {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .hero-video-mobile {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .hero-video-mobile video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-content-mobile {
    position: absolute;
    top: 10%;
    color: #285364;
    /* z-index: 1; */
    /* animation: fadeInUp 1s ease-in-out; */

    max-width: 100%;
    padding: 15px 15px;
  }

  .hero-content-mobile h1 {
    font-size: 2rem;
    font-weight: 500;
  }

  .hero-content-mobile p {
    font-size: 1.1rem;
    text-align: justify;
  }
}

/* Styles for screens starting from 701px */
@media (min-width: 701px) {
  .hero-mobile {
    display: none;
  }

  .hero {
    display: block;
    margin-top: 70px;
    position: relative;
    width: 100%;
    height: calc(105vh - 70px);
    overflow: hidden;
  }

  .hero-video {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-content {
    position: absolute;
    bottom: 10%;
    color: #285364;
    z-index: 1;

    padding-left: 2em;
  }

  .hero-content h1 {
    font-size: calc(1em + 1vw);
    font-weight: 400;
    max-width: 35%;
    margin-bottom: 1px;
  }

  .hero-content p {
    font-size: calc(0.9em + 0.5vw);
    line-height: 1.2;
    max-width: 35%;
  }
}

/* Keyframes for fadeInUp animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Product section */
.box {
  display: flex;
  flex-direction: row;
  gap: 1px;
  flex-wrap: wrap;
}

.products > h2 {
  padding-left: 1em;
}

.product-box > img {
  width: 15em;
}
.products h2 {
  color: #285364;
}

.product-box {
  flex: 1 1 45%;
  /* 2 boxes per row */
  border: 2px;
  background-color: #285364;
  padding: 70px 40px 70px 40px;
  box-sizing: border-box;
}

.anime:hover {
  -ms-transform: scale(1.5);
  /* -webkit-transform: scale(1.5); */
  transform: scale(1.12);
  transition: transform 0.6s;
}

.navbar-brand {
  padding-left: 35px;
}

.box .product-box:nth-child(n + 3) {
  flex: 1 1 30%;
}

.product-box p {
  color: white;
  font-size: larger;
}

.products-title {
  display: inline;
}
.about-us {
  display: flex;
  flex-direction: row;
  padding-left: 2em;
  padding-right: 2em;
}

.about-us-box {
  flex: 1 1 50%;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.left {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right {
  width: 100%;
  height: 55vh;
}

.about-us-box h2 {
  font-size: calc(0.8em + 2vw);
  margin: 8px;
  padding-bottom: 30px;
  line-height: 1.2;
  color: #000;
}
.about-us-btn {
  background-color: #285364;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 20px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}

.about-us-btn:hover {
  background-color: white;
  color: #285364;
  border: 2px solid black;
}
/* Home Page End */

/* Privacy Policy Page Start*/
.privacy-policy h5 {
  margin-bottom: 3%;
  margin-top: 6%;
  color: #285364;
}
.privacy-policy p {
  font-weight: normal;
  font-size: 14px;
  color: #2f2b36;
}
/* Privacy Policy Page  End*/
/* About Us Page */
.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.flex-input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 10px;
}

.message {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}

.about-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.about-input label {
  margin-bottom: 5px;
  font-weight: bold;
}

.about-input input,
.about-input textarea {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}

.about-input textarea {
  resize: none;
}

.button-submit {
  background-color: white;
  border-radius: 20px;
  border: none;
  color: #285364;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
}

.button-submit:hover {
  background-color: #65a8bd;
  color: white;
}
