@media all and (min-width: 300px) and (max-width: 1200px) {
  .container .header .nav {
    display: none;
  }
  .container .header .nav a {
    display: none;
  }
  .container .header .sign-in {
    display: none;
  }
  .container .header #ham {
    display: block;
    font-size: 50px;
    color: white;
  }
  .container .custom-div #custom-div-h {
    font-size: 50px;
  }
  .container .custom-div #custom-div-p {
    font-size: 20px;
  }
  .container .after-img {
    flex-direction: column;
  }
  .container .after-img #contact-fo {
    width: 100%;
    margin-bottom: 4%;
  }
  .container .after-img #contact-fo .input-group {
    flex-direction: column;
  }
  .container .after-img #contact-fo .input-group #name, .container .after-img #contact-fo .input-group #email {
    width: 100%;
    margin-bottom: 4%;
  }
  .container .after-img #c-info {
    width: 100%;
  }
}
.f1 {
  width: 100%;
  height: 352px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #FFDD78;
}
.f1 #subfooter {
  width: 85%;
  display: flex;
  align-items: center;
}
.f1 #subfooter .subfooterfirst {
  width: 50%;
}
.f1 #subfooter .subfooterfirst h5 {
  color: var(--Text_Black, #000);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.f1 #subfooter .subfooterfirst h2 {
  color: var(--Text_Black, #000);
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
.f1 #subfooter .subfootersecond {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f1 #subfooter .subfootersecond input {
  width: 64%;
  height: 48px;
  padding-left: 1.5%;
  border-radius: 5px;
  border: 1px solid #DADADA;
  background: #FFF;
}
.f1 #subfooter .subfootersecond > button {
  width: 30%;
  border-style: none;
  height: 48px;
  background-color: #434CCC;
  color: white;
  color: #FFF;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 5px;
}

footer {
  background: rgb(245, 246, 252);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .f2 {
  width: 100%;
  height: 350px;
  padding: 0%;
  margin: 0%;
  margin: auto;
}
footer .f2part {
  width: 85%;
  display: grid;
  padding-top: 5%;
  padding-bottom: 4%;
  grid-template-areas: "fir sec thir fou" "fir sec thir fou";
  justify-content: space-around;
  margin: auto;
  gap: 12%;
}
footer .f2part .f2part div:nth-child(1) {
  grid-area: fir;
}
footer .f2part .f2part div:nth-child(2) {
  grid-area: sec;
}
footer .f2part .f2part div:nth-child(3) {
  grid-area: thir;
}
footer .f2part .f2part div:nth-child(4) {
  grid-area: fou;
}
footer .f2part .social-media > img {
  margin-right: 10px;
}
footer .form {
  display: flex;
  gap: 8%;
  align-items: center;
}
footer .form p {
  color: rgb(168, 169, 173);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer .form #data1 {
  color: #000;
  /* Text_Small */
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 200% */
}
footer .form #data2 {
  color: #000;
  /* Text_Small */
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 200% */
}
footer .form img {
  border-radius: 10px;
}
footer h4 {
  color: rgb(15, 15, 15);
  /* H4 */
  font-family: DM Serif Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}
footer .f2part > div > p {
  color: rgb(168, 169, 173);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer .f2part > div > h5 {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
footer #last-pt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #last-pt .cont {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

* {
  margin: 0%;
  padding: 0%;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container .header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #434ccc;
}
.container .header .nav {
  display: flex;
  width: 85%;
  align-items: center;
  gap: 5%;
  justify-content: space-between;
}
.container .header .nav h3 {
  color: var(--Text_White, #fff);
  font-family: DM Serif Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.container .header .nav nav {
  display: flex;
  justify-content: space-around;
  width: 28%;
  align-items: center;
  gap: 4%;
  margin-left: auto;
}
.container .header .nav nav a {
  color: #fff;
  font-family: DM Sans;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.container .header .nav .sign-in {
  width: 170px;
  height: 48px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  background-color: #434ccc;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.container .header .nav span {
  display: none;
}
.container .custom-div {
  width: 100%;
  height: 224px;
  background: #434ccc;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5%;
  justify-content: center;
  align-items: center;
}
.container .custom-div h1 {
  color: #fff;
  font-family: DM Serif Display;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
.container .custom-div p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.container .page-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  align-items: center;
  background-color: #f5f6fd;
  padding-top: 3%;
}
.container .page-body .location {
  position: relative;
  width: 85%;
  background: #f5f6fd;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .page-body .location img {
  width: 100%;
}
.container .page-body .location .location-png {
  position: absolute;
  width: 10%;
  top: 40%;
  left: 45%;
}
.container .page-body .after-img {
  display: flex;
  width: 85%;
  padding-bottom: 2.5%;
  justify-content: center;
  gap: 3%;
}
.container .page-body .after-img .contact-form {
  width: 74%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.container .page-body .after-img .contact-form > h2 {
  color: var(--Text_Black, #000);
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  /* 114.286% */
}
.container .page-body .after-img .contact-form .input-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .page-body .after-img .contact-form .input-group #name {
  height: 3rem;
  border-radius: 5px;
  border: 1px solid #dadada;
  background: #fff;
  width: 46%;
  border-radius: 5px;
}
.container .page-body .after-img .contact-form .input-group input {
  padding-left: 1%;
}
.container .page-body .after-img .contact-form .input-group #email {
  border-radius: 5px;
  border: 1px solid #dadada;
  background: #fff;
  width: 46%;
  height: 3rem;
}
.container .page-body .after-img .contact-form #message {
  height: 9rem;
  padding-left: 1%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.container .page-body .after-img .contact-form button {
  width: 20%;
  height: 3.1rem;
  flex-shrink: 0;
  border-radius: 5px;
  border-style: none;
  background: var(--Primary_1, #434ccc);
  color: #fff;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.container .page-body .after-img .info {
  width: 23%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.container .page-body .after-img .info h2 {
  color: var(--Text_Black, #000);
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 114.286% */
}
.container .page-body .after-img .info .shape {
  height: 3rem;
  display: flex;
  gap: 2%;
  align-items: center;
}
.container .page-body .after-img .info img {
  height: 3rem;
  margin-left: 0;
  margin-top: 0;
  margin-right: 1.75rem;
}
.container .page-body .after-img .info .para1 span {
  color: black;
  /* Text_Gray */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.container .page-body .after-img .info .para2 span {
  color: var(--Text_Black, #000);
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.container .page-body .after-img .info .para3 span {
  color: var(--Text_Black, #000);
  /* Text */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.container .page-body .after-img .logos {
  display: flex;
  width: 100%;
  gap: 4%;
}
.container .page-body .after-img .logos button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #434ccc;
  border-style: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

/*# sourceMappingURL=styles.css.map */
