a,button,button.btn,.btn.focus,.btn:focus {
    outline: none !important;
    border: 0px;
    box-shadow: none;
 }

/*Portfolio Gallery*/
#tabs-bar {
  padding:10px 8px;
  margin-bottom: 3rem;
}
#tabs-bar ul {
  display: ruby;
  padding: 0px;
  margin: 0 auto;
  width: 100vw;
}
#tabs-bar ul li {
  text-align: center;
  float: left;
  display: block;
}
#tabs-nav li a {
  list-style: none;
  float: left;
  padding: 10px 29px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 3px;
  border-radius: 100px;
  border: 2px solid black;
}
#tabs-nav li a.current, #tabs-nav li a:hover {
  background: #baff00;
  border-radius: 100px;
  color: black;
}
#tabs-content-wrap {
  margin-left: 3rem;
  margin-right: 0rem;
}
#tabs-content-wrap ul {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0px;
}
#tabs-content-wrap ul li {
  width: 100%;
  list-style: none;
  list-style: none;
}
.tab-content img.img-fluid {
  width: 100%;
  border-radius: 12px;
  border: 5px solid #ffffff;
  transition: transform .35s ease-in-out;
}
.tab-content img.img-fluid:hover {
  transform: scale(1.02);
}

/*View More Portfolio All*/
button.portfolio-viewmore {
  background: black;
  color: white;
  font-size: 26px;
  margin-bottom: 3rem;
  border-radius: 0px;
  padding: .6rem 5rem;

}
.collapse.show {
    display: inherit;
}
a.portfolio-link:hover {
    transform: scale(1.02);
}
a.portfolio-link {
    transition: all .2s ease-in-out;
}


/*Portrait*/
.navbar {
  background: linear-gradient(90deg, #122d96, #3232aa 27%, #fe0051);
}
nav#mainNav {
  border-radius: 100px;
    padding: 22px 25px !important;
    border-bottom: 4px solid #30062945;
    margin: 14px auto;
    max-width: 1180px;
}
@media (min-width: 1170px) and (max-width: 1450px) {
 nav#mainNav {
  max-width: 75vw;
  } 
}
@media (min-width: 992px) and (max-width: 1169px) {
 nav#mainNav {
  max-width: 90vw;
  } 
}

#mainNav .navbar-brand {
  padding-top: 0px !important;
  font-weight: 500;
}
#mainNav .navbar-nav .nav-item .nav-link {
  padding: 0.5em 1.5em 0.5em 1em !important; 
}

/*Portfolio*/
section#portfolio {
    background-color:white;
    margin-top: -90px;
    padding: 5% 0px;
}
/*Figma*/
iframe {
  border-radius: 25px;
  border: 4px solid black;
}

/*Digital tools*/
.logo-container {
    width: 100%;
    overflow: hidden; 
    white-space: nowrap;
}

.logo-wrapper {
    display: inline-block; 
    animation: scrollLogos 150s linear infinite; 
}

.logo-wrapper img {
    height: 50px; /* Adjust logo height */
    margin-right: 30px; /* Spacing between logos */
}

/* Keyframes for the scrolling animation */
@keyframes scrollLogos {
    300% {
        transform: translateX(100%);
    }
    50% {
        transform: translateX(-100%); 
    }
}


/*Skills*/
#skills {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (min-width: 340px) and (max-width: 991px) {
  #skills {
    padding-bottom: 5rem;
  }
}

/*Education*/
#education-mobile {display: none;}

#education span.label {
  background: #655cff57;
  border-radius: 2rem;
  padding: 0.4rem 1.3rem;
  font-size: 15px;
}

#education h4 {
  font-size: 18px;
  margin-top: 1rem;
}
#education .text-muted {
  font-weight: 300;
  font-size: 18px;
}
#education .rounded-circle {
    border-radius: 50%!important;
    border: 1px solid white;
}
#education .img-fluid {
    max-width: 40%;
}

#education h4.subheading {
  font-size: 22px;
  font-weight: 600;
}
#education h5 {
  font-family:  "Poppins",sans-serif;
  line-height: 1.6em;
}
#education h5.titles {
 letter-spacing: 0.07em;
 font-weight: bold;
}

#education a.resume {
    padding: 0.8rem 2rem;
    color: white;
    font-size: 20px;
}
#education a.resume:hover{
  text-decoration: none;
}
#education a.resume i{
  margin-right: 1rem;
}

/*Experience*/
#experience a h4 {
    color: black;
    display: none;
}
#experience .text-muted {
  font-weight: 300;
  font-size: 16px;
  color: white !important;
}
section#experience {
  padding: 7rem 10% 6rem 10%;
  background: linear-gradient(37deg, #001c88, #3232aa 27%, #11058d);
}
@media (min-width: 340px) and (max-width: 991px) {
  section#experience {
    padding: 80px 2% 30px 2%;
  }
}

/*Contact*/
#contact h3.text {
  font-family:  "Poppins",sans-serif;
  font-weight: 400;
  font-size: 20px;
}
#contact i { margin-right: 1rem}
#contact a  {
  display: block;
  box-sizing: border-box;
  min-width: max-content;
  background: #ffffff;
  padding: 1.5em 3.2rem !important;
  float: right;
  border-radius: 50px;
  border: 2px solid #120303;
  color: #080c00;
  letter-spacing: 0em;
  font-weight: 700;
}
#contact .form-group input {
  border: none;
  border-radius: 0px;
}

body {
  overflow-x: hidden;
  font-family:  "Poppins",sans-serif;
  color: #000;
}

p {
  line-height: 1.75; }

a {color: #000; }
a:hover { color: #0108c1; text-decoration: none;}

.link-red, .link-red:hover {color:#FF3366; letter-spacing: 0.08rem;}

.link-white, .link-white:hover {color:white; letter-spacing: 0.08rem; text-decoration: none;}

.text-primary {
  color: #fed136 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family:  "Poppins",sans-serif;
}

section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 4.4rem;
    font-style: normal;
    line-height: 80px;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;

  }
  @media (min-width: 340px) and (max-width: 991px) {
     section h2.section-heading {
      font-size: 3.4rem;
    }
  }


  section h3.section-subheading {
    margin-bottom: 25px;
    font-size: 21px;
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }

@media (min-width: 992px) {
  section { padding: 150px 0; }
  section#education {
    padding: 150px 0px 80px 0px;
  }
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

.btn-primary {
    background: #baff00;
    padding: 1em 0rem ;
    border-radius: 50px;
    border: 2px solid #120303 !important;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    min-width: fit-content;
    padding: 10px 20px;
    cursor: pointer;
  }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #1913a4 !important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

::-moz-selection {
  background: #fed136;
  text-shadow: none; }

::selection {
  background: #fed136;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }


#mainNav { background-color: #212529; }

  #mainNav .navbar-toggler{
    font-size: 30px;
    right: 0;
    padding: 8px 1.5rem 14px 0rem;
    text-transform: uppercase;
    color: transparent;
    text-shadow: 0 0 0 #ffffff;
    border: 0;
    box-shadow: none;
    }
  #mainNav .navbar-brand {
    color: white;
  }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover{

      color: #baff00; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 112%;
    font-weight: 600;
    letter-spacing: 1px;
/*    color: #000000;*/
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
  }
  @media (min-width: 992px) and (max-width: 1450px) {
    #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 100%;
    }
  }

  @media (min-width: 340px) and (max-width: 991px) {
    #mainNav .navbar-nav.ml-auto {
      font-size: 100%;
      font-weight: 600;
      letter-spacing: 1px;
      color: #000000;
      font-family: "Poppins", sans-serif;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 124%;
      font-weight: 400;
      padding: 0.75em 0;
      letter-spacing: 1px;
      font-size: 100%;
    }
  }

#mainNav .navbar-nav .nav-item .nav-link.contact-btn-desktop {
  background: #baff00;
  padding: 0.5em 1.2rem !important;
  float: right;
  border-radius: 50px;
  border: 2px solid #120303;
  color: #000000;
}

header.masthead {
  text-align: center;
  padding-top: 15rem;
  padding-bottom: 3rem;
  
}
  header.masthead h1{
    font-size: 5.4rem;
    font-style: normal;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;
    max-width: 51rem;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
  }
  header.masthead p {
    font-size: 21px;
    text-align: center;
    max-width: 50%;
    display: inline-flex;
    margin-top: 2rem;
  }

    header.masthead .intro-text .words {
      font-size: 21px;
      text-align: center;
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
    }

#portfolio * {
  z-index: 2; }

.portfolio-modal {
  padding-right: 0px !important; }
  .portfolio-modal .modal-dialog {
    margin: 0rem;
    max-width: 100vw; }
  .portfolio-modal .modal-content {
    padding: 20px 0;
    text-align: center; 
    min-height: 100vh;
  }
    .portfolio-modal .modal-content h2 {
      font-size: 3em;
      margin-bottom: 65px;
      font-weight: 600;
    }
    .portfolio-modal .modal-content p {
      margin-bottom: 30px; }
    .portfolio-modal .modal-content p.item-intro {
      font-size: 35px;
      font-weight: 600;
    }
    .portfolio-modal .modal-content ul.list-inline {
      margin-top: 0;
      margin-bottom: 30px; }
    .portfolio-modal .modal-content img {
      margin-bottom: 30px; 
      margin-bottom: 30px;
      border-radius: 30px;
      border: 5px solid black;
    }
    .portfolio-modal .modal-content button {
      cursor: pointer; }
  .portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent; 
    z-index: 999;
  }
    .portfolio-modal .close-modal:hover {
      opacity: 0.3; }
    .portfolio-modal .close-modal .lr {
      /* Safari and Chrome */
      z-index: 1051;
      width: 6px;
      height: 55px;
      margin-left: 35px;
      border-radius: 10px;
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #212529; }
      .portfolio-modal .close-modal .lr .rl {
        /* Safari and Chrome */
        z-index: 1052;
        width: 6px;
        height: 55px;
        border-radius: 10px;
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #212529; }

.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 1px solid #e9ecef;
      border-radius: 100%;
      background-color: #fed136; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; }
}

.experience-cards {
  margin-bottom: 50px;
  text-align: center; 
}
.experience-cards img {
  width: 100%;
  border-radius: 10px;
  transition: transform .35s;
}
.experience-cards img:hover {
  transform: scale(1.08);
}
  @media (min-width: 340px) and (max-width: 991px) {
    .experience-cards img {
      width: 100%;
    }
  }
  .experience-cards h4 {
    margin-top: 17px;
    margin-bottom: 0;
    text-transform: none;
    font-size: 35px;
    font-weight: 700;
  }
  .experience-cards h4 a {color: white}
  .experience-cards p {
    margin-top: 0; }

section#contact {
    background-color: #d3f575;
}
section#contact .form-group {
  margin-bottom: 25px; 
}

footer {
  padding: 25px 0;
  text-align: center; 
  background: black;
}
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: "Poppins",sans-serif;}
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "Poppins",sans-serif;}

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #ced4da; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #868e969e; }
      
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////   MEDIA QUERIES   ///////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*----- Specs BG min 1800 max 1990   ------*/
@media screen and (min-width: 1800px) {

  .logo-wrapper img {
      height: 32px;
      margin-right: 45px;
  }
}

/*----- Ipad landscape ------*/
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
}

/*----- Ipad Portrait ------*/
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

    nav#mainNav {padding: 66px !important; border: none;}
    .skillbar_wrapper {
      width: 280px;
    }
}

/* ////////////////////////////////////////////////  MOBILE  340 - 991 //////////////////////////////////////////// */
/*----- General Mobile 340 > 991  ------*/
@media (min-width: 768px) and (max-width: 1024px) {
  header.masthead h1 { font-size: 4.4rem !important;}
  .skillbar_wrapper {width: 240px;}
  .skill_name {
    font-size: 17px;
    padding-left: 1.2rem;
  }
}


/* ////////////////////////////////////////////////  MOBILE  340 - 991 //////////////////////////////////////////// */
/*----- General Mobile 340 > 991  ------*/
@media (min-width: 340px) and (max-width: 991px) {
        nav#mainNav {
          padding-bottom: 1.2rem !important; 
          padding-top: 20px !important;
          margin: 5px 5%;
        }
        .navbar-brand {font-size: 1.5rem;padding-left: 10%;}

        .row {margin-left: 0px !important; margin-right: 0px !important}

        header.masthead {
          padding-top: 11rem;
          padding-bottom: 3rem;
        }
        header.masthead h1 {
          font-size: 4.4rem;
          max-width: 22rem;
          line-height: 1em;
        }
        header.masthead p {
          max-width: 90%;
        }

        header.masthead .intro-text .words {font-size: 14px;}

        section#portfolio {margin-top: 25px;}
        .portfolio-item {padding-right: 0px; padding-left: 0px}

        /*Portfolio*/
         #tabs-bar { margin-bottom: 1rem; }
        #tabs-bar ul li {
          display: inline-block;
          text-align: center;
          margin: 1px;
          }

        /*Portfolio Modal*/
        .portfolio-modal .close-modal {right: 0px;}
        .portfolio-modal .close-modal .lr,
        .portfolio-modal .close-modal .lr .rl {height: 30px;}
        .portfolio-modal .modal-content {padding-top: 4rem;}
        .portfolio-modal .modal-content h2 {font-size: 2em;}
        .modal-content,.modal-body,.modal-body .col-12 {padding: 0px}
        .modal-content .container,.modal-content .container .col-lg-12.mx-auto {padding: 0px}


        /* EXPERIENCE */
        .experience-cards {margin-bottom: 0px;}

          /*Education*/
          #education-mobile {display: block;}
          .education-dt {display: none}

          #education .timeline .timeline-heading h4 {
            font-size: 18px;
            font-weight: 200 ;
          }
          #education .text-muted {
            font-size: 14px;
            font-weight: normal !important;
          }
          #education h4.subheading {
              font-size: 20px;
              font-weight: 400 !important;
          }
          #education .img-fluid {
              max-width: 100%;
          }
          /*Contact*/
          #contact a {
            font-size: 17px;
            font-weight: bold;
            letter-spacing: 0em;
          }

          .d-none-mb {display: none;}
}

/* ////////////////////////////////////////////////  MOBILE   Specifics -  501 - 991 //////////////////////////////////////////// */

@media (min-width: 300px) and (max-width: 768px) {
  .skillbar_wrapper {width: 240px;}
}

.bg-gray-light {
  background-color: #F4F4F4;
}
.appimg {
  max-height: 34rem !important;
  width: auto;
  padding: 3rem 2rem 3rem 32%;
}
.text-muted {
    color: #000 !important;
}