* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Lato", sans-serif;
}

/* Navbar */
.navbar .navbar-nav .nav-link {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 1.1em;
}
.navbar{
  height:100px
}
.navbar .navbar-nav .nav-link:hover {
  color: #808080;
}
.navbar-logo-centered .navbar-nav .nav-link {
  padding: 0.5em 1em;
}

.navbar-nav {
  width: 100%;
  align-items: center;
}

.navbar-nav .nav-item {
  margin: 0 30px;
}

.brand-logo {
  margin: 0 auto;
  width: 150px;
}

.main {
  position: relative;
}

.title-container {
  padding: 20px 0;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.main-bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 800px;
  object-fit: cover;
}

.product-content {
  position: relative;
  z-index: 1;
  background-color: white;
}
/* Main CSS */
html {
  scroll-behavior: smooth;
}

nav {
  list-style-type: none;
}

.product-us {
  display: flex;
  align-items: flex-start;
}

.product-content {
  padding: 20px;
  flex: 0 0 75%;
}

.p1 {
  font-family: "Lato", sans-serif;
  color: #474343f2;
  font-size: 1.3em;
}

.product-content .content {
  padding: 30px 0;
}
.rounded-list {
  font-family: "Lato", sans-serif;
  color: #474343f2;
  font-size: 1.3em;
  list-style-type: circle;
}
.product-nav {
  height: 120vh;
  margin-top: 60px;
  background-color: rgb(215, 46, 46);
  padding: 20px;
  flex: 0 0 25%;
  position: sticky;
  top: 0;
}

.title-container h3 {
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.card-section {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  color: #474343f2;
  font-size: 1.1em;
}
.rounded-list a {
  position: relative;
  display: block;
  padding: 0.8em 0.8em 0.8em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: rgba(215, 46, 46, 0.762);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.rounded-list a:hover {
  /* background: #eee; */
}

.rounded-list a:hover:before {
  transform: rotate(360deg);
}
h3{
  font-weight:600
}

.rounded-list a:before {
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #87ceeb;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

/* #img-1 {
    margin-top: 30px;
    margin-left: -30px;
    width: 500;
    height: auto;
  }
  #img-2 {
    margin-right: -50px;
    width: 500px;
    height: auto;
  }
  #img-3 {
    width: 300px;
    height: 400px;
  }
  
  #img-w-1 {
    width: 400px;
    height: auto;
    margin-left: -10px;
    margin-top: 20px;
  }
  #img-w-2 {
    width: 400px;
    height: 300px;
    margin-top: 20px;
  }
  #img-w-3 {
    width: 400px;
    height: 300px;
    margin-right: -20px;
  } */

footer {
  margin-top: 3%;
}
footer .foot {
  padding-top: 1%;
}

.content-5 {
  margin-top: 3%;
  padding-left: 20px;
  margin-right: -50px;
}

/* Side Nav Edits–––––––––––––––––––––––––––––––––– */
.product-nav {
  padding: 0;
}
.nav-wrap {
  padding: 20px 0;
}
.rounded-list ol li {
  padding: 0;
  margin: 0;
}
.rounded-list .nav-item a {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin: 0 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.047);
  border-radius: 0;
  font-weight: 400;
}
.rounded-list .nav-item a:hover,
a:focus {
  background-color: rgb(203, 43, 43);
  color: white;
  border-bottom: 2px solid transparent;
}
.about-nav ol {
  padding: inherit;
  list-style: none;
}
.about-nav li:hover {
  background: none;
}
.rounded-list {
  padding-left: 0;
}
/* Arrow */

.rounded-list a::before {
  background: none;
}
.nav-arrow {
  padding: 0;
  display: inline-block;
  margin-left: -0.8em;
}
.gg-arrow-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border-radius: 15px;
}
.gg-arrow-up::after,
.gg-arrow-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}
.gg-arrow-up::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 7px;
}
.gg-arrow-up::before {
  width: 2px;
  height: 16px;
  left: 10px;
  background: currentColor;
}
.gg-arrow-up:hover {
  color: #eceaea;
}

/* Content Edit */
.main-title {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

/* Edit----------------- */
.content {
  margin-top: 5%;
}
.header {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  color: #363636;
}

.product-img-left {
  margin-left: -1.1em;
  width: 400px;
}
.product-img-right {
  width: 300px;
}

.highlight-text h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #363636;
}
.highlight-text p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #646464;
  font-size: 1.1rem;
  margin-top: 10px;
}
.specifications {
  margin-top: 20%;
  background-color: #f8f9fb;
  padding: 0 10%;
}
.specification-header {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  color: #363636;
}
.specification-row {
  border-bottom: solid 1px #eceaea;
}
.specification-subhead {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 30px;
  color: #363636;
}
.specification-para {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #646464;
  font-size: 1.1rem;
  margin-top: -0.2rem;
}
.advantages {
  margin-top: 15%;
  padding: 0 5%;
}
.advantages-header {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  color: #363636;
}
.advantage-table {
  margin-top: 10%;
}
.card {
  border: none;
  background-color: #f8f9fb;
  padding: 20px 10px;
  height: 100px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.advantage-para {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #646464;
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 0;
  margin: auto;
}

/* SPECIES */

.species-section {
  font-size: 20px;
  margin-bottom: 50px;
}

.species-section h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 45px;
}
.species-section p {
  font-family: "Lato", sans-serif;
}
.species-wrap {
  border: solid 1px #eceaea;
  margin-bottom: 40px;
  padding: 20px;
  border-width: 0 0 1px 0;
}

.species-wrap h5 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.species-wrap p {
  font-size: 1.1rem;
}
.species-wrap .species-info {
  color: #747171;
}

.section-title {
  font-weight: 900;
  font-size: 40px;
  padding-bottom: 4%;
}

.area-card {
  padding: 20px;
  border: 1px solid #e1d4d4;
  border-radius: 20px;
  transition: 0.3s all;
}

.area-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.area-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.area-title {
  text-align: center;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 700;
  writing-mode: tb;
  -webkit-writing-mode: tb;
  transform: rotate(180deg);
  padding: 10px 20px;
}

.area-info li {
  border-top: 1px solid #d1d1d1;
  padding: 5px;
  border: none;
  font-family: "Lato", sans-serif;
  color: #646464;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: solid 1px #eceaea;
  margin-bottom: 10px;
}

/* Specifications */
.specifications {
  margin-top: 20%;
  background-color: #f8f9fb;
  padding: 0 10%;
}
.specification-header {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 30px;
  color: #363636;
}
.specification-row {
  border-bottom: solid 1px #eceaea;
}
.specification-subhead {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 30px;
  color: #363636;
}
.specification-para {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #646464;
  font-size: 1.1rem;
  margin-top: 15px;
}

.text-right {
  text-align: right;
  padding-right: 10px;
}
