@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;
} 
.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;

}
/* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
}
  .navbar-nav > li{
    padding-left:10px;
    padding-right:10px;
}   
/* 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: #001327;
      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: #FFFFFF;
  }

    .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: 50px; /* Adjust this value based on the height of your navbar */
  }
}  
    
/* Image hover effect */

/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.img-hover-zoom video:hover {
  transform: scale(1.1); /* Zooms in the video when hovered */
  transition: transform 0.5s ease; /* Smooth zoom effect */
}


/* Footer legal liner */

.text-aligment {
text-align: left;
}
.footer-text-Color {
    text-decoration-color: antiquewhite;
}

@media (max-width: 992px) {
      .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;

} 
}
.servicesbutton{
    transform: scaleX(0.7);
    line-height: 90%;
    letter-spacing: -1px;
	text-align: center;
    padding-bottom: 25%;
    margin-top:  -20%;
    font-weight: bold;
} 
.servicesicon {
    text-align: center;
    padding-top: 2%;
    padding-left: 20%;
    padding-right: 20%;  
    transform: scale(0.5); /* Initial scaling */
    transition: transform 0.3s ease-in-out; /* Add transition for transform properties */
 }

.servicesicon:hover {
    transform: scale(0.5) rotate(360deg); /* Scale and rotate on hover */
}

.brandpagelogo {
    text-align: center;
    padding-top: 25%;
    padding-bottom: 10%;

 }
@media (max-width: 576px) {
.brandpagelogo {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 10%;

}
}

.otherbrands {
    text-align: center;
    padding-top: 15%;
    padding-bottom: 15%;

 }
.otherbrands-small {
    text-align: center;
    margin-left: -10%;
    padding-top: 10%;
    padding-bottom: 10%;

 }
.portfolio-title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.portfolio-title {
    color: #FFFFFF;
    font-weight: bold; 
    margin: 0;
    display: inline-block;
    transform: scaleX(0.8);
    line-height: 95%;
}


/* Default style for h4 */
.responsive-heading {
    font-size: 1.5em; /* Example size for h4 */
    letter-spacing: -1px;

}

/* Media query for small screens */
@media (max-width: 992px) {
    .responsive-heading {
        font-size: 0.8em; /* Example size for h6 */
        letter-spacing: -0.5px;

    }
}

/* Style for white Logo on hover */
.navbar-brand img {
    transition: filter 0.3s ease;
}

    .navbar-brand img:hover {
            filter: brightness(0) invert(1);
}


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; /* Ensure no margin */
  padding: 0; /* Ensure no padding */
}

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; 
}

