@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@font-face {
  font-family: 'Ubuntu Condensed';
  src: url('../fonts/UbuntuCondensedRegular.woff');
  font-weight: normal;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:focus {
  outline: none;
}
body {
  color: #373737;
}
header {
  background-color: #e2f8ff; 
  /* background-repeat: no-repeat;
  background-size: cover; */
  min-width: 100%;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 992px) {
  header {
    min-width: 980px;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

nav {
  margin-top: 39px;
}
ul.menuTop > li {
  list-style: none;
  display: inline;
  margin-left: 49px;
  font-family: 'Ubuntu', arial;
  font-weight: 200;
  font-size: 22px;
  line-height: 60px;
}
ul.menuTop > li > a {
  color: #373737;
  text-decoration: none;
}
ul.menuTop > li > a:hover,
ul.menuTop > li > a.active {
  border-bottom: 2px solid #373737;
  padding-bottom: 11px;
  transition: border 0.05s;
}

#faqpanel {
  font-family: sans-serif;
  font-size: 18px;
  color: #2d2d2d;
}
.text-content {
  font-family: sans-serif;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 16px;
  color: #2d2d2d;
}
.header-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .header-content {
    margin-top: 91px;
  }
}

#color-image {
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  #color-image {
    margin: -100px 0 0 50px;
  }
}


h1 {
  font-family: 'Ubuntu Condensed', arial;
  font-size: 48px;
  font-weight: bold;
  color: #373737;
}
header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

header .sub-heading {
  font-weight: bold;
  font-size: 22px;
  font-family: 'Ubuntu Condensed', arial;
  margin-bottom: 26px;
}

.img {
  padding: 0px;
  min-height: 700px;
  height: 700px;
}


@media (min-width: 992px) {
  .img {
    padding-right: 30px;
    min-height: 600px;
    height: 600px;
  }
}

.colors {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 96px;
}
.box {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
}
.box:hover {
  outline: 3px solid #fff;
}
.active-box {
  outline: 3px solid #fff;
}
.blue {
  background-color: #2c73d9;
}
.green {
  background-color: #79c814;
}
.pink {
  background-color: #e42980;
}
.magnet {
  background-color: #ce3bf2;
}
.black {
  background-color: #464646;
}
.amazon {
  width: 312px;
  background-color: #2b2b2b;
  font-size: 21px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 6px 7px 0px #646561;
}
.amazon:hover {
  background-color: #53b754;
}
.amazon p {
  font-family: 'Ubuntu', arial;
}
.amazon img {
  margin-top: 10px;
  margin-left: 10px;
}
.amazon-content {
  margin-left: 37px;
  margin-right: 30px;
  padding-top: 11px;
  padding-bottom: 2px;
}
.text-content a {
  text-decoration: none;
}
/* NOTE: css for section #id=video */
#video {
  font-family: 'Ubuntu Condensed', arial;
  height: 500px;
  position: relative;
  margin: 0px;
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  color: #fff;
}


@media (min-width: 992px) {
  #video {
    min-width: 980px;
  }
}

#video .container-fluid {
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  content: '';
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.text-center h1 {
  color: #fff;
}
#video h1 {
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
  margin-bottom: 34px;
  z-index: 999;
  padding: 0 15px;
  line-height: 56px;
  margin-top: 150px;
}

@media (min-width: 992px) {
  #video h1 {
    margin-top: 185px;
  }
}



.play-btn img {
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
  margin-right: 17px;
  color: #fff;
  z-index: 999;
}
.play {
  display: inline-block;
  z-index: 999;
}
.play-btn:hover {
  text-shadow: 0px 0px 12px rgba(3, 69, 255, 0.4);
}
.play-btn:hover img {
  background-color: rgba(51, 122, 183, 0.24);
  text-shadow: 0px 0px 12px rgba(3, 69, 255, 0.4);
}
.play p {
  margin: 0px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.45);
  z-index: 999;
}
/* NOTE: css for section #id=materials */
#materials {
  background-color: #f2f2f2;
}
#materials h1 {
  margin-top: 82px;
  margin-bottom: 90px;
  color: #373737;
}
.carousel {
  width: 100%;
}
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  background: none;
}
.carousel-indicators li {
  background-color: #bdbdbd;
  border: #bdbdbd;
}
.carousel-indicators .active {
  background-color: #2c73d9;
  border: #2c73d9;
}
.item p {
  font-size: 17px;
  font-family: 'Georgia', arial;
}
#carousel-material {
  margin-bottom: 0px;
}
/* NOTE: css for section #id=review */
#reviews {
  background-color: #dfe4f0;
}
blockquote {
  font-family: 'Ubuntu Condensed', arial;
  border: none;
  margin-top: 217px;
  margin-bottom: 298px;
  position: relative;
}
blockquote::before {
  font-family: 'Perpetua Titling MT', arial;
  color: #8bafe5;
  content: '\201C';
  font-size: 130px;
  font-weight: bold;
  position: absolute;
  left: -60px;
  top: 20px;
}
blockquote h3 {
  font-size: 32px;
  font-weight: 500;
  color: #454545;
}
blockquote p {
  font-size: 18px;
  font-weight: 300;
  color: #454545;
}
.woman {
  background-image: url(../img/woman.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  min-width: 980px;
}
/* NOTE: css for section #id=team */
#team {
  background: #fff;
}
.carousel-inner {
  margin-top: 100px;
}
#team p {
  font-family: 'Georgia', arial;
  font-size: 18px;
}
.wrap-item-team {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.item-team {
  width: 170px;
  margin-right: 20px;
  font-family: 'Georgia', arial;
}
.item-team p {
  font-size: 18px;
}
/* NOTE: css for section #id=faq */
#faq {
  background-color: #fff;
  padding-top: 30px;
}

#faq p {
  font-family: sans-serif;
  font-size: 20px;
}

#faq h2 {
  font-size: 36px;
  font-family: 'Ubuntu Condensed', arial;
}
#faq a {
  color: #2c73d9;
}
#faq a:hover {
  color: #2c73d9;
}
#faq form {
  margin-top: 25px;
}
.form-control {
  margin-bottom: 16px;
}
.form-control {
  font-family: 'Ubuntu Condensed', arial;
  font-size: 18px;
  height: 57px;
  border: 3px solid #e1e1e1;
  border-radius: 2px;
}
textarea.form-control {
  height: 130px;
}
.send {
  padding: 20px 117px;
  font-family: 'Ubuntu Condensed', arial;
  font-size: 24px;
  color: #c4c4c4;
  background-color: inherit;
  border: 3px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 80px;
}
/* NOTE: css for footer */
footer {
  font-family: 'Georgia', arial;
  color: #373737;
  font-size: 18px;
  padding-top: 50px;
  background: #f1f1f1;
}

footer a {
  color: #373737;
}

footer img {
  margin-bottom: 30px;
}
footer p {
  margin: 0px;
}
footer .row {
  margin-bottom: 63px;
}

.logo {
  height: 60px;
  width: auto;
  margin-top: -5px;
}

.close {
  position: absolute;
  top: -40px;
  right: 5px;
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}
.modal-dialog {
  width: 100%;
  margin: 50px auto;
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 700px;
  }
}

.modal-content {
  height: 400px;
}
#emailModal .modal-content {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
}
/* NOTE: css for FAQ */
.panel-body img {
  max-width: 100%;
  max-height: 450px;
}
#faqpanel {
  background-color: #fff;
  padding-top: 30px;
}
#faqpanel a:hover {
  color: black;
}

.carousel .item {
  height: 320px;
}

.arrow-left {
  position: relative;
  height: 450px;
  width: 100%;
  display: block;
}

.arrow-left:before {
  content: ' ';
  position: absolute;
  top: 225px;
  left: -50px;
  right: 0;
  margin: auto;
  height: 2px;
  width: 90px;
  background: #e6e6e6;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

sup {
  top: -0.8em;
  font-size: 50% !important;
  margin-left: -2px;
}

.arrow-left:after {
  content: '';
  position: absolute;
  top: 171px;
  bottom: 0;
  left: -50px;
  right: 0;
  margin: auto;
  height: 2px;
  width: 90px;
  background: #e6e6e6;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.arrow-right {
  position: relative;
  height: 450px;
  width: 100%;
  display: block;
}

.arrow-right:before {
  content: ' ';
  position: absolute;
  top: 225px;
  right: -50px;
  left: 0;
  margin: auto;
  height: 2px;
  width: 90px;
  background: #e6e6e6;
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

.arrow-right:after {
  content: '';
  position: absolute;
  top: 171px;
  bottom: 0;
  right: -50px;
  left: 0;
  margin: auto;
  height: 2px;
  width: 90px;
  background: #e6e6e6;
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
}
