*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  font-family: "Poppins";
}

a {
  text-decoration: none;
  color: #3f99da;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.visible {
  opacity: 1;
  transform: none;
}

.container #scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999;
  background-color: #ef8b15;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 14px 18px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.container #scrollTopBtn:hover {
  background-color: #cf7410;
}
.container #scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}
.container .navbar {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
}
.container .navbar #hamburger {
  display: none;
}
.container .navbar .left_side .logo {
  width: 80px;
}
.container .navbar .right_side .contact-button {
  display: inline-block;
  padding: 15px 20px;
  background-color: #ef8b15;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
}
.container .navbar .right_side .contact-button:hover {
  background-color: #e65c1e;
}
.container .navbar .right_side a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: black;
  padding-right: 32px;
}
.container .navbar .right_side button {
  color: white;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border: none;
  background-color: #ef8b15;
  border-radius: 20px;
  padding: 16px 45px;
}
.container .hero img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container #aboutUs {
  padding-top: 100px;
}
.container #aboutUs .logo_section {
  width: 287px;
}
.container #aboutUs .bridge_ctr {
  display: flex;
  justify-content: center;
  gap: 21px;
}
.container #aboutUs .bridge_ctr .left_side .bridge_img {
  width: 511px;
  border-radius: 100px;
}
.container #aboutUs .bridge_ctr .right_side {
  width: 523px;
}
.container #aboutUs .bridge_ctr .right_side .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 72px;
  letter-spacing: -2.5%;
  color: #b88e2f;
}
.container #aboutUs .bridge_ctr .right_side .description {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #333333;
}
.container #aboutUs .tailored_ctr {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container #aboutUs .tailored_ctr .up_side {
  width: 800px;
  text-align: center;
}
.container #aboutUs .tailored_ctr .up_side .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #111827;
}
.container #aboutUs .tailored_ctr .up_side .description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #111827;
}
.container #aboutUs .tailored_ctr .down_side {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: 50px;
}
.container #aboutUs .tailored_ctr .down_side .benefits_ctr {
  width: 280px;
  padding-bottom: 40px;
}
.container #aboutUs .tailored_ctr .down_side .benefits_ctr .logo-inline {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
}
.container #aboutUs .tailored_ctr .down_side .benefits_ctr .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #111827;
}
.container #aboutUs .tailored_ctr .down_side .benefits_ctr .description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #111827;
}
.container #aboutUs .vismis_ctr .up_side {
  display: flex;
}
.container #aboutUs .vismis_ctr .up_side .monas_ctr {
  position: relative;
  width: 50%;
}
.container #aboutUs .vismis_ctr .up_side .monas_ctr .monas_img {
  width: 100%;
}
.container #aboutUs .vismis_ctr .up_side .monas_ctr .logo_section {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.container #aboutUs .vismis_ctr .up_side .vision_ctr {
  width: 50%;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container #aboutUs .vismis_ctr .up_side .vision_ctr .title {
  width: 224px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
  color: #1c1c1c;
}
.container #aboutUs .vismis_ctr .up_side .vision_ctr .description {
  width: 224px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #5e5b5b;
}
.container #aboutUs .vismis_ctr .down_side {
  display: flex;
}
.container #aboutUs .vismis_ctr .down_side .mission_ctr {
  width: 50%;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container #aboutUs .vismis_ctr .down_side .mission_ctr .title {
  width: 224px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
  color: #1c1c1c;
}
.container #aboutUs .vismis_ctr .down_side .mission_ctr .description {
  width: 224px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #5e5b5b;
}
.container #aboutUs .vismis_ctr .down_side .yunani_ctr {
  width: 50%;
}
.container #aboutUs .vismis_ctr .down_side .yunani_ctr .yunani_img {
  width: 100%;
}
.container #whytdm {
  padding: 100px 10px;
}
.container #whytdm .up_side {
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.container #whytdm .up_side .left_side {
  width: 500px;
}
.container #whytdm .up_side .left_side .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 72px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #b88e2f;
}
.container #whytdm .up_side .left_side .description {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
}
.container #whytdm .up_side .right_side .whytdm_img {
  width: 500px;
}
.container #whytdm .down_side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.container #whytdm .down_side .card_ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 254px;
  height: 328px;
  border: 5px solid #9ca3af;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.container #whytdm .down_side .card_ctr .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #111827;
}
.container #whytdm .down_side .card_ctr .description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #111827;
}
.container #gallery {
  padding-left: 78px;
  padding-right: 78px;
  max-width: 1366px;
  margin: auto;
}
.container #gallery .sentence_ctr {
  display: flex;
  justify-content: space-between;
}
.container #gallery .sentence_ctr .left_side .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 17px;
}
.container #gallery .sentence_ctr .left_side .description {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #636363;
}
.container #gallery .gallery_ctr_1 {
  display: flex;
  justify-content: end;
  gap: 10px;
  padding-right: 37px;
}
.container #gallery .gallery_ctr_1 .left_side {
  display: flex;
  justify-content: end;
  align-items: end;
}
.container #gallery .gallery_ctr_1 .left_side img {
  width: 281px;
  display: flex;
}
.container #gallery .gallery_ctr_1 .center_side {
  display: flex;
  justify-content: end;
  align-items: end;
}
.container #gallery .gallery_ctr_1 .center_side img {
  width: 281px;
}
.container #gallery .gallery_ctr_1 .right_side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container #gallery .gallery_ctr_1 .right_side img {
  width: 281px;
}
.container #gallery .gallery_ctr_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  width: 100%;
}
.container #gallery .gallery_ctr_2 .gallery_6 {
  width: 281px;
}
.container #gallery .gallery_ctr_2 .gallery_7 {
  width: 281px;
}
.container #gallery .gallery_ctr_2 .gallery_8 {
  width: 580px;
}
.container #gallery .gallery_ctr_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.container #gallery .gallery_ctr_3 .left_side img {
  width: 568px;
}
.container #gallery .gallery_ctr_3 .center_side {
  width: 290px;
}
.container #gallery .gallery_ctr_3 .center_side img {
  width: 290px;
}
.container #gallery .gallery_ctr_3 .right_side {
  width: 290px;
}
.container #gallery .gallery_ctr_3 .right_side img {
  width: 290px;
}
.container #gallery .gallery_ctr_4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.container #gallery .gallery_ctr_4 img {
  width: 282px;
}
.container #ourpartners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container #ourpartners .up_side {
  padding: 100px 0 50px 0;
  width: 710px;
}
.container #ourpartners .up_side .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.container #ourpartners .up_side .description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #636363;
}
.container #ourpartners .down_side {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.container #ourpartners .down_side img {
  width: 272px;
  -o-object-fit: cover;
     object-fit: cover;
}
.container #ourteam {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}
.container #ourteam .up_side .title_orange {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ef8b15;
  text-align: center;
}
.container #ourteam .up_side .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  color: #171a1f;
  text-align: center;
}
.container #ourteam .up_side .description {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #565d6d;
}
.container #ourteam .down_side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.container #ourteam .down_side .card_ctr {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container #ourteam .down_side .card_ctr .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #424242;
  z-index: -9;
}
.container #ourteam .down_side .card_ctr .img_ctr {
  width: 276px;
  height: 370px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.container #ourteam .down_side .card_ctr .img_ctr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container #ourteam .down_side .card_ctr .profile_ctr {
  width: 100%;
  text-align: center;
}
.container #ourteam .down_side .card_ctr .profile_ctr.arga .name {
  font-size: 15px;
}
.container #ourteam .down_side .card_ctr .profile_ctr .name {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #1e3881;
  padding-top: 10px;
}
.container #ourteam .down_side .card_ctr .profile_ctr .job {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: #9095a1;
}
.container .footer_ctr {
  display: flex;
  justify-content: space-between;
}
.container .footer_ctr .left_side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 570px;
}
.container .footer_ctr .left_side img {
  width: 216px;
}
.container .footer_ctr .left_side .title {
  width: 358px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
}
.container .footer_ctr .left_side .description {
  width: 358px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #636363;
}
.container .footer_ctr .right_side {
  padding: 64px;
  border: 1px solid #ef8b15;
  border-radius: 128px 0 0 0;
}
.container .footer_ctr .right_side .up_side {
  display: flex;
  justify-content: space-between;
}
.container .footer_ctr .right_side .up_side .left p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #36382e;
}
.container .footer_ctr .right_side .up_side .left .title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #ef8b15;
  margin-bottom: 16px;
}
.container .footer_ctr .right_side .up_side .left .address_ctr {
  margin-top: 31px;
  margin-bottom: 59px;
}
.container .footer_ctr .right_side .up_side .right .title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #ef8b15;
}
.container .footer_ctr .right_side .up_side .right .medsos_ctr img {
  width: 50px;
  margin-right: 20px;
}
.container .whatsapp-chat-overlay {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-family: "Poppins", sans-serif;
  z-index: 9999;
}
.container .whatsapp-chat-overlay .whatsapp-icon {
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.container .whatsapp-chat-overlay .whatsapp-icon img {
  width: 24px;
  height: 24px;
}
.container .whatsapp-chat-overlay .chat-box {
  display: none;
  width: 300px;
  margin-top: 10px;
}
.container .whatsapp-chat-overlay .chat-box .chat-header {
  background-color: #25d366;
  color: white;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  font-weight: bold;
}
.container .whatsapp-chat-overlay .chat-box .chat-body {
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.container .whatsapp-chat-overlay .chat-box .chat-body .message {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}
.container .whatsapp-chat-overlay .chat-box .chat-body .chat-button {
  display: block;
  background-color: #25d366;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .container .navbar {
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px;
  }
  .container .navbar #hamburger {
    font-size: 26px;
    cursor: pointer;
    display: block;
    margin-right: 20px;
  }
  .container .navbar .left_side {
    display: none;
  }
  .container .navbar .right_side {
    position: absolute;
    top: 70px;
    left: 0;
    height: -moz-max-content;
    height: max-content;
    width: 300px;
    background-color: white;
    flex-direction: column;
    padding: 20px;
    display: none;
    gap: 20px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: flex;
  }
  .container .navbar .right_side a {
    padding: 12px 0;
  }
  .container .navbar .right_side button {
    width: 100%;
    margin-top: 20px;
  }
  .container .navbar .right_side.active {
    display: flex;
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .container #aboutUs .logo_section {
    width: 110px;
  }
  .container #aboutUs .bridge_ctr {
    padding-left: 13px;
    padding-right: 13px;
  }
  .container #aboutUs .bridge_ctr .left_side .bridge_img {
    width: 182px;
  }
  .container #aboutUs .bridge_ctr .right_side {
    width: 247px;
  }
  .container #aboutUs .bridge_ctr .right_side .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: -2.5%;
  }
  .container #aboutUs .bridge_ctr .right_side .description {
    font-family: Poppins;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0%;
  }
  .container #aboutUs .tailored_ctr .up_side {
    width: 100%;
    padding: 0 20px;
  }
  .container #aboutUs .tailored_ctr .up_side .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -2.5%;
    text-align: center;
  }
  .container #aboutUs .tailored_ctr .up_side .description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #aboutUs .tailored_ctr .down_side {
    align-items: center;
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
    gap: 25px;
  }
  .container #aboutUs .tailored_ctr .down_side .left_side .benefits_ctr {
    padding-bottom: 0;
    width: 201px;
  }
  .container #aboutUs .tailored_ctr .down_side .left_side .benefits_ctr .logo-inline {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
  }
  .container #aboutUs .tailored_ctr .down_side .left_side .benefits_ctr .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -2.5%;
    text-align: center;
  }
  .container #aboutUs .tailored_ctr .down_side .left_side .benefits_ctr .description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #aboutUs .tailored_ctr .down_side .right_side .benefits_ctr {
    padding-bottom: 0;
    width: 201px;
  }
  .container #aboutUs .tailored_ctr .down_side .right_side .benefits_ctr .logo-inline {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
  }
  .container #aboutUs .tailored_ctr .down_side .right_side .benefits_ctr .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -2.5%;
    text-align: center;
  }
  .container #aboutUs .tailored_ctr .down_side .right_side .benefits_ctr .description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #aboutUs .vismis_ctr .up_side {
    flex-direction: column;
  }
  .container #aboutUs .vismis_ctr .up_side .monas_ctr {
    width: 100%;
  }
  .container #aboutUs .vismis_ctr .up_side .monas_ctr .monas_img {
    width: 100%;
  }
  .container #aboutUs .vismis_ctr .up_side .monas_ctr .logo_section {
    display: none;
  }
  .container #aboutUs .vismis_ctr .up_side .vision_ctr {
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 80px 0;
  }
  .container #aboutUs .vismis_ctr .up_side .vision_ctr .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 62px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
  }
  .container #aboutUs .vismis_ctr .up_side .vision_ctr .description {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #aboutUs .vismis_ctr .down_side {
    flex-direction: column;
  }
  .container #aboutUs .vismis_ctr .down_side .mission_ctr {
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 80px 0;
  }
  .container #aboutUs .vismis_ctr .down_side .mission_ctr .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 62px;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
  }
  .container #aboutUs .vismis_ctr .down_side .mission_ctr .description {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #aboutUs .vismis_ctr .down_side .yunani_ctr {
    width: 100%;
  }
  .container #whytdm .up_side {
    flex-direction: column;
  }
  .container #whytdm .up_side .left_side {
    width: 280px;
  }
  .container #whytdm .up_side .left_side .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -2.5%;
    text-align: center;
  }
  .container #whytdm .up_side .left_side .description {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #whytdm .up_side .right_side .whytdm_img {
    width: 380px;
  }
  .container #whytdm .down_side {
    flex-direction: column;
  }
  .container #gallery {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .container #gallery .sentence_ctr {
    display: block;
  }
  .container #gallery .sentence_ctr .left_side {
    width: 100%;
  }
  .container #gallery .sentence_ctr .left_side .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .container #gallery .sentence_ctr .left_side .description {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .container #gallery .sentence_ctr .gallery_ctr_1 {
    padding-right: 0;
    margin-top: 20px;
  }
  .container #gallery .sentence_ctr .gallery_ctr_1 .left_side {
    justify-content: start;
  }
  .container #gallery .sentence_ctr .gallery_ctr_1 .left_side img {
    width: 100px;
    display: block;
  }
  .container #gallery .sentence_ctr .gallery_ctr_1 .center_side {
    justify-content: start;
  }
  .container #gallery .sentence_ctr .gallery_ctr_1 .center_side img {
    width: 100%;
  }
  .container #gallery .sentence_ctr .gallery_ctr_1 .right_side {
    justify-content: start;
  }
  .container #gallery .sentence_ctr .gallery_ctr_1 .right_side img {
    width: 100px;
  }
  .container #gallery .gallery_ctr_2 {
    gap: 3px;
  }
  .container #gallery .gallery_ctr_2 .gallery_6 {
    width: 90px;
  }
  .container #gallery .gallery_ctr_2 .gallery_7 {
    width: 90px;
  }
  .container #gallery .gallery_ctr_2 .gallery_8 {
    width: 199px;
  }
  .container #gallery .gallery_ctr_3 {
    gap: 3px;
  }
  .container #gallery .gallery_ctr_3 .left_side img {
    width: 200px;
  }
  .container #gallery .gallery_ctr_3 .center_side img {
    width: 90px;
  }
  .container #gallery .gallery_ctr_3 .right_side img {
    width: 90px;
  }
  .container #gallery .gallery_ctr_4 {
    gap: 3px;
  }
  .container #gallery .gallery_ctr_4 img {
    width: 90px;
  }
  .container #ourpartners .up_side {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container #ourpartners .up_side .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #ourpartners .up_side .description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #ourpartners .down_side {
    grid-template-columns: none;
  }
  .container #ourteam .up_side .title_orange {
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #ourteam .up_side .title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #ourteam .up_side .description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
  }
  .container #ourteam .down_side {
    flex-direction: column;
  }
  .container .footer_ctr {
    flex-direction: column;
    gap: 20px;
  }
  .container .footer_ctr .left_side {
    width: 100%;
  }
  .container .footer_ctr .left_side img {
    width: 216px;
  }
  .container .footer_ctr .left_side .title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .container .footer_ctr .left_side .description {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .container .footer_ctr .right_side .up_side {
    flex-direction: column;
  }
}/*# sourceMappingURL=landing_page.css.map */