@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');



html {
    font-family: 'Quicksand', sans-serif;
    /* width: fit-content; */
    scroll-behavior: smooth;
}
body,header,section,footer {
    font-family: 'Quicksand', sans-serif;
}
header {
    z-index: 1000;
}
body,section,footer {
    z-index: 1;
}
.navbar-brand {
    font-weight: bolder;
}
.navbar-nav .nav-link.active {
    color: #000000;
    font-weight: bold;
}
.navbar-nav .nav-link {
    color: #5D5D5D;
}
section {
    width: 100%;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 0.1px;
}
section:nth-child(3) {
    background: #FAFAFA;
}
header {
    margin-bottom: 60px;
    background: #FFFFFF;
    z-index: 10000000000000;
    border-bottom: 1px solid red;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); */
}
nav {
    z-index: 1000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    /* border-bottom: 3px solid #D4D4D4; */
}
.hero {
    min-height: 80vh;
    min-width: 100%;
    overflow: hidden;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.text {
    margin-top: 70px;
    color: #FFFFFF;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 450px;
    
}
.hero a {
   background: #000000;
   color: #FFFFFF;
   border: 3px solid #FFFFFF;
   padding: 5px 20px;
   padding-right: 20px;
   border-radius: 70px;
   text-decoration: none;
}
button {
   background: #FFFFFF;
   color: #000000;
   border: 3px solid #FFFFFF;
   padding: 5px 20px;
   padding-right: 20px;
   border-radius: 70px;
}

.icon-right  {
    margin-left: 20px;
    color: #000000;
    font-weight: bolder;
}

.shadow-img {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 50px;
    margin-top: -20px;
}
.shadow-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-left: 1000px;
}
.contact-hero {
    /* z-index: 1; */
    margin-top: 50px;
}
.whatsapp {
    padding: 50px 0;
    position: relative;
}
.whatsapp .icon {
    position: absolute;
    top: -20px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
/* .contact {
    z-index: 1;
    background: #FAFAFA;
} */

.contact .form-container {
    width: fit-content;
}
.main-header form {
    margin-top: 50px;
}
.info {
    background: #F4F4F4;
    padding: 20px 70px;
    padding-bottom: 70px;
    border-radius: 10px;
}

.main-header a {
    text-decoration: none;
    color: #5F5F5F;
}
.main-header input[type=text] {
    width: 100%;
    padding: 2px 20px;
    margin: 8px 0;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    box-sizing: border-box;
  }

 .main-header textarea {
    width: 100%;
    height: 100px;
    margin: 8px 0;
    padding: 12px 0px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    resize: none;
  } 

  .main-header  .btn {
    margin-top: 10px;
    left: 0;
}
.main-header .btn button {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.contact .underline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-right: 200px;
  }
  .contact .underline span {
    width: 50px;
    height: 2px;
    background: #D4D4D4;
    border-radius: 3px;
  }


 .underline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-right: 200px;
  }
   .underline span {
    width: 50px;
    height: 2px;
    background: #D4D4D4;
    border-radius: 3px;
  }



.footer {
    width: 100%;
    background: #000000;
    padding: 50px 50px;
    color: #FFFFFF;
    font-size: 14px;
}
.footer a {
    text-decoration: none;
    color: #FAFAFA;
}
.footer a:hover {
    text-decoration: underline;
}
.icons a {
    margin-right: 15px;
}
.seconddiv {
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
}
.lastdiv {
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
}


hr {
    width: 100%;
    height: 2px;
    background: red;
}


@media only screen and (max-width: 600px) {
    .button {
        margin-top: 50px;
        
    }
    .section-three .box-container {
        margin-left: 0px;
    }
    .section-four .image {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .underline {
        margin-right: 160px;
      }
    .footer {
        padding: 50px 10px;
    }
    .seconddiv {
        display: flex;
        justify-content: start;
        /* align-items: flex-end; */
    }
    .lastdiv {
        display: flex;
        justify-content: start;
        /* align-items: flex-end; */
    }

  }