html {
  width: 100%;
  margin: 0;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container button {
  text-align: center;
  display: block;
  margin: auto;
}
.login-container form {
  padding-top: 50px;
  color: white;
  width: 100%;
  max-width: 600px;
  height: -moz-fit-content;
  height: fit-content;
}

.active-link {
  font-weight: 700;
  background-color: rgb(0, 0, 0) !important;
}

#fh5co-resume {
  color: black;
  background-color: white;
}

#fh5co-resume h2, #fh5co-resume h3 {
  color: black;
}

#fh5co-resume {
  padding: 70px 0;
}

.colored {
  color: var(--main-red);
}

.timeline h1 {
  margin: 0;
  font-size: 2.2rem;
  color: black;
}

.timeline-title {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  opacity: 80%;
  font-weight: 500;
}

.timeline-title h3 {
  margin: 0;
}

.main-heading {
  text-align: center;
  color: black;
  padding-bottom: 50px;
}

.timeline-title span {
  opacity: 80%;
  font-size: 1.8rem;
}

.timeline-title img {
  margin-right: 6px;
  filter: invert(43%) sepia(29%) saturate(5991%) hue-rotate(327deg) brightness(85%) contrast(95%);
}

.rotate {
  display: none;
}

.rotate-container {
  height: 50px;
}

.active-rotate {
  animation: headerRotate 0.6s forwards;
  display: block !important;
}

:root {
  --bg-second:white;
  --main-red:#D43F52;
  --very-small: 0.9rem;
  --header-section: 3rem;
  --header-section-small: 1.3rem;
  --extra-small: 0.8rem;
  --icons: 1.2rem;
  --border: #e5e7eb;
  --medium: 1rem;
  --category-header: 52px;
}

.nav {
  width: 100%;
  top: 0;
  z-index: 22;
  background-color: rgba(255, 255, 255, 0);
  position: sticky;
  height: 40px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.185);
}
.nav .nav-container {
  padding: 4px 0;
  background-color: white;
  height: 100%;
}
.nav .nav-container .nav-links {
  height: 100%;
  width: auto;
  justify-content: right;
  align-items: center;
  align-items: center;
}
.nav .nav-container .nav-links > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  background: var(--main-red);
  padding: 10px;
  margin: 10px;
  width: 100%;
  max-width: 100px;
  text-align: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.work-container > * {
  padding: 0 50px;
}

.work-desc {
  padding: 50px 0;
  background-color: var(--bg-second);
}
.work-desc .work-container-imgs img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.work-desc .work-container-info h1 {
  color: black;
}
.work-desc .first-col .work-desc {
  text-align: center;
}
.work-desc .links-col img {
  border-radius: 50%;
  margin: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: 60px;
}
.work-desc .work-header {
  text-align: center;
  font-size: var(--header-section);
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

.curret-project {
  opacity: 80% !important;
}

.icon-about {
  width: 30px !important;
  height: 30px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.centered-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

#about h3 {
  color: white !important;
}

.content-box {
  padding-top: 60px;
}

.content-box p {
  padding-top: 30px;
  text-align: left;
}

.cross-exit {
  cursor: pointer;
  right: 0;
  top: 0;
  position: fixed;
  width: 30px;
  height: 30px;
}

.extra-links {
  padding: 5vh 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.icon-white img {
  filter: invert(100%) sepia(4%) saturate(7478%) hue-rotate(298deg) brightness(110%) contrast(95%);
}

.modal_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
  height: 100px;
}

.cross-exit {
  filter: invert(36%) sepia(54%) saturate(2492%) hue-rotate(328deg) brightness(86%) contrast(91%);
}

.fp-section h2 {
  color: rgb(255, 255, 255);
}

#contact {
  color: white;
}

#work h2 {
  color: black;
}

.fp-section h3 {
  color: black;
}

#portfolio h2 {
  color: black;
}

.custom-ol {
  color: #D43F52;
  padding-left: 0 !important;
}

.modal-container-content h1 {
  color: #ffffff !important;
}

.modal-container-content {
  animation: fadeInEffectModal 0.3s forwards;
  padding: 20px;
  overflow-y: scroll;
  color: white !important;
  text-align: center;
  width: 70%;
  height: 80%;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  background-color: #000d16;
  border: 4px solid #D43F52;
}

.portfolio-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4745098039);
}

.row-custom-icons {
  margin-top: 10px;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  display: table;
  flex-direction: row;
  align-items: center;
}

.row-custom-icons:hover {
  color: var(--main-red);
}

.row-custom-icons > * {
  margin-right: 10px;
}

.arrow-class {
  width: 20px;
  height: 20px;
}

.project-buttons-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 10px;
  margin-bottom: 30px;
}

.project-buttons-container button {
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-red);
}

.switcher-button {
  width: 100%;
  max-width: 160px;
  height: 30px;
  border: 2px solid var(--main-red);
}

.animate-on-scroll {
  visibility: hidden;
}

.animate-on-scroll-visible {
  visibility: visible;
  animation: animate-on-scroll-visible 0.8s forwards;
}

body {
  background: #050505;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-y: scroll;
}

#portfolio {
  color: black;
}

#home, #about {
  color: white;
}

.active-button-trigger {
  color: var(--main-red) !important;
  background-color: rgb(255, 255, 255) !important;
}

.trigger-button {
  font-weight: 700;
}

/* start all section */
#home,
#home .fp-slide,
#home .fp-tableCell,
#work,
#work .fp-slide,
#work .fp-tableCell,
#about,
#about .fp-slide,
#about .fp-tableCell,
#contact,
#contact .fp-slide,
#contact .fp-tableCell,
#portfolio,
#portfolio .fp-slide,
#portfolio .fp-tableCell,
footer,
footer .fp-slide,
footer .fp-tableCell {
  height: auto !important;
}

/* end all section */
/* start all heading */
h1, h2, h3, h4, h5 {
  color: #ffffff;
  font-weight: bold;
}

/* end all heading */
/* start all section */
#work, #about, #portfolio, #contact {
  padding-top: 100px;
  padding-bottom: 120px;
}

/* end all section */
#loch_img {
  height: 200px;
  width: 400px;
}

.hero-section {
  height: 260px;
}

.hero-container {
  background-color: var(--main-red);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.category_header {
  animation: sub_page_header_animation 0.3s forwards;
  font-size: var(--category-header);
  color: #fff;
  position: absolute;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1.4rem;
  text-transform: uppercase;
  color: white;
  z-index: 2;
  transform: translate(-50%, -40%);
  left: 50%;
  top: 40%;
}

/* start simpletextrotator */
.rotating {
  display: inline-block;
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(0) rotateZ(0);
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

/* end simpletextrotator */
/* start home */
#home {
  background: url("../images/bgblack2.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 140px;
  text-align: center;
  background-position: 100% 190%;
  background-size: contain;
}

#home h1 {
  background-color: rgba(212, 63, 83, 0.6039215686);
  color: #ffffff;
  font-weight: 800;
  display: inline-block;
  letter-spacing: 6px;
  padding: 25px 35px;
  margin: 30px 0;
  border: 2px solid white;
}

#home h2 {
  padding-bottom: 10px;
}

#home .btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 180px;
  height: 60px;
  margin-top: 40px;
  padding-top: 18px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #D43F52;
  border-color: transparent;
}

/* end home */
/* start work */
#work {
  background: var(--bg-second);
}

#work h2 {
  text-align: center;
}

#work .media {
  margin-top: 30px;
}

#work .media .fa {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #D43F52;
  font-size: 24px;
  margin-right: 24px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.4s ease-in;
}

#work .media .fa:hover {
  background: #ffffff;
  cursor: pointer;
}

#work .media .media-heading {
  color: black;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

/* end work */
/* start about */
.progress-bar {
  width: 0%;
}

#about h4 {
  padding: 15px 0;
  color: #D43F52;
}

#about .progress {
  border-radius: 4px;
  background: #ffffff;
  height: 4px;
}

#about .progress .progress-bar-danger {
  background: #D43F52;
}

#about .text-top {
  padding-top: 50px;
}

#about span {
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding-bottom: 6px;
}

#about small {
  font-weight: bold;
  float: right;
}

/* end about */
/* start portfolio */
#portfolio {
  background: #ffffff;
  text-align: center;
}

#portfolio p {
  padding-bottom: 30px;
}

#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #a55e67;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 60px;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  cursor: pointer;
  opacity: 0.8;
  transform: scale(0.9);
}

/* end portfolio */
/* start contact */
#contact address {
  padding-bottom: 18px;
}

#contact .contact-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #ffffff;
}

#contact .fa {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #D43F52;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  margin-right: 20px;
}

#contact .form-control {
  background: transparent;
  border: 2px solid #999;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  margin-bottom: 20px;
}

#contact input {
  height: 50px;
}

#contact input[type=submit] {
  background: #D43F52;
  border: 2px solid transparent;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

#contact input[type=submit]:hover {
  background: #ffffff;
  color: #D43F52;
}

/* end contact */
/* start footer */
footer {
  border-top: 1px solid #090909;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

footer hr {
  width: 100px;
}

/* end footer */
/* start social icon */
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 50%;
  color: #606060;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin-right: 10px;
}

#fp-nav span {
  background-color: var(--main-red) !important;
}

.social-icon li a:hover {
  color: #D43F52;
}

@media only screen and (max-width: 768px) {
  .timeline-title h3 {
    font-size: 1.9rem;
  }
  .extra-links {
    flex-direction: column;
  }
  .work-container > * {
    padding: 0;
  }
  .wrapper {
    padding: 0 10px;
  }
  #loch_img {
    height: 150px;
  }
  .portfolio-overlay h4 {
    font-size: 1.3rem !important;
  }
  .portfolio-overlay h5 {
    font-size: 1.2rem !important;
  }
  #home {
    background-position: 100% 0%;
    background-size: 180% 100%;
  }
  .img-responsive {
    height: 150px;
  }
  #home h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .project-buttons-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --category-header: 42px;
    --medium: 1rem;
    --header-section-small:1.3rem;
    --very-small: 0.8rem;
    --header-section: 1.8rem;
    --extra-small: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
  }
}
ul {
  padding: 0;
}

li {
  list-style: none;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
main h1 {
  margin-bottom: 50px;
}

.wrapper {
  position: relative;
}

.items {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  cursor: pointer;
}

.item {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: tomato;
  width: 50%;
  height: 130px;
  font-size: 33px;
  font-weight: bold;
  line-height: 130px;
}

@keyframes fadeInEffectModal {
  0% {
    opacity: 0%;
    transform: translate(-50%, -20%);
  }
  100% {
    opacity: 100%;
    transform: translate(-50%, -40%);
  }
}
@media screen and (min-width: 500px) {
  .item {
    width: 33%;
  }
}
@keyframes animate-on-scroll-visible {
  0% {
    transform: translatey(-16px);
    opacity: 0%;
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    opacity: 100%;
  }
}
@media screen and (min-width: 800px) {
  .item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .item {
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .modal-container-content {
    width: 100%;
    height: 100%;
  }
  .nav .nav-container .nav-links {
    justify-content: center;
  }
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes sub_page_header_animation {
  0% {
    transform: translate(-65%, -40%);
    opacity: 0%;
  }
  50% {
    opacity: 50%;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 100%;
  }
}
@keyframes animate-on-scroll-visible {
  0% {
    transform: translatey(-16px);
    opacity: 0%;
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    opacity: 100%;
  }
}
@keyframes headerRotate {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}/*# sourceMappingURL=style.css.map */