/* about us */
.about-us > .container {
  display: flex;
  flex-wrap: wrap; }

.about-us > div {
  min-width: 400px; }

.whoweare {
  flex: 2;
  margin-right: 100px; }

.whoweare h2,
.whoweare h3 {
  margin-bottom: 16px; }

.whoweare p {
  color: #4e4e4e; }

.contact-abt {
  flex: 1; }

.info-abt ul {
  margin-bottom: 40px; }

.info-abt li {
  font: normal normal normal 20px/40px Poppins;
  display: flex;
  align-items: center; }

.info-abt li a {
  color: black;
  display: flex;
  align-items: center;
  font: normal normal normal 20px/40px Poppins; }

.info-abt img {
  width: 32px;
  height: 32px; }

.info-abt span {
  margin-left: 16px; }

.social-link {
  padding: 8px;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  background-color: #6000b8; }

/* grid section */
.msv {
  background-color: #f9fcff; }

.msv > .container {
  padding: 84px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.option {
  padding: 0 40px;
  min-width: 200px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e0d3f4; }

.option:last-child {
  border-right: unset; }

.option img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px; }

.option h3 {
  margin-bottom: 16px; }

.option p {
  color: #212529;
  text-align: center; }

/* getintouch */
.getintouch {
  display: flex;
  flex-wrap: wrap; }

.getintouch > div {
  flex: 1;
  min-width: 400px; }

.contact-form > div {
  margin-bottom: 32px; }

.contact-form > div > label {
  margin-bottom: 8px;
  display: flex;
  align-items: center; }

.contact-form label span {
  margin-left: 8px;
  font: normal normal normal 16px/40px Poppins;
  color: #747474;
  text-transform: capitalize; }

.contact-form label img {
  width: 25px;
  height: 25px;
  object-fit: contain; }

.contact-form input {
  width: 100%;
  font: normal normal normal 16px/40px Poppins;
  border: none;
  border-bottom: 1px solid #adb5bd;
  outline: none; }

.contact-form textarea {
  padding: 5px;
  width: 100%;
  font: normal normal normal 16px/40px Poppins;
  height: 250px;
  outline: none;
  border: 1px solid #adb5bd; }

.looperex-logo {
  display: flex;
  justify-content: center;
  align-items: center; }

.looperex-logo img {
  width: 320px;
  height: 80px;
  object-fit: contain; }

.contact-msg {
  min-height: 400px;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 18px;
  text-align: center;
  display: none; }

.contact-msg img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px; }

.mailsent .contact-msg {
  display: flex; }

.mailsent form {
  display: none; }

@media (max-width: 800px) {
  .about-us > div {
    min-width: 300px; }
  .whoweare {
    margin-right: 0;
    margin-bottom: 20px; }
  .whoweare p {
    margin-bottom: 10px; }
  .contact-abt li {
    font-size: 17px; }
  .flex-msv {
    flex-wrap: wrap; }
  .option {
    padding: 40px;
    border-right: unset;
    border-bottom: 1px solid #e0d3f4; }
  .option:last-child {
    border-bottom: unset; }
  .getintouch {
    justify-content: space-around; }
  .getintouch > div {
    min-width: 300px; }
  .contact-form textarea {
    height: 200px; }
  .looperex-logo {
    margin: 40px 0; }
  .looperex-logo img {
    width: 200px; }
  .contact-msg {
    min-height: 250px;
    font-size: 16px; } }

.container-team {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.team-mem {
  margin: 20px;
  width: 280px;
  height: 362px;
  position: relative; }

.team-mem img {
  object-fit: cover; }

.info-mem {
  background-color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px;
  width: 187px;
  z-index: 10;
  width: 200px; }

.social-mem {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10; }

.social-mem {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px; }

.social-mem a {
  padding: 5px;
  display: inline-block;
  background-color: #6000b8; }

.social-mem img {
  width: 30px;
  height: 30px; }

.social-mem .info {
  background-color: white; }

.pro-mem {
  font: normal normal normal 14px/28px Poppins;
  margin-bottom: 4px;
  color: #6000b8; }

.name-mem {
  font: normal normal medium 20px/32px Poppins; }

.hr-mem {
  position: absolute;
  bottom: 50px;
  width: 100%;
  border-bottom: 2px solid #ffffff; }

.social-mem .social {
  opacity: 0;
  transition: 0.4s; }

.social-mem:hover .social {
  opacity: 1; }

.carousel-cell {
  margin: 0 40px;
  width: 190px !important; }

.carousel-cell img {
  margin-bottom: 20px;
  width: 100%;
  height: 240px; }

.carousel-cell > div {
  font: normal normal 600 18px/20px Poppins;
  text-align: center; }
