2019-10-27 19:35:10 +00:00
|
|
|
@import "~bootstrap/scss/bootstrap-grid";
|
|
|
|
@import "~bootstrap/scss/bootstrap-reboot";
|
|
|
|
@import "~bootstrap/scss/utilities/align";
|
|
|
|
@import "~bootstrap/scss/utilities/spacing";
|
2019-10-27 20:30:43 +00:00
|
|
|
@import "~bootstrap/scss/utilities/display";
|
2021-05-29 18:42:05 +00:00
|
|
|
@import "~bootstrap/scss/utilities/text";
|
2021-11-05 23:34:00 +00:00
|
|
|
@import "~bootstrap/scss/utilities/float";
|
|
|
|
@import "~bootstrap/scss/forms";
|
|
|
|
@import "~bootstrap/scss/buttons";
|
2019-10-27 19:35:10 +00:00
|
|
|
@import "~@fortawesome/fontawesome-free/scss/fontawesome";
|
|
|
|
@import "~@fortawesome/fontawesome-free/scss/solid";
|
|
|
|
@import "~@fortawesome/fontawesome-free/scss/brands";
|
|
|
|
@import "~@fortawesome/fontawesome-free/scss/regular";
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Minotaur';
|
|
|
|
src: local('Minotaur Phatte'), url(../font/minotaur.ttf) format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: #fff;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2020-07-30 20:03:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
overflow: hidden;
|
2019-10-27 19:35:10 +00:00
|
|
|
|
2020-07-30 20:03:29 +00:00
|
|
|
.content {
|
|
|
|
position: relative;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
2019-10-27 19:35:10 +00:00
|
|
|
background-image: url("../img/bg.png");
|
2020-07-30 20:03:29 +00:00
|
|
|
color: #ffffff;
|
|
|
|
z-index: 1;
|
2019-10-27 19:35:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.image {
|
|
|
|
display: block;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: cover;
|
2020-07-30 20:03:29 +00:00
|
|
|
position: absolute;
|
2019-10-27 19:35:10 +00:00
|
|
|
top: -25px;
|
|
|
|
left: -25px;
|
|
|
|
width: calc(100% + 50px);
|
|
|
|
height: calc(100% + 50px);
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
2020-07-30 21:49:13 +00:00
|
|
|
.follow {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 1rem;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2019-10-27 19:35:10 +00:00
|
|
|
#developer {
|
|
|
|
background-image: url('../img/sp-codes.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
#magician {
|
|
|
|
background-image: url('../img/sp-magic_overlay.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
.headers {
|
2020-07-30 20:03:29 +00:00
|
|
|
position: absolute;
|
2019-10-27 19:35:10 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headers .magician {
|
|
|
|
color: #000000;
|
|
|
|
font-family: "Minotaur", cursive;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 5rem;
|
|
|
|
text-shadow: 0 0 1rem #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headers .developer {
|
|
|
|
color: #ffffff;
|
|
|
|
font-family: "Minotaur", monospace;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 5rem;
|
|
|
|
text-shadow: 0 0 1rem #000000;
|
|
|
|
}
|
|
|
|
|
2019-10-27 20:30:43 +00:00
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
.headers .magician,
|
|
|
|
.headers .developer {
|
|
|
|
font-size: 4rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
.headers .magician,
|
|
|
|
.headers .developer {
|
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-27 19:35:10 +00:00
|
|
|
.headers a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headers .codes {
|
|
|
|
flex-grow: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headers .magic {
|
|
|
|
flex-grow: 0.6;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headers .padding {
|
|
|
|
flex-grow: 1.3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
border-top: 1px solid #ffffff;
|
|
|
|
|
2020-07-30 20:03:29 +00:00
|
|
|
a {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2019-10-27 19:35:10 +00:00
|
|
|
}
|
|
|
|
|
2020-07-30 21:49:13 +00:00
|
|
|
.full-size {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2021-11-05 23:34:00 +00:00
|
|
|
|
|
|
|
// ------------------------------ NEW ------------------------------
|
|
|
|
|
|
|
|
$icomoon-font-path: "../font";
|
|
|
|
@import "icons/style";
|
|
|
|
|
|
|
|
|
|
|
|
$primary: #fea500;
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: #000;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
position: relative;
|
|
|
|
height: 100vh;
|
|
|
|
width: 100%;
|
|
|
|
background-image: url(../img/sp-codes.png);
|
|
|
|
background-color: transparent;
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-position: 0 0;
|
|
|
|
|
|
|
|
.overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
background: rgba(254, 165, 0, 0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-thumb {
|
|
|
|
height: 200px;
|
|
|
|
width: 200px;
|
|
|
|
margin: 0 auto;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.social-icons {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.vh-100 {
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
section {
|
|
|
|
padding: 7em 0;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-primary {
|
|
|
|
background: $primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heading {
|
|
|
|
margin-bottom: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 90%;
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
li {
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
list-style: none;
|
|
|
|
padding: 10px 0;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-block {
|
|
|
|
width: 40%;
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.second-block {
|
|
|
|
width: 60%;
|
|
|
|
display: inline-block;
|
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline {
|
|
|
|
list-style: none;
|
|
|
|
padding: 20px 0 20px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
top: 20px;
|
|
|
|
bottom: 0;
|
|
|
|
position: absolute;
|
|
|
|
content: " ";
|
|
|
|
width: 2px;
|
|
|
|
background-color: #e6e6e6;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&.timeline-unverted {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.timeline-inverted > .timeline-panel {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-badge {
|
|
|
|
color: #fff;
|
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
|
|
|
line-height: 50px;
|
|
|
|
font-size: 1.4em;
|
|
|
|
text-align: center;
|
|
|
|
position: absolute;
|
|
|
|
top: 40px;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -21px;
|
|
|
|
background-color: $primary;
|
|
|
|
z-index: 100;
|
|
|
|
display: table;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-panel {
|
|
|
|
width: 45%;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 0;
|
|
|
|
position: relative;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
.timeline-title {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.company {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #aaaaaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-body > p, .timeline-body > ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&::before, &::after {
|
|
|
|
content: " ";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-heading > div h3 {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 7px 15px;
|
|
|
|
font-size: 18px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
background: #e6e6e6;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: flex;
|
|
|
|
text-align: center;
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
background: #000;
|
|
|
|
margin: 0 auto 20px;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.circular {
|
|
|
|
height: 160px;
|
|
|
|
width: 160px;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
|
|
|
.inner {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 6;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
height: 150px;
|
|
|
|
width: 150px;
|
|
|
|
margin: -75px 0 0 -75px;
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.number {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
z-index: 10;
|
|
|
|
//font-size: 18px;
|
|
|
|
//font-weight: 500;
|
|
|
|
color: #000;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background: #eeeeee;
|
|
|
|
-webkit-border-radius: 100%;
|
|
|
|
clip: rect(0px, 160px, 160px, 80px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.circle .bar .progress {
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
-webkit-border-radius: 100%;
|
|
|
|
clip: rect(0px, 80px, 160px, 0px);
|
|
|
|
background: $primary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.circle .left .progress {
|
|
|
|
z-index: 1;
|
|
|
|
animation: left 200ms linear both;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes left {
|
|
|
|
100% {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.circle .right {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
z-index: 3;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.circle .right .progress {
|
|
|
|
animation: right 160ms linear both;
|
|
|
|
animation-delay: 200ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes right {
|
|
|
|
100% {
|
|
|
|
transform: rotate(144deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-wrap {
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
//border-radius: 4px;
|
|
|
|
width: 100%;
|
|
|
|
height: 5px;
|
|
|
|
|
|
|
|
.progress-bar {
|
|
|
|
background-color: $primary !important;
|
|
|
|
height: 5px;
|
|
|
|
display: block;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.work {
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: #fff;
|
|
|
|
position: relative;
|
|
|
|
height: 270px;
|
|
|
|
width: 100%;
|
|
|
|
display: table;
|
|
|
|
overflow: hidden;
|
|
|
|
text-decoration: none !important;
|
|
|
|
color: #000;
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 270px;
|
|
|
|
background: #fff;
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition: 0.3s;
|
|
|
|
-o-transition: 0.3s;
|
|
|
|
transition: 0.3s;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 20px;
|
|
|
|
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
|
|
|
transition: transform 0.3s, opacity 0.3s;
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0);
|
|
|
|
transform: translate3d(0, -15px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: block;
|
|
|
|
color: lighten(#000, 60%);
|
|
|
|
font-size: 14px;
|
|
|
|
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
|
|
|
transition: transform 0.3s, opacity 0.3s;
|
|
|
|
-webkit-transform: translate3d(0, 15px, 0);
|
|
|
|
transform: translate3d(0, 15px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:hover{
|
|
|
|
.desc{
|
|
|
|
opacity: 1;
|
|
|
|
h3{
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
span{
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.video {
|
|
|
|
display: table;
|
|
|
|
width: 50%;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: relative;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.choose {
|
|
|
|
width: 50%;
|
|
|
|
padding: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
box-shadow: none;
|
|
|
|
background: transparent;
|
|
|
|
border: 2px solid rgba(0, 0, 0, 0.1);
|
|
|
|
height: 54px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
|
|
|
|
&:active, &:focus {
|
|
|
|
outline: none;
|
|
|
|
box-shadow: none;
|
|
|
|
border-color: $primary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
border-radius: 30px;
|
|
|
|
box-shadow: none !important;
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
color: #000 !important;
|
|
|
|
background-color: $primary !important;
|
|
|
|
border-color: $primary !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
padding: 50px 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|