body,
html {
  /* width: 100%;
  height: 100%; */
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Athena';
  src: url('Athena-Regular.woff2') format('woff2'),
      url('Athena-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Athena';
  background-color: #f9fcff;
}

.main {
  max-width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Nav */
.links {
  position: fixed;
  top: 0;
  left: 0;
  width: 135px;
  background-image: url(./images/bg.png);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#btn_nav {
  width: 115px;
  height: 40px;
  background-color: #0e879f;
  border: none;
  border-radius: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#btn_nav a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Athena';
  cursor: pointer;
}

#btn_nav:hover {
  scale: 1.05;
}

#nav_logo {
  width: 100%;
}

/* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}


/* cover_pic */

.cover_pic {
  width: 91.5%;
  margin-top: -10px;
  margin-left: 8rem;
}

#cover_pic{
  width: 100%;
}

.sections{
  width: 90%;
  margin: auto;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 85%;
  margin-top: 3rem;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
  line-height: 2.5rem;
}

.section_1_left {
  width: 60%;
  margin-top: 1rem;
}

.section_1_left h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_1_left p {
  text-align: left;
  font-size: 1.4rem;
  color: #5b6670;
}

.section_1_right {
  width: 40%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-left: 0;
}

.section_1_right img {
  width: 50%;
}

.section_3 {
  width: 90%;
  height: auto;
  margin-top: 6rem;
  margin-left: 8rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5b6670;
  line-height: 2.5rem;
  /* border: #0e879f solid 2px; */
}

.section_3_left {
  width: 40%;
  text-align: left;
}

.section_3_left img {
  width: 75%;
  margin-left: 50px;
}

.section_3_right {
  width: 60%;
}

.section_3_right h1 {
  font-size: 30px;
  margin-right: 50px;
  color: #0e879f;
}

.section_3_right p {
  font-size: 20px;
  text-align: left;
  margin-right: 50px;
  font-size: 1.4rem;
}

.section_4 {
  width: 100%;
  margin-top: 6rem;
  margin-left: 5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_4 img {
  width: 50%;
}

.section_5 {
  width: 95%;
  margin-top: 10rem;
  margin-left: 6rem;
  display: flex;
  justify-content: center;
}

.section_5 img {
  width: 90%;
}

.section_6 {
  width: 85%;
  margin-top: 6rem;
  margin-left: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #5b6670;
  line-height: 2.5rem;
}

.section_6 h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.section_6 p {
  font-size: 1.4rem;
  text-align: left;
}

.section_7 {
  width: 95%;
  margin-top: 60px;
  margin-left: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #5b6670;
}

.section_7 img {
  width: 100%;
}

.section_12 {
  width: 95%;
  margin-top: 2rem;
}

.section_12 h1 {
  font-size: 30px;
  color: #0e879f;

}

.section_12 img {
  width: 80%;
}

.button {
  margin-top: 3rem;
  margin-left: 5rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#view {
  height: 2.5rem;
  width: 10rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1.2rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/* Media Query */

/* Wide Screen */

@media screen and (min-width: 1800px) and (max-width: 2000px){

/* Nav */
.links {
  position: fixed;
  top: 0;
  left: 0;
  width: 135px;
  background-image: url(./images/bg.png);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#btn_nav {
  width: 120px;
  height: 40px;
  background-color: #0e879f;
  border: none;
  border-radius: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#btn_nav a {
  color: #f1f1f1;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
}

#btn_nav:hover {
  scale: 1.05;
}

#nav_logo {
  width: 100%;
}

/* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}


/* cover_pic */

.cover_pic {
  width: 93%;
  margin-top: -10px;
  margin-left: 130px;
}

#cover_pic{
  width: 100%;
}

.sections{
  width: 100%;
  margin: auto;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 85%;
  margin-top: 5rem;
  margin-left: 15rem;
  display: flex;
  justify-content: center;
  line-height: 2.5rem;
}

.section_1_left {
  width: 60%;
  margin-top: 30px;
}

.section_1_left h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_1_left p {
  text-align: left;
  font-size: 1.4rem;
  color: #5b6670;
}

.section_1_right {
  width: 40%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-left: -60px;
}

.section_1_right img {
  width: 40%;
}

.section_3 {
  width: 85%;
  height: auto;
  margin-top: 6rem;
  margin-left: 15rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5b6670;
  font-size: 20px;
  line-height: 2.5rem;
  /* border: #0e879f solid 2px; */
}

.section_3_left {
  width: 40%;
  text-align: left;
}

.section_3_left img {
  width: 75%;
  margin-left: 50px;
}

.section_3_right {
  width: 55%;
}

.section_3_right h1 {
  font-size: 2rem;
  margin-right: 50px;
  color: #0e879f;
}

.section_3_right p {
  font-size: 1.4rem;
  text-align: left;
  margin-right: 50px;
}

.section_4 {
  width: 85%;
  margin-top: 6rem;
  margin-left: 10rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_4 img {
  width: 40%;
}

.section_5 {
  width: 85%;
  margin-top: 8rem;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
}

.section_5 img {
  width: 80%;
}

.section_6 {
  width: 70%;
  margin-top: 10rem;
  margin-left: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2.5rem;
}

.section_6 h1 {
  font-size: 2rem;
  text-align: center;
  color: #0e879f;
}

.section_6 p {
  font-size: 1.4rem;
  text-align: left;
  color: #5b6670;
}

.section_7 {
  width: 85%;
  margin-top: 3rem;
  margin-left: 12rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #5b6670;
}

.section_7 img {
  width: 80%;
}

.button {
  margin-top: 2rem;
  margin-left: 5rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#view {
  height: 2.5rem;
  width: 10rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1.2rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

}



/* Tablet view - Large */

@media screen and (min-width: 1024px) and (max-width: 1366px){

  /* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}

/* cover_pic */

.cover_pic {
  width: 93%;
  margin-top: 0;
  margin-left: 8rem;
}

#cover_pic{
  width: 100%;
}

.sections{
  width: 100%;
  margin: auto;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 92%;
  margin-top: 3rem;
  margin-left: 11rem;
  display: block;
  line-height: 1.5rem;
}

.section_1_left {
  width: 85%;
  margin-top: 1.5rem;
}

.section_1_left h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_1_left p {
  text-align: left;
  font-size: 1.4rem;
  color: #5b6670;
}

.section_1_right {
  width: 80%;
  display: block;
  margin-top: 2rem;
  margin-left: 0;
}

.section_1_right img {
  width: 30%;
}

.section_3 {
  width: 90%;
  margin-top: 8rem;
  margin-left: 11rem;
  display: block;
  line-height: 1.5rem;
  /* border: #0e879f solid 2px; */
}

.section_3_left {
  display: none;
}

.section_3_right {
  width: 95%;
  margin-top: 1.5rem;
}

.section_3_right h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_3_right p {
  text-align: left;
  font-size: 1.4rem;
  color: #5b6670;
}

.section_4 {
  width: 100%;
  margin-top: 5rem;
  margin-left: 5rem;
  display: block;
  /* border: yellow solid 1px; */
}

.section_4 img {
  width: 40%;
}

.section_5 {
  width: 100%;
  margin-top: 8rem;
  margin-left: 4rem;
  display: block;
}

.section_5 img {
  width: 60%;
}

.section_6 {
  width: 78%;
  margin-top: 8rem;
  margin-left: 11rem;
  display: block;
  line-height: 1.5rem;
}

.section_6 h1 {
  font-size: 2rem;
  color: #0e879f;
}

.section_6 p {
  text-align: left;
  font-size: 1.2rem;
  color: #5b6670;
}

.section_7 {
  width: 92%;
  margin-top: 2rem;
  margin-left: 5rem;
  display: block;
  color: #5b6670;
}

.section_7 img {
  width: 80%;
}

.button {
  margin-top: 2rem;
  margin-left: 5rem;
  margin-bottom: 5rem;
  display: block;
}

#view {
  height: 2rem;
  width: 8rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
}

}


/* Tablet view - Small */

@media screen and (min-width: 768px) and (max-width: 1023px){

  /* Hidden Hamburger menu*/

#menuToggle {
  display: none;
}

/* cover_pic */

.cover_pic {
  width: 100%;
  margin-top: 0;
  margin-left: 8rem;
}

#cover_pic{
  width: 85%;
}

.sections{
  width: 100%;
  margin: auto;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 10rem;
  display: block;
  line-height: 1.5rem;
}

.section_1_left {
  width: 85%;
  margin-top: 1.5rem;
}

.section_1_left h1 {
  font-size: 1.8rem;
  color: #0e879f;
}

.section_1_left p {
  text-align: left;
  font-size: 1.2rem;
  color: #5b6670;
}

.section_1_right {
  width: 80%;
  display: block;
  margin-top: 2rem;
  margin-left: 0;
}

.section_1_right img {
  width: 30%;
}

.section_3 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 11rem;
  display: block;
  line-height: 1.5rem;
  /* border: #0e879f solid 2px; */
}

.section_3_left {
  display: none;
}

.section_3_right {
  width: 90%;
  margin-top: 1.5rem;
}

.section_3_right h1 {
  font-size: 1.8rem;
  color: #0e879f;
}

.section_3_right p {
  text-align: left;
  font-size: 1.2rem;
  color: #5b6670;
}

.section_4 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 5rem;
  display: block;
  /* border: yellow solid 1px; */
}

.section_4 img {
  width: 40%;
}

.section_5 {
  width: 90%;
  margin-top: 6rem;
  margin-left: 5rem;
  display: block;
}

.section_5 img {
  width: 60%;
}

.section_6 {
  width: 75%;
  margin-top: 3rem;
  margin-left: 11rem;
  display: block;
  line-height: 1.5rem;
}

.section_6 h1 {
  font-size: 1.8rem;
  color: #0e879f;
}

.section_6 p {
  text-align: left;
  font-size: 1.2rem;
  color: #5b6670;
}

.section_7 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 6.5rem;
  display: block;
}

.section_7 img {
  width: 80%;
}

.button {
  width: 90%;
  margin-top: 2rem;
  margin-left: rem;
  margin-bottom: 5rem;
  display: block;
}

#view {
  height: 2rem;
  width: 8rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
}
}


/* Mobile view */

@media screen and (min-width: 375px) and (max-width: 767px){

/* Hamburger Menu */

#menuToggle {
  visibility: visible;
  display: block;
  position: relative;
  top: 20px;
  left: 10px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #0e879f;
  transition: color 0.3s ease;
}

#menuToggle a:hover{
  color: #5b6670;
}

#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0e879f;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
}

#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}

/* Hamburger to a cross when clicked*/
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #0e879f;
}


#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 135px;
  height: 250px;
  margin: -100px 0 0 -5px;
  padding-top: 68px;
  list-style-type: none;
  transform-origin: 0% 0%;
  transform: translate(-300%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  display: flex; /*make the menu display flex */
  gap: 10px;
}

#menu li{
  font-size: 0.8rem;
}

#menu button {
  width: 100px;
  height: 30px;
  background-color: #0e879f;
  color: #f9fcff;
  border: none;
  border-radius: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: 'Athena';
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  /* cursor: pointer; */
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.links {
  display: none;
}

/* cover_pic */

.cover_pic {
  width: 100%;
  margin-top: 2rem;
  margin-left: 0rem;
}

#cover_pic{
  width: 100%;
}

.sections{
  width: 100%;
  margin: auto;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.section_1 {
  width: 100%;
  margin-top: 2rem;
  margin-left: 1rem;
  display: block;
  line-height: 1rem;
}

.section_1_left {
  width: 92%;
  margin-top: 1.5rem;
}

.section_1_left h1 {
  font-size: 1.2rem;
  color: #0e879f;
}

.section_1_left p {
  text-align: left;
  font-size: 0.8rem;
  color: #5b6670;
}

.section_1_right {
  width: 90%;
  display: block;
  margin-top: 2rem;
  margin-left: 0;
}

.section_1_right img {
  width: 30%;
}

.section_3 {
  width: 100%;
  margin-top: 2rem;
  margin-left: 1.5rem;
  display: block;
  line-height: 1rem;
  /* border: #0e879f solid 2px; */
}

.section_3_left {
  display: none;
}

.section_3_right {
  width: 100%;
  margin-top: 1.5rem;
}

.section_3_right h1 {
  font-size: 1.2rem;
  color: #0e879f;
}

.section_3_right p {
  text-align: left;
  font-size: 0.8rem;
  color: #5b6670;
}

.section_4 {
  width: 100%;
  margin-top: 2rem;
  margin-left: 0rem;
  display: block;
  /* border: yellow solid 1px; */
}

.section_4 img {
  width: 50%;
}

.section_5 {
  width: 100%;
  margin-top: 5rem;
  margin-left: 0rem;
  display: block;
}

.section_5 img {
  width: 90%;
}

.section_6 {
  width: 90%;
  margin-top: 3rem;
  margin-left: 1rem;
  display: block;
  line-height: 1rem;
}

.section_6 h1 {
  font-size: 1.2rem;
  color: #0e879f;
}

.section_6 p {
  text-align: left;
  font-size: 0.8rem;
  color: #5b6670;
}

.section_7 {
  width: 100%;
  margin-top: 3rem;
  margin-left: 0rem;
  display: block;
}

.section_7 img {
  width: 90%;
}

.button {
  width: 100%;
  margin-top: 2rem;
  margin-left: 0rem;
  margin-bottom: 5rem;
  display: block;
}

#view {
  height: 1.5rem;
  width: 5rem;
  background-color: #0e879f;
  color: #f1f1f1;
  border: none;
  border-radius: 25px;
  font-size: 0.6rem;
  text-decoration: none;
  font-family: 'Athena';
  cursor: pointer;
}

}


