html {
  scroll-behavior: smooth;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
a {
  text-decoration: none;
}
.footer-links a {
  margin-right: 10px;
  color: black;
}
.footer-links a:hover {
  color: #62b6f3;
}
img {
  display: block;
  max-width: 100%;
}
main {
  overflow: hidden;
}
#home {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 100;
}

.home-section-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.home-content-container {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 1034px) {
  .home-content-container {
    margin-top: 0;
    padding-top: 150px;
  }
}
@media screen and (max-width: 804px) {
  .home-content-container {
    padding-top: 270px;
  }
}

.home-content-leftSide {
  flex: 0.4;
}
@media screen and (max-width: 1400px) {
  .home-content-leftSide {
    flex: 0.3;
  }
}

.home-content-leftSide {
  display: flex;
  flex-direction: column;
}

.home-content-leftSide img {
  margin-left: auto;
  margin-top: 0;
  width: 71%;
}
@media screen and (max-width: 1400px) {
  .home-content-leftSide img {
    width: 91%;
  }
}
@media screen and (max-width: 1200px) {
  .home-content-leftSide img {
    width: 100%;
  }
}
.left-shade {
  background: #d3d3d3;
  width: 30.5%;
  height: 72px;
}
@media screen and (max-width: 1400px) {
  .left-shade {
    width: 28.5%;
  }
}
.home-content-center {
  flex: 0.72;
}

.home-content-center img {
  width: 100%;
}

.text-container {
  font-size: 43px;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px 20px 0 20px;
  background: #eaeaea;
  margin: 0;
  letter-spacing: 3px;
}
@media screen and (max-width: 1034px) {
  .text-container {
    font-size: 23px;
  }
}
.pAdd {
  padding: 0;
  padding-bottom: 5px;
  font-size: 48px;
}
@media screen and (max-width: 1034px) {
  .pAdd {
    font-size: 28px;
  }
}
.home-content-leftSide-1 {
  width: 100%;
  padding-top: 40px;
}
.logo {
  box-shadow: 3px 7px 25px rgba(50, 80, 150, 0.6);
  margin-bottom: 3px;
  position: relative;
  z-index: 10;
}

.home-content-rightSide {
  flex: 0.2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .home-content-rightSide {
    flex: 0.12;
  }
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .menu {
    gap: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1034px) {
  .menu {
    gap: 0;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.menu a {
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  transition: color 0.3s;
}
@media screen and (max-width: 1034px) {
  .menu a {
    font-size: 11px;
  }
}
.menu a:hover {
  color: #62b6f3;
}

.right-shade {
  height: 72px;
  background: #d3d3d3;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1346px) {
  .right-shade {
    width: 35%;
    align-items: end;
  }
}
.right-shade p {
  font-size: 13px;
  margin: 0;
}
@media screen and (max-width: 1346px) {
  .right-shade {
    font-size: 11px;
  }
}
.right-shade div a {
  color: black;
  font-size: 13px;
  text-decoration: none;
}
@media screen and (max-width: 1346px) {
  .right-shade {
    font-size: 11px;
  }
}
.right-shade div a:hover {
  color: #62b6f3;
}

footer {
  display: flex;
}
@media screen and (max-width: 1034px) {
  footer {
    margin-top: auto;
  }
}
h3 {
  margin: 0;
  font-size: 30px;
}
@media screen and (max-width: 1034px) {
  h3 {
    font-size: 20px;
  }
}
main {
  position: relative;
}
#mobileNotice {
  display: none;
  background-color: #fff3cd;
  color: #856404;
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
  border-bottom: 1px solid #ffeeba;
  font-family: serif;
}
@media screen and (max-width: 767px) {
  #mobileNotice {
    display: block;
    position: relative;
    top: 0;
    z-index: 1000;
  }
}
.footer {
  background: linear-gradient(to right, #1b2a49 41%, #d3d3d3 0);
  width: 55%;
  height: 72px;
}
@media screen and (max-width: 1400px) {
  .footer {
    width: 65%;
    background: linear-gradient(to right, #1b2a49 58%, #d3d3d3 0);
  }
}
@media screen and (max-width: 1346px) {
  .footer {
    width: 45%;
  }
}
@media screen and (max-width: 1034px) {
  .footer {
    margin-top: auto;
  }
}
.section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.section-content {
  align-self: center;
  margin: auto;
  padding: 20px;
}
.section-content p {
  font-size: 30px;
}
@media screen and (max-width: 1034px) {
  .section-content p {
    font-size: 20px;
  }
}
.section-content h2 {
  font-size: 45px;
  color: black;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1034px) {
  .section-content h2 {
    font-size: 35px;
  }
}
.section-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.section-content li {
  margin-bottom: 35px;
  font-size: 30px;
}
@media screen and (max-width: 1034px) {
  .section-content li {
    font-size: 20px;
  }
}
.section-contentLi {
  margin-bottom: 0 !important;
}
.up-arrow {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 90px;
  color: #87ceeb;
  padding-left: 8%;
  line-height: 1;
}

blockquote {
  font-style: italic;
  font-size: 20px;
  color: #000000;
  border-left: 4px solid #080808;
  padding-left: 15px;
  margin-bottom: 0;
}

/* contact section */
.challenge-box {
  background: white;
  padding: 30px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.challenge-box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.challenge-box input[type="text"],
.challenge-box select {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.challenge-box input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.challenge-box input[type="submit"]:hover {
  background-color: #444;
}

.sec-footer {
  margin-top: 0;
}
