/* * {
  outline: solid red thin;
} */

html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  width: 100%;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 1rem 0;
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

header {
  background-image: url(/img/walls-battery.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 60%;
  background-color: #000000;
  height: 800px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

header .nav-bar {
  background-color: #222223c7;
  display: flex;
  gap: 20px;
  padding: 8px 15px;
  position: relative;
}

header .nav-bar .logo img {
  width: 180px;
}

header .nav-bar nav {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
}

header .nav-bar nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

header .nav-bar nav a:hover {
  color: #ee2737;
}

header .nav-bar nav a.active {
  color: #ee2737;
  font-weight: bold;
}

header .mobile-menu-button {
  display: none;
}

header .hero-content {
  color: #ffffff;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

header .hero-content .heading-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #ffffff;
  width: fit-content;
  box-sizing: border-box;
  align-items: center;
}

header .hero-content .heading-title h1 {
  font-size: 6em;
}

header .hero-content img {
  display: inline-block;
  width: 5rem;
  padding: 0 10px 0 0;
}

header .hero-content h1 {
  text-align: center;
  font-size: 4em;
  margin: 0;
}

header .hero-content h1 sup {
  font-size: 0.25em;
  vertical-align: top;
}

header .hero-content p {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 2em;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  gap: 15px;
}

.col {
  flex: 1 1 auto;
  padding: 0 15px;
}

main {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

main .welcome-container {
  width: 100%;
  max-width: 1350px;
  padding: 50px 15px;
  margin: auto;
}

main .img {
  max-width: 47.15%;
}

main .welcome-img img {
  width: 100%;
}

main .content {
  padding: 0 15px;
  max-width: 47.15%;
}

main .content h2 {
  font-size: 2.05em;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

main .content a {
  display: inline-block;
  color: #ee2737;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
}

main .what-3b {
  background-color: #75787b;
  box-sizing: border-box;
  color: #ffffff;
}

main .what-3b .container {
  width: 100%;
  max-width: 1350px;
  padding: 50px 15px;
  margin: auto;
  box-sizing: border-box;
}

main .what-3b .content a {
  color: #ffffff;
}

main .what-3b .container h2 {
  font-size: 2.5em;
  padding: 0;
  color: #ffffff;
  font-weight: bold;
}

main .what-3b .container p {
  padding: 0;
  color: #ffffff;
}

main .world-map-container {
  width: 100%;
  padding: 50px 15px;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: nowrap;
}

main .world-map-container .world-content,
main .world-map-container .world-heading,
main .world-map-container .world-map {
  max-width: 31%;
}

main .world-map-container .world-heading {
  text-align: end;
}

main .world-map-container .world-heading h2 {
  font-size: 3.5em;
  color: #75787b;
}

main .world-map-container .world-map {
  text-align: center;
  border-left: thin solid #cccccc;
  border-right: thin solid #cccccc;
}

main .world-map-container .world-map img {
  width: 100%;
  margin: auto;
}

main .world-map-container .world-content img {
  float: left;
  padding-right: 5px;
  width: 66px;
  position: relative;
  top: 19px;
}

main .world-map-container .world-content p {
  float: none;
  text-align: left;
  width: 85%;
}

main .world-map-container .world-content a {
  display: inline-block;
  margin-top: 20px;
  color: #ee2737;
  font-weight: bold;
}

footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px 15px;
}

footer .footer-container {
  max-width: 1350px;
  margin: auto;
  box-sizing: border-box;
}

footer .footer-container .footer-content {
  padding: 25px 15px;
  border-bottom: thin solid #222223;
  box-sizing: border-box;
}

footer .footer-container .footer-about {
  max-width: 33.33%;
  text-align: left;
  font-size: 0.85em;
  box-sizing: border-box;
}

footer .footer-container .footer-about img {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 42px;
}

footer .footer-container .footer-about h2 {
  font-size: 2.1em;
  text-transform: uppercase;
  color: #ffffff;
}

footer .footer-container .footer-about p {
  width: 74%;
}

footer .footer-container .footer-links {
  max-width: 33.33%;
  text-align: left;
  font-size: 0.85em;
  box-sizing: border-box;
}

footer .footer-container .footer-links h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #ffffff;
  width: fit-content;
  padding: 0 15px;
  padding-bottom: 15px;
  border-bottom: thin solid #222223;
}

footer .footer-container .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-container .footer-links ul li {
  margin-bottom: 10px;
}

footer .footer-container .footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .footer-container .footer-social {
  max-width: 33.33%;
  text-align: right;
  font-size: 0.85em;
  box-sizing: border-box;
}

footer .footer-container .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  display: flex;
  gap: 15px;
  width: fit-content;
}

footer .footer-container .footer-social ul li {
  margin-bottom: 10px;
}

footer .footer-container .footer-social ul li a {
  color: #006845;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 2em;
  text-align: end;
}

footer .footer-container .footer-social input {
  padding: 8px;
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  border: thin solid #cccccc;
}

footer .footer-container .footer-social button {
  padding: 8px 15px;
  margin-top: 10px;
  background-color: #ee2737;
  border: thin solid #ee2737;
  color: #ffffff;
  border: none;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

footer .footer-container .footer-social p a {
  color: #ffffff;
  transition: color 0.3s ease;
  text-align: end;
}

footer .footer-container .footer-copyright {
  color: #ffffff;
  font-size: 0.85em;
  margin-top: 10px;
}

.inner-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000000;
  height: 570px;
  text-align: center;
}

.who-we-are {
  background-image: url(/img/who-we-are-hero-img.png);
}

.BESSASHIELD {
  background-image: url(/img/Bessashield-hero-img.png);
}

.contact-us {
  background-image: url(/img/contact-us-hero-img.png);
}

main .container {
  padding: 50px 15px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

main .container .logo-icon {
  position: relative;
  top: 19px;
}

main .container .img-logo-icon {
  float: left;
  width: 66px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding: 0 15px;
}

main .container p {
  float: none;
  text-align: left;
  padding: 0 15px;
}

main .container .p-spacing {
  margin-bottom: 50px;
}

main .container h2 {
  letter-spacing: 0px;
  color: #ee2737;
  padding: 0 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  line-height: 38px;
  font-size: 2.5em;
}

main .container h3 {
  letter-spacing: 0px;
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
}

main .container ul {
  list-style: none;
}

main .container ul li {
  margin-bottom: 15px;
  line-height: 1.5;
}

main .container ul li strong {
  color: #ee2737;
}

main .container hr {
  margin: 50px 0;
  border: none;
  border-top: thin solid #cccccc;
}

main .container .features-list {
  list-style: disc;
}

main .container .comparation-table {
  width: 100%;
  border-collapse: collapse;
  padding: 0 15px;
}

main .container .comparation-table thead {
  background-color: #006845;
  color: #ffffff;
}

main .container .comparation-table thead th {
  padding: 5px 10px;
  color: #ffffff;
  border: thin solid #cccccc;
}

main .container .comparation-table tbody td:first-child {
  padding: 15px 10px;
  background-color: #f2f2f2;
  font-size: 0.85em;
  font-weight: 700;
}

main .container .comparation-table tbody td {
  border: thin solid #cccccc;
  padding: 5px 10px;
}

main .container .contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  padding: 25px 15px;
  margin: auto;
}

main .container .contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

main .container .contact-form .form-group label {
  font-weight: bold;
}

main .container .contact-form .form-group input {
  padding: 8px;
  border: thin solid #cccccc;
  border-radius: 5px;
}

main .container .contact-form .form-group textarea {
  padding: 8px;
  border: thin solid #cccccc;
  border-radius: 5px;
  resize: vertical;
}

main .container .contact-form .form-group select {
  padding: 8px;
  border: thin solid #cccccc;
  border-radius: 5px;
}

main .container .contact-form button {
  padding: 10px 15px;
  background-color: #ee2737;
  border: thin solid #ee2737;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

main .container .main-logo {
  float: none;
  width: 350px;
  margin: auto;
  margin-bottom: 25px;
}

main .container .contact-us-p {
  text-align: center;
  margin-bottom: 50px;
}

main .lunch-learn-section {
  background-color: #ffffff;
  color: #000000;
  box-sizing: border-box;
  max-width: 1350px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

main .lunch-learn-section h2 img {
  display: inline;
  width: 48px;
}

main .lunch-learn-section h2 {
  font-size: 2.5em;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

main .lunch-learn-section p {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

main .lunch-learn-section .lunch-learn-form,
main .lunch-learn-section .section-img {
  max-width: 47.72%;
}

main .lunch-learn-section .lunch-learn-form form {
  gap: 15px;
  max-width: none;
  padding: 0;
}

main .lunch-learn-section .lunch-learn-form form .form-group {
  padding: 0;
}

main .lunch-learn-section .lunch-learn-form form .city-state-zip .col {
  max-width: 31.5%;
}

/* Media Queries */

@media screen and (max-width: 1345px) {
  .welcome-container,
  main .container {
    justify-content: center;
  }
  
  main .img,
  main .content,
  main .lunch-learn-section .lunch-learn-form,
  main .lunch-learn-section .section-img {
    max-width: 80%;
  }

  main .lunch-learn-section {
    gap: 25px;
  }
}

@media screen and (max-width: 1024px) {
  header {
    height: 400px;
  }

  header .hero-content {
    top: 71%;
  }

  header .hero-content h1 {
    font-size: 2.7em;
  }

  header .hero-content img {
    width: 1.2em;
  }

  header .hero-content p {
    font-size: 1.1em;
  }

  main .img {
    max-width: 100%;
  }

  header .nav-bar nav {
    background-color: #222223c7;
    flex-direction: column;
    width: 50%;
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px 15px;
  }

  header .nav-bar nav a {
    display: block;
    padding: 5px 0;
  }

  header .mobile-menu-button {
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
  }

  .welcome-container {
    width: 100%;
    flex-direction: column;
  }

  .welcome-container .img {
    max-width: 100%;
    padding: 0;
  }

  .welcome-container .content {
    max-width: 100%;
  }

  .welcome-container .content h2 {
    font-size: 1.8em;
    color: #ee2737;
  }

  .what-3b .container {
    flex-direction: column-reverse;
    width: 100%;
    padding: 25px 15px;
  }

  main .content {
    max-width: 100%;
    padding: 0;
  }

  .what-3b .container h2 {
    font-size: 1.8em;
  }

  .world-map-container {
    flex-direction: column;
    padding: 25px 0;
  }

  main .world-map-container .world-content,
  main .world-map-container .world-heading,
  main .world-map-container .world-map {
    max-width: 100%;
    padding: 0;
  }

  .world-map-container .world-heading {
    text-align: center;
  }

  .world-map-container .world-heading h2 {
    font-size: 2.5em;
    text-align: center;
  }

  main .world-map-container .world-heading {
    text-align: start;
  }

  main .world-map-container .world-map {
    border: none;
    border-top: thin solid #cccccc;
    border-bottom: thin solid #cccccc;
    padding: 25px 0;
  }

  main .world-map-container .world-content p {
    width: 100%;
  }

  main .lunch-learn-section {
    gap: 25px;
  }

  main .lunch-learn-section .lunch-learn-form,
  main .lunch-learn-section .section-img {
    max-width: 100%;
  }

  footer .footer-container {
    flex-direction: column;
    text-align: center;
  }

  footer .footer-container .footer-about,
  footer .footer-container .footer-links,
  footer .footer-container .footer-social {
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  footer .footer-container .footer-about p {
    width: 100%;
  }

  footer .footer-container .footer-social ul {
    justify-content: center;
    width: auto;
  }

  footer .footer-container .footer-links h3 {
    text-align: center;
    width: auto;
  }

  header .hero-content .heading-title h1 {
  font-size: 2.5em;
}
}
