@import url('https://fonts.googleapis.com/css?family=Raleway:400,800,900');

body{
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", "Arial", "PingFang SC", "Source Han Sans CN", "Hiragino Sans GB", "Dengxian", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size:14px;
  font-weight: 400;
  overflow-y:scroll;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

p{
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", "Arial", "PingFang SC", "Source Han Sans CN", "Hiragino Sans GB", "Dengxian", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size:14px;
  font-weight: 400;
}

a{
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
	border-bottom:1px solid #dedede;
}

a:focus {
  outline:none;
}

strong{
  font-weight:800;

}

#colored a:link, 
#colored a:visited { 
color:#d184de; 
text-decoration:none; 
} 

.ua-Pointer #sidebar a:hover, 
#sidebar a:active { 
color:#d184de; 
text-decoration:underline; 
} 

/*
**************************
PRELOADER
**************************
*/

.preloader{
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  background:white;
  z-index:999;
}
 
.preloader .item{
  position:absolute;
  width:50px;
  height:50px;
  left:50%;
  top:50%;
  margin-left:-25px;
  margin-top:-25px;
} 

.spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


/*
**************************
NAVIGATION OPACITY
**************************
*/



.opacity-nav{
  position:fixed;
  display:none;
  width:100%;
  height:100%;
  top:0;
  z-index:9999;
  background:rgba(0,0,0,0.95);
}

ul.menu-fullscreen{
  width: 100%;
  top: 50%;
  position: absolute;
  height: 280px;
  margin-top: -140px;
}

ul.menu-fullscreen li{
  font-size:35px;
  text-align:center;
  line-height:70px;
  font-weight:800;
}

ul.menu-fullscreen li > a{
  color:#999999;
  border:0;
}

.ua-Pointer ul.menu-fullscreen li > a:hover,
ul.menu-fullscreen li > a:active {
  color:#ffffff;
}


#full{
  width:1140px;
  position: relative;
  top:0;
  margin:0 auto;
}


#fullscreen{
  display:none;
  position:absolute;
  top:0;
  width:100%;
  margin:0 auto;
  height:80px;
/*  z-index: 9998;*/
}

/*
**************************
HEADER
**************************
*/

header.boxed{
  position:fixed;
  width:100%;
  margin:0 auto;
  height:80px;
  z-index:9999;
  display:none;
  background:none;
  top:0;
    -webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in; 
}

header.boxed .header-margin{
  width:1140px;
  margin:0 auto;
}

header.boxed .header-margin-mini{
  width:90%;
  margin:0 auto;
}

.logo {
    font-family: 'Raleway', sans-serif;
}

.text-intro h1 {
    font-family: 'Raleway', sans-serif;
}

.content #about p{
    margin-top: 0;
}

.content #about #about1{
    margin-bottom: 27px;
}

.content #title h1 {
    font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", "Arial", "PingFang SC", "Source Han Sans CN", "Hiragino Sans GB", "Dengxian", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 800;
}

.content #rainbowTitle h1 {
    font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", "Arial", "PingFang SC", "Source Han Sans CN", "Hiragino Sans GB", "Dengxian", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 800;
    text-transform:none;
}

.burger { 
    position: fixed;
    right: 5%;
    top: 30px;
    z-index: 10000;
    background: black;
    cursor: pointer;
    position: fixed;
/*    padding: 20px;*/
    float: right; 
    border: 0; 
    height: 56px;
    width: 56px;
}

.burger div { 
    display: table; 
    flex-direction: column; 
    align-items: center; 
    z-index: 10000;
    height: 56px;
    width: 56px;
}

.ua-Pointer .menu-index i:hover,
.menu-index i:active {
  color:#c3c3c3;
}

ul.menu-icon{
  float:right;
}

ul.menu-icon a{
  float:right;
  font-size:19px;
  color:white;
  padding-right:0px !important;
}

ul.menu-icon i{
  padding:20px;
  background:black;
}

.ua-Pointer ul.menu-icon a:hover,
ul.menu-icon a:active{
  color:#c3c3c3;
}

---------------------------------
---------------------------------

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
    height: 56px;
    width: 56px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: column; 
    flex-direction: column; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
}

#hamburger-box {
    right: 5%;
    top: 30px;
    z-index: 10000;
    background: black;
    cursor: pointer;
    position: fixed;
    right: 5%;
    top: 30px;
    background:black;
    float: right; 
    border: 0; 
    height: 56px;
    width: 56px;
    display: table;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}

.hamburger-inner {
  display: table-cell;
  vertical-align: middle;
  top: 50%;
  left: 20.5px;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -6px; 
}

.hamburger-inner::after {
    bottom: -6px; 
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; 
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; 
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

---------------------------------
---------------------------------

header a{
  color:#000000;
}

.logo a{
    color: #000;
} 

ul.header-nav{
  width:60%;
  float:left;
}

header .logo > a{
  font-size:23px;
  font-weight:800;
  float:left;
  line-height:80px;
  padding-right:40px;
  z-index: 1000;
  border-bottom: 1px solid #f1f1f1;
}

.ua-Pointer header .logo > a:hover,
header .logo > a:active {
  color:#c3c3c3;
}

header li{
  text-transform:uppercase;
  list-style-type: none; margin: 0 auto; float: left;
}

header li > a{
  font-size:13px;
  color:#c3c3c3;
  padding-right:25px;
  padding-left:25px;
  font-weight:800;
  line-height:80px;
  display:inline-block;  
  border-bottom:0;
}

.ua-Pointer header li > a:hover,
header li > a:active {
  color:#000000;
}

header li > a #active{
  color:#000000;
}

header li ul{
  overflow: hidden; display: none; background: #f9f9f9; z-index:20;
}

header li ul li a{
  line-height:50px;
  padding-left:30px; 
  width:260px;
}

.ua-Pointer header li:hover ul,
header li:active ul {
  position: absolute; padding: 0; display: block; width: 260px;
}



/*
**************************
CONTENT
**************************
*/

.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  height:400px; 
  background: url('../img/full/full.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}

.one-column{
  width:40%;
  position:relative;
  float:left;
}

.two-column{
  width:60%;
  position:relative;
  float:left;
}

.one-column p{
  width:70% !important;
}

.latinName {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    font-weight: 200;
/*    color: #3e3e3e;*/
    color: #000;
    letter-spacing: normal;
}

.chineseName {
    display: block;
/*    margin-bottom: 10px;*/
/*    font-size: 18px;*/
/*    font-weight: 300;*/
/*    color: #3e3e3e;*/
    color: #000;
    letter-spacing: 0.8px;
    margin-bottom: 22px;
    margin-top: 10px;
    font-size: 23px;
    font-weight: 200;
}

.description {
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
/*    color: #3e3e3e*/
}

.two-column p{
  width:100% !important;
}

.musicPlayer {
    margin-top: 30px;
    border: none;
}

.subtitle {
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
}

.clear{
  clear:both;
}

.content{
  position:relative;
  width:1140px;
  margin:50px auto;
}


.content .text-intro{
  width: 1140px;
  margin-top: 150px;
  margin: 150px auto 0;
}

.content .text-intro h1{
  font-size:43px;
  width:100%;
  text-transform:uppercase;
  color:#000000;
  font-weight:900;
  line-height:65px;
}

.content .text-intro p{
  font-size:13px;
  color:#8d8d8d;
  margin-top:30px;
  font-weight:400;
  line-height:22px;
  letter-spacing:1px;
  width:39%;
}

.updateTime {
    margin-top: 31px;
}

.updateTime span{
    font-size: 12px;
    font-weight: 400;
    letter-spacing:1px;
    background: transparent;
    color: #8d8d8d;
    border: 1px solid hsl(0, 0%, 70%);
    border-radius: 30px;
    padding: 5px 11.2px 5px 13px;
}

        .typed-cursor{
            opacity: 1;
            font-weight: 900;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

/*
**************************
HOME SIDEBAR
**************************
*/

.home-sidebar{
  top:0;
  position:absolute;
  width:33.3333%;
  right:0;
  height:100%;
  background:#f4f4f4;
  z-index:9;
  overflow:hidden;
  background-size:100%;
}

.parallax{
  position:absolute;
}

.parallax-option{
  position:absolute; width:100%; height:100%;
}

/*
**************************
PORTFOLIO GRID
**************************
*/

.prev-next{
  width:100%;
  max-width:1170px;
  margin:0 auto;
  padding-top:100px;
}

.prev-next a{
  color:black;
  font-weight:800;
  padding-bottom: 15px;
}

.ua-Pointer .prev-next a:hover,
.prev-next a:active {
  border-bottom:1px solid black;
}

.prev-button{
  width:50%;
  position:relative;
  float:left;
  text-align:left;
}

.next-button{
  width:50%;
  position:relative;
  float:left;
  text-align:right;
}


#ajax-content{width:100%;}

.portfolio-grid{
  width:1170px;
  position:relative;
  margin: 30px auto;
  overflow:hidden;
}

#portfolio-sidebar{
  width: 780px !important;
  padding-right: 390px;

}

li.grid-item{
  width:360px;
  position:relative;
  float:left;
  padding:15px;
}

.grid-hover{
  position: absolute;
  width: 360px;
  height: 360px;
  top:0;
/*  margin-top: 15px;*/
  margin-bottom: 15px;
  background: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.portfolio-grid a.ajax-link {
    position: absolute;
    width: 360px;
    height: 360px;
    top: 15px;
    left: 15px;
    border: none;
}

.portfolio-grid a.normal-link {
    position: absolute;
    width: 360px;
    height: 360px;
    top: 15px;
    left: 15px;
    border: none;
}

.ua-Pointer .grid-hover:hover,
.grid-hover:active {
  opacity: 0.9;
}

.grid-hover h1{
  font-size:23px;
  bottom:60px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#000;
  letter-spacing:1px;
  font-weight:800;
  line-height:34.5px;
  max-width: 280px;
}

.grid-hover p{
  font-size:13px;
  bottom:15px;
  left:40px;
  position:absolute;
  color:#000;
  letter-spacing:1px;
  font-weight:400;
  line-height:50px;
}

a.wechat-link {
    position: absolute;
    width: 360px;
    height: 200px;
    top: 15px;
    left: 15px;
    border: none;
}

.wechat-grid-hover{
  position: absolute;
  width: 360px;
  height: 200px;
  top:0;
/*  margin-top: 15px;*/
  margin-bottom: 15px;
  background: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in; 
}

.ua-Pointer .wechat-grid-hover:hover,
.wechat-grid-hover:active {
  opacity: 0.9;
}

.wechat-grid-hover h1{
  font-size:23px;
  bottom:60px;
  left:40px;
  position:absolute;
  text-transform:uppercase;
  color:#000;
  letter-spacing:1px;
  font-weight:800;
  line-height:34.5px;
  max-width: 280px;
}

.wechat-grid-hover p{
  font-size:13px;
  bottom:15px;
  left:40px;
  position:absolute;
  color:#000;
  letter-spacing:1px;
  font-weight:400;
  line-height:50px;
}

li.grid-item img{
  width:360px;
}

#rainbow1 h1{
    text-transform:none;
}

/*
**************************
SOCIAL
**************************
*/

.socialButtons {
    margin-top: 20px;
}

.socialButtons{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  float: left;
}

.socialButtons div {
    display: inline-block;
    width: 17px;
    height: 17px;
}

.socialButtons a{
  font-size:15px;
  color:#000;
  border: none;
    text-align: center;
   transition: opacity 0.3s linear;
    height: 15px;
    width: 16px;
    position: absolute;
    display: block;
}

.socialButtons a i{
   height: 17px;
    width: 17px;
/*    transition: all 0.2s linear;*/
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(#000 0%, #000 100%);
    background-clip: text;
    position: absolute;
    display: block;
}

.socialButtons .group {
    margin-left: 6px;
    margin-right: 6px;
}

#columnTwitter {
    margin-left: 0;
}

#twitter2 {
    color: transparent;
    background-image: radial-gradient(#45A1EB 0%, #45A1EB 100%);
}

#telegram2 {
    color: transparent;
    background-image: radial-gradient(#429BD8 0%, #429BD8 100%);
}

#instagram2 {
    color: transparent;
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#dribbble2 {
    color: transparent;
    background-image: radial-gradient(#DA5988 0%, #DA5988 100%);
}

#mail2 {
    color: transparent;
    background-image: -webkit-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
}
/*
**************************
FOOTER
**************************
*/

#footer-box{height:150px; margin-top:75px;}

footer{
  background: #f1f1f1;
  width:100%;
  margin-top:150px;
  height:260px;
  overflow:hidden;
  position:relative;
  z-index:10;
    font-family: 'Raleway', sans-serif;
}

.footer-margin{
  width:1140px;
  margin: 48px auto;
/*  line-height: 60px;*/
}

.social-footer {
    margin-top: 12px;
}

.social-footer p{
/*    font-weight: 500;*/
}


#footer-left{text-align:left;}

.footer-margin .copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
}

.footer-margin .social-footer a{
  font-size:15px;
  color:black;
    border: none;
    text-align: center;
    transition: opacity 0.3s linear;
    height: 15px;
    width: 16px;
    position: absolute;
    display: block;
}

.footer-margin .social-footer a i{
   height: 17px;
    width: 17px;
/*    transition: all 0.2s linear;*/
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(#000 0%, #000 100%);
    background-clip: text;
    position: absolute;
    display: block;
}

.social-footer div {
    display: inline-block;
    width: 17px;
    height: 17px;
}

.group {
    margin-left: 10px;
    margin-right: 10px;
}

#slogan {
    margin-top: 44px;
    font-family: 'Raleway', sans-serif;
    word-spacing: 1px;
    color: #000;
}

#copyright {
    margin-top: 44px;
    color: #000;
}

.group > a:nth-child(1){ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}

.group > a:nth-child(2){ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.ua-Pointer .group1:hover > a:nth-child(1),
.group1:active > a:nth-child(1){ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.ua-Pointer .group1:hover > a:nth-child(2),
.group1:active > a:nth-child(2){ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
}

.ua-Pointer .group2:hover > a:nth-child(1),
.group2:active > a:nth-child(1){ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.ua-Pointer .group2:hover > a:nth-child(2),
.group2:active > a:nth-child(2){ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
}

.ua-Pointer .group3:hover > a:nth-child(1),
.group3:active > a:nth-child(1){ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.ua-Pointer .group3:hover > a:nth-child(2),
.group3:active > a:nth-child(2){ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
}

.ua-Pointer .group4:hover > a:nth-child(1),
.group4:active > a:nth-child(1){ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.ua-Pointer .group4:hover > a:nth-child(2),
.group4:active > a:nth-child(2){ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
}

.ua-Pointer .group5:hover > a:nth-child(1),
.group5:active > a:nth-child(1){ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.ua-Pointer .group5:hover > a:nth-child(2),
.group5:active > a:nth-child(2){ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 1;
}

#twitter {
    color: transparent;
    background-image: radial-gradient(#45A1EB 0%, #45A1EB 100%);
}

#telegram {
    color: transparent;
    background-image: radial-gradient(#429BD8 0%, #429BD8 100%);
}

#instagram {
    color: transparent;
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

#dribbble {
    color: transparent;
    background-image: radial-gradient(#DA5988 0%, #DA5988 100%);
}

#mail {
    color: transparent;
    background-image: -webkit-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
}

/*