@import url('https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=Pinyon+Script&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

h1{
    font-family: sans-serif;
}

body{
    padding-top: 5em;
    background-color: #f3f2ee;
}

nav.custom-navbar-color {
    background: linear-gradient(to right, #fff3e0, #fce4ec);
    padding: 10px;
    text-align: center;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 1px 3px 0px #c2c2c2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
  
/* nav.custom-navbar-color a {
    color: #00071a;
    text-decoration: none;
    margin: 0 15px;
}
  
nav.custom-navbar-color a:hover {
    color: #010f27;
} */
nav .logo{
  border-radius: 30px;
}

.backgroud-image{
    height: 308px;
    background-image: url(/img/prajituri-removebg.png);
}

.desc{
    margin-top: 3em;
}

.custom-card{
    border: 0 !important;
    /* background-color: #fdefd6 !important; */
}


.custom-card:hover{
    box-shadow: 0px 1px 3px 0px #c2c2c2 !important;
}

a.anchor-card {
    display: flex;
    justify-content: center;
}

.whatsup-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.whatsup-button:hover{
    background-color: #25D366;
    color: white;
    padding: 12px 12px;
    border-radius: 50px;
}

.navbar-brand{
    font-family: "Cascadia Code", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.ceva-magic-disclaimer{
  margin-top: 2em;
  width: 100%;
  height: 240px;
  background-image: url(/img/ceva-magic-footer-16-9.png);
  background-position: center;
  background-size: cover;
  opacity: .8;

}

.spinner-custom-color{
    color: #c3ddc6;
}

#galerie div{
    margin-top: 2em;
}

/* Video */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.background-video {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
    width: 100%;
}

.overlay-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-video{
    background-color: #010a1e;
    margin-top: -1.6em;
    box-shadow: 0 3px 13px #a3a1a1;
}
/* Stop Video */

/* Contact Page */
    .contact-info, .map {
        width: 100%;
    }

    .contact-info h2 {
      font-size: 2.2rem;
      margin-bottom: 20px;
      color: #1a1a1a;
    }

    .contact-info p {
      margin: 10px 0;
      font-size: 1.1rem;
    }



    iframe {
      width: 100%;
        height: 500px;
      border: none;
      border-radius: 12px;
    }

    .footer-logo {
      text-align: center;
      margin-top: 60px;
      font-size: 3rem;
      /* color: #c4e2cb; */
      font-weight: bold;
      letter-spacing: 2px;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
        align-items: center;
      }
    }

.product-card{
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f8f5f0 100%);
}


.product-card .card-text{
  min-height: 48px;
}

