*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body{
    background-image: url(Stars.mp4);
    background-size:auto;
    background-color: black;
    height: 100vh; /* taking this out changes stars on design page*/
    font-family:-apple-system, 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: white;
    
    
}
a{
    text-decoration: none;
}
header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 70px;

}
.logo{
    cursor: pointer;

}
/*nav bar*/

.navbar {
  background-color:transparent;
  color: #fff;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  padding: 0 30px;
  top: 0;
  left: 0;
  z-index: 10;
}
.navbar a {
  text-decoration: none;
  color: #fff;
}
.navbar a.navbar-brand {
  float: left;
  height: inherit;
  line-height: inherit;
  padding: 0 30px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.navbar a.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
}
.navbar ul {
  float: right;
  list-style: none;
  height: inherit;
  line-height: inherit;
  padding: 0 50px;
}
.navbar ul li {
  display: inline-block;
}
.navbar ul li a {
  display: block;
  text-align: center;
  min-width: 120px;
  padding: 0 30px;
}
.navbar ul li a:hover {
  background-color: rgba(255,255,255,0.15);
}
.navbar .navbar-toggler {
  display: none;
}
 

@media (max-width: 991px) {
  .navbar ul {
    padding: 0 10px;
  }
  .navbar ul li a {
    min-width: 100px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    width: 100%;
    padding: 0;
    background-color: rgba(0,0,0,0.9);
    /* height: auto; */
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
  }
  .navbar ul.open {
    max-height: 100vh;
  }
  .navbar ul li {
    width: 100%;
    /* border-bottom: 1px solid rgba(255,255,255,0.3); */
  }
  .navbar ul li a {
    padding: 0;
  }
  .navbar .navbar-toggler {
    display: block;
    position: absolute;
    height: 40px;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
    /* border: none; */
    /* border-radius: 4px; */
    outline: none;
    padding: 0 5px;
    cursor: pointer;
  }
  .navbar .navbar-toggler span,
  .navbar .navbar-toggler span::before,
  .navbar .navbar-toggler span::after {
    display: block;
    content: '';
    background-color: #fff;
    height: 3px;
    width: 28px;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
  }
  .navbar .navbar-toggler span::before {
    transform: translateY(-8px);
  }
  .navbar .navbar-toggler span::after {
    transform: translateY(5px);
  }
  
  .navbar .navbar-toggler.open-navbar-toggler span {
    /* transform: rotate(90deg); */
    background-color: transparent;
    /* transform: scale(0.85) rotate(270deg); */
  }
  .navbar .navbar-toggler.open-navbar-toggler span::before {
    transform: translateY(0px) rotate(45deg);
    /* transform: translateY(0px) scale(0.75) rotate(45deg); */
  }
  .navbar .navbar-toggler.open-navbar-toggler span::after {
    transform: translateY(-3px) rotate(-45deg);
    /* transform: translateY(-3px) scale(0.75) rotate(-45deg); */
  }
}
/*nav*/
.btn-area{
    cursor: pointer; 
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: none;
    padding: 10px 30px;
    border-radius: 5px;
    background: #2306a7;

}
.headingname{
    color: #fff;
    
}

 /*footer things*/

 #footer{
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  width: 100%;
  color: rgb(255, 255, 255);

  padding-top: 40px;
  padding-bottom: 10px;
  padding: 20px 0;
  text-align: center;
  margin-top: 10px;
  margin-left: -10px;

  
}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

.footer-content{
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content h3{
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  line-height: 3rem;
}
.footer-content p{
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
}
.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}
.socials li{
  margin: 0 10px;
}
.socials a{
  text-decoration: none;
  color: black;
}
.socials a i{
  font-size: 1.1rem;
  transition: color .4s ease;

}
.socials a:hover i{
  color: aqua;
}

.footer-bottom{
  background: #000;
  padding: 20px 0;
  text-align: center;
  margin-bottom: -50px;
}
.footer-bottom p{
  font-size: 14px;
  word-spacing: 2px;
  text-transform: none;
}
.footer-bottom span{
  text-transform: none;
  opacity: .4;
  font-weight: 200;
}


.textcenter{
    text-align: center;
}
.link { color: black; } 
.link:hover { color: #2306a7;}

.textleft{
    text-align: left;
}
img {
    max-width: 100%;
    height: auto;
  }

/*javascript slider*/
  .wrapper{
    width: 100%;
    text-align: center;

  }
  .carousel{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
    padding-left: -100px;
  }
  .carousel .card{
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 250px;
    font-size: 90px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  }
  .carousel .card-1{
    background: transparent;
  }
  .carousel .card-2{
    background: transparent;
  }
  .carousel .card-3{
    background: transparent;
  }
  .carousel .card-4{
    background: transparent;
  }
  .carousel .card-5{
    background: transparent;
  }
  .carousel .card-6{
    background: transparent;
  }
  .carousel .card-7{
    background: transparent;
  }
  .carousel .card-8{
    background: transparent;
  }
  .carousel .card-9{
    background: transparent;
  }
  .carousel .card-10{
    background: transparent;
  }
  .owl-dots{
    text-align: center;
    margin-top: 40px;
  }
  .owl-dot{
    height: 15px;
    width: 45px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: 2px solid #0072bc!important;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  .owl-dot.active,
  .owl-dot:hover{
    background: #0072bc!important;
  }
  /*media queries*/
  @media screen and (max-width:767px) {

    .logo {
      width: 80px;
    }

    header {
      padding-bottom: 10px;
    }
    
  }
  @media screen and (max-width:767px){
    .owl-dot{ display: none!important;}
    }