.join-button,
.login-button {
  font-size: 1rem;
  cursor: pointer;
}
.num b,
label {
  font-weight: 700;
}
.Trusted,
.bg {
  opacity: 100%;
}
* {
  margin: 0;
  padding: 0;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}
body {
  overflow-x: hidden;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #e1c001;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
nav {
  height: 6rem;
  width: 100vw;
  background-color: #000;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  position: fixed;
  z-index: 10;
}
.logo {
  padding: 6% 2%;
  text-align: center;
}
.logo p {
  color: #fff;
}
.logo img {
  height: auto;
  width: 11rem;
}
.nav-links {
  display: flex;
  list-style: none;
  width: 88vw;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}
.nav-links li a {
  text-decoration: none;
  margin: 0 0.4vw;
  letter-spacing: 0;
}
.nav-links li a:hover {
  color: #f2d430;
}
.nav-links li {
  position: relative;
}
.nav-links li a::before {
  display: block;
  height: 3px;
  width: 0%;
  background-color: #f2d430;
  position: absolute;
  transition: 250ms ease-in-out;
  margin: 0 0 0 10%;
}
.nav-links li a:hover::before {
  width: 80%;
}
.login-button {
  background-color: #f2d430;
  color: #000;
  border: none;
  padding: 38px 0.3rem;
  margin-right: -30px;
}
.login-button:hover {
  color: #131418;
  background-color: #f2f5f7;
  border: 1.5px solid #f2f5f7;
  transition: 350ms ease-in-out;
}
.join-button {
  color: #131418;
  background-color: #61dafb;
  border: 1.5px solid #61dafb;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
}
.heading1,
.heading2 {
  padding-left: 10vw;
  text-shadow: 2px 2px 4px #000;
}
.join-button:hover {
  color: #f2f5f7;
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  transition: 350ms ease-in-out;
}
.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7;
  margin: 5px;
  transition: 0.3s;
}
.hamburger,
.mobile {
  display: none;
}
@media screen and (max-width: 1300px) {
  nav {
    position: fixed;
    z-index: 3;
  }
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: 0.7s;
  }
  .nav-links {
    position: fixed;
    background: #131418e8;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: 1s ease-out;
    pointer-events: none;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li:first-child {
    transition: 0.5s 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: 0.5s 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: 0.5s 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: 0.5s 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: 0.5s 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: 0.5s 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    transition: 0.5s 1s;
    margin: 0;
  }
  li.fade {
    opacity: 2;
  }
  .home-background-image{
    height: 100% !important;
  }
  .heading2_div {
    position: relative !important;
    padding-top: 30% !important; 
    padding-left: 10% !important; 
  }
}
.email-signature5,
.footer-content,
.footer-wave-svg,
.heading1_div,
.num b {
  position: relative;
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  transition: 0.7s;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.bg {
  height: 670px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.address_,
.call_us {
  height: 80px;
  font-size: 15px;
}
.black-mail {
  color: #000;
}
.heading1_div {
  top: 150px;
}
.heading1 {
  color: #fff;
  font-size: 90px;
}
.heading2 {
  color: #fff;
  font-size: 37px;
  padding-top: 7px;
  font-family: avenir-lt-w01_35-light1475496, sans-serif !important;
  letter-spacing: 0;
}
.footer-call-to-action-button,
.footer-call-to-action-title,
.footer-menu-name {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 18px;
}
.heading2_div {
  color: #fff;
  padding-left: 700px;
  font-size: 35px;
  font-style: italic;
    padding-top: 160px;
}
.heading2_div > img {
  border: 4px solid #000100;
  border-radius: 10px;
  width: 70%;
  min-width: 236px;
}
.call_us {
  background-color: #000;
  width: 220px;
  padding-top: 35px;
  color: #fff;
  padding-bottom: 10px;
}
.call_us > .num > a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  margin: 0;
}
.num {
  padding-left: 20px;
}
.num b {
  bottom: 5px;
}
.call_div {
  display: flex;
  padding-left: 10vw;
  padding-top: 50px;
}
.address_ {
  background-color: #f2d430;
  width: 290px;
  padding-top: 35px;
  color: #000;
}
.better-future {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px 171px;
  border: none;
}
.index_form {
  padding: 50px;
}
.email-signature5 {
  background: rgba(255, 255, 255, 0.9);
  font-family: Poppins, sans-serif;
  padding: 20px 20px 5px 300px;
  border: 15px solid #fff;
  border-radius: 0 100px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  z-index: 1;
  width: 30%;
  margin: auto;
}
.button,
h5 {
  margin-bottom: 10px;
}
.email-signature5 .signature-icon {
  color: #fff;
  background-image: url(img/SIrHIP.webp);
  background-repeat: no-repeat;
  font-size: 100px;
  line-height: 200px;
  text-align: center;
  width: 270px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.email-signature5 .signature-icon:after,
.email-signature5 .signature-icon:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 100%;
  height: 110%;
  background-color: #476670;
  opacity: 0.15;
  transform: rotate(-3deg);
  transform-origin: top right;
  z-index: -1;
}
.email-signature5 .signature-icon:after {
  transform: rotate(-8deg);
}
input,
textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f1efc0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}
.button {
  background-color: #ff5a5f;
  color: #fff;
  padding: 12px 30px;
  font-size: 18px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}
.boder-icon,
.page-title {
  border-radius: 50px 0 0 50px;
}
.button:hover {
  background-color: #e74c4f;
}
.email-signature5 .signature-content {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  display: block;
}
.email-signature5 .signature-content li {
  color: #476670;
  font-size: 15px;
  font-weight: 300;
}
.email-signature5 .signature-content li:first-child {
  margin: 0;
}
.email-signature5 .title {
  color: #476670;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
.email-signature5 .post {
  color: #476670;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.email-signature5 .contact_icon {
  font-size: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.email-signature5 .contact_icon li {
  display: inline-block;
  margin: 0 5px;
}
.email-signature5 .contact_icon li .contact_a {
  color: #fff;
  background: linear-gradient(to right, #e1bf03, #f0de00);
  padding: 5px;
  transition: 0.3s;
}
.email-signature5 .contact_icon li .contact_a:hover {
  background-color: #476670;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .email-signature5 {
    padding: 180px 0 15px;
    border-width: 10px;
    width: 50%;
  }
  .email-signature5 .signature-icon {
    width: 100%;
    height: 150px;
    line-height: 150px;
  }
  .email-signature5 .signature-icon:after,
  .email-signature5 .signature-icon:before {
    height: 100%;
    transform: rotate(0);
    right: 0;
    top: auto;
    bottom: -8px;
  }
  .email-signature5 .signature-icon:after {
    bottom: -18px;
  }
  .email-signature5 .icon,
  .email-signature5 .signature-content {
    text-align: center;
  }
  .index_form {
    padding: 10px;
  }
  .call_div {
    padding-left: 20px;
  }
  .heading2,
  .num b {
    font-size: 4vw;
  }
  .black-mail,
  .call_us > .num > a {
    font-size: 3vw;
  }
  .address_ {
    width: 62%;
    padding-top: 20px;
  }
  .call_us {
    width: 36%;
    padding-top: 20px;
  }
  .heading1 {
    font-size: 5vw;
  }
  .bg {
    display: grid;
  }
  .num {
    padding-left: 5px;
  }
}
@media screen and (max-width: 450px) {
  .email-signature5 {
    padding: 180px 0 15px;
    border-width: 10px;
    width: 90%;
  }
  .heading1 {
    font-size: 60px !important;
  }
  .heading2 {
    font-size: 35px !important;
  }
}
.contaner {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.about,
.heading {
  height: 700px;
  display: flex;
  justify-content: center;
}
.about {
  width: 100%;
  align-items: center;
}
.heading {
  width: 45%;
  background-color: #edcd1f;
  align-items: center;
  font-size: 50px;
  color: #000;
}
.line-box,
.team-img-first {
  justify-content: center;
  display: flex;
}
.heading-contant {
  width: 55%;
  height: 93%;
  margin: 40px;
  font-size: 16px;
}
.line-box,
.team {
  width: 100%;
  text-align: center;
}
.heading-contant > p {
  padding-top: 10px;
  font-size: 18px;
}
.heading-contant > p > span {
  font-weight: 800;
  color: #edcd1f;
}
.line-box {
  align-items: center;
  font-size: 41px;
}
.HOUSE-DESIGN > h3 > span,
.line-box span {
  color: #edcd1f;
}
.Trusted {
  background-image: url("https://images.pexels.com/photos/1422292/pexels-photo-1422292.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px;
  font-size: 23px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
.home-background-image {
    background-image: url('img/jCDdnRbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    padding: 20px; /* Add padding to create space around tap targets */
}
.team {
  margin-bottom: 30px;
}
.team-text > h3 {
  font-size: 33px;
}
.team-text {
  padding: 20px;
  margin-top: 45px;
  color: #625c2c;
}
.team-img-first {
  align-items: center;
}
.team-img-first > div > img {
  width: auto;
  height: 195px;
  padding: 10px;
  margin: 40px 0;
  border-radius: 25px;
}
.team-img-second > div > img {
  border-radius: 25px;
  width: auto;
  height: 195px;
  margin: 40px auto;
}
.team-img-second {
  width: 95%;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-box {
  margin: 10px 0;
}
.HOUSE-DESIGN {
  background: #ececea;
  padding: 40px 10px;
}
.HOUSE-DESIGN > h3 {
  color: #000100;
  padding: 10px;
  margin: 30px 50px;
}
.HOUSE-DESIGN-IMG {
    text-align: center;
    padding: 20px;
}

.HOUSE-DESIGN-IMG > img {
    width: 20%; /* Adjust the width as needed */
    height: auto; /* Allow the height to adjust automatically based on the aspect ratio */
    max-width: 100%; /* Ensure the image does not exceed its container's width */
    aspect-ratio: 3/2; /* Set the desired aspect ratio (width/height) */
}

.COMPANY-OVERVIEW {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.COMPANY-OVERVIEW > h3 {
  padding: 30px 10px;
  color: #edcd1f;
}
.COMPANY-OVERVIEW > p {
  padding: 20px 10px;
}
.COMPANY-OVERVIEW > table {
  padding: 20px 64px;
}
th {
  text-align: start;
  margin: 10px;
  padding: 10px 20px 10px 10px;
  font-weight: 600;
}
.CENTER-TEXT,
.left-p,
.li {
  font-size: 18px;
  color: #685400;
}
.page-title,
.right-last-img {
  display: flex;
}
.last_p > p,
.second-bottom > p > span {
  font-weight: 700;
}
.MECHANICAL_div {
  background: #e1c001;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
}
.left {
  flex: 1;
  width: 50%;
  padding: 10px;
}
.left-h4 {
  padding-top: 100px;
  padding-left: 60px;
}
.center-img {
  width: 85%;
  height: auto;
  padding-top: 40px;
}
.center-img-2 {
  width: 100%;
  margin-top: 10px;
  margin-left: -133px;
  padding: 30px 10px;
}
.CENTER-TEXT {
  width: 60%;
  margin-left: 30%;
  text-align: justify;
  margin-top: 75px;
  margin-bottom: 30px;
}
.li {
  margin-left: 40px;
  padding: 3px;
}
.star-img {
  height: 30vw;
  width: auto;
}
.architecture_div > .first > .top_text,
.righr {
  width: 50%;
}
.center {
  flex: 13;
  margin-top: 50px;
}
.righr {
  flex: 13;
  padding: 10px;
  margin-top: 220px;
}
.page-title {
  align-items: center;
}
.page-title h1 {
  background-color: #ebd800;
  margin: 10px;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 23px;
}
.left-p {
  width: 85%;
  text-align: justify;
  margin: 10px 10px 10px 47px;
  padding: 10px 0;
}
.right-last-p {
  padding: 10px;
  font-size: 20px;
}
.righr-img {
  height: auto;
  margin-top: 10px;
}
.right-img {
  width: 90%;
  height: auto;
  margin-left: 25px;
}
.ELECTRICAL_div,
.architecture_div {
  background: #eacf06;
  width: 100%;
  height: 100%;
}
.ELECTRICAL_div {
  display: flex;
  padding: 10px;
}
.architecture_div {
  padding: 10px;
}
.top-pictures {
  align-items: center;
  width: 30%;
  gap: 20px;
}
.second-top-img-1,
.top-pictures > div > img {
  width: 100%;
  height: auto;
}
.architecture_div > .first {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.architecture_div > .first > .top-pictures {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.architecture_div > .second {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 10px;
  margin-top: 10px;
}
.second-bottom,
.second-center,
.second-top {
  width: 33.33%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.second-top > p {
  width: 60%;
  margin-left: 173px;
  text-align: end;
  padding: 5px 0;
}
.second-bottom > p,
.second-center > p,
.second-top > p > br {
  padding: 20px 0;
}
.second-top-img-2 {
  width: 90%;
  height: auto;
  padding: 2px;
  margin-left: 40px;
}
.second-center-img-1 {
  width: 100%;
  height: 800px;
}
.second-center-img-2 {
  width: 100%;
  height: 400px;
}
.second-center-img-3 {
  width: 100%;
  height: 200px;
}
.second-bottom-img-1 {
  width: 95%;
  padding: 0 10px 10px;
  height: 600px;
}
.second-bottom-img-2 {
  width: 95%;
  padding: 10px;
  height: 300px;
}
.second-bottom-img-3 {
  width: 95%;
  padding: 10px;
  height: 500px;
}
.construction_div {
  width: 100%;
  background: linear-gradient(to right, #e1bf03, #f0de00);
  color: #685400;
}
.last_p > p {
  text-align: center;
  padding: 50px;
  font-size: 28px;
}
.last_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  gap: 15px;
  padding: 20px;
}
.first_div > img,
.last_div > img {
  padding: 10px;
  width: 30%;
  aspect-ratio: 3/2;
}
.bottom_img {
  width: 50%;
  padding: auto;
}
.img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}
.img img {
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .img img {
    width: calc(25% - 20px);
  }
}
@media (min-width: 1200px) {
  .img {
    justify-content: space-between;
  }
  .img img {
    width: calc(20% - 20px);
  }
}
@media screen and (max-width: 800px) {
  .about {
    display: grid;
    height: 100%;
  }
  .heading-contant {
    width: 95%;
    padding: 10px;
    margin: 0;
    font-size: 4vw;
    height: 100%;
  }
  .Trusted p,
  .heading-contant > p {
    font-size: 4vw;
  }
  .heading {
    width: 100%;
    height: 300px;
  }
  .heading h1 {
    font-size: 17vw;
  }
  .line-box,
  .logo-title,
  .page-title h1 {
    font-size: 5vw;
  }
  .line-box h1 {
    padding: 45px 0;
  }
  .Trusted {
    padding: 30px;
    height: 100%;
  }
  .team-img-first,
  .team-img-second {
    display: grid;
    width: 100%;
  }
  .img-box {
    width: 90%;
    margin: 0 auto;
  }
  .img-box h3 {
    font-size: 6vw;
    letter-spacing: -1px;
    font-weight: 700;
  }
  .img-box h5 {
    font-size: 4vw;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
  }
  .team-img-first > div > img,
  .team-img-second > div > img {
    width: 90%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  .Trusted h1 {
    font-size: 7vw;
  }
  .team-text > h3 {
    font-size: 6vw;
  }
  .COMPANY-OVERVIEW > table,
  .architecture_div,
  .first_div > img {
    padding: 0;
  }
  th {
    font-size: 3vw;
  }
  .HOUSE-DESIGN > h3 {
    margin: 0;
  }
  .MECHANICAL_div {
    display: grid;
    padding: 0;
  }
  .page-title {
    width: 90%;
    margin-top: 160px;
  }
  .righr {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .li,
  .right-img {
    margin-left: 0;
  }
  .left-p {
    margin: 0;
    width: 100%;
  }
  .CENTER-TEXT {
    width: 90%;
    margin: 0;
  }
  .center {
    display: flex;
    width: 79%;
    margin: 0 auto;
    padding: 0;
  }
  .architecture_div > .first,
  .right-first {
    display: grid;
  }
  .architecture_div > .second {
    display: grid;
    margin: 0 auto;
  }
  .top-pictures > div > img {
    margin-top: 0;
  }
  .architecture_div > .first > .top-pictures,
  .architecture_div > .first > .top_text {
    width: 79%;
    margin: 0 auto;
  }
  .second {
    width: 79%;
  }
  .second-bottom,
  .second-center,
  .second-top {
    width: 100%;
  }
  .second-top-img-2 {
    margin-left: 0;
    width: 100%;
  }
  .second-top > p {
    text-align: start;
    margin-left: 0;
  }
  .last_p > p {
    font-size: 5vw;
    padding: 10px;
  }
  .last_div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .construction_div {
    width: 100%;
    margin: 0 auto;
  }
  .logos {
    width: 90%;
    margin-left: 0;
  }
}
.bottom,
.center-third,
.page-title,
.top {
  display: flex;
}
.top,
.top-first img {
  width: 100%;
  padding: 10px;
}
.contanier {
  width: 100%;
  height: 100%;
  background-color: #efdd01;
  color: #625c2c;
  padding: 30px 2px;
}
.top {
  height: 20%;
}
.top-first {
  width: 70%;
}
.top-first p {
  font-size: 24px;
  padding: 10px;
}
.top-second {
  width: 30%;
  padding-left: 151px;
  padding-top: 120px;
}
.page-title {
  align-items: center;
  background-color: #ffff01;
  height: 70px;
  width: 228px;
  margin-right: 100px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.page-title h3 {
  background-color: #efdb00;
  margin: 10px;
  padding: 15px 22px;
  border-radius: 50px;
}
.boder-icon {
  background-color: #efdb00;
  margin: 8px;
  padding: 5px;
}
.icon {
  font-size: 25px;
  padding: 0 5px;
  margin: 0 5px;
}
.center {
  width: 100%;
  height: 40%;
  padding: 20px;
}
span {
  font-weight: 900;
}
.center-second img {
  aspect-ratio: 3/2;
}
.center-second p {
  text-align: justify;
  padding: 20px 40px;
  font-size: 20px;
}
.center-first {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 30%;
}
.center-first img {
  height: 100%;
  width: 100%;
}
.center-second {
  width: 40%;
  text-align: center;
}
.center-third {
  width: 30%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: end;
}
.center-third img {
  height: 100%;
}
.bottom {
  width: 100%;
  height: 40%;
  padding: 20px;
}
.bottom-first {
  width: 35%;
  padding: 10px 5px;
  margin: 10px 5px;
}
.bottom-first img {
  width: 95%;
}
.bottom-second {
  width: 65%;
  padding: 2px 10px;
  margin: 5px 10px;
}
.bottom-second img {
  width: 100%;
  padding: 10px;
  margin: 5px;
}
.bottom-second p {
  width: 100%;
  padding: 8px;
  margin: 5px;
}
@media screen and (max-width: 800px) {
  .bottom,
  .center,
  .top {
    display: grid;
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  .bottom-first,
  .bottom-second,
  .center-first,
  .center-second,
  .center-third,
  .top-first {
    width: 100%;
  }
  .bottom-second img,
  .bottom-second p {
    margin: 0;
  }
  .bottom-second {
    padding: 0;
    margin: 0;
  }
}
.footer-call-to-action-link-wrapper a,
.footer-content-column ul li a,
.footer-copyright-link,
a {
  color: #fff;
  text-decoration: none;
}
.pg-footer {
  font-family: Roboto, sans-serif;
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 0;
  top: -1px;
  width: 100%;
}
.footer-wave-path {
  fill: #fffff2;
}
.footer-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 40px 15px 240px;
}
.footer-content-column {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  color: #fff;
}
.footer-logo-link {
  display: inline-block;
}
.footer-logo-link h1 {
  font-size: 18px;
}
.footer-menu {
  margin-top: 30px;
}
.footer-menu-name {
  color: #fffff2;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}
.footer-menu-list li {
  margin-top: 5px;
}
.footer-call-to-action-description {
  color: #fffff2;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
  background-color: #fffff2;
  color: #00bef0;
}
.button:last-of-type {
  margin-right: 0;
}
.footer-call-to-action-button {
  background-color: #027b9a;
  border-radius: 21px;
  color: #fffff2;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  padding: 12px 30px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}
.footer-call-to-action-title {
  color: #fffff2;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-call-to-action-link-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
.footer-social-links {
  bottom: 0;
  height: 54px;
  position: absolute;
  right: 0;
  width: 236px;
}
.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}
.footer-social-amoeba-path {
  fill: #353131;
}
.footer-social-link.linkedin {
  height: 26px;
  left: 3px;
  top: 11px;
  width: 26px;
}
.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}
.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}
.footer-social-icon-svg {
  display: block;
}
.footer-social-icon-path {
  fill: #fffff2;
  transition: fill 0.2s;
}
.footer-social-link.twitter {
  height: 28px;
  left: 59px;
  top: 1px;
  width: 28px;
}
.footer-social-link.youtube {
  height: 24px;
  left: 120px;
  top: 9px;
  width: 24px;
}
.footer-social-link.github {
  height: 34px;
  left: 172px;
  top: 10px;
  width: 34px;
}
.footer-copyright {
  background-color: #353131;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}
.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 650px;
    position: relative;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 600px;
    position: relative;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 600px;
    position: relative;
  }
}
@media (min-width: 760px) {
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 245px;
    position: relative;
  }
  .footer-wave-svg {
    height: 0;
  }
  .footer-content-column {
    width: 24.99%;
  }
}