/* General */
@import url("https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Fjalla+One&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Open+Sans+Condensed:wght@700&display=swap");
html {
  height: 100%;
}

pre {
  background: rgba(0, 0, 0, 0) !important;
  border: none;
}

body {
  line-height: 180%;
  color: rgba(225, 205, 215, 0.7);
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 2px, #000 0 0 1px;
  background: #222;
  background: linear-gradient(#333, transparent), linear-gradient(to top left, #222, transparent), linear-gradient(to top right, #111, transparent);
  background-blend-mode: screen;
  background-attachment: fixed;
  background-image: radial-gradient(circle, #110, #12100f, #1c1a17, #232520, #28302c);
  /* background-image: linear-gradient(to right bottom, #2a2a2a, #2c2c2c, #2f2f2f, #313131, #343434, #363636, #373738, #38393a, #383a3c, #373c3d, #373d3e, #373f3e); */
  background-image: linear-gradient(to left top, #2a2a2a, #2c2c2c, #2f2f2f, #313131, #343434, #363636, #373738, #38393a, #383a3c, #373c3d, #373d3e, #373f3e);
  background-image: linear-gradient(to left top, #2a2a2a, #262627, #222324, #1e1f20, #1a1c1d, #1b1e1e, #1c1f20, #1d2121, #232828, #2a302f, #303737, #373f3e);
  /* https://mycolor.space/gradient3?ori=to+left+top&hex=%232A2A2A&hex2=%23212727&hex3=%23373F3E&submit=submit */
  background-image: linear-gradient(to left top, #2a2a2a, #29292a, #27292a, #25282a, #232829, #242a2a, #252b2c, #262d2d, #2a3131, #2e3635, #333a3a, #373f3e);
  background: #242b2b;
}

*,
body,
p,
h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans Condensed", sans-serif;
  display: block;
  clear: both;
  color: #5e6f20;
  font-weight: bolder;
  margin-bottom: 1em;
  text-transform: uppercase;
  margin-top: 20px;
}

h1 {
  color: #98b833;
}

h2 {
  text-shadow: 1px 1px 1px #777;
  color: #98b833;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 3em;
  opacity: 1;
  text-align: left;
}

h3 {
  font-size: 3em;
  color: #98b833;
}

h4 {
  font-size: 2em;
  color: #5e6f20;
}

body,
p {
  padding: 0;
  text-align: left;
  position: relative;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3em;
}

.page {
  margin: 0;
  padding: 0;
  padding-left: 35%;
  padding-right: 15%;
  padding-bottom: 100px;
}

body,
p {
  letter-spacing: 0.02em;
}

p {
  margin-bottom: 25px;
}

li {
  list-style: square;
  text-align: left;
  color: silver;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #98b833;
  font-weight: bold;
  transition: 1s;
}

a:hover {
  color: #b4da3b;
  text-shadow: #b4da3b 0 0 3px;
  text-decoration: none;
}

.pointer {
  color: #9b59b6;
  font-family: "Courier New", Courier, serif;
  font-size: 3em;
  margin-top: 15px;
}

blockquote {
  /* font-family: 'Niconne', Georgia, "Times New Roman", Times, cursive; */
  font-family: "Euphoria Script", cursive;
  font-size: 2em;
  font-weight: 400;
  width: 90%;
  margin: 0.5em 0;
  padding: 0.15em 10px;
  position: relative;
  border: 0;
  display: block;
  padding-left: 2.5em;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #aaa;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 2em;
  position: absolute;
  left: 0.5em;
  top: -10px;
  z-index: 2;
  width: auto;
  color: #cf0;
  text-shadow: gray 1px 1px 0;
  margin-bottom: 2em;
  display: block;
}

blockquote cite,
blockquote:after {
  clear: both;
}

blockquote cite {
  font-size: 0.9em;
  display: block;
  margin-top: 0;
  text-align: right;
  float: right;
  margin-left: 20px;
}

blockquote cite:before {
  content: "\2014 \2009 ";
}

input,
textarea,
button,
.input,
label {
  width: 100%;
  padding: 7px;
  margin: 7px;
  font-size: 1.3em;
  border: 1px solid silver;
  color: gray;
  background: #efefef;
  border-radius: 0;
  font-weight: normal;
}

textarea {
  height: 80px;
}

.hidden {
  display: none !important;
}

.rapttor {
  color: #cf0;
}

.shadow {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.input-rapttor,
.btn-rapttor {
  padding: 7px;
  border-radius: 0;
  margin: 10px;
  display: block;
  color: black !important;
  text-align: center;
  height: 40px;
}

.btn-rapttor {
  background-color: #cf0 !important;
}

.background {
  position: fixed !important;
  z-index: 100;
  opacity: 0.9;
  top: 0;
  left: -1%;
  width: 40%;
  height: 100%;
  background: url("rapttor2.png");
  background-size: 100%;
  background-position: 30% center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  -webkit-transition: width 2s, height 2s, -webkit-transform 1s;
  transition: width 2s, height 2s, transform 1s;
}

.background:hover {
  /* Chrome, Safari, Opera */
  transform: rotate(10deg) scale(1.2, 1.2) skew(5deg) translate(20%, 20%);
}

.page {
  min-height: 100%;
  padding-top: 100px;
  margin-bottom: 50px;
}

p {
  padding-left: 15px;
}

.intro .logo {
  width: 100%;
}

p.quote {
  padding: 30px 0;
  font-style: italic;
  display: block;
  clear: both;
  font-size: 1.3em;
}

.social li {
  display: inline-block;
}

.social i {
  font-size: 1.5em;
  padding: 2px;
  color: #000;
  opacity: 0.5;
}

.o03 {
  opacity: 0.3;
}

.godown {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 1.3em;
  color: rgba(0, 0, 0, 0.5);
}

.w100 {
  width: 100%;
}

hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid rgba(100, 100, 100, 0.2);
  margin: 0;
  paddin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* ------------------------------------------ Social ------------------------------------ */
.social i {
  font-size: 3em;
}

.social i:hover {
  color: #cf0 !important;
  opacity: 1;
}

.social span {
  margin-top: 20px;
  position: absolute;
  float: right;
  display: none;
  color: #cf0;
  opacity: 0.5;
}

.social li:hover span {
  display: block;
}

.social .title {
  display: none;
}

/* ---------------------------------------- Benefits -------------------------------------------- */
.benefits p {
  font-size: 0.7em;
}

.benefits h4 {
  margin-top: 30px;
}

/* ---------------------------------------- Section -------------------------------------------- */
div.backgroundimage,
.backgroundimage {
  height: 50%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5), inset 0 0 30px rgba(0, 0, 0, 0.5);
  /*background-color: #cf0;*/
  background-color: darkolivegreen;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.backgroundimage.about {
  /* background-color: #2c3e50; */
  background-image: url("map2r.png");
  background-size: 70%;
  background-image: url("map2r.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.development {
  /* background-image: url("design.jpg"); */
  background-image: url("rapttor_code_sign2.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.design {
  background-image: url("uiux1.jpg");
  background-image: url("rapttor_branding_sign2.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.team {
  background-image: url("dnatech1.jpg");
  background-image: url("rapttor_team_sign3.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.gamestudio {
  background-image: url("gaming.jpg");
  background-image: url("rapttor_games_sign2.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.hiring {
  background-image: url("hiring.jpg");
  background-image: url("rapttor_hiring_sign3.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.jobs {
  background-image: url("hiring.jpg");
  background-image: url("rapttor_hiring_sign3.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.improve {
  background-image: url("study.jpg");
}

div.backgroundimage.contact {
  background-image: url("contact1.jpg");
  background-image: url("rapttor_contact_sign2.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.portfolio {
  background-image: url("portfolio.jpg");
}

div.backgroundimage.clients {
  background-image: url("computeruser2.jpg");
}

div.backgroundimage.portfolio2 {
  background-image: url("portfolio2.jpg");
  background-image: url("rapttor_portfolio_sign2.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.technologies {
  background-image: url("code1.jpg");
  background-image: url("rapttor_cloud_sign2.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.community {
  background-image: url("teambuiling.jpg");
  background-image: url("rapttor_community_sign2.png");
  background-attachment: fixed;
  background-size: contain;
}

div.backgroundimage.projects {
  background-image: url("ux.png");
}

.myVideo {
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 0;
}

/* ---------------------------------------- Intro page -------------------------------------------- */
.intro {
  margin-top: 100px;
}

small {
  color: #aaa;
  font-size: 1.3em;
}

/* ---------------------------------------- PORTFOLIO -------------------------------------------- */
.portfoliosmall {
  display: block;
  font-size: 1em;
}

.portfolio img {
  border: none;
}

.portfolio h4 {
  margin: 0;
}

.portfolio a {
  font-size: 1em;
  text-shadow: none;
}

.portfolio .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

div.pfimage {
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
}

.portfolio h3 {
  font-size: 1.5em;
  margin-top: 50px;
}

.portfolio .item h4 {
  color: white;
}

/* ---------------------------------------- TEAM -------------------------------------------- */
.teamsmall {
  font-size: 1.3em;
  opacity: 0.8;
  display: block;
}

.team h3 i {
  color: #98b833;
}

.team .teammember {
  margin-bottom: 25px;
  font-size: 1.3em;
  min-height: 70px;
}

.team .teammember img {
  border-radius: 50%;
  margin-bottom: 10px;
}

.team .teammember .social i {
  font-size: 1.5em;
}

.team .teammember small {
  font-size: 1em;
  opacity: 0.5;
}

.team .description {
  color: #3c3c3c;
  display: block;
  font-size: 1em;
}

.team h3 {
  padding-top: 30px;
}

/* ---------------------------------------- technologies -------------------------------------------- */
.technologies * {
  transition: 1s;
}

.technologies .tlgy:hover {
  opacity: 1;
  color: white;
}

.technologies .tlgy {
  opacity: 0.5;
  color: transparent;
  margin-bottom: 20px;
}

.technologies img {
  height: 60px;
  margin: 25px;
  margin-bottom: 5px;
}

/* ---------------------------------------- Startup -------------------------------------------- */
.startup {
  clear: both;
  display: block;
}

.startup:after {
  clear: both;
  content: " ";
  display: block;
  height: 20px;
}

.startup h3 {
  margin: 0;
  width: auto;
}

.startup a:hover {
  opacity: 0.7;
}

.startup a {
  display: block;
  font-size: 1.3em;
  color: white;
  opacity: 0.5;
  text-shadow: none;
}

.startup p {
  font-size: 1.3em;
}

.bgimage {
  background-position: center center;
  background-size: cover;
}

.small {
  font-size: 1em;
}

.menu {
  background: #b4da3b;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 99;
  padding: 50px;
  overflow: auto;
  font-size: 2em;
  text-align: right;
  color: #5e6f20;
}

.menu a {
  color: inherit;
  text-shadow: none;
  display: block;
  line-height: 3vw;
  margin-bottom: 20px;
}

.backgroundimage {
  position: relative;
}

.backgroundimage .bottomimage,
.backgroundimage .topimage {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 10%;
}

.backgroundimage .topimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.backgroundimage .bottomimage {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 999px) {
  .yiiLog {
    display: none;
  }
  div.backgroundimage,
.backgroundimage {
    /* display: none; */
    height: 40%;
  }
  .menu {
    padding-left: 150px;
  }
  .menu a {
    font-size: 5vw;
  }
  blockquote {
    padding-left: 25px;
  }
  blockquote:before {
    left: 5px;
    top: -20px;
  }
  blockquote cite {
    font-size: 0.7em;
  }
  .technologies {
    padding: 0;
    color: white;
  }
  .technologies .tlgy {
    color: white;
    height: 96px;
    margin: 10px;
    margin-bottom: 5px;
    padding: 10px;
  }
  .background {
    left: 5%;
    width: 40%;
    height: 40%;
    position: fixed;
    top: -5%;
    margin-top: 0;
    padding-top: 0;
    opacity: 1;
    position: relative;
  }
  .page {
    padding-left: 5%;
    padding-right: 5%;
    min-height: 30%;
  }
  .page.intro {
    margin-top: 5%;
    padding-top: 400px;
  }
  .page.intro .social {
    margin-top: 30%;
    margin-left: 0;
  }
  .page.intro .social ul.share,
.page.intro .social ul.pages {
    margin: 0;
    width: 100%;
    margin-left: -20px;
    padding: 5px;
    vertical-align: top;
  }
  .page.intro .social li {
    display: inline-block;
    vertical-align: top;
  }
  .page.intro .social li i {
    font-size: 3em;
  }
  .page.intro .social li span {
    font-size: 0.7em;
    line-height: 1.3;
  }
  .page,
p,
em {
    font-size: 1.5em;
  }
  .h2 {
    font-size: 1.5em;
  }
  .small {
    font-size: 1em;
  }
  .teammember {
    font-size: 1.3em;
  }
  .teammember small {
    display: block;
    font-size: 1em;
  }
}

.coverflow h4 {
  font-size: 4vw;
}

.fracture {
  color: #ce0;
  position: relative;
  height: 20vw;
}

.fracture h2 {
  top: 50%;
  left: 0%;
  position: absolute;
  margin: 0;
  font-size: 5vw;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}

.fracture h2::before, .fracture h2::after {
  content: attr(data-heading);
  position: absolute;
  left: 0;
  overflow: hidden;
}

.fracture h2::before {
  height: 50%;
  color: #242b2b;
  text-shadow: 0 0 5px #242b2b, 2px 0 5px #242b2b, 0 5px 5px #242b2b;
}

.fracture h2::after {
  transform: translateX(-10px);
  height: 49%;
  color: #cf0;
}

.fracture h2::after {
  transform: translateX(0);
  animation: fracture 5s infinite ease;
}

@keyframes fracture {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px) translateY(-2px);
  }
}
