* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  background-color: #6600ff;
}
html {
  scroll-behavior: smooth;
}
.w4a7 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.appName {
  margin-top: 5px;
}
.sk {
  font-size: 1.4vw;
}
.menu {
  margin-top: 70px;
}
.menu-img {
  transition: all 1s;
  cursor: pointer;
  height: 300px;
  margin-bottom: 40px;
}

.menu-caption {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  transition: all 1s;
  font-family: 'Merienda', cursive;
}
.menu-content {
  overflow: hidden;
  position: relative;
}
.menu-content:hover .menu-caption {
  top: 50%;
}
.menu-content:hover .menu-img {
  transform: scale(1.2, 1.2);
}
.om {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 60px;
  font-family: 'Fascinate Inline', cursive;
}
.omp {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 50px;
  font-family: 'Fascinate Inline', cursive;
}
.lightBox {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 100;
}
.lightBox-img {
  height: 500px;
  background-color: black;
  margin-top: 90px;
  border-radius: 20px;
  background-size: 100% 100%;
}
.menu-layer {
  position: relative;
}
#close {
  position: absolute;
  top: 3%;
  right: 2%;
  font-size: 20px;
  cursor: pointer;
  color: darkgrey;
  transition: all 1s;
}
.iclose:hover {
  transform: scale(1.7, 1.7);
}
#next {
  position: absolute;
  top: 50%;
  right: 2%;
  font-size: 20px;
  cursor: pointer;
  color: darkgray;
  transition: all 1s;
}
.inext:hover {
  transform: scale(1.7, 1.7);
}
#prev {
  position: absolute;
  top: 50%;
  left: 2%;
  font-size: 20px;
  cursor: pointer;
  color: darkgray;
  transition: all 1s;
}
.iprev:hover {
  transform: scale(1.7, 1.7);
}

#nextin {
  position: absolute;
  top: 2%;
  right: 50%;
  font-size: 20px;
  cursor: pointer;
  color: darkgray;
  transition: all 1s;
}
.innext:hover {
  transform: scale(1.7, 1.7);
}
#previn {
  position: absolute;
  top: 2%;
  left: 50%;
  font-size: 20px;
  cursor: pointer;
  color: darkgray;
  transition: all 1s;
}
.inprev:hover {
  transform: scale(1.7, 1.7);
}

/******************/
#team {
  text-align: center;
  color: #535353;
  background-image: url(../image/bg-home.jpg);
  background-attachment: fixed;
  transition: all 1s;
  height: 140vh;
  padding-top: 5%;
}
#team h5 {
  font-size: 1.2rem;
  font-weight: 599;
  margin-bottom: 1rem;
  color: #00d646;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#team h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 599;
  color: #fff;
  line-height: 1.2;
  max-width: 650px;
  margin: 0 auto 1rem;
  font-size: 5vw;
  font-family: 'Fascinate Inline', cursive;
  letter-spacing: 1px;
}
#team p.desc {
  max-width: 75%;
  padding: 5px;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Poiret One', cursive;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
}
.swiper-container {
  width: 100%;
  padding-top: 12%;
  padding-bottom: 10%;
  position: relative !important;
  max-height: 100vh !important;
}
.swiper-pagnation {
  position: absolute !important;
  bottom: 48% !important;
  left: 50% !important;
  right: 50% !important;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 350px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}
.slider-arrows {
  border-radius: 50px;
  background: #00d646;
  color: white;
  font-weight: bold;
  width: 45px;
  height: 45px;
  line-height: 40px;
  transition: 1s;
  border: 4px solid #00d646;
  padding-top: 10px;
}
.team-coverflow {
  position: relative;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  max-width: 370px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 1s;
}
.team-coverflow .team-text {
  text-align: center;
  font-size: 14px;
  padding: 1rem 0 1rem 0;
}
.team-coverflow .team-text h4 {
  font-size: 1.7rem;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-coverflow .team-img {
  overflow: hidden;
  width: 100%;
  border-radius: 70%;
}
.team-progress {
  padding-bottom: 0.7rem;
  padding-top: 1.5rem;
}

.team-progress .progress-item:not(:last-child) {
  margin-bottom: 0.7rem;
}
.team-progress .progress {
  height: 12px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 50px;
  background-color: #eaeaea;
}
.team-progress .progress-item .counter {
  font-weight: 500;
}
.team-progress .progress-bar {
  height: 100%;
  border-radius: 50px;
  border: none;
}
.w-95 {
  width: 95% !important;
}
.w-93 {
  width: 93% !important;
}
.w-90 {
  width: 90% !important;
}
.w-86 {
  width: 86% !important;
}
.w-88 {
  width: 88% !important;
}
.w-85 {
  width: 85% !important;
}
.team-member-slider {
  padding-bottom: 130px;
}
.team-member-slider .swiper-slide-active {
  transform: translateY(-9%) !important;
  transition: 300ms;
  opacity: 1 !important;
}
.team-member-slider .swiper-slide {
  opacity: 0.5;
}

/******************/

.trgs {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 30px;
  font-size: 5vw;
  font-family: 'Fascinate Inline', cursive;
  color: #fff;
}
.trbs {
  text-align: center;
  font-size: 3vw;
  font-family: 'Fascinate Inline', cursive;
  color: #fff;
}
.trg {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 5vw;
  font-family: 'Fascinate Inline', cursive;
  color: #fff;
}
.trb {
  text-align: center;
  font-size: 3vw;
  font-family: 'Fascinate Inline', cursive;
  color: #fff;
}

.contact-talks a {
  text-decoration: none;
  color: #fff;
}
.contact-talks h3 {
  font-size: 1.5vw;
}
.contact-talks p {
  color: #fff;
}
.contact-talks {
  color: #fff;
  font-family: 'Poiret One', cursive;
  padding-top: 12%;
}

.contact-talks h2 {
  font-size: 2vw;
}
.soc {
  font-size: 1.5vw;
}
.myMail {
  color: #00d646;
}
.social {
  position: absolute;
  left: 40%;
  bottom: 5%;
  margin: auto;
  font-size: 1.2vw;
}
.social a {
  text-decoration: none;
  color: #fff;
}
.fb:hover {
  color: #3b5998;
}
.insta:hover {
  color: #c13584;
}
.tw:hover {
  color: #00acee;
}
.lnk:hover {
  color: #2867b2;
}
.wapp:hover {
  color: #25d366;
}
.fb,
.insta,
.tw,
.lnk,
.wapp {
  transition: all 0.5s;
}

.contact-form {
  height: 115%;
  width: 80%;
  background-color: #2a3340;
  border-radius: 40px;
  transition: all 0.5s;
}
.cardMe {
  margin-top: 15%;
  margin-left: 12%;
  transition: all 0.5s;
  position: relative;
}
.imgMe {
  width: 100%;
  height: auto;
  border-radius: 10%;
}

.thanks {
  width: 100%;
  position: absolute;
  top: 140%;
  bottom: 0%;
  right: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10%;
  transition: all 1s;
  overflow: hidden;
}
.cardMe:hover .thanks {
  top: 0%;
}
.captionMe {
  position: absolute;
  bottom: 7%;
  text-align: center;
  width: 100%;
  background-color: #000;

  font-family: 'Poiret One', cursive;
  border-radius: 1%;
}

.captionMe p {
  color: #fff;

  font-size: 1.2vw;
}
@media (max-width: 535px) and (min-width: 500px) {
  .cardMe {
    margin-top: 2%;
  }
  .contact-talks {
    padding-top: 3%;
  }
}
@media (max-width: 767px) and (min-width: 535px) {
  .cardMe {
    margin-top: 2%;
  }
  .imgMe {
    width: 60%;
  }
  .thanks {
    width: 60%;
  }
}
@media (max-width: 630px) and (min-width: 300px) {
  .social {
    left: 25%;
  }
}
.contact {
  position: relative;
  top: -40%;
}
.footer {
  width: 100%;
  height: 11vh;
  background-color: #2a3340;
}
.footer p {
  text-align: center;
  color: #fff;
}
.logo-footer {
  color: #00d646;
  font-family: 'Dancing Script', cursive;
  font-size: 2vw;
  margin-left: 10px;
}
.mob {
  color: #00d646;
}

/* Set a background color */
.myExp {
  background-image: url(../image/ama-dablam-2064522_1920.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 170vh;
  font-family: 'Poiret One', cursive;
  position: relative;
}
.m8te {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background-color: rgba(53, 86, 100, 0.8);
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.contt {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.contt::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid orangered;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: ' ';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: ' ';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .contt {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .contt::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent orangered transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.expCont {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  padding-top: 30px;
  font-size: 5vw;
  color: #fff;
  font-family: 'Fascinate Inline', cursive;
}
.yearrs {
  color: deepskyblue;
  font-size: 1.5vw;
  font-weight: 700;
}
.enwan {
  color: #2a3340;
  font-size: 1.6vw;
  font-weight: 900;
}
.mohm {
  color: rgba(53, 86, 100, 1);
  font-weight: 600;
  font-size: 1.2vw;
}
#main {
  padding-top: 80px;
  margin-bottom: 17%;
  margin-top: 5%;
}
.showcase-box {
  width: 330px;
  height: 450px;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0px 20px 10px 20px;
  overflow: hidden;
  position: relative;
  z-index: 10000000000000000;
}
.play {
  display: none;
  text-align: center;
  position: absolute;
  bottom: -10%;
}
.showcase-box:hover .play {
  bottom: 0%;
  display: block;
  color: #fff;
  background-color: #6600ff;
  width: 100%;
  font-size: 35px;
  padding: 10%;
}
.showcase-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.showcase-heading {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 5vw;
  color: #fff;
  margin-bottom: 7%;
  font-family: 'Fascinate Inline', cursive;
}
.cs-hidden {
  overflow: visible !important;
  opacity: 1 !important;
  z-index: 100;
}

footer {
  background-color: transparent;
  padding-top: 30px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}

#contact-left h2,
#contact-right h3 {
  color: white !important;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

#contact-left p {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
}

#contact-info {
  background-repeat: no-repeat;
  background-size: contain;
}

address {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
}

address strong {
  font-size: 17px;
}

form .form-control {
  background: transparent;
  border-radius: 0;
  border-color: white;
  font-size: 17px;
  font-weight: 300;
  padding: 8px 17px;
  margin-bottom: 20px;
  color: white;
}

#footer-bootom {
  background-color: transparent;
  padding: 20px 0;
}

#footer-copyrights p {
  margin: 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

#footer-menu {
  float: left;
  color: white;
  font-size: 17px;
  font-weight: 300;
}

#footer-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#footer-menu ul li {
  display: inline-block;
}

#footer-menu a {
  color: white;
  font-size: 17px;
  font-weight: 300;
  margin: 0 7px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

#footer-menu a:hover {
  color: #f1c30f;
}

ul.social-list {
  display: flex;
  color: white;
}

ul.social-list li a {
  margin-right: 10px;
  color: white;
}

#btn-white {
  border-color: white;
  color: white;
}

#btn-white:hover {
  border-color: white;
  color: #fff;
}

.btn-general {
  border-width: 2px;
  border-radius: 0;
  padding: 12px 25px 12px 25px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  border-color: white;
}
.cocappp {
  font-size: 1.3vw;
  display: block;
  padding: 7px 12px;
  text-align: center;
  background: #25d366;
  width: 25%;
  margin-right: 25%;
  border-radius: 10px;
  box-shadow: 0px 7px 0px #009446, 0 7px 25px rgba(255, 255, 255, 0.4);
}
.cocappp:active {
  box-shadow: 0px 3px 0px #009446, 0 3px 5px rgba(255, 255, 255, 0.6);
  position: relative;
  top: 5px;
}
.wappp {
  color: #fff;
}
/*========NAVBAR==================*/
nav {
  height: 80px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
a.logo {
  font-size: 30px;
  font-weight: bold;
  color: white;
  padding: 0 100px;
  line-height: 80px;
  text-decoration: none;
  border: none !important;
}
nav ul {
  float: right;
  margin-right: 60px;
}
nav li {
  display: inline-block;
  line-height: 80px;
}
nav a {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 7px 10px;
  border-radius: 3px;
  text-decoration: none !important;
}
nav a.active,
nav a:hover {
  border: 1px solid orangered;
  transition: 0.5s;
  color: orangered;
}
nav #iiccoonn {
  color: white;
  font-size: 30px;
  line-height: 80px;
  float: right;
  margin-right: 40px;
  margin-top: 25px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1048px) {
  a.logo {
    font-size: 32px;
    padding-left: 30px;
  }
  nav ul {
    margin-right: 20px;
  }
  nav a {
    font-size: 17px;
  }
}
@media (max-width: 930px) {
  nav {
    background: white;
  }
  nav #iiccoonn {
    display: block;
    color: deepskyblue;
  }
  .logost {
    color: deepskyblue !important;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: white;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav a {
    font-size: 20px;
    color: deepskyblue;
  }
  a.active,
  a:hover {
    border: 1px solid deepskyblue;
    color: deepskyblue;
  }
  nav ul.show {
    left: 0;
  }
}

/*========END OF NAVBAR===========*/
/*========Header==================*/
.header {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
    url(../image/pexels-erik-mclean-4751193.jpg) center/cover no-repeat fixed;
  margin: auto;
}
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header .title {
  display: inline;
  font-size: 5vw;
  font-family: 'Anton', sans-serif;
  color: #fff;
}
.musa {
  color: orangered;
  font-family: 'Finger Paint', cursive;
}
.colonx {
  color: orangered;
}
.colony {
  color: deepskyblue;
}
.jobc {
  color: deepskyblue;
  font-family: 'Finger Paint', cursive;
}

.btnsnow {
  margin-top: 30px;
}
.hero-button1 {
  padding: 13px 25px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border: 2px solid white;
  border-top-left-radius: 15px;
  transition: all 0.5s ease-in;
  margin-right: -6px;
}
.hero-button1:hover {
  text-decoration: none;
  color: white;
  background-color: deepskyblue;
  border-color: deepskyblue;
}
.hero-button2 {
  padding: 13px 25px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border: 2px solid white;
  border-bottom-right-radius: 15px;
  transition: all 0.5s ease-in;
  margin-right: 10px;
}
.hero-button2:hover {
  text-decoration: none;
  color: white;
  background-color: orangered;
  border-color: orangered;
}
.social-networks a.fa {
  border: 1px solid white;
  padding: 10px;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  margin-right: 2px;
  transition: all 0.5s ease-in;
}
.social-networks a.fa:hover {
  text-decoration: none;
  background-color: deepskyblue;
  color: white;
  border: 1px solid deepskyblue;
}

/*******************popup************************/
.bg-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 100000000000000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-content-1 {
  width: 70%;
  height: 78%;
  background-color: #f2f2f2;
  opacity: 1;
  border-radius: 5px;
  position: relative;
}
.logo2 {
  font-size: 30px;
  font-weight: bold;
  color: orangered;
  padding: 2% 0;
  text-align: center;
  line-height: 80px;
  text-decoration: none;
  font-family: 'Philosopher', sans-serif;
}
.close-popup {
  position: absolute;
  top: -1.7%;
  right: -0.4%;
  font-size: 30px;
  color: orangered;
}
.me-about-me {
  font-family: 'Raleway', sans-serif;
  padding: 0 3%;
}
.me-about-me h5 {
  color: #808080;
  margin-bottom: 2.5%;
  font-size: 2vw;
}
.me-about-me h6 {
  font-size: 1.6vw;
  color: #808080;
}
.me-about-me p {
  font-size: 1.3vw;
  color: #808080;
}
@media screen and (max-width: 946px) {
  .me-about-me h5 {
    font-size: 15px;
  }
  .me-about-me h6 {
    font-size: 13px;
  }
  .me-about-me p {
    font-size: 10px;
  }
  .close-popup {
    color: deepskyblue;
  }
  .logo2 {
    color: deepskyblue;
  }
  .ms14-pop {
    color: deepskyblue !important;
  }
}
@media screen and (max-width: 340px) {
  .me-about-me h5 {
    font-size: 13px;
  }
  .me-about-me h6 {
    font-size: 11px;
  }
  .me-about-me p {
    font-size: 8px;
  }
}
/************************************ A B O U T *********************************************/
#about-us .carousel-indicators li {
  background-color: black;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
#about-us .carousel-indicators {
  top: 105%;
}
.carousel-control-prev-icon {
  background-image: url(../image/left-arrow.svg);
  padding: 25px;
  text-decoration: none;
}
.carousel-control-next-icon {
  background-image: url(../image/right-arrow.svg);
  padding: 25px;
  text-decoration: none;
}

#other {
  margin-bottom: 10%;
  font-size: 5vw;
  font-family: 'Fascinate Inline', cursive;
  color: #ffffff;
}
#about-us .carousel-control-next,
#about-us .carousel-control-prev {
  width: auto;
}
#about-us .carousel-control-next {
  right: -35px;
  border: none !important;
}
#about-us .carousel-control-prev {
  left: -35px;
  border: none !important;
}

#contents {
  padding-top: 10%;
}
@media screen and (max-width: 600px) {
  #about-us .carousel-control-next {
    right: -1px;
  }
  #about-us .carousel-control-prev {
    left: -1px;
  }
}
