.contact-header {
  position: relative;
  background-image: linear-gradient(gold, rgb(80, 2, 80));
  width: 100%;
  height: 300px;
  padding: 5px 20px 20px 20px;
}

.contact-header .contact-heading {
  background-color: gold;
  margin: -10px 0px 0px 400px;
  color: rgb(80, 2, 80);
  height: 200px;
  width: 500px;
  border-radius: 50%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}

.contact-header .contact-heading h2 {
  padding: 60px 30px 30px 70px;
  font-size: 55px;
}

.contact-header .contact-heading:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

.contactbg {
  position: relative;
  width: 100%;
  height: 900px;
}

.contactbg .curved-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.contactbg .curved-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 125px;
}

.contactbg .curved-divider-top .shape-fill {
  fill: rgb(80, 2, 80);
}

.contactbg h3 {
  position: absolute;
  font-size: 30px;
}

.contactbg .phone {
  position: absolute;
  top: 350px;
  left: 450px;
  font-family: Georgia, serif;
  color: rgb(80, 2, 80);
}

.fa-whatsapp {
  padding: 5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px 7px;
  border-radius: 100%;
  background: #18f504;
  color: white;
}

.fa-envelope {
  text-align: center;
  text-decoration: none;
  margin: 0px 7px;
  font-size: 35px;
}

.contactbg .email {
  position: absolute;
  top: 450px;
  left: 400px;
  font-family: Georgia, serif;
  color: rgb(80, 2, 80);
}

.contactbg .curved-bottom-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.contactbg .curved-bottom-divider svg {
  position: relative;
  display: block;
  width: calc(134% + 1.3px);
  height: 184px;
}

.contactbg .curved-bottom-divider .shape-fill {
  fill: rgb(80, 2, 80);
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

  @media only screen and (max-width: 1024px) {
    .contact-header .contact-heading {
      margin: 0px 0px 0px 250px;
    }
  
    .contactbg img {
      width: 100%;
      height: inherit;
    }
  
    .contactbg .phone {
      left: 300px;
    }
  
    .contactbg .email {
      left: 220px;
    }
  }
  @media only screen and (max-width: 620px) {
    .contact-header {
      height: 180px;
      padding: 5px 20px 20px 20px;
    }
    
    .contact-header .contact-heading {
      margin: 40px 0px 0px 140px;
      height: 100px;
      width: 300px;
    }
    
    .contact-header .contact-heading h2 {
      padding: 30px 30px 30px 50px;
      font-size: 30px;
    }
    
    .contactbg {
      height: 400px;
    }
  
    .contactbg img {
      width: 100%;
      height: inherit;
    }
    
    .contactbg .curved-divider-top svg {
      width: calc(100% + 1px);
      height: 50px;
    }
    
    .contactbg .phone {
      top: 130px;
      left: 170px;
      font-size: 20px;
    }
    
    .fa-whatsapp {
      padding: 5px;
      width: 30px;
      margin: 0px 7px;
    }
    
    .fa-envelope {
      margin: 0px 7px;
      font-size: 20px;
    }
    
    .contactbg .email {
      top: 190px;
      left: 120px;
      font-size: 20px;
    }
    
    .contactbg .curved-bottom-divider svg {
      width: calc(134% + 1px);
      height: 50px;
    }
  }
@media only screen and (max-width: 412px) {
  .contact-header {
    height: 180px;
    padding: 5px 20px 20px 20px;
  }
  
  .contact-header .contact-heading {
    margin: -10px 0px 0px 30px;
    height: 100px;
    width: 300px;
  }
  
  .contact-header .contact-heading h2 {
    padding: 30px 0px 30px 0px;
    font-size: 30px;
    margin-left: 50px;
  }
  
  .contactbg {
    height: 400px;
  }

  .contactbg img {
    width: 100%;
    height: inherit;
  }
  
  .contactbg .curved-divider-top svg {
    width: calc(100% + 1px);
    height: 30px;
  }
  
  .contactbg .phone {
    top: 130px;
    left: 110px;
    font-size: 15px;
  }
  
  .fa-whatsapp {
    padding: 5px;
    width: 25px;
    margin: 0px 7px;
  }
  
  .fa-envelope {
    margin: 0px 7px;
    font-size: 17px;
  }
  
  .contactbg .email {
    top: 190px;
    left: 70px;
    font-size: 14px;
  }
  
  .contactbg .curved-bottom-divider svg {
    width: calc(134% + 1px);
    height: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .contact-header {
    height: 180px;
    padding: 5px 20px 20px 20px;
  }
  
  .contact-header .contact-heading {
    margin: -10px 0px 0px 15px;
    height: 100px;
    width: 300px;
  }
  
  .contact-header .contact-heading h2 {
    padding: 30px 0px 30px 0px;
    font-size: 28px;
    margin-left: 50px;
  }
  
  .contactbg {
    height: 400px;
  }

  .contactbg img {
    width: 100%;
    height: inherit;
  }
  
  .contactbg .curved-divider-top svg {
    width: calc(100% + 1px);
    height: 30px;
  }
  
  .contactbg .phone {
    top: 130px;
    left: 80px;
    font-size: 14px;
  }
  
  .fa-whatsapp {
    padding: 5px;
    width: 25px;
    margin: 0px 7px;
  }
  
  .fa-envelope {
    margin: 0px 7px;
    font-size: 17px;
  }
  
  .contactbg .email {
    top: 190px;
    left: 50px;
    font-size: 13px;
  }
  
  .contactbg .curved-bottom-divider svg {
    width: calc(134% + 1px);
    height: 30px;
  }
}