@charset "UTF-8";
/* CSS Document */
 
a:link {
    color: #8BA3B4;
}
a:visited {
    color: #8BA3B4;
}
a:hover {
    color: #A9A9A9;
}
a:active {
    color: #8BA3B4;
}
body,td,th {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    font-weight: 300;
    font-size: 1rem;
}
.btn {
	border-radius: 24px;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-row {
    display:flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
 h6{
    margin-top:10px;
}
p{
    font-size:10pt;
}
.margin-0{
    margin: 0px;
    padding: 0px;
} 
.mainpageheadline {
    text-align: right;   
    }
@media (max-width: 576px) {    
.mainpageheadline {
    text-align: left;   
    }
    }
.mainpagetextmargin{
    margin-right: 10px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    } 
@media (max-width: 768px) { 
.mainpagetextmargin{
    margin-left: -30px;
    margin-right: -20px;
    margin-top:20px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 20px;
    }
    } 
@media (max-width: 576px) {   
.mainpagetextmargin{
    margin-left: 10px;
    margin-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    }
    }
.Textmargin{
    margin-left: 10px;
    margin-right: 10px;
    margin-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;

} 
.Textmargin2{
    margin: 10px;
    padding: 10px;
} 

.Buttonmargin{
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 30px; 
} 
.Buttontextmargin{
    margin-top: 20px;
    padding-top: 20px; 
} 
.Buttontextmarginsmall{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: -10px;
} 
.extended-bottom{
    margin-bottom: 100px;
    padding-bottom: 100px; 

} 
.logo-margin{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    marging-right: 10px;
    padding-top: 20px; 
    padding-left: 10px; 
    padding-right: 10px;
    padding-bottom: 20px;

} 

.moveup{
    margin-top: -1%;
    padding-top: -1%;
} 

@media (max-width: 992px) {
    .movedown{
    margin-top: 8%;
    padding-top: 8%;
}
}    
.ontop{
  z-index: 1;
} 
.onback{
  z-index: -1;
} 
.carousel-indicators li.active {
    background-color: #FFFFFF;
} 
.carousel-caption {
    margin-bottom:-95px;
} 
.carousel-inner{
    overflow: visible;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
    margin: none;
    padding: none;
    display: block;
}
.textinimages {
  position: relative;
  text-align: center;
  color: #260A0D;
}
.centered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.centered-small{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.icon-aligment{
    vertical-align: top;
    margin-top: 0px;
    padding-top: 0px;

}
.icon-margin{
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
    

}
#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;

}

/* Emblem scrolling */

div.scroll-container {
  background-color: #001327;
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
}

div.scroll-container img {
    height: auto;
    padding-left: -1%;
    margin-left: -1%;

}  
@media screen and (max-width: 991px) {
div.scroll-container img {
    height: 200px;
    padding-left: -1%;
    margin-left: -1%;

}
}  
div.scroll-container-logo {
  background-color: #001327;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
}


/* Style for the curtain menu */
.curtain-menu {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 2;
      top: 0;
      left: 0;
      background-color: #ffffff;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
.curtain-menu a {
      padding: 15px 15px 15px 32px;
      text-decoration: none;
      font-size: 20px;
      color: #8BA3B4;
      display: block;
      transition: 0.3s;
    }

.curtain-menu a:hover {
      color: #f1f1f1;
    }

.curtain-menu .closebtn {
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
            color: rgb(139, 163, 180);
            transition: color 0.3s ease, transform 0.3s ease; /* Add transition for color and transform */
            cursor: pointer;
    }
.curtain-menu .closebtn:hover {
            color: rgb(255, 255, 255);
  }

.navbar-dark .navbar-toggler {
        outline: none;
        border: none;
  
    }

.burger {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 30px;
            height: 20px;
            cursor: pointer;
        }

.line {
            width: 100%;
            height: 4px;
            border-radius: 2px; /* Make the lines rounded */
            background-image: linear-gradient(to right, rgb(139, 163, 180) 50%, rgb(255, 255, 255) 50%);
            background-size: 200% 100%;
            background-position: left bottom;
            transition: background-position 0.3s ease;
        }

.burger:hover .line {
            background-position: right bottom;
        }

 /* Fixed position for the navbar in collapsed mode */
@media (max-width: 992px) {
.navbar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2;
      }
    } 

    
@media (max-width: 992px) {
body {
    padding-top: 70px; /* Adjust this value based on the height of your navbar */
  }
}  
    
/* Image hover effect */

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.img-hover-zoom video:hover {
  transform: scale(1.1); 
  transition: transform 0.5s ease; 
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the container without stretching */
  margin: 0; /* Ensure no margin */
  padding: 0; /* Ensure no padding */
  display: block; /* Ensures no extra space at the bottom */
  transition: transform .5s ease; 
} 

/* Footer legal liner */

.text-aligment {
text-align: left;
}
.footer-text-Color {
    text-decoration-color: antiquewhite;
}

@media (max-width: 768px) {
.text-aligment {
      text-align: center;
      }
    } 

/* Clientele logo scrolling */

.scrollmenu {
    width: 100%;
    height: fit-content;

    /**used to scroll text*/
    white-space: nowrap;    
    overflow-x: scroll;
    overflow-y: hidden;
    /**keep scrolling when
      *finger or cursor scrolling*/
    -webkit-overflow-scrolling: touch; 
    
}
   
.product-card {
    width: 12%;
    height: 12%;
    float: none;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 992px) {
.product-card {
    width: 25%;
    height: 25%;
    float: none;
    display: inline-block;
}
} 
.logo-margin-scroll-up{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    marging-right: 20px;
    padding-top: 20px; 
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 10px;

} 
@media (max-width: 992px) {
.logo-margin-scroll-up{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    marging-right: 20px;
    padding-top: 10px; 
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 0px;
} 
} 
.logo-margin-scroll-down{
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    marging-right: 20px;
    padding-top: 0px; 
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 20px;

} 
@media (max-width: 992px) {
.logo-margin-scroll-down{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    marging-right: 20px;
    padding-top: 0px; 
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 10px;

} 
}

/* Style for white Logo on hover */
.navbar-brand img {
    transition: filter 0.3s ease;
}

.navbar-brand img:hover {
    filter: brightness(0);
}
