* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

body {
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    background: #0d0d0d;
    font-size: 14px;
    overflow-x: hidden !important;
}

h1 {
  color: #fff0f5;

}
h2 {
  color: #fff0f5;

}
h3 {
  color: #fff0f5;

}
h4 {
  color: #fff0f5;

}
h5 {
  color: #fff0f5;

}
h6 {
  color: #fff0f5;
}
a
{
    position: relative;
    display: inline-block;
    padding: 15px 30px;
      -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    color: #fff0f5;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.2s;
}

a:hover
{
    color: #202020;
    background: #fff0f5;
    box-shadow: 0 0 10px #fff0f5, 0 0 40px #fff0f5, 0 0 80px #fff0f5;

}
a span
{
    position: absolute;
    display: block;
}
a span:nth-child(1)
{
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#fff0f5);
}
a:hover span:nth-child(1)
{
    left: 100%;
} 
a span:nth-child(2)
{
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff0f5);
}
a:hover span:nth-child(2)
{
    right: 100%;
    transition-delay: 0.5s;
}
a span:nth-child(3)
{
    top: -100℅;
    right: 0%;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff0f5);
}
a:hover span:nth-child(3)
{
    top: 100%;
    transition: 1s;
}
a span:nth-child(4)
{
    bottom: -100℅;
    left: 0%;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff0f5);
}
a:hover span:nth-child(4)
{
    bottom: 100%;
    transition: 1s;
}
/* Popup box BEGIN */
.PowerByDeXo{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.PowerByDeXo .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.PowerByDeXo > div {
    background-color: #202020;
    box-shadow: 10px 10px 60px #202020;
    display: inline-block;
    height: auto;
    max-width: 90%;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #202020;
    border: 3px solid #202020;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #202020;
}

/* Popup box BEGIN */

/* Popup box BEGIN */
.PowerByDeXoc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.PowerByDeXoc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.PowerByDeXoc > div {
    background-color: #202020;
    box-shadow: 10px 10px 60px #202020;
    display: inline-block;
    height: auto;
    max-width: 90%;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #202020;
    border: 3px solid #202020;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #202020;
}

/* Popup box BEGIN */