body {
    font-family: 'Poppins', sans-serif;
}

*{
    scroll-behavior: smooth;
}

header {
  background-color: transparent;
  padding: 20px;
  position: fixed;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 1000; /* Make sure the navbar is above other elements */
  height: 100px;
}

header.scrolled {
  background-color: #1B2259;
  height: 175px;
}

.news{
  background-color: #1B2259;
  padding-top: 2.42em;
  padding-bottom: 2.42em;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}


.partner{
  margin-left: auto;
  margin-right: auto;

}


@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}
.partner-collection{
  /*display: grid;*/
  /*grid-template-columns: auto auto auto;*/
  /*grid-row-gap: 100px;*/
  padding: 50px;
  margin: auto;
}

.sponsor-collection{
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 50px;
}

.sponsorship{
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  padding-bottom: 8.42em;
}

.sponsor-logo{
  max-height: 150px;
  max-width: 100%;
  margin: auto;
}

.sponsor-logo1{
  max-width: 100%;
  margin: auto;
}

.space-section{
  padding-bottom: 10.42em;
}

.space-section1{
  padding-bottom: 7.42em;
}

.section-2{
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.explore:hover{
  color: #fff;
  text-decoration: none;
}

.container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
  }
  .container p {
    font-size: 20px;
  }
  .container a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #1B2259;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    top: 5px;
  }
  .container a:after {
    content: "";
    position: absolute;
    background: #1B2259;
    height: 2px;
    width: 0%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: 0.35s ease;
  }
  .container a:hover:after, .container a:focus:after, .container a:active:after {
    width: 100%;
  }

  .button_container {
    position: fixed;
    top: 7%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
  }
  .button_container:hover {
    opacity: 0.7;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
  }
  .button_container span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }

  .overlay {
    position: fixed;
    background: #1B2259;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
    z-index: 1;
  }
  .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .overlay nav {
    position: relative;
    height: 400px;
    top: 300px;
    transform: translateY(-50%);
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }


.logo{
    width: 950px;
}

.logo img {
    padding: 0 200px;
    max-height: 18%;
    position: fixed;
    z-index: 1;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-left: auto;
    margin-left: auto;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(65%);
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.unipapua{
    font-size: 115px;
    color: white;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.footcom{
    margin-top: -20px;
    color: #F6EB04;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.content a{
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 1.15em;
    border: 1px solid white;
    border-color: white;
    padding: 10px 60px;
    background-color: rgba(255,255,255,.16);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 40px;
}

.content a:hover{
    background-color: transparent;
    backdrop-filter: blur(0);
}

/* Add this keyframes definition for the animation */
@keyframes welcomeAnimation {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.container-welcome-inside{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1110px;
    top: -7.81em;
    background-color: white;
    position: relative;
    padding-top: 60px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.animated-welcome {
    animation: welcomeAnimation 1.5s ease-in-out;
}

.title-1{
    font-family: 'Poppins', sans-serif;
    letter-spacing: -.8px;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6em;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
}

.divider-1{
    width: 4.17em;
    height: 1px;
    background-color: #10375C;
    margin-top: 0.83em;
}

.divider-2{
  width: 4.17em;
  height: 1px;
  background-color: #ffffff;
  margin-top: 0.83em;
}

.desc-1{
    margin-bottom: 0;
    font-size: 1.15em;
    line-height: 1.6;
    padding: 0px 150px;
    margin-top: 2.5em;
    font-family: 'Poppins', sans-serif;
}

.member{
    background-image: linear-gradient(rgba(29,30,44,.4),rgba(29,30,44,.4)),url('../img/memberbg.png');
    background-position: 0 0,50% 100%;
    background-repeat: repeat,no-repeat;
    background-size: auto,cover;
    background-attachment: scroll,fixed;
    flex-direction: column;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-title{
    width: 580px;
    text-align: center;
    margin-left: auto;
}
.title-member{
    color: white;
    letter-spacing: -.8px;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6em;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
}

.member-location{
    margin-top: 50px;
    color: white;
    text-align: center;
    line-height: 2;
}

.title-member span{
    color: #F6EB04;
}


.member-location span{
    font-weight: bold;
    font-size: 20px;
}

.member-img{
    width: 400px;
}

.member-png{
    height: 450px;
    position: relative;
    z-index: 0;
    margin-left: -361px;
}

.container-member{
  grid-template-columns: auto auto;
}

.about-us{
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10.42em;
}

.about-desc{
    width: 1110px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}

.about-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-title h2 {
  font-weight: 900;
}

.about-fill{
    background-color: #1B2259;
    padding: 3.65em;
}

.fill-text{
    color: white;
    margin-bottom: 0;
    font-size: 1.15em;
    line-height: 1.6;
}

.profile{
    margin-top: 5.21em;
    width: 1110px;
    grid-column-gap: 2.92em;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}

.gabriel{
    max-width: 300px;
    vertical-align: middle;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gabriel-edoway{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.4;
}

.ambassador{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4;
}

@-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }

  .footer-container{
    background-image: linear-gradient(rgba(29,30,44,.4),rgba(29,30,44,.4)),url('../img/footer.png');
  }

  .footer-content{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin: auto;
}
.footer-bg{
    height: 350px;
    width: 100%;
}

.footer-papua{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-logo {
    width: 100px;
}

.f-menu{
    display: grid;
    grid-template-columns: auto;
    row-gap: 10px;
    font-weight: 300;
}
.social-icons{
    display: inline-block;
}
.social-icons a {
    filter: brightness(0) invert(1);
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-right: 12px;
}
.social-icons a:hover {
    transform: scale(1.2);
    filter: brightness(1) invert(0);
}
.social-icon{
    width: 40px;
}
.copyright{
    display: flex;
    justify-content: center;
    color: white;
    background-color: linear-gradient(rgba(29,30,44,.4),rgba(29,30,44,.4));
    padding-top: 8px;
}
.copyright-p{
    margin-bottom: 8px !important;
}
.text-footer{
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.footer-left {
  width: 400px;
}

.footer-center{
	display: inline-block;
	vertical-align: top;
}

.img-icon{
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
    filter: brightness(0) invert(1);
    margin-bottom: 6px;
    margin-right: 6px;
}
.img-icon:hover{
    transform: scale(1.1);
}
.footer-center p{
	display: inline-block;
	color: #ffffff;
    font-weight:400;
	vertical-align: middle;
	margin:0;
    line-height: 18px;
}

.footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

hr{
    margin: 0px 0px !important;
    color: #f5f5f5 !important;
}
.contact{
    position: relative;
    display: flex;
    justify-content:flex-start; /* Align children horizontally at the center */
    align-items: center; /* Align children vertically at the center */
}

/* Baghiz */
.img-box, .img-box2-tablet{
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 !important;
}
.img-box2-mobile{
  position: relative;
  justify-content: center;
  align-items: center;
  display: none;
}
.img-heading{
  margin-bottom: 0 !important;
  font-family: 'Poppins', sans-serif;
  color: white;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 60px;
  line-height: 40px;
  width: 600px;
}
.text-main{
  position:absolute;
}
.divider-2{
  width: 6rem;
  height: 5px;
  background-color: white;
  margin-top: 5rem;
  border-radius: 5px;
}
.img-aboutus{
  width: 100% !important;
  height: 48rem;
  background-position: 0 0,50%;
  background-repeat: repeat,no-repeat;
  background-size: auto,cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-box {
  top:48rem;
  transition: transform 2s ease; /* Adjust the duration and timing function as needed */
}
.animated {
  transform: translate3d(0px, -48rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;

}
.img-box2-tablet {
  top:-48rem;
  transition: transform 2s ease; /* Adjust the duration and timing function as needed */
}
.animated2 {
  transform: translate3d(0px, 48rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;

}

.text-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.text-p1{
  padding: 0 40px 0 40px;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  color:#363434;
  width: 90%;
  margin-bottom: 0 !important;
}


.divider-3{
  width: 4.17em;
  height: 3px;
  background-color: #10375C;
  margin-top: 0.5em;
}
.section-news{
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* carousel */
.spacer-01{
  padding-top: 3% !important;
  padding-bottom: 3% !important;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1110px;

}
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.wrapper i {
  z-index: 3;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -5%;
}
.wrapper i:last-child{
  right: -5%;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  /* justify-content: center; */
  padding-top: 10px;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  /* cursor: pointer; */
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  /* cursor: pointer; */
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}

.carousel .card .img {
  height: 220px;
  width: 320px;
}
.card .img img {
  height: 220px;
  width: 320px;
  border-radius: 12px;
  object-fit: cover;
  border:none;
}
.carousel .card h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0 5px;
}
.carousel .card span {
  color: #777777;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 992px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 576px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}
/* carousel */


@media (max-width: 575.98px) {
  .img-box2-tablet{
      display: none;
  }
  .img-box2-mobile{
      display: flex;
  }
  .img-heading{
      font-size: 32px;
      line-height: 32px;
      width: 400px;
  }
  .img-aboutus{
      border-radius: 12px;
      height: 30rem;
  }
  .img-box, .img-box2-mobile{
      padding: 50px !important;
  }
  .section-news {
      padding-top: 12% !important;
      padding-bottom: 7% !important;
  }
  .carousel .card h2 {
      font-size: 18px;
  }
  .carousel .card span {
      font-size: 12px;
  }
  .spacer-01{
      padding-top: 7% !important;
      padding-bottom: 7% !important;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .img-box2-tablet{
      display: none;
  }
  .img-box2-mobile{
      display: flex;
  }
  .img-heading{
      font-size: 32px;
      line-height: 32px;
      width: 400px;
  }
  .img-aboutus{
      border-radius: 12px;
  }
  .img-box, .img-box2-mobile{
      padding: 50px !important;
  }
  .img-aboutus{
      border-radius: 12px;
      height: 32rem;
  }
  .section-news {
      padding-top: 10% !important;
      padding-bottom: 7% !important;
  }
  .card .img img{
      width: 220px;
  }
  .carousel .card h2 {
      font-size: 18px;
  }
  .carousel .card span {
      font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .img-heading{
      font-size: 32px !important;
      line-height: 32px;
      width: 350px;
  }
  .divider-2{
      margin-top: 3.5rem;
  }
  .img-aboutus{
      height: 36rem;
  }
  .text-p1 {
      font-size: 20px;
      line-height: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-news {
      padding-top: 5% !important;
      padding-bottom: 5% !important;
  }
  .img-heading{
      font-size: 44px;
      line-height: 36px;
      width: 500px;
  }
  .divider-2{
      margin-top: 4rem;
  }
  .img-aboutus{
      height: 38rem;
  }
  .text-p1 {
      font-size: 22px;
  }
  .card .img img{
      width: 270px;
  }
  .carousel .card {
      height: 320px;
  }
  .carousel .card h2 {
      margin: 20px 0 5px;
  }
}
/* Baghiz */


  @media (max-width: 575.98px) {
    .container-welcome-inside{
        width: 150px;
        top: -7.81em;
    }
    .member-png{
        height: 80px;
        position: relative;
        z-index: 0;
        margin-left: -310px;
    }
    .footer-content{
      max-width: 1200px;
      display: grid;
      grid-template-columns: auto;
      row-gap: 40px;
      justify-content: center;
      padding: 50px;
      margin: auto;
  }
  .profile{
    max-width: 120px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 40px;
    justify-content: center;
    margin: auto;
  }

  .partner-collection{
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 100px;
    padding: 50px;
    margin: auto;
  }

  .sponsor-collection{
    display: grid;
    grid-template-columns: auto;
    padding: 50px;
  }

  .title-member{
      color: white;
      letter-spacing: -.8px;
      flex: none;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.2;
      position: relative;
      font-weight: 700;
  }

  .member-location{
      margin-top: 50px;
      color: white;
      text-align: center;
      line-height: 2;
      font-size: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .container-welcome-inside{
        width: 350px;
        top: -7.81em;
    }
    .member-png{
        height: 120px;
        position: relative;
        z-index: 0;
        margin-left: -310px;
    }
    .footer-content{
      max-width: 1200px;
      display: grid;
      grid-template-columns: auto;
      row-gap: 40px;
      justify-content: center;
      padding: 50px;
      margin: auto;
  }
  .profile{
    max-width: 250px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 40px;
    justify-content: center;
    margin: auto;
  }
  .partner-collection{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 100px;
    padding: 50px;
    margin: auto;
  }

  .sponsor-collection{
    display: grid;
    grid-template-columns: auto auto;
    padding: 50px;
  }

  .title-member{
    color: white;
    letter-spacing: -.8px;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
}

.member-location{
    margin-top: 50px;
    color: white;
    text-align: center;
    line-height: 2;
    font-size: 10px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container-welcome-inside{
        width: 550px;
        top: -7.81em;
    }
    .member-png{
        height: 280px;
        position: relative;
        z-index: 0;
        margin-left: -310px;
    }
    .footer-content{
      max-width: 1200px;
      display: grid;
      grid-template-columns: auto;
      row-gap: 40px;
      justify-content: center;
      padding: 50px;
      margin: auto;
  }
  .profile{
    max-width: 500px;
    display: grid;
    grid-template-columns: auto;
    row-gap: 40px;
    justify-content: center;
    margin: auto;
  }
  .partner-collection{
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 100px;
    padding: 50px;
    margin: auto;
  }

  .sponsor-collection{
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 50px;
  }

  .title-member{
    color: white;
    letter-spacing: -.8px;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
}

.member-location{
    margin-top: 50px;
    color: white;
    text-align: center;
    line-height: 2;
    font-size: 10px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .container-welcome-inside{
        width: 750px;
        top: -12.81em;
    }
    .member-png{
        height: 320px;
        position: relative;
        z-index: 0;
        margin-left: -310px;
    }

    .title-member{
      color: white;
      letter-spacing: -.8px;
      flex: none;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.2;
      position: relative;
      font-weight: 700;
  }

  .member-location{
      margin-top: 50px;
      color: white;
      text-align: center;
      line-height: 2;
      font-size: 10px;
  }
}


/* Styling for the switch */
.language {
  display: inline-block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Styling for the language text */
.language-text {
  position: absolute;
  top: 50%;
  left: 75px; /* Adjust this value as needed */
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  min-width: 150px;
  color: #FFFFFF;
}