/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #000;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden
}

a {
  color: #18A8BA;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: orange;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  font-family: 'Quattrocento Sans', sans-serif;
}


.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
  font-size: 17px;
}




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: url("img/hypergraph-bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#intro .video {
  max-width: 100%;
  height: auto;
  display: block;
}

#intro .carousel-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  font-family: 'Quattrocento Sans', sans-serif;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
  font-size: 20px;
  margin: 50px 0px 0px 0px;
}


#intro .carousel-content .button:hover{
  background: #18a8ba;
  color: white;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
  font-family: 'Quattrocento Sans', sans-serif;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 20x;
}

#intro h1 {
  width: 80%;
  margin: 0 auto 0px auto;
  color: #fff;
  font-size: 35px;
}









        

/*--------------------------------------------------------------
# Hide and show an element
--------------------------------------------------------------*/

#show,#content{display:none;}
#show:checked~#content{display:block;}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 15px;
  }

  #intro p {
    width: 45%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    /*padding-right: 60px;     right margin after header menus*/ 
  }
}

@media (max-width: 1368px) {    /* Toggles navmenu when screen width is below this size*/
  .back-to-top {
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #header2 #logo h1 {
    font-size: 28px;
  }

  #header2 #logo img {
    max-height: 40px;
  }
  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}