* {
  margin: 0;
  padding: 0;
  font-family: 'Tajawal', sans-serif;
  /*text-transform: capitalize;*/
  /*text-transform: lowercase;;*/
  color: #fff;
}

*::-webkit-scrollbar {
  display: none;
}

:root {
  --main-color: rgb(201, 217, 135);
  --font-color: #fff;
  --border: .1rem solid rgba(255, 255, 255, .3);
}

.container {
  width: 90%;
  margin: auto;
}


/* ------- start mega menu ------- */
.open-menu {
  position: fixed;
  top: 28px;
  right: 20px;
  display: none;
  z-index: 10;
}

.open-menu i {
  margin: 5px;
  font-size: 30px;
  cursor: pointer;
  color: black;

}

.close-menu {
  position: fixed;
  top: 28px;
  right: 20px;
  display: none;
  z-index: 10;
}

.close-menu i {
  font-size: 30px;
  cursor: pointer;

  color: black;
}

.closemega {
  font-size: 30px;
  margin: 30px;
  cursor: pointer;
  position: absolute;
  left: 20%;
  top: 16px;
}




.nav-bar {
  display: flex;
  justify-content: space-between;
  height: 120px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  z-index: 15;
}

.topnav {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.topnav ul {
  list-style: none;
  display: flex;
}

.topnav ul li {
  margin: 0 20px;
}

.topnav ul li a {
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
  color: black;
}

.topnav ul li a:hover {
  border-bottom: 3px solid var(--main-color);
  padding-bottom: 5px;
}

.earth {
  color: black;
  font-size: 20px;
  margin: 0 20px;
}

.bottomnav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bottomnav ul {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}

.bottomnav ul li {
  margin: 0 20px;
}

.bottomnav ul li a {
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
  color: black;
}

.bottomnav ul li a:hover {
  border-bottom: 3px solid var(--main-color);
  padding-bottom: 5px;
}

.search-icon {
  font-size: 20px;
  cursor: pointer;
  color: black;
}



.product {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  height: 100vh;
  transition: 0.5s;
  overflow-y: scroll;
  z-index: 20;

}

.product ul {
  list-style: none;
  flex-direction: column;
  transition: 0.5s;
  position: absolute;
  top: 19%;
  left: 17%;
}

.product ul.none-active {
  list-style: none;
  flex-direction: column;
  transition: 0.5s;
  position: absolute;
  top: 10%;
  left: -100%;
}

.product ul li {
  transition: 0.3s;
  height: 100%;
  width: 200px;
  display: flex;
  align-items: center;
  /* margin: 30px 0; */
  border-bottom: var(--border);
}

.product ul li.none-active {
  list-style: none;
  flex-direction: column;
  transition: 0.5s;
  position: absolute;
  top: 10%;
  left: -100%;
}

.product ul li i {
  position: absolute;
  right: 0;
}

.product ul li a {
  color: white;
  text-decoration: none;
  /* margin: 0 20px ; */
  font-size: 25px;
  padding: 15px 0;

}

.product.product-active {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
}


.nav1 {
  display: flex;
  flex-direction: row;
  list-style: none;
  position: fixed;
  top: -100%;
  right: 40%;
  z-index: 200;

}

.nav1.nav1-active {
  display: flex;
  flex-direction: row;
  list-style: none;
  position: fixed;
  top: 50px;
  right: 35%;
  z-index: 500;
  margin-bottom: 60px;
}

.nav1 li {
  margin: 0 20px;
}

.nav1 li a {
  text-decoration: none;
  font-size: 20px;
  color: white;
}

.mega-img {
  position: absolute;
  right: 200px;
  top: 22%;
  display: flex;
}

.mega-img img {
  width: 300px;
  padding: 0 20px;
}

.mega-img p {
  font-size: 20px;
  text-align: left;
  line-height: 1.5;
  width: 300px;

}


.product1 {
  position: fixed;
  top: -100%;
  left: 27%;
  right: 0;
  height: calc(100vh - 90px);
  transition: 0.5s;
  margin: 0 20px;
  overflow-y: scroll;
  z-index: 20;
}

.product1 ul {
  list-style: none;
  flex-direction: column;
  position: absolute;
  left: 25%;
  top: 11%;
  transition: 0.5s;

}

.product1 ul.active1 {
  list-style: none;
  flex-direction: column;
  position: absolute;
  left: 0;

}

.product1 ul li i {
  position: absolute;
  right: 0;

}

.product1 li {
  transition: 0.3s;
  height: 100%;
  width: 200px;
  display: flex;
  align-items: center;
  border-bottom: var(--border);
}

.product1 li a {
  color: white;
  text-decoration: none;
  /* margin: 0 20px ; */
  font-size: 25px;
  padding: 15px 0;
}

.product1.product1-active {
  overflow-y: scroll;
  position: fixed;
  top: 90px;
  left: 27%;
  right: 0;
  height: calc(100vh - 90px);
  width: 300px;
}







.product2 {
  position: fixed;
  top: -100%;
  left: 30%;
  right: 0;
  height: calc(100vh - 90px);
  transition: 0.5s;
  margin: 0 20px;
  overflow-y: scroll;
  z-index: 20;
}

.product2 ul {
  list-style: none;
  flex-direction: column;
  position: absolute;
  left: 26%;
  top: 11%;
  transition: 0.5s;
}

.product2 ul.active2 {
  list-style: none;
  flex-direction: column;
  position: absolute;
  left: 15%;
}

.product2 li {
  transition: 0.3s;
  height: 100%;
  width: 200px;
  display: flex;
  align-items: center;
  /* margin: 30px 0; */
  border-bottom: var(--border);
}

.product2 li a {
  color: white;
  text-decoration: none;
  /* margin: 0 20px ; */
  font-size: 25px;
  padding: 15px 0;

}

.product2.product2-active {
  overflow-y: scroll;
  position: fixed;
  top: 90px;
  left: 36%;
  right: 0;
  height: calc(100vh - 90px);

}





.search-bar {
  display: none;
}

.search-bar .close-search {
  z-index: 30;
  font-size: 40px;
  position: fixed;
  top: 28px;
  right: 40px;
  cursor: pointer;
}

.search-bar button {
  z-index: 30;
  position: fixed;
  top: 30px;
  right: 90px;
  cursor: pointer;
  font-size: 30px;
  background: none;
  border: none;
}

.search-bar input {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 110px;
  font-size: 50px;
  color: black;
  border: none;
  background-image: linear-gradient(90deg, white, var(--main-color));
  padding: 0 10px;
  outline: none;

}

/* ------- end mega menu ------- */

/* ------- start header ------- */
.header {
  margin-top: 150px;
  background-image: linear-gradient(white, var(--main-color));
}

.header .container h1 {
  font-size: 80px;
  color: black;
  font-weight: 100;
}

.header-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .mainimg {
  width: 80%;
  transition: 1s;

}

.header-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}

.header-text .text {
  padding: 30px 40px;
  border-right: 1px solid #ada6a6;
}

.header-text .text h1 {
  font-size: 50px;
  font-weight: 100;
}

.header-text .text p {
  color: black;
  width: 100%;
  line-height: 2;
  font-size: 20px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.header-text .text button {
  background: none;
  color: #0b7533;
  border: 1px solid #0b7533;
  padding: 20px;
  margin: 30px 0;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 50px;
}

/* ------- end header ------- */


/* ------- start spot ------- */
.spot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 30px 30px 0px 30px;

}

.spot h1 {
  color: black;
  font-weight: 100;
  font-size: 50px;

}

.spot .spot-card {
  cursor: pointer;
}

.spot .spot-card h2 {
  color: black;
  margin: 20px 0;
  width: 80%;
}

.spot .spot-card p {
  color: #464646;
  font-weight: 100;
  width: 70%;
  line-height: 1.5;
  margin: 0;
}

.spot .spot-card {
  overflow: hidden;
  border-radius: 10px;
}

.spot .spot-card .spot-img {
  width: 100%;
  height: 55%;
  transition: 0.5s;
  border-radius: 10px;
}

.spot .spot-card:hover .spot-img {
  transform: scale(1.05);
}

.spot .spot-card:hover .spot-h {
  color: blue;
}

/* ------- end spot ------- */


/* ------- start warning ------- */
.warning {
  background-color: #ebeaea;
  display: flex;
  padding: 30px;
}

.warning i {
  font-size: 30px;
  margin: 0 10px;
  color: black;
}


.warning .warning-text h2 {
  color: black;
  font-weight: 100;

}

.warning .warning-text p {
  color: #464646;
  font-weight: 100;
  width: 70%;
  line-height: 1.5;
  margin: 10px 0;

}

.warning .warning-text a {
  color: blue;
}

/* ------- end warning ------- */
/* ------- start about ------- */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 50px 0;
}

.about img {
  width: 100%;
  border-radius: 10px;
}

.about .about-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.about .about-text h1 {
  color: black;
  font-weight: 100;
  font-size: 40px;
}

.about .about-text p {
  color: #464646;
  width: 95%;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 18px;
}

.about2 {
  direction: rtl;
}

.about2 .about-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: end;
}

.about .about-text button {
  background: none;
  color: #0b7533;
  border: 1px solid #0b7533;
  padding: 10px;
  margin: 30px 0;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 50px;
}

/* ------- end about ------- */
/* ------- start stories------- */
.stories {
  background-image: linear-gradient(white, var(--main-color));
  padding: 50px 0;
}

.stories h1 {
  color: black;
  font-size: 80px;
  font-weight: 300;
  margin: 0;
}

.stories span {
  font-size: 80px;
  font-weight: 300;
  margin: 0;
  display: block;
  color: var(--main-color);
  animation: spin_words 6s infinite;
}

.words {
  height: 80px;
  overflow: hidden;
}

@keyframes spin_words {
  10% {
    transform: translateY(-112%);
  }

  25% {
    transform: translateY(-100%);
  }

  35% {
    transform: translateY(-212%);
  }

  50% {
    transform: translateY(-200%);
  }

  60% {
    transform: translateY(-312%);
  }

  75% {
    transform: translateY(-300%);
  }

  85% {
    transform: translateY(-412%);
  }

  100% {
    transform: translateY(-400%);
  }
}

.stories-photo {
  background-image: linear-gradient(rgba(0, 0, 0, -0.4), rgba(0, 0, 0, .8)), url(../../images/images/partnership.jpg) !important;
  padding: 50px;
  background-position: center;
  background-size: cover;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
  border-radius: 10px;
}

.stories-photo h1 {
  color: white;
  font-size: 50px;
  width: 68%;
}

.stories-photo p {
  font-size: 18px;
  width: 68%;
  line-height: 1.5;

}

.stories-photo button {
  width: 150px;
  background: none;
  border: var(--border);
  cursor: pointer;
  text-transform: capitalize;
  padding: 20px;
  font-weight: bold;
  border-radius: 50px;
  background-color: #0b7533;
}

/* .stories-photo button{
    width: 150px;
    background-color: #0b7533;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    padding: 20px;
    font-weight: bold;
    border-radius: 5px;
} */
.stories-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 30px;

}

.stories-card .card-content {
  background-color: white;
  position: relative;
  height: 60vh;
  overflow: hidden;
  border-radius: 10px;
}

.stories-card .card-content img {
  width: 100%;
  height: 100%;
}

.stories-card .card-content h3 {
  color: black;
  padding: 30px;
  font-size: 20px;
  font-weight: 500;
}

.stories-card .card-content p {
  color: black;
  padding: 0 20px;
  margin-top: 50px;
  font-size: 18px;
}

.stories-card .card-content .date {
  position: absolute;
  top: 60px;
  left: 10px;
  font-size: 15px;
  color: #868686;
}

.stories-card .card-content .card-text {
  position: absolute;
  top: 70%;
  height: 100%;
  background-color: white;
  transition: 0.5s;

}

.stories-card .card-content:hover .card-text {
  top: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}

.stories-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px 30px 30px;
}

.stories-button button {
  width: 200px;
  background-color: #0b7533;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  padding: 20px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
}

/* ------- end stories ------- */



/* ------- start profesional ------- */
.profesional {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 30px;
  cursor: pointer;
}

.profesional-card {
  overflow: hidden;
  margin-top: 120px;

}

.profesional-card h2 {
  color: black;
  margin: 20px 0;
}

.profesional-card p {
  color: #464646;
  font-weight: 100;
  width: 70%;
  line-height: 1.5;
  margin: 0;
}

.profesional h1 {
  color: black;
  font-weight: 100;
  font-size: 50px;
}

.profesional-img {
  width: 100%;
  transition: 0.5s;
  border-radius: 10px;
}

.profesional-card:hover .profesional-img {
  transform: scale(1.05);
}

.profesional-card:hover h2 {
  color: blue;
}

.profesional-card:hover i {
  color: blue;
}

.profesional-card i {
  color: black;
  font-size: 20px;

}

/* ------- end profesional ------- */
/* ------- start footer ------- */
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  padding: 30px 0;
  border-top: 1px rgb(128, 127, 127) solid;
}

.footer p {
  color: black;
  margin-top: 20px;
}

.right-footer {
  color: black;
}

.right-footer ul {
  display: flex;
  list-style: none;
}

.right-footer ul li a {
  text-decoration: none;
  color: black;
  margin-right: 20px;
}

.right-footer ul li a:hover {
  color: blue;
  text-decoration: underline;
}

.mid-footer a {
  color: black;
  margin-top: 10px;
  text-decoration: none;
  font-size: 20px;
  display: block;

}

.mid-footer a:hover {
  color: blue;
}

.left-footer a {
  display: block;
  font-size: 25px;
  color: black;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px rgb(10, 10, 10) solid;
  width: 200px;
  margin-bottom: 15px;
}

.left-footer a:hover {
  border-bottom: 1px blue solid;
  color: blue;
}

.footer-icons {
  margin: 10px 0;
}

.footer-icons i {
  color: rgb(75, 74, 74);
  margin-right: 10px;

}

.footer-icons i:hover {
  color: blue;
}

/* ------- end footer ------- */










@media (min-width: 1201px) and (max-width:1650px) {
  .closemega {
    font-size: 30px;
    margin: 30px;
    cursor: pointer;
    position: absolute;
    left: 16px;
    top: 16px;
  }

  .nav1.nav1-active {
    display: flex;
    flex-direction: row;
    list-style: none;
    position: fixed;
    top: 50px;
    right: 28%;
    z-index: 500;
  }

  .mega-img {
    position: absolute;
    right: 200px;
    top: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mega-img img {
    width: 200px;
  }

  .mega-img p {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    width: 203px;
    margin-bottom: 20px;
  }


  .product1 ul.active1 {
    list-style: none;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 0;
  }

  .product2 ul.active2 {
    list-style: none;
    flex-direction: column;
    position: absolute;
    left: 10%;
    top: 4%;
  }


  .product {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .product ul {
    list-style: none;
    flex-direction: column;
    position: absolute;
    top: 15%;
    left: 5%;
  }

  .product li {
    transition: 0.3s;
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-bottom: var(--border);
  }

  .product li a {
    color: white;
    text-decoration: none;
    font-size: 25px;

  }

  .product.product-active {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }

  .product1 {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: -100%;
    left: 21%;
    height: calc(100vh - 90px);
  }

  .product1 ul {
    list-style: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 2%;
    left: 0;
    width: 200px;
  }

  .product1 li {
    transition: 0.3s;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-bottom: var(--border);
  }

  .product1 li a {
    color: white;
    text-decoration: none;
    font-size: 25px;

  }

  .product1.product1-active {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 13%;
    left: 21%;
  }

  .product2 {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: -100%;
    left: 34%;
    height: calc(100vh - 90px);
  }

  .product2 ul {
    list-style: none;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 0;
  }

  .product2 li {
    transition: 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-bottom: var(--border);
  }

  .product2 li a {
    color: white;
    text-decoration: none;
    font-size: 25px;

  }

  .product2.product2-active {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 11%;
    left: 34%;
    height: calc(100vh - 90px);
  }
}


/* ----------------small-screen----------- */
@media (min-width: 900px) and (max-width:1200px) {
  .container {
    width: 80%;
    margin: auto;
  }

  .product1 ul.active1 {
    list-style: none;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 0;
  }

  .product2 ul.active2 {
    list-style: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 4%;
  }




  .nav1.nav1-active {
    display: flex;
    flex-direction: row;
    list-style: none;
    position: fixed;
    top: 50px;
    right: 20%;
    z-index: 500;
  }

  .closemega {
    font-size: 30px;
    margin: 30px;
    cursor: pointer;
    position: absolute;
    left: 9%;
    top: 16px;
  }

  .product {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .product ul {
    list-style: none;
    flex-direction: column;
    position: absolute;
    top: 15%;
    left: 5%;
  }

  .product li {
    transition: 0.3s;
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-bottom: var(--border);
  }

  .product li a {
    color: white;
    text-decoration: none;
    font-size: 25px;

  }

  .product.product-active {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }


  .mega-img {
    position: absolute;
    right: 200px;
    top: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mega-img img {
    width: 200px;
  }

  .mega-img p {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    width: 250px;
    margin-bottom: 20px;
  }




  .product1 {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: -100%;
    left: 23%;
    height: calc(100vh - 90px);
  }

  .product1 ul {
    list-style: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 2%;
    left: 0;
    width: 200px;
  }

  .product1 li {
    transition: 0.3s;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-bottom: var(--border);
  }

  .product1 li a {
    color: white;
    text-decoration: none;
    font-size: 25px;

  }

  .product1.product1-active {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 13%;
    left: 23%;
  }





  .product2 {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: -100%;
    left: 41%;
    height: calc(100vh - 90px);
  }

  .product2 ul {
    list-style: none;
    flex-direction: column;
    position: absolute;
    top: 2%;
    left: 0;
  }

  .product2 li {
    transition: 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    border-bottom: var(--border);
  }

  .product2 li a {
    color: white;
    text-decoration: none;
    font-size: 25px;

  }

  .product2.product2-active {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 11%;
    left: 41%;
    height: calc(100vh - 90px);
  }

  .header .container h1 {
    font-size: 50px;
    color: black;
    font-weight: 100;
  }

  .search-bar input {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 90px;
    font-size: 30px;
    color: black;
    border: none;
    background-color: var(--main-color);
    padding: 0 10px;
    outline: none;

  }

  .profesional {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 30px;
    cursor: pointer;
  }

  .stories-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;

  }

}

/* ----------------small-screen----------- */













/* ----------------mobile----------- */
@media (max-width:900px) {
  .container {
    width: 90%;
    margin: auto;
  }

  .nav1 {
    display: none;
  }

  .nav1.nav1-active {
    display: none;
  }

  .closemega {
    display: none;
  }

  .open-menu {
    position: fixed;
    top: 28px;
    right: 20px;
    display: block;

  }

  .open-menu i {
    font-size: 25px;
    cursor: pointer;
    color: black;
  }

  .close-menu {
    position: fixed;
    top: 35px;
    right: 20px;
    display: none;
    margin: 0;
  }

  .close-menu i {
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    color: black;
  }

  .earth {
    position: fixed;
    top: 38px;
    right: 45px;

  }

  .search-icon {
    position: fixed;
    top: 38px;
    right: 100px;

  }

  .nav-bar {
    height: 80px;
    z-index: 5;
  }

  .navigation {
    display: none;
    align-items: center;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    height: 100vh;
    overflow: scroll;
  }

  .navigation.active-navigation {
    display: block;
    align-items: center;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    height: 100vh;
    overflow: scroll;
  }


  .topnav {
    background-color: black;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding-left: 10px;
    height: 22%;
  }

  .topnav .top-ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: space-around;
    height: 100%;
  }

  .topnav ul li {
    margin: 0;
    border-bottom: 1px solid #868686;
    width: 350px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .topnav ul li a {
    text-decoration: none;
    font-size: 20px;
    transition: 0.5s;
    color: #fff;
    text-align: left;

  }

  .topnav ul li a:hover {
    border: none;
  }

  .bottomnav ul li a:hover {
    border: none;
  }

  .bottomnav {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 30%;
    padding-left: 10px;

  }

  .bottomnav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
    height: 100%;
  }

  .bottomnav ul li {
    margin: 0;
    border-bottom: 1px solid #868686;
    width: 350px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .bottomnav ul li a {
    text-decoration: none;
    font-size: 20px;
    transition: 0.5s;
    color: #fff;
    text-align: left;
  }




  .product {
    background-color: black;
    position: fixed;
    top: -100%;
    left: 0;
    height: calc(100vh - 80px);
    overflow: scroll;
    width: 100%;
    margin: 0;
    z-index: 20;
  }

  .product .mega-img {
    display: none;
  }

  .product ul {
    list-style: none;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    left: 0;
    padding-left: 10px;
  }

  .product ul.active {
    list-style: none;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    left: 0;
  }

  .product ul li {
    transition: 0.3s;
    height: 100%;
    width: 350px;
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #868686;
    display: flex;
    justify-content: flex-start;
  }

  .product ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;

  }

  .product ul li i {
    position: absolute;
    right: 0;
  }

  .product.product-active {
    background-color: black;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    overflow: scroll;
  }




  .product1 {
    background-color: white;
    position: fixed;
    top: -100%;
    left: 0;
    height: calc(100vh - 80px);
    overflow: scroll;
    width: 100%;
    margin: 0;
    z-index: 20;
  }

  .product1 ul {
    list-style: none;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    left: 0;
    padding-left: 10px;

  }

  .product1 ul.active1 {
    list-style: none;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    left: 0;
  }

  .product1 ul.none-active {
    list-style: none;
    flex-direction: column;
    transition: 0.5s;
    position: absolute;
    top: 10%;
    left: -100%;
  }

  .product1 ul li i {
    position: absolute;
    right: 0;

  }

  .product1 li {
    transition: 0.3s;
    height: 100%;
    width: 350px;
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #868686;
    display: flex;
    justify-content: flex-start;

  }

  .product1 li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
  }

  .product1.product1-active {
    background-color: black;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    overflow: scroll;
  }




  .product2 {
    background-color: white;
    position: fixed;
    top: -100%;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    overflow: scroll;
    margin: 0;
  }

  .product2 ul {
    list-style: none;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    left: 0;
    padding-left: 10px;

  }

  .product2 li {
    transition: 0.3s;
    height: 100%;
    width: 350px;
    display: flex;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #868686;
    display: flex;
    justify-content: flex-start;
  }

  .product2 li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-align: center;

  }

  .product2.product2-active {
    background-color: black;
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    overflow: scroll;
  }

  .product2 ul.active2 {
    list-style: none;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    left: 0;
  }



  .header .container h1 {
    font-size: 50px;
    color: black;
    font-weight: 100;
  }


  .search-bar .close-search {
    z-index: 30;
    font-size: 30px;
    position: fixed;
    top: 28px;
    right: 40px;
    cursor: pointer;
  }

  .search-bar button {
    z-index: 30;
    position: fixed;
    top: 30px;
    right: 90px;
    cursor: pointer;
    font-size: 20px;
    background: none;
    border: none;
  }

  .search-bar input {
    height: 80px;
    font-size: 30px;
  }

  .header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .header-text .text {
    padding: 0px;
    border-right: none;
  }

  .header-text .text h1 {
    font-size: 30px;
    font-weight: 100;
  }

  .header-text .text p {
    color: black;
    width: 80%;
    line-height: 1.5;
    font-weight: 100;
  }

  .header-text .text button {
    background: none;
    color: #0b7533;
    border: 1px solid #0b7533;
    padding: 10px;
    margin: 30px 0;
    cursor: pointer;

  }

  .spot {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    cursor: pointer;
  }

  .about {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
  }

  .about .about-text button {
    background: none;
    color: #0b7533;
    border: 1px solid #0b7533;
    padding: 20px;
    margin: 30px 0;
    cursor: pointer;
    text-transform: capitalize;
    width: 100%;
  }

  .stories {
    background-image: linear-gradient(white, var(--main-color));
    padding: 30px 0;
  }

  .stories-text {
    display: block;
  }

  .stories h1 {
    color: black;
    font-size: 50px;
    font-weight: 300;
    margin: 0;
  }

  .stories span {
    font-size: 50px;
    font-weight: 300;
    margin: 0;
    display: block;
    padding-left: 20px;
    color: var(--main-color);
    animation: spin_words 6s infinite;
  }

  .words {
    height: 50px;
    overflow: hidden;
    margin: 0;
  }

  .stories-photo {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .8)), url(../images/partnership.jpg);
    padding: 20px;
    background-position: center;
    background-size: cover;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 20px;
  }

  .stories-photo h1 {
    color: white;
    font-size: 30px;
    width: 100%;
  }

  .stories-photo p {
    font-size: 18px;
    width: 100%;
    line-height: 1;

  }

  .stories-photo button {
    width: 150px;
    background: none;
    border: var(--border);
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px;
    font-weight: bold;
    border-radius: 50px;
  }

  .stories-card {
    display: flex;
    flex-direction: column;

  }

  .stories-card .card-content {
    background-color: white;
    position: relative;
    height: 60vh;
    overflow: hidden;
  }

  .stories-card .card-content img {
    width: 100%;
  }

  .stories-card .card-content h3 {
    color: black;
    padding: 25px;
    font-size: 20px;
    font-weight: 500;
  }

  .stories-card .card-content p {
    color: black;
    padding: 0 10px;
    margin-top: 50px;
    font-size: 15px;
  }

  .stories-card .card-content .date {
    position: absolute;
    top: 40px;
    left: 10px;
    font-size: 15px;
    color: #868686;
  }

  .stories-card .card-content .card-text {
    position: absolute;
    top: 70%;
    height: 100%;
    background-color: white;
    transition: 0.5s;

  }

  .profesional {
    display: flex;
    flex-direction: column;
  }

  .profesional p {
    width: 100%;
  }

  .footer {
    display: flex;
    flex-direction: column;
  }

  .right-footer ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    list-style: none;
  }
}

/* ----------------mobile----------- */