@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap');

@font-face {
  font-family: NextArt;
  src: 
  url('../fonts/Nextartlight.woff2') format('woff2'), 
  url('../fonts/Nextartlight.woff') format('woff'), 
  url('../fonts/Nextartlight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: NextArt;
  src:  
  url('../fonts/Nextartregular.woff2') format('woff2'), 
  url('../fonts/Nextartregular.woff') format('woff'), 
  url('../fonts/Nextartregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: NextArt;
  src: 
  url('../fonts/Nextartsemibold.woff2') format('woff2'), 
  url('../fonts/Nextartsemibold.woff') format('woff'), 
  url('../fonts/Nextartsemibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'Geometria';
  src: url('../fonts/Geometria.eot');
  src: url('../fonts/Geometria.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Geometria.woff') format('woff'),
  url('../fonts/Geometria.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }


body{
  color: #eceff1;
  font-family: "Geometria";
  font-size: .875rem;  
}

h1, h2, h3, h4, h5, h6 { 
  font-family: 'NextArt', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1, .h1 {
    font-size: 1.7rem;
}

h2, .h2 {
    font-size: 1.6rem;
    font-variant: small-caps;
}

.h3, h3 {
  font-size: 1.4rem;
}

.h4, h4 {
  font-size: 1.2rem;
}

.h5, h5 {
  font-size: 1rem;
}

.h6, h6 {
  font-size: .75rem;
}

h3.section-title {
  font-size: 1.25rem;
  width: 100%;
}

a, a:hover {
  text-decoration: unset;
}

p, ul {
  font-size: 1.1rem;  
}

.rubik {
  font-family: "Rubik";
}

.social-link {
  display: inline-block;
  margin: 5px;
}

.blockquote {
  font-style: italic;
  font-size: 1.1rem;
  color: #000000;
}
/*
*
* CAROUSEL
*
*/
.carousel-caption {
  position: relative;
  right: unset;
  left: unset;
  z-index: 10;
  color: #212529;
  bottom: unset;
  padding: 10px 0 0 0;
}
.carousel-inner {
  padding: 10px;
}
.carousel-item img {
  max-width: 100%;
}

#carouselMainCaptions .carousel-item img {
  box-shadow: 0px 0px 10px rgba(33, 37, 41, .35);
  max-height: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: no-repeat 50%/100% 75%;
  background-color: darkgrey;  
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}



/*
*
* BACKGROUNDS
*
*/
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;  
  background-color: #212529;
  background-image: url(../img/cleanback.jpg);
}
.banner-pl-25{
  background-position-x: 25%;
}
.banner-pl-75{
  background-position-x: 75%;
}

#main-banner, .main-banner {
  min-height: calc(var(--vh, 1vh) * 100); 
  display: flex;      
}

/*
*
* Gradient
*
*/
.gr1 {
  background-color: #37474f;
}
.gr2 {
  background-color: #455a64;
}
.gr3 {
  background-color: #546e7a;
}
.gr4 {
  background-color: #607d8b;
}

/*
*
* Texture
*
*/
.gold-texture {
  background: url(../img/gold-texture.png) no-repeat center center;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}


/*
* Sidebar
*/

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #102027;
}

.sidebar .nav-link,
.navbar-collapse .nav-link {
  font-family: "NextArt";
  font-size: 1.15rem;
  font-weight: 300;
  color: #eceff1;
  text-transform: uppercase;
  padding: .3rem 1rem;
}

.sidebar .nav-contact, 
.navbar-collapse .nav-contact {
  font-size: 1rem;
  color: #eceff1;
  line-height: 1.75rem;
}
.social-link path {
  fill: #eceff1;
}

.social-link:hover path,
.sidebar .nav-contact:hover, 
.navbar-collapse .nav-contact:hover, 
.sidebar .nav-link:hover,
.navbar-collapse .nav-link:hover, 
.sidebar .nav-link.active {
  color: #ffe082;
  fill: #ffe082;
}

.navbar-collapse {
  height: calc(100vh - 66px);
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
* Navbar
*/

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar.bg-dark {
  background-color: #102027!important;
}

/*
* Buttons
*/
.btn {
  font-family: "NextArt"; 
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.btn.focus, .btn:focus, button:focus {
  outline: 0;
  box-shadow: unset;
}
.btn-sm {
  font-size: .875rem;
}
h6 .btn {
  font-size: .9rem;
}
.btn-outline-secondary{
  color: #212529;
  border-color: #212529;  
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active{
  color: #ffffff;
  background-color: #37474f;
  border-color: #212529;  
}
.btn-outline-primary {
  color: #ffe082;
  border-color: #ffe082;        
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #ffe082;
  border-color: #ffe082;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #ffe082;
  border-color: #ffe082;
}

/*
*
* CARD
*
*/
.card {
  background-color: unset;
}
.card-header .btn {
  padding: .3rem 0;
}
.card-header .card-title {
  font-size: 1.1rem;
  min-height: 85px;
}
.card-body p {
  font-size: .875rem;
}
.card-footer{
  border-top: unset;
}
.card .text-muted {
  color: #b0bec5!important;
}
.card-img {
  max-height: 100%;
  object-fit: contain;
}


/*
*
* UL NEWS
*
*/
ul.news {
  list-style: none;
  padding: 0;
  color: #212529;
}

.news .card-body {
  padding: 1rem;
}

.news .card-title {
  font-size: 1rem;
  color: #212529;
}

.news .card-text {
  color: #212529;
  line-height: 1rem;
}


/*
*
* SERVICES (HELP)
*
*/
ul.services {  
  font-variant: small-caps;
  font-size: 1.3rem;
  list-style: circle;
}
ul.services li{  
  margin-bottom: .7rem;
}
