.carousel-item {
  height: 1000px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
}

.carousel-header {
  height: 1000px;
  margin-top: -120px;
}

.navbar {
  z-index: 100;
}

.logo-header {
  width: 15%;
  z-index: 100 !important;
}

.icon-header {
  font-size: 1.5rem;
}

.btn-container {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-center {
  width: 220px;
  height: 100px;
  position: absolute;
}

.btn-btn {
  width: 220px;
  height: 100px;
  cursor: pointer;
  background: #5ba5ff;
  opacity: .85;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 100px;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.btn-btn:hover {
  transition: 1s ease-in-out;
  background: #4F95DA;
}

.btn-btn:hover svg {
  stroke-dashoffset: -480;
}

.btn-btn span {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.img-logo-footer {
  width: 100px;
}

.carousel-control-prev{
  display: none !important;
}

.carousel-control-next{
  display: none !important;
}

@media screen and (max-width: 600px) {
  .carousel-header {
    height: 360px;
    margin-top: -120px;
  }

  .logo-header{
    display: none;
  }

  .carousel-control-prev{
    display: none !important;
  }

  .carousel-control-next{
    display: none !important;
  }

  .carousel-caption {
    transform: translateY(-50%);
    bottom: 0;
    top: 5%;
  }

  .faq {
    width: 100% !important;
    position: relative !important;
    padding: 0 0 !important; /* make the padding the same as the height of the pseudo elements*/
  }
  
  .faq:after {
    content: '' !important;
    background: url('../img/wave.png') !important;
    width: 100% !important;
    height: 200px !important; /*make the height the same as the height of the background image size*/
    background-size: 100% 100% !important;  
    position: absolute !important;
    bottom: 0 !important;
    display: block !important;
  }

  .btn-center {
    width: 180px;
    height: 60px;
    position: absolute;
  }
  
  .btn-btn {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: #5ba5ff;
    opacity: .85;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
  }
  
  svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 60px;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
  }
}

.menu-list-active {
  display: block;
  content: '';
  border-bottom: solid 3px white;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.faq {
  width: 100% !important;
  position: relative !important;
  padding: 0 0 !important; /* make the padding the same as the height of the pseudo elements*/
}

.faq:after {
  content: '' !important;
  background: url('../img/wave.png') !important;
  width: 100% !important;
  height: 200px !important; /*make the height the same as the height of the background image size*/
  background-size: 100% 100% !important;  
  position: absolute !important;
  bottom: 0 !important;
  display: block !important;
}