
body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

#mainNav .navbar-nav .nav-item .nav-link {
    color: black;
  }

  #mainNav .navbar-nav .nav-item .nav-link.active {
    color: #FFB800 !important;
  }

  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover{
      color: #FFB800;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
      color:#FFB800;
  }

  .margin_iconcard{
margin-right: 10px;
  }

  hr.divider {
    border-color: #FFB800;
  }

  hr.light {
      border-color: #fff;
  }

  .btn-primary{
      background-color: #FFB800;
      border-color: #FFB800;
  }
  
  a:hover{
    color: grey;
  }

  .btn-outline-primary{
    border-color: #FFB800;
    color: #FFB800;
}

  .btn-primary:hover {
    background-color: #fff;
    border-color: #FFB800;
    color: #FFB800;
  }

  .btn-primary:hover.btn-xl {
    background-color: #EFAD00;
    border-color: #FFB800;
    color: #fff;
  }

  .btn-outline-primary:hover {
    border-color: #FFB800;
    background-color: #FFB800;
}

  .bg-primary {
      background-color: #FFB800 !important;
  }

  .bg-secondary {
      background-color: rgba(0, 0, 0, 0.03) !important;
  }

  /* Dropdown-Menu */
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
}

/* Video Header */


header.masthead{
  padding-top:  0rem;
  padding-bottom: 0rem; 
}
.hr-header-left{
  margin-left:0px;
  } 
  .hr-header-right{
    margin-right:0px;
    } 
  .padding-header{
    padding-top: 150px;
  }

  header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  

  /* Arrow Down */
  
.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}


.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid black;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background:  #FFB800;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid  #FFB800;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
/* special tabs */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border-color: black black white;
    color: black;
  }
  .nav-tabs {
    border-bottom: 1px solid black;
}
.font-size-boost{
  font-size: larger;
}
.content-border{
  border: 1.5px solid transparent;
  border-color:white black black;
  border-radius: 0px 0px 10px 10px;
}
.btn-width{
  width: 95%;
}

@media (max-width: 455px) { 
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border-color: black black black;
    color: black;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
 }
 .btn:focus, .btn.focus {
  outline: 0px;
  box-shadow: none;
}

 .margin_carousel{
  margin: auto;
 }
 .carousel-control-next-icon {
  filter: invert(1);
 }
.carousel-control-prev-icon {
  filter: invert(1);
}

 .zoom_card {
    transition: transform .2s; /* Animation */
  
  }
  .zoom_card:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .icon-check{
    color: #FFB800;
   }
  
.icon-check:hover {
  color: #212529;
}
  
  .lead_Header {
    font-size: 1.3rem;
    font-weight: 300;
  }
  
  .margin_top{
    margin-top: 10px;
  }
  
  .package {
    color: #FFB800;
  }

  a:hover {
      text-decoration: none;
  }

  .margin_iconaanpak{
  margin-top: 30px;
  margin-bottom: 30px;
  color: #FFB800;
  max-height: 60px;
}
  
.margin_left{
    margin-left: 100px;
  }


  .mastfoot {
    color: #F1F3EE;
  }
  .padding_footer{
    padding-top: 1.5rem;
   
    margin-bottom: 0rem;
  }
  .padding_footericons{
    margin-left: 10px;
  }
  
  footer a:hover {
    color: #F1F3EE;
  }
  
  a {
      color: #FFB800;
  }

  .bg-black{
    background-color: black;
  }