* {
  margin: 0;
  padding: 0;
}

.header1 {
  height: 100vh;
}

.navbar-style {
  text-transform: uppercase;
  box-shadow: 0px 0px 8px #7b7b7b;
}

.logo {
  height: 80px;
  padding: 12px 10px;
  margin-bottom: 20px;
}

.icon-bar {
  background: #4682b4;
  margin-top: 20px;
}

li a {
  color: #000000;
  margin: 10px 5px;
  font-family: "Exo 2", sans-serif;
  margin-top: 20px;
}

li a:hover {
  background: #4682b4;
  border: none;
  color: #04070a;
  transition: 0.5s;
}

/* SECOND 2ND SECTION */

.header {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(37, 38, 41, 0.7), rgba(7, 7, 8, 0.7)),
    url(assets/products/front.png);
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -20px;
}

.text-box {
  width: 90%;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-box h1 {
  font-size: 40px;
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-box p {
  margin: 10px 0 40px;
  font-size: 19px;
  color: white;
  font-family: "Arsenal", sans-serif;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #f0f2f3;
  border: 1px solid white;
  padding: 10px 30px;
  font-size: 15px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn:hover {
  border: 1px solid #add5f5;
  background: #549fdd;
  transition: 1s;
  text-decoration: none;
  color: white;
}

@media (max-width: 980px) {
  .text-box h1 {
    font-size: 20px;
  }
}

.course {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 60px;
}
.img {
  margin: 0;
}

.course h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Arsenal", sans-serif;
  font-style: normal;
}

.course p {
  color: #696767;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 8px;
  font-family: "Arsenal", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.row {
  margin-top: 2%;
  display: flex;
  justify-content: space-between;
}

.course-col {
  flex-basis: 31%;
  background: #106896;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5s;
}

.course-col h3 {
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
  font-family: "Arsenal", sans-serif;
  font-style: normal;
}
.course-col p {
  color: white;
}

.course-col:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 980px) {
  .row {
    flex-direction: column;
  }
}

/* THIRD 3RD SECTION */

.courseproduct {
  text-align: center;
  padding: 50px 0;
  background-color: #f2f2f2;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.courseproduct h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 20px;
}

.courseproduct p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .courseproduct h1 {
    font-size: 2em;
  }
  .courseproduct p {
    font-size: 0.9em;
  }
}

/* FOURTH 4TH SECTION */

#image-boxes {
  padding: 10px;
  text-align: center;
  background: #106896;
}

.container3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boxs {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  overflow: hidden;
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

.boxs img {
  width: 70%;
  height: auto;
}

.description {
  padding: 20px;
}

.description h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.description p {
  font-size: 16px;
  color: #555;
}

@media (max-width: 992px) {
  .boxs {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .boxs {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* FIFTH 5TH SECTION */

.container6 {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: none;
}

.content6 {
  padding: 20px;
}

h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333;
}

.custom-hr {
  width: 55%;
  margin: auto;
  border: 2px solid #106896;
  margin-bottom: 30px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.text6 {
  flex: 1;
  padding: 0 20px;
  max-width: 50%;
}

.text6 p {
  font-size: 17px;
  color: #666;
}

.image6 {
  flex: 1;
  padding: 0 20px;
  text-align: right;
  max-width: 50%;
}

.image6 img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    text-align: center;
  }

  .image6 {
    text-align: center;
  }

  .text6,
  .image6 {
    max-width: 100%;
  }

  .custom-hr {
    width: 70%;
  }
}

/* SIXTH 6TH SECTION */

#box-image {
  padding: 20px;
  margin: 0 0 40px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-box {
  text-align: center;
  margin-bottom: 40px;
}

.title-box h1 {
  font-size: 2.5rem;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 70px;
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.cboxes {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  position: relative;
  text-align: center;
}

.cboxes:hover {
  transform: translateY(-10px);
}

.cboxes img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 3px solid #e0e0e0;
}

@media (max-width: 1024px) {
  .container-box {
    gap: 30px;
  }

  .cboxes {
    max-width: 280px;
  }

  .description-box h3 {
    font-size: 1.1rem;
  }

  .title-box h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .container-box {
    flex-direction: column;
    gap: 20px;
  }

  .cboxes {
    max-width: 100%;
    margin: 0 auto;
  }

  .description-box h3 {
    font-size: 1rem;
  }

  .title-box h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .cboxes {
    max-width: 350px;
  }

  .description-box h3 {
    font-size: 1.4rem;
  }

  .title-box h1 {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .title-box h1 {
    font-size: 1.8rem;
  }

  .description-box h3 {
    font-size: 0.9rem;
  }

  .cboxes {
    min-width: 200px;
  }
}

/* SEVENTH 7TH SECTION */

.image-paragraph-layout {
  padding: 20px;
  background-color: #f0f0f0;
}

.container7 {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.images img {
  width: 32%;
  max-width: 32%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 2px;
}

.text {
  text-align: center;
}

.text p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0 20px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .images img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .text p {
    margin: 0 10px;
    font-size: 1rem;
  }
}

/* EIGHT 8TH SECTION */

.container8 {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.container8 .arrow {
  font-size: 20px;
}

.column {
  flex: 1;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  min-width: 0;
}

.column h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
}

.column ul {
  list-style-type: none;
  padding: 0;
}

.column ul li {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .container8 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .column {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* FOOTER */

.footer {
  background-color: #4682b4;
  color: #fff;
  padding: 50px 0;
  z-index: 1;
  position: relative;
  text-align: left;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-section {
  flex: 1;
  padding: 0 20px;
}

.footer-section h2 {
  margin-bottom: 10px;
  text-align: left;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: none;
  color: #b9bdbe;
}

.contact-input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: black;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #335f84b4;
  color: #000000;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover {
  background-color: #72b6eefd;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  padding-top: 10px;
  background-color: #2c5272;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }

  .footer-section {
    margin-bottom: 20px;
  }
}
