/* contact us  */
body {
  background-color: #fff;
  /* cursor: none; */
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0%;
}

.main-c-con {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 112px;
  justify-content: space-around;
  /*height: calc(100vh - 112px);*/
  height: calc(100vh - 75px);
  /* overflow: hidden; */
  padding: 2%;
}

.main-c-con .left {
  padding-top: 30px;
  width: 60%;
  position: relative;
  margin-top: 64px;
}

.body {
  position: relative;
}

.main-c-con .right {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: end;
  /* padding: 30px 0px; */
  /* background-color: rgba(255, 255, 255, 0.7); */
  backdrop-filter: saturate(100%) blur(20px);
}

.glass-card {
  background: white;
  background: linear-gradient(to right bottom,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.2));
  backdrop-filter: blur(1rem);
  width: 60%;
  /* height: 60%; */
  /*height: 83%;*/
  height: 92%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.circle2 {
  top: -54px;
  right: 120px;
  background: white;
  background: linear-gradient(to right bottom,
      rgb(129 103 103 / 90%),
      rgba(255, 255, 255, 0.1));
}

.circle1 {
  background: linear-gradient(to right bottom,
      rgb(0 5 98 / 90%),
      rgba(255, 255, 255, 0.1));
}

.circle3 {
  border-radius: 77px;
  background: #d12828a8;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10vw;
  bottom: 101px;
  border: none;
}

.circle4 {
  border-radius: 77px;
  background: rgb(209 40 40 / 66%);
  width: 60px;
  height: 60px;
  position: absolute;
  right: 44vw;
  top: 30px;
  top: -54px;
  border: none;
}

/* contact us  */

input[type="text"],
input[type="email"],
input[type="number"] {
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.1rem;
  border-radius: 0px;
  background: transparent;
  border-bottom: 0.1rem solid rgb(36 36 36 / 35%);
  margin-top: 1rem;
  transition: border 0.3s ease 0s;
}

input {
  border: 0px;
  color: rgb(36 36 36 / 35%);
  padding: 5px 0px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  /* border: 1px solid #ccc;
  border-radius: 4px; */
  color: #6b6b6b;
  box-sizing: border-box;
  font-size: 20px;
}

.first-name {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea:placeholder {
  font-size: 22px;
}

input[type="submit"] {
  width: 100%;
  /* background-color: #2a3c92; */
  background-color: #f65204;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #2a3c92 !important;
}

.new_sidebar .row {
  justify-content: space-between;
}

.col-md-6 {
  width: 49%;
}

form {
  font-size: 17px !important;
  margin-top: 30px;
  color: #6b6b6b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: column;
  /*gap: 14px;*/
}

input[type="checkbox"] {
  margin: 0px 15px;
  height: auto;
}

input[type="checkbox"]:first-child {
  margin: 0px 15px;
  height: auto;
  margin-left: 0px;
}

textarea {
  margin-top: 20px;
  resize: none;
  border: none;
  border-bottom: 0.1rem solid rgb(36 36 36 / 35%);
  background: transparent;
}

/* w3 select  */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 96%;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  /* background-color: DodgerBlue; */
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 29px;
  right: 22px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #6b6b6b transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #6b6b6b transparent;
  top: 21px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  /* color: #ffffff; */
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border: 1px solid #ccc;

  overflow: hidden;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 17px !important;
  margin-top: 30px;
  color: #6b6b6b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.5;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 17px !important;
  margin-top: 30px;
  color: #6b6b6b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.5;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 17px !important;
  margin-top: 30px;
  color: #6b6b6b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
}

textarea:focus,
input:focus {
  outline: none;
}

.submit-btn {
  border: 2px solid #eec935;
  border-radius: 40px;
  background-color: transparent;
  color: #eec935;
  text-transform: uppercase;
  font-family: Circular, sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 400;
  padding: 13px 55px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out 0s, background-color 0.4s ease-in-out 0s;
  width: 50%;
}

.submit-btn:hover {
  color: #ffffff;
  background-color: #fde27b;
}

.headerr {
  color: #0000008a;

  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -0.075rem;
  max-width: 100%;
  margin-bottom: 20px;
  white-space: pre-wrap;
  font-weight: 700;
  display: block;
}

.main-c-con .desk {
  color: rgb(36 36 36 / 44%);

  /* font-size: 2.4rem; */
  font-size: 20px;
  line-height: 1.25;
  /* letter-spacing: 0.11rem; */
  max-width: 100%;
  margin-bottom: 3rem;
  /* white-space: pre-wrap; */
  display: block;
  width: 50%;
  margin-top: 10px;
}

.main-c-con .message {
  color: rgb(0 0 0 / 38%);

  margin-bottom: 5px;
  font-size: 18px;
  max-width: 100%;
  display: block;
  width: 50%;
}

.map {
  position: absolute;
  /* bottom: 0; */
  bottom: -51px;
  height: 62%;
  width: 100%;
  opacity: 0.5;
  left: -16%;
  background: url(../images/map.svg);
  background-repeat: no-repeat;
  background-size: auto;
}

.pin {
  position: absolute;
  left: 45%;
  top: 27%;
}

@media only screen and (max-width: 777px) {

  .select-items div,
  .select-selected {
    width: 90%;
  }

  .custom-select {
    position: relative;

    margin: 0;
    width: 100%;
  }

  .col-md-6 {
    width: 100%;
  }

  form .row {
    gap: 0 !important;
  }
}

/* location pin  */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container button {
  margin-bottom: 50px;
}

.pin-location {
  position: relative;
  width: 50px;
}

.pin-location .pin-location-icon {
  position: relative;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.21);
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: transform 0.2s ease;
}

.pin-location .pin-location-icon span {
  background: rgb(0, 120, 212);
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin-top: 4px;
  z-index: 4;
  color: #fff;
  font-size: 20px;
}

.pin-location .pin-location-icon:hover {
  transform: scale(1.2);
}

.pin-location .pin-location-icon:after {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}

.pin-location .wave {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #69bfbc;
  transition: 5s ease;
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 50%;
  margin-left: -17.5px;
}

.pin-location.is--active .wave-1 {
  animation: waves 2.5s linear;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
}

.pin-location.is--active .wave-2 {
  animation: waves 2.5s linear 0.7s forwards;
  animation-iteration-count: infinite;
}

.pin-location.is--active .wave-3 {
  animation: waves 2.5s linear 1.3s forwards;
  animation-iteration-count: infinite;
}

.pin-location.is--active .wave-4 {
  animation: waves 2.5s linear 1.9s forwards;
  animation-iteration-count: infinite;
}

@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

/* input {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
} */
/* Add this CSS to your stylesheet or within a <style> tag in the head of your HTML document */
.pin {
  position: relative;
  left: 0%;
  top: 12%;
}

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  padding-left: 10px;
} */
input,
textarea {
  font-family: Arial;
  color: #6b6b6b;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0.1rem;
}

.pin::before {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.pin:hover::before {
  opacity: 1;
}

/* location pin  */

#header {
  position: fixed;
  width: 100%;
  z-index: 3000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  top: 0;
  width: 93% !important;
}

@media only screen and (max-width: 777px) {


  .main-c-con .left,
  .main-c-con .message,
  .main-c-con .desk {
    width: 100%;
  }

  .main-c-con {
    flex-direction: column;
    height: auto;
    width: 92%;
    margin-bottom: 40px;
  }

  .first-name {
    flex-direction: column;
  }

  .main-c-con .right {
    width: 100%;
    background: none;
    backdrop-filter: none;
  }

  .main-c-con .left {
    height: 415px;
    margin-top: 0%;
  }

  .map {
    left: 0;
  }

  form {
    gap: 0px;
    width: 92%;
    margin: 30px auto;
  }

  main {
    margin-top: 91px;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 3000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    top: 0;
    width: 93% !important;
  }

  body {
    height: auto;
    overflow: scroll;
  }

  .submit-btn {
    width: 100%;
    margin-top: 25px;
    padding: 17px 55px;
  }

  .circle4 {
    display: none;
  }

  .circle2 {
    top: -177px;
  }

  .circle1 {
    right: -50px !important;
  }

  .glass-card {
    box-shadow: none
  }
}