html {
    scroll-behavior: smooth !important;
    
}

body {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    background-color: #f5f0f0;
    
}

.landing-img {
    display: block;
    margin-left: 25vh;
    margin-right: auto;
    width: 25%;
    

}

.cspacing {
    padding-right: 100px;
    padding-left: 33px;
}

.logotxt {
    padding-left: 30px;
}

.ccolor {
    background-color: #ffffff !important;
    box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.15);

}

.btn-border {
    font-weight: 600 !important;
    color: rgba(0, 0, 0, 0.45) !important;
    border-bottom: 3px inset transparent;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: right;
    width: 10%;
    white-space: nowrap;


} 

.btn-border:hover {
    color: #661a26 !important;
    border-bottom: 3px inset transparent;
    font-size: 16px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
    width: 100%;
    
}

.btn-border:before {
    color: #661a26 !important;
    border-bottom: 3px inset transparent;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
    width: 100%;
}




.backgroundhome {
    background: rgba(250, 250, 250, 0.55);
}

.about {
    height: 100vh;
    background: #f5f5f5;
}

.imgsize {
    height: 250px;
    width: 250px;
}

.mq {
    max-width: 100%;
}

.wrapper-about {
    padding-top: 13vh;
    text-align: center;
    color: rgba(0, 0, 0, 0.80);
}

.hr-about {
    border: 2px solid rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    width: 150px;

}

.icon-skill {

    letter-spacing: 1px;
    font-size: 40px !important;
    color: #661a26;

    text-transform: uppercase;

}

.hr-skill {
    border: 1px solid rgb(102, 26, 38);
    border-radius: 15px;
    margin-top: -5px;
}

.bgcolor {
    background-color: #661a26;
    color: white;
}

.h2-about {
    
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
}

.p-about {

    font-weight: normal !important;
    padding-bottom: 25vh !important;
}

.p-home-1 {
    padding-top: 2vh !important;
    font-size: 55px !important;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    color: #661a26;

}

.p-home-2 {
    font-size: 20px !important;
    letter-spacing: 2px;
    font-weight: 400;
    margin-left: 20vh;
    color: #37474f;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;

}

.p-home-3 {
    margin-left: 20vh;
    margin-top: 7vh;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400px;
    font-family: 'Mulish', sans-serif;
    color: #37474f
}


.hr-width {
    
    width: 70%;
    color: black !important;
    border: 1px solid #37474f;
}

.logo-size {
    width: 4%;
}


.logo-size-nav {
    width: 42.5%;
    padding-left: 20px;

}


.about-box-margin {
    margin-top: -8rem;

}

.about-box-style {

    font-style: normal;
    padding-top: 2rem;
    background-color: white;
    color: #661a26;
    height: 35rem;
    box-shadow: 0 5px 5px 0 rgba(171, 171, 171, 0.15);

}

.about-box-style > p {

   font-family: europa, sans-serif;
    font-weight: lighter;

}

.b-about-box-1 {
    border: 1px solid #f1f5fb;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.b-about-box-2 {
    border: 1px solid #f1f5fb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.b-about-box-m {
    border: 1px solid #f1f5fb;
    border-right: none;
    border-left: none;
}

.about-logos{
    max-width: 15%;
}

.about-logos-framework{
    max-width: 13.5%;
}

.about-logos-tools {
    max-width: 13%;
}

.p-color {
    color: rgba(0, 0, 0, 0.6) !important;
    font-size: 16px !important;

}

.b-work-rounded {
    border-radius: 10px;

}




.txtcolor {
    color: white;
    padding-top: 15px;
}

.img-height {
    height: 225px;
}

.bg-pos {
     
    bottom:0;
}

.abouticon {
    font-size: 32px;
}

.btnprojectcard {
    background-color: white;
    border: 2px solid #661a26;
    border-radius: 5px;
    padding: 10px;
    color: #661a26;
    text-decoration: none !important;
}

.btnprojectcard:hover {
    background-color: #661a26;
    color: white;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}

.btnprojectcard::before {
    background-color: white;
    color:#661a26;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    transition: all 1.3s;
    transition-timing-function: ease-in-out;
}

.cardstyle {
    border-radius: 5px !important;
    box-shadow: 0 5px 5px 0 rgba(171, 171, 171, 0.15);
    

}

.cardstyle img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}








.flip-card {
    font-family: 'Ubuntu', sans-serif !important;
    background-color: #f5f0f0;
    width: 320px;
    height: 320px;
    perspective: 1000px;
    float: right;
    margin-right: 30vh;
    margin-top: -18.5vh;
    border-radius: 200px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: 200px;
  }
  
  .flip-card:focus {
      outline: 0;
  }
  
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 200px;
  }
  
  .flip-card-front {
    background: url(/images/Screenshot.jpg);
    background-size: cover;
    z-index: 2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    
  }
  
  .flip-card-back {
    padding-top: 40px;
    font-family: 'Ubuntu', sans-serif !important;
    background: #37474f;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: block;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    
  }

  .btn-socials {
    font-family: 'Ubuntu', sans-serif !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: auto;
    border: 0px solid white;
    color: white;
    border-radius: 10px;
    background-color: #37474f;
    margin-top: 20px;
    padding-block: 0px;
    text-decoration: none !important;
    font-size: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .btn-socials:hover {
    text-decoration: none !important;
    color: #37474f;
    background-color: white;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;

  }

  .hover-me {
    position: absolute;
    margin-top: 35vh;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    margin-left: 13vh;
    color: #37474f;
  }

  