/* Styles for Home New Template */

main#home-page {
    background-color: #17215F !important;
}

.border-gradient {
	border-radius: 30px;
    border: 2px solid transparent;
	background: linear-gradient(#17215F, #17215F) padding-box, linear-gradient(150.26deg, #9DE6FD 12.84%, #27B0DB 27.23%, rgba(182, 44, 231, 0.42) 66.23%, rgba(30, 100, 221, 0) 83.65%) border-box;
    border-image-source: linear-gradient(150.26deg, #9DE6FD 12.84%, #27B0DB 27.23%, rgba(182, 44, 231, 0.42) 66.23%, rgba(30, 100, 221, 0) 83.65%);
}

.border-gradient2 {
	border-radius: 30px;
    border: 2px solid transparent;
	background: linear-gradient(#17215F, #17215F) padding-box, linear-gradient(180.75deg, #84E1FF -22.94%, #27B0DB 2.28%, rgba(182, 44, 231, 0.42) 70.64%, rgba(30, 100, 221, 0) 101.17%) border-box;
    border-image-source: linear-gradient(180.75deg, #84E1FF -22.94%, #27B0DB 2.28%, rgba(182, 44, 231, 0.42) 70.64%, rgba(30, 100, 221, 0) 101.17%);
}

section#footer {
	ul.list-inline a {
		color: white;
	}
}

.section-top-1 {
    background-image: url("../../../uploads/2024/03/bg-sec-top-11.png"), linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
	background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .section-2 {
    background-image: url("../../../uploads/2024/03/bg-sec-2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
 */

.text-blue {
    color: #05B4FF;
}

.pricing-table table {
    --bs-table-striped-bg: #9DE6FD0A !important;
    --bs-table-hover-color: white;
    border: 0;
    color: white;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: white !important;
}

.pricing-table table * {
    border: 0;
}