@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');




#my_iframe {
    position: absolute;
    top: 80px;
    left: 85px;
    width: 90%;
    height: 89%;
    border: 10;
    z-index: 0;
}

.description {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(255, 97, 173, 0);
}

.content .btn
{

  text-transform: uppercase;
    position: absolute;
    width:100%;
    top: -20%;
    right:1%;
    transform: translateY(-50%);
  opacity: 1;



  animation: glowing 1300ms infinite;

  z-index: 9;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size:18px;
  text-align: center;
  text-decoration: none;
}



 
a .btn:hover
{
  background: linear-gradient(#ffffff,#f25bfd);
  color: #000000;
  border-radius: 60px;
  padding:20px;
}


  div, img, footer {
    position: relative;
    box-sizing: border-box;
  }

  h1, h3, h4, h5, h6 {

    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0;
  margin-right: 0;
  }

  h1 {
    font-size: 36pt;
    color: #e5e5e5;
  }

  h2 {

    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0;
  margin-right: 0;
    font-size: 24pt;
    font-family: 'Teko', sans-serif;
    color: #f447b2;
  }

  h3 {
    font-size: 18pt;
  }

  h4 {
    font-size: 16pt;
  }

  h5 {
    font-size: 14pt;
  }

  h6 {
    font-size: 12pt;
  }

  p {
    font-size: 12pt;
    margin-top: 0%;
   color: #858585;
	 text-align: justify;
  }

  strong {
    font-weight: 900;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    "sans-serif";
    color: #e5e5e5;
    margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0;
  margin-right: 0;
  }

  a {
    transition: color 0.25s ease-in-out;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    "sans-serif";

    text-decoration: none;
    color: #ffffff;

  }
  a:visited {
    color: #ffffff;
  }
  li.active a, a:hover, a:active {
    color: #000000;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .centered-y {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index:1;
  }

 

  #hide_button, #show_button {
    position: absolute;
    width: 100px;
    height: 30px;
    background-color: DodgerBlue;
    color: white;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#hide_button {
    left: 10px;
}

#show_button {
    left: 120px;
}
  
  /*
  =====
  DEMO
  =====
  */


  p{
    margin: 0;
    line-height: 1.5;
  }

  p:nth-child(n+2){
    margin-top: 1rem;
  }











 


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

article, header, section, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.fa {
    text-shadow: 2px 2px rgba(255, 255, 255, 0.801), 3px 3px 2px rgba(255, 255, 255, 0.603);
    text-shadow: #ffffff;
    font-family: 'Amatic SC';
    position: fixed;
    left: 77%;
    bottom: 2%;
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
}

    /* Add a hover effect if you want */
    .fa:hover {
        opacity: 0.7;
    }

/* Set a specific color for each brand */

/* instagram */
.fa-instagram {
    text-shadow: 2px 2px rgba(255, 255, 255, 0.801), 3px 3px 2px rgba(255, 255, 255, 0.603);
    text-shadow: #ffffff;
    font-family: 'Amatic SC';
    position: fixed;
    left: 77%;
    bottom: 2%;
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
}


footer
 {
  text-shadow: 2px 2px rgba(255, 255, 255, 0.801), 3px 3px 2px rgba(255, 255, 255, 0.603);
   text-shadow: #ffffff;
   font-family: 'Amatic SC';
   position: fixed;
   left: 77%;
   bottom: 2%;
   width: 100%;
   
   color: rgb(255, 255, 255);
   text-align: center;

}
section {
  float: left;
  width: 100%;
padding-bottom:3em;
}
h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
	text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
	text-transform:uppercase;
}

#float-right{
	float:right;
}



/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
    z-index: 0;

}
.rt-heading {
    margin: 0 auto;
	text-align:center;

}
.Scriptcontent{
	line-height:28px;
  width: 100%;
}

.ScriptHeader h1{
  position: relative;
  font-family: 'Amatic SC';
    font-size: 50px;
    font-weight: 2000;
    color:rgb(207, 157, 194);
    text-shadow: 2px 2px 5px rgb(254, 159, 228);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    perspective: 90px;
    text-align: center;
}

.ScriptHeader h1::before,
.ScriptHeader h1::after {
    content: attr(aria-label);
    position: absolute;
    top: 0;
    left: 46.5%;
    transform: translate(-50%, -50%);
    text-shadow: 0.01em 0.01em 0.01em rgba(255, 89, 227, 0.975);
}

.ScriptHeader h1::before {
    animation: floatAbove 3.5s ease-in-out infinite;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
}

.ScriptHeader h1::after {
    opacity: 0.65;
    filter: blur(0.02em);
    transform: translate(-50%, -50%) rotateX(21deg);
    animation: floatBelow 3.5s ease-in-out infinite;
    -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
}

@keyframes floatAbove {
    50% {
        transform: translate(-50%, -60%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 60%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 60%);
    }
}

@keyframes floatBelow {
    50% {
        transform: translate(-50%, -60%) rotateX(10deg);
        -webkit-clip-path: polygon(0% 60%, 100% 60%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 60%, 100% 60%, 100% 100%, 0% 100%);
    }
}






.ScriptHeader h2 {
    color: #ff7ceb;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}
.ScriptHeader h1 span {
    display: block;                   
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/
.rt-container {
  width: 85%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}


@media screen and (max-width: 500px) and (orientation: portrait){

  body {
      background-color:black;
  }


    #my_iframe {
        position: absolute;
        top: 80px;
        left: 1px;
        width: 100%;
        height: 95%;
        border: 5;
        z-index: 0;
    }



.ScriptHeader h1{
  font-family: 'Amatic SC';
  color:rgb(207, 157, 194);
    text-shadow: 2px 2px 5px rgb(254, 159, 228);
	font-size: 19px ;
	font-weight: 900;
	text-shadow:
		-0.0075em 0.0075em 0 mix(#fff, #e91edc, 94%),
		0.005em 0.005em 0 mix(#fff, #e91e63, 60%),
		0.01em 0.01em 0 mix(#fff, #e91e63, 62%),
		0.015em 0.015em mix(#fff, #e91e63, 64%),
		0.02em 0.02em 0 mix(#fff, #e91e63, 66%),
		0.025em 0.025em 0 mix(#fff, #e91e63, 68%),
		0.03em 0.03em 0 mix(#fff, #e91e63, 70%),
		0.035em 0.035em 0 mix(#fff, #e91e63, 72%);
bottom: -30%;
left: -90px;
    margin: -10%;
    line-height: -20%;
    perspective: 0px;
letter-spacing: 20%;


}


.rt-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  top:12%;
  right:0;
  position: absolute;
}

p {
  font-size: 8pt;
  margin-top: 0%;

}
#footer { padding: 0 !important; }
#footer .flex_column { margin-bottom: 0!important; }

    
footer
 {
   text-align: center;
   z-index: -1;
   text-shadow: 2px 2px rgba(255, 255, 255, 0.801), 3px 3px 2px rgba(255, 255, 255, 0.603);
   text-shadow: #FE9FE4;
  position: absolute;
  bottom: 0%;
  left: 0;
  /* (A2) DIMENSIONS */
  width: 100%;
  height: 0px;
  padding: 0 5px;
  /* (A3) CENTER TEXT */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 5%;

}

.ScriptHeader h1::before {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.ScriptHeader h1::after {  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.ScriptHeader h1 span {
  display: block;
  padding: 0;
  font-size: 22px;
  opacity: 1;
  margin-top: 5px;

}
.ScriptHeader span {
  display: block;
  padding: 0;

  opacity: 1;
  margin-top: 5px;
}
body {
	
	background-size: 100% 100%;
	animation: gradient 80s ease infinite;
	height: 100vh;

}
   
}



