* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    cursor: url('VitalSparkMarketingCursor.png'), default;
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
    overflow-x: hidden;
}

body {
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
}

/* large tablets navbar if some don't work */
@media screen and (max-width: 991px) {

    body {
        overflow-x: hidden;
    }

}
/* large tablets navbar if some don't work */

#price,
#price3,
#price5 {
    padding-top: 30px;
    padding-bottom: 40px;
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
}

#price2,
#price4, 
#price6 {
    padding-top: 30px;
    padding-bottom: 40px;
    background: linear-gradient(90deg, #808080 0%, #c5c5c5 25%, #eeeeee 50%, #c5c5c5 75%, #808080 100%);
}

.keyur-border-head3 {
    background: linear-gradient(90deg, #808080 0%, #c5c5c5 25%, #eeeeee 50%, #c5c5c5 75%, #808080 100%);
	transition: opacity 0.3s ease, box-shadow 0.05s ease;
    padding: 15px; /* Adjust based on your design preference */
    margin-bottom: 60px; /* Provides spacing between rows of team members */
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8), 0 0px 30px rgba(0, 0, 0, 0.8); /* Soft shadow for depth */
}

.keyur-border-head3:hover {  
    transform: scale(1.05); /* Enlarge the element */
    color: black!important;
    transition: 0.2s ease;
    box-shadow: 0 0 10px white, /* White */
                 0 0 20px white, /* White */
                 0 0 30px white, /* White */
                 0 0 40px white; /* White - Optional: Adjust or add spread-radius if needed */
}

.buy-btn {
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	padding: 10px 30px;
	transition: 0.5s;
    border-radius: 80px;
    box-shadow: 0 0 10px black;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: black!important;
    transition: 0.7s ease-in-out;
}

.buy-btn:hover {
	border-color: 1px solid #fff;
    box-shadow: 0 0 10px white, 0 0 20px white;
    font-weight: bold;
    color: white!important;
}

.buy-btn2 {
    background: white;
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	padding: 10px 30px;
    transition: 0.5s ease-in-out;
    border-radius: 80px;
    box-shadow: 0 0 10px black;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: black!important;
}

.buy-btn2:hover {
    background: black;
    color: white!important;
	border-color: 1px solid black;
    box-shadow: 0 0 10px black, 0 0 20px black;
    font-weight: bold;
}

.price-head h2,
.keyur-border-head3 h2{
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 5px;
	padding: 5px;
	text-transform: uppercase;
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
}

h2::after {
	content: '';
	display: block;
	height: 3px;
	width: 170px;
	margin: 10px auto 0px;
}

.price-head p{
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
    color: white;
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
}

h3{
    font-size: 16px;
	color: white;
    text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;
}

.single-price1 {
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
	background: linear-gradient(45deg, red, crimson, rgb(175, 0, 52)); /* First child gradient */
    transition: opacity 0.3s ease, box-shadow 0.05s ease;
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px black, 0 0 20px black; /* Soft shadow for depth */
}

.single-price2 {
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    height: auto;
    background: linear-gradient(45deg, rgb(81, 69, 255), rgb(231, 19, 19)); /* Complementary gradient */
    transition: opacity 0.3s ease, box-shadow 0.05s ease;
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px black, 0 0 20px black; /* Soft shadow for depth */
}

.single-price3 {
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    background: linear-gradient(45deg, rgb(249, 69, 255), rgb(129, 19, 231)); /* Complementary gradient */
    transition: opacity 0.3s ease, box-shadow 0.05s ease;
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px black, 0 0 20px black; /* Soft shadow for depth */
}

.single-price4 {
	margin: 10px auto;
	display: inline;
	float: left;
	width: 100%;
	background: linear-gradient(45deg, crimson, rgb(248, 112, 0), orange); /* First child gradient */
    transition: opacity 0.3s ease, box-shadow 0.05s ease;
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px black, 0 0 20px black; /* Soft shadow for depth */
}

.single-price5 {
	margin: 10px auto;
	display: inline;
	float: left;
	width: 100%;
	background: linear-gradient(45deg, lime, #3dc901, rgb(41, 170, 41), #3dc901, lime); /* First child gradient */
    transition: opacity 0.3s ease, box-shadow 0.05s ease;
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px black, 0 0 20px black; /* Soft shadow for depth */
}

.single-price6 {
	margin: 10px auto;
	display: inline;
	float: left;
	width: 100%;
    background: linear-gradient(90deg, rgb(0, 0, 153) 0%, rgb(43, 43, 255) 25%, rgb(43, 43, 255) 75%, rgb(0, 0, 153) 100%);
    transition: opacity 0.3s ease, box-shadow 0.05s ease;
    border-radius: 30px; /* Optional: Adds rounded corners */
    box-shadow: 0 0px 10px black, 0 0 20px black; /* Soft shadow for depth */
}

.single-price1:hover,
.single-price2:hover,
.single-price3:hover,
.single-price4:hover,
.single-price5:hover,
.single-price6:hover {
    transform: scale(1.05);
	box-shadow: 0 2px 20px white, 0 2px 40px white;
    color: white;            
}

.price-head {
	display: inline;
	float: left;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
}

@keyframes priceTextAnimation {
    0%, 100% {
        text-shadow: none;
    }

    50% {
        text-shadow: 0 0 10px white,
        0 0 20px white,
        0 0 40px white,
        0 0 80px white,
        0 0 160px white;
    }
}

span {
	font-size: 15px;
}

.price-content {
	display: inline;
	float: left;
	padding: 0 5px;
	width: 100%;
}

.price-content ul li{
	border-bottom: 1px solid #efefef;
	padding: 15px 10px;
	list-style: none;
	margin-right: 30px;
    color: white;
}

.fa-check-circle {
	color: green;
	font-size: 20px;
}

.fa-times-circle {
	color: red;
	font-size: 20px;
}

.logo-container {
    margin-bottom: none; /* Adjust the margin as needed */
    margin-top: none;
}
  
.logo {
    width: 20%; /* Adjust the size as needed */
    animation: rotate 5s linear infinite;
}
  
@keyframes rotate {
    from {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    to {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

.price-button {
	display: inline;
	float: left;
	padding: 15px 15px 30px;
	text-align: center;
	width: 100%;
}

a {
	text-decoration: none!important;
	color: #fff!important;
}
/* price */
