video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

.bgoverlay {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
	opacity: 0.98;
	background-size: cover; 
	background: #499bea;
	background: -moz-linear-gradient(145deg, #a4cef7 0%, #3b4466 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #a4cef7), color-stop(100%, #3b4466 ));
	background: -webkit-linear-gradient(145deg, #a4cef7 0%, #3b4466 100%) !important;
	background: -o-linear-gradient(145deg, #a4cef7 0%, #3b4466 100%) !important;
	background: -ms-linear-gradient(145deg, #a4cef7 0%, #3b4466 100%) !important;
	background: -webkit-linear-gradient(145deg, #a4cef7 0%, #3b4466 100%) !important;
	background: -o-linear-gradient(145deg, #a4cef7 0%, #3b4466 100%) !important;
	background: linear-gradient(145deg, #a4cef7 0%, #3b4466 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='a4cef7', endColorstr='#3b4466', GradientType=1 );
	z-index: -1;
}

.card {
    background-size: cover; 
    background: #fff;
    border: 0px;
    min-height:400px;
    background: -moz-linear-gradient(145deg, #ddd3dd9e 0%, #e1cadc42 80%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ddd3dd9e), color-stop(80%, #e1cadc42 ));
    background: -webkit-linear-gradient(145deg, #ddd3dd9e 0%, #e1cadc42 80%);
    background: -o-linear-gradient(145deg, #ddd3dd9e 0%, #e1cadc42 80%);
    background: -ms-linear-gradient(145deg, #ddd3dd9e 0%, #e1cadc42 80%);
    background: -webkit-linear-gradient(145deg, #ddd3dd9e 0%, #e1cadc42 80%);
    background: -o-linear-gradient(145deg, #ddd3dd9e 0%, #e1cadc42 80%);
    background: linear-gradient(145deg, #ddd3dd9e 0%, #e1cadc42 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd3dd9e', endColorstr='#e1cadc42', GradientType=1 );
}

.card-title {
    color:#fff;
}

.card-text {
    color: #fff;
}

.card-wrapper:hover {
  position: relative;
  background: #b9a5ffb5;
  transition: cubic-bezier(.49,.04,.58,1);
  transition: 0.3s;
}

.card-wrapper {
  position: relative;
  transition: 0.3s;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.navbar-brand {
    width: 123px;
    background: url(../img/logo.png) left center no-repeat;
    border: 0;
    width: 240px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
    margin-top:25px;
    margin-right: 0px !important;
    opacity: 80% !important;
}

.card-title {
    list-style: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 2;
    color: #64646;
    padding-bottom: 10px;
    padding-top: 30px;
}

.card-text {
    list-style: none;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 2;
    color: #ffffffd4 !important;
    padding-bottom: 0px;
    padding-top: 0px;
}

.card-body {
    padding: 0px;
}

.card-footer {
  padding: 0px;
border-top: 0px;
width: 100%;
background-color: transparent;
border-radius: .25rem;
}

.btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 0px;
  padding:0px;
  width:100%;
      font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 2;
    color: #64646;
    padding-bottom: 20px;
    padding-top: 20px;
}

.btn-primary {
  background:#97c1ea;
}

#cardoverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}


@media screen and (max-width: 600px) {
#carousel-example {
  margin:auto !important;
  max-width: 330px;
}
}


@media screen and (max-width: 600px) {
.carousel-control-prev, .carousel-control-next {
  display:none !important;
}
}

@media screen and (max-width: 600px) {
.app-header {
  font-size:13px !important;
  max-width:240px !important;
  line-height: 1.5 !important;
  padding-bottom: 15px !important;
  padding-top: 20px !important;
}
}

@media screen and (max-width: 600px) {
.navbar-expand-md .navbar-nav .nav-link {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
}

@media screen and (max-width: 600px) {
.col,.copyright {
  font-size:9px !important;
  line-height: 1.5 !important;
  margin: auto !important;
  padding-top: 15px !important;
}
}

mark.build {
    color:#ffffff4d;
    background-color: transparent;
    font-weight:100;
}

.navbar-toggler {
  background-image: none;
}
.navbar-toggler::before {
  font-family: FontAwesome;
  content: "\f0c9"; /* fa-bars, fa-navicon */
}

.navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-icon::before {
  font-family: FontAwesome;
  content: "\f0c9"; /* fa-bars, fa-navicon */
}

.navbar-dark .navbar-toggler {
  border: 0px !important;
  padding-top: 15px !important;
  padding-right: 35px !important;
  pointer-events: none !important;
}
}

.navbar-dark .navbar-toggler:focus {
  background: transparent !important;
}

.build-code {
    color: #ffffff7d;
    width: 25px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg) !important;
    font-size: 10px;
    margin: 0;
    position: absolute;
    padding-right: 5px;
    pointer-events: none;
    height: 100%;
    text-align: left;
    padding-top: 20px;
    font-weight:600;
}

@media screen and (max-width: 1200px) {
  .build-code {
    display:none !important;
  }
}

.fa {
  padding-top:25px !important;
}

.carousel-inner .carousel-item {
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.carousel-indicators li {
  width: 4px !important;
  height: 14px !important;
  pointer-events: none !important;
  transition: opacity 0.4s ease-in-out !important;
}

.active-2, .active-3 {
  opacity: 0.9 !important;
}

.active-1, .active-4 {
  opacity: 0.8 !important;
}

@media screen and (max-width: 600px) {
.carousel-indicators {
  display:none !important;
}
}

@media screen and (max-height: 700px) {
footer {
  display:none !important;
}
}
