#mycard1:hover, #mycard2:hover, #mycard3:hover, #mycard4:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#cb1,
#cb2,
#cb3,
#cb4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#b1:hover, #b2:hover, #b3:hover, #b4:hover {
  -webkit-box-shadow: 0 0 20px rgba(248, 207, 132, 0.5);
          box-shadow: 0 0 20px rgba(248, 207, 132, 0.5);
}

.se-img, .se-card {
  width: 70%;
  height: auto;
  margin-left: 15%;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.se-img, .se-card {
  padding: 2%;
  margin-bottom: 1.5em;
}

.se-card .row #brian, .se-card .row #galal, .se-card .row #cyraz, .se-card .row #klarida, #mycard1, #mycard2, #mycard3, #mycard4 {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  margin-top: 1em;
}

#rounding1, #rounding2, #rounding3, #rounding4 {
  border-radius: 1em;
  color: white;
  background-color: #35424a;
  margin-bottom: 3%;
}

#b1,
#b2,
#b3,
#b4 {
  background-color: orange;
  border-color: orange;
}

.parallax {
  background-image: url("../images/para.jpg");
  margin-bottom: 2em;
  height: 40%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#heightings {
  max-height: 30%;
}

#heightings1 {
  max-height: 30%;
}

#heightings2 {
  max-height: 30%;
}

#heightings3 {
  max-height: 30%;
}

body, html {
  height: 100%;
}

.middling {
  text-align: center;
}

.heroheader {
  color: white;
  text-transform: uppercase;
}

* {
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  border: none;
}

/*body{
    width: 100%;
    height: 100vh;
    background-size: 100% 100vh;
    position: relative;
    background-repeat: no-repeat;
}
header{
    position: absolute;
    text-align: center;
    width: 75%;
    left: 12%;
    top: 2rem;
}
header h1{
    font-size: 30px;
}*/
.empty {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: -1;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110vh;
}

.form .contact-form input {
  width: 30rem;
  background-color: transparent;
  border: 0px;
  border: transparent;
  padding: 20px;
  font-size: 18px;
  border-bottom: 2px solid #fff;
}

.form .contact-form input ~ span {
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}

.form .contact-form input:focus ~ span {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}

.form .contact-form textarea {
  width: 30rem;
  border: 0;
  background-color: transparent;
  font-size: 17px;
  border-bottom: 2px solid #fff;
}

.form .contact-form textarea ~ span {
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}

.form .contact-form textarea:focus ~ span {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
}

.form .contact-form input[type=submit] {
  background-color: dodgerblue;
  border: 2px solid dodgerblue;
  font-size: 18px;
  width: 50%;
  height: 40px;
}

.form .contact-form input[type=submit]:hover {
  background-color: transparent;
  color: dodgerblue;
}

.media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

/*coding for responsive */
@media screen and (max-width: 900px) {
  body {
    background-repeat: repeat-y;
    overflow: auto;
  }
  /*header{
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
}*/
  .empty {
    height: 200vh;
  }
}

.hero-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 75vh;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  background: url(../images/background.jpg) center center no-repeat;
  background-size: cover;
}

.hero-title-home {
  max-width: 32em;
  margin: 0;
  font-size: 3vh;
  font-weight: bold;
  line-height: 0.9;
}

@media only screen and (min-width: 32em) {
  .hero-title-home {
    font-size: 16vh;
  }
  .scrap {
    font-size: 1.1vh;
  }
}

.scrap {
  max-width: 64em;
  margin: 0 auto;
  padding: 1em;
  overflow: auto;
}

.scrap h2 {
  font-size: 2em;
  color: white;
}

.scrap p {
  font-size: 1.9em;
}

/*Cards */
#card-list-home {
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#card-home {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  -webkit-box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#card-home #card-image-home {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

#card-home #card-image-home img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

#card-home #card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

#card-home:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  #card-list-home {
    /* On small screens, we are no longer using row direction but column */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#card-home {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
          box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* sec 3 network */
.grids {
  max-width: 136rem;
  margin: 30px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.card-one-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.card-two-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.card-six-6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.card-seven-7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.card-fa {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 25rem;
  width: 100%;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  cursor: pointer;
}

/*.card:hover {
  transform: scale(1.05);
}*/
.card:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.card__side {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: white;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 25rem;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.card__side--front {
  background-color: #2196f3;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card__side--back {
  background-color: #303f9f;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.showGreen {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.showRed {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

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

.text-box-top {
  font-size: 2.2rem;
  text-shadow: 2px 2px 10px #0000006c;
  font-weight: 400;
}

.text-box-middle {
  font-size: 5.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 10px #0000006c;
}

.text-box-lower {
  font-size: 2rem;
  text-shadow: 2px 2px 10px #0000006c;
  font-weight: 400;
}

.heading {
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.hide {
  visibility: hidden;
  opacity: 0;
}

.show {
  visibility: visible;
  opacity: 1;
}

#front-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 30, 88, 0.6)), to(rgba(20, 20, 20, 0.6))), url(../images/card1-front.jpg);
  background-image: linear-gradient(rgba(204, 30, 88, 0.6), rgba(20, 20, 20, 0.6)), url(../images/card1-front.jpg);
}

#front-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 136, 168, 0.767)), to(rgba(14, 46, 65, 0.9))), url(../images/card2-front.jpg);
  background-image: linear-gradient(rgba(31, 136, 168, 0.767), rgba(14, 46, 65, 0.9)), url(../images/card2-front.jpg);
}

#front-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 165, 230, 0.801)), to(rgba(20, 20, 20, 0.6))), url(../images/card6-front.jpg);
  background-image: linear-gradient(rgba(229, 165, 230, 0.801), rgba(20, 20, 20, 0.6)), url(../images/card6-front.jpg);
}

#front-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 136, 168, 0.767)), to(rgba(14, 46, 65, 0.9))), url(../images/card7-front.jpg);
  background-image: linear-gradient(rgba(31, 136, 168, 0.767), rgba(14, 46, 65, 0.9)), url(../images/card7-front.jpg);
}

/* Back */
#back-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 30, 88, 0.6)), to(rgba(20, 20, 20, 0.6))), url(../images/card1-back.jpg);
  background-image: linear-gradient(rgba(204, 30, 88, 0.6), rgba(20, 20, 20, 0.6)), url(../images/card1-back.jpg);
}

#back-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 136, 168, 0.767)), to(rgba(14, 46, 65, 0.9))), url(../images/card2-back.jpg);
  background-image: linear-gradient(rgba(31, 136, 168, 0.767), rgba(14, 46, 65, 0.9)), url(../images/card2-back.jpg);
}

#back-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 21, 86, 0.801)), to(rgba(20, 20, 20, 0.6))), url(../images/card6-back.jpg);
  background-image: linear-gradient(rgba(214, 21, 86, 0.801), rgba(20, 20, 20, 0.6)), url(../images/card6-back.jpg);
}

#back-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 136, 168, 0.767)), to(rgba(14, 46, 65, 0.9))), url(../images/card7-back.jpg);
  background-image: linear-gradient(rgba(31, 136, 168, 0.767), rgba(14, 46, 65, 0.9)), url(../images/card7-back.jpg);
}

@media screen and (min-width: 1024px) {
  /* html {
    font-size: 62.5%;
  }*/
  .grids {
    max-width: 136rem;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .card-one-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .card-two-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .card-six-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .card-seven-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

.card-team {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-team {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  min-height: 400px;
}

.card-team span.card-title-team {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.card-team .card-image-team {
  position: relative;
  overflow: hidden;
}

.card-team .card-image-team img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}

.card-team .card-image-team span.card-title-team {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}

.card-team .card-content-team {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-team .card-content-team h1 {
  margin: 0;
  color: white;
}

.card-team .card-content-team span.card-title-team {
  line-height: 48px;
}

.card-team .card-action-team {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}

.card-team .card-action-team a {
  color: #ffab40;
  margin-right: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.card-team .card-action-team a:hover {
  color: #ffd8a6;
  text-decoration: none;
}

.button-team {
  background-color: white;
  border-radius: 20px 20px;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-box-shadow: 0 9px #3903eb;
          box-shadow: 0 9px #3903eb;
}

.button-team:hover {
  background-color: green;
}

.button-team:active {
  background-color: #3e8e41;
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

.button-team a {
  font-size: 1.5em;
}

/* header for all pages & body */
.grids {
  margin-bottom: 5em;
}

body {
  margin: 0;
  padding: 0;
  background-color: #354639fb;
}

footer {
  padding: 20px;
  margin-top: 20px;
  background-color: #35424a;
  text-align: center;
}

#currnt {
  color: #0077ff;
}

.nav-link {
  text-transform: uppercase;
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
  text-decoration: none;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
}

.copyright-text {
  font-size: 2em;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text, .site-footer .social-icons {
    text-align: center;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
/*# sourceMappingURL=styles.css.map */