/*==================================================
  Template Name: Void 
  Description: Onepage Parallax Personal Portfolio Template
  Author: thunder-team
  Author URL: https://themeforest.net/user/thunder-team
  Version: 1.1
==================================================*/

/*==================================================

  [Table of Contents]
  --------------------------------------------------
  - body
    - Typography
    - Common 
    - Navigation
    - Homepage
      - Intro
      - About
      - Services
      - Skills
      - Portfolio
      - Testimonials
      - Timeline
      - Footer/Contact
    - Media Queries 
      - 991px
      - 767px
      - 480px
    - Preloader
    
==================================================*/


 @font-face {
  font-family: torus-thin;
  src: url(../fonts/Torus/torus-thin-webfont.woff2);
}
@font-face {
  font-family: torus-bold;
  src: url(../fonts/Torus/torus-bold-webfont.woff2);
}
@font-face {
  font-family: torus-regular;
  src: url(../fonts/Torus/torus-regular-webfont.woff2);
}
@font-face {
  font-family: torus-semibold;
  src: url(../fonts/Torus/torus-semibold-webfont.woff2);
}
body{
  background: #fff;
  height: 100%;
  width: 100%;
  /*font-family: 'Lato', sans-serif;*/
  font-family: torus-regular;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}


/*==================================================
  Typography
  ==================================================*/

@font-face {
  font-family: "Ailerons";
  src: url('../fonts/Ailerons.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Aileronsd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Ailerons.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Ailerons.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Ailerons.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Ailerons.svg#Ailerons') format('svg'); /* Legacy iOS */
}


.headline h2{
  margin-bottom: 50px;
  /*font-family: "Ailerons";*/
  font-family: torus-semibold;
  font-size: 50px;
  position: relative;
  display: inline-block;
}

.headline h2::before{
  content:"";
  background: #F9ED32;
  height: 2px;
  width: 90px;
  position: absolute;
  bottom: -25px;
  left: 50px;
  transform: translateX(-50%);
}

.yellow{
  color: #F9ED32;
}

.white{
  color: #fff;
}

.grey{
  color: #fff;
}

a{
  color: #F9ED32;
}

a:hover{
  color: #D7DF23;
}

a,
a:active,
a:focus 
{outline: none;}


/*==================================================
  Common
  ==================================================*/

section{
  position: relative;
}
  
.container{
  max-width: 1030px;
  position: relative;
}

.wrapper{
  padding-top: 120px;
  position: relative;
}
.wrapper-2{
  padding: 80px 0px;
  position: relative;
}

.btn-primary{
  background: #F9ED32;
  border: 2px solid #F9ED32;
  padding: 6px 30px;
  font-family: "Ailerons";
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  margin-bottom: 20px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
  background: #D7DF23;
  border: 2px solid #D7DF23;
  color: #fff;
  transition: all .5s;
}

.btn-secondary{
  background: transparent;
  border: 2px solid #F9ED32;
  padding: 6px 30px;
  font-family: "torus-semibold";
  color: #F9ED32;
  font-size: 25px;
  border-radius: 0;
  margin-bottom: 20px;
  border-radius: 40px;
}

.btn-secondary2
{
  background: #009cff;
  border: 2px solid #009cff;
  padding: 6px 30px;
  font-family: "torus-semibold";
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  margin-bottom: 20px;
  border-radius: 40px;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
  background: transparent;
  border: 2px solid #D7DF23;
  color: #D7DF23;
  transition: all .5s;
}

.form-control{
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid #f5f5f5;
  border-radius: 0;
  font-size: 15px;
}

ul.element-scroll-parallax li{
  list-style: none;
  position: absolute;
  z-index: 999;
}

.marginless{
  margin: 0 !important;
}

.overflow-h{
  overflow: hidden;
}


/*==================================================
  Navigation
  ==================================================*/

#header.on-scroll{
  left: 0;
  position: fixed;
  right: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  z-index: 1001;
}
#header.on-scroll.visible{
  transform: translateY(0px);
  visibility: visible;
}
  
nav.nav-center-aligned{
  background: #eee;
  border: 0;
  border-radius: 0;
}

nav.nav-center-aligned .navbar-collapse{
  text-align: center;
}

nav.nav-center-aligned .navbar-nav{
  display: inline-block;
  float: none;
  vertical-align: top;
}

nav.nav-center-aligned .navbar-nav li:last-child::after{
  content: none;
}

nav.nav-center-aligned .navbar-nav li a{
  font-size: 12px;
  color: #333;
  font-weight: 600;
  padding: 25px 20px 0 20px;
}

nav.nav-center-aligned .navbar-nav li a:hover,
nav.nav-center-aligned .navbar-nav li a:focus,
nav.nav-center-aligned .navbar-nav li a:active{
  color: #2649fc;
  transition: all 1s;
}

nav.nav-center-aligned .navbar-nav li.active a,
nav.nav-center-aligned .navbar-nav li.active a:hover
nav.nav-center-aligned .navbar-nav li.active a:active,
nav.nav-center-aligned .navbar-nav li.active a:focus{
  background: transparent !important;
  color: #2649fc !important;
  transition: all .2s;
}

nav.nav-center-aligned .navbar-nav li a span{
  position: absolute;
  font-size: 11px;
  top: 5px;
  left: 15px;
  color: #6D6E71;
}

nav.nav-center-aligned .navbar-collapse, 
nav.nav-center-aligned .navbar-toggle{
  border: 0;
}

nav.nav-center-aligned .navbar-toggle:focus, 
nav.nav-center-aligned .navbar-toggle:hover{
  background: transparent;
}

nav.nav-center-aligned .menu-sign{
  color: #6D6E71; 
  font-size: 16px; 
  font-weight: 700;
}

nav.nav-center-aligned .menu-sign img{
  margin-left: 10px;
}


/*==================================================
Intro Section
==================================================*/

#intro{
  background: #000;
  text-align: center;
  position: relative;
}

#intro::after{
  content: "";
  background: rgba(249,237,50, .3);
  position: absolute;
  width: 335px;
  height: 60px;
  left: 50%;
  bottom: -60px;
}

h1.name{
  font-family: "Ailerons";
  font-size: 210px;
  color: rgba(255,255,255, .5);
  text-align: center;
}

.my-info h3{
  /*font-family: "Ailerons";*/
  font-family: torus-semibold;
      color: #dfded1;
    letter-spacing: 2px;
        margin-bottom: -30px;
}

.yellow-box{
  background: rgba(249,237,50, .3);
  height: 100%;
  width: 335px;
  position: absolute;
  left: 50%;
}


/*Positioning the Hover Scene Layers*/

ul#scene{
  padding: 0;
  text-align: center;
  margin: 0;
}

ul#scene li{
  position: relative;
  width: 100%;
  height: 100%;
}

ul#scene li img{
  margin: auto;
}

ul#scene li:nth-child(4) img{
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
}

ul#scene li:nth-child(5) img{
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto;
  top: 60px;
}

ul#scene li:nth-child(6) .my-info{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
}

ul#scene li:nth-child(7) img{
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto;
  bottom: 120px;
  z-index: 10;
}


/*==================================================
About Section
==================================================*/

#about{
  padding-bottom: 120px;
}

/*My Photo*/

.photo-block{
  text-align: center;
}

.photo-block .photo{
  text-align: center;
  position: relative;
  z-index: -10;
}

.photo-block .photo img.photo-frame{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}

.photo-block .photo img.my-photo{
  width: 320px;
  margin: auto;
  position: relative;
}

/*Social Links*/

.photo-block ul.social-link{
  margin: -20px 0 0;
  z-index: 10;
}

.photo-block ul.social-link a img {
  transform: scale(1);
  transition: 1s;
}

.photo-block ul.social-link li:first-child img,
.photo-block ul.social-link li:last-child img{
  margin-top: -20px;
}

.photo-block ul.social-link a:hover img {
  transform: scale(1.2);
  transition: 1s;
}

/*Action buttons*/

.text-me ul.actions{
  margin-top: 40px;
}

.text-me ul.actions li button{
  min-width: 170px;
}

/*Positioning the Parallax Elements*/

#about .photo-block ul.element-scroll-parallax li:nth-child(1){
  left: -10px;
  right: 0;
  top: -50px;
  z-index: -1;
  margin:auto;
}


/*==================================================
Services Section
==================================================*/

/*Service bg*/

.service-background .violate{
  height: 700px;
  width: 40%;
  background: #662D91;
  position: absolute;
  left: 0;
  z-index: 100;
}

.service-background .violate::after{
  content: "";
   border-color: #662D91 transparent transparent;
   border-style: solid;
   border-width: 700px 200px 0 0;
   position: absolute;
   top: 0;
   right: -200px;
   z-index: 100;
}

.service-background .dark{
  height: 675px;
  width: 72%;
 /* background: #191919;*/
     background-size: cover !important;
    background: url(../media/designer/multi-img.jpg);
  position: absolute;
  right: 0;
  float: right;
  position: relative;
  margin-top: 80px;
  z-index: -100;
}

.service-background .dark::after{
   border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 675px 193px 0px 0px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

/*Service Contents*/

.service-contents{
  position: absolute;
  top: 180px;
  z-index: 100;
  width: 100%;
}

.service-contents .service-item{
  margin-bottom: 50px;
}

.service-contents .service-item span.service-icon{
  float: left;
  color: #F9ED32;
  font-size: 50px;
  margin-top: -10px;
}

.service-contents .service-item .item-info{
  margin-left: 70px;
}


/*Positioning the Parallax Elements*/

#services ul.element-scroll-parallax li:nth-child(1){
  left: 45%;
}

#services ul.element-scroll-parallax li:nth-child(2){
  right: 0;
  bottom: 0;
}

#services ul.element-scroll-parallax li:nth-child(3){
  right: 0;
  bottom: 0;
  z-index: -2;
}

#services ul.element-scroll-parallax li:nth-child(4){
  right: 3%;
  top: 2%;
  z-index: -1;
}


/*==================================================
Skills Section
==================================================*/

.photo-skills{
  position: relative;
}

.photo-skills::before{
  /*background: #dfdfdf;*/
  content: "";
  height: 85%;
  left: -10px;
  position: absolute;
  top: 7%;
  width: 90%;
  z-index: -1;
}

.skillset{
  padding-top: 50px;
}

.skillset .skillbar{
	width: 100%;
	border-radius: 4px;
	background-color: #191919;
	position:relative;
	margin-bottom:50px;
	box-sizing:border-box;
}

.skillset .count-bar{
  background: #F9ED32;
	height: 7px;
	position:relative;
	width:0px;
  border-radius: 4px 0 0 4px;
}

.skillset .title{
	position:absolute;
	top:-25px;
	left:0;
	padding-left:10px;
}
.skillset .count-bar .count{
	position:absolute;
	top:-25px;
	right:0;
}


/*==================================================
Projects Section
==================================================*/

#folio{
  text-align: center;
}

/*Portfolio Menu*/

ul.folio-menu{
  margin-bottom: 30px;
  text-align: center;
}

ul.folio-menu li{
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

ul.folio-menu li::after{
  content: "";
  background: none;
  height: 20px;
  width: 1px;
  border-right: 2px solid #f9ed32;
  position: absolute;
  right: -1px;
  top: 5px;
}

ul.folio-menu li:last-child::after{
  content: none;
}

/*Portfolio Grids*/

#portfolio {  
  margin: 1rem 0;
  -webkit-column-count: 3; 
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}
.tile { 
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.scale-anm {
  transform: scale(1);
}

.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  cursor: pointer;
}

.modal-content{
  background: transparent; 
  box-shadow: none;
  border: 0;
}

.modal-content img{
  margin: auto;
}


/*==================================================
Testimonials Section
==================================================*/

#testimonials{
  background: #F9ED32;
  text-align: center;
}

.white-bg{
  background: #fff;
  position: relative;
}

.white-bg::after{
  content: url("../media/designer/comma.png");
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}


/*Testimonials Slider*/

.carousel{
  z-index: 2;
}

#carousel-testimonials .item .testimonial-client{
  margin-bottom: 40px;
}

#carousel-testimonials .item .testimonial-client .client-photo{
  position: relative;
}

#carousel-testimonials .item .testimonial-client .client-photo img.img-circle{
  max-width: 150px;
  border: 1px solid #f5f5f5;
  padding: 5px;
}

#carousel-testimonials .item .testimonial-client .client-photo span.quote{
  background: #662d91;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 33px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -10px;
}

#carousel-testimonials .item blockquote{
  background: transparent;
  max-width: 650px;
  font-style: italic;
  border: 2px solid #F9ED32;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  padding: 40px;
  margin: auto;
  position: relative;
}

#carousel-testimonials .item blockquote::before{
  border-bottom: 20px solid #F9ED32;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -20px;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.carousel-indicators{
  position:static;
  margin-left:0px;
  width:100%;
}

.carousel-indicators li{
  border: 1px solid #F9ED32;
}

.carousel-indicators .active{
  background: #F9ED32;
}


/*Positioning Parallax Elements*/

#testimonials ul.element-scroll-parallax li:nth-child(1){
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
}

#testimonials ul.element-scroll-parallax li:nth-child(2){
  bottom: 0;
  right: 18%;
}

#testimonials ul.element-scroll-parallax li:nth-child(3){
  left: 20%;
}

#testimonials ul.element-scroll-parallax li:nth-child(4){
  bottom: 0;
  left: 6%;
}


/*==================================================
Timline Section
==================================================*/

#timeline{
  text-align: center;
  padding-bottom: 120px;
}

.timeline-contents{
  position: relative;
  padding: 30px 0;
}

.timeline-contents::after{
  content: "";
  background: #f9ed32;
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
}

.event-item{
  margin-bottom: 50px;
}

.timeline-contents .event-item .duration-left{
  background: #191919;
  padding: 2px 30px;
  color: #fff;
  text-align: right;
  border-radius: 20px;
  margin-right: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  float: right;
}

.timeline-contents .event-item .duration-left::after{
  background: #f9ed32 none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
  right: -40px;
  z-index: 1;
  top: 5px;
}

.timeline-contents .event-item .event-description-right{
  text-align: left;
  margin-left: 15px;
  float: left;
}

.timeline-contents .event-item .duration-right{
  background: #191919;
  padding: 2px 30px;
  color: #fff;
  text-align: left;
  border-radius: 20px;
  margin-left: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  float: left;
}

.timeline-contents .event-item .duration-right::after{
  background: #f9ed32 none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
  left: -40px;
  z-index: 1;
  top: 5px;
}

.timeline-contents .event-item .event-description-left{
  text-align: right;
  margin-right: 15px;
  float: right;
}

.timeline-contents .event-item .event-description-right h4, .event-description-left h4{
  margin-top: 0;
  font-weight: 600;
}


/*==================================================
Footer
==================================================*/

#footer{
  background: #191919;
  position: relative;
}

form.contact-form{
  margin-top: 40px;
}

form.contact-form .form-group{
  margin-bottom: 30px;
}

form.contact-form .form-group .form-control{
  border-bottom: 2px solid rgba(249, 237, 50, .2);
}

#footer button.btn-more{
  width: 100%;
}

.contact-info{
  background: #662d91;
  height: 750px;
  width: 100%;
  position: relative;
  top: -180px;
  padding: 220px 40px;
  color: #fff;
}

.contact-info .contact-detail{
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #191919;
}

.contact-info .contact-detail .reach{
  margin-bottom: 30px;
}

ul.social-icons{
  margin-left: 30px;
}

ul.social-icons li{
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 3px;
  text-align: center;
}

ul.social-icons li a{
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

ul.social-icons li a:hover{
  color: #f9ed32;
  transition: all 1s;
}

/*Positioning Parallax Elements*/

#footer ul.element-scroll-parallax li:nth-child(1){
  left: 0;
}

#footer ul.element-scroll-parallax li:nth-child(2){
  right: 8%;
  bottom: 10%;
}

#footer ul.element-scroll-parallax li:nth-child(3){
  right: 50%;
  bottom: 5%;
}


/*==================================================
 Media Queries
==================================================*/ 

@media only screen and (max-width : 1600px) {
  .service-background .violate{width: 38%;}
}

@media only screen and (max-width : 1500px) {
  .service-background .violate{width: 37%;}
}


/*==================================================
 CSS for width 991px
==================================================*/ 

@media only screen and (max-width : 991px) {
   
  /* Intro Section-----------------------------------------------------------------------------------------------------------------------------------*/
  h1.name{font-size: 150px;}
    
  /* About Section-----------------------------------------------------------------------------------------------------------------------------------*/
  #about{text-align: center;}
   
  /* Services Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #services{background: #191919; padding-bottom: 80px;}
  #services .service-contents{position: relative; top: 0;}
  #services .service-contents .col-md-4{margin-bottom: 50px;}  
  
  /* Skills Section -----------------------------------------------------------------------------------------------------------------------------------*/
  .photo-skills::before{content: none;}
  #skills img.img-skills{margin: 0 auto 50px;}
    
  /* Footer -----------------------------------------------------------------------------------------------------------------------------------*/
  .contact-info{top: 0;}
  
}


/*==================================================
 CSS for width 767px
==================================================*/ 

@media only screen and (max-width : 767px) {
  
  nav.nav-center-aligned .navbar-collapse{text-align: left;}
  nav.nav-center-aligned .navbar-nav li::after{content: none;}
  nav.nav-center-aligned .navbar-collapse{max-height: 100%;}
  
  /* Intro Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #intro::after{left: 0; right: 0; margin: auto;}
  h1.name{font-size: 100px;}
  ul#scene li:nth-child(4) img{width: 450px;}
  .yellow-box{left: 0; right: 0; margin: auto;}
  
  /* Folio Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #folio #portfolio{
    margin: 1rem 0;
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  } 
  
  /* Timeline Section -----------------------------------------------------------------------------------------------------------------------------------*/
  .timeline-contents::after{margin: 0;}
  .event-item .duration{float: left !important; margin: 0 0 30px 15px !important; text-align: left !important; position: relative;}
  .event-item .duration::after{left: -24px !important;}
  .event-item .event{text-align: left !important; margin-left: 15px;}
  
}


/*==================================================
 CSS for width 480px
==================================================*/ 

@media only screen and (max-width : 480px) {
  
  /* Intro Section -----------------------------------------------------------------------------------------------------------------------------------*/
  #intro::after{width: 150px;}
  .yellow-box{width: 150px;}
  h1.name{font-size: 50px;}
  ul#scene li:nth-child(4) img{width: 250px;}
  ul#scene li:nth-child(6) .my-info{bottom: 50px;}
  
  /* About Section -----------------------------------------------------------------------------------------------------------------------------------*/
  .photo-block .photo img.my-photo{width: 220px;}
  .photo-block .photo img.photo-frame{width: 260px; top: -20px;}
  .photo-block ul.social-link li{padding: 0;}
    
  /* Portfolio Section -----------------------------------------------------------------------------------------------------------------------------------*/
  ul.folio-menu li{display: block; text-align: left;}
  ul.folio-menu li::after{content: none;}
  #folio #portfolio{
    margin: 1rem 0;
    -webkit-column-count: 1; 
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}


/*==================================================
 Preloader CSS
==================================================*/ 

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999999;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #F9ED32;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}



/*====================================================================================The End====================================================================================*/

/*==================================================
  Buy Now Button
==================================================*/

.btn-buy{
  background: #333;
  padding: 10px 30px;
  position: fixed;
  bottom: 30px; 
  right: 30px;
  color: #82B541;
  font-weight: 700;
  font-style: italic;
  box-shadow: 0 5px 20px rgba(0,0,0, .2);
  z-index: 999;
}

.btn-buy:hover,
.btn-buy:active,
.btn-buy:focus{
  color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0, .3);
  transition: all 1s;
}

.btn-buy .italy{
  font-size: 13px;
  font-style: italic;
  margin-right: 5px;
  color: #fff;
}

.btn-buy .price{
  position: relative;
  margin-left: 15px;
  color: #82B541;
}

.btn-buy .price::before{
  content: "";
  background: rgba(255,255,255, .9);
  height: 15px;
  width: 1px;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.padd0
{
  padding:0px; 
}
.highlight {
    font-size: 36px;
    font-weight: 600;
    color: #f9ed32;
}
.item-info > h3.white
{
      letter-spacing: 2px;
    padding: 0px;
    color: #f9ed32;
    margin: 0px;
    font-size: 18px;
}


video {
  width: 100%;
  height: auto;
  padding:20px; 
}
.slick-container
{
  background: #fff; margin-top: 50px;padding: 50px;
}
.slick-slide
{
  transition: all 300ms ease-in;
}
.slick-arrow::before {
    color: #000 !important;
}
.game-container
{
  margin-bottom: 30em; text-align: center;
}
@media screen and (max-width:767px)
{
  #scene, #intro
    {
        height: 100vh
    }
    li.layer.layer1.expand-width {
    position: absolute;
    top: -50% !important;
    }
    img.mob-view
    {
      width: 100% !important;
    }
    .padd0
    {
      padding:10px; !important; 
    }
    .slick-container
    {
      background: #fff; margin-top: 50px;padding: 20px;
    }
    video {
      width: 100%;
      height: auto;
      padding:20px; 
    }
    .game-container
      {
        margin-bottom: 18em; text-align: center;
      }
      .card-hover
      {
        padding: 0px !important;
      }
      .main-char
      {
        display: none;
      }
      .d-gpl-logo
      {
        display: none;
      }
      .m-gpl-logo
      {
        display: block !important;
        position: relative;
        top: 4px;
      }
      .v-middle
      {
        display: unset !important;
      }
}
.m-gpl-logo
      {
        display: none;
      }

.slick-active { 
  padding: 20px 0; 
}

.slick-center { 
  transform: scale(1.08) 
}

.slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}
.slide > img
{
  width: 100%;
}

/*Game*/
input[type="radio"] {
  display: none;
}
#cheat {
  position: absolute;
  bottom: 0;
  right: 0;
}
#cheat:checked ~ input[type="radio"] {
  display: block;
}
#cheat:checked ~ input[type="radio"]::after {
  content: attr(id);
  color: #fff;
  display: block;
  padding-left: 1em;
  width: 30em;
}
#a-up,
#a-left,
#b-up,
#b-center,
#c-up,
#c-right,
#d-middle,
#d-left,
#e-middle,
#e-center,
#f-middle,
#f-right,
#g-down,
#g-left,
#h-down,
#h-center {
  outline: 2px solid red;
}

.board {
  font-size: 1vmin;
  outline: 2em solid #333;
  width: 60em;
  height: 60em;
  position: absolute;
  left: calc(50% - 30em);/*
  top: calc(50% - 30em);*/
  overflow: hidden;
      background: #000;
    border-radius: 20px;
}
[class^="peice"] {
  --x: 20em;
  position: absolute;
  width: 20em;
  height: 20em;
  transform: translate(var(--x), var(--y));
  transition: transform 0.5s;
}
[class^="peice"].img {
  background-size: 60em 60em;
  border-radius: 2em;
  box-shadow: inset 0 0 0em 0.2em #eee, inset 1em 1em 1em #eee5,
    inset -1em -1em 1em #0005;
  box-sizing: box-border;
}
.peice-a.img {
  background-position: top left;
}
.peice-b.img {
  background-position: top center;
}
.peice-c.img {
  background-position: top right;
}
.peice-d.img {
  background-position: center left;
}
.peice-e.img {
  background-position: center center;
}
.peice-f.img {
  background-position: center right;
}
.peice-g.img {
  background-position: bottom left;
}
.peice-h.img {
  background-position: bottom center;
}
[class^="peice"] label {
  display: block;
  width: 13em;
  height: 13em;
  position: absolute;
  transform: rotate(45deg);
  background: #444;
}
[class^="peice"] label:hover {
  background: #666;
  /*outline: 0.5em solid #111;*/
}
[class^="peice"] label[for$="up"] {
  top: -6em;
  left: 3.5em;
}
[class^="peice"] label[for$="middle"] {
  display: none;
  z-index: 5;
  left: 3.5em;
}
[class^="peice"] label[for$="down"] {
  bottom: -6em;
  left: 3.5em;
}
[class^="peice"] label[for$="left"] {
  left: -6em;
  top: 3.5em;
}
[class^="peice"] label[for$="center"] {
  display: none;
  z-index: 5;
  top: 3.5em;
}
[class^="peice"] label[for$="right"] {
  right: -6em;
  top: 3.5em;
}

#a-up:checked ~ * [for="a-middle"],
#b-up:checked ~ * [for="b-middle"],
#c-up:checked ~ * [for="c-middle"],
#d-up:checked ~ * [for="d-middle"],
#e-up:checked ~ * [for="e-middle"],
#f-up:checked ~ * [for="f-middle"],
#g-up:checked ~ * [for="g-middle"],
#h-up:checked ~ * [for="h-middle"] {
  display: block;
  transform: translate(0, 13em) rotate(45deg);
}
#a-down:checked ~ * [for="a-middle"],
#b-down:checked ~ * [for="b-middle"],
#c-down:checked ~ * [for="c-middle"],
#d-down:checked ~ * [for="d-middle"],
#e-down:checked ~ * [for="e-middle"],
#f-down:checked ~ * [for="f-middle"],
#g-down:checked ~ * [for="g-middle"],
#h-down:checked ~ * [for="h-middle"] {
  display: block;
  transform: translate(0, -6em) rotate(45deg);
}
#a-left:checked ~ * [for="a-center"],
#b-left:checked ~ * [for="b-center"],
#c-left:checked ~ * [for="c-center"],
#d-left:checked ~ * [for="d-center"],
#e-left:checked ~ * [for="e-center"],
#f-left:checked ~ * [for="f-center"],
#g-left:checked ~ * [for="g-center"],
#h-left:checked ~ * [for="h-center"] {
  display: block;
  transform: translate(13em, 0) rotate(45deg);
}
#a-right:checked ~ * [for="a-center"],
#b-right:checked ~ * [for="b-center"],
#c-right:checked ~ * [for="c-center"],
#d-right:checked ~ * [for="d-center"],
#e-right:checked ~ * [for="e-center"],
#f-right:checked ~ * [for="f-center"],
#g-right:checked ~ * [for="g-center"],
#h-right:checked ~ * [for="h-center"] {
  display: block;
  transform: translate(-6em, 0) rotate(45deg);
}

#a-up:checked ~ * .peice-a,
#b-up:checked ~ * .peice-b,
#c-up:checked ~ * .peice-c,
#d-up:checked ~ * .peice-d,
#e-up:checked ~ * .peice-e,
#f-up:checked ~ * .peice-f,
#g-up:checked ~ * .peice-g,
#h-up:checked ~ * .peice-h {
  --y: 0;
}
#a-middle:checked ~ * .peice-a,
#b-middle:checked ~ * .peice-b,
#c-middle:checked ~ * .peice-c,
#d-middle:checked ~ * .peice-d,
#e-middle:checked ~ * .peice-e,
#f-middle:checked ~ * .peice-f,
#g-middle:checked ~ * .peice-g,
#h-middle:checked ~ * .peice-h {
  --y: 20em;
}
#a-down:checked ~ * .peice-a,
#b-down:checked ~ * .peice-b,
#c-down:checked ~ * .peice-c,
#d-down:checked ~ * .peice-d,
#e-down:checked ~ * .peice-e,
#f-down:checked ~ * .peice-f,
#g-down:checked ~ * .peice-g,
#h-down:checked ~ * .peice-h {
  --y: 40em;
}
#a-left:checked ~ * .peice-a,
#b-left:checked ~ * .peice-b,
#c-left:checked ~ * .peice-c,
#d-left:checked ~ * .peice-d,
#e-left:checked ~ * .peice-e,
#f-left:checked ~ * .peice-f,
#g-left:checked ~ * .peice-g,
#h-left:checked ~ * .peice-h {
  --x: 0;
}
#a-center:checked ~ * .peice-a,
#b-center:checked ~ * .peice-b,
#c-center:checked ~ * .peice-c,
#d-center:checked ~ * .peice-d,
#e-center:checked ~ * .peice-e,
#f-center:checked ~ * .peice-f,
#g-center:checked ~ * .peice-g,
#h-center:checked ~ * .peice-h {
  --x: 20em;
}
#a-right:checked ~ * .peice-a,
#b-right:checked ~ * .peice-b,
#c-right:checked ~ * .peice-c,
#d-right:checked ~ * .peice-d,
#e-right:checked ~ * .peice-e,
#f-right:checked ~ * .peice-f,
#g-right:checked ~ * .peice-g,
#h-right:checked ~ * .peice-h {
  --x: 40em;
}
.winner {
  font-family: arial;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  z-index: 100;
  width: 100%;
  height: 2em;
  position: absolute;
  top: calc(50% - 1em);
  line-height: 2em;
  background: red;
  transform: scale(0);
}
#a-up:checked
  ~ #a-left:checked
  ~ #b-up:checked
  ~ #b-center:checked
  ~ #c-up:checked
  ~ #c-right:checked
  ~ #d-middle:checked
  ~ #d-left:checked
  ~ #e-middle:checked
  ~ #e-center:checked
  ~ #f-middle:checked
  ~ #f-right:checked
  ~ #g-down:checked
  ~ #g-left:checked
  ~ #h-down:checked
  ~ #h-center:checked
  ~ .winner {
  animation: winner 3s 1 1s;
}
@keyframes winner {
  0%,
  100% {
    transform: scale(0);
  }
  10%,
  90% {
    transform: scale(1);
  }
}

.selectBG {
  display: inline-block;
  font-family: arial;
  font-size: 2vmin;
  width: 8em;
  text-align: center;
  padding: 1em 0;
  background: #000;
  color: #fff;
  border: 0.25em solid #333;
  margin: 2em 0.25em;
}
#cage:checked ~ *[for="cage"],
#cageAnim:checked ~ *[for="cageAnim"],
#cageKitten:checked ~ *[for="cageKitten"] {
  border-bottom-color: teal;
}
#cage:checked ~ * [class^="peice"].img {
  background-image: url(https://www.placecage.com/2000/2000);
}
#cageAnim:checked ~ * [class^="peice"].img {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/51773/cagedance.gif);
}
#cageKitten:checked ~ * [class^="peice"].img {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/51773/kittencage.jpg);
}
/*Game End*/
.style_prevu_kit
{
    display:inline-block;
    border:0;
   /* width:196px;
    height:210px;*/
    display: block;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(0.9); 
    border-radius: 6px;
    padding: 14px;  

}
.style_prevu_kit > div.service-item > div.item-info {
    padding-left: 70px;
}
.style_prevu_kit > div.service-item > div.item-info > h3
{
  color: #002b50;
  font-family: torus-semibold
}
.style_prevu_kit:hover div.service-item > div.item-info > h3
{
  color: #c976e8;
}
.style_prevu_kit:hover div.service-item > span.service-icon i
{
  color: #c976e8;
}

.style_prevu_kit > div.service-item > span.service-icon
{
      position: absolute;
    font-size: 70px;
}
.example {/* margin: 0 auto 75px auto;*/ padding: 20px; background: #000; border-radius: 10px; }
        .example > div { height: 480px; }
        .example img { width: 100%; height: auto; }
        .scrollimage-up { position: absolute; z-index: 999; top: 0; left: 0; right: 0; bottom: 50%; transition: all .2s; background: linear-gradient(0deg, rgba(25,30,34,0) 0%, rgba(25,30,34,0.4) 100%); opacity: 0; }
        .scrollimage-up:hover { opacity: 1; }
        .scrollimage-down { position: absolute; z-index: 999; top: 50%; left: 0; right: 0; bottom: 0; transition: all .2s; background: linear-gradient(0deg, rgba(25,30,34,.4) 0%, rgba(25,30,34,0) 100%); opacity: 0; }
        .scrollimage-down:hover { opacity: 1; }
.style_prevu_kit:hover
{
   box-shadow: 0 1.2rem 4rem 0 rgb(0 0 0 / 24%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    will-change: transform,opacity;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
} 
.card-hover
{
  padding: 0px 30px;
}
#phone-scroll
{
      background: url(../media/purple-back.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#yellow-back
{
      background: url(../media/yellow-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
        display: flex;
    align-items: center;
}
}
#image-mock
{
   background: url(../media/image-mock.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}
.play-video
{
  position: relative;
}
.play-video:hover
{
  box-shadow: 0 1.2rem 4rem 0 rgb(0 0 0 / 24%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    will-change: transform,opacity;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    border-radius: 20px;
    cursor: pointer;
}
.play-video > img
{
  width: 100%;
  border-radius: 20px;
}
.play-video-icon
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-video-icon > i
{
  background: #ff9e01;
    line-height: 45px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-left:4px; 
}
.play-video:hover .play-video-icon > i
{
  background: #fff;
    line-height: 45px;
    color: #ff9e01;
    border: 2px solid #ff9e01;
}
.video-details > h3 {
    font-size: 52px;
    line-height: 64px;
    color: #002b50;
    font-family: torus-semibold;
}
/*Modal*/

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfolddIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoommIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfolddOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoommOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

section#skills {
    padding-bottom: 100px;
}


#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: transparent;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}


@keyframes unfolddIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfolddOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoommIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoommOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/*End*/
#main-sec
{
  background: url(../media/green-back.jpg);
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 100vh;
    display: flex;
    align-items: center;
}
.relative
{
  position: relative;
}
span.fruits1 {
    position: absolute;
    left: -10px;
    top: 40%;
}
span.fruits2 {
    position: absolute;
    right: -10px;
    top: 60%;
}
.v-middle
{
  display: flex !important;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width:767px)
{
  .mob-hide
  {
    display: none;
  }
}
.homesection-text
{
  font-size: 18px
}
.block
{
  display: block;
}
.block > b 
{
      color: #06233c;
}