@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SansitaOne";
  src: url("../fonts/SansitaOne.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PoetsenOne";
  src: url("../fonts/PoetsenOne-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"),
    url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #294635;
  --secondary-color: #63bf00;
  --works-color: #d7ffad;
}

button,
a {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  position: relative;
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
}

li {
  list-style: none;
}

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

.dm {
  font-family: "DM Serif Display";
}

.mont {
  font-family: "Montserrat";
}

.inter {
  font-family: "Inter";
}

.poppins {
  font-family: "Poppins";
}

.maxwidth {
  max-width: 1160px;
  width: 100%;
  margin: auto;
}

.global-padding {
  padding: 0 20px;
}

.green {
  color: var(--secondary-color);
}

h1,
h2,
h3,
h4 {
  color: var(--main-color);
  font-family: "DM Serif Display";
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}

#header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header li {
  margin-right: 20px;
}

#header li:last-child {
  margin-right: auto;
}
#banner {
  max-width: 1360px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 630px;
  margin-bottom: 50px;
}

#banner .bg-image {
  max-width: 980px;
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 0;
}

#banner section {
  margin-top: 70px;
  padding: 70px 35px;
  background: rgba(242, 242, 242, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  text-align: center;
  max-width: 589px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#banner section::before {
  content: "";
  position: absolute;
  background: url("../image/bg_dots.png") center center/cover;
  width: 146px;
  height: 86px;
  top: -50px;
  left: -32px;
  z-index: 1;
}

#banner section h2 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 21px;
  letter-spacing: 5px;
}

#banner section p {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #294635;
  margin-bottom: 20px;
}

#banner section a {
  position: absolute;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 30px;
  background-color: rgba(215, 255, 173, 0.5);
  backdrop-filter: blur(10px);
  font-size: 32px;
  font-weight: 600;
  border: none;
  max-width: 375px;
  width: 100%;
  bottom: -8%;
  color: #294635;
  position: relative;
}

.ripple {
  position: relative;
}

.ripple::before {
  content: "";
  border: 3px solid #294635;
  background-color: transparent;
  position: absolute;
  top: -1px;
  left: 0;
  width: 99%;
  height: 95%;
  z-index: 1;
  border-radius: 30px;
  animation: ripple 3s infinite;
  pointer-events: none;
}

.ripple::after {
  content: "";
  border: 3px solid #294635;
  background-color: transparent;
  position: absolute;
  top: -1px;
  left: 0;
  width: 99%;
  height: 95%;
  z-index: 1;
  border-radius: 30px;
  animation: ripple 3s infinite;
  animation-delay: 0.5s;
  pointer-events: none;
}

/* #banner::before{
  content: '';
  position: absolute;
  background: url('../image/bg_dots.png') center center/cover;
  width: 146px;
  height: 86px;
  top: 55px;
  left: 10px;
  z-index: 1;
} */

#banner .arrow-down {
  position: absolute;
  padding: 38px 40px;
  background: rgba(242, 242, 242, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  bottom: 0;
  right: 10px;
}

#client {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 20px 80px;
  background-color: #d7ffad33;
  margin-bottom: 73px;
}

#client .title {
  margin-bottom: 51px;
  font-size: 20px;
  color: #294635;
  font-weight: 700;
  display: flex;
  align-items: center;
}

#client .title .green {
  font-weight: 900;
  font-size: 50px;
  margin-right: 10px;
}

#client .client-list {
  display: flex;
  width: 100%;
  /* gap:76px; */
}

#client li {
  margin-right: 76px;
  width: 132px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#client li a {
  width: 100%;
  height: 100%;
}

#client li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#problem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}

#problem .left-col {
  margin-right: 55px;
  position: relative;
}

#problem .right-col {
  max-width: 508px;
  width: 100%;
}

#problem .left-col img {
  max-width: 578px;
  width: 100%;
}

#problem .left-col::before {
  content: "";
  width: 146px;
  height: 86px;
  background: url("../image/bg_problem_dots.png") center center/cover;
  position: absolute;
  bottom: 60px;
  left: 45px;
}

#problem .right-col > h2 {
  font-size: 42px;
  line-height: 58px;
  margin-bottom: 26px;
}

#problem .right-col li {
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 10px;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer;
}

#problem .right-col li.active {
  background-color: white;
}

#problem .problem_item h2 {
  font-size: 16px;
  color: #294635;
  font-weight: 500;
  padding: 12px 25px;
  transition: background-color 0.5s, color 0.5s;
  display: flex;
  align-items: center;
}

#problem .problem_item h2 span {
  margin-left: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#problem .problem_item h2 span::before {
  content: "";
  height: 20px;
  background-color: #294635;
  width: 3px;
  transition: transform 0.3s ease-in;
}

#problem .problem_item h2 span::after {
  content: "";
  height: 20px;
  background-color: #294635;
  width: 3px;
  transform: rotate(90deg) translateY(3px);
}

#problem .problem-list .active h2 span::before,
#problem .problem-list .active h2 span::after {
  background-color: white;
}

#problem .problem-list .active h2 span::before {
  transform: rotate(90deg) translateY(2px);
}

#problem .problem_item p {
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in;
  color: #294635;
  padding: 0 25px;
  transition: max-height 0.5s, margin 0.5s ease-in;
}

#problem .problem-list li.active h2 {
  background-color: #294635;
  color: white;
}

#problem .problem-list li.active .problem_item p {
  max-height: 1000px;
  margin: 12px 0;
}

#service {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

#service .gif {
  position: relative;
}

#service .gif img {
  position: absolute;
  left: -25px;
  top: -35px;
  width: 234px;
  height: 123px;
}

#service > section h2 {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 500;
  color: black;
  margin-bottom: 100px;
}

#service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#service li {
  width: 33%;
  margin-bottom: 60px;
}

#service li section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#service li h2 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  color: black;
  order: 2;
}

#service li img {
  order: 1;
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-bottom: 10px;
}

#service .contact_us {
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
}

#service .contact_us p {
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  color: black;
}

#service .contact_us a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #service .contact_us span{
  padding:10px 15px;
  border-radius: 50%;
  width:90px;
  height:90px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: white;
} */

/* #service .contact_us img{
  width:100%;
  height:100%;
  object-fit: contain;
} */

#service .contact_us button {
  color: #d7ffad;
  border-radius: 30px;
  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  padding: 15px 35px;
  background-color: #294635;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.projectContainer .section1 #project {
  min-height: 800px;
  padding: 50px 0 0 0;
}
#project {
  /* margin-top: 50px; */
  min-height: 800px;
  background-position: center;
  background-size: cover;
  /* padding: 50px 0px 9px; */
  width: 100%;
  position: relative;
  display: flex;
}
.projectContainer {
  padding: 63px 0 0 0;
  margin: 80px 0 0 0;
}
#project .buttons {
  position: absolute;
  width: 100%;
}

#project .buttons button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 45%;
}

#project .buttons .next {
  right: 0;
}
#project .buttons .prev {
  left: -60px;
}
#project .buttons #prev1 {
  top: -60px;
}
#project .buttons #nxt1 {
  top: -60px;
}
#project::before {
  content: "";
  background-image: url("../image/bg_project_circle_green.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 706px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#project::after {
  content: "";
  background-image: url("../image/bg_project_circle_light_green.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 706px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#project .project_container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#project .project_container::before {
  content: "";
  width: 219px;
  height: 213px;
  z-index: -1;
  background-image: url("../image/project_bounce.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  animation: bounce 2.5s linear infinite;
}

#project .project_container::after {
  content: "";
  width: 156px;
  height: 156px;
  z-index: -1;
  background-image: url("../image/project_bounce_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10%;
  left: 35%;
  animation: bounce 2s infinite linear;
}

#project .title {
  color: black;
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 600;
  text-align: center;
}

#project .subtitle {
  color: #294635;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.category_slug {
  width: 100%;
  color: #294635;
  font-family: "Poppins";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#project .project-dots-container1 .slick-dots,
#project .project-dots-container2 .slick-dots {
  display: flex;
}

#project .project-dots-container1 li,
#project .project-dots-container2 li {
  margin: 0 10px;
}

#project .project-dots-container1 button,
#project .project-dots-container2 button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
}

#project .project-dots-container1 .slick-active button,
#project .project-dots-container2 .slick-active button {
  background-color: #294635;
}

#project .project_list {
  width: 100%;
}
#project .custom_tags {
  display: flex;
}
#project .custom_tags li:not(:nth-child(1)) {
  margin-left: 15px;
}
.prjecttype {
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* margin-bottom: 31px; */
}

#project .custom_tags li p {
  text-transform: uppercase;
  color: #294635;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins";
  display: flex;
  align-items: center;
}
#project .custom_tags li p span {
  margin-right: 12px;
}
#project .project_list .prodlist {
  /* background: radial-gradient(545.26% 135.62% at 1.14% 2.86%, rgba(248, 248, 248, 0.60) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.30); */
  padding: 75px 50px 75px;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  position: relative;
  margin-bottom: 100px;
}

#project .project_list .prodlist::after {
  content: "";
  width: 90%;
  height: 95%;
  background: radial-gradient(
    545.26% 135.62% at 1.14% 2.86%,
    rgba(248, 248, 248, 0.6) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 32px;
  z-index: -1;
}

#project .project_list .left_col {
  width: 45%;
  min-height: 402px;
}

#project .project_list .right_col {
  top: 160px;
  width: 50%;
}

#project .left_col h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  color: black;
}

#project .left_col .cotent {
  color: black;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding: 30px 0 40px 0;
}

#project .left_col a {
  display: flex;
  align-items: center;
}

/* #project .left_col span{
  border-radius: 50%;
  padding:10px 15px;
  width:90px;
  height:90px;
  z-index:2;
  background-color: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#project .left_col span img{
  width:100%;
  height:100%;
  object-fit: contain;
} */

#project .left_col button {
  color: #294635;
  border-radius: 30px;
  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: #d7ffad;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  border: none;
}

#project .right_col {
  position: relative;
}

#project .right_col img {
  /* width: 515.998px;
  height: 389.995px; */
  width: 518.998px;
  height: 308.995px;
  object-fit: cover;
  border-radius: 10px;
  transform: rotate(348deg);
  filter: drop-shadow(-10px 10px 7px rgba(0, 0, 0, 0.25));
  /* -webkit-filter: drop-shadow(-10px 10px 7px rgba(0, 0, 0, 0.25)); */
  position: absolute;
  bottom: -5px;
}

#solution {
  background-color: #294635;
  color: white;
  padding: 80px 0 100px 0;
  position: relative;
  display: flex;
  overflow: hidden;
}

#solution .maxwidth {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#solution::after {
  content: "";
  width: 553px;
  height: 836px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../image/bg_solution.png") center center/contain;
  background-repeat: no-repeat;
}

#solution .maxwidth > section {
  margin-bottom: 56px;
  align-self: flex-start;
}

#solution .maxwidth > section h2 {
  color: white;
  font-size: 80px;
  font-weight: 400;
}

#solution .content {
  font-size: 24px;
  font-family: "Montserrat";
}

#solution .solution-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}

#solution a {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}

/* #solution a span{
  background-color:white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width:85px;
  height:85px;
  padding:15px;
  z-index:2;
} */

/* #solution a span img{
  width:100%;
  height:100%;
} */

#solution a button {
  background-color: #d7ffad;
  padding: 15px 30px;
  font-size: 24px;
  color: #294635;
  border: none;
  /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  font-weight: 600;
  border-radius: 30px;
}

#solution a button::after,
#solution a button::before {
  border-color: #d7ffad;
}

#solution .solution-list li {
  padding: 50px 10px 20px;
  height: 212px;
  width: 208px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: transform 0.3s;
}

#solution .solution-list li:hover {
  transform: scale(1.1);
}

#solution .solution-list img {
  width: 50px;
  margin-bottom: 20px;
}

#solution .solution-list h2 {
  color: #d7ffad;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  font-family: "Inter";
  word-break: break-word;
  text-transform: uppercase;
}

/* #work{
  padding:80px 20px;
}

#work > section{
  margin-bottom:40px;
}

#work > section h2{
  text-align: center;
  font-family:'Montserrat';
  font-size:40px;
  font-weight: 800;
}

#work .work-list{
  display:flex;
  gap:20px;
}

#work li{
  height:522px;
  max-width:366px;
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  border-radius: 20px;
  overflow:hidden;
  background-size:cover;
  background-position: center;
}

#work li a{
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  padding:23px;
  font-family: 'Montserrat';
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  transition: max-height 0.35s;
  max-height:124px;
  height:100%;
  width:100%;
}

#work li:hover a{
  max-height:100%;
}

#work li .active-clamp{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

#work li .bold{
  font-weight: 700;
} */

#why {
  padding: 80px 0 135px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#why::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#why::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.05);
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
}

#why .maxwidth {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#why h2 {
  text-align: center;
  font-size: 40px;
  color: white;
  font-weight: 400;
  margin-bottom: 5px;
}

#why .subtitle {
  font-family: "Montserrat";
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 70px;
  max-width: 915px;
  width: 100%;
}

#why .why-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#why .why-list li {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat";
}

#why .why-list img {
  margin-bottom: 20px;
  width: 82px;
}

#why .why-list .title {
  color: #d7ffad;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Montserrat";
  font-weight: 700;
}

#why .why-list .content {
  color: white;
}

#process {
  max-width: 1324px;
  width: 100%;
  padding: 80px 20px 85px;
  text-align: center;
  margin: auto;
}

#process h2 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 50px;
}

#process .process-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

#process .process-list li {
  width: 210px;
  height: 283px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
}

#process .process-list li:last-child {
  width: 180px;
  margin-right: 0;
}

#process .process-list .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#process .process-list li::after {
  content: "";
  background-image: url("../image/ico_process_arrow.svg");
  background-position: center;
  background-size: contain;
  min-width: 22px;
  min-height: 8px;
  background-repeat: no-repeat;
  align-self: center;
  margin-left: 15px;
  transform: translateY(-20px);
}

#process .process-list li:last-child:after {
  display: none;
}

#process .process-list .icon-container {
  padding: 40px;
  border-radius: 50%;
  background-color: #294635;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 18px;
  /* filter: drop-shadow(0px 7px 4px rgba(0, 0, 0, 0.25)); */
}

#process .process-list img {
  width: 40px;
}

#process .process-list .title {
  font-family: "Inter";
  font-weight: 800;
  font-size: 18px;
  color: #294635;
  text-transform: uppercase;
  margin-bottom: 13px;
}

#process .process-list .content {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
}

#contact {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 50px;
}

#contact .left_col {
  max-width: 45.139vw;
  width: 100%;
  margin-right: 15px;
}

#contact .left_col img {
  width: 100%;
  height: 100%;
}

#contact .right_col {
  max-width: 650px;
  width: 100%;
}

#contact .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f1f1;
  border-radius: 50px;
  margin-bottom: -10px;
}

#contact .contact_btn p {
  padding: 14px 0;
  border: none;
  width: 100%;
  height: 100%;
  font-family: "Poppins";
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background-color: #bbbbbb;
  color: #1e1e1e;
  text-transform: uppercase;
}

#contact .title {
  color: #294635;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 40px;
}

#contact form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 70px 50px;
  background: rgba(243, 241, 241, 0.8);
}

/* #contact input,
#contact textarea,
#contact select{
  padding:15px 30px;
  margin-bottom:15px;
  outline: none;
  font-family: 'Montserrat';
  border: 1px solid #1E1E1E;
  font-family: 'Montserrat';
  background-color:transparent;
} */

#contact .form_control {
  padding: 15px 10px;
  border-radius: 4px;
  border: 1px solid #1e1e1e;
  margin-bottom: 15px;
  font-family: "Montserrat";
  background-color: transparent;
  position: relative;
  display: flex;
}

#contact .form_control label {
  position: absolute;
  transition: transform 0.2s, color 0.2s;
  background-color: rgba(243, 241, 241);
  padding: 0 5px;
}

#contact .form_control.active {
  border: 1px solid #63bf00;
}

#contact .form_control.active label {
  transform: translate(5px, -25px);
  color: #63bf00;
}

#contact input,
#contact textarea,
#contact select {
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  z-index: 2;
  font-family: "Montserrat";
}

#contact textarea {
  min-height: 140px;
}

#contact .other {
  font-family: "Montserrat";
  color: black;
}

#contact select {
  -webkit-appearance: none;
  background: url("../image/ico_arrow_service.svg") right/10px 10px no-repeat;
  color: black;
}

/* #contact textarea{
  height:150px;
  max-width: 100%;;
} */

#contact button[type="submit"] {
  background-color: #294635;
  text-transform: uppercase;
  color: #d7ffad;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  padding: 15px 30px;
  border: none;
  align-self: flex-end;
  filter: drop-shadow(0px 4px 20px #b5aeae);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  letter-spacing: 2px;
}

#contact button[type="submit"] img {
  margin-right: 10px;
}

/* #contact button[type=submit] img{
  margin-left:27px;
  transition: transform 0.4s ease-in;
} */

/* #contact button[type=submit]:hover img{
  transform: translateX(10px);
} */

/* #contact button[type=submit]::before{
  content:'';
  position: absolute;
  left:-10px;
  top:0;
  width:0;
  height:100%;
  background-color:var(--secondary-color);
  z-index:-1;
  transition: width 0.4s ease-in;
  transform: skewX(-20deg);
} */

#contact button[type="submit"]:hover:before {
  width: 80%;
}

#contact input[type="number"]::-webkit-outer-spin-button,
#contact input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
  /* background:url( '../image/bg_message.png' ) center center/contain no-repeat; */
}

#message::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../image/modal_bounce.png") center center/contain no-repeat;
  top: 123px;
  left: 0;
  z-index: -1;
  animation: bounce 1.5s linear infinite;
}

#message::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("../image/modal_bounce_2.png") center center/contain no-repeat;
  bottom: 137px;
  right: 0;
  z-index: -1;
  animation: bounce 2.5s linear infinite;
}

#message .message-container {
  max-width: 820px;
  width: 100%;
  margin: auto auto 100px auto;
}

#message .logo {
  width: 120px;
  height: 120px;
  padding: 10px 15px;
  border-radius: 50%;
  background-color: white;
  filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
}

#message h2 {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 500;
  color: #294635;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#message .content {
  color: #090909;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#message .content.sorry-content {
  justify-content: flex-start;
}

#message .visit {
  background-color: #294635;
  padding: 15px 27px;
  color: #d7ffad;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 225px;
  width: 100%;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: initial;
}

#message .visit img {
  margin-right: 10px;
}

#message .content:last-child {
  position: relative;
  flex-direction: row;
}

#message .ripple::after,
#message .ripple::before {
  border-radius: 0;
}

#message .content:last-child img {
  /* position: absolute;
  left:0;
  top:0; */
  width: 80px;
  height: 80px;
  /* transform: translate(-20px, -30px); */
}

#message .bold {
  font-weight: 700;
}

#message .sp {
  display: none;
}

#footer {
  background-color: #294635;
}

#footer .top_footer {
  display: flex;
  align-items: center;
  padding: 30px 0;
  justify-content: space-between;
}

#footer .top_footer > a {
  width: 317px;
}

#footer .top_footer > a img {
  width: 100%;
}

#footer .social_links {
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
}

#footer .social_links li {
  width: 50%;
  color: white;
  margin-bottom: 30px;
}

#footer .social_links li:nth-child(3),
#footer .social_links li:last-child {
  margin-bottom: 0;
}

#footer .social_links li a {
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  word-break: break-all;
}

#footer .social_links img {
  background-color: #d7ffad;
  padding: 9px;
}

#footer .social_links p {
  color: white;
}

#footer .bottom_footer {
  background-color: #d9d9d9;
}

#footer p {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 600;
  color: #294635;
  text-align: center;
  padding: 15px;
}

#offer_modal {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow-y: scroll;
  padding: 100px 20px 20px 20px;
}

#offer_modal .offer_modal_container {
  background-image: url("../image/bg_pop_up.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1200px;
  width: 100%;
  /* max-height:713px; */
  max-height: 600px;
  position: relative;
}

#offer_modal .dots_container {
  position: relative;
  width: 100%;
  height: 15px;
  display: none;
  margin-bottom: 5px;
}

#offer_modal .dots_container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#offer_modal .dots_container li {
  margin: 5px;
}

#offer_modal .dots_container button {
  width: 10px;
  height: 10px;
  border: none;
  background-color: #faf9f6c5;
  border-radius: 50%;
}

#offer_modal .offer_modal_container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../image/popsup.gif") center center/cover;
  z-index: 2;
  pointer-events: none;
}

#offer_modal .offer_modal_container .title {
  /* font-size:80px; */
  font-size: 60px;
  color: white;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  line-height: 40px;
  /* transform: translateY(-64px); */
}

#offer_modal .offer_modal_container .no_fill {
  color: #d20707;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  /* font-size: 64px; */
  font-size: 44px;
}

#offer_modal .offer_modal_container > section {
  /* transform: translateY(-64px); */
  transform: translateY(-43px);
}

#offer_modal .content {
  text-align: center;
  color: white;
  font-family: "Inter";
  /* font-size:16px; */
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#offer_modal .content span {
  /* font-size:36px; */
  font-size: 28px;
  font-weight: 700;
  margin: 0 5px;
  font-family: "Inter";
}

#offer_modal .content img {
  position: absolute;
  width: 209px;
  transform: translateY(-65px);
  -webkit-transform: translateY(-65px);
  top: 0;
  z-index: -1;
}

#offer_modal .pop_up_bottom {
  transform: translateY(-64px);
  display: flex;
  justify-content: flex-end;
}

#offer_modal .pop_up_bottom .bg_girl {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 615px;
  transform: translate(-20px, 7px);
}

#offer_modal .offer_list .top_desc {
  background-color: #f58b0e;
  padding: 12px;
  border-radius: 10px;
  position: relative;
}

#offer_modal .offer_list_container {
  margin-top: 45px;
  max-width: 850px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#offer_modal .offer_list .top_desc section {
  padding: 12px;
  border: 3px dashed #d20707;
  border-radius: 10px;
  border-bottom: none;
  min-height: 315px;
  /* min-height:383px; */
}

/* #offer_modal .discount_list{
  min-height:200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

#offer_modal .offer_list .top_desc h2 {
  color: #1e1e1e;
  text-align: center;
  font-family: "PoetsenOne";
  /* font-size: 20px; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#offer_modal .offer_list .top_desc .discount {
  color: #fff;
  text-align: center;
  text-shadow: rgb(210, 7, 7) 2px 0px 0px,
    rgb(210, 7, 7) 1.75517px 0.958851px 0px,
    rgb(210, 7, 7) 1.0806px 1.68294px 0px,
    rgb(210, 7, 7) 0.141474px 1.99499px 0px,
    rgb(210, 7, 7) -0.832294px 1.81859px 0px,
    rgb(210, 7, 7) -1.60229px 1.19694px 0px,
    rgb(210, 7, 7) -1.97998px 0.28224px 0px,
    rgb(210, 7, 7) -1.87291px -0.701566px 0px,
    rgb(210, 7, 7) -1.30729px -1.5136px 0px,
    rgb(210, 7, 7) -0.421592px -1.95506px 0px,
    rgb(210, 7, 7) 0.567324px -1.91785px 0px,
    rgb(210, 7, 7) 1.41734px -1.41108px 0px,
    rgb(210, 7, 7) 1.92034px -0.558831px 0px;
  font-family: "PoetsenOne";
  /* font-size: 40px; */
  font-size: 30px;
  line-height: 30px;
}

#offer_modal .offer_list {
  display: flex;
  width: 100%;
}

/* #offer_modal .offer_list > li{
  margin:auto 8px;
  overflow: hidden;
} */

.slick-slide {
  margin: 0 8px;
  overflow: hidden;
}

#offer_modal .offer_list .top_desc li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#offer_modal .offer_list .check {
  color: white;
  width: 15px;
  margin-right: 3px;
  align-self: flex-start;
  margin-top: -4px;
}

#offer_modal .offer_list .white {
  color: white;
  font-size: 16px;
  font-weight: 700;
}

#offer_modal .offer_list p {
  font-family: "Poppins";
  font-size: 12px;
  line-height: 16px;
}

#offer_modal .offer_list .top_desc::before,
#offer_modal .offer_list .top_desc::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #d20707;
  position: absolute;
  border-radius: 50%;
}

#offer_modal .offer_list .top_desc::before {
  bottom: 6px;
  left: -8px;
  z-index: 1;
}

#offer_modal .offer_list .top_desc::after {
  bottom: 6px;
  right: -8px;
  z-index: 1;
}

#offer_modal .bottom {
  display: flex;
  align-items: center;
  justify-content: center;

  --mask: radial-gradient(
        10.97px at 50% calc(100% - 14.5px),
        #000 99%,
        #0000 101%
      )
      calc(50% - 20px) 0/40px 100%,
    radial-gradient(10.97px at 50% calc(100% + 4.5px), #0000 99%, #000 101%) 50%
      calc(100% - 10px) / 40px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#offer_modal .bottom {
  position: relative;
  height: 100px;
  background-color: white;
  transform: translateY(-20px);
}

#offer_modal .bottom a {
  border-radius: 10px;
  background: linear-gradient(123deg, #d20707 9.88%, #f58b0e 84.87%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  padding: 7px 20px;
  z-index: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 7.2px;
}

#offer_modal .last_offer {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

/* #offer_modal .slick-slide.ecommerce{
  box-shadow: 0px -40px 30px 0px #D7FFAD;
  position: relative;
}

#offer_modal .slick-slide.ecommerce .hottest_offer{
  position: absolute;
  top:0;
  right:0;
  z-index:99;
  transform:translate(10px, 10px);
} */

#offer_modal li.ecommerce .top_desc {
  background-color: #f2cd74;
  border: 3px dashed #f2cd74;
  padding: 0 12px 12px 12px;
}

#offer_modal li.ecommerce .border {
  border: 4px dashed #f2cd74;
  border-radius: 15px 15px 10px 10px;
}

#offer_modal li.ecommerce .border-bottom {
  border: 4px dashed #f2cd74;
  height: 85px;
  transform: translateY(-20px);
  border-top: 2px dashed black;
  border-radius: 10px 10px 15px 15px;
}

#offer_modal li.ecommerce .top_desc h2 {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 700;
}

#offer_modal li.ecommerce .bottom {
  background-color: #f2cd74;
  height: 100%;
  --mask: initial;
  transform: translate(0);
  border-radius: 10px;
}

#offer_modal li.ecommerce .top_desc section {
  border: none;
}

#offer_modal .offer_list_container .slick-slide.ecommerce .discount {
  background-color: black;
  color: white;
  padding: 0 20px 9px;
  text-shadow: initial;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  border-radius: 10px;
}

#offer_modal li.ecommerce .label-hot {
  font-size: 14px;
  line-height: 35px;
  animation: offer 1s infinite;
}

#offer_modal li.ecommerce .label-discount {
  font-size: 18px;
}

#offer_modal li.ecommerce li:last-child {
  margin-top: 10px;
}

#offer_modal .offer_list_container .slick-slide.maintenance .discount {
  position: relative;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#offer_modal li.ecommerce .discount_list {
  display: flex;
}

#offer_modal li.ecommerce .discount_list .free {
  -webkit-text-orientation: upright;
  text-orientation: upright;
  writing-mode: vertical-rl;
  font-size: 28px;
  font-family: "Poppins";
  color: #1e1e1e;
  font-weight: 800;
  letter-spacing: -15px;
  text-transform: uppercase;
  margin-right: 15px;
}

#offer_modal li.ecommerce .discount_list ul {
  margin-top: 7px;
}

#offer_modal li.ecommerce .discount_list p {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
}

#offer_modal .offer_list li.ecommerce .top_desc::before {
  left: -15px;
  bottom: 4px;
}

#offer_modal .offer_list li.ecommerce .top_desc::after {
  right: -15px;
  bottom: 4px;
}

#offer_modal .offer_list li.ecommerce .bottom a {
  background: black;
  font-family: "Poppins";
  color: white;
  max-width: 250px;
  width: 100%;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

#offer_modal .offer_list_container .slick-slide.maintenance .discount::before {
  content: "";
  background: url("../image/bg_left_maintenance.png") center center/contain;
  background-repeat: no-repeat;
  min-width: 90px;
  height: 70px;
}

#offer_modal .offer_list_container .slick-slide.maintenance .discount::after {
  content: "";
  background: url("../image/bg_right_maintenance.png") center center/contain;
  background-repeat: no-repeat;
  min-width: 90px;
  height: 70px;
}

/* #offer_modal .offer_list .check{
  align-self: flex-start;
} */

#offer_modal .dots_container .slick-active button {
  background-color: #f58b0e;
}
/* 
#offer_modal .bottom img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
} */

#offer_modal .offer_modal_container .special_deal_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  z-index: 21;
}

/* exit intent */
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 75px 35px;
}

.fill {
  position: relative;
  background: #f7941d;
  width: 100%;
  max-width: 349px;
  min-height: 100%;
  border-radius: 10px 0 0 10px;
}

.fill > img {
  min-width: 24.306vw;
  max-width: 350px;
  min-height: 29.167vw;
  max-height: 420px;
  position: absolute;
  object-fit: cover;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.main-container p {
  font-family: "Poppins", sans-serif;
}

.grab_btn {
  font-weight: bolder;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 10px;
  margin-top: 3.125vw;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  background: #f7941d;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  color: #1e1e1e;
}
.grab_btn {
  position: relative;
}

.grab_btn::before {
  content: "";
  border: 3px solid #1e1e1e;
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: -4px;
  width: 98%;
  height: 96%;
  padding: 3px;
  z-index: 1;
  border-radius: 10px;
  animation: ripple 3s infinite;
  pointer-events: none;
}

.grab_btn::after {
  content: "";
  border: 3px solid #1e1e1e;
  background-color: transparent;
  position: absolute;
  top: -5px;
  left: -4px;
  width: 98%;
  height: 96%;
  padding: 3px;
  z-index: 1;
  border-radius: 10px;
  animation: ripple 3s infinite;
  animation-delay: 0.5s;
  pointer-events: none;
}
.msg-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 34px;
}

.msg-title img {
  margin-right: 10px;
}

.msg-main {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.msg-main span {
  font-weight: 500;
}

.modal-content > img {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 2;
}
/* Modal CSS */

.modal {
  overflow: none;
  display: none;
  position: fixed;
  z-index: 21;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  display: flex;
  background-color: #fefefe;
  margin: 8% auto;
  border-radius: 10px;
  min-width: 46.944vw;
  max-width: 676px;
  min-height: 27.778vw;
  max-height: 400px;
}
.prodlist {
  display: flex;
  align-items: center;
}
@media (max-width: 2590px) {
  .fill {
    max-width: 389px;
  }
  .msg-main {
    font-size: 20px;
    line-height: 29px;
  }
  .grab_btn {
    letter-spacing: 3px;
  }
}
@media (max-width: 1440px) {
  #project .right_col img {
    /* width: 35.764vw; */
    /* height: 27.083vw; */
    width: 35.764vw;
    height: 22.083vw;
  }
  .fill {
    max-width: 281px;
  }
  .msg-main {
    font-size: 16px;
    line-height: 25px;
  }
  .grab_btn {
    letter-spacing: 2px;
  }
}
@media (max-width: 1024px) {
  #project .buttons .prev {
    left: 0;
  }
  #project .buttons .next {
    right: 0;
  }
  #project .project_list {
    width: 82%;
  }
  .category_slug {
    text-align: center;
    margin: 20px 0 20px 0;
  }
  #project .custom_tags li p {
    font-size: 11px;
  }
  #project .custom_tags {
    width: 126%;
  }
}
@media (max-width: 1000px) {
  #process {
    padding: 80px 20px 20px;
  }

  #contact {
    flex-direction: column;
  }

  #contact .left_col {
    max-width: 80%;
    width: 100%;
    margin: auto;
  }

  #contact .left_col img {
    width: 100%;
  }

  #contact {
    margin-top: auto;
    align-items: center;
  }

  #contact button[type="submit"] {
    align-self: stretch;
  }
}

@media (max-width: 888px) {
  .bg_girl {
    display: none;
  }

  #offer_modal {
    padding: 250px 20px 20px;
  }

  #offer_modal .offer_modal_container {
    max-width: 415px;
  }

  #offer_modal .offer_list {
    max-width: 316px;
    width: 100%;
  }

  #offer_modal .dots_container {
    display: block;
  }

  #offer_modal .offer_modal_container {
    max-height: 1000px;
  }

  #offer_modal .offer_list_container .slick-slide.maintenance .discount {
    font-size: 36px;
  }

  #offer_modal .offer_list p {
    font-size: 12px;
  }

  #offer_modal .offer_list .white {
    font-size: 14px;
  }

  #offer_modal .discount_list li {
    margin-bottom: 10px;
  }

  #offer_modal .offer_list .top_desc section {
    min-height: 370px;
  }

  #offer_modal li.ecommerce .discount_list {
    margin-top: 20px;
  }

  #offer_modal li.ecommerce .discount_list ul {
    margin-top: 5px;
  }

  #offer_modal li.ecommerce li:last-child {
    margin-top: 20px;
  }

  #offer_modal .offer_list li.ecommerce .top_desc::before,
  #offer_modal .offer_list li.ecommerce .top_desc::after {
    bottom: 3px;
  }

  #offer_modal .offer_list .top_desc .discount {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 40px;
  }

  #offer_modal .offer_list_container .slick-slide.ecommerce .discount {
    line-height: 30px;
  }
}

@media (max-width: 820px) {
  #work li a {
    height: auto;
    max-height: 100%;
    border-radius: 20px;
  }
  /* 
  #contact button[type=submit]::before{
    display: none;
  } */

  #contact button[type="submit"]:hover img {
    transform: translate(0);
  }

  /* #work li .active-clamp{
    -webkit-line-clamp: unset;
  } */
  #project .project_list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .maxwidth {
    max-width: 692px;
    width: 100%;
  }

  #banner {
    height: 1044px;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  #banner .bg-image {
    height: 1024px;
  }

  #banner .bg-image {
    right: 0;
    left: 0;
    max-width: 688px;
    margin: auto;
  }

  #banner section {
    margin-bottom: 120px;
  }

  #problem {
    position: relative;
  }

  #problem .right-col > h2 {
    margin-bottom: 180px;
  }

  #problem .left-col {
    position: absolute;
    left: -40px;
    top: -45px;
    z-index: -1;
  }

  #problem .left-col img {
    max-width: 392px;
    width: 100%;
    opacity: 0.6;
  }

  #problem .right-col {
    width: 100%;
    max-width: 672px;
    display: flex;
    flex-direction: column;
    margin-top: 83px;
  }

  #problem .right-col h2 {
    width: 100%;
    align-self: flex-end;
    text-align: right;
  }

  #problem .problem_item h2 {
    text-align: left;
  }

  #service .contact_us {
    flex-direction: column;
    width: 100%;
  }

  #service .contact_us p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
  }

  #service li {
    width: 50%;
  }

  #solution .content br {
    display: none;
  }

  #solution .solution-list li {
    height: 310px;
    width: 310px;
    padding: 50px 55px 20px;
    justify-content: center;
  }

  #solution .solution-list li:first-child img {
    margin-bottom: 27px;
  }

  #solution .solution-list img {
    margin-bottom: 71px;
  }

  /* #work .work-list{
    flex-direction: column;
    gap:40px;
  } */
  #project .custom_tags {
    gap: 0px;
    margin-bottom: 20px;
  }
  #project .custom_tags {
    width: 100%;
  }
  #project .project_list .right_col {
    top: 0;
  }
  .projectContainer {
    padding: 63px 0;
    margin: 80px 0 0 0;
  }
  .category_slug {
    font-size: 29px;
    margin-bottom: 18px;
    margin-top: 18px;
    text-align: center;
  }
  #project .custom_tags li p {
    font-size: 14px;
  }
  .section1 #project .project_container::after {
    bottom: 0%;
  }
  .section2 #project .project_container::before {
    top: 56px;
  }
  #project .subtitle {
    font-size: 28px;
  }
  #project .custom_tags li:not(:nth-child(1)) {
    margin-left: 0px;
  }
  #project .custom_tags {
    flex-direction: column;
  }
  #project .project_list .prodlist {
    flex-direction: column;
    margin-right: 5px;
  }

  #project .project_list .prodlist::after {
    width: 100%;
  }

  #project .project_list .left_col {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #project .project_list .left_col a {
    align-self: center;
  }

  #project .project_list .right_col {
    width: 100%;
    order: 1;
    margin-bottom: 18px;
  }

  #project .right_col img {
    width: 100%;
    height: 100%;
    transform: rotate(0);
    position: unset;
  }

  #project .buttons {
    display: none;
  }

  #why .why-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }

  #why .why-list li {
    width: 100%;
    max-width: 268px;
  }
  /* 
  #work li{
    max-width:100%;
  } */

  #process {
    padding: 80px 20px 20px;
  }

  #process .process-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #process .process-list li {
    flex-direction: column;
    align-items: center;
    max-width: 180px;
    width: 100%;
    margin: auto;
  }

  #process .process-list .container {
    margin-bottom: 20px;
  }

  #process .process-list li::after {
    transform: rotate(90deg);
    margin-left: 0;
  }

  #footer .top_footer > a {
    width: 157px;
  }

  #footer .social_links li {
    margin: auto;
  }

  #footer .social_links img {
    padding: 2px;
  }

  #message .message-container {
    max-width: 434px;
  }

  #message .content:last-child img {
    transform: translate(5px, -20px);
  }

  #message .pc {
    display: none;
  }

  #message .sp {
    display: block;
  }

  #solution .solution-list li:hover {
    transform: initial;
  }

  #process .process-list li:last-child {
    margin: auto;
  }

  .fill {
    max-width: 256px;
  }

  .fill > img {
    min-width: 37.5vw;
    max-width: 288px;
    min-height: 47.266vw;
    max-height: 363px;
  }

  .main-container {
    padding: 75.003px 28.004px;
  }

  .msg-title {
    font-size: 25px;
  }

  .msg-main {
    max-width: 186px;
    font-size: 14px;
  }

  .modal-content {
    min-width: 65.104vw;
    max-width: 500px;
    min-height: 52.083vw;
    max-height: 400px;
  }

  .grab_btn {
    font-weight: 600;
    font-size: 15.997px;
  }
}

@media (max-width: 480px) {
  #banner {
    height: 780px;
  }

  #banner .bg-image {
    height: 95%;
  }

  #banner section {
    padding: 62px 30px;
    margin-bottom: 45px;
  }

  #banner section h2 {
    line-height: 50px;
  }

  #banner section h2 {
    font-size: 36px;
  }

  #footer .social_links p {
    font-size: 10px;
  }

  #banner section a,
  #solution a button,
  #service .contact_us button {
    font-size: 16px;
  }

  #contact .title {
    font-size: 18px;
  }

  #solution .maxwidth > section h2,
  #client .title .green {
    font-size: 40px;
  }

  /* #problem .right-col h2, */
  /* #work > section h2, */
  #why h2,
  #process h2,
  #project .left_col h2,
  #project .title {
    font-size: 30px;
  }

  #solution .content,
  #banner section p,
  #client .title,
  #project .subtitle {
    font-size: 18px;
  }

  #why .why-list .title,
  #process .process-list .title,
  #project .left_col button {
    font-size: 16px;
  }

  #why .why-list .content {
    font-size: 14px;
  }

  #solution .solution-list h2,
  #service li h2 {
    font-size: 12px;
  }

  #service .contact_us p {
    font-size: 20px;
  }

  /* #project .left_col span{
    width:60px;
    height:60px;
  } */

  #contact form {
    padding: 60px 20px 50px;
  }

  #solution .solution-list {
    gap: 10px;
  }

  #solution .solution-list li {
    width: 150px;
    height: 150px;
    padding: 15px;
  }

  #solution .solution-list img {
    margin-bottom: 30px;
    width: 30px;
  }

  #solution .solution-list li:first-child img {
    margin-bottom: 5px;
  }

  #footer .top_footer {
    flex-direction: column;
  }

  #footer .social_links {
    flex-direction: column;
  }

  #footer .social_links li {
    width: 100%;
  }

  #problem .right-col > h2 {
    margin-bottom: 50px;
  }

  #service > section h2 {
    text-align: center;
  }

  #project .project_list .prodlist {
    padding: 20px 20px 70px;
  }

  /* #project {
    padding: 50px 0px 0px;
  } */

  #project .title {
    font-size: 24px;
  }

  #project .subtitle {
    font-size: 16px;
  }

  #project .subtitle br {
    display: none;
  }

  .modal-content {
    margin: 40% auto;
  }

  .fill {
    position: relative;
    background: #f7941d;
    min-width: 100%;
    min-height: 180px;
    border-radius: 10px 10px 0 0;
  }

  .fill > img {
    width: 215px;
    height: 250px;
    object-fit: cover;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .main-container {
    padding: 10px 11px;
  }

  .main-container button {
    margin-top: 10px;
    font-size: 20px;
  }

  .modal-content {
    width: 70%;
    flex-direction: column;
    min-height: 405px;
  }

  .msg-title {
    font-weight: 600;
    font-size: 25px;
  }
  .msg-main {
    font-size: 2.917vw;
    text-align: start;
    max-width: 208px;
  }
  .grab_btn {
    font-size: 20px;
    padding: 6px 19px;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0.95, 0.95);
  }

  to {
    opacity: 0;
    transform: scale(1.1, 1.3);
  }
}

@keyframes offer {
  from {
    color: white;
  }
  to {
    color: #f58b0e;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #offer_modal li.ecommerce .discount_list .free {
      letter-spacing: 5px;
    }

    #solution .solution-list li {
      margin: 8px;
    }

    #offer_modal .content img {
      display: none;
    }

    @media (max-width: 480px) {
      #project .right_col img {
        filter: initial;
      }

      #solution .solution-list li {
        margin: 0;
      }

      #offer_modal li.ecommerce .discount_list .free {
        letter-spacing: -15px;
      }
    }
  }
}
