@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Caveat:wght@400;500&family=DM+Sans:wght@400;500;700&family=Dancing+Script:wght@700&family=Lobster&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+Lao:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Caveat:wght@400;500&family=DM+Sans:wght@400;500;700&family=Dancing+Script:wght@700&family=Lobster&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Space+Grotesk:wght@600;700&display=swap");
.header {
  width: 100%;
  background-color: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  width: 164px;
  height: 24px;
}
.header .container .navBar .navList {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
}
.header .container .navBar .navList .navItem {
  width: 62px;
  height: 16px;
}
.header .container .navBar .navList .navItem a {
  color: #2e3036;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

@media (max-width: 912px) {
  .header {
    width: 100%;
    background-color: #fff;
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 36px 36px 20px;
  }
  .header .container .logo {
    width: 164px;
    height: 24px;
  }
  .header .container .navBar .navList {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px !important;
  }
  .header .container .navBar .navList .navItem {
    width: auto !important;
    height: 16px;
  }
  .header .container .navBar .navList .navItem a {
    color: #2e3036;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 628px) {
  .header {
    width: 100%;
    background-color: #fff;
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .container .logo {
    width: 164px;
    height: 24px;
  }
  .header .container .navBar .navList {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
  }
  .header .container .navBar .navList .navItem {
    width: 42px;
    height: 16px;
  }
  .header .container .navBar .navList .navItem a {
    color: #2e3036;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 546px) {
  .header {
    width: 100%;
    background-color: #fff;
  }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .container .logo {
    width: 164px;
    height: 24px;
  }
  .header .container .navBar .navList {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
  }
  .header .container .navBar .navList .navItem {
    width: 42px;
    height: 16px;
  }
  .header .container .navBar .navList .navItem a {
    color: #2e3036;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

a{
  color: #222;
}

.container {
  padding: 56px 48px 56px 48px;
}

.home {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.home .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home .container .mainContent {
  width: 100%;
  padding-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home .container .mainContent .homeContent {
  width: 100%;
}
.home .container .mainContent .homeContent .titleTop .homeTitle {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
}
.home .container .mainContent .homeContent .titleTopsecond .homeTitle {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
}
.home .container .mainContent .homeContent .titleMedium .homeTitle {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
}
.home .container .mainContent .contactBtn {
  width: 222px;
  height: 84px;
  background: #fe652c;
  border-radius: 56px;
  padding: 32px 72px 32px 72px;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.home .container .homeText {
  width: 100%;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 30px 48px 30px 0;
}
.home .container .homeText a {
  color: #2e3036;
  font-weight: bold;
}
.home .container .secondBtn {
  width: 222px;
  height: 84px;
  background: #fe652c;
  border-radius: 56px;
  padding: 32px 72px 32px 72px;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.home .container .navListSecond {
  display: none;
  align-items: center;
  justify-content: space-around;
  padding: 24px 26px;
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: 0;
  height: 64px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 0 auto;
  width: 90%;
}
.home .container .navListSecond .navItem {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  z-index: 1000;
}

@media (max-width: 1180px) {
  .home {
    width: 100%;
    background-color: #fff;
  }
  .home .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .home .container .mainContent {
    padding-top: 50px !important;
    display: flex;
    flex-direction: column;
  }
  .home .container .mainContent .homeContent {
    width: 100%;
    padding: 25px 0;
  }
  .home .container .mainContent .homeContent .titleTop {
    display: none;
  }
  .home .container .mainContent .homeContent .titleTop .homeTitle {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
  }
  .home .container .mainContent .homeContent .titleMedium .homeTitle {
    width: 849px;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
  }
  .home .container .mainContent .contactBtn {
    display: none;
  }
  .home .homeText {
    width: 100%;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 0 48px 0 48px;
  }
}
@media (min-width: 1180px) {
  .home {
    width: 100%;
    background-color: #fff;
  }
  .home .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .home .container .mainContent {
    width: 100%;
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .home .container .mainContent .homeContent {
    width: 100%;
  }
  .home .container .mainContent .homeContent .titleTop .homeTitle {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
  }
  .home .container .mainContent .homeContent .titleTopsecond {
    display: none;
  }
  .home .container .mainContent .homeContent .titleTopsecond .homeTitle {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
  }
  .home .container .mainContent .homeContent .titleMedium .homeTitle {
    width: 849px;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
  }
  .home .container .homeText {
    width: 100%;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 30px 48px 30px 0;
  }
  .home .container .secondBtn {
    display: none;
  }
}
@media (max-width: 912px) {
  .home {
    width: 100%;
    background-color: #fff;
  }
  .home .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 36px 20px 30px 20px;
  }
  .home .container .mainContent {
    display: flex;
    flex-direction: column;
  }
  .home .container .mainContent .homeContent {
    width: 100%;
    padding: 25px 0;
  }
  .home .container .mainContent .homeContent .titleTop .homeTitle {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
  }
  .home .container .mainContent .homeContent .titleTopsecond .homeTitle {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
  }
  .home .container .mainContent .homeContent .titleMedium .homeTitle {
    width: 100%;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
  }
  .home .homeText {
    width: 100%;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
  .home .secondBtn {
    display: none;
  }
}
@media (max-width: 546px) {
  .home {
    width: 100%;
    background-color: #fff;
  }
  .home .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 36px 16px 36px 16px;
  }
  .home .container .mainContent {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .home .container .mainContent .homeContent {
    width: 100%;
    padding: 25px 0;
  }
  .home .container .mainContent .homeContent .titleTop .homeTitle {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
  }
  .home .container .mainContent .homeContent .titleTopsecond .homeTitle {
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
  }
  .home .container .mainContent .homeContent .titleMedium .homeTitle {
    width: 100%;
    font-family: "Space Grotesk", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
  }
  .home .container .homeText {
    width: 100%;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
  }
  .home .container .navListSecond {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 24px 20px;
    background-image: linear-gradient(315deg, #d7f0f0 74% #fcfafa 10%);
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 64px;
    border-radius: 32px;
  }
  .home .container .navListSecond .navItem {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }
  .home .container .navListSecond .navItem a {
    color: #2e3036;
  }
  .home .secondBtn {
    display: none;
  }
}
.footer {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
.footer .container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .container .footerTop {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.footer .container .footerTop .topInfo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .container .footerTop .topInfo .aviable {
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  padding: 0.65em 1.25em;
  background-color: #d0ffbc;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
}
.footer .container .footerTop .topTitle {
  width: 100%;
  text-align: left;
}
.footer .container .footerTop .topTitle .title {
  line-height: 1.3;
  font-family: "Space Grotesk", sans-serif;
  text-transform: none;
  font-size: 44px;
  line-height: 56px;
  font-weight: 500;
}
.footer .container .footerTop .topBtn {
  width: 100%;
  text-align: left;
  margin-top: 150px;
}
.footer .container .footerTop .topBtn a {
  color: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  padding: 21px 50px;
  border: 2px solid;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  transition: 0.5s ease;
}
.footer .container .footerTop .topBtn a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s ease;
}
.footer .container .footerBottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.footer .container .footerBottom .leftside {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .container .footerBottom .leftside .coffee .coffeeText {
  color: #2e3036;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}
.footer .container .footerBottom .leftside .gmailAdd a {
  color: #2e3036;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  position: relative;
  transition: transform 0.6s linear;
}
.footer .container .footerBottom .leftside .gmailAdd a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 25px;
  transform: scaleX(0);
  transition: transform 0.6s linear;
  transform-origin: right;
}
.footer .container .footerBottom .leftside .gmailAdd a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer .container .footerBottom .rightSide {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .container .footerBottom .rightSide .connect .rigtTitle {
  color: #2e3036;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}
.footer .container .footerBottom .rightSide .socialList {
  display: flex;
  gap: 10px;
}
.footer .container .footerBottom .rightSide .socialList .socialProfile a {
  color: #2e3036;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  transition: transform 0.6s linear;
  position: relative;
}
.footer .container .footerBottom .rightSide .socialList .socialProfile a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 25px;
  transform: scaleX(0);
  transition: transform 0.6s linear;
  transform-origin: right;
}
.footer .container .footerBottom .rightSide .socialList .socialProfile a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 998px) {
  .footer .container {
    width: 100%;
    padding: 16px;
  }
  .footer .container .footerTop {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
  }
  .footer .container .footerTop .topTitle .title {
    line-height: 1.1;
    font-family: "Space Grotesk", sans-serif;
    text-transform: none;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
  }
  .footer .container .footerTop .topBtn {
    margin-top: 50px;
  }
  .footer .container .footerTop .topBtn a {
    padding: 15px;
  }
  .footer .container .footerBottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer .container .footerBottom .leftside .gmailAdd a {
    font-size: 20px;
  }
  .footer .container .footerBottom .rightSide .socialList {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}
.gallery {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.gallery .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .container .workCards {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.gallery .container .workCards .workCard {
  width: 512px;
}
.gallery .container .workCards .workCard .cardImage {
  width: 100%;
}
.gallery .container .workCards .workCard .cardImage img {
  width: 512px;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .container .workCards .workCard .cardInfo {
  padding-top: 10px;
  max-width: 500px;
}
.gallery .container .workCards .workCard .cardInfo .cardTitle {
  font-size: 26px;
  font-family: "Space Grotesk", sans-serif;
}
.gallery .container .workCards .workCard .cardInfo .cardText {
  padding-top: 10px;
  color: #2e3036;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.gallery .container .workCards .workCard:nth-child(1) {
  padding-top: 80px;
}
.gallery .container .workCards .workCard:nth-child(1) .cardImage {
  width: 100%;
}
.gallery .container .workCards .workCard:nth-child(1) .cardImage img {
  width: 512px;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .container .workCards .workCard:nth-child(1) .cardInfo {
  max-width: 500px;
}
.gallery .container .workCards .workCard:nth-child(2) .cardImage {
  width: 100%;
}
.gallery .container .workCards .workCard:nth-child(2) .cardImage img {
  width: 512px;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .container .workCards .workCard:nth-child(2) .cardInfo {
  max-width: 500px;
}
.gallery .container .workCards .workCard:nth-child(3) .cardImage {
  width: 100%;
}
.gallery .container .workCards .workCard:nth-child(3) .cardImage img {
  width: 512px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .container .workCards .workCard:nth-child(3) .cardInfo {
  max-width: 500px;
}
.gallery .container .workCards .workCard:nth-child(4) .cardImage {
  width: 100%;
}
.gallery .container .workCards .workCard:nth-child(4) .cardImage img {
  width: 512px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .container .workCards .workCard:nth-child(4) .cardInfo {
  max-width: 500px;
}

@media (max-width: 612px) {
  .gallery {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .gallery .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 16px 36px 16px;
  }
  .gallery .container .workCards {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .gallery .container .workCards .workCard {
    width: 100%;
  }
  .gallery .container .workCards .workCard .cardImage {
    width: 100%;
  }
  .gallery .container .workCards .workCard .cardImage img {
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=main.css.map */