* {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}




  @font-face {
    font-family: 'xirod';
    src: url(../font/xirod.ttf);
  }

  @font-face{
    font-family: 'gu';
    src: url(font/pirate.ttf);
  }

  @font-face{
    font-family: 'cn';
    src: url(../font/pirate.ttf);
  }

  .title{
    font-size: 60px;
    font-weight: 800;
    font-family: 'xirod';
    color:orange;

    transform: translate(50%,-50%);
    text-shadow: 1px 1px 1px #fff,
        1px 2px 1px #5c5757,
        1px 3px 1px #5c5757,
        1px 4px 1px #5c5757,
        1px 5px 1px #5c5757,
        1px 6px 1px #5c5757,
        1px 7px 1px #5c5757,
        1px 8px 1px #5c5757,
        1px 9px 1px #5c5757,
        1px 10px 1px #5c5757,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);

 
  }

  .title1{
    font-size: 20px;
    font-weight: 800;
    font-family: 'xirod';
    color: #FFA63D;
    position: relative;
    left:110px;

    padding-top: 10px;
    transform: translate(50%,-50%);
    text-shadow: 1px 1px 1px #5c5757,
        1px 2px 1px #5c5757,

    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
  }
  .he{
    margin-top: 0em;

  }

  .logo{
    margin: -20px auto;
    width: 40vw;
    height: 40vw;

    animation-name: spin;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
   
  }

  @keyframes spin{
    from{
      transform: rotateY(180deg);
    }
    to{
      transform: rotateY(-180deg);
    }
  }


.page1{
  background-attachment: fixed;

  background-position: center;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: cover;
  min-height: 10vh;
  border-style:none;
  overflow: hidden;
}






  
  .social {
    position: fixed;
    top: 25px;
  }
  .social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
  }
  .social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 315px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: 'gu';
  }
  .social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    
  }
  .social ul li:hover a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
  }
  .social ul li.fb:hover i {
    color: #fff;
    background: #3b5998;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  .social ul li.insta:hover i {
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%, #285aeb 90%);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  .social ul li.twitter:hover i {
    color: #fff;
    background: #c4302b;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  .social ul li.fb i {
    margin-left: 10px;
    color:#3b5998;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .social ul li.insta i {
    margin-left: 10px;
    color: #d6249f;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }


  .social ul li.twitter i {
    margin-left: 10px;
    color: #c4302b;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }


  .component {
    position: relative;
    margin-bottom: 3em;
    height: 15em;
    background: rgba(0,0,0,0.05);
    font-family: 'Lato', Arial, sans-serif;
  }
  
  
  
  
  .cn-button {
    position: absolute;
    top: 80%;
    left: 49%;
    z-index: 11;
    margin-top: -4.25em;
    margin-left: -2.25em;
    padding-top: 0em;
    width: 110px;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
    background-size: 600%;
    animation :anime 5s linear infinite;
    color: rgba(251, 252, 244, 0.9);
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-animation-duration: 2s;
    font-family: 'cn';
    
 
  }
  
  @keyframes anime {
     0%{
     background-position: 0% 50%;
     }
     50%{
     background-position: 100% 50%;
     }
     100%{
     background-position: 0% 50%;
     }
  }
  
  .csstransforms .cn-wrapper {
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 10;
    margin-top: -13em;
    margin-left: -13.5em;
    width: 27em;
    height: 27em;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    -webkit-transition: all .3s ease 0.3s;
    -moz-transition: all .3s ease 0.3s;
    transition: all .3s ease 0.3s;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    pointer-events: none;
    overflow: hidden;
  }
  
  /*cover to prevent extra space of anchors from being clickable*/
  .csstransforms .cn-wrapper:after{
    content:".";
    display:block;
    font-size:2em;
    width:6.2em;
    height:6.2em;
    position: absolute;
    left: 50%;
    margin-left: -3.1em;
    top:50%;
    margin-top: -3.1em;
    border-radius: 50%;
    z-index:10;
    color: transparent;
  }
  
  .csstransforms .opened-nav {
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
  }
  
  .csstransforms .cn-wrapper li {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-top: -1.3em;
    margin-left: -10em;
    width: 10em;
    height: 10em;
    font-size: 1.5em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(76deg) skew(60deg);
    -moz-transform: rotate(76deg) skew(60deg);
    -ms-transform: rotate(76deg) skew(60deg);
    transform: rotate(76deg) skew(60deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    pointer-events: none;
  }



  .csstransforms .cn-wrapper li .ab{
    background: radial-gradient(transparent 35%, rgba(0,0,0,0.7) 35%) 
   }

   .csstransforms .cn-wrapper li .ev{
    background: radial-gradient(transparent 35%, rgba(0,0,0,0.7) 35%) 
   }

   .csstransforms .cn-wrapper li .ga{
    background: radial-gradient(transparent 35%, rgba(0,0,0,0.7) 35%) 
   }

   .csstransforms .cn-wrapper li .re{
    background: radial-gradient(transparent 35%, rgba(0,0,0,0.7) 35%) 
   }

   .csstransforms .cn-wrapper li .co{
    background: radial-gradient(transparent 35%, rgba(0,0,0,0.7) 35%) 
   }
  
  .csstransforms .cn-wrapper li a {
    position: absolute;
    right: -7.25em;
    bottom: -7.25em;
    display: block;
    width: 14.5em;
    height: 14.5em;
    border-radius: 50%;
    background: rgba(255,0,0,0.5);
    background: -webkit-radial-gradient(transparent 35%, rgba(255,0,0,0.5) 35%);
    background: -moz-radial-gradient(transparent 35%, rgba(255,0,0,0.5) 35%);
    background: radial-gradient(transparent 35%, rgba(0,0,0,0.5) 35%);
    color: #fff;
    font-family: 'gu';
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2;
    -webkit-transform: skew(-60deg) rotate(-75deg) scale(1);
    -moz-transform: skew(-60deg) rotate(-75deg) scale(1);
    -ms-transform: skew(-60deg) rotate(-75deg) scale(1);
    transform: skew(-60deg) rotate(-75deg) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  
  .csstransforms .cn-wrapper li a span {
    position: relative;
    top: 1.8em;
    display: block;
    font-size: .5em;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .csstransforms .cn-wrapper li a:hover,
  .csstransforms .cn-wrapper li a:active,
  .csstransforms .cn-wrapper li a:focus {
    background: -webkit-radial-gradient(transparent 35%, #d3d3d3 35%);
    background: -moz-radial-gradient(transparent 35%, #d3d3d3 35%);
    background: radial-gradient(transparent 35%, rgba(0,0,0,0.8) 35%);
  }
  .csstransforms .cn-wrapper li a:focus {
      position: fixed; /* fix the displacement bug in webkit browsers when using tab key */
  }
  
  .csstransforms .opened-nav li {
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
  }
  
  .csstransforms .opened-nav li:first-child {
    -webkit-transform: rotate(-5deg) skew(60deg);
    -moz-transform: rotate(-5deg) skew(60deg);
    -ms-transform: rotate(-5deg) skew(60deg);
    transform: rotate(-5deg) skew(60deg);
  }
  
  .csstransforms .opened-nav li:nth-child(2) {
    -webkit-transform: rotate(35deg) skew(60deg);
    -moz-transform: rotate(35deg) skew(60deg);
    -ms-transform: rotate(35deg) skew(60deg);
    transform: rotate(35deg) skew(60deg);
  }
  
  .csstransforms .opened-nav  li:nth-child(3) {
    -webkit-transform: rotate(75deg) skew(60deg);
    -moz-transform: rotate(75deg) skew(60deg);
    -ms-transform: rotate(75deg) skew(60deg);
    transform: rotate(75deg) skew(60deg);
  }
  
  .csstransforms .opened-nav li:nth-child(4) {
    -webkit-transform: rotate(115deg) skew(60deg);
    -moz-transform: rotate(115deg) skew(60deg);
    -ms-transform: rotate(115deg) skew(60deg);
    transform: rotate(115deg) skew(60deg);
  }
  
  .csstransforms .opened-nav li:nth-child(5) {
    -webkit-transform: rotate(155deg) skew(60deg);
    -moz-transform: rotate(155deg) skew(60deg);
    -ms-transform: rotate(155deg) skew(60deg);
    transform: rotate(155deg) skew(60deg);
  }
  
  .csstransforms .opened-nav li:nth-child(6) {
    -webkit-transform: rotate(140deg) skew(60deg);
    -moz-transform: rotate(140deg) skew(60deg);
    -ms-transform: rotate(140deg) skew(60deg);
    transform: rotate(140deg) skew(60deg);
  }
  
  .csstransforms .opened-nav li:nth-child(7) {
    -webkit-transform: rotate(172deg) skew(60deg);
    -moz-transform: rotate(172deg) skew(60deg);
    -ms-transform: rotate(172deg) skew(60deg);
    transform: rotate(172deg) skew(60deg);
  }
  
  .no-csstransforms .cn-wrapper {
    overflow: hidden;
    margin: 10em auto;
    padding: .5em;
    text-align: center;
  }
  
  .no-csstransforms .cn-wrapper ul {
    display: inline-block;
  }
  
  .no-csstransforms .cn-wrapper li {
    float: left;
    width: 5em;
    height: 5em;
    background-color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 5em;
  }
  
  .no-csstransforms .cn-wrapper li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  
  .no-csstransforms .cn-wrapper li a:hover,
  .no-csstransforms .cn-wrapper li a:active,
  .no-csstransforms .cn-wrapper li a:focus {
    background-color: #f8f8f8;
  }
  
  .no-csstransforms .cn-wrapper li.active a{
    background-color: #6F325C;
    color: #fff;
  }
  
  .no-csstransforms .cn-button {
    display: none;
  }
  
  @media only screen and (max-width: 620px) {
    .no-csstransforms li {
      width: 4em;
      height: 4em;
      line-height: 4em;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .no-ccstransforms .cn-wrapper {
      padding: .5em;
    }
  
    .no-csstransforms .cn-wrapper li {
      width: 4em;
      height: 4em;
      font-size: .9em;
      line-height: 4em;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .csstransforms .cn-wrapper {
      font-size: .68em;
    }
  
    .cn-button {
      font-size: 1em;
    }


  }
  
  @media only screen and (max-width:420px) {
    .no-csstransforms .cn-wrapper li {
      width: 100%;
      height: 3em;
      line-height: 3em;
    }
  
  }
  



  @media only screen and (max-width:1200px){
    .logo{
      width: 45vw;
      height: 45vw;
    }

    .he{
      margin-top: 2em;
    }
  }

  @media only screen and (max-width:992px){
    .logo{
      width: 50vw;
      height: 50vw;
    }

    .cn-button{
      left: 48%;
    }

    .he{
      margin-top: 4em;
    }

    .social{
      top: -45px;
    }

    .title{
      font-size: 50px;
    }

    .title1{
      font-size: 18px;
    }
  }
  
  @media only screen and (max-width:900px){

    .cn-button{
      margin-top: -2.25em;
    }
  }

  @media only screen and (max-width:830px){

    .cn-button{
      margin-top: 0.25em;
    }

    .title{
      font-size: 45px;
    }

    .title1{
      font-size: 15px;
    }
  }

  @media only screen and (max-width:768px){
    .logo{
      width: 55vw;
      height: 55vw;
    }

    .cn-button{
      left: 47%;
    }

    .he{
      margin-top: 9em;
    }
  }


  @media only screen and (max-width:678px){
    .logo{
      width: 75vw;
      height: 75vw;
    }
    .he{
      margin-top: 3em;
    }

    .cn-button{
      margin-top: -3.50em;
    }

    .title{
      font-size: 35px;
    }

    .title1{
      font-size: 10px;
    }
  }

  @media only screen and (max-width:550px){
    .logo{
      width: 85vw;
      height: 85vw;
    }
    .he{
      margin-top: 6em;
    }

    .cn-button{
      margin-top: 0%;
      left: 46%;
    }

    .social{
      top: 15px;
    }

    .page1{
      background-size: 100% 100%;
    }
  }





  @media only screen and (max-width:480px){
    .logo{
      width: 100vw;
      height: 100vw;
      margin: 0;
    }
    .name{
      font-size: 40px;
    }

    .social{
      top:15px;
    }

    .cn-button{
      width: 95px;
      height: 45px;
      left: 47%;
      margin-top: -1.50em;
    }

    .he{
      margin-top: 7em;
    }
  }

  @media only screen and (max-width:400px){


    .cn-button{
     
    }

  }

  @media only screen and (max-width:350px){
    .logo{
      width: 100vw;
      height: 120vw;
    }



    .name{
      font-size: 35px;
    }

    .social{
      top:15px;
    }

    .cn-button{

    }

    .he{
      margin-top: 7em;
    }

    .title{
      font-size: 30px;
    }
  }

  @media only screen and (max-width:300px){

.cn-button{
  margin-top: 1.5em;
}

@media only screen and (max-width:285px){

  .cn-button{
    margin-top: 3em;
  }
  }

  @media only screen and (max-width:250px){
    .logo{
      width: 150vw;
      height: 150vw;
    }

    .he{
      margin-top: 7em;
    }

    .cn-button{
      left: 45%;
      margin-top: 3.5em;

    }

    .title{
      font-size: 20px;
    }

    .title1{
      padding-top: 10px;
    }
  }

  @media only screen and (max-width:242px){

    .cn-button{
      margin-top: -2em;
    }
  }

  @media only screen and (max-width:220px){

    .cn-button{
      margin-top: -1em;
    }
  }

  @media only screen and (max-width:200px){

    .cn-button{
      margin-top: 1em;
    }


  }
}
  