.content-1,
.content-2,
.content-3,
.content-4 {
    /*height: 100%;*/
   /*height: calc(100%);*/
}

.content-text {
    height: calc(100% - 80px);
}

.logo img {
    height: 58px;
    width: auto !important;
}

.top-footer .logo img {
    margin-bottom: 10px;
    height: 80px;
    width: auto !important;
}

.btn-1.msg {
    margin-left: 40px;
}

.btn-all {
    width: 100%;
}

.main-slider__video-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.main-slider__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: var(--bizro-white);
  background-color: var(--bizro-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider__video-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid rgba(var(--bizro-base-rgb), .20);
  border-radius: 50%;
}

.main-slider__video-icon:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 4px solid rgba(var(--bizro-base-rgb), .10);
  border-radius: 50%;
}

.main-slider__video-icon:hover {
  background-color: var(--bizro-white);
  color: var(--bizro-base);
}

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--bizro-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--bizro-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--bizro-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--bizro-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider__video-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--bizro-base);
  line-height: 16px;
  margin-left: 20px;
}

.main-slider__video-link a {
  text-decoration: none;
}

: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;
    --bizro-font: 'Roboto', sans-serif;
    --bizro-font-two: 'Inter Tight', sans-serif;
    --bizro-gray: #414651;
    --bizro-gray-rgb: 65, 70, 81;
    --bizro-white: #ffffff;
    --bizro-white-rgb: 255, 255, 255;
    --bizro-base: #1a73e9;
    --bizro-base-rgb: 28, 116, 233;
    --bizro-black: #0D121E;
    --bizro-black-rgb: 13, 18, 30;
    --bizro-primary: #F7F9FA;
    --bizro-primary-rgb: 247, 249, 250;
    --bizro-bdr-radius: 10px;
}
a{
    --bs-link-color-rgb: 18, 98, 255;
}
p{
    margin: 0;
}
span {
    color: var(--bs-primary-rgb);
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.btn:hover {
    color: #1262FF;
    background-color: transparent;
}
.btn: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: 0;
}
.banner {
    background-image: url(../images/bg/Hero\ _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/data-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.steps .step-2{
    background-image: url(../image/data-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.steps .step-3{
    background-image: url(../image/data-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.steps .step-1, .step-2, .step-3{
    text-align: center;
    padding: 30px;
    padding-bottom: 10px;
    padding-right: 80px;
    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;
}