@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap");

* {
  margin: 0;
  padding: 0;
  color: #dbbe95;
}

body {
  background-color: #0b0b0b;
  overflow-x: hidden;
}

h4 {
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-stretch: ultra-condensed;
  color: transparent !important;
  background-clip: text;
  padding-bottom: 20px;
  background-image: linear-gradient(90deg, #FA6131 -10.52%, #eed997 85.69%);
}

h3 {
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #FA6131 -10.52%, #eed997 85.69%);

  color: transparent;
  background-clip: text;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.15em;
  text-align: center;
}

.container > h3 {
  background-image: linear-gradient(
    90deg,
    #c38934 -10.52%,
    #eed997 127.92%
  ) !important;
}

h2 {
  color: white !important;
  font-family: "Righteous", sans-serif;
  font-size: 75px;
  font-weight: 500;
  transition-duration: 0.3s;
  text-align: center;
}

.redSpan {
  color: #ee3945;
}

.h2Span {
  color: white;
}

p,
h3,
h4,
img,
iframe {
  opacity: 0;
}

@keyframes cssAnim {
  0% {
    opacity: 0;
    transform: translateY(30px);

    &::after {
      content: " ";
      opacity: 0 !important;
    }

    &::before {
      content: " ";
      opacity: 0 !important;
    }
  }

  50% {
    opacity: 0.5;

    &::after {
      content: " ";
      opacity: 0.5 !important;
    }

    &::before {
      content: " ";
      opacity: 0.5 !important;
    }
  }

  100% {
    opacity: 1;
    transform: translateY(0);

    &::after {
      opacity: 1 !important;
    }

    &::before {
      opacity: 1 !important;
    }
  }
}

.cssAnims {
  animation-name: cssAnim;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

h1 {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 400;
  line-height: 10px;
  color: #dbbe95;
  text-align: center;
  transition-duration: 0.3s;
}

.text-container > h3 {
  font-family: Poppins;
  font-size: 34px;
  font-weight: 500;
  line-height: 41px;
  text-align: center;
  max-width: 1661px;
  gap: 0px;
  opacity: 0px;
}

.text-container > p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ambassador-banner {
  background-image: url("/BJ/assets/yesha-sagar/src/img/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 240px 0px 240px 0;
  position: relative;
  /* border-bottom: 1px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #04070D 0.5%, #D6AC60 53%, #04070D 100%);
    border-image-slice: 1; */
}

.ambassador-banner > video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.ambassador-intro {
  background-image: url("/BJ/assets/yesha-sagar/src/img/Mask group.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 78px 0 78px;
  border: 2px solid;
  border-image: linear-gradient(90deg, #04070d 0.5%, #d6ac60 53%, #04070d 100%);
  border-image-slice: 1;
}

.ambassador-achievements {
  padding: 60px 0 60px 0 !important;
  position: relative;
  border-bottom: 2px solid;
  border-image: linear-gradient(
    90deg,
    #d6ac60 0.5%,
    #08080800 53%,
    #d6ac60 100%
  );
  border-image-slice: 1;

  &::before {
    content: "";
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(
      90deg,
      #f85f305d 10%,
      black 55%,
      #f85f305d
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

.ambassador-text-container {
  /* display: flex;
  flex-direction: column; */
  /* align-items: center;
  justify-content: center;
  height: inherit;
  max-width: 750px; */
  /* Group 1000003135 */

  width: 676px;
  /* height: 380px; */
}

.achievements-text-container {
  padding: 60px 60px;
  background: rgba(153, 64, 16, 0.55);
  border: 1px solid #c38934;
  border-radius: 10px;
}
.achievements-text-container>div>ul li{
  list-style-type:none !important;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 35px;
text-align: justify;
text-transform: uppercase;



}
.achievements-text-container>div h3{
  text-align: left;
}
.achievements-text-container>div>ul>li{
  position: relative;
  margin: 0;
    margin-bottom: 1em;
    padding-left: 1em;
  &:after {
    content: '';
    height: .4em;
    width: .4em;
    background: #c38934;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: .6em;
    left: 0;
  }
}
.achievements-text-container>div{
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #04070d00 0.5%, #d6ac60 53%, #04070d00 100%);
  border-image-slice: 1;
}
.achievements-text-container>div:nth-child(2){
  border: none;
}
p {
  margin-bottom: 0;
}
p > span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  /* or 141% */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;

  background: linear-gradient(90deg, #c48b35 0%, #e9c556 85.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.small {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 23px;

  leading-trim: both;
  text-edge: cap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background: linear-gradient(0deg, #e9c556, #e9c556);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.ambassador-highlights {
  padding: 80px 0 80px;
  background-image: url("/BJ/assets/yesha-sagar/src/img/background\ 2.png");
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #04070d 0.5%, #d6ac60 53%, #04070d 100%);
  border-image-slice: 1;
}

.highlights-container {
  width: 100%;
}

.row > .col-5:first-child {
  border-right: 1px solid #e8cf8970;
}

.awards-tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.awards-tr > td:first-child {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  color: #e9c556;
  width: auto;
}

td p {
  position: relative;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 5px 20px;
  text-transform: uppercase;

  &:before {
    content: "";
    background-image: url("/BJ/assets/yesha-sagar/src/img/star.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 15px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }
}

.gallery-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-images {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}

.highlights-row {
  display: flex;
  flex-direction: column;
  margin-top: 67px; 
  margin-bottom: 120px;

}

.highlights-column-parent {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

/* .highlights-column-parent:first-child {
  border-right: 2px solid #e8cf8970;
} */

.highlights-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.highlights-container > p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 31px;
  /* or 155% */
  display: flex;
  align-items: center;
  text-align: center;

  color: #dbbe95;
}

.ambassador-gallery {
  margin: 0;
  padding: 80px 0 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid;
  border-image: linear-gradient(
    90deg,
    #d6ac60 0.5%,
    #08080800 53%,
    #d6ac60 100%
  );
  border-image-slice: 1;
}

.ambassador-gallery > div > h3 {
  position: absolute;
  top: -25px;
  left: 43%;
  transform: translate(-50%);
}

.ambassador-container {
  overflow: hidden;
  background-color: #150306;
  padding-top: 60px;
  margin: auto;
}

.ambassador-image {
  padding: 38px;
}

.gallery-images li {
  text-decoration: none;
  list-style: none;
  will-change: transform;
}

.img-button {
  overflow: hidden;
  transition-delay: 0.1s;
  transition-duration: 0.3s; 
}

.img-button > img {
  height: 720px !important;
  width: 500px !important;
}

.active {
  transform: scale(1.1);
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}

.mia-mobile-footer-image {
  position: absolute;
  bottom: 0;
  left: 15%;
}

.ambassador-video-iframe {
  position: relative;
  padding: 5px;
  margin: auto;
}

.ambassador-video-iframe > iframe {
  height: 720px;
  width: 100%;
  border: 2px solid #e9c556;
  border-radius: 10px;
}

.ambassador-video {
  background: linear-gradient(360deg, #80215475, transparent);
  padding: 80px 0;
}
.career-content{
  max-width: 1680px;
  margin: auto;
  padding: 0 113px;
  padding-bottom: 30px !important;
  
}
.career-journey-text{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 65px;
margin: 0;
padding: 0;
/* or 325% */
list-style-type: disc;
color: #DBBE95;


}

.journey-content{
  padding-top: 13px;
}
@media screen and (max-width: 1440px) {
  .ambassador-intro {
    background-size: 200vw;
    background-position: center -120px;
  }
  .career-content{
    padding:0 20px;
  }
  .mia-mobile-footer-image>img {
    width: 40vw;
  }
}

@media screen and (max-width: 1024px) {
  .ambassador-intro {
    background-size: 450vw;
  }

  .ambassador-video-iframe {
    position: relative;
    padding: 5px;
    margin: auto;
  }

  .ambassador-video-iframe > iframe {
    height: 600px;
    width: 100%;
    border: 2px solid #e9c556;
    border-radius: 10px;
  }

  .ambassador-achievements {
    background-position: left;
  }


}

@media screen and (max-width: 768px) {
  .career-journey-text{
   
font-weight: 300;
font-size: 11px;
line-height: 15px;
/* or 136% */
text-align: justify;

color: #DBBE95;


  }
  .achievements-text-container>div>ul {
    padding-left: 0;
  }
  .achievements-text-container>div>ul li{
   
font-weight: 400;
font-size: 10px;
line-height: 20px;
leading-trim: both;
text-edge: cap;
text-align: justify;



  }
  .ulAppearance{
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: justify;
    font-size: 12px;
    justify-self: center;

  }
  .journey-content{
    border-bottom: none !important;
    border-right: none !important;
  }
  .career-journey2 p{
    
    line-height: 15px !important;
  }
  .career-journey2>div{
    display: flex !important;
    flex-direction: column !important;
      }
  h4 {
    font-size: 12px !important;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: center;
  }

  h3 {
    font-size: 14px;
    line-height: normal !important;
  }

  h2 {
    font-size: 24px;
    text-align: left !important;
    line-height: 19px;
    margin: 0;
  }

  h1 {
    font-size: 7px;
    line-height: 20px;
    text-align: start;
  }

  p.text-center {
    text-align: justify !important;
    padding: 0 !important;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }
  .highlights-column-parent {
    flex-direction: column;
    width: 100% !important;
  }
  .highlights-column {
    width: 100%;
  }
  .h2Span {
    display: none;
  }

  .ambassador-banner {
    background-size: cover;
    background-position: top;
    padding: 69px 45px;
  }

  .ambassador-intro {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ambassador-text-container {
    justify-content: start;
    align-items: start;
  }

  .text-container > h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px !important;
    padding: 0;
    height: auto;
  }

  .ambassador-highlights {
    padding: 30px 0 30px 0;
  }

  .highlights-container > p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: -0.01em;
  }

  h3.p-4 {
    padding: 0 !important;
  }

  h4.p-4 {
    padding: 0 !important;
  }

  .empty {
    display: none;
  }

  .ambassador-achievements {
    padding: 40px 0 !important;
    background-position: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 200px;
  }



  .ambassador-achievements > div {
    padding: 0 40px;
    padding-bottom: 40px;
  }
  div.gap-5 {
    gap: 0 !important;
    padding: 0 !important;
  }

  .img-button > img {
    height: 185px !important;
    width: 122px !important;
  }

  .ambassador-image {
    padding: 12px;
  }

  .ambassador-gallery > div {
    padding: 0;
  }

  .achievements-text-container {
    padding: 24px 20px 100px 20px;
    /* Rectangle 7520 */
    margin: auto;
    width: 256px;
    height: 215px;

    background: rgba(153, 64, 16, 0.55);
    border-radius: 6px;
    z-index: 2;
  }
  p > span {
    font-size: 12px;
    line-height: 15px;

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.21em;
    text-transform: uppercase;

    background: linear-gradient(90deg, #c48b35 0%, #e9c556 85.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .awards-tr > td:first-child {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
  }

  td p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: justify !important;

    &::before {
      top: 35%;
    }
  }

  .awards-tr > td {
    padding: 10px 0;
  }
  .mia-mobile-footer-image{
    left: 0;
  }
  .mia-mobile-footer-image>img {
    width:55vw !important;
    position: absolute;
    bottom: 0;
    left: 0 !important;
    transform: translate(50%) !important;
    z-index: 2;
  }

  .ambassador-video-iframe {
    position: relative;
    padding: 5px;
    margin: auto;
  }

  .ambassador-video-iframe > iframe {
    height: 400px;
    width: 100%;
    border: 2px solid #e9c556;
    border-radius: 10px;
  }

  .ambassador-video {
    padding: 30px 0;
  }
  p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 19px;
    leading-trim: both;
    text-edge: cap;
    text-align: justify;

    color: #dbbe95;
  }
}

@media screen and (max-width: 430px) {
  .ambassador-video-iframe {
    position: relative;
    padding: 5px;
    margin: auto;
  }
  .highlights-row{
    margin-top: 0 ;
    margin-bottom: 0;
  }
  .ambassador-gallery {
    padding: 30px 0 !important;
  }

  .ambassador-video-iframe > iframe {
    height: 230px;
    width: 100%;
    border: 2px solid #e9c556;
    border-radius: 10px;
  }

  .mia-mobile-footer-image >img {
    width: 55vw !important;
    position: absolute;
    display: block;
    z-index: 2;
  }

  .ambassador-achievements {
    background-image: linear-gradient(
      120deg,
      transparent,
      transparent 40%,
      #c5872a83 90%
    );
  }

  .ambassador-achievements > div {
    padding: 0 20px;
    padding-bottom: 170px;
  }

  .ambassador-gallery > div > h3 {
    top: -10px;
  }

  .ambassador-gallery,
  .ambassador-achievements,
  .ambassador-intro,
  .ambassador-banner,
  .ambassador-highlights {
    border-bottom: 0.5px solid !important;
  }

  .ambassador-intro {
    border-top: 0.5px solid !important;
  }

  .ambassador-banner {
    padding-left: 0px;
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .ambassador-intro {
    background-size: cover;
    background-position: center -60px;
  }
}
