@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');
html {
  scroll-behavior: smooth;
}
*{
    font-family: 'Hubballi', cursive;
}
body{
    background: #FFEDDB;
}
.navbar{
    background-color: #BF9270;
    height: 13vh;
    padding: 10px 0px 10px 0px;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: slidein;

    /*for firefox*/
    -moz-animation-duration: 1s;
    -moz-animation-name: slidein;

      /* for opera*/
    -o-animation-duration: 1s;
    -o-animation-name: slidein;

      /* Standard syntax*/
    animation-duration: 1s;
    animation-name: slidein;
}

@-webkit-keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

@-moz-keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}
 @-o-keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}
  @keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}
.navbar-brand{
  margin-left: 10px;
}
.navbar-nav{
    justify-content: end;
}
.container-fluid a{
    color: #fff;
}
.container-fluid{
  background-color: #BF9270;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
    background-color: #BF9270;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
    padding: 15px 32px;
    font-size: 25px;
    transition: 0.5s ease;
    cursor: pointer;
    margin-right: 20px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: end;
    justify-content: end;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: black;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:black;
    background-color: #EDCDBB;
    box-shadow: 7px 7px white;
}
.container.welcome{
  align-items: end;
}
.welcome{
  height: 87vh;
}
.top-title{
    color: #BF9270;
    font-size: 40px;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    justify-content: center;
}
.title{
    font-size: 100px;
    line-height: 70px;
    margin: 10px 0px 45px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
.desc{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.row{
    align-items: center;
    margin-right: 0;
    margin-left: 0;
}
.titles{
    margin-right: 20%;
}
.list-group{
    display: -webkit-inline-box;
}
.list-group-item{
    width: 100%;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 1px solid black;
    outline: none;
    background-color: #BF9270;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    font-size: 18px; 
    width: 75px;
    height: 75px;
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.about{
    background-color: #BF9270;
    padding: 0;
    display: flex;
}
#myDIV{
  background-color: #FFEDDB;
}
.introduction-navbar ul{
    display: flex;
    cursor: pointer;
}
.introduction-container{
    width: 100%;
}
.active
{
    background-color:#E3B7A0;
}
.introduction-navbar ul li{
    list-style-type: none;
    margin: 4px;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    background-color: none;
    height: 50px;
    transition: 0.3s;
}
.col.introduction-navbar{
    padding: 0;
}
.introduction-navbar ul{
    padding: 0;
}
.introduction-navbar ul li{
    margin: 0;
}

.introduction-navbar ul a{
    text-decoration: none;
    width: 100%;
    color: black;
    font-size: 30px;
    text-align: center;
    justify-content: center;
}
.introduction-navbar li:hover{
    color: black;
}
.introduction-navbar li:hover{
    color:black;
    background-color: #E3B7A0;
}
.lists{
    background-color: #BF9270;
    padding: 0;
}
.wwm{
  display: none;
  background-color: #BF9270;
}
.about-full-container{
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.about-container-content h2{
    font: 40px;
    margin-bottom: 20px;
    color: #FFEDDB;
}
.about-container-content h1{
    font: 40px;
    margin-bottom: 20px;
    color: #FFEDDB;
}
.img-about{
    animation: 1s anim-fadein ease-in forwards;
}
@keyframes anim-fadein{
    from{
        opacity: 0%;
    }
    to{
        opacity: 100%;
    }
}
.about-container-content{
    animation: 2s anim-lineUp ease-out forwards;
  }
  @keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
}
.about-container-content p{
    font-size: 22px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.skills{
    background-color: #BF9270;
    width: auto;
}
.container.skills{
    display: none;
}
.skills-introduction-container{
    padding-bottom: 70px;
    padding-top: 30px;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    flex-direction: row;
    display: flex;
}
  ::selection{
    color: #fff;
    background: #EDCDBB;
  }
  .skill-bars{
    padding: 0px 30px;
    width: auto;
  }
  .skill-bars .bar{
    margin-bottom: 20px;
  }
  .skill-bars .bar:first-child{
    margin-top: 0px;
  }
  .skill-bars .bar .info{
    margin-bottom: 20px;
  }
  .skill-bars .bar .info span{
    font-size: 17px;
    opacity: 0;
    animation: showText 0.5s 1s linear forwards;
  }
  @keyframes showText {
    100%{
      opacity: 1;
    }
  }
  .wwm-row{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .skill-bars .bar .progress-line{
    height: 5px;
    width: 100%;
    background: #f0f0f0;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05),
                0 1px rgba(255,255,255,0.8);
    animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
    margin-bottom: 30px;
  }
  @keyframes animate {
    100%{
      transform: scaleX(1);
    }
  }
  .bar .progress-line span{
    height: 100%;
    position: absolute;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    background: #EDCDBB;
    animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
  }
  .bar .progress-line.html span{
    width: 90%;
  }
  .bar .progress-line.css span{
    width: 90%;
  }
  .bar .progress-line.javascript span{
    width: 80%;
  }
  .bar .progress-line.python span{
    width: 90%;
  }
  .bar .progress-line.pascal span{
    width: 80%;
  }
  .bar .progress-line.java span{
    width: 85%;
  }
  .bar .progress-line.bootstraps span{
    width: 90%;
  }
  .bar .progress-line.react span{
    width: 60%;
  }
  .progress-line span::before{
    position: absolute;
    content: "";
    top: -10px;
    right: 0;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-color: #000;
    opacity: 0;
    animation: showText2 0.5s 1.5s linear forwards;
  }
  .progress-line span::after{
    position: absolute;
    top: -28px;
    right: 0;
    font-weight: 500;
    background: #000;
    color: #fff;
    padding: 1px 8px;
    font-size: 12px;
    border-radius: 3px;
    opacity: 0;
    animation: showText2 0.5s 1.5s linear forwards;
  }
  @keyframes showText2 {
    100%{
      opacity: 1;
    }
  }
  .progress-line.html span::after{
    content: "90%";
  }
  .progress-line.css span::after{
    content: "90%";
  }
  .progress-line.javascript span::after{
    content: "80%";
  }
  .progress-line.python span::after{
    content: "90%";
  }
  .progress-line.pascal span::after{
    content: "80%";
  }
  .progress-line.java span::after{
    content: "85%";
  }
  .progress-line.bootstraps span::after{
    content: "90%";
  }
  .progress-line.react span::after{
    content: "60%";
  }

.references-container{
    margin-top: 150px;
    margin-bottom: 100px;
}
.works-title{
  margin-bottom: 35px;
}
.references-container h1{
    text-align: center;
}
.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #BF9270;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  min-height: 200px;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #fff;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #BF9270;
  position: relative;
  z-index: 1;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFEDDB;
  margin-top: 8px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #fff;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #BF9270;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}
.services-logo{
  margin-bottom: 15px;
}
.services-item{
  background-color: #BF9270;
  padding: 60px;
  border-radius: 7px;
  height: 650px;
  margin-left: 15px;
  margin-right: 15px;
  transition: 0.5s ease-in-out;
}
.int-link{
  border: 1px solid white;
  background-color: none;
  padding: 15px;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.int-link:hover{
  background-color: #E3B7A0;
  color: black;
}
.link{
  text-align: center;
  margin-top: 10%;
}
.col > h3{
  color: white;
  border-bottom: 1px solid white;
  margin-bottom: 7%;
}
@media (max-width: 992px) {
  .about-row{
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 575px){
  .services-item{
    height: 100%;
  }
  .footer-top{
    flex-direction: column;
  }
}



@media (max-width: 768px) {
  .skills-introduction-container{
    display: flex;
    flex-direction: column;
  }    
  .wwm-row{
    display: flex;
    flex-direction: column;
  }
  .landing-img{
    display: none;
  }
  .container.welcome{
    align-items: center;
  }
  .landing-title{
    width: 100%;
  }

}  
@media (max-width: 489px){
  .introduction-navbar ul a {
    font-size: 20px;
  }
  .asd{
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  footer{
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  .services-item{
    height: 750px;
    max-width: 80%;
    padding: 20px;
    margin-bottom: 50px;
  }
  .services-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.services-item:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease;
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  z-index: 3;
}
.title-serv{
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.services-cont{
  margin-bottom: 100px;
}
.front{
  transition: 0.5s;
  position: absolute;
  z-index: 1;
}
.back {
  position: absolute;
  align-items: center;
  justify-content: center;
}
.button-services{
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
}
input[type=text]{
  height: 150px;
  width: 60%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  color: white;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  background-color: transparent;
}
input[type=name]{
  width: 60%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  color: white;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  background-color: transparent;
}
input[type=name],
input[type=email],
input[type=text]:focus{
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}
::placeholder {
  color: white;
  opacity: 1; 
}

:-ms-input-placeholder {
  color: white;
}

::-ms-input-placeholder {
  color: white;
}
input[type=email]{
  width: 60%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  color: white;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  background-color: transparent;
}
.sumbit-butt{
  width: 60%;
  background-color: transparent;
  color: black;
  padding: 14px 20px;
  margin: 8px 0;
  border: 1px solid white;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.sumbit-butt:hover{
  background-color: white;
  color: black;
}
footer{
  width: 100%;
}
.footer-top{
  display: flex;
  justify-content: space-evenly;
}
.foot-container{
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 30px;
    background-color: #BF9270;
}
.social{
    display: flex;
    justify-content: space-around;
}
.social-insta,
.social-twitter,
.social-facebook,
.social-linkedIn{
  margin: 5px;
}