body{
    /**/
    margin: 0;
    padding: 0;
}
.nav{
    padding: 10px 10px;
    margin: 0;
    border: 0;
    text-align: left;
    font-size: 2.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 11vh;
    max-height: max-content;
    background-color: black;
    width: cover;
    flex-wrap: wrap;
}
.navLine1{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 100%;
  flex-grow: 1;
}
.pageCont{
  margin: 0;
  padding: 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.whenSticky{
  padding-top: 13vh;
}
.nav2{
    text-align: center;
    padding-top: 20px;
}
.links {
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.dropdown{
    position: relative;
    display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  padding: 15px 5px;
  background-color: #f1f1f1;
  min-width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: center;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 90%;
}
.navsize{
  flex-grow: 0.7;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.box{
    background-color: black;
    height: fit-content;
    max-width: 90%;
    border: 2px;
    border-radius: 15px;
    margin: auto;
    margin-top: 40px;
    padding-inline: 20px;
}
.logbox{
   height: max-content;
   max-width: 100%;
   width: 100%;
   border: 2px;
   margin: auto;
   margin-top: 40px;
   padding-inline: 20px;
   padding-top: 60px;
   padding-bottom: 40px;

}
.content{
    width: 80%;
    padding-top: 125px;
    padding-bottom: 125px;
}
.sidebar{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: black;
  height: 100%;
  padding-inline: 3px;
}
a:hover + .box_preview, .box_preview:hover{
    display: block;
    position: relative;
    z-index: 100;
}
.vertAlign{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}
.textDesc{
  text-align: justify;
  font-size: 115%;
}
.productImg1{
  max-height: 300px;
  max-width: 300px;
  border: black solid 2px;
}
.activeNav{
  background-color: black;
  max-width: fit-content;
  display: inline;
  padding: 15px;
  color: white;
  border-radius: 15px;
  transition: 0.3s;
  margin-right: 10px;
}
.linksNav{
  background-color: black;
  max-width: fit-content;
  padding: 12px;
  border-radius: 15px;
  transition: 0.3s;
  margin-right: 10px;
  max-height: 30px;
  font-size: 50%;
}
.inactiveNav1{
  padding: 12px;
  border-radius: 15px;
  transition: 0.3s;
  margin-right: 10px;
  max-height: 30px;
  font-size: 50%;
  align-items: center;
}
.linksNav2{
  max-width: fit-content;
  display: inline;
  padding: 15px;
  border-radius: 15px;
  transition: 0.3s;
  margin-right: 10px;
  color: gray;
  background-color: rgb(91, 91, 91);
}
.toHover{
  transition: 0.5s;
  text-align: center;
}
.toHover img{
  display: block;
  width: 100%;
  border-radius: 5px;
}
.toHover:hover{
  transform: scale(1.1);
}
.activeNav:hover{
  opacity: 0.6;
}
.linksNav2:hover{
  background-color: rgb(29, 28, 28);
}
.linksNav:hover{
  opacity: 0.6;
}
.inactiveNav1:hover{
  background-color: rgb(35, 34, 34);
}
.addToCart{
  background-color: white;
  border-radius: 30px;
  max-width: fit-content;
  padding: 12px;
  float: right;
}
.addToCart:hover{
  background-color: white;
}
.inCart{
  background-color: rgb(54, 53, 53);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  float: right;
  margin-left: -10px;
  z-index: 20;
  position: relative;
}
button, input{
  background: white;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
footer{
  background-color: black;
  width: 94.9vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2vw;
  padding-top: 30px;
  padding-bottom: 5px;
  color: white;
}
.footerCont{
  margin-right: 10%;
  width: 15vw;
  max-height: 25vh;
  color: white;
  align-items: center;
}
.inputField{
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-width: 0 0 3px 0;
  transition: 0.2s;
}
.inputField:hover{
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-width: 0 0 4px 0;
}
.footicon{
  height: auto;
  width: 7%;
  padding-right: 5px;
}
.appImg{
  height: auto;
  max-width: 15vw;
  transition: 0.5s;
}
.appImg:hover{
  transform: scale(1.1);
  z-index: 2;
}
.contactUs{
  transition: 0.5s;
}
.box_preview{
  display: none;
  width: 100%;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
  }
  
  gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  td{
    border: 1px solid black;
    border: 10px;
  }
  .group {
    display: flex;
    flex-grow: 1.5;
    line-height: 28px;
    align-items: center;
    position: relative;
    min-width: 10vw;
    max-width: 420px;
    padding-left: 15px;
   }
   .input {
    width: 100%;
    height: 40px;
    line-height: 28px;
    padding: 0 1rem;
    padding-left: 2.5rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: #f3f3f4;
    color: #0d0c22;
    transition: .3s ease;
    font-size: medium;
   }
  
   .input::placeholder {
    color: #9e9ea7;
   }
   
   .input:focus, input:hover {
    outline: none;
    border-color: black;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
   }
   
   .icon {
    position: absolute;
    left: 1.5rem;
    fill: #9e9ea7;
    width: 1.5rem;
    height: 1.5rem;
   }
   .break{
    flex-basis: 100%;
    height: 0;
   }
   /* * {box-sizing: border-box;}*/
   .mySlides {display: none;}
   img {vertical-align: middle;}
   /* Slideshow container */
   .slideshow-container {
   max-width: 1000px;
   position: relative;
   margin: auto;
   }

   /* The dots/bullets/indicators */
   .dot {
   height: 15px;
   width: 15px;
   margin: 0 2px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 5s ease;
   }

   .active {
   background-color: #717171;
   }

   /* Fading animation */
   .fade {
   animation-name: fade;
   animation-duration: 1.5s;
   }

   @keyframes fade {
   from {opacity: .4} 
   to {opacity: 1}
   }

   /* On smaller screens, decrease text size */
   @media only screen and (max-width: 300px) {
   .text {font-size: 11px}
   }

   path.leaflet-interactive.animate {
    stroke-dasharray: 1920;
    stroke-dashoffset: 1920;
    animation: dash 5s linear 500ms forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
#map {
    height: 73vh;
    width: 45%;
}
.map{
  margin-right: 3vw;
  z-index: 0;
}
.custom-alert {
  position: fixed;
  top: 120px;
  right: 20px;
  background: #333;
  color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.custom-alert.show {
  display: block;
  opacity: 1;
}