@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

body {
  font-family: "DM Sans", sans-serif;
}

.con-body {
  width: 100%;
  margin: auto;
}

.cnote {
  width: 90%;
  margin: auto;
}

.cbtn {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px) {
  html{
    position: relative;
  }
  
  html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../Images/contact/bg-con.jpg") no-repeat center center/cover;
    filter: brightness(0.5);
    z-index: -1;
  }

  .mm {
    display: none;
  }

  .md {
    width: 90%;
    margin: auto;
    color: white;
    margin-top: 10vh;
    margin-bottom: 40px;
  }
    #registered-address{
    width: 80%;
    margin: auto;
  }

  #registered-address p {
    margin-left: 15%;
    line-height: 1.5;
    font-size: 1.3rem;

  }
   #registered-address p strong {
   font-size: 1.5rem;
  }
  table {
    width: 100%;
  }

  th {
    width: fit-content;
    font-size: 1.5em;
    text-align: right;
    height: 50px;
  }

  td {
    font-size: 1.35em;
    padding-left: 10px;
  }

  .cbtn {
    position: fixed;
    bottom: 0;
    margin-bottom: 1.5vh;
    margin-left: 5%;
  }

  .cbb {
    width: 20%;
    margin-bottom: 3vh;
  }
  .cbb a {
    color: white;
    padding: 10px 15px;
    background-color: rgb(126, 33, 33);
    font-size: 3vh;
    border-radius: 40px;
  }


}

@media screen and (max-width: 1000px) {
    html{
    position: relative;
  }
  
  html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../Images/contact/bg-con-mob.jpg") no-repeat center center/cover;
    filter: brightness(0.5);
    z-index: -1;
  }

  .md {
    display: none;
  }

  .mm {
    line-height: 1.5;
    width: 90%;
    margin: auto;
    color: white;
    font-size: 4.3vw;
    margin-bottom: 5vh;
  }

  .mcmc {
    width: 85%;
    margin-left: 15%;
  }

  .cbb {
    width: 45%;
    margin-bottom: 3vh;
    text-align: center;
  }

  .cbb a {
    color: white;
    padding: 10px 15px;
    border-radius: 40px;
    background-color: rgb(117, 26, 26);
    font-size: 4.5vw;
    min-width: 80%;
    display: inline-block;
  }
}
