/* First section  */

.first-section {
  position: relative;
  padding-top: 120px;
}

.first-section-landing-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: default;
  height: 740px;
  margin-bottom: 4%;
  /* z-index: -10; */
}

.ambassador-profile-hovered {
  height: 100% !important;
}

.first-section-landing-content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  z-index: -10;
}

.first-section-landing-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 80px;
  /* font-family: "mag-bold"; */
  line-height: 70%;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: thin #c1c1c1;
  margin-bottom: 45px;
}

.first-section-landing-content ul li:hover {
  -webkit-text-fill-color: #c1c1c1;
  cursor: default;
}

.hovered-text:hover {
  -webkit-text-fill-color: #c1c1c1;
  cursor: default;
}

.hovered-text {
  position: relative;
}

.first-section-profile-image {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}

.first-section-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ambassador-profile-details {
  border-top: 1px solid #000;
  width: 75%;
  margin: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.ambassador-profile-name-container {
  width: 100%;
  padding-bottom: 3%;
}

.ambassador-profile-name-left-col {
  float: left;
}

.ambassador-profile-name-right-col {
  float: right;
}

.ambassador-profile-name {
  font-size: 60px;
  font-family: "mn-bold";
  color: #138fe4;
  text-transform: uppercase;
  line-height: 110%;
}
.ambassador-profile-role {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ambassador-profile-role-founder {
  font-size: 30px;
  font-family: "mn-light";
  text-transform: uppercase;
  margin: 0;
}

.ambassador-profile-role-company {
  font-size: 30px;
  font-family: "mn-bold";
  text-transform: uppercase;
  margin: 0;
}

.ambassador-profile-role-company:hover {
  color: #138fe4 !important;
}

.ambassador-profile-social-account {
  margin-left: 25px;
  transition: all 0.2s ease-out;
}

.ambassador-profile-social-account svg {
  transition: all 0.3s ease-out;
}

.ambassador-profile-social-account svg:hover {
  fill: #138fe4;
  transform: scale(1.2);
}

.ambassador-profile-details-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
}

.ambassador-profile-details-title {
  width: 35%;
  font-size: 30px;
  font-family: "mn-bold";
}

.ambassador-profile-details-description {
  width: 65%;
  font-size: 18px;
  font-family: "mn-book";
  color: #6f6f6f;
  line-height: 190%;
}

/* Second section */

.second-section {
  position: relative;
  background-color: #000;
  padding: 1% 0;
}

.second-section-ambassador-tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dedede80;
}

.ambassador-profile-nav-tabs {
  border: none !important;
  border-bottom: 1px solid #dedede;
}

.ambassador-profile-nav-tabs
  > .ambassador-profile-tab-list.active
  > .ambassador-profile-tab-link,
.ambassador-profile-nav-tabs
  > .ambassador-profile-tab-list.active
  > .ambassador-profile-tab-link:focus,
.ambassador-profile-nav-tabs
  > .ambassador-profile-tab-list.active
  > .ambassador-profile-tab-link:hover {
  border-bottom: 1px solid #418ede !important;
  color: #fff !important;
}

.ambassador-profile-tab-link {
  color: #fff !important;
  background-color: transparent !important;
  font-size: 24px;
  font-family: "mn-light";
  text-transform: capitalize;
  border: none !important;
  cursor: pointer !important;
  margin: 0 10px 0 10px !important;
}

/* tab content */

.second-section-ambassador-tab-content {
  padding: 3% 0;
  /* display: flex; */
}

.ambassador-profile-all-posts {
  display: flex;
}

.all-posts-section-one {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2%;
}

.all-posts-section-two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2% 0;
  color: #fff !important;
}

.fourth-sec-grid-item {
  padding: 0 0 3% 0 !important;
  width: 23% !important;
}

.ambassador-profile-article span {
  border-right: 2px solid #fff !important;
}

.ambassador-profile-article span:last-child {
  border: none !important;
}


.ambassador-profile-article:hover  p {
  color: #418ede !important;
}

.ambassador-profile-article:hover span {
  border-right: 2px solid #418ede !important;
}

.ambassador-profile-article:hover span:last-child {
  border-right: none !important;
}

@media only screen and (max-width: 1600px) {
  /* First section  */

  .first-section {
    padding-top: 80px;
  }

  .first-section-landing-content {
    height: 565px;
    margin-bottom: 4%;
  }

  .first-section-landing-content ul li {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .first-section-profile-image {
    width: 600px;
  }

  .ambassador-profile-name {
    font-size: 45px;
  }

  .ambassador-profile-role-founder {
    font-size: 20px;
  }

  .ambassador-profile-role-company {
    font-size: 20px;
  }

  .ambassador-profile-social-account {
    margin-left: 15px;
  }

  .ambassador-profile-social-account svg {
    width: 22px;
    height: 22px;
  }

  .ambassador-profile-details-container {
    padding-bottom: 35px;
  }

  .ambassador-profile-details-title {
    font-size: 22px;
  }

  .ambassador-profile-details-description {
    font-size: 14px;
  }

  /* Second section */

  .ambassador-profile-tab-link {
    font-size: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {

  .first-section {
    padding-top: 50px;
  }

  .first-section-landing-content {
    height: 400px;
  }

  .first-section-profile-image {
    /* width: 350px; */
    width: 100vw;
    height: 100%;
  }

  .ambassador-profile-details {
    width: 100%;
    border: none;
  }

  .ambassador-profile-social-account {
    margin-left: 10px;
  }

  .ambassador-profile-name {
    font-size: 30px;
    padding-bottom: 5px;
  }

  .fifthSec-card-active-img {
    width: 95% !important;
  }
  .ambassador-profile-name-right-col {
    float: left;
    margin-left: -10px;
  }

  .ambassador-profile-role {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
  }

  .ambassador-profile-role-founder  {
    /* padding-right: 10px; */
    font-size: 12px;
  }

  .ambassador-profile-role-company {
    font-size: 16px;
  }

  .ambassador-profile-name-container {
    padding-bottom: 10%;
  }

  .ambassador-profile-name-left-col {
    float: left;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .ambassador-profile-details-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-bottom: 40px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .ambassador-profile-article {
    margin-bottom: 40px;
  }

  .ambassador-profile-details-title {
    font-size: 20px;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .ambassador-profile-details-description {
    width: 100%;
    font-size: 14px;
    font-family: "mn-book";
    color: #6f6f6f;
    line-height: 160%;
  }
  .mobile-description {
    /* display: none; */
  }

  .ambassador-profile-nav-tabs {
    /* width: 90vw; */
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
  }

  .ambassador-profile-tab-link {
    white-space: nowrap;
  }

  .all-posts-section-one {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  
  .daily-article-title {
    font-size: 16px !important;
    white-space: nowrap;
    padding: 15px 0;
  }

  .daily-article-tags-list {
    display: none !important;
  }

  .fourth-section-daily-article {
    width: 100% !important;
  }

  .fifthSec-slider-card {
    height: 630px;
  }

  .fifthSec-card-image {
    height: 220px !important;
  }
  .card-active-img {
    width: 95% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .fifthSec-details-container {
    padding: 10% 0;
  }
  .fifthSec-slider-card {
    height: 100% !important;
    width: 50% !important;
  }

  .fifthSec-card-name {
    font-size: 12px !important;
  }

  .fifthSec-card-title {
    font-size: 9px !important;
  }

  .fifthSec-card-description {
    font-size: 9px !important;
  }

  .fifthSec-card-tags {
    display: none !important;
  }
}
