* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Lato", sans-serif;
}
a, a:hover, a:focus, a:active {
      text-decoration: none;
      color:none;
 }

/* Navbar */
.navbar .navbar-nav .nav-link {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 1.1em;
}

.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 {
      color: inherit;
 
}

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

.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;
  text-decoration: none;
}

.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: #f9f5f5;
  padding: 0 10%;
}
.specification-header {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  padding-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;
}

.img-wrapper {  
  width: 300px;
  height: 300px;
  overflow: hidden; 
  justify-content: space-between;
  margin-right: 60px;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #000;
}
@media screen and (max-width:1000px) {
  .navbar-nav{
    height: fit-content;
  }
  .foot img{
    margin: auto;
  }
}