body,button,input,select,textarea{font-family:"Baloo Tamma 2", sans-serif;}

::-webkit-scrollbar{
    width: 15px;
    padding-top: 40px;
}

::-webkit-scrollbar-track{
    box-shadow: inset 0 0 0px rgba(0,0,0,0);
    border: 0px solid black;
    background: #131313ff;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

::-webkit-scrollbar-thumb{
    border-radius:4px;
    height: 30px;
    width: 8px;
    border: 0px solid black;
    -webkit-box-shadow: 0 1px 1px rgb(0,0,0);
    background-color: #DD0C3D;
}

::-webkit-scrollbar-track-piece {
    height: 30px;
}

html, body{
  overflow-x: none;
}



/* background */

.background{
position: absolute;
width: 1025px;
height: 1192px;
background: #131313;
}



/* logo */

.logo{
top: -440px;
left: -440px;
position: absolute;
transform: rotate(0.5deg);
-webkit-transform: scale(0.11, 0.11);
}



/* Logo text */

.logotext{
position: absolute;
font-family: Baloo Tamma 2;
font-style: normal;
font-weight: normal;
font-size: 34.7144px;
line-height: 60px;
color: #DD0C3D;
text-shadow: 0px 0px 10.5617px rgba(0, 0, 0, 0.25);
}



/* Title */

.title{
position: absolute;
top:340px;
left: 364px;
font-family: Baloo Tamma 2;
font-style: normal;
font-weight: 400;
font-size: 38px;
line-height: 62px;
color: #DD0C3D;
text-shadow: 0px 0px 10.5617px rgba(0, 0, 0, 0.25);
}

.product_title{
  position: absolute;
  top:700px;
  left: 235px;
  font-family: Baloo Tamma 2;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 62px;
  color: #DD0C3D;
  text-shadow: 0px 0px 10.5617px rgba(0, 0, 0, 0.25);
  }



/* main desc */

.maindesc{
position: absolute;
top: 380px;
left: 320px;
font-family: Baloo Tamma 2;
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 45px;
color: #C3C3C3;
}



/* Media */

.media{
position: absolute;
top:510px;
left: 467px;
font-family: Baloo Tamma 2;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 31px;
color: #434343;
text-decoration: none;
cursor: "cursor.png";
}

.media:hover{
text-decoration: underline;
}



/* Buttons */

.button{
position: absolute;
width: 160px;
height: 45px;
cursor: "cursor.png";
font-family: Baloo Tamma 2;
font-style: normal;
font-weight: 600;
font-size: 22px;
text-align: center;
line-height: 40px;
color: #DD0C3D;
text-shadow: 0px 0px 6.99371px rgba(0, 0, 0, 0.25);
border-radius: 15px;
text-decoration: none;
padding-top: 9px;
overflow: hidden;
transition: .5s;
}

.button:hover {
cursor: "cursor.png";
background: #38121B;
box-shadow: 0px 0px 0px 3px #DD0C3D;
transition: .4s;
}



/* Button 1 */

.button1{
top: 450px;
left: 320px;
background: #131313;
}



/* Button 2 */

.button2{
top: 450px;
left: 500px;
background: #131313;
}



/* gui */

.gui{
position: absolute;
top: 240px;
left: 775px;
transform: rotate(0.5deg);
transform: scale(2, 02);
-ms-transform: scale(2, 2);
-webkit-transform: scale(0.8, 0.8);
}



/* Icons */

.icon{
position: absolute;
}

.icon1{
top: 110vh;
left: 35vh;
}

.icon2{
top: 110vh;
left: 65vh;
}

.icon3{
top: 110vh;
left: 95vh;
}



/* desc1 */

desc{
position: absolute;
font-family: Baloo Tamma 2;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 41px;
text-align: center;
color: #C3C3C3;
text-shadow: 0px 0px 10.5617px rgba(0, 0, 0, 0.25);
transition: .5s;
}

desc:hover{
color:#DD0C3D;
transition: .5s;
}

.desc1{
margin-top: 118vh;
left: 31vh;
text-align: center;
}

.desc2{
margin-top: 118vh;
left: 60.4vh;
text-align: center;
}

.desc3{
margin-top: 118vh;
left: 90.7vh;
text-align: center;
}



/* Slideshow container */
.slideshow-container {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
width: 20%;
margin-top: 79%;
}

.nodrag{
user-zoom: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}





.main-container {
min-height: 100vh; /* will cover the 100% of viewport */
overflow: hidden;
display: block;
position: relative;
padding-bottom: 100px; /* height of your footer */
}

footer {
position: absolute;
left: -2%;
color:white;
bottom: 10px;
width: 100%;
}

.footertext{
color:#DD0C3D;
text-decoration:none;
}

.footertext:hover{
text-decoration:underline;
color:#DD0C3D;
}


 /* ALL PRODUCT CSS*/
:root {
  --white: #FFF;
  --black: #DD0C3D;
  --pricing: #DD0C3D;
  --deep_pink: #DD0C3D;
  --background: #000000;
  --btn_color_1: #000000;
  --mobile_nav_back: #DD0C3D;
}

/* DEFAULT */
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  color: var(--white);
  text-decoration: none;
}

/* FONTS */
@font-face {
  font-family: "Unbounded";
  src: url(/assets/font/Unbounded.ttf);
}
@font-face {
  font-family: "Inter";
  src: url(/assets/font/Inter.ttf);
}

/* BODY */
body {
  width: 100%;
  min-height: 300vh;
  font-family: "Inter";
}

/* PRODUCTS */
.pricing {
  margin: auto;
  width: 1200px;
  padding: 0px 0px 0px;
}
.pricing .section_title {
  font-size: 48px;
  padding: 0px 20px;
  margin-bottom: 750px;
  font-family: "Unbounded";
}
.pricing .pricing_category {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.pricing .pricing_category .btn_layout_2 {
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: 0.4s;
  padding: 14px 25px;
  border-radius: 50px;
  color: var(--white);
  font-family: "Unbounded";
  background: var(--btn_color_1);
  position: absolute;
  bottom: 45px;
  position: absolute;
  font-family: Baloo Tamma 2;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  color: #DD0C3D;
  text-shadow: 0px 0px 6.99371px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-decoration: none;
  padding-top: 9px;
  overflow: hidden;
  transition: .5s;
}
.pricing .pricing_category .active {
  background: var(--btn_color_1);
  border: 1px solid var(--btn_color_1);
}
.pricing #nitro,
.pricing #members,
.pricing #reseller,
.pricing #lifetime,
.pricing #tree_months,
.pricing #aged_accounts {
  display: none;
}
.pricing .pricing_section {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pricing .pricing_section .pricing_card {
  border: none;
  width: 250px;
  height: 510px;
  padding: 50px;
  transition: 0.7s;
  border-radius: 10px;
  background: var(--mobile_nav_back);
  border: 2px solid var(--mobile_nav_back);
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pricing .pricing_section .pricing_card {
  position: relative; /* To make positioning of the image relative to the card */
}

.pricing .pricing_section .pricing_card img { /* KEEP SIZE OF IMAGE: Width: 781 Height: 527 */
  width: 100%; /* Adjust the width to your preference */
  object-fit: fill; /* Maintain aspect ratio and cover the container */
  border: 10px #69081e solid;
}

.pricing .pricing_section .pricing_card:hover {
  background: #38121B;
  border: 10px #DD0C3D solid
}

.pricing .pricing_section .pricing_card .card_prize {
  font-size: 25px;
  color: white;
  margin-top: -1px; /* Adjust the margin to your preference */
}

.pricing .pricing_section .pricing_card .card_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Unbounded";
}

.pricing .pricing_section .pricing_card .card_list {
  background-color: #930a2a; /* Darker background color */
  padding: 10px; /* Adjust padding as needed */
  border-radius: 15px; /* Optional: Add border radius for rounded corners */
  margin-bottom: 0x;
}

.pricing .pricing_section .pricing_card .card_list li {
  display: flex;
  margin: 13px 0;
  font-size: 18px;
  align-items: center;
  color: #ffffff; /* Adjust text color for better visibility on the dark background */
}

.pricing .pricing_section .pricing_card .card_list li i {
  margin-right: 10px;
}
.pricing .pricing_section .pricing_card .btn_layout_1 {
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: 0.4s;
  padding: 14px 25px;
  border-radius: 50px;
  color: var(--white);
  font-family: "Unbounded";
  background: var(--btn_color_1);
  position: absolute;
  bottom: 45px;
  position: absolute;
  font-family: Baloo Tamma 2;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  text-shadow: 0px 0px 6.99371px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-decoration: none;
  padding-top: 9px;
  overflow: hidden;
  transition: .5s;
}
.pricing .pricing_section .pricing_card .btn_layout_1:hover {
  background: var(--white);
  color: var(--btn_color_1);
}


/* CONTACT */
.contact {
  width: 1000px;
  margin: auto;
  padding: 50px 0px;
}
.contact .contact_section {
  text-align: center;
  padding: 80px 48px;
  border-radius: 5px;
  background: var(--mobile_nav_back);
}
.contact .contact_section .section_title {
  text-align: center;
  font-size: 40px;
  font-family: "Unbounded";
}
.contact .contact_section .section_description {
  margin: 15px 0;
  font-size: 18px;
}
.contact .contact_section .channels {
  gap: 20px;
  display: flex;
  justify-content: center;
}
.contact .contact_section .channels .btn_layout_3 {
  display: flex;
  transition: 0.4s;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 25px;
  align-items: center;
  border-radius: 50px;
  background: var(--btn_color_1);

  font-size: 14px;
  transition: 0.4s;
  padding: 14px 25px;
  border-radius: 50px;
  font-family: "Unbounded";
  background: var(--btn_color_1);
  position: absolute;
  position: absolute;
  font-family: Baloo Tamma 2;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  text-shadow: 0px 0px 6.99371px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-decoration: none;
  padding-top: 9px;
  overflow: hidden;
  transition: .5s;
}

.contact .contact_section .channels .btn_layout_3 i {
  font-size: 18px;
  margin-right: 8px;
}
.contact .contact_section .channels .btn_layout_3:hover {
  background: var(--white);
  color: var(--btn_color_1);
}

/* FOOTER */
.footer {
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.footer span {
  margin: 8px 0;
}

/* SNOWFALL CUS CHRISTMAS BABYYY*/
.snowflake {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  animation: snowfall linear infinite;
  pointer-events: none;
}

@keyframes snowfall {
  from {
      transform: translateY(-10vh);
  }
  to {
      transform: translateY(110vh);
      opacity: 0;
  }
}
