#page-bg-img{
    height: 100%;
  /* The image used */
  background-image: url("../img/container-bg.jpg");

  /* Full height */
  height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-bg {
  display: flex;
  justify-content:space-evenly;
  align-items: center;
  background-color: transparent;
}

.page-bg-img {
  width: 20rem;
  height: 20rem;
  background-color: #67b0d1;
  position: relative;
  top: 5rem;
  border-radius: 50%;
}

.page-bg-img img {
  width: 19rem;
  height: 19rem;
  top: 0.5rem;
  left: 0.5rem;
  position: absolute;
  border-radius: 50%;
}

.page-heading {
  position: relative;
  top: 7.7rem;
  font-size: 5rem;
}

section {
  width: 100%;
  height: auto;
  background-color: #f5f9fa;
}

.page-content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0px;
}

.page-content-container img {
  position: absolute;
  bottom: 1.5rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 600;
  color: #2e454f;
  z-index: 1;
}

.page-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
}

.left-content {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;

}

.right-content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.right-content p {
  width: 90%;
  font-size: 17px;
  letter-spacing: 0.9px;
}

.about-bold{
  font-size:40px; 
  font-weight:500;
}

.image-shadow{
  width: 100%;
  display: flex;
  justify-content: center;
}

.image-shadow > img {
  width: 25rem;
  height: auto;
  border-radius: 5px;
}


#mobile-view{
  display: none;
}

#mobile-view-display{
  display: none;
}


@media (max-width: 1200px) {

  .about-bold{
    font-size: 25px;
    font-weight: 500;
  }

  #mobile-view{
    display: none;
  }
  #mobile-view-display{
    display: none;
  }

  .page-bg-img img {
    width: 14rem;
    top: 0.5rem;
    left: 0.5rem;
    height: 14rem;
    position: absolute;
    border-radius: 50%;
  }

  .page-bg-img {
    width: 15rem;
    height: 15rem;
    background-color: #67b0d1;
    position: relative;
    top: 4.5rem;
    border-radius: 50%;
  }

  .page-heading {
    position: relative;
    top: 6.7rem;
    font-size: 6rem;
  }

  .right-content p {
    width: 89%;
    font-size: 11.9px;
    letter-spacing: 0.9px;
  }

  .image-shadow > img {
    width: 18rem;
    height: 19rem;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}



@media (max-width: 976px) {

  .about-bold{
    font-size: 25px;
    font-weight: 500;
  }

  #mobile-view{
    display: none;
  }
  #mobile-view-display{
    display: none;
  }


  .page-bg-img img {
    width: 14rem;
    top: 0.5rem;
    left: 0.5rem;
    height: 14rem;
    position: absolute;
    border-radius: 50%;
  }

  .page-bg-img {
    width: 15rem;
    height: 15rem;
    background-color: #67b0d1;
    position: relative;
    top: 4.5rem;
    border-radius: 50%;
  }

  .page-heading {
    position: relative;
    top: 6.7rem;
    font-size: 6rem;
  }

  .right-content p {
    width: 85%;
    font-size: 14px;
    letter-spacing: 0.9px;
  }

  .image-shadow > img {
    width: 20rem;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

@media (max-width: 768px) {
  
  .about-bold{
    font-size: 18px;
    font-weight: 500;
  }

  #mobile-view{
    display: none;
  }

  #mobile-view-display{
    display: none;
  }
  

  .page-bg-img img {
    width: 14rem;
    top: 0.5rem;
    left: 0.5rem;
    height: 14rem;
    position: absolute;
    border-radius: 50%;
  }

  .page-bg-img {
    width: 15rem;
    height: 15rem;
    background-color: #67b0d1;
    position: relative;
    top: 4.5rem;
    border-radius: 50%;
  }


  .page-heading {
    position: relative;
    top: 6.7rem;
    font-size: 6rem;
  }

  .right-content p {
    width: 85%;
    letter-spacing: 0.9px;
    font-size: 12px;
  }

  .image-shadow > img {
    width: 18rem;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #forth-content-img{
    display: flex;
    justify-content: flex-start; 
  }

  #second-content-img{
    display: flex;
    justify-content: flex-start; 
  }
}

@media (max-width: 576px) {

  
  .about-bold{
    font-size: 25px;
    font-weight: 500;
  }

  #pc-view{
    display: none;
  }

  #mobile-view{
    display: none;
  }

  #pc-view-display{
    display: none;
  }

  #mobile-view-display{
    display: block;
  }

  .page-bg-img img {
    width: 11rem;
    top: 0.5rem;
    left: 0.5rem;
    height: 11rem;
    position: absolute;
    border-radius: 50%;
  }

  .page-bg-img {
    width: 12rem;
    height: 12rem;
    background-color: #67b0d1;
    position: relative;
    top: 5rem;
    border-radius: 50%;
  }

  .page-heading {
    position: relative;
    top: 6.8rem;
    font-size: 6rem;
  }

  .page-content {
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
  }

  .left-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .right-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

  }
  .right-content p {
    width: 70%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.9px;
  }

  .image-shadow > img {
    width: 15rem;
    height:auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #second-content-img{
    display: flex;
    justify-content: center; 
  }

  #forth-content-img{
    display: flex;
    justify-content: center; 
  }
}
/* @media (max-width: 500px) {
  .page-bg-img {
    width: 12rem;
    height: 12rem;
    background-color: #67b0d1;
    position: relative;
    top: 6rem;
    border-radius: 50%;
  }

  .page-heading {
    position: relative;
    top: 6.8rem;
    font-size: 6rem;
  }

  .page-content {
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
  }

  .left-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-content p {
    width: 70%;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.9px;
  }

  .image-shadow > img {
    width: 20rem;
    height: 20rem;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
} */

@media (max-width: 480px) {

  .about-bold{
    font-size: 20px;
    font-weight: 500;
  }

  #pc-view{
    display: none;
  }


  #mobile-view{
    display: none;
  }

  #pc-view-display{
    display: none;
  }

  #mobile-view-display{
    display: block;
  }

  .page-bg-img img {
    width: 7rem;
    top: 0.5rem;
    left: 0.5rem;
    height: 7rem;
    position: absolute;
    border-radius: 50%;
  }

  .page-bg-img {
    width: 8rem;
    height: 8rem;
    background-color: #67b0d1;
    position: relative;
    top: 7rem;
    border-radius: 50%;
  }

  .page-heading {
    position: relative;
    top: 7.5rem;
    font-size: 4rem;
  }

  .page-content {
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
  }

  .page-content-container img {
    position: absolute;
    bottom: 1.2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .left-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-content {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
  }
  .right-content p {
    width: 70%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.9px;
    margin-bottom: 80px;
  }

  .image-shadow > img {
    width: 15rem;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
