@font-face {
    src: url(Fonts/Futura-Bold-font.ttf);
    font-family: Futura;
}

* {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: black;
    font-family: Futura, sans-serif;
    scroll-behavior: smooth;
}
/* header */
.bg-img {
    width: 100%;
    height: 991px;
    position: static;
    background-image: url(Images/pexels-asphotograpy-224924.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tint {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(236, 100%, 7%, 0.452);
    z-index: 1;
}

.navbar {
    max-width: 80%;
    background-color: hsla(0, 0%, 0%, 0.623);
    height: 8vh;
    margin: auto;
    position: sticky;
    margin-top: 5.5rem;
    display: flex;
    align-items: center;
}

.navbar_menu {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.navbar_menu a {
    text-decoration: none;
    color: #fff;
}

#navbar_logo img{
    margin: 0;
    margin-top: 2rem;
    margin-left: 11.7rem;
    margin-bottom: -4.5rem;
    height: auto;
    width: 30%;
}

.navbar_menu a:hover {
    color: #828282;
}

.navbar_menu a:active {
    color: #e6e6e6;
}

.get_a_quote {
    border: none;
    background-color: hsl(208, 100%, 68%);
    height: 8vh;
    width: 15vh;
    cursor: pointer;
    transition: transform 0.5s;
}

.get_a_quote:active {
    background-color: hsl(208, 98%, 60%);
}

.home-page {
    display: inline-block;
    margin-left: 10%;
    margin-top: 12%;
}

.main-title {
    font-size: 5rem;
    color: #fff;
}

.home-page p {
    color: #fff;
}

.home-page-btn {
    display: flex;
    justify-content: start;
    padding: 3rem 0;
}

.home-page button {
    width: 23vh;
    height: 6vh;
    border-radius: 0;
}

.get-started {
    background-color: hsl(208, 100%, 68%);
    border: none;
    margin-right: 2rem;
    cursor: pointer;
    transition: transform 0.5s;
}

.get-started:hover {
    transform: translateY(-5px);
}

.get-started:active {
    background-color: hsl(208, 74%, 51%);
}

.contact-us {
    background-color: hsla(47, 90%, 55%, 0);
    border: 1.5px solid white;
    color: white;
    margin-left: 2rem;
    cursor: pointer;
    transition: transform 0.5s;
}

.contact-us:hover {
    transform: translateY(-5px);
}

.contact-us:active {
    background-color: hsl(0, 0%, 76%);
}

header h2 {
    margin-left: 5%;
    padding-top: 5rem;
    color: white;
    font-size: 5rem;
}

/* header */

/* get started quote section */

.Get_Started_Quote {
  background: #ffffff;
  padding: 30px;
  max-width: 100%;
  min-height: 50rem;
  margin: auto;
  color: white;
  font-family: sans-serif;
  margin-top: 5rem;
}

.Get_Started_Quote h2 {
  margin-bottom: 10px;
}

.Get_Started_Quote form {
  display: flex;
  flex-direction: column;
  margin-left: 15%;
  margin-right: 15%;
}

.Get_Started_Quote p {
    margin-top: 1%;
    margin-bottom: 2%;
    color: #777;
}

.row, .row2 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.checkboxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 1rem 1rem; 
    max-width: 100%; 
}

.checkboxes label {
    display: flex;
    align-items: left;
    font-size: 14px;
    gap: .5rem;
}

.input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.full-width {
  width: 100%;
}

.input-group label {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000000;
  margin-top: 2rem;
}

.input-group input,
.input-group textarea {
  border: none;
  border-bottom: 1px solid #555;
  background: transparent;
  color: rgb(0, 0, 0);
  padding: 8px 4px;
  font-size: 15px;
  outline: none;
  resize: none;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #777;
}

.Get_Started_Quote button {
  background-color: #f9b233;
  color: #000;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  align-self: flex-start;
  transition: 0.3s;
  border-radius: 1rem;
}

.Get_Started_Quote button:hover {
  background-color: #e0a220;
}

/* get started quote section */

/* footer */

.sub-footer {
    width: 100%;
    height: auto;
    margin: 0;
    background-image: url(Images/Construction.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1px;
    position: relative;
    
}
.footer-tint {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    justify-items: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.673);
    position: static;
    z-index: 3;
}

.footer-tint h5, .footer-tint p {
    color: #fff;
}

.footer {
    width: 100%;
    height: 3.5em;
    background-color: hsl(208, 83%, 39%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, auto));
    align-items: center;
}

.copyright {
    justify-self: start;
    margin-left: 10%;
}

.copyright p {
    color: #999;
}

.copyright b {
    color: yellow;
    font-weight: normal;
}

.icons {
    justify-self: end;
    margin-right: 10%;
}   

.icons i{
    font-size: 1.2rem;
    color: #fff;
    padding-left: .7rem;
    padding-right: .7rem;
}

.sub-footer-content h5 {
    font-size: 1.4rem;
}

.sub-footer-content p {
    color: #bbbbbb;
}

.sub-footer-content .aboutUs-descp {
    font-size: 1.2em
}


@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    height: auto;
    padding: 1rem 0;
  }

  .contact-us {
    margin-left: -2rem;
  }

  .navbar_menu {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .home-page {
    margin-left: 5%;
    margin-top: 20%;
    text-align: center;
  }

  .main-title {
    font-size: 2.5rem;
  }

  .home-page-btn {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .sub-footer-content {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
 }

  #navbar_logo img{
    margin: 0;
    margin-top: 2rem;
    margin-left: 2.5rem;
    margin-bottom: -4.5rem;
    height: auto;
    width: 70%;
 }

}

/* tablets view */

@media (max-width: 1024px) and (min-width: 769px) {
  .main-title {
    font-size: 4rem;
  }

  .home-page {
    margin-left: 8%;
  }


}
