@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Rajdhani:wght@400;500;600&display=swap');
html {
    scroll-padding-top: 170px;
    }

    body {
    position: relative;
    /* overflow-y: auto;
    overflow-x: hidden; */
    }

/* Backgrounds */
.logo-banner { z-index: 2; width: 17%; }
.bg-01 { background-image: url(../stock/header_image_01.jpg); background-size: cover;}
.bg-02 { background-image: url(../stock/footer_image.png); background-size: cover; background-blend-mode:color-burn}
.bg-grad-01 { background: linear-gradient(180deg, rgb(151 166 182) -30%, rgb(255 255 255 / 0%) 100%); }

/* Fonts */
.font-01 { font-family: 'Rajdhani'}
.font-02 { font-family: 'Montserrat'}
h1 { font-size: 1em;}

/* Custom BootStrap */
.nav-custom { font-size: 20px; font-weight: 500;}
.nav-custom a { color: #7688A1;padding: 0rem 0.9rem;text-shadow: 0px 1px 6px white;font-weight: bold;}
.nav-section-wrap { transition: 0.2s all; }

/* Header Utilities */

.light-nav #nav-open-button { filter: invert(1);}
.light-nav #Logo { filter: brightness(1.3);} */
.light-nav .nav-link { color:white}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #7688a1; background-color: #ffffff; 
}

.carousel-item { height: 80vh;  background-size: contain;}
.carousel-image { width: 100%; height: 100%; background-size: cover; background-position: center center; }

/* Text Sizes */
.text-normal { font-size: 1.2em; font-weight: 400;}
.text-justify { text-align: justify;}

/* Text Format */
.text-icontitle { font-family: 'Rajdhani'; color: orange; font-weight: 500; font-size: 1.5em; text-transform: uppercase; text-align: center; line-height: 20px;}
.text-iconsubtitle { font-family: 'Montserrat'; color: rgb(75, 75, 75); font-weight: 500; font-size: 0.9em; text-transform: uppercase; text-align: center; line-height: 20px;}

.footer-link { text-decoration: none; color:white; border-radius: 2px; transition: 0.5s all; line-height: 20px;}
.footer-link:hover { text-decoration: none; color:white; background-color: rgba(0, 0, 0, 0.253);}

/* Colors */
/* Color Box */
.color-purple	    { color:#4a0082 !important;}
.color-orange	    { color:#FF6600 !important;}
.color-green	    { color:#158241 !important;}
.color-blue		    { color:#00CCFF !important;}
.color-dark-blue	{ color:#676f89 !important;}
.color-red		    { color:#e61e1e !important;}
.color-dark-red		{ color:#5d0208 !important;}
.color-pale-blue	{ color:#24859e !important;}
.color-pale-green	{ color:#79A6A6 !important;}
.color-grey		    { color:#CCCCCC !important;}
.color-white		{ color:#FFFFFF !important;}
.color-neutral-grey { color:#CCD4DB}
.color-dark-grey 	{ color:#667988}

.background-orange	    { background-color:#f5a134 !important;}
.background-green	    { background-color:#158241 !important;}
.background-blue		{ background-color:#00CCFF !important;}
.background-red		    { background-color:#e61e1e !important;}
.background-dark-red	{ background-color:#5d0208 !important;}
.background-pale-blue	{ background-color:#24859e !important;}
.background-pale-green	{ background-color:#79A6A6 !important;}
.background-light-grey	{ background-color:#E5EAEE !important;}
.background-grey		{ background-color:#CCCCCC !important;}
.background-dark-grey	{ background-color:#a3b2bf !important;}
.background-pale-grey	{ background-color:#D3DAE5 !important;}
.background-white		{ background-color:#FFFFFF !important;}
.background-storm       { background-color:#7688A1;}

header { display: flex; align-items: center; justify-content: space-around;}

/* GFX utilites */
.icon-rounder           { border: 1px solid rgba(118, 136, 161, 0.341); border-radius: 100%; 
                          margin-bottom: 10px;}
.icon-rounder-nav       { border: 1px solid rgba(118, 136, 161, 0.341); border-radius: 100%; width: 40px; height: 40px; }
.bg-watermark-right     { background-image: url(../stock/logo_watermark.png); 
                          background-repeat: no-repeat;
                          background-position: 100% -100%; }
.recolor-white          { background-blend-mode: difference;}
                         
                     
                        
.card-control-wrap { display: flex;flex-wrap: nowrap;  justify-content: space-evenly; overflow-x: hidden; align-items: center;}                        
.card-control      { position: relative; } 

.card-large        { width: 400px; height: 220px;
                     background-size: cover !important; border-radius: 5px;
                     z-index: 1; cursor: pointer;}  

.card-drawer        { width: 0px; height: 220px; transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
                      background-size: cover !important; border-radius: 5px;
                      background-color: #C1E0E3;
                      display: flex;
                      align-items: center;               
                      left:0px;
                      z-index: 0;
                      overflow: hidden; margin-left: -10px; } 




.card-push          { width: 400px !important;}
.card-degrade       { background: linear-gradient(90deg, rgb(0 0 0 / 67%) 0%, rgb(255 255 255 / 0%) 100%); width: 50%; 
                      position: absolute; height: 100%; z-index: 0;}

.card-front        { display: flex; align-items: flex-end; height: 100%; justify-content: space-between; z-index: 1;}


.card-Title        { font-family: 'Rajdhani'; font-size: 1.7em; color: white; position: relative;
                     text-shadow: 0px 0px 8px #0000004f; padding: 10px; width: 50%; line-height: 25px;}

.card-mini-section  { width: 30%;}
.card-mini          { width: 100%; height: 30%; position: relative; overflow: hidden; border-radius: 5px; 
                      background-position: center center !important; background-size: cover !important;
                      display: inline-grid; align-items: end; justify-items: start;}

.card-mini div      { align-items: center; }
.card-mini .card-Title { font-size: 1.3em; line-height: 20px;}                     

.card-Open { background-color: rgba(255, 255, 255, 0.884); 
             padding: 10px; width: 100px; height: 60px;
             border-top-left-radius: 10px;  }

.card-close     { position: absolute; right: 10px; top: 10px; }

.card-items-group { display: flex; flex-direction: row; flex-wrap: wrap; 
                    gap: 10px; margin-left: 18px; margin-top: 30px; }

.card-items  { background-color: white; width: 31%; flex-wrap: wrap; flex-direction: column; border-radius: 4px; font-family: 'Montserrat'; font-weight: bold; font-size:0.7em; text-align: center; display: flex; justify-content: center; align-items: center; height: 32px; line-height: 12px; }

/* Section Client Word */

.section-client    { background: linear-gradient(180deg, #6C819D 0%, #4C617E 100%);}

/* Gallery Items */

.image-gallery         { flex-wrap: wrap; flex-direction: row; align-items: center; margin-right: 15px; width: 15%; position: relative; }
.image-gallery-new     { position: absolute; top: 6px; background: white; border-radius: 0px 10px 10px 0px; font-size: 0.9em; font-weight: bold; width: 58px; text-align: center; color: #f5a134; left: 0px; }

.image-gallery-item { height: 115px; background-size: cover; background-position: center; 
                      border-radius: 2px; box-shadow: 0px 0px 7px #00000026; cursor: pointer; transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); width: 100%; transition: 0.2s all; }
                      
.image-gallery-item:hover { transform: scale(1.05,1.05); box-shadow: 0px 0px 17px #00000086;  }

.image-gallery-caption { display: block; font-family: 'Rajdhani'; font-weight: 600; line-height: 16px; padding: 20px 10px 20px 10px; 
                         background-color: #fff1e0; margin-bottom: 12px; min-height: 71px; font-size: 16px; color: #004e90;  }
.image-gallery-status { position: absolute; top: 6px; right: 4px; background-color: #f5a134; font-family: 'Rajdhani'; border-radius: 10px; min-width: 29px; text-align: center; padding: 0px 10px 0px 10px; color: white; font-weight: bold; }

/* .image-gallery-item div:hover { transform: scale(1.05,1.05); } */
.image-gallery div:nth-of-type(n+2) { display:none} 
/* .image-gallery-item { margin-top: 20px;} */

/* Footer */
.border-footer-logo { border-right: 2px solid white;}
.vertical-separator-fat { width: 5px; height: 50px; background-color: white;}

.footer-links { display: flex; align-items: center; justify-content: space-around; }



/* Modal */
.overlay-wrap { background-color: rgba(0, 0, 0, 0.74);
                position: fixed; top: 0px; bottom: 0px; width: 100%; height: 100vh; z-index: 1050;
                display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 20px;}
.overlay-box   { max-width: 950px; min-width: 100px; height: 80%; background-color: white; 
                 border-radius: 2px; padding: 30px; overflow:scroll; overflow-x: hidden; border:3px solid rgba(0, 0, 0, 0.562)}
.overlay-close { position: absolute; right: 20px; top: 20px; filter: invert(1); }
.scroll-off { overflow: hidden !important; }


.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;

  }
  .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;

  }

  .lostInTranslation             { text-decoration: none; color:#b17322 }
  .lostInTranslation:hover       { text-decoration: none; color:black }
  .lostInTranslation:after { content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); }


  /* Make it bigger overrride */

  .vib-footer {
    box-sizing: border-box;
    color: #f90 !important;
    background: rgba(0, 0, 0, 0.8) !important;
    display: flex;
    line-height: 1.3;
    padding: 10px;
    justify-content: space-around !important;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    font-family: 'Rajdhani';
    font-size: 22px;
    align-items: center;
}

@media (max-width:1300px) and (min-width:1024px) { 
  .image-gallery { width: 23% !important;}
}


@media (max-width:1024px) and (min-width:769px) { 
  .image-gallery { width: 23% !important;}
}

@media (max-width:768px) and (min-width:502px) { 
  .image-gallery { width: 31% !important; }
}

@media only screen and (min-width: 501px) {

#nav-open-button { display: none;}
#nav-desktop { display: block;}

}


@media only screen and (max-width: 500px) {
  
    .body { }

    #nav-desktop { display: none;}

    .logo-banner { width: 60%; }

    .nav-section-wrap  { }
    .nav-section-align { display: flex;  align-items: center; justify-content: space-between;}
    .nav-custom-close  { position: absolute; top:20px; right: 20px; filter:invert(1)}
    .nav-custom-holder { position: absolute;height: 100vh;top:0px;left: 0px;background-color: #191f2b;width: 100%;
                         display: flex;align-items: center;justify-content: center;flex-direction: column;
                         background-image: url(../stock/background-navBarMobile.jpg);
                         background-blend-mode: soft-light;
                        }
    .nav-item   { border: 1px solid #ffffff45; width: 100%; border-radius: 2px; padding: 20px; margin-bottom: 20px;}
    .nav-custom { display: flex; text-align: center; flex-direction: column; justify-content: space-between; align-items: center; }
    .nav-link { color:white !important }                    

    .card-control      { margin-bottom: 20px; width: 100%; }
    .card-control-wrap { flex-direction: column;}
    .card-mini         { height: 80px; margin-bottom: 20px; }

    .card-drawer       { position: absolute !important; margin: 0px; }
    .card-push         { width: 100% !important; position: absolute; z-index: 1;} 

    .card-items-group { margin: 20px; font-size: 20px; gap: 2px }
    .card-items       { flex: 1; padding: 0px 5px 0px 5px; line-height: 12px; width: unset; font-size: 0.6em; height: unset; padding: 6px !important; }

    .image-gallery      { margin: 0px; padding: 0px; width: 100% !important;}
    .image-gallery div  { width: unset;}
    .image-gallery-wrap { width: 100% !important;}

    .footer-links { flex-direction: column;}


    .image-gallery-caption {  font-size: 16px; min-height: unset; }

}