*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
html{
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  font-family:Nexa, 'Palatino Linotype', sans-serif;
}
p{
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  
    color: rgba(29, 31, 46, 0.7);
}

/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 10px 20px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  color: #b2b4b9;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #9595fb;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px;
  text-decoration: none;
}
/* logo */
.header img{
  width: 50px;
  margin: 10px;
  margin-left: 50px;
}
/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  text-align: center;
  

}

/* menu icon */


.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 350px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 840px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 20px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

  .title {
    margin-top: 385px;
    font-size: 100px;
    white-space: nowrap;
    
  }
  .aboutus-title h1{
    font-size: 54px;
  }
}
/* landing page carousel *******************/
.carousel-item h1{
  display: inline-block;
}
.slide1{
  object-fit: cover;
  height: 780px;
}
.slide2{
  object-fit: cover;
  height: 780px;
}

.title, .sub-title, .landing-page-btns{
  text-align: center;
  z-index: 1;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-family:Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 600;
  color: white;
}
.title{
  margin-top: 0px;
  top:45%;
  font-size: 75px;
}
.second-slide .title{
  font-size: 60px;
  margin-top: 0;
  top:20%;
}
.sub-title {
  top:58%;
  font-size: 20px;
}
.landing-page-btns{
  top: 75%;
}
/* test */
.landing-page-btns button{
  font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  font-size: 15px;
  width: 190px;
  border-radius: 30px;
  padding: 20px;
  border-style: solid;
  border-color: transparent;
  outline: none;
  transition: 0.5s;
}
.landing-page-btns .learn-more-btn{
  /* border-style: solid;
  border-color: white; */
  background-color: #FAFBFC;
  color: #868DFC;
}
.landing-page-btns .learn-more-btn:hover{
  background-color: rgba(255, 255, 255, 0.144);
  border-style: solid;
  border-color: white;
  border-width: 2px;
  color: #ffffff;
  transform: scale(1.05,1.05);
}

.landing-page-btns .event-coming-btn{
  background-color: #7466AA;
  color: white;
  margin-left: 100px; 
}
.landing-page-btns .event-coming-btn:hover{
  background-color: rgba(255, 255, 255, 0.144);
  border-style: solid;
  border-color: white;
  border-width: 2px;
  color: #ffffff;
  transform: scale(1.05,1.05);
}
/* for tablet size & smaller */
@media only screen and (max-width: 840px) {
  .slide1{
    height: 650px;
  }
  .slide2{
   height: 650px;
  }
  .title {
    font-size: 70px;
    top:40%;

  }
  .second-slide .title{
  top:30%;
}
  .sub-title{
    top:55%;
    font-size: 15px;
  }
  .landing-page-btns .learn-more-btn, .landing-page-btns .event-coming-btn{
  white-space: nowrap;
  width: 150px;
  font-size: 12px;
  border-radius: 25px;
  padding: 14px;
  }
}
/* for phone sizes */
@media only screen and (max-width: 426px){
  .title {
    font-size: 45px;
  }
  .second-slide .title{
  font-size: 30px;
  top:30%;
}
  .sub-title{
    top:58%;
     font-size: 14px;
  }
  .landing-page-btns{
    display: flex;
    justify-content: center;
    flex-direction: column;
    top:70%;
  }
  .landing-page-btns .learn-more-btn, .landing-page-btns .event-coming-btn{
    white-space: nowrap;
    width: 200px;
    font-size: 12px;
    border-radius: 32px;
    padding: 15px 0px;
    margin: 5px 0px;
  } 

}



/* <!-- About Us ------------------------------> */
#about{
  padding-top: 60px; 
}
.about-us-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-top: 100px;

}

.mission-container {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  width: 100vw;

}

.abouttitle {
  float: right;
  display: flex;
  justify-content: space-evenly;
  width: 100vw;
 
}

.missiontitle {
  float: left;
  display: flex;
  justify-content: space-evenly;
  width: 100vw;
}

.about-pic img {
  width: 20vw;
    min-width: 310px;
  margin-left: 10vw;
  margin-top: -20px;
}

.mission-pic img {
  width: 20vw;
  min-width: 310px;
  margin-right: 10vw;
  margin-top: -20px;
}
.picture-line img {
  float: right;
  width: 80vw;
  max-width: 1000px;
  
}

.mission-picture-line img {
  float: left;
  width: 80vw;
  max-width: 1000px;
  
}

.about-us-paragraph {
  float: right;
  text-align: right;
  margin-right: 3vw;
  margin-left: 10vw;
}


.mission-paragraph {
  float: left;
  text-align: left;
  margin-left: 3vw;
  margin-right: 10vw;
}

.aboutus-title {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  bottom: 50%;
  margin-left: 40px;
}
.aboutus-title h1{
  font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.mission {
  text-align: right;
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  float: right;
  width: 70vw;
  max-width: 900px;
}
.picture-line {
  position: relative;
  color: white;
  float: right;
}
.picture-linechild {
  width: 80vw;
  max-width: 1000px;
  float: right;

}
.mission-picture-linechild {
  width: 80vw;
  max-width: 1000px;
  float: right;
}
.aboutus-info {
  display: flex;
  flex-direction: column;
}
/* meet the team button */
.meet-the-team-btn{
   font-family: Gotham, 'Palatino Linotype', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: white;
  background: #8F83F7;
  width: 190px;
  border-radius: 30px;
  padding: 20px;
  border-style: solid;
  border-color: transparent;
  transition: 0.5s;
  outline: none;
  display: block;
  margin: 35px auto;
  
}
.meet-the-team-btn:hover{
  background-color: transparent;
  border-style: solid;
  border-color: #8F83F7;
  border-width: 2px;
  color: #8F83F7;
  transform: scale(1.05,1.05);
}

/* For tablet and phone */
@media only screen and (max-width: 999px) {
  .mission-pic {
    display: none;
  }

  .about-pic {
    display: none;
  }

  .picture-linechild  {
    float: none;
    text-align: center;
  }
  
  .mission-paragraph{
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-us-paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-us-container {
    justify-content: center;
  }

  .picture-line {
    float: none;
  }

  .aboutus-title h1{
    font-size: 40px;
  }

  .mission-picture-line img{
    width: 50vw;
    float: left;
    margin-right: 0;
  }

  .picture-line img {
  float: left;
  min-width: 1000px; 
  }

  .mission {
    justify-content: center;
  }

  .mission-container {
    justify-content: flex-end;

  }

  .mission-info {
    justify-content: flex-end;
    width: 100vw;
  }
}

/* FAQ *********************************************** */

#faq{
    position: relative;
    overflow: hidden;
    padding-top:150px;
    padding-bottom: 200px;

}
#faq h1{
    margin: 0 auto 50px;
    font-size: 55px;
    text-align: center;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: 700;
    color: #8F83F7;
}
.background-pattern-left{
    z-index: -1;
    position: absolute;
    left: -100px;
    top: 50px; 
}
.background-pattern-right{
    z-index: -1;
    position: absolute;
    right: -100px;
    top: 50px; 
}
.background-pattern-left img{
    width: 450px;
}
.background-pattern-right img{
    width:550px;
}

.accordion{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}
.accordion-item{
    border: 3.5px solid #AE80FE !important; 
    margin: 20px 0;
}
.accordion-button{
    font-size: 20px !important;
    font-family: Gotham, 'Palatino Linotype', sans-serif !important;
    font-weight: 300 !important;
    color: #1d1f2e !important;
    z-index: 1 !important;
}
.accordion-button:not(.collapsed) {
    font-family: Gotham, 'Palatino Linotype', sans-serif !important;
    font-weight: 300 !important;
    color: #1d1f2e !important;
    background-color: transparent !important;
    box-shadow: inset 0 -2px 0 #ae80fe71!important;
}

.accordion-body {
    padding: 2rem 2.5rem !important;
    color: #83848c !important;
    font-family: Gotham, 'Palatino Linotype', sans-serif !important;
    font-weight: 300 !important;
}

@media only screen and (max-width: 1250px) {
    .background-pattern-left img{
        width: 350px;
    }
    .background-pattern-right img{
        width: 450px;
    }
    .background-pattern-left, .background-pattern-right {
        top: 100px;  
    }
    .accordion{
        padding: 0 20px;
    }
    .background-pattern-left{
      left: -200px;
    }
    .background-pattern-right{
      right: -200px;
    }
}
@media only screen and (max-width: 769px) {
    #faq{
        background: linear-gradient(to left top, #efa8d5, #a1adfd);
        padding: 80px 0px;
        margin-bottom: 100px; 
    }
    #faq h1{
          color: #ffffff;
          font-size: 50px;
    }
    .background-pattern-left img, .background-pattern-right img{
       display: none;
    }
}

/* Events ************************************** */

#events{
    background-color: #E4E6FE;
    padding: 160px 40px;

}
#events h1{
    margin: 0 auto;
    text-align: center;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: 700;
    color: #8F83F7;
    font-size: 55px;
}
#events p{
    font-size: 12px;
    margin: 25px 0;
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    font-weight: 300;
    color: #83848c;
}
#events h3{
  font-weight: bold;
  font-size: 18px;
}
#events button{
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    font-weight: 300;
    font-size: 15px;
    border-radius: 25px;
    padding: 15px;
    width: 100%;
    background-color: #CFB4FF;
    color: white;
    border-style: none;
    outline: none;
    
}
.events-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.event{
    background-color: white;
    margin: 50px 80px;
    width: 300px;
    padding: 35px 50px;
    border-radius: 25px;
}
/* tablet size */

@media only screen and (max-width: 769px){
  .event{
    margin: 50px;
    width: 70%;
  }
}
/* for phone size */
@media only screen and (max-width: 426px){
  .events-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .event{
    margin: 50px;
    width: 100%;
  }
  #events h1{
    font-size: 50px;
  }
}
/* Sponsers*************************** */
#sponsors{
  padding-top: 150px;
}

.sponsors-titles{
  text-align: center;
  color: #1d1f2e;
}
.sponsors-titles h1{
   font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 700;
}
.sponsors-titles h3{
   font-family: Nexa, 'Palatino Linotype', sans-serif;
  font-weight: 300;
}
.sponsors-img-container a{
    display: inline-block;
    width: 180px;
    margin: 45px 3%;
}
.sponsors-img-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1053px;
  margin: 40px auto 10px;
}
.sponsors-img-container img{
width: 180px;
}
/* parent company container */
.parent-company-container{
  max-width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
.parent-company-container hr{
  background: #b4b4b4;
  height: 2px !important;
  border-width:0;
  
}
.parent-company-container h3{
    margin-top: 20px;
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}
.parent-company-container .parent-company-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.parent-company-container img{
  width: 150px;
  margin: 0 auto;
}
/* Contact Us*/
#contact{
  padding-top: 100px; 
}
.hexagon-container {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-image: url(img2021/contactusbackground.png);
  background-size: cover;
}




.contactustext {
  width: 80vw;
  font-family: Nexa, 'Palatino Linotype', sans-serif;
}

.contactustext h1 {
  font-weight: 600;
}
#info {
  background: #333;
  opacity: 0.8;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 280px;
  color: #fff;
  border-radius: 5px;
  z-index: 10;
}

#info p {
  padding: 0 10px;
}

a {
  text-decoration: none;
  color: #3e8ed7;
}

a:hover {
  color: #61b7e6;
}

.hexagon {
  width: 500px;
  height: 100%;
  margin-top: 30px;
  z-index: 1;
}


.hex {
  width: 150px;
  height: 86px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 173px;
  -moz-background-size: auto 173px;
  -ms-background-size: auto 173px;
  -o-background-size: auto 173px;
  position: relative;
  float: left;
  margin: 25px 5px;
  text-align: center;
  zoom: 1;
}

.hex.hex-gap {
  margin-left: 86px;
  background-color: #8b8989;
}

.hex a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}

.hex .corner-1,
.hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -2;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hex .corner-1 {
  z-index: -1;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hex .corner-2 {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex .corner-1:before,
.hex .corner-2:before {
  width: 173px;
  height: 173px;
  /* content: ""; */
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hex .corner-1:before {
  -webkit-transform: rotate(-60deg) translate(-87px, 0px);
  -moz-transform: rotate(-60deg) translate(-87px, 0px);
  -ms-transform: rotate(-60deg) translate(-87px, 0px);
  -o-transform: rotate(-60deg) translate(-87px, 0px);
  transform: rotate(-60deg) translate(-87px, 0px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.hex .corner-2:before {
  -webkit-transform: rotate(60deg) translate(-48px, -11px);
  -moz-transform: rotate(60deg) translate(-48px, -11px);
  -ms-transform: rotate(60deg) translate(-48px, -11px);
  -o-transform: rotate(60deg) translate(-48px, -11px);
  transform: rotate(60deg) translate(-48px, -11px);
  bottom: 0;
}

/* Custom styles*/
.hex .inner {
  color: #eee;
}

.hex h4 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.hex hr {
  border: 0;
  border-top: 1px solid #eee;
  width: 60%;
  margin: 15px auto;
}

.hex p {
  font-size: 16px;
  font-family: "Kotta One", serif;
  width: 80%;
  margin: 0 auto;
}

.hex.hex-1 {
  background: #A6BEDB;
}

.hex.hex-2 {
  background: #FDA3DA;
}

.hex.hex-3 {
  background: #D79CFA;
}

.hex.hex-4 {
  background: #FF899E;
}

.hex.hex-5 {
  background: #89B5F4;
}
/* heaxgon part for landing page */
.second-slide-hexagons{
  z-index: 1;
  position: absolute;
  top:35%;
  left: 50%;
  height: 300px;
  transform: translateX(-50%);
}
/* responsive contact-us hexagons */
@media only screen and (max-width: 841px){
   .hexagon{
     width: 464px;
     
  }
 .hex{
    width: 144px;
    height: 83px;
 }
 .second-slide-hexagons{
   top:44%;
 }
}
@media only screen and (max-width: 425px){
  .hexagon{
    width: 333px;
  }
 .hex{
    width: 100px;
    height: 57px;
 }
 .hex.hex-gap {
    margin-left: 60px;
}
 .second-slide-hexagons{
   top:35%;
 }
}
/* Footer */
footer {
  font-family:Nexa, 'Palatino Linotype', sans-serif;
  color: white;
}


.footer-distributed {
  background-color: #9595fb;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

/* Footer links */

.footer-name img {
  width: 2.5vw;
  min-width: 40px;
  margin-right: 10px;
}

.footer-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 100px;
  font-weight: 600;
}


.footer-name p {
  font-size: 20px;
  color: white;
  align-self: center;
  margin-bottom: 0;
  
}

.copyright-text {
  font-size: 10px;
  color: white;
  margin-left: 7px;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 2.5;
  text-decoration: none;
  color: inherit;
  transition: ease 0.25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  max-width: 300px;
  
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #9595fb;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition: all 0.25s;
}
.footer-distributed .footer-info p{
  color: white;
  line-height: 24px;
}
.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }

  .footer-name .footer-email{
    justify-content: center;
  }
}

/* The picture links thing*/
.fa img {
  width: 1.8vw;
  min-width: 30px;
}

.fa-discord img {
  width: 2vw;
  min-width: 35px;
}

.footer-email {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  
}

.footer-email p {
  margin-left: 10px;
  margin-bottom: 0;
  color: white;
}
.email-logo {
  width: 30px;
  height: 22.5px;
}

/* background image styling */
.hex.hex-1.hex-gap{
  background-image: url(img2021/discord-hexagon.png);
  background-position: center; 
  background-size: cover; 
  background-repeat: no-repeat;
}

.hex.hex-2{
  background-image: url(img2021/instagram-hexagon.png); 
  background-position: center; 
  background-size: cover; 
  background-repeat: no-repeat;
}

.hex.hex-3{
  background-image: url(img2021/heroku-hexagon.png); 
  background-position: center; 
  background-size: cover; 
  background-repeat: no-repeat;
}

.hex.hex-4{
  background-image: url(img2021/email-hexagon.png); 
  background-position: center; 
  background-size: cover; 
  background-repeat: no-repeat;
}

.hex.hex-5{
  background-image: url(img2021/facebook-hexagon.png); 
  background-position: center; 
  background-size: cover; 
  background-repeat: no-repeat;
}