.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 8rem 0;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.7) 75%,
      #000 100%
    ),
    url("../assets/bg-contactus.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-color: #000;
}
.mobform {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 2rem 0;
}

.contact-section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5rem 0;
  /* background: url("../ dotmap.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto;
  background-color: black;
  /* mix-blend-mode: multiply; */
}
.contact-section p {
  margin-bottom: 5rem;
}

.backg {
  background-color: #000;
}
.row {
  margin-right: 0 !important;
}
.main2 {
  height: 90vh;
  width: 100%;
  background-color: #000;
}

.contact-form input {
  border: #59e677 3px solid;
  width: 90%;
  padding: 15px 20px;
  background-color: #000805;
  border-radius: 10px;
  margin: 0.5rem 0 !important;
  color: white;
}
@media (max-width: 734px) {
  .contact-form input {
    width: 100%;
    margin-bottom: 0.5rem !important;
  }
}
.submit-btn {
  padding: 0.5rem 1rem;
  background-image: linear-gradient(to right, #59e677, #19d3e1);
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  color: #000;
  font-family: "DINPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.lovetohear {
  color: #fff;
  font-family: "DINPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 29rem;
}

.getin {
  color: #59e677;
  font-family: "DINPro-SemiBold";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}
.weknow {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.part2 {
  margin-left: 50px;
  padding-top: 70px;
}

#email1 {
  height: 60px;
  background: linear-gradient(#000, #000) padding-box,
    linear-gradient(to right, #59e677, #19d3e1) border-box;
  border-radius: 15px;
  border: 1px solid transparent;
  font-size: 20px;
  display: block;
}

.sendme {
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 27.48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pagemap {
  width: 100%;
  height: 100vh;
  background-color: #141312;
}

.main3 {
  height: 70vh;
  width: 100%;
}
.ouroff {
  color: #59e677;
  font-family: "DINPro-Heavy";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.faqs {
  color: #59e677;
  font-family: "DINPro-Heavy";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.accordion {
  background-color: black;
  cursor: pointer;
  padding: 18px;
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-top: 2px solid #59e677;
  font-size: 25px;
  font-weight: 500;
  font-family: "DINPro-SemiBold";
  color: white;
}

.active,
.accordion:hover {
  color: #59e677;
}

.accordion:after {
  content: "\002B";
  color: #4d4d4d;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\00D7";
}

.panel {
  padding: 0 18px;
  background-color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 95%;
  font-size: 20px;
  font-weight: 500;
  font-family: "DINPro-Regular";
  color: white;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* Earth CSS */

body {
  background-color: #111;
}
#earth {
  width: 600px;
  height: 600px;
  background: url(https://web.archive.org/web/20150807125159if_/http://www.noirextreme.com/digital/Earth-Color4096.jpg);
  border-radius: 50%;
  background-size: cover;
  box-shadow: inset 8px 36px 80px 36px rgb(0, 0, 0),
    inset -6px 0 12px 4px rgba(255, 255, 255, 0.3);
  animation-name: rotate;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}
.page-section {
  padding: 5rem 0;
  background-color: #000;
}
.fombox {
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "DINPro-Medium";
  border-radius: 14px;
}

.circle {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background-color: transparent;
  animation: changeCircle 3s infinite;
  cursor: pointer;
  position: absolute;
  left: -1.5%;
  top: 14.3%;
  opacity: 0.7;
}

@keyframes changeCircle {
  0% {
    border: 2px solid #59e677;
    box-shadow: 0 0 10px rgba(89, 230, 119, 0.8),
      inset 0 0 10px rgba(89, 230, 119, 0.9);
  }
  25% {
    border: 1px solid #59e677;
    box-shadow: 0 0 50px rgba(89, 230, 119, 0.8),
      inset 0 0 50px rgba(89, 230, 119, 0.9);
  }
  50% {
    border: 1px solid #59e677;
    box-shadow: 0 0 50px rgba(89, 230, 119, 0.8),
      inset 0 0 50px rgba(89, 230, 119, 0.9);
  }
  75% {
    border: 2px solid #59e677;
    box-shadow: 0 0 10px rgba(89, 230, 119, 0.8),
      inset 0 0 10px rgba(89, 230, 119, 0.9);
  }
  100% {
    border: 3px dashed #59e677;
  }
}

@media only screen and (max-width: 450px) {
  .circle {
    top: 55px !important;
  }
}
@media only screen and (min-width: 451px) and (max-width: 640px) {
  .circle {
    top: 78px !important;
  }
}
@media only screen and (max-width: 767px) {
  .lovetohear {
    font-size: 16px;
    text-align: end;
    margin-top: 10rem;
  }
  .getin {
    font-size: 26px;
    text-align: end;
  }
  .weknow {
    font-size: 12px;
    text-align: end;
    margin-bottom: 2rem;
  }
  .masthead {
    padding: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.7) 75%,
        #000 100%
      ),
      url("../assets/contacmob.png");
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-color: #000;
    position: relative;
    top: 3rem;
  }
  .ouroff {
    font-size: 16px;
    text-align: center;
  }
  .faqs {
    font-size: 16px;
    margin-bottom: 2rem !important;
  }
  .accordion {
    font-size: 14px;
    padding: 12px;
  }
  .panel {
    font-size: 12px;
  }

  .fombox {
    background-color: rgba(255, 255, 255, 0.07);
    font-family: "DINPro-Medium";
    border-radius: 10px;
  }
  .submit-btn {
    margin-top: 25px;
    font-size: 16px;
  }
  .sendme {
    font-size: 20px;
  }
  .circle {
    position: relative;
    width: 71vw;
    height: 71vw;
    top: 107px;
    left: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lovetohear {
    font-size: 10px;
    text-align: end;
  }
  .getin {
    font-size: 24px;
    text-align: end;
  }
  .weknow {
    font-size: 10px;
    text-align: end;
    margin-bottom: 2rem;
  }
  .masthead {
    padding: 8rem 0;
    background-position: left;
    background-color: #000;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.7) 75%,
        #000 100%
      ),
      url("../assets/contacmob.png");
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-color: #000;
  }
  .ouroff {
    font-size: 24px;
    text-align: center;
  }
  .faqs {
    font-size: 24px;
  }
  .accordion {
    font-size: 18px;
    padding: 12px;
  }
  .panel {
    font-size: 16px;
  }

  .fombox {
    background-color: rgba(255, 255, 255, 0.07);
    font-family: "DINPro-Medium";
    border-radius: 14px;
  }
  .sendme {
    font-size: 24px;
  }
  .lapform {
    width: 70%;
    margin: auto;
  }
  .circle {
    width: 71vw;
    height: 71vw;
    left: 16%;
    top: 9%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1108px) {
  .masthead {
    background-size: contain;
  }
  .circle {
    width: 34vw;
    height: 34vw;
    top: 28%;
    left: 7%;
  }
}
@media only screen and (min-width: 1109px) and (max-width: 1244px) {
  .masthead {
    background-size: contain;
  }
  .circle {
    width: 34vw;
    height: 34vw;
    top: 26%;
    left: 7%;
  }
}
@media only screen and (min-width: 1245px) and (max-width: 1362px) {
  .masthead {
    background-size: contain;
  }
  .circle {
    width: 34vw;
    height: 34vw;
    top: 24%;
    left: 7%;
  }
}
@media only screen and (min-width: 1363px) and (max-width: 1439px) {
  .masthead {
    background-size: contain;
  }
  .circle {
    width: 34vw;
    height: 34vw;
    top: 21%;
    left: 7%;
  }
}
@media only screen and (min-width: 1521px) and (max-width: 1655px) {
  .circle {
    width: 38vw;
    height: 38vw;
    left: 1%;
  }
}
@media only screen and (min-width: 1656px) and (max-width: 1797px) {
  .circle {
    width: 35vw;
    height: 35vw;
    left: 6%;
  }
}
@media only screen and (min-width: 1798px) and (max-width: 1839px) {
  .circle {
    width: 33vw;
    height: 33vw;
    left: 8%;
  }
}
@media only screen and (min-width: 1840px) {
  .circle {
    width: 40rem;
    height: 40rem;
    left: 9rem;
    top: 6rem;
  }
  .lovetohear {
    margin-top: 33rem;
  }
}
