@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&family=Unbounded:wght@600&display=swap');

:root {
  --body-background-color: #F0EDD4;
  --body-text-color: #585757;
  --background-color: #fddfdf;
  --background-color2: #F0EDD4;
  --background-color3: #F0EDD4;
  --font-family1: 'Montserrat Alternates', sans-serif;
  --font-family2: 'Unbounded', sans-serif;
  --color1: #585757;
  --color2: #fcf7de;
  --color3: #DADDB1;
  --color4: #FEA1A1;
  --color5: #585757;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  color: var(--body-text-color) !important;
  background-color: var(--body-background-color) !important;
  font-family: var(--font-family1) !important;

}

h1 {
  font-family: var(--font-family2) !important;
}

p.text1 {
  font-size: 19px !important;
}
.art-start-5 {
  left: 5%;
}

.art-fs-2 {
  font-size: 2em;
}

.art-z-index-99 {
  z-index: 99;
}

.div-spacer {
  height: 100px;
  width: 1px;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
#art-header {
  position: fixed;
  top: 0;
  /*left: 0;*/
  right: 10px;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.s-art-menu {
  padding: 0;
  display: block;
}

.s-art-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-art-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.s-art-menu a,
.s-art-menu a:focus {
  display: flex;
  align-items: center;
  color: var(--color1);
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: var(--color3);
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.s-art-menu a i,
.s-art-menu a:focus i {
  font-size: 20px;
}

.s-art-menu a span,
.s-art-menu a:focus span {
  padding: 0 5px 0 7px;
  color: var(--color2);
}

.s-art-menu a:hover,
.s-art-menu .active,
.s-art-menu .active:focus,
.s-art-menu li:hover>a {
  color:  var(--color5);
  background: var(--color4);
}

.s-art-menu a:hover span,
.s-art-menu .active span,
.s-art-menu .active:focus span,
.s-art-menu li:hover>a span {
  color:  var(--color5);
}

.s-art-menu a:hover,
.s-art-menu li:hover>a {
  width: 100%;
  color:  var(--color5);
}

.s-art-menu a:hover span,
.s-art-menu li:hover>a span {
  display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 150px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 100px;
}

.section-title h2 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-bottom: 25px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color3);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
.dev-icons {
  font-size: 5em;
}


/*--------------------------------------------------------------
# Hero Menu
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/me-bg-hell1.JPG") top right no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
  padding-left: 30px;
}

#hero::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #FEA1A1;
  letter-spacing: 1px;
}


/*--------------------------------------------------------------
# skills
--------------------------------------------------------------*/

.skill {
  margin: 10px;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #FEA1A1;
}


hr.style-hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), hsla(0, 0%, 0%, 0.75), rgba(0, 0, 0, 0));
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
  background-color: var(--background-color3);
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  /* text-transform: uppercase; */
  color: #272829;
  /* margin-bottom: 5px; */
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #FEA1A1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fea1a1;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--background-color2);
  /*color: #45505b;*/
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;

  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 13px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 10px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fcf7de;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--color1);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--background-color);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fea1a1;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*  X-Small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .art-h1 {
    font-size: 2.5rem;
  }
  #hero {
    padding-left: 50px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .art-h1 {
    font-size: 3.5rem !important;
  }
  #hero {
    padding-left: 50px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .art-h1 {
    font-size: 4rem !important;
  }
  #hero {
    padding-left: 200px;
  }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

  .art-h1 {
    font-size: 4.5rem !important;
  }
  #hero {
    padding-left: 200px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  .art-h1 {
    font-size: 5rem !important;
  }
  #hero {
    padding-left: 200px;
  }
}