body {
  margin: 0;
  background-color: #fa6500;
}

.header {
  position: fixed;
  z-index: 80;
  width: 100%;
  background: linear-gradient(
    0.5turn,
    rgba(250, 101, 0, 1) 10%,
    rgba(238, 185, 169, 1) 60%,
    rgba(0, 0, 0, 0) 90%
  );
  margin: 0;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  .header__content {
    height: 15vh;
  }
}

.header__logo-link {
  padding: 0;
}

.header__logo {
  position: relative;
  width: 15rem;
  margin-left: 0;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 960px) {
  .header__logo {
    width: 13em;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 10em;
    z-index: 70;
  }
}

.header__main {
  display: block;
}

.header__links {
  display: flex;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .header__links {
    display: none;
  }
}

.header__link-wrapper {
  list-style: none;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
}

.header__link-wrapper:last-child {
  border-right: none;
}

.header__link {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  padding: 0.2rem 2.5rem;
  font-size: 21px;
}
@media only screen and (max-width: 960px) {
  .header__link {
    padding: 0.2rem 0.8rem;
    font-size: 1rem;
  }
}

.header__language-globe {
  width: 30px;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 960px) {
  .header__language-globe {
    padding-left: 0.8rem;
  }
}

.header__select-box {
  background: none;
  border: none;
  padding: 0.2rem 2.5rem 0.2rem 0;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 1px;
  text-shadow: 1px 2px 3px #808080;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .header__select-box {
    padding: 0.2rem 0.8rem 0.2rem 0;
    font-size: 1rem;
  }
}

.header__options {
  display: none;
  position: absolute;
  width: 100px;
  top: 45px;
  padding: 0;
  border: none;
  background: #fff;
  border-radius: 4px;
  margin-top: 2px;
  z-index: 70;
}
@media only screen and (max-width: 960px) {
  .header__options {
    width: 80px;
  }
}

.header__language.active .header__options {
  display: block;
}

.header__option {
  cursor: pointer;
  list-style-type: none;
  padding: 5px 5px 5px 5px;
  border-radius: 4px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header__option:hover {
  background-color: #fa6500;
  color: #fff;
}

.header__option-anchor {
  text-decoration: none;
  color: #fa6500;
  font-size: 21px;
}
@media only screen and (max-width: 960px) {
  .header__option-anchor {
    font-size: 1rem;
  }
}
.header__option-anchor:hover {
  color: #fff;
}

.header__main-ham-menu-cont {
  display: none;
  width: 3rem;
}
@media only screen and (max-width: 767px) {
  .header__main-ham-menu-cont {
    display: block;
    position: relative;
    margin-right: -1rem;
    z-index: 70;
  }
}

.header__main-ham-menu {
  width: 60%;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
}

.header__main-ham-menu-close {
  width: 50%;
  margin-left: 0.5rem;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
}

.header__sm-menu {
  background: linear-gradient(0.5turn, #eeb9a9, #394183);
  position: absolute;
  width: 100%;
  top: 60%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .header__sm-menu--active {
    visibility: visible;
    opacity: 1;
    z-index: 50;
  }
}

.header__sm-menu-links {
  padding-left: 17rem;
}

.header__sm-menu-link {
  list-style: none;
  text-align: right;
  display: flex;
  justify-content: right;
}

.header__sm-menu-anchor {
  padding: 0 1rem 0 0;
  font-size: 21px;
  text-decoration: none;
  text-shadow: 1px 2px 3px #808080;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.d-none {
  display: none;
}

.header__sm-language-globe {
  width: 30px;
  padding-left: 1.5rem;
}

.header__sm-select-box {
  background: none;
  border: none;
  padding: 0 1rem 0 0;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 1px;
  text-shadow: 1px 2px 3px #808080;
  cursor: pointer;
}

.header__sm-options {
  display: none;
  position: absolute;
  width: 105px;
  top: 180px;
  right: 15px;
  padding: 0;
  border: none;
  background: #fff;
  border-radius: 4px;
  margin-top: 2px;
  z-index: 70;
}

.header__sm-language.active .header__sm-options {
  display: block;
}

.header__sm-option {
  cursor: pointer;
  list-style-type: none;
  padding: 5px 5px 5px 5px;
  border-radius: 4px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header__sm-option:hover {
  background-color: #fa6500;
  color: #fff;
}

.header__sm-option-anchor {
  text-decoration: none;
  color: #fa6500;
  font-size: 21px;
}
.header__sm-option-anchor:hover {
  color: #fff;
}

.home {
  background: linear-gradient(
    0.5turn,
    rgba(57, 65, 131, 1) 91%,
    rgba(0, 0, 0, 0) 100%
  );
  position: relative;
  z-index: 50;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .home {
    background: rgba(57, 65, 131, 1);
    padding-top: 4rem;
  }
}

.home__content {
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home__content {
    height: 25rem;
  }
}

.home__logo {
  width: 45%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
  transform: translateZ(0px);
}
@media only screen and (max-width: 767px) {
  .home__logo {
    width: 80%;
  }
}

.about__section {
  background-image: url(../images/kagoshima.jpeg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 8%;
  padding-bottom: 48%;
  display: block;
  position: relative;
  width: 100%;
  z-index: 40;
  margin-top: -60px;
}
@media only screen and (max-width: 960px) {
  .about__section {
    background-position: center top;
  }
}
@media only screen and (max-width: 767px) {
  .about__section {
    background-image: none;
    padding: 0;
    top: 0;
    margin-top: 0;
  }
}

.about__about-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  gap: 20px;
  margin-top: 1%;
  margin-left: 1%;
  margin-right: 1%;
}
@media only screen and (max-width: 767px) {
  .about__about-container {
    display: grid;
    margin: 0;
    width: 100%;
    background-color: #fff;
  }
}

.about__about-content {
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .about__about-content {
    width: 21rem;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
  }
}

.about__about-title,
.about__base-title,
.projects__title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 2px 3px #808080;
}
@media only screen and (max-width: 767px) {
  .about__about-title,
  .about__base-title,
  .projects__title {
    color: #394183;
    text-align: center;
    margin-bottom: 20px;
  }
}

.about__kagoshima-mobile {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: relative;
  width: 0%;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .about__kagoshima-mobile {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about__kagoshima-image {
    width: 100%;
  }
}

.about__base-content {
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .about__base-content {
    width: 21rem;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
  }
}

.orange-line-wrapper {
  text-align: center;
}

.orange-line {
  height: 2px;
  width: 3rem;
  background-color: #fa6500;
  border-color: #fa6500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .orange-line {
    display: flex;
    margin: auto;
  }
}

.about__section p {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #31294c;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .about__section p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .resume__link-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.resume__link-button {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8rem 0;
  background: #fa6500;
  color: #fa6500;
  border-radius: 5px;
  border: solid;
  box-shadow: 2px 3px 4px -1px rgba(0, 0, 0, 0.4);
}
.resume__link-button:hover {
  transform: translateY(-3px);
}
@media only screen and (max-width: 767px) {
  .resume__link-button {
    display: flex;
    margin: 0.8rem 0;
  }
}

.resume__button-anchor {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 0.2rem;
  text-decoration: none;
}

.projects__section {
  background-image: url(../images/Toronto.jpeg);
  background-size: cover;
  background-position: center top;
  mask-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 95%,
    transparent
  );
  background-repeat: no-repeat;
  padding-top: 8%;
  padding-bottom: 28%;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 40;
  margin-top: -140px;
}

@media only screen and (max-width: 767px) {
  .projects__section {
    background-image: none;
    mask-image: none;
    top: 0;
    padding: 0;
    margin-top: 0;
  }
}
.projects__toronto-mobile {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: relative;
  width: 0%;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .projects__toronto-mobile {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .projects__toronto-image {
    width: 100%;
  }
}

.projects__section p {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .projects__section p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .projects__section p {
    color: #31294c;
  }
}

.projects__container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .projects__container {
    display: grid;
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .projects__container {
    display: grid;
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    background-color: #fff;
  }
}

.projects__content {
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 25rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .projects__content {
    width: 22rem;
  }
}
@media only screen and (max-width: 767px) {
  .projects__content {
    width: 21rem;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;
  }
}

.projects__project-title {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: bold;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .projects__project-title {
    text-align: center;
    color: #31294c;
  }
}

@media only screen and (max-width: 767px) {
  .projects__link-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.projects__link-button {
  width: 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8rem 0;
  background: #fa6500;
  color: #fa6500;
  border-radius: 5px;
  border: solid;
  box-shadow: 2px 3px 4px -1px rgba(0, 0, 0, 0.4);
}
.projects__link-button:hover {
  transform: translateY(-3px);
}
@media only screen and (max-width: 767px) {
  .projects__link-button {
    display: flex;
    margin: 0 0 2rem 0;
    /* margin-bottom: 2rem; */
  }
}

.projects__button-anchor {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 0.2rem;
}

.projects__project-detail {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .projects__project-detail {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #31294c;
  }
}

.contact__section {
  position: relative;
  display: block;
  background: linear-gradient(
    0.5turn,
    rgba(0, 0, 0, 0) 0%,
    rgba(8, 25, 42, 1) 2%,
    rgba(73, 73, 143, 1) 90%
  );
  background-size: 100%;
  padding-top: 8%;
  width: 100%;
  z-index: 50;
  margin-top: -30px;
  padding-bottom: 25%;
}
@media only screen and (max-width: 767px) {
  .contact__section {
    margin-top: 0;
    background: linear-gradient(
      0.5turn,
      rgba(8, 25, 42, 1) 0%,
      rgba(73, 73, 143, 1) 50%,
      rgba(237, 185, 169, 1) 90%
    );
    padding-bottom: 40%;
  }
}

.contact__title {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 2px 3px #808080;
  text-align: left;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .contact__title {
    text-align: center;
  }
}

/* .contact__section .orange-line {
  display: flex;
} */

.contact__container {
  display: grid;
  margin: auto;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .contact__container {
    width: 85%;
  }
}

.contact__form-field {
  display: grid;
}

.contact__form-label {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 1px;
  margin: 1.5rem 0 0.5rem 0;
}

.contact__form-input {
  background-color: #fff;
  opacity: 0.8;
  padding: 1rem;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #333;
  resize: none;
}

.contact__form-input::placeholder {
  color: #999;
}

.contact__submit-button {
  display: block;
  margin-top: 1.5rem;
  margin-left: auto;
  width: 8rem;
  height: 2.5rem;
  background-color: #fa6500;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  border-color: #fa6500;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 3px 4px -1px rgba(0, 0, 0, 0.4);
}
.contact__submit-button:hover {
  transform: translateY(-3px);
}

footer {
  position: absolute;
  width: 100%;
  z-index: 60;
  background: linear-gradient(
    0turn,
    rgba(250, 101, 0, 1) 10%,
    rgba(238, 185, 169, 1) 50%,
    rgba(0, 0, 0, 0) 90%
  );
  margin-top: -230px;
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: -150px;
  }
}

.footer__logo-link {
  padding: 0;
}

.footer__logo {
  position: relative;
  display: flex;
  width: 15rem;
  margin: 3.7rem auto 1rem;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
  transform: translateZ(0px);
}

.copyright {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  padding-bottom: 2rem;
  text-align: center;
  color: #fff;
}

.success__section {
  background-image: url(../images/kagoshima.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  padding-top: 10%;
  padding-left: 15%;
}
@media only screen and (max-width: 960px) {
  .success__section {
    padding-top: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .success__section {
    background: linear-gradient(
      0.5turn,
      rgba(8, 25, 42, 1) 0%,
      rgba(73, 73, 143, 1) 50%,
      rgba(237, 185, 169, 1) 90%
    );
    padding: 50% 10% 50% 10%;
  }
}

.success__message {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .success__message {
    font-size: 1.1rem;
  }
}

/* .success__viewmore-button{
    margin-top: 1rem;
    background-color: #FA6500;
    border-color: #FA6500;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0.4rem;
    border-radius: 5px;
} */

.success__footer {
  position: absolute;
  bottom: 0;
  z-index: 60;
}
