body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: white;
  }
  
  .image-container {
    position: relative;
    /* max-width: 1200px; */
    /* margin: auto; */
    overflow-x: hidden;
    overflow-y: auto;
  }

  .top-australia{
    display: flex;
    position: relative;
    flex-direction: row;
  }

  .top-australia .main-australia .logo-australia{
    position: relative;
    width: 100%;
    height: 10rem;
  }
  
  .logo-left {
    position: absolute;
    left: 0;
    height: 8rem;
  }
  
  .logo-right {
    position: absolute;
    right: 0;
    height: 8rem;
  } 
  
  .church {
    position: relative;
    width: 71vw;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }

  .side-australia {
    position: relative;
    width: 100%;
  }

  .side-australia .side-img1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 23vw;
    height: 23rem;
    object-fit: cover;
  }

  .side-australia .side-img2 {
    position: absolute;
    top: 75%;
    right: 0;
    width: 23vw;
    height: 10rem;
    object-fit: cover;
  }

  .gallery-australia{
    position: relative;
    width: 100%;
    height: 22rem;
  }

  .gallery-australia .gallery-img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
    height: 17rem;
    object-fit: cover;
  }
  .gallery-australia .gallery-img2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 14rem;
    object-fit: cover;
  }
  .gallery-australia .gallery-img3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
    height: 19rem;
    object-fit: cover;
  }

  .caption {
    position: relative;
    top: 0;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    min-width: 100%;
  }

  .donate-btn {
    position: absolute;
    top: -20px;
    right: 30%;
    background: #198754;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: bold;
    cursor: pointer;
  }

  /*
  .side-img1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 19vw;
    height: 23rem;
    object-fit: cover;
  }
  
  .side-img2 {
    position: absolute;
    top: 42%;
    right: 0;
    width: 19vw;
    height: 10rem;
    object-fit: cover;
  }
  
  .gallery-img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25vw;
    height: 35vh;
    object-fit: cover;
  }
  
  .gallery-img2 {
    position: absolute;
    bottom: 0;
    left: 27vw;
    width: 43vw;
    height: 30vh;
    object-fit: cover;
  }
  
  .gallery-img3 {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 28vw;
    height: 37vh;
    object-fit: cover;
  } */



  /******** Australia MODAL *****/
  #modalAustralia {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0!important;
    left: 0;
    z-index: 2;
    backdrop-filter: brightness(0.5);
}

.hideModal {
    opacity: 0 !important;
    display: none !important;
}

#modalAustralia .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 780px !important;
    height: auto;
    z-index: 5;
    display: block;
}

#modalAustralia .modal .modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#modalAustralia .modal .modal-header h4 {
    margin: 0;
    padding: 0;
}

#modalAustralia .modal .close {
    font-size: 2rem;
    cursor: pointer;
}

.noScroll {
    overflow-y: hidden;
    position: relative;
}


/**************** **********************/
.modalHighlight {
  border-radius: 7px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  top:0;
  position: absolute; }

  .modalHighlight .modal-dialog {
    top: 15%;}
  
  .modalHighlight .logo a img {
    width: 30px; }

  .modalHighlight .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; 
    background-color: #fff;}

    .modalHighlight .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      color: #fff;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
      .modalHighlight .modal-content .modal-body h2 {
        font-size: 18px; }

      .modalHighlight .modal-content .modal-body p {
        color: #777;
        font-size: 14px; }

      .modalHighlight .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }

      .modalHighlight .modal-content .modal-body .close-btn {
        color: #000; }

      .modalHighlight .modal-content .modal-body .promo-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; }

  .modalHighlight .main-content {
    padding-left: 20px;
    padding-right: 20px; }

  .modalHighlight .coupon {
    padding: 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 2px dashed #6c757d;
    margin-bottom: 20px; }

.modalHighlight .cancel {
  color: gray;
  font-size: 14px; 
}


  /******** FUND MODAL *****/
  #modalfund {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0!important;
    left: 0;
    z-index: 2;
    backdrop-filter: brightness(0.5);
}

.hideModal {
    opacity: 0 !important;
    display: none !important;
}

#modalfund .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px !important;
    height: auto;
    z-index: 5;
    display: block;
}

#modalfund .modal .modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#modalfund .modal .modal-header h4 {
    margin: 0;
    padding: 0;
}

#modalfund .modal .close {
    font-size: 2rem;
    cursor: pointer;
}

.noScroll {
    overflow-y: hidden;
    position: relative;
}


/**************** **********************/
.modalHighlight {
  border-radius: 7px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  top:0;
  position: absolute; }

  .modalHighlight .modal-dialog {
    top: 15%;}
  
  .modalHighlight .logo a img {
    width: 30px; }

  .modalHighlight .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; 
    background-color: #fff;}

    .modalHighlight .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      color: #fff;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
      .modalHighlight .modal-content .modal-body h2 {
        font-size: 18px; }

      .modalHighlight .modal-content .modal-body p {
        color: #777;
        font-size: 14px; }

      .modalHighlight .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }

      .modalHighlight .modal-content .modal-body .close-btn {
        color: #000; }

      .modalHighlight .modal-content .modal-body .promo-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; }

  .modalHighlight .main-content {
    padding-left: 20px;
    padding-right: 20px; }

  .modalHighlight .coupon {
    padding: 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 2px dashed #6c757d;
    margin-bottom: 20px; }

.modalHighlight .cancel {
  color: gray;
  font-size: 14px; 
}

  /******** FUND MODAL *****/
  #modalinst {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0!important;
    left: 0;
    z-index: 2;
    backdrop-filter: brightness(0.5);
}

.hideModal {
    opacity: 0 !important;
    display: none !important;
}

#modalinst .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px !important;
    height: auto;
    z-index: 5;
    display: block;
}

#modalinst .modal .modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#modalinst .modal .modal-header h4 {
    margin: 0;
    padding: 0;
}

#modalinst .modal .close {
    font-size: 2rem;
    cursor: pointer;
}

.noScroll {
    overflow-y: hidden;
    position: relative;
}


/**************** **********************/
.modalHighlight {
  border-radius: 7px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  top:0;
  position: absolute; }

  .modalHighlight .modal-dialog {
    top: 15%;}
  
  .modalHighlight .logo a img {
    width: 30px; }

  .modalHighlight .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 7px; 
    background-color: #fff;}

    .modalHighlight .modal-content .modal-body {
      border-radius: 7px;
      overflow: hidden;
      color: #fff;
      padding-left: 0px;
      padding-right: 0px;
      -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
      box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9); }
      .modalHighlight .modal-content .modal-body h2 {
        font-size: 18px; }

      .modalHighlight .modal-content .modal-body p {
        color: #777;
        font-size: 14px; }

      .modalHighlight .modal-content .modal-body h3 {
        color: #000;
        font-size: 22px; }

      .modalHighlight .modal-content .modal-body .close-btn {
        color: #000; }

      .modalHighlight .modal-content .modal-body .promo-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; }

  .modalHighlight .main-content {
    padding-left: 20px;
    padding-right: 20px; }

  .modalHighlight .coupon {
    padding: 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 2px dashed #6c757d;
    margin-bottom: 20px; }

.modalHighlight .cancel {
  color: gray;
  font-size: 14px; 
}
  