body {
  padding: 0;
  margin: 0;
  font-family: "poppins";
  color: #464646;
}

a {
  text-decoration: none;
  color: unset;
}

.button1, .button2 {
  font-family: unset;
  height: 45px;
  min-width: 110px;
  border-radius: 40px;
  background-color: white;
  border: 0;
  padding: 0 30px;
}

.button2 {
  background: var(--Bluwigo, #0D4FF7);
  color: white;
}

.input-main {
  max-width: 100%;
  margin: 20px 0;
  font-size: 11px;
}
.input-main p {
  margin: 5px 0;
}
.input-main input, .input-main textarea {
  padding: 8px; /* Padding applied to top and bottom */
  padding-left: 10px; /* Additional padding to the left */
  padding-right: 10px; /* Additional padding to the right */
  width: calc(100% - 20px); /* Subtracting the total additional padding from the width */
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  outline: none;
  font-family: "poppins";
}

.input-main input:focus,
.input-main textarea:focus, select:focus {
  outline: 2px solid #4F46E5; /* Change the outline color when focused */
}

form {
  border-radius: 10px;
  padding: 30px;
  background-color: white;
}
form .header1 {
  margin-bottom: 5px;
}
form .cvr1 {
  margin: 20px 0;
}

.topmobile {
  display: none;
}

.first {
  background-color: #EAEEF6;
  border-bottom-left-radius: 500% 1000px;
  border-bottom-right-radius: 500% 1000px;
  overflow: hidden;
  height: 400px;
}
.first header {
  padding: 30px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first header img {
  width: 160px;
  top: 5.88px;
  gap: 0px;
  opacity: 0px;
}
.first header .center {
  height: 60px;
  width: 400px;
  border-radius: 40px;
  padding: 0 50px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first .down {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.first .down .cvr {
  font-size: 55px;
  display: inline-block;
  color: #0D4FF7;
}
.first .down .cvr .blue {
  display: inline-block;
  color: #252641;
}

.main {
  display: flex;
  justify-content: space-between;
  padding: 100px 250px;
  padding-bottom: 30px;
  margin-top: 120px;
  background-color: #0D4FF7;
  color: white;
}
.main .left {
  width: 45%;
}
.main .left .p1 {
  font-size: 35px;
  font-weight: bold;
}
.main .left .p2 {
  font-size: 11px;
  color: #d3d3d3;
  margin: 10px 0;
}
.main .left .cvr {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.main .left .cvr .p2 {
  margin: 0;
}
.main .left .cvr .right2 {
  margin-left: 15px;
}
.main .left .cvr .left2 {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1019607843);
}
.main .left .connect {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.main .left .connect .line {
  border-top: 1px solid rgb(255, 255, 255);
  width: 25px;
  margin-right: 10px;
}
.main .left .socials {
  display: flex;
}
.main .left .socials .left2 {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1019607843);
  margin-right: 10px;
}
.main .right {
  color: #252641;
  width: 400px;
}
.main .right .p1 {
  font-weight: bold;
}
.main .right .p2 {
  font-size: 12px;
  margin-top: 10px;
}
.main .right .cv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .right .cv .input-main {
  margin-bottom: 0;
  width: 48%;
}
.main .right .button2 {
  min-width: unset;
  font-size: 12px;
  padding: 8px 20px;
  height: unset;
}

footer {
  background-color: #252641;
  color: white;
}
footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 200px;
}
footer .top .left {
  font-weight: bold;
  width: 330px;
}
footer .top .left .p1 {
  font-size: 25px;
}
footer .top .left .button1, footer .top .left .button2 {
  font-size: 11px;
  margin-top: 20px;
  margin-right: 10px;
  padding: 0 20px;
  height: 30px;
  min-width: unset;
}
footer .top .left .button2 {
  background-color: rgba(76, 133, 255, 0.288);
}
footer .top .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top .right .cvr {
  width: 150px;
}
footer .top .right .cvr .p3 {
  font-size: 30px;
  font-weight: bold;
}
footer .top .right .cvr .p4 {
  font-size: 10px;
  color: #B7BAC7;
}
footer .bottom {
  color: #B7BAC7;
  display: flex;
  align-items: start;
  padding: 70px 200px;
  border-top: 1px solid #2e2f52;
  border-bottom: 1px solid #2e2f52;
}
footer .bottom .logo {
  width: 250px;
}
footer .bottom .logo img {
  width: 150px;
}
footer .bottom .logo .p1 {
  font-size: 11px;
}
footer .bottom .cvr {
  display: flex;
  margin-left: 100px;
}
footer .bottom .cvr .cat {
  font-size: 11px;
  margin-left: 30px;
}
footer .bottom .cvr .cat .top2 {
  color: white;
  margin-bottom: 10px;
}
footer .bottom .cvr .cat .p5 {
  margin-bottom: 7px;
}
footer .bottom .socials {
  display: flex;
  margin-top: 20px;
}
footer .bottom .socials .left2 {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1019607843);
  margin-right: 10px;
}
footer .p6 {
  font-size: 11px;
  color: #B7BAC7;
  padding: 20px 200px;
}

@media only screen and (max-width: 820px) {
  .topmobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    z-index: 1;
    position: fixed;
    padding: 20px;
    background-color: #EAEEF6;
  }
  .topmobile img {
    width: 120px;
  }
  .topmobile .button1, .topmobile .button2 {
    font-family: unset;
    height: 40px;
    min-width: 90px;
    border-radius: 40px;
    border: 0;
    padding: 0 20px;
  }
  .first {
    background-color: #EAEEF6;
    border-bottom-left-radius: 500% 1000px;
    border-bottom-right-radius: 500% 1000px;
    overflow: hidden;
    height: 200px;
  }
  .first header {
    padding: 30px 70px;
    display: none;
    align-items: center;
    justify-content: space-between;
  }
  .first header img {
    width: 160px;
    top: 5.88px;
    gap: 0px;
    opacity: 0px;
  }
  .first header .center {
    height: 60px;
    width: 400px;
    border-radius: 40px;
    padding: 0 50px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .first .down {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    margin-top: 100px;
  }
  .first .down .cvr {
    font-size: 30px;
    display: inline-block;
    color: #0D4FF7;
  }
  .first .down .cvr .blue {
    display: inline-block;
    color: #252641;
  }
  .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin-top: 120px;
    background-color: #0D4FF7;
    color: white;
  }
  .main .left {
    width: 100%;
    margin: 20px 0;
  }
  .main .left .p1 {
    font-size: 35px;
    font-weight: bold;
  }
  .main .left .p2 {
    font-size: 11px;
    color: #d3d3d3;
    margin: 10px 0;
  }
  .main .left .cvr {
    margin: 30px 0;
    display: flex;
    align-items: center;
  }
  .main .left .cvr .p2 {
    margin: 0;
  }
  .main .left .cvr .right2 {
    margin-left: 15px;
  }
  .main .left .cvr .left2 {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1019607843);
  }
  .main .left .connect {
    display: flex;
    align-items: center;
    font-size: 11px;
  }
  .main .left .connect .line {
    border-top: 1px solid rgb(255, 255, 255);
    width: 25px;
    margin-right: 10px;
  }
  .main .left .socials {
    display: flex;
  }
  .main .left .socials .left2 {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1019607843);
    margin-right: 10px;
  }
  .main .right {
    color: #252641;
    width: 400px;
  }
  .main .right .p1 {
    font-weight: bold;
  }
  .main .right .p2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .main .right .cv {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .right .cv .input-main {
    margin-bottom: 0;
    width: 48%;
  }
  .main .right .button2 {
    min-width: unset;
    font-size: 12px;
    padding: 8px 20px;
    height: unset;
  }
  footer {
    background-color: #252641;
    color: white;
  }
  footer .top {
    display: block;
    padding: 70px 20px;
  }
  footer .top .left {
    font-weight: unset;
    width: 330px;
  }
  footer .top .left .p1 {
    font-size: 25px;
  }
  footer .top .left .button1, footer .top .left .button2 {
    font-size: 11px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0 20px;
    height: 30px;
    min-width: unset;
  }
  footer .top .left .button2 {
    background-color: rgba(76, 133, 255, 0.288);
  }
  footer .top .right {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .top .right .cvr {
    width: 150px;
  }
  footer .top .right .cvr .p3 {
    font-size: 25px;
    font-weight: bold;
  }
  footer .top .right .cvr .p4 {
    font-size: 10px;
    color: #B7BAC7;
  }
  footer .bottom {
    color: #B7BAC7;
    display: block;
    align-items: start;
    padding: 70px 20px;
    border-top: 1px solid #2e2f52;
    border-bottom: 1px solid #2e2f52;
  }
  footer .bottom .logo {
    width: 250px;
  }
  footer .bottom .logo img {
    width: 150px;
  }
  footer .bottom .logo .p1 {
    font-size: 11px;
  }
  footer .bottom .cvr {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 30px;
  }
  footer .bottom .cvr .cat {
    font-size: 11px;
    margin-left: 0px;
  }
  footer .bottom .cvr .cat .top2 {
    color: white;
    margin-bottom: 10px;
  }
  footer .bottom .cvr .cat .p5 {
    margin-bottom: 7px;
  }
  footer .bottom .socials {
    display: flex;
    margin-top: 20px;
  }
  footer .bottom .socials .left2 {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1019607843);
    margin-right: 10px;
  }
  footer .p6 {
    font-size: 11px;
    color: #B7BAC7;
    padding: 20px 20px;
  }
}/*# sourceMappingURL=contact.css.map */