* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px */
  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of users browser font-size settings */
  font-size: 62.5%;
  overflow-x: hidden;

  /* Dose not work on safari */
  /* scroll-behavior: smooth; */
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  /* color: #c4a85b; */
  background-color: #0c2231;
  overflow-x: hidden;
}

/* *************************** */
/* Header */
/* ************************* */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #0c2231; */

  height: 9.6rem;
  padding: 0 4rem;
  position: relative;
}

.Logo {
  height: 3rem;
}

/* ************************** */
/* Navigation */
/* ************************ */
.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #c4a85b;
  font-weight: 600;
  font-size: 1.8rem;
  /* transition: all 0.3s; */
  padding: 1rem;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #0c2231;
  background-color: #eed385;
  border-radius: 0.9rem;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 0.9rem;
  color: #0c2231;
  background-color: #c4a85b;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #f5e4b6;
}

.main-nav-list {
  position: relative;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  top: 12;
  left: 0;
  width: 100%;
  height: 40vh;
  background-color: #0c2231;
  z-index: 1;
  border-top: 4px solid #c4a85b;
}

.dropdown-inner {
  list-style: none;
  padding: 30px;
  margin: 0;
  position: absolute;
  left: 70%;
  transform: translateX(-50%);
  top: -3vh;
}

.dropdown-content a {
  padding: 4px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #555450;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* ***************** */
/* Hero Section */
/* *************** */
.Hero-Section {
  padding: 0 4rem;
}

.hero-box {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}

.Hero-Container {
  position: relative;
  overflow: hidden;

  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(img/Neo001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  height: 100vh;
  width: 100%;
}

.Hero-Container img {
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.Hero-textbox-inner {
  position: absolute;
  bottom: 0;
  width: 60%;
  color: #fff;
  padding: 0 3rem 8rem 3rem;
}

.Welcome {
  width: 91.2rem;
  color: #eed385;
}

.Welcome p {
  padding-top: 1rem;
  color: #fff;
}

/* .Hero-Section {
  padding: 0 4rem;
}

.Hero-Container {
  height: 100vh;
  position: relative;
}

.Hero-textbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.Hero-Container img {
  width: 100%;
  height: 100;
  background-size: cover;
}

.Hero-textbox-inner {
  position: absolute;
  width: 60%;
  color: #fff;
  padding: 0 3rem 8rem 3rem;
}

.Hero-textbox-inner p {
  padding-top: 1rem;
}

.Welcome {
  width: 91.2rem;
  margin-top: 5rem;
  color: #eed385;
}

.Welcome p {
  padding-top: 1rem;
  color: #fff;
} */

/* .Hero-Section {
  padding: 0 4rem;
}

.Hero-Container {
  height: 100vh;
  position: relative;

  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(img/Neo001.jpg);
  background-size: cover;
  background-position: center;
  color: #fefefe;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.Hero-textbox-inner {
  width: 60%;
  padding: 0 4rem 8rem 4rem;
}

.Hero-textbox-inner p {
  padding-top: 1rem;
}

.Welcome {
  width: 91.2rem;
  margin-top: 5rem;
  color: #eed385;
}

.Welcome p {
  padding-top: 1rem;
  color: #fff;
} */

/* ******************** */
/* About-Section */
/* ******************* */
.About-Section {
  background-color: #fefefe;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  margin-top: 50px;
}

.About-Container {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
}

.About-us {
  position: relative;
}

.About-us-img-2 {
  display: none;
}

.About-us h1 {
  position: absolute;
  padding: 3rem 4rem 3rem 4rem;
  color: #eed385;
}

.Mission {
  padding: 3rem 4rem 3rem 4rem;
}

.our-mission {
  padding-bottom: 4.4rem;
}

.our-mission h1 {
  padding: 0 0 2rem 0;
  color: #0a1c29;
}

.our-mission h2 {
  padding: 0 0 2rem 0;
  color: #0a1c29;
}

.our-mission p {
  color: #070606;
}

.card-section h1 {
  color: #0a1c29;
}

.our-values {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
  margin-top: 4rem;
  color: #0c2231;
}

.our-values .Value:nth-child(1) h2,
.our-values .Value:nth-child(2) h2,
.our-values .Value:nth-child(3) h2 {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 0.4rem;
  margin: 2.5rem 0 2.5rem 0;
}

.our-values .Value:nth-child(1) h2 {
  background-color: #061119;
  color: #c4a85b;
}

.our-values .Value:nth-child(2) h2 {
  background-color: #0a1c29;
  color: #eed385;
}

.our-values .Value:nth-child(3) h2 {
  background-color: #354753;
  color: #f8edce;
}

.Value {
  padding: 2.4rem 0.8rem;
  box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.button {
  display: inline-block;
  text-decoration: none;
  text-align: center;

  width: 24rem;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 10rem;
  background-color: #0a1c29;
  color: #fff;
}

.card-section .button {
  display: block;
  margin: 5rem auto 0 auto;
}

/* ********************** */
/* Our Services Section */
/* ********************* */
.our-services-section {
  background-color: #fefefe;
  padding: 8rem 4rem 8rem 4rem;
  color: #6c6a6a;
}

.Services h1 {
  padding-bottom: 40px;
}

.Services h1,
.Services h2 {
  color: #081721;
}

.our-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.7rem;
}

.our-services .services:nth-child(1) h2,
.our-services .services:nth-child(2) h2,
.our-services .services:nth-child(3) h2,
.our-services .services:nth-child(4) h2 {
  padding: 5px 0px 5px 0px;
  border-radius: 4px;
  margin: 25px 0 25px 0;
}

.services {
  padding: 2.4rem 0.8rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

/* *************************** */
/* footer Section */
/* ************************* */

.Footer-section {
  padding: 100px 40px 100px 40px;
  color: #fefefe;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer ul {
  padding-top: 10px;
}

.footer-link li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 0 1rem 0;
}

.footer-link:link,
.footer-link:visited {
  color: #fefefe;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
}

.footer-link:hover,
.footer-link:active {
  color: #555;
}

.icon {
  color: #c4a85b;
  height: 3.5rem;
  width: 3.5rem;
}

.info {
  width: 35rem;
}

.info p {
  padding: 0 4px 12px 4px;
}

.info h2 {
  color: #c4a85b;
  padding: 0 4px 12px 4px;
}

h1 {
  font-size: 32px;
}

p {
  font-size: 2rem;
  line-height: 1.6;
}

h2 {
  font-size: 2.4rem;
}

.Chatbox {
  position: fixed;
  top: 492px;
  right: 68px;
  z-index: 9999;
}

.Mobile-Nav {
  display: none;
}

.overlay-services {
  display: flex;
}

.overlay-services h2 {
  margin-top: 1px;
}

/* Chatbox */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.chatbox {
  background-color: #0c2231;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 300px;
}

.chatbox h2,
h3 {
  margin-bottom: 15px;
  color: #eed385;
}

.input-field {
  margin-bottom: 10px;
}

.input-field input,
.input-field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.send-button {
  background-color: #c4a85b;
  color: #0c2231;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}

.close-button {
  background-color: #f00;
  color: #fff;
  border: none;
  padding: 5px 5px;
  border-radius: 5px;
  cursor: pointer;
}

.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
