html {
  font-family: "Questrial", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

header li {
  list-style-type: none;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: var(--bg);
}

button,
input,
select,
textarea {
  outline: 0;
  font-family: "Questrial", sans-serif;
  padding: 0;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

  .blombos_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/blombos.webp");
  }

  .orchid_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/Orchid-Rln-Stilbaai-6-1.webp");
  }

    .vermeulen_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/b4823383-24bc-418e-96ba-c496ac5e9303.jpeg");
  }

  .duine_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/main.jpg");
  }
  .perdekuil_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/Perdekuil-St-Stilbaai-6-2-1.webp");
  }

    .coetzee_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/house-coetzee-2.jpg");
  }

    .kloof_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/house-kloofpark-03.jpg");
  }

      .platebosch_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/platebosch.jpeg");
  }

.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}

.itallic {
  font-style: italic;
}

@media only screen and (min-width: 1720px) {
  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 48px;
    max-width: 1680px;
  }

  .header_text_container {
    padding: 14rem 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .dark_section_full {
    width: 100%;
    height: 640px;
    justify-content: start;
    flex-wrap: wrap;
    display: flex;
  }

  .top_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
    height: 100%;
    max-width: 1680px;
  }

  .wrapper_reverse {
    width: 1680px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .wrapper {
    width: 1680px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .header_wrapper {
    width: 1680px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .top_bar {
    background-color: #009be8;
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    padding: 1rem 3rem;
    top: -65px;
    display: flex;
    align-items: center;
  }

  .top_bar_placer {
    width: 1280px;
    margin: auto;
    position: relative;
  }

  .top_bar_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flex_top_bar {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flex_services {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .small_heading {
    font-size: 18px;
    margin: 0.5rem 0;
    font-weight: 600;
    color: #1e1e1e !important;
    line-height: 1.4em;
  }

  .icon {
    width: 60px;
  }

  .text_container {
    width: calc(100% - 75px);
  }

  .white_text {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
    outline: 0;
  }

  .grey_section_top {
    padding: 12rem 0 6rem 0;
    width: 100%;
    background-color: #f8f8f8;
  }

  .bottom_bar_section {
    padding: 0.5rem 0;
    width: 100%;
    background-color: #fff;
  }

  .half_text_container {
    width: 840px;
    box-sizing: border-box;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .vertical_wrapper {
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse {
    width: calc(50% - 24px);
    height: 840px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .full_img_video {
    height: 360px;
    width: 100%;
    object-fit: cover;
  }

  .full_img {
    height: 580px;
    width: 100%;
    object-fit: cover;
  }


  .post_img_container {
    width: 100%;
    height: 295px;
  }
}

@media only screen and (min-width: 1320px) and (max-width: 1720px) {
  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 48px;
    max-width: 1280px;
  }

  .header_text_container {
    padding: 10rem 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .dark_section_full {
    margin-top: 4rem;
    width: 100%;
    height: 640px;
    justify-content: start;
    flex-wrap: wrap;
    display: flex;
  }

  .top_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
    height: 100%;
    width: 1280px;
  }

  .wrapper_reverse {
    width: 1280px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .wrapper {
    width: 1280px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .header_wrapper {
    width: 1280px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .top_bar {
    background-color: #009be8;
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    padding: 1rem 3rem;
    top: -65px;
    display: flex;
    align-items: center;
  }

  .top_bar_placer {
    width: 1280px;
    margin: auto;
    position: relative;
  }

  .top_bar_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flex_top_bar {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flex_services {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .small_heading {
    font-size: 18px;
    margin: 0.5rem 0;
    font-weight: 600;
    color: #1e1e1e !important;
    line-height: 1.4em;
  }

  .icon {
    width: 60px;
  }

  .text_container {
    width: calc(100% - 75px);
  }

  .white_text {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
    outline: 0;
  }

  .grey_section_top {
    padding: 12rem 0 6rem 0;
    width: 100%;
    background-color: #f8f8f8;
  }

  .bottom_bar_section {
    padding: 0.5rem 0;
    width: 100%;
    background-color: #fff;
  }

  .half_text_container {
    width: 640px;
    box-sizing: border-box;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .vertical_wrapper {
    width: calc(50% - 24px);
    height: 640px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse {
    width: calc(50% - 24px);
    height: 640px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .full_img_video {
    height: 360px;
    width: 100%;
    object-fit: cover;
  }

  .full_img {
    height: 520px;
    width: 100%;
    object-fit: cover;
  }

  .post_img_container {
    width: 100%;
    height: 295px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1320px) {
  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 48px;
    max-width: 1020px;
  }

  .header_text_container {
    padding: 9rem 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .dark_section_full {
    margin-top: 4rem;
    width: 100%;
    height: 680px;
    justify-content: start;
    flex-wrap: wrap;
    display: flex;
  }

  .half_text_container {
    width: 510px;
    box-sizing: border-box;
    padding: 0 2rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .post_img_container {
    width: 100%;
    height: 210px;
  }

  .top_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
    height: 100%;
    width: 1020px;
  }

  .wrapper_reverse {
    width: 1020px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .wrapper {
    width: 1020px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .header_wrapper {
    width: 1020px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .top_bar {
    background-color: #009be8;
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    padding: 1rem 3rem;
    top: -65px;
    display: flex;
    align-items: center;
  }

  .top_bar_placer {
    width: 1020px;
    margin: auto;
    position: relative;
  }

  .top_bar_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flex_top_bar {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .flex_services {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .small_heading {
    font-size: 18px;
    margin: 0.5rem 0;
    font-weight: 600;
    color: #1e1e1e !important;
    line-height: 1.4em;
  }

  .icon {
    width: 60px;
  }

  .text_container {
    width: calc(100% - 75px);
  }

  .white_text {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
    outline: 0;
  }

  .grey_section_top {
    padding: 10rem 0 6rem 0;
    width: 100%;
    background-color: #f8f8f8;
  }

  .bottom_bar_section {
    padding: 0.5rem 0;
    width: 100%;
    background-color: #fff;
  }

  .vertical_wrapper {
    width: calc(50% - 24px);
    height: 610px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse {
    width: calc(50% - 24px);
    height: 610px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .full_img_video {
    height: 360px;
    width: 100%;
    object-fit: cover;
  }

  .full_img {
    height: 420px;
    width: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1080px) {
  .home_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/main.jpg");
  }

  .about_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/about.jpg");
  }

  .service_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.45)
      ),
      url("../images/hoek.jpg");
  }


  .project_img{
    height: fit-content;
    width: 100%;
    object-fit: cover;
  }
  

  .drop_down_container:hover .nav_btnB {
    color: #009be8;
  }

  .drop_down_container:hover .drop_downB {
    fill: #009be8;
  }

  .drop_down_container_active .nav_btnB {
    color: #009be8;
  }

  .drop_down_container_active .drop_downB {
    fill: #009be8;
  }

  .drop_down_container {
    position: relative;
  }

    .dropdown_content {
    display: none;
  }

  .dropdown_content {
    position: absolute;
    background-color: #121921;
    top: 1rem;
    width: 160px;
    z-index: 5;
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.3);
  }

  .nav_btnB {
    color: #f8f8f8;
    font-size: 14px;
    margin: 0 1rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .drop_downB {
    height: 12px;
    fill: #f8f8f8;
  }

  .full_project_img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
  }
  
  .dropdown_btn {
    display: block;
    list-style: none;
    padding: 1rem;
    color: #f8f8f8;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  .dropdown_btn:hover {
    color: #009be8;
    cursor: pointer;
    text-decoration: none;
  }

  .drop_down_container:hover .nav_btn {
    color: #009be8;
  }

  .drop_down_container:hover .drop_down {
    color: #009be8;
  }

  .drop_down_container:hover .dropdown_content {
    display: block;
  }

  .dropdown_btn:hover {
    color: #009be8;
  }

  .drop_down_container:hover .nav_btnB {
    color: #009be8;
  }

  .drop_down_container:hover .drop_downB {
    fill: #009be8;
  }

  .sideNavBackground {
    display: none;
  }

  .sideNav {
    display: none;
  }
  .section {
    padding: 4rem 0;
  }

  .menu_btn {
    display: none;
  }

  .contact_text_container {
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .contact_button_container {
    width: 50%;
    text-align: center;
  }

  .blue_text {
    font-size: 32px;
    color: #009be8;
    font-weight: 600;
    margin: 0;
  }

  .semi_text {
    font-size: 24px;
    color: #1e1e1e;
  }

  .flx_50 {
    width: calc(50% - 18px);
  }

  .dark_bar {
    background-color: #0e74bc !important;
    padding: 3rem 0;
  }

  .section_full {
    margin-top: 4rem;
    width: 100%;
    height: 640px;
    justify-content: start;
    flex-wrap: wrap;
    display: flex;
  }

  .half_img_container {
    width: 50%;
    height: 100%;
  }

  .full_size_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main_header {
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .small_wrapper {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }

  .page_title {
    font-size: 56px;
    color: white;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    animation: 1s forwards fading_up;
  }

  .header_text {
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    margin: 2rem 0;
    opacity: 0;
    animation: 1s forwards fading_up;
  }

  .main_btn {
    background-color: #009be8;
    color: #ffffff;
    opacity: 0;
    animation: 1s forwards fading_up;
  }

  .top_mg {
    margin-top: 1rem;
  }

  .btn {
    transition: all 0.3s;
    width: 215px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
  }

  .btn:hover {
    transition: all 0.3s;
    background-color: #0292da;
    cursor: pointer;
  }

  .center_btn {
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    width: 215px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 1rem;
    background-color: #ffffff;
    color: #1e1e1e;
  }

  .center_btn:hover {
    transition: all 0.3s;
    background-color: rgb(233, 233, 233);
    cursor: pointer;
  }

  .center_btn_blue {
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    width: 240px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    background-color: #009be8;
    color: #fff;
  }

  .center_btn_blue:hover {
    transition: all 0.3s;
    background-color: #0292da;
    cursor: pointer;
  }

  .post_btn {
    transition: all 0.3s;
    background-color: #fff;
    width: 115px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    color: #009be8;
    border: 1px solid #009be8;
  }

  .post_btn:hover {
    transition: all 0.3s;
    background-color: #f8f8f8;
    cursor: pointer;
  }

  .bottom_btn {
    transition: all 0.3s;
    background: transparent;
    width: 195px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    color: #009be8;
    border: 4px solid #009be8;
  }

  .bottom_btn:hover {
    transition: all 0.3s;
    background-color: #009be8;
    color: #fff;
    cursor: pointer;
  }

  .section_heading_w {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin: 1rem 0;
  }

  .section_heading {
    font-size: 42px;
    color: #1e1e1e;
    font-weight: 600;
  }

  .section_heading_c_small {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 600;
    margin: auto;
    text-align: center;
  }

  .section_heading_c {
    font-size: 42px;
    color: #1e1e1e;
    font-weight: 600;
    margin: auto;
    text-align: center;
  }

  .section_heading_c_w {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin: auto;
    width: 1000px;
    text-align: center;
  }

  .basic_text__c_w {
    color: #fff;
    line-height: 2;
    font-size: 14px;
    margin: auto;
    text-align: center;
    width: 1000px;
  }

  .basic_text_c {
    color: #595959;
    line-height: 2;
    font-size: 14px;
    margin: auto;
    text-align: center;
    width: 1000px;
  }

  .basic_text_w {
    color: #fff;
    line-height: 2;
    font-size: 14px;
  }

  .basic_text {
    color: #595959;
    line-height: 2;
    font-size: 14px;
  }

  .sub_heading {
    font-weight: 600;
    margin: 0;
    color: #595959;
    font-size: 14px;
  }

  .post_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post_content {
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid #ebebeb;
  }

  .top_mg {
    margin-top: 2rem;
  }

  .main_footer {
    padding: 2rem 0;
    background-color: #121921;
  }

  .footer_container {
    width: 80%;
  }

  .footer_img {
    width: 50%;
  }

  .header {
    background-image: linear-gradient(
      0deg,
      rgba(18, 25, 33, 1) 0%,
      rgba(0, 0, 0, 1) 90%
    ) !important;
    width: 100%;
    height: 110px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .logo {
    height: 50px;
  }

  .nav_btn {
    color: #f8f8f8;
    font-size: 14px;
    margin: 0 1rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav_btn:hover {
    color: #0295ff;
    cursor: pointer;
  }

  .nav_btn_active {
    color: #0295ff;
    font-size: 14px;
    margin: 0 1rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }

  .contact_container {
    width: 1000px;
    margin: auto;
  }

  .grey_section {
    padding: 4rem 0;
    width: 100%;
    background-color: #f8f8f8;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 49%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    margin: 0.5rem 0;
  }

  .form_container {
    margin-top: 2rem;
  }

  .input,
  .textarea {
    background-color: #fff;
    border: none;
    color: #1e1e1e;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0.5rem 0 1.5rem 0;
    font-size: 14px;
    height: 45px;
    width: 100%;
    font-family: "Questrial", sans-serif;
  }

  .textarea {
    height: 75px;
  }

  .textarea::placeholder {
    color: #c4c4c4;
  }

  .show_img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  

#imgModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

#imgModal img {
  width: 55vw;
  height: 55vh;
  object-fit: cover;
  box-shadow: 0 0 15px #000;
}

#closeModal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
.full_height{
  height: fit-content;
}

}

@media only screen and (max-width: 1080px) {
  .home_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/main.jpg");
  }

  .about_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/about.jpg");
  }

  .service_header {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.45),
        rgba(0, 0, 0, 0.65)
      ),
      url("../images/hoek.jpg");
  }

  
  .project_img{
    width: 100%;
    object-fit: contain;
  }

  

  

#imgModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

#imgModal img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 0 15px #000;
}

#closeModal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

  .col-12ssm {
    grid-column: span 12;
  }

  .full_project_img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
  }

  .sideNavBackground {
    width: 0;
    position: fixed;
    z-index: 12;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    transition: 0.3s;
  }

  .sideNav {
    width: 0;
    position: fixed;
    z-index: 13;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1e2833 !important;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 0px 50px 5px rgba(0, 122, 246, 0.1);
    box-shadow: inset 4px 0 0 #009be8, 0 0px 50px 5px rgba(0, 122, 246, 0.1);
  }

  .sidenav_btn_nav {
    width: 100%;
    margin: 2rem 0 0 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .side_nav_btn {
    width: 60%;
    color: #fff;
    margin: 1rem 0 0 2rem;
    padding: 0.5rem;
    text-decoration: none;
    font-size: 14px;
    list-style: none;
    font-weight: 600;
  }

  .container {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    display: grid;
    grid-gap: 24px;
    max-width: 94%;
  }

  .small_hid {
    display: none;
  }

  .header_text_container {
    padding: 3rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .dark_section_full {
    padding: 2rem 0;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
  }

  .half_text_container {
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .post_img_container {
    width: 100%;
    height: 210px;
  }



  .top_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
    height: 100%;
    width: 94%;
  }

  .wrapper_reverse {
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column-reverse;
    margin: auto;
    align-items: center;
  }

  .wrapper {
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .header_wrapper {
    width: 94%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    align-items: center;
  }

  .top_bar {
    background-color: #009be8;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    align-items: center;
  }

  .top_bar_placer {
    width: 100%;
    margin: auto;
  }

  .top_bar_wrapper {
    width: 100%;
  }

  .flex_top_bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
  }

  .flex_services {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .small_heading {
    font-size: 16px;
    margin: 0.5rem 0;
    font-weight: 600;
    color: #1e1e1e !important;
    line-height: 1.4em;
  }

  .icon {
    width: 40px;
  }

  .text_container {
    width: calc(100% - 55px);
  }

  .white_text {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
    outline: 0;
  }

  .grey_section_top {
    padding: 2rem 0;
    width: 100%;
    background-color: #f8f8f8;
  }

  .bottom_bar_section {
    padding: 2rem 0 3rem 0;
    width: 100%;
    background-color: #fff;
  }

  .vertical_wrapper {
    width: 94%;
    margin: auto;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .vertical_wrapper_reverse {
    width: 94%;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin: auto;
    display: flex;
  }
  .full_img_video {
    width: 100%;
    object-fit: cover;
    height: 250px;
  }

  .full_img {
    width: 100%;
    object-fit: cover;
  }

  .section {
    padding: 2rem 0;
  }

  .menu_btn {
    height: 35px;
  }

  .contact_text_container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .contact_button_container {
    width: 100%;
    text-align: center;
  }

  .blue_text {
    font-size: 32px;
    color: #009be8;
    font-weight: 600;
    margin: 0;
  }

  .semi_text {
    font-size: 24px;
    color: #1e1e1e;
  }

  .flx_50 {
    width: 100%;
  }

  .dark_bar {
    background-color: #0e74bc !important;
    padding: 3rem 0;
  }

  .section_full {
    margin-top: 4rem;
    width: 100%;
    height: 640px;
    justify-content: start;
    flex-wrap: wrap;
    display: flex;
  }

  .half_img_container {
    display: none;
  }

  .full_size_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main_header {
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .small_wrapper {
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
  }

  .page_title {
    font-size: 8vw;
    color: white;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    animation: 1s forwards fading_up;
  }

  .header_text {
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    margin: 2rem 0;
    opacity: 0;
    animation: 1s forwards fading_up;
  }

  .main_btn {
    background-color: #009be8;
    color: #ffffff;
    opacity: 0;
    animation: 1s forwards fading_up;
  }

  .top_mg {
    margin-top: 1rem;
  }

  .btn {
    transition: all 0.3s;
    width: 215px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
  }

  .btn:hover {
    transition: all 0.3s;
    background-color: #0292da;
    cursor: pointer;
  }

  .center_btn {
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    width: 215px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 1rem;
    background-color: #ffffff;
    color: #1e1e1e;
  }

  .center_btn:hover {
    transition: all 0.3s;
    background-color: rgb(233, 233, 233);
    cursor: pointer;
  }

  .center_btn_blue {
    margin: auto;
    text-align: center;
    transition: all 0.3s;
    width: 240px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    background-color: #009be8;
    color: #fff;
  }

  .center_btn_blue:hover {
    transition: all 0.3s;
    background-color: #0292da;
    cursor: pointer;
  }

  .post_btn {
    transition: all 0.3s;
    background-color: #fff;
    width: 115px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    color: #009be8;
    border: 1px solid #009be8;
  }

  .post_btn:hover {
    transition: all 0.3s;
    background-color: #f8f8f8;
    cursor: pointer;
  }

  .bottom_btn {
    transition: all 0.3s;
    background: transparent;
    width: 195px;
    height: 55px;
    border: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    color: #009be8;
    border: 4px solid #009be8;
  }

  .bottom_btn:hover {
    transition: all 0.3s;
    background-color: #009be8;
    color: #fff;
    cursor: pointer;
  }

  .section_heading_w {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin: 1rem 0;
  }

  .section_heading {
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 600;
  }

  .section_heading_c_small {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 600;
    margin: auto;
    text-align: center;
    max-width: 94%;
  }

  .section_heading_c {
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 600;
    margin: auto;
    text-align: center;
    max-width: 94%;
  }

  .section_heading_c_w {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin: auto;
    max-width: 94%;
    text-align: center;
  }

  .basic_text__c_w {
    color: #fff;
    line-height: 2;
    font-size: 14px;
    margin: auto;
    text-align: center;
    max-width: 94%;
  }

  .basic_text_c {
    color: #595959;
    line-height: 2;
    font-size: 14px;
    margin: auto;
    text-align: start;
    max-width: 88%;
  }

  .basic_text_w {
    color: #fff;
    line-height: 2;
    font-size: 14px;
  }

  .basic_text {
    color: #595959;
    line-height: 2;
    font-size: 14px;
  }

  .sub_heading {
    font-weight: 600;
    margin: 0;
    color: #595959;
    font-size: 14px;
  }

  .post_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post_content {
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid #ebebeb;
  }

  .top_mg {
    margin-top: 2rem;
  }

  .main_footer {
    padding: 2rem 0;
    background-color: #121921;
  }

  .footer_container {
    width: 100%;
  }

  .footer_img {
    width: 50%;
  }

  .header {
    background-image: linear-gradient(
      0deg,
      rgba(18, 25, 33, 1) 0%,
      rgba(0, 0, 0, 1) 90%
    ) !important;
    width: 100%;
    height: 110px;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .logo {
    height: 50px;
  }

  .nav_btn {
    color: #f8f8f8;
    font-size: 14px;
    margin: 0 1rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav_btn:hover {
    color: #0295ff;
    cursor: pointer;
  }

  .nav_btn_active {
    color: #0295ff;
    font-size: 14px;
    margin: 0 1rem;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
  }

  .nav {
    display: none;
  }

  .contact_container {
    width: 94%;
    margin: auto;
  }

  .grey_section {
    padding: 2rem 0;
    width: 100%;
    background-color: #f8f8f8;
  }

  .wrapper_100 {
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flx_d_input {
    width: 49%;
  }

  .label {
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    margin: 0.5rem 0;
  }

  .form_container {
    margin-top: 2rem;
  }

  .input,
  .textarea {
    background-color: #fff;
    border: none;
    color: #1e1e1e;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0.5rem 0 1.5rem 0;
    font-size: 14px;
    height: 45px;
    width: 100%;
    font-family: "Questrial", sans-serif;
  }

  .textarea {
    height: 75px;
  }

  .textarea::placeholder {
    color: #c4c4c4;
  }
  .show_img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  
.full_height{
    width: 100%;
    height: auto;
    max-height: 100%; /* or another parent-based constraint */
    object-fit: cover;
}
}

.line_left {
  border: none;
  margin-left: 0;
  border-bottom: 4px solid #009be8;
  width: 80px;
}

.line {
  border: none;
  border-bottom: 4px solid #009be8;
  width: 80px;
}

.dark_section_full {
  background-color: #121921;
}

.link {
  text-decoration: none;
  color: #fff;
}

.link:hover {
  color: #fff;
  text-decoration: underline;
}

.grey_bar {
  background-color: #f8f8f8;
  padding: 1rem 0;
  width: 100%;
}

.fade,
.slide_left,
.slide_right {
  opacity: 0;
}
.fade_in_up {
  animation: 1s forwards fading_up;
}
.slide_in_left {
  animation: 1s forwards slideInLeft;
}
.slide_in_right {
  animation: 1s forwards slideInRight;
}
.grow_line,
.grow_line_left,
.grow_line_leftsm,
.grow_satify {
  width: 0;
}
.growing_line {
  animation: 1s forwards line_grow;
}
.grow_main_line_leftsm {
  animation: 1s forwards grow_leftsm;
}
.grow_main_line_left {
  animation: 1s forwards grow_left;
}
.satisfaction_grow {
  animation: 1s forwards satis_grow;
}
@keyframes maskMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fading_up {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes satis_grow {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes grow_leftsm {
  0% {
    width: 0;
  }
  100% {
    width: 110px;
  }
}
@keyframes float {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@keyframes hello {
  0% {
    left: -400%;
    top: 50%;
  }
  70% {
    left: -10%;
    top: 0;
    transform: rotate(-210deg);
  }
  100% {
    left: 20%;
    top: 0;
    transform: rotate(-360deg);
  }
}

.post_containerB{
  margin-bottom: 1rem;
}

.big_header_text{
  font-size: 18px;
}

.wrapper_c{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
