@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot');
  src: url('https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot?#iefix') format('embedded-opentype'),
    url('https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff2') format('woff2'),
    url('https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff') format('woff'),
    url('https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.ttf') format('truetype'),
    url('https://db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept') format('svg');
}

body {
  margin: 0;
}

/* Header */
.header {
  background: #a9d7ef;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 0px 80px;
}

.logo>img {
  width: 140px;
}

/* Body  */
.container-desktop {
  position: relative;
  overflow: hidden;
}

.title {
  width: 100%;
  margin: 0;
  color: #3d52d5;
  font-size: 64px;
  font-family: 'Acumin Variable Concept';
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

/* Section - 1 */
.section-one {
  width: 100%;
  min-height: 100vh;
  background: #a9d7ef;
  position: relative;
  padding-top: 42px;
}

.image-container {
  padding: 0 240px;
}

.image-body {
  opacity: 85%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  padding-top: 36px;
}

.content {
  font-family: 'Acumin Variable Concept';
  font-size: 18px;
  text-align: center;
  padding: 0px 40px;
}

.content-title {
  font-family: 'Acumin Variable Concept';
}

.get-in-touch {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.c-checkbox {
  display: none;
}

.c-checkbox:checked+.c-formContainer .c-form {
  width: 350px;
}

.c-checkbox:checked+.c-formContainer .c-form__toggle {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
}

.c-checkbox:checked+.c-formContainer .c-form__input,
.c-checkbox:checked+.c-formContainer .c-form__buttonLabel {
  transition: 0.2s 0.1s;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  background-color: #3d52d5;
}

.c-checkbox:not(:checked)+.c-formContainer .c-form__input:required:valid~.c-form__toggle::before,
.c-checkbox:checked+.c-formContainer .c-form__input:required:valid~.c-form__toggle::before {
  content: 'Thank You! \1F60A';
}

.c-checkbox:not(:checked)+.c-formContainer .c-form__input:required:valid~.c-form__toggle {
  pointer-events: none;
  cursor: default;
}

.c-formContainer,
.c-form,
.c-form__toggle {
  width: 160px;
  height: 50px;
}

.c-formContainer {
  position: relative;
  font-weight: 700;
}

.c-form,
.c-form__toggle {
  position: absolute;
  border-radius: 6.25em;
  background-color: #3d52d5;
  transition: 0.2s;
}

.c-form {
  left: 50%;
  transform: translateX(-50%);
  padding: 0.625em;
  box-sizing: border-box;
  box-shadow: 0 0.125em 0.3125em rgba(#000000, 0.3);
  display: flex;
  justify-content: center;
}

.c-form__toggle {
  color: #ffffff;
  top: 0;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Acumin Variable Concept';
}

.c-form__toggle::before {
  font-size: 18px;
  content: attr(data-title);
}

.c-form__input,
.c-form__button {
  font: inherit;
  border: 0;
  outline: 0;
  border-radius: 5em;
  box-sizing: border-box;
}

.c-form__input,
.c-form__buttonLabel {
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: 0s;
}

.c-form__input {
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 0.714em;
}

.c-form__input::placeholder {
  color: currentColor;
}

.c-form__input:required:valid {
  color: #ffffff;
}

.c-form__input:required:valid+.c-form__buttonLabel {
  color: #3d52d5;
}

.c-form__input:required:valid+.c-form__buttonLabel::before {
  pointer-events: initial;
}

.c-form__buttonLabel {
  color: #3d52d5;
  height: 100%;
  width: auto;
}

.c-form__buttonLabel::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: pointer;
}

.c-form__button {
  color: inherit;
  padding: 0;
  height: 100%;
  width: 5em;
  background-color: #ffffff;
  ;
}

/* Mobile screen style  */
.container-mobile {}

.image-body-mobile {
  opacity: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 45vh;
  border-radius: 2px;
  padding-top: 36px;
  position: relative;
}

.mobile-title {
  position: absolute;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Acumin Variable Concept';
  position: absolute;
  bottom: -24px;
  left: 12px;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  font-weight: 700;
  background-color: #3d52d5;
  padding: 12px 18px;
}

.content-mobile {
  background-color: #3C3744;
  font-family: 'Acumin Variable Concept';
  font-size: 18px;
  text-align: center;
  padding: 40px 40px;
  color: #ffffff;
}

.input_form_mobile {
  border-radius: 100px;
  padding: 12px 18px;
  font-family: 'Acumin Variable Concept';
  font-size: 18px;
}

.input_form_mobile_button {
  padding: 12px 18px;
  border-radius: 100px;
  font-family: 'Acumin Variable Concept';
  font-size: 18px;
  background-color: #3d52d5;
  color: #ffffff;
  font-weight: 500;
}

.get-in-touch-mobile {
  display: flex;
  justify-content: center;
}






@media screen and (max-width: 1024px) {
  .container-desktop {
    display: none;
  }

  .header {
    height: 60px;
    padding: 0px 40px;
  }

  .content-title {
    font-size: 24px;
  }
}


@media screen and (max-width: 767px) {
  .content-mobile {
    font-size: 14px;
  }

  .content-title {
    font-size: 24px;
  }

  .get-in-touch-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .input_form_mobile {
    /* width: 100%; */
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-mobile {
    font-size: 28px;
    height: 35vh;
    padding: 96px 40px;
  }

  .content-title {
    font-size: 42px;
  }

  .mobile-title {
    font-size: 42px;
    padding: 18px 28px;
  }

  .input_form_mobile {
    width: 270px;
  }
}

@media screen and (min-width: 1025px) {
  .container-mobile {
    display: none;
  }

  body {
    margin: 0;
    overflow: hidden;
  }
}