
/* Body 
------------------------------------- */

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* Typography
------------------------------------- */

h1 {
  font-size: 5em;
  color: #002008;
  font-family: "Archivo Black", sans-serif;
}

h2 {
  color: #002008;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

p {
  color: #002008;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 175%;
}

h3 {
  font-size: 1rem;
  margin-top: 20px;
  font-style: italic;
  color: #002008;
}


a {
  display: inline-block !important;
  color: #000;
}

.white{
  color: #fff;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.row-padding-lg{
  padding-top: 64px!important;
  padding-bottom: 64px!important;
}

.paragraph {
  padding-bottom: 15px;
}

/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #111112;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }


/* navigation styles
/* ========================================== */

.menu {
  padding: 20px;
  padding-right: 0;
}


/* header section styles
/* ========================================== */


.header-thumb {
  margin-top: 5vh;
  margin-bottom: 5vh;
  position: relative;
}



/* Portfolio section styles
/* ========================================== */
#portfolio {
  padding-top: 60px;
  padding-bottom: 6rem;
}

#portfolio img {
  width: 100%;
}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

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

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    padding: 35% 20px 20px;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
  background: #b7b7b7 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background: #b7b7b7;
  color: #ffffff;
}

.box {
  filter: drop-shadow(3px 3px 7px #f3eada);
  border-radius: 10px;
  padding-left: 0;
}

.avatar {
  border-radius: 50%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* footer section styles
/* ========================================== */
footer {
  background: #021f09;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}


/* social icon */
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  border-radius: 70px;
  border: 1px solid transparent;
  color: #909090;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 14px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.social-icon li a:hover {
  background: #ffffff;
}

/* Responsive Mobile styles
/* ========================================== */

.space-50{
  padding-bottom: 50px;
}

.space-100{
  padding-top: 80px;
}

.space-150{
  padding-top: 150px;
}

.space-200{
  padding-top: 200px;
}

.grey {
  filter: grayscale(100%);
}

.imgbox {
  padding: 50px;
  border-radius: 20px;
  background-color: #faf3e6;
}

.imgbox2 {
  padding-right: 200px;
  padding-left: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #faf3e6;
  border-radius: 20px;
}

.thumbnail {
  padding: 50px;
  background-color: #faf3e6;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s;
}

.thumbnail:hover {
  filter: drop-shadow(3px 3px 7px #f3eada);
}


.margin-left {
  margin-left: 30px;
}

hr {
  margin-bottom: 20px;
  margin-top: 30px;
}


/* floating object*/

.object1{
  left: 0px;
  top: 0px;
  mix-blend-mode: multiply;
  position: relative;
}

.object2{
  left: 400px;
  top: 70px;
  mix-blend-mode: multiply;
  position: relative;
}

.center-left{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%)
}



.text-underline {
  display: inline-block;
}
.text-underline .text {
  display: block;
}
.text-underline .text:after {
  content: "";
  display: block;
  transform: translateY(-50%);
  height: 5px;
  width: 0px;
  background-color: #000;
  margin-top: 5px;
  transition: .3s ease-in-out;
  z-index: 2;
}
.text-underline .text:hover::after {
  width: 100%;
}


.text-scan {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.text-scan:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 1px;
  background-color: #b7b7b7;
  transform: translateX(-101%);
  transition: transform 0.6s ease-in-out;
}
.text-scan:hover::after {
  z-index: 20;
  transform: translateX(101%);
}
