:root {
    --bg-primary: #F5F5F5!important;
    --bg-second: #EBEEF3!important;
    --bg-color: #395B50!important;
    --text-primary: #3C3C3C!important;
    --text-white: #fff!important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}	

body {
    font-family: "Segoe UI", sans-serif;
    font-weight: 300!important;
    line-height: 1.5!important;
    color: var(--text-primary)!important;
    background-color: var(--bg-primary)!important;
}

.container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}

h1, h2, h3 {
    font-weight: 600;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; margin-bottom: 3px!important }
h3 { font-size: 1.17em; }

p {
    line-height: 1.6;
    margin-bottom: 10px;
}

section {
    padding: 30px 0;
}

.section-hero {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-hero span{
    color: var(--bg-color);
}

a {
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--text-color);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    border: 1px solid #f5f7fa;
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}

.st-list {
    margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 30px;
}

.st-list li {
    list-style-type: square;    
}

.logo img{
    max-width: 150px;
}	

footer {
    padding: 40px;
    background-color: var(--bg-second);
}

footer img {
    text-align: center;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

header {
    background: var(--bg-primary);
    color: white;
    padding: 10px 0;
}

.nav-menu {
    display: flex;
    list-style-type: none;
    transition: all 0.3s ease;
}

.navi {
    display: flex;
    gap: 10px;
}	

.navi ul {
    margin-bottom: 0!important;
}

.nav-menu li {
    margin-left: 30px;
    font-size: 18px;
}

.nav-menu a {
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}

.nav-menu a:hover {
    transform: translateY(-2px);
}

.content {
    padding:40px;
    max-width: 1200px;
    margin: 0px auto 80px;
    border-radius: 30px;
    background: var(--bg-second);
}

.contain h2 {
    margin-bottom: 5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-4 {
    flex: 0 0 auto;
    padding: 5px;
}

.col-4 { width: 33.3%; }

@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-4 {
        width: 100%;
    }
}

body {
    animation: fadeIn 1s ease;
}

.imge {
    max-width: 100%;
}

.bimg {
    border: 1px solid var(--text-color);
}

.button {
    text-decoration: none;
    color: var(--bg-primary);
    background-color: var(--bg-color);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}

.btn-2 {
    background-color: var(--text-color);
    color: var(--bg-primary);
}

.search {
    margin-top: 10px;
}

.search input[type="text"] {
    padding: 7px;
    width: 80%;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

@media (max-width: 600px) {
    .button {
        padding: 5px 10px;
        font-size: 14px;
    }

    .search {
        display: none;
    }

    .dm-none {
        display: none;
    }
}

.offset {
    margin-left: -170px;
}

@media (max-width: 768px) {
    .blurred-circle {
        width: 335px;
        height: 335px;
}

    .offset {
        margin-left: 0;
    }
}
.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-0 {
    margin-bottom: 3px;
}

.cont-img {
    max-width: 95%;
    border: 1px solid var(--text-color);
    margin: 10px 0 20px;
}

.text-center {
    text-align: center;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

footer a {
    color: var(--text-primary);
}

.table {
	background: transparent;
    --bs-table-bg: transparent!important;
    max-width: 90%;
}

.table-main {
	margin-top: 20px;
	margin-bottom: 30px;
}

.table thead.thead-primary {
	background: #1089ff;
}

.table th {
	border: none;
	padding: 20px 30px;
    font-weight: 500!important;
	font-size: 14px;
	color: #fff;
}

.table tbody tr {
	margin-bottom: 10px;
	border-left: 2px solid #EBEEF3;
	border-right: 2px solid #EBEEF3;
	box-shadow: 0 0 10px 0 #EBEEF3 inset;
}

.table tbody th,
.table tbody td {
	border: none;
	vertical-align: middle;
	border-bottom: 2px solid #EBEEF3;
	border-top: 2px solid #EBEEF3;
	font-size: 18px;
}

.list span {
	position: relative;
	display: block;
	padding-left: 7px;
}

.list span:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	top: 10px;
	left: 0;
	border-radius: 50%;
	background: #3d3d3d;
}

.table .bonus {
	font-weight: 300;
	padding: 0 7%;
    color: var(--text-primary);
}

.bonus strong {
	display: block;
}

.tlogo img {
	max-width: 200px;
}

@media (max-width: 900px) {
	.tlogo {
		text-align: center;
	}

	.tlogo img {
		max-width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.table-main td {
		display: block;
		text-align: center;
	}

    .bon img {
        max-width:28px;
    }

	.tlogo img {
		max-width: 250px;
		padding-top: 20px;
	}

	.bonus strong {
		font-size: 22px;
		padding: 15px 30px;
	}

	.table tbody tr td {
		border: none;
	}

	.table tbody tr {
		border-style: solid;
		border-width: 2px;
		border-color: #EBEEF3;
		box-shadow: 0 0 10px 0 #EBEEF3 inset;
	}

	.table tbody tr a {
		margin-bottom: 30px;
	}

}

@media (min-width: 930px) {
	.bonus strong {
		font-size: 25px;
		line-height: 30px;
		padding: 15px 0;
	}

	.table .btn {
		margin-right: 20px;
	}
}

.table .btn {
	text-transform: uppercase;
    background-color: var(--bg-color);
    color: #fff!important;
    font-size: 17px;
    padding: 10px 25px;
}

.table .btn:hover {
	background-color: #1F2F16;
}

.brr td {
    border-right: 2px solid #EBEEF3;
    font-size: 16px;
    color: var(--text-primary);
    border-width: 1px!important;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px!important;
}

.content a {
    color: var(--bg-color);
    text-decoration: none;
}