@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: myFirstFont;
  src: url(./AvenirNext.otf);
}
@font-face {
  font-family: regularNext;
  src: url(./AvenirNextLTPro-Regular.otf);
}

.regularfont {
  font-family: regularNext;
}

body {
  font-family: myFirstFont;
}

.header1 {
  min-height: 920px;
}
.desktopLogo {
  max-width: 200px;
}

body {
  background-color: #212529;
}

@media (max-width: 992px) {
  body {
    background-image: url("../img/linesBg.png");
    background-repeat: repeat;
    background-size: contain;
    background-color: black;
  }
  .bg_dark {
    background-color: black;
  }
}

.skewDiv {
  background-image: url(../img/skewBg.png);
  background-size: 100% 100%;
  width: 100%;
  min-height: 500px;
  padding-top: 15rem;
  padding-bottom: 50px;
}
.skewDiv2 {
  background-image: url(../img/skewBg2.png);
  background-size: 100% 100%;
  width: 100%;
  min-height: 200px;
  max-height: 300px;
  padding-top: 15rem;
  padding-bottom: 50px;
  margin-top:-1px;
  margin-bottom:90vh;
}

.innerContentSkew {
  min-height: 200px;
  /* background-color: red; */
}
.header_menu span {
  color: white;
  font-size: 25px;
  font-weight: 900;
}

.bulletCard {
  width: 100%;
  height: 100%;
  min-height: 200px;
  color: white;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}
.bulletCard2 {
  width: 100%;
  height: 100%;
  min-height: 200px;
  color: #1A1E21;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}

.bulletCard img {
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.3s ease-in-out;
}

.bulletCard:hover img {
  opacity: 1;
}

.inputWrapper {
  width: 100%;
  position: relative;
  min-height: 40px;
  border: 2px solid #23c9ed;
  border-radius: 30px;
}
.inputWrapper img {
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.inputWrapper input,
.inputWrapper textarea {
  width: 100%;
  height: 40px;
  border: none;
  background-color: transparent;
  color: white;
  outline: none;
  padding-left: 34px;
  padding-right: 10px;
  font-weight: bold;
}
.inputWrapper input::placeholder {
  color: white;
  font-weight: bold;
}

.inputWrapper textarea {
  width: 100%;
  min-height: 100px;
  border: none;
  background-color: transparent;
  color: white;
  outline: none;
  padding: 10px 30px;
  font-weight: bold;
  resize: none;
}
.inputWrapper textarea::placeholder {
  color: white;
}

.emailPic {
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 14px !important;
  left: 10px;
}

@media (max-width: 992px) {
  .emailPic {
    top: 13px !important;
  }
}

.downArrow {
  width: 100px;
}

.sendBtn {
  width: 90px;
  background-color: #23c9ed;
  border-radius: 30px;
  height: 40px;
  border: none;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease-in-out;
}

.sendBtn:hover {
  color: black;
}

.hrBar {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background-color: rgb(141, 141, 141);
}

.phone_Wraper {
  padding: 10px 15px;
  border: 2px solid #23c9ed;
  border-radius: 30px;
  width: fit-content;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  margin-top: 20px;
}
.phone_Wraper img {
  width: 25px;
}

.header_heading {
  margin-top: 310px;
  font-size: 3.5rem;
}
.person {
  max-height: 700px;
  position: absolute;
  right: 0;
  top: 230px;
  /* transform: translateX(145px); */
}

.abousUsBg {
  width: 100%;
  background-image: url("../img/text1.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.responsive_menu {
  width: 100%;
  min-height: 100px;
}

.MenuImg {
  width: 20px;
  object-fit: contain;
}

.circleImg {
  width: 300px;
  position: absolute;
  top: -30%;
  right: -25%;
  display: none;
}

.sticker1 {
  position: absolute;
  width: 160px;
  left: 0;
  top: 0;
  rotate: -5deg;
}

.sticker2 {
  position: absolute;
  width: 150px;
  right: 0;
  top: 0;
  rotate: 15deg;
}

.sticker3 {
  position: absolute;
  width: 150px;
  left: 20px;
  top: 130px;
  rotate: -15deg;
}

.sticker4 {
  position: absolute;
  width: 160px;
  left: 20%;
  top: 230px;
  rotate: 15deg;
}

.sticker5 {
  position: absolute;
  width: 160px;
  right: 0%;
  top: 140px;
  rotate: 3deg;
}

.responsive_active_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: black;
}

.port-next,
.port-prev {
  border: none;
  background-color: transparent;
  font-size: 30px;
  color: white;
  margin: 20px;
}
.port-next {
  color: #23c9ed;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.mt150 {
  margin-top: 150px;
}

.white_plus_1 {
  position: absolute;
  left: 15%;
  top: 30%;
  animation: blink 2s infinite;
}
.white_plus_6 {
  position: absolute;
  right: 35%;
  top: 65%;
  animation: blink 2.8s infinite;
}
.blue_plus_1 {
  position: absolute;
  right: 15%;
  top: 30%;
  animation: blink 3s infinite;
}
.blue_plus_2 {
  position: absolute;
  right: 18%;
  top: 90%;
  animation: blink 2.5s infinite;
}
.blue_plus_4 {
  position: absolute;
  left: 20%;
  top: 105%;
  z-index: 100;
  animation: blink 2.5s infinite;
}
.blue_plus_5 {
  position: absolute;
  left: 18%;
  top: 140%;
  z-index: 100;
  animation: blink 1.5s infinite;
}

#menu_opener {
  z-index: 50;
}

.activeMenuItems span {
  color: white;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .circleImg {
    width: 250px;
    position: absolute;
    top: 0%;
    /* rotate: 10deg; */
    right: -7px;
    display: block;
  }
}
