@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Ruda:wght@400;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "poppins", sans-serif;
}

:root {
  --darkCyan: #003b4a;
  --lightGreen: #66cc00;
  --pureWhite: #ffffff;
  --yellow: #f7db4a;
  --skyColor: #d0eff9;
}
/* Navbar */
/* nav styles */

.row {
  display: flex;
  flex-wrap: wrap;
}
.hero_second_container {
  display: flex;
}
.roles_same_css a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.club_leaderShip_container_two {
  margin-top: 50px;
}
.learn_div p {
  text-align: center;
}
.lead_div p {
  text-align: center;
}
.explore_div p {
  text-align: center;
}
.engage_div p {
  text-align: center;
}
.second_p_tag {
  margin-top: 10px;
}
.video_frame {
  position: relative;
  padding: 57% 0 0 0;
}
.region-content {
  padding: 0px !important;
}
.club_leaderShip_container_one,
.leaderShip_skills {
  margin: 0 !important;
}
.row_gap {
  gap: 50px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}
.region-footer-secondary > .menu--footer > .menu > .menu-item {
  text-decoration: none;
}
.nav_logo {
  padding-left: 20px;
  background-image: url("../icons/bgcu-nav-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 216px;
  height: 59px;
  background-size: contain;
}
.nav-right-logo {
  background-image: url("../icons/nav-right-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 115px;
  height: 50px;
  margin-top: 40px;
  background-size: contain;
  margin-left: 10px;
}
.engage_div p {
  text-align: center;
}
.hamburger {
  padding-right: 20px;
  cursor: pointer;
}

.hamburger .line {
  display: block;
  width: 40px;
  height: 5px;
  margin-bottom: 10px;
  background-color: black;
}

.nav__link {
  display: block;
  position: fixed;
  width: 94%;
  top: 5rem;
  left: 18px;
  background-color: lightblue;
  z-index: 1;
}

.nav__link a {
  display: block;
  text-align: center;
  padding: 40px 20px 20px;
  color: var(--darkCyan);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.hide {
  display: none;
}
@media screen and (min-width: 600px) {
  .nav__link {
    display: flex;
    position: static;
    width: auto;
    margin-right: 20px;
    background: none;
  }

  .nav__link a {
    display: inline-block;
  }

  .hamburger {
    display: none;
  }
}
/* Logged User Page */
.hero_section.hero_section_not_loggedIn {
  background: var(--darkCyan);
  color: var(--pureWhite);
  background-image: url("../icons/bg_zigzag_15.png");
  background-position: left top;
}
.hero_section.hero_section_logged_user {
  background-color: var(--pureWhite);
  color: var(--darkCyan);
}
.hero_first_container {
  position: relative;
  width: 100%;
  margin-top: 110px;
}
.hero_first_container h1 {
  color: var(--pureWhite);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-transform: unset;
  margin-bottom: 20px;
}
.hero_underline {
  background-image: url(../icons/Hero_underline.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 57px;
  padding-bottom: 6px;
}
.hero_first_container h4 {
  color: var(--pureWhite);
  width: 100%;
  max-width: 435px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.green_button {
  font-size: 18.21px;
  font-style: normal;
  font-weight: 800;
  cursor: pointer;
  line-height: normal;
  background-color: var(--lightGreen);
  padding: 8px 38px;
  color: var(--pureWhite);
  margin-top: 29px;
  border: none;
  border-radius: 99px;
  transition: all 0.3s;
}
.green_button:hover {
  transform: translateY(-3px);
}

.hero_second_container img {
  max-width: 118%;
}

/* roles card */
.roles_cards {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: var(--skyColor);
  padding: 92px 0px;
  flex-wrap: wrap;
  gap: 20px;
  background-image: url("../icons/bg_zigzag.png");
  background-repeat: repeat;
}
.roles_cards .roles_same_css {
  border-radius: 24px;
  width: 100%;
  max-width: 299px;
  margin: auto;
  background: var(--pureWhite);
}
.roles_inside_card {
  padding: 20px 15px 25px;
}
.roles_inside_card a {
  text-decoration: none;
}
.roles_same_css h2 {
  color: var(--darkCyan);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.roles_same_css h4 {
  color: var(--lightGreen);
  font-weight: 800;
  font-size: 25px;
  line-height: normal;
}
.roles_same_css img {
  width: 299px;
  height: 259px;
}
.roles_inside_card object {
  padding-left: 16px;
}
.roles_same_css .staff_volunteer,
.roles_same_css .ceo_class,
.roles_same_css .club_members {
  width: 100%;
  max-width: 299px;
  margin: auto;
}

.roles_inside_card {
  position: relative;
}

.roles_inside_card h4 {
  position: relative;
}

.roles_inside_card h4::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../icons/right_arrow.svg");
  background-size: cover;
  margin-left: 5px;
}

.roles_same_css {
  border-radius: 12px;
  background: var(--pureWhite);
  position: relative;
}
.roles_inside_card {
  padding: 20px 15px 25px;
}
.roles_same_css h4 {
  color: var(--lightGreen);
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
.roles_same_css img {
  width: 299px;
  height: 259px;
}
.roles_inside_card object {
  padding-left: 16px;
}
/* Club Leadership */
.club_leaderShip {
  padding: 90px 30px 115px 30px;
  background-image: url("../icons/green_dots.svg");
  background-repeat: repeat;
}
.club_leaderShip_container_one h1 {
  color: var(--darkCyan);
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
}
.club_leaderShip_container_one p {
  color: var(--darkCyan);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.club_leaderShip_container_two video {
  height: 303px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.club_leaderShip_container_one {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
/* LeaderShip Skills */
.leaderShip_skills a {
  text-decoration: none;
}
.leadership_skills_flexContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0px;
  gap: 40px;
  align-items: flex-start;
}
.same_css_img_prop {
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: contain;
}

.leaderShip_skills {
  background-color: var(--skyColor);
  padding: 60px 30px;
  background-image: url("../icons/bg_zigzag.png");
  background-repeat: repeat;
}
.leaderShip_skills h1 {
  color: var(--darkCyan);
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.leaderShip_skills div h1 {
  color: var(--darkCyan);
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
  margin: 18px 0 10px 0;
}
.leadership_skills_flexContainer div.sl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 240px;
}
.leaderShip_skills button {
  display: block;
  margin: auto;
}
/* Footer */
.footer {
  display: flex;
  justify-content: space-between;
  background: var(--darkCyan);
  align-items: center;
  flex-wrap: wrap;
}
.bgcu_footer_logo {
  background-image: url("../icons/bgcu_logo.svg");
  width: 97px;
  height: 141px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer_first_con {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 500px;
}
.footer_text {
  color: var(--pureWhite);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.footer_further {
  display: flex;
  margin-top: 30px;
}
.footer_second_con p {
  color: var(--pureWhite);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.footer_second_con {
  padding-right: 4%;
  margin-top: 30px;
}

/* Reponsiveness */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .leadership_skills_flexContainer {
    gap: 16px;
    flex-wrap: inherit;
  }
  #has__welcome .hero_first_container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 40px;
    text-align: left;
  }
  #has__welcome .row {
    align-items: flex-end;
  }
  .hero_second_container img {
    /* margin-bottom: -7px; */
  }
}
@media only screen and (max-width: 768px) {
  .hero_first_container {
    margin-top: 0px;
    padding: 30px 10px;
  }
  .hero_underline {
    background-position: 0 55px;
  }

  .video_frame {
    padding: 65% 0 0 0;
  }

  .leaderShip_skills button {
    display: inline;
    margin: 0px 10px;
  }
  .col {
    flex-basis: auto;
  }
  .leaderShip_skills button {
    display: block;
    margin: auto;
  }
  .club_leaderShip {
    padding: 0px 10px;
  }

  .hero_section.hero_section_not_loggedIn {
    /* margin-top: 32px;
    margin-bottom: 32px; */
  }
  .leadership_skills_flexContainer {
    padding: 0px 10px;
    justify-content: space-evenly;
  }
  .nav__link a {
    padding: 23px 20px 20px;
  }
  .nav-right-logo {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  .hero_first_container h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero_underline {
    background-position: 0 37px;
  }
  .nav-right-logo {
    margin: 20px auto;
    padding: 23px 20px 20px;
  }
  .footer_second_con {
    padding-left: 30px;
  }
  .hero_first_container {
    padding-bottom: 50px;
    margin-top: 0px;
  }
  .club_leaderShip_container_two video {
    width: 100%;
  }
  .green_button {
    font-size: 18px;
  }
  .hero_second_container {
    order: 1;
    height: 280px;
  }
  .club_leaderShip_container_two {
    width: 316px;
  }
  .club_leaderShip_container_one,
  .leaderShip_skills h1 {
    font-size: 31px;
  }
  .hero_second_container img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 840px) {
  .hero_first_container {
    margin-bottom: 0;
    text-align: center;
  }
 
  .row_gap {
    gap: 20px;
    padding: 0px 10px;
  }

  .leadership_skills_flexContainer {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .hero_second_container img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hero_section.hero_section_not_loggedIn {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1200px) {

  .roles_cards {
    padding: 92px 20px;
  }
 }
