/*------------------------------------------------------------------

[Master Style]

Organization     : Flamecore 
Organization URI : http://flamecore.pro
Name Project     : 
Version          : 1.0.0
Author           : Andika Chamberlin
Author URI       : http://andikachamberlin.github.io

-------------------------------------------------------------------*/

body{
  font-family: 'Quicksand', sans-serif;
  overflow: hidden;
}

/* header */
._rc-header{
  position: relative;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/background/hero.png);
}

._rc-header:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255,255,255,0.9), #fff);
}

/* nav */
._rc-nav{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1024px;
  margin: auto;
}

@media (min-width: 1024px){
  ._rc-nav-mobile{
    display: none;
  }
  ._rc-nav-items{
    position: absolute;
    top: 50px;
    right: 16px;
    overflow: hidden;
    z-index: 1;
  }
  
  ._rc-nav-items a{
    display: block;
    position: relative;
    height: 30px;
    width: 300px;
    transition: 0.3s;
    font-size: 14px;
    overflow: hidden;
    padding-left: 30px;
    transform: translateX(100px);
  }
  
  ._rc-nav-items a:before,
  ._rc-nav-items a:after {
    /* background-color: #03dada; */
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    transition: 0.3s;
  }
  
  ._rc-nav-items a:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  ._rc-nav-items a:after {
    left: 0.5em;
    margin-right: -50%;
  }
  
  ._rc-nav-items a._rc-nav-active{
    transform: translateX(90px);
  }
  
  ._rc-nav-items a._rc-nav-active{
    color: #03dada;
  }
  ._rc-nav-items a._rc-nav-active:before,
  ._rc-nav-items a._rc-nav-active:after{
    background-color: #03dada;
    transform: translate(0);
  }
  
  ._rc-nav-items a:hover{
    color: #03dada;
    transform: translate(90px);
  }
  ._rc-nav-items a:hover:before,
  ._rc-nav-items a:hover:after{
    background-color: #03dada;
    transform: translate(0);
  }
}

@media (max-width: 1023px){
  ._rc-nav-mobile{
    position: absolute;
    top: 55px;
    right: 16px;
    z-index: 10;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
  }

  ._rc-nav-mobile i{
    font-size: 26px;
  }

  ._rc-nav-items{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 220px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 6px rgba(0,0,0,0.08);
    transform: translateX(100%);
    transition: 0.4s;
  }

  ._rc-nav-items-active{
    transform: translateX(0);
  }

  ._rc-nav-items a{
    display: block;
    font-size: 14px;
    padding: 5px 16px;
    transition: 0.1s;
  }

  ._rc-nav-items a:hover{
    background:#f9f9fa
  }

  ._rc-nav-active{
    background: #f9f9fa;
  }
}


._rc-nav-logo{
  position: absolute;
  top: 50px;
  left: 16px;
  z-index: 1;
}

._rc-nav-logo img{
  width: 50px;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}

/* hero */
._rc-hero{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%,-40%);
}

@media (max-width: 1023px){
  ._rc-header{
    height: 350px;
  }
  ._rc-hero{
    display: none;
  }
}

._rc-c{
  position: relative;
  font-size: 600px;
  font-weight: 900;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  color: #05bebe;
  font-weight: 900;
}

._rc-r{
  position: absolute;
  left: calc(50% - 590px);
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 24px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: 900;
}

._rc-a{
  position: absolute;
  left: calc(50% - 360px);
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 24px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: 900;
}

._rc-i{
  position: absolute;
  right: calc(50% - 150px);
  top: 50%;
  transform: translate(50%,-50%);
  font-size: 24px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: 900;
}

._rc-i:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #eee;
  border-left-color: transparent;
  animation: _rcib 2s linear infinite;
}

@keyframes _rcib {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(-360deg); }
}

._rc-i:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(0deg);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #eee;
  border-right-color: transparent;
  animation: _rcif 2s linear infinite;
}

@keyframes _rcif {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}

._rc-k{
  position: absolute;
  right: calc(50% - 360px);
  top: 50%;
  transform: translate(50%,-50%);
  font-size: 24px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: 900;
}

/* hero desc */
._rc-hero-desc{
  position: absolute;
  top: 180px;
  left: 16px;
}

@media (max-width: 1023px){
  ._rc-hero-desc h3{
    font-size: 30px;
  }
  ._rc-hero-desc{
    top: 160px;
    left: 80px;
    right: 16px;
  }
}

._rc-hero-verical-text{
  position: absolute;
  left: 20px;
  bottom: 16px;
  width:1px;
  word-wrap: break-word;
  font-family: monospace;
  font-weight: 500;
  line-height: 24px;
  font-size: 24px;
  text-transform: uppercase;
}

._rc-hero-verical-text:before{
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
}

._rc-hero-verical-text:after{
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 1px;
  height: 50%;
  background-color: #ddd;
}

._rc-hero-verical-text-topright{
  position: absolute;
  right: 46px;
  top: 16px;
  width:1px;
  bottom: 16px;
  word-wrap: break-word;
  font-family: monospace;
  font-weight: 500;
  line-height: 24px;
  font-size: 24px;
  text-transform: uppercase;
}

._rc-hero-verical-text-topright:before{
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
}

._rc-hero-verical-text-topright:after{
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 50%;
  background-color: #ddd;
}

._rc-hero-ac-circle{
  position: absolute;
  top: 23%;
  left: 80%;
  z-index: 100;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(250, 104, 36);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

._rc-hero-ac-circle2{
  position: absolute;
  top: 22%;
  left: 65%;
  z-index: 100;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(255, 230, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

._rc-hero-ac-circle3{
  position: absolute;
  top: 22.5%;
  left: 50%;
  z-index: 100;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgb(85, 56, 167);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}

._rc-section-container{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1024px;
  margin: auto;
  overflow: hidden;
}

._rc-hero-desc-text{
  margin-top: 10px;
  max-width: 500px;
  color: #999;
  font-size: 14px;
}

/* sosmed */
._rc-sosmed{
  position: absolute;
  top: 55px;
  left: 100px;
  z-index: 1;
}

._rc-sosmed a{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  position: relative;
  margin-right: 4px;
}

._rc-sosmed i{
  font-size: 20px;
  transition: 0.2s;
}

._rc-sosmed a:hover i.fa-instagram{
  color: #f46f30;
}

._rc-sosmed a:hover i.fa-facebook-square{
  color: #3b5998;
}

._rc-sosmed a:hover i.fa-whatsapp{
  color: #25d366;
}

/* about */

._rc-about{
  position: relative;
  margin: 150px 0;
  height: 600px;
}

._rc-section-hero{
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  mix-blend-mode: color-dodge;
}

._rc-about-box-rotate{
  position: absolute;
  top: 15%;
  left: 25%;
  transform: rotate(45deg);
  height: 400px;
  width: 400px;
  background-color: rgb(236, 168, 113);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

@media (max-width: 1023px){
  ._rc-about{
    height: 450px;
  }
  ._rc-about-box-rotate{
    height: 300px;
    width: 300px;
  }
}

._rc-about-desc-hero{
  position: absolute;
  top: 120px;
  left: 90px;
  mix-blend-mode: color-dodge;
  width: 600px;
  z-index: 100;
}

@media (max-width: 1024px){
  ._rc-about-desc-hero{
    left: 16px;
    width: 380px;
    padding-right: 30px;
  }
  ._rc-about-desc-hero h1{
    font-size: 30px;
  }
}

._rc-about-founder{
  position: absolute;
  top: 100px;
  left: 40%;
  width: 400px;
  bottom: 100px;
  background-color: rgb(250, 104, 36);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: #fff;
  padding-top: 170px;
}

@media (max-width: 1024px){
  ._rc-about-founder{
    width: 100%;
    left: 0;
    padding-top: 110px;
    padding-right: 40px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
  }
}

._rc-about-founder:before{
  content: "";
  position: absolute;
  top: -30px;
  right: -60px;
  bottom: -30px;
  left: 40px;
  border: 2px solid #ddd;
  border-left-color: transparent;
  mix-blend-mode: color-dodge;
}
/* end about */

/* product */
._rc-product{
  position: relative;
  margin: 150px 0;
  height: 500px;
}

._rc-product-items{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background: rgb(124, 100, 189);
}

@media (min-width: 1024px){
  ._rc-product-img{
    position: absolute;
    top: 100px;
    right: 100px;
    bottom: 100px;
    width: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    opacity: 0.8;
    mix-blend-mode: luminosity;
  }
}

@media (max-width: 1023px){
  ._rc-product-img{
    position: absolute;
    top: 100px;
    right: 16px;
    left: 16px;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    
  }
}

._rc-product-desc{
  position: absolute;
  top: 100px;
  left: 16px;
  bottom: 50px;
}

@media (min-width: 1024px){
  ._rc-product-desc{
    width: 400px;
  }
}

@media (max-width: 1023px){
  ._rc-product{
    height: 650px;
  }
  ._rc-product-items{
    width: 100%;
  }
  ._rc-product-desc{
    top: 420px;
    right: 16px;
    color: rgba(255,255,255,0.8);
  }
  ._rc-product-desc ._rc-btn{
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.2);
  }
  ._rc-product ._rc-hero-verical-text{
    display: none;
  }
}

@media (max-width: 400px){
  ._rc-product-desc{
    top: 340px;
  }
  ._rc-product-img{
    height: 200px;
  }
}
/* end product */

/* services */
._rc-services{
  position: relative;
  margin: 150px 0;
  height: 700px;
}

@media (min-width: 1024px){
  ._rc-services-web{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    background-color: rgb(22, 158, 158);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-training{
    position: absolute;
    top: 40%;
    left: 60%;
    width: 300px;
    height: 100px;
    background-color: rgb(18, 163, 67);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-travel{
    position: absolute;
    top: 40%;
    left: 40%;
    width: 400px;
    height: 200px;
    background-color: rgb(255, 131, 15);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-graphy{
    position: absolute;
    top: 65%;
    left: 50%;
    width: 400px;
    height: 200px;
    background-color: rgb(65, 39, 151);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-mobile{
    position: absolute;
    top: 50%;
    left: 75%;
    width: 200px;
    height: 100px;
    background-color: rgb(228, 63, 63);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-cctv{
    position: absolute;
    top: 60%;
    left: 30%;
    width: 200px;
    height: 200px;
    background-color: rgb(199, 59, 180);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-consult{
    position: absolute;
    top: 65%;
    left: 63%;
    width: 200px;
    height: 300px;
    background-color: rgb(47, 178, 218);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-desktop{
    position: absolute;
    top: 25%;
    left: 60%;
    width: 400px;
    height: 150px;
    background-color: rgb(34, 149, 202);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  
  ._rc-services-design{
    position: absolute;
    top: 60%;
    left: 20%;
    width: 150px;
    height: 100px;
    background-color: rgb(188, 190, 38);
    transform: translate(-50%,-50%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0.9;
  }
  ._white{
    color: #fff;
  }
}

@media (max-width: 1023px){
  ._rc-services{
    height: 400px;
  }
  ._rc-services ._position-middle{
    position: relative;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 32px;
  }
  ._rc-services-mode-mobile{
    position: absolute;
    top: 140px;
    left: 0;
    right: 50px;
  }
}

@media (max-width: 600px){
  ._rc-services{
    height: 750px;
  }
}

/* end services */

/* blog */

._rc-blog{
  position: relative;
  margin: 150px 0;
  height: 500px;
}

@media (min-width: 1024px){
  
  ._rc-blog-item-left{
    position: absolute;
    top: 100px;
    left: 16px;
    width: 680px;
    height: 300px;
    padding-right: 316px;
  }
  
  ._rc-blog-item-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  ._rc-blog-item-right{
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 300px;
  }
  
  ._rc-blog-item-list{
    margin-bottom: 16px;
  }
  
  ._rc-blog-item-list-img{
    position: relative;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  ._rc-blog-item-list-desc{
    margin-top: 16px;
  }
}

@media (max-width: 1023px){
  ._rc-blog{
    height: 800px;
  }
  
  ._rc-blog-item-desc{
    margin-top: 80px;
    padding: 16px;
  }
  ._rc-blog-item-img{
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  ._rc-blog-item-right{
    display: none;
  }
}

._rc-btn{
  border: 1px solid #ddd;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 32px;
  background-color: #fff;
}

._rc-btn:hover{
  background-color: #f5f5f5;
}
/* end blog */

/* Marketplace */
._rc-marketplace{
  position: relative;
  margin: 150px 0;
  height: 500px;
}

@media (max-width: 1023px){
  ._rc-marketplace-color h6,
  ._rc-marketplace-color p{
    color: #000;
  }
}

@media (max-width: 600px){
  ._rc-marketplace{
    height: 700px;
  }
}

._rc-marketplace-left{
  position: absolute;
  top: 100px;
  left: 16px;
  bottom: 100px;
  width: 70%;
  z-index: 10;
}

._rc-marketplace-img{
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

._rc-marketplace-right{
  position: absolute;
  top: 30px;
  right:90px;
  bottom: 80px;
  width: 300px;
  background-color: rgb(128, 230, 196);
  transform: rotate(-15deg);
}

._rc-marketplace-right:before{
  content: "";
  position: absolute;
  right: 100px;
  top: 40px;
  left: -30px;
  bottom: -40px;
  border: 1px solid rgb(23, 97, 107);
}

._rc-marketplace-right:after{
  content: "";
  position: absolute;
  right: 150px;
  top: 90px;
  left: -70px;
  bottom: 40px;
  border: 1px solid rgb(47, 107, 92);
}
/* end Marketplace */

/* team */
._rc-team{
  position: relative;
  margin: 150px 0;
  height: 900px;
}

@media (min-width: 1024px){
  ._rc-team-logo,
  ._rc-team-circle-1,
  ._rc-team-circle-2,
  ._rc-team-circle-3,
  ._rc-team-circle-4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
  }

  ._rc-team-circle-1{
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
  }

  ._rc-team-circle-2{
    width: 400px;
    height: 400px;
    border: 1px solid #ddd;
  }

  ._rc-team-circle-3{
    width: 600px;
    height: 600px;
    border: 1px solid #ddd;
  }

  ._rc-team-circle-4{
    width: 800px;
    height: 800px;
    border: 1px solid #ddd;
  }

  ._rc-team-circle-item{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    background-color: #fff;
  }

  ._rc-team-logo img{
    width: 80px;
  }

  ._rc-position-topleft{
    position: absolute;
    top: 0;
    left: 0;
  }

  ._rc-position-bottomright{
    position: absolute;
    bottom: 0;
    right: 0;
  }

  ._rc-position-topright{
    position: absolute;
    top: 0;
    right: 60px;
  }

  ._rc-position-bottomleft{
    position: absolute;
    bottom: 0;
    left: 60px;
  }

  ._rc-position-leftmiddle{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -30px;
  }

  ._rc-position-rightmiddle{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -30px;
  }

  ._rc-position-topmiddle{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -30px;
  }

  ._rc-position-bottommiddle{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
  }
}

@media (max-width: 1023px){
  ._rc-team{
    height: 1220px;
  }
  ._rc-team-logo{
    position: absolute;
    top: 24px;
    right: 16px;
  }

  ._rc-team-container{
    margin-top: 150px;
  }

  ._rc-team-logo img{
    position: relative;
    width: 60px;
  }

  ._rc-team-circle-item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
  }

  ._rc-team-circle-1 ._rc-team-circle-item:nth-child(1),
  ._rc-team-circle-2 ._rc-team-circle-item:nth-child(1),
  ._rc-team-circle-3 ._rc-team-circle-item:nth-child(1),
  ._rc-team-circle-4 ._rc-team-circle-item:nth-child(1){
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    width: calc(50% - 24px);
    
  }

  ._rc-team-circle-1 ._rc-team-circle-item:nth-child(2),
  ._rc-team-circle-2 ._rc-team-circle-item:nth-child(2),
  ._rc-team-circle-3 ._rc-team-circle-item:nth-child(2),
  ._rc-team-circle-4 ._rc-team-circle-item:nth-child(2){
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: calc(50% - 24px);
    
  }

  ._rc-team-circle-1,
  ._rc-team-circle-2,
  ._rc-team-circle-3,
  ._rc-team-circle-4{
    position: relative;
    height: 200px;
    margin-bottom: 16px;
  }
}

/* end team */

/* contact */
._rc-contact{
  position: relative;
  margin: 150px 0 0 0;
  height: 500px;
}

._rc-contact-background{
  position: absolute;
  top: 100px;
  right: 60px;
  bottom: 0;
  height: 500px;
  width: 400px;
  background-color: rgb(41, 189, 235);
}

._rc-contact-background:before{
  content: "";
  position: absolute;
  top: 100px;
  right: 60px;
  left: -100px;
  bottom: -100px;
  background-color: rgb(230, 227, 80);
}

._rc-contact-desc{
  position: absolute;
  top: 130px;
  left: 16px;
  width: 300px;
}

@media (max-width: 1023px){
  ._rc-contact-desc{
    width: 250px;
    color: #000;
  }
}
/* end contact */

@media (max-width: 1023px){
  ._rc-about,
  ._rc-product,
  ._rc-services,
  ._rc-blog,
  ._rc-marketplace,
  ._rc-team{
    margin: 100px 0;
  }
  ._rc-header{
    margin-bottom: 100px;
  }
  ._rc-contact{
    margin-top: 100px;
  }
}

/* about page */
._rc-header._rcb-header{
  position: relative;
  height: 700px!important;
}

@media (min-width: 1024px){
  ._rcb-img{
    position: absolute;
    top: 200px;
    left: 16px;
    height: 600px;
    width: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 60px rgba(0,0,0,0.1);
  }

  ._rcb-img:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
  }
  
  ._rcb-hero{
    position: absolute;
    top: 350px;
    left: 400px;
    color: #e4e28c;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  }
  
  ._rcb-desc{
    position: absolute;
    top: 450px;
    left: 540px;
    right: 16px;
  }
}

@media (max-width: 1023px){
  ._rcb-img{
    position: absolute;
    top: 150px;
    left: 16px;
    right: 16px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 60px rgba(0,0,0,0.1);
  }
  
  ._rcb-hero{
    position: absolute;
    top: 350px;
    left: 400px;
    color: #e4e28c;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  }
  
  ._rcb-desc{
    position: absolute;
    top: 450px;
    left: 540px;
    right: 16px;
  }
}