
:root {

    --text-white : #004D47;
}

.d {

  position: relative;
  left: -10rem;
}
.empty {

  height: 3.5rem;
  width: 18rem;
  background: rgb(0, 13, 45);
  border-radius: 1.75rem ;
  margin-bottom: 3.5rem;
  box-shadow: 0 1rem 1rem inset rgba(0, 0, 0, 0.466);
}

.fimage {

  width: 5rem;
  height: 6rem;
}

.carousel-control-prev-icon {
    display: none;
}

.carousel-control-next-icon {

    display: none;
}
.container {

    margin-left:100px;
    margin-right: 100px;
}
.carousel-inner img {

    height: 42rem;
    
    
}

@media (max-width: 799px) {

   

      .carousel-inner img {
        height: 25rem;
    
}

}


/* .hero {

    margin-top: 100px;
} */
 

nav ul a {

   margin: 0 50px;    

}



.menu a:hover {

    color: blanchedalmond;
}



html {

    position: relative;
    height: 100%;
}

body {
  background: rgb(0, 33, 51);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgb(10, 35, 50);
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
    background: rgb(18, 31, 60);
  }

  .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
  }

  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 70%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }

  .swiper-slide .subtitle {
    font-size: 21px;
  }

  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }