* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
}
@font-face {
  font-family: roboto;
  src: url(img/Roboto-Black.ttf);
}
@font-face {
  font-family: poppins;
  src: url(img/Poppins-Light.ttf);
}
h1 {
  font-family: roboto;
}
body {
  font-family: poppins;
}
html::-webkit-scrollbar {
  display: none;
}
.navbar {
  background-color: rgb(35, 161, 54);
}
@media (min-width: 1240px) {
  .T {
    width: 50%;
  }
  .TL {
    min-height: 520px;
    max-height: 520px;
  }
  .YL {
    min-height: 400px;
    max-height: 400px;
  }

  .ZL {
    min-height: 220px;
    max-height: 220px;
  }
  .OL {
    min-height: 220px;
    max-height: 220px;
  }
}

nav img {
  width: 7rem;
}
footer {
  background-color: rgb(17, 89, 40);
  color: white;
}
footer img {
  width: 7rem;
}
footer .FG li {
  list-style: circle;
  text-align: left;
}
.FG {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
header ul {
  display: flex;
  padding: 20px;
  gap: 1rem;
}
.nav-link {
  color: white;
  font-size: 25px;
  font-weight: 700;
}
footer .nav-link {
  font-size: 20px;
  font-weight: 800;
}
footer .dropdown-menu li {
  list-style: none;
}
.video-section {
  position: relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.content {
  color: white;
  text-align: center;
  z-index: 1;
}
.content h1 {
  font-size: 3rem;
}
main h1 {
  font-size: 3rem;
  text-align: center;
}
main {
  background-color: rgb(35, 161, 54);
}
.MM {
  background-image: url(img/mobile\ meeting.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000b9;
  mix-blend-mode: multiply;
}
.card {
  background-color: transparent;
}

.card-body {
  background-color: rgb(255, 200, 0);
}
.videox-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videox-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.con ul li::before {
  content: "\2022";
  color: rgb(255, 200, 0);
  font-size: 2rem;
  margin-right: 10px;
}
.z {
  width: 35rem;
  height: 35rem;
}
/* Test */
.content-above,
.content-below {
  height: 30vh;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.video-sec {
  position: relative;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.video-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
  width: 100%;
  padding: 20px;
  display: flex;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
p {
  font-size: 1rem;
}
.R {
  background-color: rgba(35, 161, 54, 0.507);
  border-radius: 30px;
}
/* Test */
.get {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: no-repeat fixed center;
  background-size: cover;
  height: 60vh;
  background-image: url(img/trtr.jpg);
  background-color: rgba(35, 161, 0, 0.5);
  background-blend-mode: multiply;
}

footer div {
  text-align: center;
  gap: 20px;
}
/* Team */
.team-member {
  transition: transform 0.3s ease-in-out;
}
.team-member:hover {
  transform: translateY(-10px);
}
.bg-custom-green {
  background-color: rgb(35, 161, 54);
}
.bg-custom-yellow {
  background-color: rgb(255, 200, 0);
}
.text-custom-green {
  color: rgb(35, 161, 54);
}
.text-custom-yellow {
  color: rgb(255, 200, 0);
}
/* Team */
/* Goal */
.bg-custom-green {
  background-color: rgb(35, 161, 54);
}
.text-custom-green {
  color: rgb(35, 161, 54);
}
.bg-custom-yellow {
  background-color: rgb(255, 200, 0);
}
.goal-card {
  border: 2px solid rgb(35, 161, 54);
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  position: relative;
}
.goal-card:hover {
  transform: translateY(-10px);
}
.goal-number {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 50px;
  height: 50px;
  background-color: rgb(35, 161, 54);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  z-index: 3;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.goal-icon {
  font-size: 2.5rem;
  color: rgb(35, 161, 54);
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
.hover-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(35, 161, 54, 0.9);
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 0 100%;
  z-index: 1;
}
.goal-card:hover .hover-bg {
  width: 200%;
  height: 200%;
}
.goal-card:hover .goal-icon {
  color: white;
}
.card-title {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
.goal-card:hover .card-title {
  color: white !important;
}
/* Goal */
.J {
  background-color: rgb(255, 200, 0);
  max-width: 100%;
}
.s {
  color: rgb(35, 161, 54);
}
/* Partners */
.partner-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}
.partner-logos {
  display: flex;
  overflow: hidden;
  position: relative;
}
.logo-container {
  display: flex;
  animation: scroll 5s linear infinite;
}
.logo-container:hover {
  animation-play-state: paused;
}
.logo {
  flex: 0 0 auto;
  width: 150px;
  height: 100px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
@keyframes scroll {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Partners */
/* FOrm */
.T {
  padding: 2rem;
}
.contact-form {
  background-color: #f0f0f010;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.form-control:focus {
  border-color: rgb(35, 161, 54);
  box-shadow: 0 0 0 0.2rem rgba(35, 161, 54, 0.25);
}
.btn-primary {
  background-color: rgb(35, 161, 54);
  border-color: rgb(35, 161, 54);
}
.btn-primary:hover {
  background-color: rgb(255, 200, 0);
  border-color: rgb(255, 200, 0);
}
.contact-info {
  background-color: rgba(35, 161, 54, 0.37);
  color: white;
  border-radius: 15px 0 0 15px;
}
.contact-info i {
  font-size: 2rem;
  color: rgb(255, 200, 0);
}
@media (max-width: 767.98px) {
  .contact-info {
    border-radius: 15px 15px 0 0;
  }
}
/* FOrm */

/* Mobile form */
.contact-section {
  background-image: url("img/Opi.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 128, 0, 0.7); /* Green overlay */
}

.contact-section .container {
  position: relative;
  z-index: 1;
}

.contact-info {
  color: white;
}

.contact-info h2 {
  margin-bottom: 20px;
}

.form-control {
  margin-bottom: 15px;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}
/* Mobile form */
/* Mobile Slider */
.mobile-slider {
  display: block;
}
.desktop-view {
  display: none;
}
.carousel-item {
  text-align: center;
}
.team-members img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
/* Mobile Slider */
/* Blog */
.blog-card {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: transform 0.3s;
}
.blog-card a {
  text-decoration: rgb(35, 161, 54) underline;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-image {
  height: 200px;
  object-fit: cover;
}
.blog-title {
  color: rgb(35, 161, 54);
}
.btn-primary {
  background-color: rgb(35, 161, 54);
  border-color: rgb(35, 161, 54);
}
.btn-primary:hover {
  background-color: rgb(255, 200, 0);
  border-color: rgb(35, 161, 54);
  color: #000;
}
/* Blog */
/* Article */
.custom-carousel {
  max-width: 800px;
  margin: 0 auto;
}
.Y {
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-20%);
  transform: translateX(20%);
}
.article-card {
  border: 2px solid rgb(255, 200, 0);
  transition: all 0.3s ease;
}
.article-card:hover {
  box-shadow: 0 0 15px rgba(255, 200, 0, 0.5);
}
.btn-read-more {
  background-color: rgb(35, 161, 54);
  color: white;
}
.btn-read-more:hover {
  background-color: rgb(255, 200, 0);
  color: black;
}
.article-content {
  max-height: 200px;
  overflow-y: auto;
}
/* Article */
/* Social */
.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: black;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="Facebook"] .filled,
.example-2 .icon-content a[data-social="Facebook"] ~ .tooltip {
  background-color: blue;
}
.example-2 .icon-content a[data-social="Tiktok"] .filled,
.example-2 .icon-content a[data-social="Tiktok"] ~ .tooltip {
  background-color: black;
  color: white;
}

.example-2 .icon-content a[data-social="Whatsapp"] .filled,
.example-2 .icon-content a[data-social="Whatsapp"] ~ .tooltip {
  background-color: blue;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}

/* Social */
@media (max-width: 500px) {
  .video-section {
    position: relative;
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .video-background {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 100;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    /* transform: translateX(-50%) translateY(-50%); */
    z-index: -1;
  }

  .content {
    color: white;
    text-align: center;
    z-index: 1;
  }
  .content h1 {
    font-size: 3rem;
  }
  main h1 {
    font-size: 3rem;
    text-align: center;
  }
  main {
    background-color: rgb(35, 161, 54);
  }
  .MM {
    background-image: url(img/mobile\ meeting.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000b9;
    mix-blend-mode: multiply;
  }
}
/* Test */
