@font-face {
  font-family: 'Raleway';
  src: url("../webfonts/raleway/Raleway-Regular.ttf");
}

@font-face {
  font-family: 'Raleway-semibold';
  src: url("../webfonts/raleway/Raleway-SemiBold.ttf");
}

@font-face {
  font-family: 'Raleway-bold';
  src: url("../webfonts/raleway/Raleway-Bold.ttf");
}

a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

body {
  color: rgb(36, 36, 51);
  font-family: 'Raleway';
  text-align: center;
  margin: 0px;
  font-size: 16pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

.disable-hover {
  pointer-events: none;
}

.overflow-wrap {
  overflow-x: hidden;
}

#vantajs {

  color: rgb(255, 255, 255);
  background-size: cover;
  margin: auto;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem !important;

}

.download {
  color: #E31B6D;
  padding-top: 1rem;
  font-weight: bold;
  font-size: small;
}

nav {

  height: 50px;
  background: transparent;
  text-align: center !important;
  width: 100%;

}

.navbar-nav {
  margin: auto;
}

nav.scrolled {

  background: #1B242F;
  border-bottom: 3px solid #04C2C9;
  text-align: center !important;
  height: 50px;

}

nav.navbar {
  width: inherit;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}

.navbar-collapse.show {

  background-color: #292f47e8;
  border-radius: 20px;

}

nav .link-wrap {

  top: 53px;
  color: white;
  overflow: hidden;
  text-align: center !important;
  font-size: large;

}

nav .link-wrap div:hover {

  color: #E31B6D;

}

.navbar-toggler-icon {

  color: white;
}

.nav-link {

  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  font-weight: bold;
  border: none;
  color: white;

}

.nav-link:hover {

  background-color: rgba(255, 255, 255, 0);
  font-weight: bolder;
  border: none;
  color: #E31B6D;

}

nav .active {

  color: #E31B6D;

}

.highlight {

  font-family: 'Raleway-semibold';

}

.header-text {

  color: white;
  margin: 0 0 20px 0;
  font-size: 35pt;
  line-height: 45pt;
  z-index: 1;
  pointer-events: none;
  text-transform: capitalize;

}

.button {

  padding: 12px 20px 12px 20px !important;
  border: 1px solid #fff;
  border-radius: 30px;
  box-sizing: inherit;
  display: inline-block;
  font-size: 13pt;
  transition: all .5s;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  color: white;

}

.fa-caret-square-right:hover {

  transform: rotate(90deg);

}

.button:hover {

  background-color: rgba(135, 207, 235, 0.596);
  border-color: rgba(135, 207, 235, 0.596);
  color: white
}

.bold {
  font-family: 'Raleway-bold';
}

.highlight {
  color: #E31B6D;
}

#about {

  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  padding-top: 1rem;
}

.head-line {

  text-align: center;
  font-weight: bolder;
  color: gray;
  font-size: 35pt;
  padding-top: 2rem;

}

.head-line2 {

  text-align: center;
  font-weight: bolder;
  color: white;
  font-size: 35pt;
  padding-top: 2rem;

}

.under-line2 {

  border-bottom: 2px solid rgb(255, 255, 255);
  width: 6%;
  padding-top: 0.5rem;
  margin: 0 auto;
  margin-bottom: 2rem;

}

.under-line {

  border-bottom: 2px solid gray;
  width: 6%;
  padding-top: 0.5rem;
  margin: 0 auto;
  margin-bottom: 2rem;

}

.demo {

  height: 130px;
  animation-duration: 3s;

}

.delay-1s {
  animation-delay: 1s;
}

.delay-2s {
  animation-delay: 1.5s;
}

.delay-3s {
  animation-delay: 2s;
}

.delay-4s {
  animation-delay: 2.5s;
}

.delay-5s {

  animation-delay: 3s;

}

.delay-6s {

  animation-delay: 3.5s;

}

.about-title {

  color: gray;
  font-weight: bolder;

}

.about-text {

  color: gray;
  font-weight: 400;
}

#hexagon {
  width: 66px;
  height: 104px;
  background: #04c2c9;
  position: relative;
  z-index: -1;
  margin: 0 auto;
}

#hexagon:before {
  content: "";
  left: -66px;
  display: block;
  position: relative;
  border-right: 30px solid #04c2c9;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
}

#hexagon:after {
  content: "";
  right: -66px;
  top: -104px;
  position: relative;
  display: block;
  border-left: 30px solid #04c2c9;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
}

.hex-over {
  z-index: 5;
  position: relative;
  width: 100%;
  top: -100px;
  text-align: center;
  color: #fdfdfd;
  font-size: 60px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
  letter-spacing: 2px;
}

#hexagon2 {
  width: 200px;
  height: 200px;
  background: #04c2c9;
  position: relative;
  z-index: -1;
  margin: 0 auto;
}

#hexagon2:before {
  content: "";
  left: -200px;
  display: block;
  position: relative;
  border-right: 45px solid #04c2c9;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
}

#hexagon2:after {
  content: "";
  right: -200px;
  top: -199px;
  position: relative;
  display: block;
  border-left: 45px solid #04c2c9;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
}

.hex-over2 {
  z-index: 5;
  position: relative;
  width: 100%;
  top: -100px;
  text-align: center;
  color: #fdfdfd;
  font-size: 60px;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
  letter-spacing: 2px;
}

.skills {

  padding-top: 4rem;
  padding-bottom: 8rem;

}

.about-me {
  display: grid;
  color: gray;
}


.skill-bar {

  margin: auto;

}

.progress {

  margin-bottom: 2REM;

}

.INTRO {
  BACKGROUND: #04C2C9;
  COLOR: WHITE;
  font-weight: bolder;
}

.BG-INFO {

  BACKGROUND: #00A1A7;

}

.bg-light {

  color: gray;
  font-weight: bolder;
  BACKGROUND: rgb(233, 233, 233) !important;

}

#portfolio {

  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.img-fluid {

  height: 250px;
  width: 100%;

}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.modal-backdrop {
  display: none;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}


.modal {
  padding-right: 0rem !important;
}

.portfolio-modal .modal-dialog {
  max-width: 100vw;
  margin: 0rem !important;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  margin: auto;
}

.img-modal {

  width: 500px;
  height: 350px;

}

.btn-primary {

  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 20px;
  border-color: gray;
}

.btn-primary:hover {

  background-color: rgba(0, 0, 0, 0.4);
  color: white !important;

}

.btn-primary a:hover {

  color: white !important;

}

.carousel {

  padding: 1rem;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
  color: white !important;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.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;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 2px;
  height: 30px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #e0e7ee;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 2px;
  height: 30px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #e0e7ee;
}

#portfolio {

  background: url(../imgs/bg.jpg) rgba(47, 42, 78, 0.7);
  padding: 1rem;
  background-size: cover;
  background-blend-mode: multiply;
  margin: auto;
  background-attachment: fixed;

}

.msg-header {
  margin: auto;
  justify-content: center;
  align-items: center;
  display: contents;
}

.msg-title {
  margin: auto;
  text-align: center;
  color: rgb(3, 96, 99);
  font-weight: bolder;
}

.msg-footer {
  margin: auto;
}

.msg-body {
  text-transform: none;
}

.msg-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  padding-right: 2rem;
  margin-top: 0.3rem;
}

.btn-outline-dark {
  color: #1B242F;
  border-color: #1B242F;
}


.btn-outline-dark:hover {
  color: white;
  background-color: #1B242F;
}

#contact {

  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;

}

.contact-form {

  padding: 3rem;
}

label {

  float: left;

}

footer {

  background: #1B242F;
  padding: 1rem;
  position: relative;

}

.fa-arrow-alt-circle-up {

  color: #fb1f7b80;
  position: relative;
  font-size: 30pt;
  width: 47px;
  height: 50px;
  line-height: 40pt;
  margin: auto;
  cursor: pointer;
  transition: background .5s;

}

.fa-arrow-alt-circle-up:hover {

  color: #fb1f7b;

}

.icon-wrap,
.icon {

  overflow: hidden;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  position: relative;
  text-align: center !important;
  font-size: 25pt;
  color: white;
  display: inline-block;
  margin-top: 0.5rem;
  height: 50px;

}

.fab:hover {

  color: #fb1f79;
  box-shadow: 0 0 0 3px rgba(4, 94, 201, 0.1);
  transform: scale(0.9);

}

footer .icon-wrap .icon:hover {

  color: #fff;
}

footer .footnote {

  font-size: 10pt;
  color: #8F9AA7;
  opacity: 0.6;
}

footer .footnote .highlight {
  font-family: 'Open Sans';
  color: #E31B6D;
}