@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
body {
  background: #ffffff;
  margin: 0%;
  font-family: "Bricolage Grotesque", sans-serif;
}

.navbar {
  padding: 2.4em;
}
.navbar .logosvg {
  width: 3em;
  height: auto;
}
.navbar nav {
  display: none;
}
.navbar .mobile-menu {
  width: 24px;
}
.navbar .container {
  display: flex;
  place-content: space-between;
}
.navbar .mobile-menu {
  cursor: pointer;
}

.introtext {
  padding: 0em 2.4em 0em 2.4em;
  justify-items: center;
}
.introtext h1 {
  font-size: 3em;
  font-weight: 600;
  margin: 0;
  color: #18166b;
}
.introtext p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}

.maintext {
  display: grid;
  align-items: center;
  gap: 2em;
  padding: 3em 0em;
}

.exp {
  width: 100%;
}

.img02 {
  width: 60%;
}

.img1 {
  display: flex;
  justify-content: center; /* Align items horizontally to the center */
}

.info_img {
  padding: 0em 2.4em;
}

.img01 {
  width: 100%;
  height: 50vh;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 1em;
}

.work_skill {
  display: flex;
  flex-wrap: wrap;
}

.work_exp {
  padding: 2em 2.4em 0em 2.4em;
}
.work_exp .area {
  font-size: 1.6em;
  font-weight: 500;
}
.work_exp .date {
  margin: 0;
  padding-bottom: 0.3em;
}
.work_exp .exp_item {
  padding-bottom: 1.5em;
}

.skill {
  padding: 0em 2.4em;
}
.skill .area {
  font-size: 1.6em;
  font-weight: 500;
}
.skill .sl {
  margin: 0;
  padding-bottom: 0.4em;
  color: #18166b;
  font-size: 1.25em;
}

.info_Content {
  color: #303046;
  padding: 2em 2.4em;
}
.info_Content .info_items {
  font-size: 2.6em;
  line-height: 1.5;
  color: #18166b;
  margin-top: 0em;
}
.info_Content .area {
  font-size: 1.6em;
  font-weight: 500;
}

#area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Use flex-start instead of start */
  gap: 4em;
}

.vc1 {
  margin: 0em;
  font-size: 1.25em;
  font-weight: 400;
  color: #18166b;
}

.vc2 {
  margin: 0em;
  font-weight: 300;
  font-size: 1em;
  padding-top: 0.5em;
}

.info1 {
  width: 100%; /* Set initial width to 100% */
  max-width: 21em; /* Use max-width instead of width for more flexibility */
  box-sizing: border-box;
}

.icon {
  width: 4em;
  margin-bottom: 1em; /* Use margin-bottom instead of padding-bottom */
}

.btn1 {
  width: 180px;
  height: 48px;
  background-color: #18166b;
  border: none;
  border-radius: 10em;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 200;
  cursor: pointer;
}

.btn1:hover {
  background-color: #f93943; /* Change background color on hover */
}

.btn2 {
  width: 180px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 10em;
  border: 1px solid #18166b;
  color: #18166b;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-weight: 200;
  cursor: pointer;
}

.btn2:hover {
  background-color: #f93943;
  color: #ffffff;
  border: none;
}

.downloadbtn {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
}

.get {
  padding-top: 2em;
}

.disclaimer {
  background-color: #f0f0ff;
  padding: 1.25em;
}

.dis_text {
  margin: 0;
  font-size: 1em;
  font-weight: 300;
  color: #18166b;
}

span {
  font-weight: 500;
}

iframe {
  width: 100%;
  height: 300%;
}

nav.menu-btn {
  display: block;
}

nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  right: 0;
  top: 0;
  background: white;
  height: 100vh;
  padding: 2em;
}
nav ul.primary-nav {
  margin-top: 4em;
  list-style-type: none;
}
nav li a {
  color: #303046;
  text-decoration: none;
  display: block;
  font-size: 1.6em;
  text-align: center;
  padding: 1em;
  padding-top: 1em;
  font-weight: 300;
}
nav li a:hover {
  color: #f93943;
}

.mobile-menu-exit {
  float: right;
  margin: 0.5em;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .mobile-menu,
  .mobile-menu-exit {
    display: none;
  }
  .navbar .container {
    display: grid;
    grid-template-columns: 180px auto;
  }
  .navbar nav {
    display: flex;
    justify-content: space-between;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul {
    display: flex;
  }
  .navbar nav a {
    color: #303046;
    font-size: 0.9em;
    padding-left: 3em;
    font-weight: 300;
  }
  .navbar nav a:hover {
    color: #f93943;
  }
  .navbar nav ul.primary-nav {
    margin: 0;
  }
  ul li.active a {
    color: #f93943;
  }
  .introtext {
    padding: 0em 8em 0em 8em;
    justify-items: center;
  }
  .introtext h1 {
    font-size: 5.5em;
    font-weight: 600;
    margin: 0;
  }
  .introtext p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4em;
  }
  .info_img {
    padding: 0em 8em;
  }
  .img01 {
    width: 100%;
    height: 50vh;
    padding-top: 1em;
  }
  .work_exp {
    padding: 2em 2em 0em 8em;
  }
  .skill {
    padding: 2em 8em 0em 8em;
  }
  .info_Content {
    padding: 2em 8em;
  }
  .new1 {
    display: none;
  }
  .dis_text {
    margin: 0;
    font-size: 1em;
    font-weight: 300;
    color: #18166b;
  }
}
@media only screen and (min-width: 1024px) {
  .maintext {
    display: flex;
    align-items: center;
    gap: 5em;
    padding: 3em 0em;
  }
  .img02 {
    width: 420px;
  }
  .img1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 488px) {
  .maintext {
    gap: 1em;
    padding: 1em 0em;
  }
  .img02 {
    width: 80%;
  }
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=info.css.map */