/* GROBAL*/
/* @import url('./css/cabinet-grotesk.css'); */
@font-face {
  font-family: "CabinetGrotesk-Black";
  src: url(./fonts/CabinetGrotesk-Black.woff) format("woff");
}

@font-face {
  font-family: "CabinetGrotesk-Regular";
  src: url(./fonts/CabinetGrotesk-Regular.woff) format("woff");
}
@font-face {
  font-family: "CabinetGrotesk-Medium";
  src: url(./fonts/CabinetGrotesk-Medium.woff) format("woff");
}

@font-face {
  font-family: "CabinetGrotesk-Bold";
  src: url(./fonts/CabinetGrotesk-Bold.woff) format("woff");
}
* {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #2a2f2d;
}

a:hover {
  color: #7575ea;
  font-weight: 500;
}

main .hero_part .hero_description button:hover {
  cursor: pointer;
  background: #f6f8ff;
  border: 1px solid #7575ea;
  color: #7575ea;
  transition: 0.4s;
}

main .hero_part .hero_description button a {
  color: #f6f8ff;
}
main .hero_part .hero_description button:hover a {
  color: #7575ea;
  font-weight: 500;
}

#contact .contact_form_list form .submit_btn button:hover {
  cursor: pointer;
  background: #f6f8ff;
  border: 1px solid #7575ea;
  color: #7575ea;
  transition: 0.4s;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
div,
ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body {
  margin:0 auto;
  max-width:1080px ;
} */

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
.center {
  /* display: flex; */
  flex-direction: row;
  align-items: center;
}

.separator {
  padding: 150px 0 64px 0;
}

/*HEADER*/
header {
  padding: 8px 0px;

  /* border-bottom: 1px solid #000; */
  box-shadow: rgba(63, 63, 133, 0.05) 0px 4px;
  z-index: 999;

  /* border:1px solid blue; */
}

header .menu_bar {
  display: grid;
  grid-template-columns: 2fr 4fr;
}
header .logo {
  /* width:50%; */
  width: 172px;
  height: 100%;
  color: white;
  text-align: center;
}

header .logo img {
  width: 100%;
  height: auto;
  /* width:50%; */
  /* height:100%; */
}

.menu {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

header .menu ul {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}

header .menu ul li {
  padding-left: 60px;
  justify-content: flex-end;
}

header .menu ul li a {
  font-family: "CabinetGrotesk-Bold", Courier, monospace;
}

main .hero_part {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0 auto;
}

main .hero_part .hero_description {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main .hero_part .hero_description p {
  padding: 4% 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

main .hero_part .hero_description button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 246px;
  height: 48px;
  color: #fff;
  background: #7575ea;
  border: 1px solid #7575ea;
  border-radius: 8px;

  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
}

main .hero_part .hero {
  width: 50%;
  display: flex;
  height: 350px;
  justify-content: flex-end;
}

main .hero_part .hero img {
  width: unset;
  height: 100%;
}

/* Main section */
section .feature_wrapper div:last-child {
  margin: 0;
}
section .section_title {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
}

section .feature {
  margin-bottom: 64px;
}

section .feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
  align-items: center;
}

section .feature ul .feature_desc p {
  font-size: 16px;
}

section .feature_desc p {
  line-height: 1.5rem;
}

section .feature ul .feature_desc h3 {
  padding: 4% 0;
  font-size: 23px;
}

section .img_box {
  width: 100%;
  height: 100%;
}

section .img_box img {
  object-fit: cover;
}
/* steps sections here */

h3.step_title {
  grid-column: 1/-1;
  /* font-family: 'Cabinet Grotesk'; */
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #2a2f2d;
}
section.steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 33px;
}
section.steps .icon-holder {
  max-width: 64px;
}
h4.heading {
  margin: 16px 0;
}

/* solution section here */

#solution .solution_content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  grid-gap: 32px 144px;
}

#solution .section_title {
  font-size: 40px;
  font-weight: 500;
}

li.center.sol-card {
  max-width: 468px;
  padding: 16px;
  background: #f6f8ff;
  border-radius: 16px;
}

#solution .solution_content li img {
  width: 80px;
  height: 80px;
  padding: 5px;
  margin-bottom: 11px;
}

#solution .solution_content sol-card {
  padding-top: 20px;
  display: flex;
}

#solution .solution_content sol-card p {
  padding-left: 16px;
}
#team h2.section_title {
  margin-bottom: 16px;
  font-size: 40px;
}

#team .team_desc {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 48px;
}

#team .member_card {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(
      0,
      1fr
    );
}

#team .member_card li {
  width: 246px;
  margin-right: 32px;
  margin-bottom: 48px;
}

/* #team .member_card li:hover {
	transform: scale(1.15);
	transition: ease-in-out 0.3s;
} */

#team .member_card > li:last-child {
  padding: 0;
}
#team .member_card .member_pic {
  background-color: #f6f8ff;
  border-radius: 12px;
  width: 164px;
  margin: 0 auto;
  display: block;
}

#team .member_card h5 {
  /* padding: 6% 0 6% 0; */
  text-align: center;
  font-size: 16px;
  padding: 12px 0;
}
#team .member_card p {
  font-size: 13px;
  padding: 0 0 12px 0;
  text-align: center;
  /* padding-bottom: 6%; */
}

#team .icons {
  display: flex;
  justify-content: space-around;
  padding: 0 20%;
}
#team .btn_icon {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

#team .btn_icon:hover {
  filter: contrast(200%) brightness(0.5);
  transition: ease-in-out 0.5s;
}
#team .fa-linkedin-in,
.fa-instagram {
  padding-left: 30%;
  padding-top: 20%;
}

/* #contact {
  background-color: #eee;
} */

.contact_box > li {
  width: 508px;
  padding-top: 86px;
  margin-bottom: 150px;
}

#contact .contact_box {
  display: flex;
  justify-content: space-around;
}

#contact .separator_contact #contact .contact_form_list {
  display: flex;
}

#contact .contact_form_list form h4 {
  font-size: 28px;
  font-weight: 500;
}

#contact .contact_form_list form .submit_btn button {
  padding: 3% 5%;
  margin: 2% 0;
  color: white;
  border: 0;
  border-radius: 5px;
  background: #7575ea;
  border-radius: 8px;
}

form > * {
  margin: 0.7rem 0;
}
form > div > * {
  display: flex;
  margin: 1rem 0;
  flex-direction: column;
}
form > div input[type="text"] {
  border: 1.5px solid #c6c6c7;
  height: 32px;
  width: 100%;
  border-radius: 8px;
}

form > div textarea {
  width: 100%;
  border: 1.5px solid #c6c6c7;
  /* height: 184px; */
  border-radius: 8px;
}

.submit_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding: 12px 16px; */
  gap: 8px;
}

footer {
  background-color: black;
  color: white;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer_desc {
  padding: 5% 35% 0;
  font-size: 1.4rem;
}

footer .contact {
  font-size: 14px;
  padding: 2% 0;
}

footer .copy {
  font-size: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.hamburger {
  display: none;
}

#contact .contact_form_list form .submit_btn button {
  padding: 3% 5%;
  margin: 2% 0;
  color: white;
  border: 0;
  border-radius: 5px;
  background: #7575ea;
  border-radius: 8px;
}

form > * {
  margin: 0.7rem 0;
}
form > div > * {
  display: flex;
  margin: 1rem 0;
  flex-direction: column;
}
form > div input[type="text"] {
  border: 1.5px solid #c6c6c7;
  height: 32px;
  width: 100%;
  border-radius: 8px;
}

form > div textarea {
  width: 100%;
  border: 1.5px solid #c6c6c7;
  /* height: 184px; */
  border-radius: 8px;
}

.submit_btn {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  /* padding: 12px 16px; */
  gap: 8px;
}

footer {
  background-color: black;
  color: white;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer_desc {
  padding: 5% 35% 0;
  font-size: 1.4rem;
}

footer .contact {
  font-size: 14px;
  padding: 2% 0;
}

footer .copy {
  font-size: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.hamburger {
  display: none;
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  font-size: large;
  min-width: 300px; /* Set a default minimum width */
  max-width: 1080px;
  margin-left: -150px; /* Divide value of min-width by 2 */
  background-color: #7575ea; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 10px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 120px; /* 30px from the bottom */
}

#snackbar.show {
  visibility: visible; /* Show the snackbar */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 120px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 120px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 120px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 120px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* Mobile css */

@media screen and (max-width: 768px) {
  #team .member_card {
    grid-template-columns: repeat(2, 1fr);
  }

  header .menu_bar {
    padding-top: 8px;
  }

  .menu_bar .logo img {
    display: none;
  }

  .menu_bar .logo {
    background-image: url("./Landing-assets/Logofavicon.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    width: 48px;
    margin-bottom: 20px;
  }

  .wrapper {
    margin: 0 auto;
    width: 90vw;
  }

  main .hero_part {
    /* height: 100vh; */
    margin: 1rem auto;
    margin: auto;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  main .hero_part .hero {
    width: unset;
    justify-content: center;
    padding-top: 20px;
  }

  main .hero_part .hero_description {
    width: auto;
  }

  main .hero_part .hero_description button {
    width: 100%;
    margin: 0 auto;
  }

  main .hero_part .hero_description a:visited {
    color: white;
  }
  main .hero_part .hero_description a {
    color: white;
  }
  div.odd ul {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem auto;
  }
  .feature ul {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 1rem;
    margin: 1rem auto;
  }

  section.steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem auto;
  }
  div.steps {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 1rem;
    margin: 1rem auto;
    align-items: center;
  }
  p.step_desc {
    grid-column: 1/3;
    line-height: 1.5rem;
  }
  #solution .solution_content ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }
  #solution .solution_content ul li {
    display: flex;
  }

  #solution .solution_content ul li p {
    padding-left: 16px;
    line-height: 1.5rem;
  }
  #contact .contact_box {
    flex-direction: column;
  }
  .contact_box > li {
    width: 100%;
    padding: unset;
  }

  #team .member_card li {
    width: auto;
    padding: unset;
  }

  #contact .contact_form_list form .submit_btn button {
    display: flex;
    align-items: center;
    font-size: 13.33px;;
    width: 100%;
  }

  /* Mobile menu */
  .hamburger {
    display: block;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
  }

  header nav.menu {
    display: none;
    grid-column: 1/3;
    margin: 1rem 0;
  }

  nav.menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    width: 100%;
    margin-top: 33%;
  }

  nav.menu ul li {
    padding: 30px 8px;
  }

  nav.menu ul li a {
    font-size: 20px;
  }
  #menu.hidden {
    display: block;
    text-align: center;
    height: 100vh;
    padding: 0;
    margin: 0;
  }

  #menu.hidden {
    margin: 0;
  }

  .divider {
    align-content: center;
    z-index: 100000;
    padding-top: 8px;
    margin: 0;
    height: 3px;
    box-shadow: rgba(63, 63, 133, 0.05) 0 -4.5px;
  }
}

@media screen and (max-width: 400px) {
  main .hero_part .hero img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  #team .member_card li {
    width: auto;
    margin-right: unset;
    margin-bottom: unset;
  }
  #team .member_card .member_pic {
    width: 100%;
  }
}
