@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
  scroll-behavior: smooth;
  outline: none;
}

html {
  overflow-x: hidden;
}

body {
  background: #000;
}

.anchor {
  color: #e9e9e9;
  text-decoration: none;
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.header-wrap {
  background-image: url("https://res.cloudinary.com/rickydonald/image/upload/b_rgb:000000,o_75/v1633157002/webRickydonald/static_assets/images/interstellar-blackhole_mqinac.webp");
  background-color: #3d3d3d;
  background-position: 0% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 111;
  -webkit-animation: fade-down 1.5s ease;
          animation: fade-down 1.5s ease;
}

header {
  height: 12vh;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  -webkit-animation: fade-down 1.5s ease;
          animation: fade-down 1.5s ease;
}

.logo img {
  width: 300px;
}

main {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  color: #fff;
}

.total-wrapper {
  width: 100%;
}

.myImg img {
  border-radius: 20px;
  width: 330px;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-text {
  width: 60%;
}

.intro-text .hero-inner-text {
  font-size: 24px;
}

.space-correction {
  padding: 8vh 0;
}

.about-me-text {
  padding: 0 0 3rem 0;
}

.about-me-text .hello-para {
  font-size: 20px;
  line-height: 1.8em;
}

.about-me-text .my-favs-title {
  margin: 3.2rem 0 20px 0;
  font-size: 2rem;
}

.about-me-text .my-favs {
  font-size: 18px;
}

.about-me-text .info__one {
  margin-top: 30px;
  width: 60%;
  color: #000;
  background: #fff;
  font-weight: 500;
  padding: 15px;
  border-radius: 20px;
}

footer {
  background-color: #3d3d3d;
}

.footer-content {
  height: 65vh;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 550px;
}

.divider {
  margin: 20px 0;
  border: 1px #fff solid;
}

.f-link {
  color: #fff;
  padding-right: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.f-link:hover {
  color: #969696;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.social-link {
  font-size: 25px;
  color: #fff;
}

.copyright-text {
  color: #fff;
  font-size: 17px;
}

form {
  width: 400px;
}

form .quick-m {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

input,
textarea {
  outline: none;
  border: 2px #fff solid;
  background: none;
  padding: 12px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

input {
  width: 49%;
}

textarea {
  resize: none;
  height: 150px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 2px lightseagreen solid;
}

.flex-container {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.max-char {
  color: #b9b9b9;
  font-size: 14px;
  text-align: right;
}

/* Placeholder Styling */
::-webkit-input-placeholder {
  color: #dddddd;
  opacity: 0.8;
  /* Firefox */
  z-index: -1;
}
:-ms-input-placeholder {
  color: #dddddd;
  opacity: 0.8;
  /* Firefox */
  z-index: -1;
}
::-ms-input-placeholder {
  color: #dddddd;
  opacity: 0.8;
  /* Firefox */
  z-index: -1;
}
::placeholder {
  color: #dddddd;
  opacity: 0.8;
  /* Firefox */
  z-index: -1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd;
  z-index: -1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dddddd;
  z-index: -1;
}

.submit {
  background: #fff;
  width: 100%;
  border: 2px #fff solid;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.submit:hover {
  background: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.submit .fa-arrow-right {
  margin-left: 2px;
}

#my-form-status {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.back-to-top-mob {
  margin-top: 40px;
}

.back-to-top-mob a {
  font-size: 2.5em;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.back-to-top-mob a:hover {
  color: #969696;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.back-to-top-mob .fa-chevron-circle-up {
  margin-left: 2px;
}

#mobile-menu {
  display: none;
}
/*# sourceMappingURL=style.css.map */