html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.dark {
  background: #111920;
}

.line {
  display: block;
  place-items: center;
  height: 1px;
  border: 0;
  border-top: 4px solid white;
  margin: 1em 0;
  padding-left: 1rem;
}

/* Header */
.header .navbar {
  background-color: none;
  font-size: 15px;
  height: 75px;
  position: fixed;
  z-index: 5;
}

.first {
  margin-top: 50px;
  background-image: "https://s3-us-west-2.amazonaws.com/s.cdpn.io/221808/sky.jpg";
  background: linear-gradient(-45deg, #250e35, #2b3943, #000000, #000000);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 20vw;
  position: relative;
}

.first .contact_text {
  position: absolute;
  font-size: 4.5vw;
  color: white;
  top: 7vw;
  left: 4vw;
}

.first img {
  position: absolute;
  height: 20vw;
  right: 0px;
}

.first .page_content {
  position: absolute;
  top: 300px;
  left: 80px;
  font-size: 75px;
  font-weight: bold;
  color: white;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.second .header {
  color: #e6eda8;
  font-size: 3vw;
  margin-bottom: 15px;
  margin-top: 20px;
  font-style: italic;
}

.second .context {
  color: #f1eee9;
  font-size: 2vw !important;
  text-align: justify;
}

.second .context_source {
  color: #f1eee9;
  font-size: 1vw !important;
  text-align: justify;
}

.second ul {
  color: #f1eee9;
  font-size: 20px;
  font-style: italic;
}

.second strong {
  color: #f1eee9;
  font-size: 20px;
}

.second .header_list {
  color: #e2c15e;
  font-size: 2.5vw !important;
}

.second ul.a {
  margin: 5%;
  list-style-type: upper-roman;
}

.second .card {
  background-color: #09114d;
  margin-left: 5%;
}

.second #card_image_1 {
  height: 100%;
  width: auto;
}

.second .card-text {
  color: #f1eee9;
  font-size: 17px;
  text-align: justify;
  font-style: italic;
}

.second .card-title {
  color: #e2c15e;
  font-size: 20px;
  font-weight: bold;
}

.second strong {
  color: #f1eee9;
  font-style: italic;
}

.second .card-img-top {
  height: 50%;
}

.second hr {
  color: #FFF;
}

/* Footer */
.footer {
  background-color: #2d2c2c;
  /*Pen code from this point on*/
  /*Telegram*/
  /*WhatsApp*/
  /*LinkedIn*/
}

.footer #social-platforms {
  top: 100px;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
}

.footer .btn {
  clear: both;
  white-space: nowrap;
  font-size: .8em;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin: 2px;
  transition: all .5s;
  overflow: hidden;
}

.footer .btn:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.footer .btn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.footer .btn > span, .footer .btn-icon > i {
  float: left;
  padding: 13px;
  transition: all .5s;
  line-height: 1em;
}

.footer .btn > span {
  padding: 14px 18px 16px;
  white-space: nowrap;
  color: #FFF;
  background: #b8b8b8;
}

.footer .btn:focus > span {
  background: #9a9a9a;
}

.footer .btn-icon > i {
  border-radius: 5px 0 0 5px;
  position: relative;
  width: 40px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #212121;
}

.footer .btn-icon > i:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent #222;
  position: absolute;
  top: 13px;
  right: -15px;
}

.footer .btn-icon:hover > i, .footer .btn-icon:focus > i {
  color: #FFF;
}

.footer .btn-icon > span {
  border-radius: 0 5px 5px 0;
}

.footer .btn-telegram:hover > i, .footer .btn-facebook:focus > i {
  color: #229ED9;
}

.footer .btn-telegram > span {
  background: #229ED9;
}

.footer .btn-whatsApp:hover > i, .footer .btn-twitter:focus > i {
  color: #25D366;
}

.footer .btn-whatsApp > span {
  background: #25D366;
}

.footer .btn-linkedin:hover > i, .footer .btn-linkedin:focus > i {
  color: #007bb6;
}

.footer .btn-linkedin > span {
  background: #007bb6;
}

.footer .text_contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 20px;
  top: 80px;
}

.footer .contact_ican_email {
  padding-left: 100px;
  padding-top: 30px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .contact_ican_call {
  padding-left: 100px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .copy {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.footer .contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 20px;
  top: 80px;
}

.footer .f-about {
  position: absolute;
  top: 10px;
}

.footer .f_name {
  color: white;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 100px;
  left: 150px;
  top: 40px;
}

.footer .f_job {
  color: #d9d6d6;
  font-family: inherit;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  right: 100px;
  left: 150px;
  top: 80px;
}

.footer .contact_about_card {
  position: relative;
  top: 20px;
  left: 10px;
  justify-content: center;
  justify-self: center;
  background-color: #212428;
  border-radius: 10px;
  box-shadow: var(--shadow-1);
  height: 115px;
  width: 110px;
}

.footer .contact_image {
  height: 110px;
  width: 105px;
}

.footer .f_text {
  position: relative;
  color: rgba(174, 174, 174, 0.937);
  text-align: justify;
  text-justify: inter-word;
  top: 0px;
}















/*# sourceMappingURL=ML.css.map */

@media screen and (max-width: 600px) {
  .first {
    margin-top: 50px;
    position: relative;
  }
  
  .first .contact_image {
    position: absolute;
    height: 20vw;
    width: 100%;
    padding: 0px;
    z-index: 3;
  }
  
  .first .image_ML {
    position: absolute;
    right: 10px;
    height: 20vw;
    width: 50%;
    padding: 0px;
    z-index: 4;
  }
  
  .first .page_content {
    position: absolute;
    top: 11vw;
    left: 5%;
    font-size: 4.5vw;
    font-weight: bold;
    color: #f1f3f8;
    z-index: 5;
  }
  
  .second {
    margin-top: 22vw;
    margin-left: 3vw;
  }
  
  .second .header {
    color: #ff790b !important;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 4.5vw;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  
  .second .context {
    font-family: sans-serif, "Helvetica Neue", Helvetica;
    font-size: 3.5vw;
    text-align: justify;
  }
  
  .second ul {
    color: #FFF;
    font-size: 3.5vw;
    font-style: italic;
    text-align: justify;
  }
  
  .second strong {
    font-family: sans-serif;
    color: #fff;
    font-size: 3.5vw;
    text-align: justify;
  }
  
  .second p.card-text {
    font-size: 18px;
    font-weight: bold;
   
  }
  
  .second .card {
    background-color: #f1f3f8;
    margin-left: 5%;
    z-index: 5;
  }
  
  .second #card_image_1 {
    height: 100%;
    width: auto;
  }
  
  .second .card-title {
    color: #100699 !important;
    font-size: 25px;
    font-weight: bold;
  }
  
  .second strong {
    color: #f1eee9;
    font-style: italic;
  }
  
  .second .card-img-top {
    height: 50%;
  }
  
  /* Footer */
  .footer {
    background-color: #2d2c2c;
    /*Pen code from this point on*/
    /*Telegram*/
    /*WhatsApp*/
    /*LinkedIn*/
  }
  
  .footer #social-platforms {
    top: 100px;
    font-size: 1rem;
    text-align: center;
    overflow: hidden;
  }
  
  .footer .btn {
    clear: both;
    white-space: nowrap;
    font-size: .8em;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    margin: 2px;
    transition: all .5s;
    overflow: hidden;
  }
  
  .footer .btn:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
  }
  
  .footer .btn:focus {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  }
  
  .footer .btn > span, .footer .btn-icon > i {
    float: left;
    padding: 13px;
    transition: all .5s;
    line-height: 1em;
  }
  
  .footer .btn > span {
    padding: 14px 18px 16px;
    white-space: nowrap;
    color: #FFF;
    background: #b8b8b8;
  }
  
  .footer .btn:focus > span {
    background: #9a9a9a;
  }
  
  .footer .btn-icon > i {
    border-radius: 5px 0 0 5px;
    position: relative;
    width: 40px;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    background: #212121;
  }
  
  .footer .btn-icon > i:after {
    content: "";
    border: 8px solid;
    border-color: transparent transparent transparent #222;
    position: absolute;
    top: 13px;
    right: -15px;
  }
  
  .footer .btn-icon:hover > i, .footer .btn-icon:focus > i {
    color: #FFF;
  }
  
  .footer .btn-icon > span {
    border-radius: 0 5px 5px 0;
  }
  
  .footer .btn-telegram:hover > i, .footer .btn-facebook:focus > i {
    color: #229ED9;
  }
  
  .footer .btn-telegram > span {
    background: #229ED9;
  }
  
  .footer .btn-whatsApp:hover > i, .footer .btn-twitter:focus > i {
    color: #25D366;
  }
  
  .footer .btn-whatsApp > span {
    background: #25D366;
  }
  
  .footer .btn-linkedin:hover > i, .footer .btn-linkedin:focus > i {
    color: #007bb6;
  }
  
  .footer .btn-linkedin > span {
    background: #007bb6;
  }
  
  .footer .text_contact {
    display: block;
    font-size: 30px;
    color: whitesmoke;
    padding-left: 40px;
    padding-top: 20px;
    top: 80px;
  }
  
  .footer .contact_ican_email {
    padding-left: 100px;
    padding-top: 30px;
    font-size: 20px;
    color: whitesmoke;
    display: block;
  }
  
  .footer .contact_ican_call {
    padding-left: 100px;
    font-size: 20px;
    color: whitesmoke;
    display: block;
  }
  
  .footer .copy {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
  }
  
  .footer .contact {
    display: block;
    font-size: 30px;
    color: whitesmoke;
    padding-left: 40px;
    padding-top: 20px;
    top: 80px;
  }
  
  .footer .f-about {
    position: absolute;
    top: 10px;
  }
  
  .footer .f_name {
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    right: 100px;
    left: 150px;
    top: 40px;
  }
  
  .footer .f_job {
    color: #d9d6d6;
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 100px;
    left: 150px;
    top: 80px;
  }
  
  .footer .contact_about_card {
    position: relative;
    top: 20px;
    left: 10px;
    justify-content: center;
    justify-self: center;
    background-color: #212428;
    border-radius: 10px;
    box-shadow: var(--shadow-1);
    height: 115px;
    width: 110px;
  }
  
  .footer .contact_image {
    height: 110px;
    width: 105px;
  }
  
  .footer .f_text {
    position: relative;
    color: rgba(174, 174, 174, 0.937);
    text-align: justify;
    text-justify: inter-word;
    top: 0px;
  }

}


