@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}


body {
  font-family: 'Arial', sans-serif;
  justify-content: center;
  align-items: center;
  background-color: #161a23;
}


section 
{
  position: relative;
  width: 100%;
  padding: 0 100px;
  display: flex;
  align-items: center;
  background: #21283a;
  overflow-x: hidden;
}
section::before 
{
  content: '';
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  transition: 1s;
}
section.active::before 
{
  background: #21283a;
  box-shadow: 0 0 0 1200px #141821;
}
header 
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px;
  background-color: #070505;
}
header .logo 
{
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  transform-origin: left;
}


header .logo span 
{
  color: gold;
  border-bottom: 4px solid #1de5ff;
}


header .toggle 
{
  position: relative;
  width: 30px;
  height: 30px;
  background: url(menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  cursor: pointer;
}
header .toggle.active
{
  background: url(close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}


section.active .logo ,
section.active .content,
section.active  .sci
{
  transform: scale(0);
}
.menu 
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
  padding-left: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background-color: #070505;
}
section.active .menu  
{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.menu li 
{
  list-style: none;
}
.menu li a 
{
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  transition: 0.25s;
  background-color: #070505;
}
.menu li:hover a
{
  letter-spacing: 6px;
  background: #fff;
  color: #161a23;
}

h1{
  position: relative;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
/* Container styles */
.container-fluid {
  background-color: #f9f9f9;
  padding: 20px 0;
}

/* Header styling */
h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

h2 a img {
  width: 40px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Box styling */
.border {
  background-color: #fff;
  border: 1px solid #ddd;
  transition: box-shadow 0.3s ease-in-out;
}

.border:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Paragraph styling */
.text-center p {
  color: #555;
  line-height: 1.6;
  font-size: 1.1rem;
}

/* Button styling */
.btn-primary {
  background-color: #c4302b; /* YouTube red color */
  border: none;
  font-size: 1rem;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #a62821;
}



@media (max-width: 720px)
{
  .yt{
    height: 80vh;
  }

  .yt .aa{
    position: relative;
  }
}


.patt{
  width: 40px;
}



.yt a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}


.yt a:hover{
  color: white;
}


.patreon{
  background-color: #161a23;
  height: 75vh;
}


.text-center a{
  text-decoration: none;
  color: rgb(0, 0, 0);
}


footer{
  background-color: #1de5ff;
}




.img-fluid{
  position: relative;
  width: 100%;
  height: 50px;
  bottom: 50px;
}



.card {
  border: none;
  transition: transform 0.2s ease-in-out;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 50px;
  background-color: #3f3f3f;
  color: #ffffff;
}

.card:hover {
  transform: translateY(-10px);
}

.icon img {
  width: 50px;
  height: auto;
}

.content {
  padding-top: 15px;
}

.more {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}

.more:hover {
  text-decoration: underline;
}

.hidden-content {
  display: none;
}

h3{
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-bottom: 30px;
  font-weight: bold;
}


.box {
  border-radius: 10px; 
  padding: 20px; 
  margin-top: 20px; 
}

.text {
  font-size: 1.1rem; 
  line-height: 1.6; 
  color: #ffffff; 
  text-align: center;
  transform: translateY(-10%);
  max-width: 800px;
  align-items: center;
  margin: 20px auto;
  padding: 10px 20px;
}


p span 
{
	position: relative;
	color: #ffffff;
	font-size: large;
	transition: 0.25s;
}


p span.active 
{
	color: #0f0;
}



/* now, make it responsive */
@media (max-width: 991px)
{
  header 
  {
    padding: 20px 40px;
  }
  section::before
  {
    opacity: 0;
  }
  .menu 
  {
    padding-left: 0;
    align-items: center;
  }

}





