:root {
	--bs-font-sans-serif: outfit;
	--seconday-text: outfit;
	--bs-link-hover-color: #1262ff;
	--bs-body-color: #7B7B7B;
	--bs-link-color-rgb: 123, 123, 123;
	--bs-link-hover-color-rgb: 18, 98, 255;
	--bs-primary-rgb: 18, 98, 255;
	--bs-dark-rgb: 0, 0, 0;
	--bs-body-color: #ffffff;
	--bs-body-color: #000000;
}

a {
	--bs-link-color-rgb: 18, 98, 255;
}

p {
	margin: 0;
}

span {
	color: var(--bs-primary-rgb);
}

.tip {
	position: fixed;
	z-index: 10;
	width: 100%;
	color: #ee7932;
	background: rgba(222, 228, 234, 0.8);
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn:hover {
	color: #1262FF;
	background-color: transparent;
}

.btn:hover svg {
	fill: #1262FF !important;
}

.hoverzz:hover {
	color: #1262FF;
	background-color: transparent;
}

.hoverzz:hover svg {
	fill: #1262FF !important;
}

h1 {
	font-size: 62px;
	font-weight: bolder;
	color: var(--bs-dark-rgb);
}

h2 {
	font-size: 52px;
	font-weight: bolder;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

h3 {
	font-size: 42px;
	font-weight: bolder;
}

h4 {
	font-size: 36px;
	font-weight: 500;
}

h5 {
	font-size: 30px;
	font-weight: 500;
}

h6 {
	font-size: 24px;
	font-weight: 500;
}

.btn {
	font-size: 18px;
	font-weight: 500;
}

.btn {
	--bs-btn-padding-x: 30px;
	--bs-btn-padding-y: 12px;
}

.nav {
	--bs-nav-link-padding-x: 24px;
	--bs-link-color: #7B7B7B;
}

.btn-primary {
	--bs-btn-bg: #1262FF;
}

.active {
	color: #1262FF;
}

.pb {
	padding-bottom: 50px;
}

.nav {
	font-variant: var(--seconday-text-text);
}

nav ul li a {
	font-size: 20px !important;
}

.py {
	padding-top: 21px;
	padding-bottom: 21px;
}

header .container {
	border: 2px solid white;
	background: rgba(234, 243, 255, 0.50);
	box-shadow: 3px 4px 39px 0px rgba(172, 194, 229, 0.20), -3px -4px 18px 0px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(2px);
	border-radius: 20px;
	padding-left: 22px;
	padding-right: 22px;
}

.mt-50 {
	margin-top: 50px;
}

.banner {
	background-image: url(../images/bg/Hero_Plus_BG.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner p {
	margin-bottom: 50px;
}

.unblock {
	background-image: url(../image/bg_unlock_the_world_of_proton_wallet.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.unblock .icon {
	margin-bottom: -50px;
}

.unblock .content-text {
	border-radius: 14px;
	background: linear-gradient(360deg, #E9F4FF 100%, #F1F8FF 100%, #E9F4FF 100%);
	padding: 80px 10px 10px 10px;
}

.proton-wallet {
	background-image: url(../image/bg_creat_your_proton_wallet_portfolio_today.png);
	background-repeat: no-repeat;
}

.proton-wallet .content-text {
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 15.96%, rgba(255, 255, 255, 0.97) 100%);
}

.proton-wallet .content-1 {
	border-radius: 20px;
	border: 2px solid #FFF;
	background: #EAF3FF;
	padding: 10px;
}

.steps {
	background-image: url(../image/bg_get_started_in_3_simple_steps.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.steps .step-1 {
	background-image: url(../image/download_crypto_wallet.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.steps .step-2 {
	background-image: url(../image/creat_an_account.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.steps .step-3 {
	background-image: url(../image/start_buying_and_selling.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.steps .step-1,
.step-2,
.step-3 h6 {
	padding-bottom: 30px;
	padding-left: 50px;
}

.buy-crpyocurrency {
	background-image: url(../image/buy_cryptocurrency_with_a_proton_wallet.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.team {
	background-image: url(../image/bg_team_of_board.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.trade-with button {
	border: 2px solid #1262FF !important;
	color: #1262FF;
	box-shadow: 6px 8px 30px 0px rgba(18, 98, 255, 0.18);
}

.app img {
	filter: drop-shadow(6px 8px 30px rgba(18, 98, 255, 0.18));
}

.trade-with {
	background-color: #F1F8FF;
}

input {
	width: 300px;
	padding: 10px;
}

.bottom-footer {
	background-color: #4FB7FF;
}

.compliant-title {

	display: flex;
	align-items: center;
}

.certificate {
	width: 75% !important;
	display: block;
	margin: 0 auto;
}
