﻿@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");

:root {
  /*========== Font color ==========*/
  --color: #282463;
  /*========== Font and typography ==========*/
  --normal-font-size: 2rem;
  --h1-font-size: 1.5rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

section {
  padding: 100px 0;
}

/*=============== Logo ===============*/
.logo {
  width: 324px;
}

@media only screen and (max-width: 768px) {
  .logo {
    width: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 150px;
    margin-top: 0.5rem;
  }
}

@media only screen and (max-height: 576px) {
  .logo {
    width: 145px;
    margin-top: -1rem;
  }
}
/*=============== Home Hero ===============*/

header {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.11)),
    url("../img/HQ_Banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  header {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.11)),
      url("../img/HQ_Banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .header-content {
    padding-left: 20px;
    padding-top: 44px;
  }

  .hero-text {
    font-size: 20px;
    color: var(--color);
    text-align: start;
    letter-spacing: normal;
    font-family: Arial, Helvetica, sans-serif;
  }

  .btn-primary1 {
    color: #fff;
    background-color: #2dadaf;
    border: 1px solid #00000052;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 13px !important;
    border-radius: 0;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px !important;
  }

  .btn-primary {
    color: #fff;
    background-color: #2dadaf;
    border: 1px solid #00000048;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: normal;
    letter-spacing: normal;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    border-bottom-left-radius: 18px;
  }

  .tooltip1 {
    margin-top: 13px;
    margin-left: -19px;
    text-align: start;
    padding: 0px 16px;
    color: #fff;
    background-color: #2dadaf;
    border: 1px solid #00000048;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    border-bottom-left-radius: 18px;
    width: 35rem;
  }
}

/* Tooltip/hero text Phone display size */

@media screen and (max-width: 600px) {
  .hero-text {
    font-size: 20px;
    color: var(--color);
    margin-bottom: 5rem;
  }

  .btn-primary1 {
    bottom: 5rem;
  }

  .btn-primary {
    bottom: 5rem;
  }

  .tooltip1 {
    margin-top: -39px;
    margin-left: -19px;
    text-align: start;
    padding: 0px 16px;
    color: #fff;
    background-color: #2dadaf;
    border: 1px solid #00000048;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    border-bottom-left-radius: 18px;
    width: 34rem;
  }
}

@media only screen and (max-height: 576px) {
  .hero-text {
    margin-bottom: 5rem;
  }

  .btn-primary1 {
    bottom: 5rem;
  }

  .btn-primary {
    bottom: 5rem;
  }

  .tooltip1 {
    bottom: 5rem;
  }

  .tooltip1 .tooltiptext2 {
    visibility: hidden;
    width: 25rem;
    height: 320px;
    bottom: -4rem;
    left: 18rem;
  }

  .tooltip1:hover .tooltiptext2 {
    visibility: visible;
  }
}

.btn-secondary {
  color: #fff;
  background-color: #2dadaf !important;
  border: 1px solid #00000048;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: normal;
  letter-spacing: normal;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
  border-bottom-left-radius: 18px;
}
.btn:hover {
  border: 1px solid #000000;
  background: #2e6da4 !important;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .btn-primary1 {
    color: #fff;
    background-color: #2dadaf;
    border: 1px solid #00000052;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 13px !important;
    border-radius: 0;
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px !important;
  }

  .btn-primary {
    color: #fff;
    background-color: #2dadaf;
    border: 1px solid #00000048;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    border-bottom-left-radius: 18px;
  }
}

/*=============== EFFECTS ===============*/
/*=============== VISUALISATION ROOM ===============*/
.vr-blockquote {
  font-size: 25px;
  position: absolute;
  padding: 8px 60px;
  border-left: 3px solid transparent;
  background-image: url(../img/VisRoom_Icon.png);
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: start;
}

.vr-p {
  position: relative;
  color: var(--text-color);
  font-size: 20px;
  text-align: start;
  padding-top: 80px;
}

.vr-span {
  background: #665fc2;
  display: block;
  height: 5px;
}

#vr1:nth-of-type(1) {
  width: 50%;
  margin-left: 15rem;
  border-radius: 27px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.vr2 {
  width: 50%;
  margin-left: -10rem;
  margin-top: -5rem;
  border-radius: 27px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
} 


.bg1 {
  padding: 3em;
  height: 100vh;
  color: white;
  background: #76bbc3;
} 

 @media only screen and (max-width: 1024px) {
  .vr-p {
    font-size: 1.3rem;
  }

  #vr1:nth-of-type(1) {
    width: 80%;
    margin-left: 5rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .vr2 {
    width: 80%;
    margin-left: -10rem;
    margin-top: -5rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}

@media only screen and (max-width: 600px) {
  .vr-blockquote {
    font-size: 1.4rem;
  }

  .vr-p {
    font-size: 1.1rem;
    padding-top: 80px;
    margin-top: 3%;
  }

  .vr-span {
    width: 80%;
  }

  #vr1:nth-of-type(1) {
    width: 80%;
    margin-left: 0rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .vr2 {
    width: 80%;
    margin-top: 3%;
    margin-left: 0rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}

@media only screen and (max-height: 576px) {
  .vr-blockquote {
    font-size: 1.7rem;
  }

  .vr-p {
    font-size: 1.1rem;
    padding-top: 80px;
  }

  .vr-span {
    height: 5px;
    width: 100%;
    left: 10px;
  }

  #vr1:nth-of-type(1) {
    width: 50%;
    margin-left: 10rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .vr2 {
    width: 50%;
    margin-top: -3rem;
    margin-left: 2rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
} 

/*=============== SPACE PLANNING ROOM ===============*/

.sp-blockquote {
  font-size: 25px;
  padding: 8px 60px;
  border-left: 3px solid transparent;
  background-image: url(../img/SpaceRoom_Icon.png);
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: start;
}

.sp-p {
  position: relative;
  color: var(--text-color);
  font-size: 20px;
  text-align: start;
  padding-top: 5px;
}

.sp-span {
  background: #665fc2;
  display: block;
  height: 5px;
  width: 50%;
}

#space-planning:nth-of-type(1) {
  width: 50%;
  border-radius: 27px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.space-planning2 {
  width: 50%;
  margin-left: -60rem;
  margin-top: -5rem;
  border-radius: 27px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.sp-bg2 {
  padding: 3em;
  height: 100vh;
  position: relative;
  color: white;
  background: #2d1a9c;
}

/*=============== screen Media ===============*/

@media only screen and (max-width: 1024px) {
  .sp-blockquote {
    font-size: 1.9rem;
    left: 27rem;
  }

  .sp-p {
    font-size: 1.3rem;
    text-align: start;
    right: 0rem;
  }

  #space-planning:nth-of-type(1) {
    width: 80%;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .space-planning2 {
    width: 80%;
    margin-left: -10rem;
    margin-top: -1rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}

@media only screen and (max-width: 600px) {
  .sp-blockquote {
    font-size: 1.4rem;
    left: 3rem;
  }

  .sp-span {
    display: block;
    height: 5px;
    width: 100%;
    left: 10px;
  }

  .sp-p {
    font-size: 1.1rem;
    text-align: start;
    right: 0rem;
  }

  #space-planning:nth-of-type(1) {
    width: 80%;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .space-planning2 {
    width: 80%;
    margin-top: 3%;
    margin-left: 0rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  #sp-c1.row {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-height: 576px) {
  .sp-blockquote {
    font-size: 1.5rem;
    padding: 7px 55px;
    margin-left: 15rem;
    /* left: 28rem; */
  }

  .sp-span {
    height: 5px;
    width: 100%;
    left: 10px;
  }

  .sp-p {
    font-size: 1.1rem;
    padding-top: 100px;
    left: 24rem;
  }

  #space-planning:nth-of-type(1) {
    width: 50%;
    left: 1rem;
    margin-top: -44%;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .space-planning2 {
    width: 50%;
    margin-top: -9%;
    margin-left: -16rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  #sp-c1.row {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*=============== RESEARCH ROOM ===============*/
.research-blockquote {
  font-size: 25px;
  position: absolute;
  padding: 8px 60px;
  border-left: 3px solid transparent;
  background-image: url(../img/ResearchRoom_Icon.png);
  background-repeat: no-repeat;
  background-size: 50px;
  text-align: start;
}

.research-p {
  position: relative;
  color: var(--text-color);
  font-size: 20px;
  text-align: start;
  padding-top: 80px;
}

.research-span {
  background: #665fc2;
  display: block;
  height: 5px;
  width: 100%;
  left: 10px;
}

#research-room:nth-of-type(1) {
  width: 50%;
  margin-left: 13rem;
  border-radius: 27px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.research-room2 {
  width: 50%;
  margin-left: -10rem;
  margin-top: -5rem;
  border-radius: 27px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.bg3 {
  color: white;
  background: #19718b;
  padding: 3em;
  height: 100vh;
  position: relative;
}
/*=============== screen Media ===============*/

@media only screen and (max-width: 1024px) {
  .research-p {
    font-size: 1.3rem;
  }

  #research-room:nth-of-type(1) {
    width: 80%;
    margin-left: 5rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .research-room2 {
    width: 80%;
    margin-left: -10rem;
    margin-top: -5rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}

@media only screen and (max-width: 600px) {
  .research-blockquote {
    font-size: 1.6rem;
  }

  .research-p {
    font-size: 1.1rem;
    padding-top: 80px;
    margin-top: 3%;
  }

  .research-span {
    height: 5px;
    width: 100%;
  }

  #research-room:nth-of-type(1) {
    width: 80%;
    margin-left: 0rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .research-room2 {
    width: 80%;
    margin-top: 3%;
    margin-left: 0rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}

@media only screen and (max-height: 576px) {
  .research-blockquote {
    font-size: 1.6rem;
  }

  .research-p {
    font-size: 1.1rem;
    margin-top: 3%;
  }

  #research-room:nth-of-type(1) {
    width: 50%;
    margin-left: 10rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .research-room2 {
    width: 50%;
    margin-top: -10%;
    margin-left: 2rem;
    border-radius: 27px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
}


/*=============== Registration Forms ===============*/

.section-form {
  background-color: rgb(168, 167, 167);
}

input,
button {
  border: none;
  outline: none;
  background: none;
}

/* resize sign up container */
#form-container {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #form-container {
    width: 100%;
  }
}

.form-content {
  background: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.form {
  position: relative;
  padding: 5rem 0;
  
}


h2 {
  width: 100%;
  font-size: 30px;
  text-align: center;
}

label {
  display: block;
  width: 260px;
  margin: 25px auto 0;
  text-align: center;
}

label span {
  font-size: 14px;
  font-weight: 600;
  color: #505f75;
  text-transform: uppercase;
}

a {
  color: rgb(13, 92, 170);
}

.T-P {
  text-align: center;
  margin-top: 15px;
}

input {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(109, 93, 93, 0.4);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

button {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 36px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.submit {
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-color: #2dadaf;
  border: 1px solid #000000;
}

.submit:hover {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

.button-secondary {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000000;
  border: 1px solid #000000;
}

.button-secondary:hover {
  background: #2dadaf;
  color: #ffffff;
  border: none;
}

.forgot-password {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #0c0101;
  cursor: pointer;
}

.sub-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  padding-left: 260px;
  background: #fff;
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
}

.form-content.s-signup .sub-content {
  -webkit-transform: translate3d(-640px, 0, 0);
  transform: translate3d(-640px, 0, 0);
}

.img-btn span.m-in {
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
}

.form-content.s-signup .img-btn span.m-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.form-content.s-signup .img-btn span.m-up {
  -webkit-transform: translateY(72px);
  transform: translateY(72px);
}

.form-content.s-signup .sign-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#message {
  display: none;
  width: 350px;
  height: 280px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  /*position: relative;*/
  position: absolute;
  z-index: 1;
  margin: 0px 0px 0px 830px;
}

#message p {
  padding: 6px 50px;
  font-size: 16px;
}

/* Add a green text color and a checkmark when the requirements are right */

.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */

.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

.messageTxt {
  border-radius: 6px;
  padding: 5px 0;
  margin: -50px 0px 0px 320px;
}
/*=============== Term & Condition ===============*/

#popup {
  position: absolute;
  top: 3.5rem;
  left: 10rem;
  width: 50vw;
  height: 77.5vh;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

@media only screen and (max-width: 2600px) {
  #popup .popup-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 600px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }
}

@media only screen and (max-width: 2500px) {
  #popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 600px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }
}

@media only screen and (max-width: 1024px) {
  #popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 570px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }

  #popup {
    top: 3.5rem;
    left: 7.5rem;
  }
}

@media only screen and (max-width: 769px) {
  #popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 300px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }
}

@media only screen and (max-width: 464px) {
  #popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
    width: 300px;
    height: 625px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }

  #popup {
    position: absolute;
    top: 3.5rem;
    left: 0rem;
    width: 100vw;
    height: 118vh;
    background: rgba(0, 0, 0, 0.75);
    display: none;
  }
}

#popup a.close-popup {
  position: absolute;
  top: -5px;
  right: 20px;
  font-size: 44px;
  font-weight: 500;
  text-decoration: none;
}

#popup:target {
  display: block;
}

.title-text {
  text-align: center;
}

#popup1 {
  position: absolute;
  top: 3.5rem;
  left: 10rem;
  width: 50vw;
  height: 77.5vh;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

@media only screen and (max-width: 2600px) {
  #popup1 .popup-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 600px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }
}

@media only screen and (max-width: 2500px) {
  #popup1 .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 600px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }
}

@media only screen and (max-width: 1024px) {
  #popup1 .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 570px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }

  #popup1 {
    top: 3.5rem;
    left: 7.5rem;
  }
}

@media only screen and (max-width: 769px) {
  #popup1 .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 300px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }
}

@media only screen and (max-width: 464px) {
  #popup1 .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
    width: 300px;
    height: 625px;
    padding: 10px 20px;
    overflow: auto;
    background: #eee;
  }

  #popup1 {
    position: absolute;
    top: 3.5rem;
    left: 0rem;
    width: 100vw;
    height: 118vh;
    background: rgba(0, 0, 0, 0.75);
    display: none;
  }
}

#popup1 a.close-popup1 {
  position: absolute;
  top: -5px;
  right: 20px;
  font-size: 44px;
  font-weight: 500px;
  text-decoration: none;
}

#popup1:target {
  display: block;
}

/*=============== Footer ===============*/
footer {
  background-color: #8bd2d1;
  color: #2a2a69;
  height: 40%;
  width: 100%;
  padding: 3rem 5rem;
}

#social-icons {
  padding-top: 1rem;
}

.linkedin-icon {
  color: #134175;
  margin-top: 1rem;
}

.fa-5x {
  font-size: 3em;
}

.youtube-icon {
  color: red;
}

.copyright-text {
  font-size: 15px;
}

.subscribeNews {
  font-size: 13px;
}

.footer-text {
  text-align: start;
  font-family: Helvetica;
  font-size: 20px;
  line-height: 28.6px;
  letter-spacing: normal;
}

.link-text {
  color: #2a2a69;
}

.text-center {
  text-align: start;
  font-family: Helvetica;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: normal;
  margin-top: 6rem;
  margin-left: -48rem;
  margin-bottom: 3rem;
}

.footer-heading {
  font-family: "helvetica-w01-light, helvetica-w02-light, sans-serif";
  font-size: 22px;
  margin-bottom: 2rem;
  font-weight: lighter;
  text-align: start;
  line-height: 21px;
  letter-spacing: normal;
}

.contact-text,
.address-text {
  text-align: start;
  font-family: "helvetica-w01-light, helvetica-w02-light, sans-serif";
  font-size: 21px;
  line-height: 28.6px;
  letter-spacing: normal;
}

.text-lowercase1 {
  font-family: "helvetica-w01-light, helvetica-w02-light, sans-serif";
  font-size: 21px;
  text-align: start;
  line-height: 21px;
  letter-spacing: normal;
}

/*=============== FOOTER FORMS ===============*/
#news-form {
  background-color: #ffffff;
  color: #000000;
  margin: 0%;
  width: 100%;
  padding: 15px;
}

#form-content {
  margin: 0%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#form-inputs {
  width: 85%;
}

#fname,
#email {
  text-align: start;
  margin-bottom: 3%;
}

#submit {
  width: 46px;
  height: 90px;
  background-color: #000000;
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
}

#newsletter-checkbox {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
}

#newsletter-checkbox > input {
  width: 5%;
}

#newsletter-checkbox > label {
  margin: 0;
  opacity: 0.6;
}
