@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');

body{
direction: ltr;
font-family: 'M PLUS Rounded 1c', sans-serif !important;
font-size: 17px;
margin: 0;
padding: 0px;
}

a {
text-decoration: none;
}

.first-meet-title {
position: relative;
z-index: 3;
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
padding-top: 14px;
padding-bottom: 14px;
}

.first-meet-title img {
width: 40px;
height: 40px;
object-fit: contain;
}

.first-meet-title h5 {
margin: 0;
font-size: 17px;
color: #fff;
}


.hrb-nav-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 50;

}

.hrb-nav-bg::before {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 14px;
background-color: #202040;
}

.hrb-nav {
padding-top:  8px;
padding-bottom:  8px;
position: relative;
display: flex;
flex-direction:row-reverse;
gap: 20px;
justify-content: space-between;
align-items: center;
}

.hrb-nav-logo-wrap {
position: relative;
z-index: 3;
}

.hrb-nav-logo-link {
display: flex;
gap: 8px;
align-items: center;
color: #fff;
text-decoration: none;
}

.hrb-nav-logo-link img {
width: 40px;
height: 40px;
object-fit: contain;
}

.hrb-nav-logo-link h3 {
font-size:  26px;
font-weight: 700;
margin: 0;
}

.hrb-nav-navbtn {
display: none;
}

.hrb-nav-navigation {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
position: relative;
z-index: 3;
}

.hrb-nav-nav-link {
color: #fff !important;
padding: 8px;
font-size: 12px;
font-weight: 700;
text-decoration: none;
color: inherit;
position: relative;
z-index: 0;
transition: all 0.7s ease;
}


.hrb-nav-nav-link:hover {
text-decoration: underline;
}

@media (max-width: 992px) {
.hrb-nav-navbtn {
display: block;
position: relative;
z-index: 3;
width: 30px;
height: 20px;
padding: 10px;
border: 0;
background-color: inherit;
}

.hrb-nav-navbtn::before, .hrb-nav-navbtn::after {
content: "";
position: absolute;
background-color: #fff;
height: 3px;
width: 100%;
left: 0;
transition: all 0.8s ease;
}

.hrb-nav-navbtn::before {
top: 0;
}

.hrb-nav-navbtn::after {
bottom: 0;
}

.hrb-nav-navbtn.active::before {
transform: rotate(45deg);
top: 43%;
}

.hrb-nav-navbtn.active::after {
transform: rotate(-45deg);
bottom: 43%;
}

.hrb-nav-navbtn.active span {
background-color: inherit;
}

.hrb-nav-navbtn span {
content: "";
position: absolute;
background-color: #fff;
height: 3px;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.8s ease;
}

.hrb-nav-navigation {
color: #fff;
flex-direction: column;
align-items: start;
position: fixed;
z-index: 0;
top: 0;
right: -100%;
width: 40%;
height: 100%;
background-color:#202040;
padding: 150px 20px 0 14px;
transition: all 0.8s ease;
}


.hrb-nav-navigation.active {
right: 0;
}

}

.hrb-hello-bg {
background-color: #202040;
position: relative;
width: 100%;
overflow: hidden;
z-index: 0;
}

.hrb-hello-img {
transform: rotate(5deg);
opacity: 0.3;
transition: 0.3s;
position: absolute;
z-index: -1;
top: 0%;
left: -10%;
width: 115%;
z-index: -1;
filter: drop-shadow(10px 10px 36px #fff);
}

.hello-title-block {
display: flex;
flex-direction: row;
gap: 45px;
align-items: center;
padding-top: 275px;
padding-bottom: 70px;
}

.hello-title-txt {
width: 50%;
}

.hello-title-txt h2 {
color: #fff;
font-size: 28px;
}

.hello-title-img {
width: 48%;
}

.hello-title-img img {
width: 100%;
max-height: 352px;
object-fit: contain;
}

.about-double-block {
padding-top: 45px;
padding-bottom: 45px;
display: flex;
flex-direction: row-reverse;
align-items: center;
gap: 45px;
}

.ab-title-half {
width: 30%;
display: flex;
flex-direction: column;
gap: 22px;
}

.ab-title {
font-size: 36px;
font-weight: 700 ;
text-transform:  uppercase;
color: #fff;
text-align: start;
}

.ab-title-half img {
width: 100%;
height: 352px;
object-fit: cover;
border-radius: 20px;
}

.ab-content-half {
width: 67%;
display: flex;
flex-direction: column;
gap: 22px;
}

.ab-content-half img {
width: 100%;
height: 125px;
object-fit: cover;
border-radius: 20px;
}

.ab-content-txt {
font-size: 12px;
color: #fff;
}

.body-content-bg {
background-color: #202040;
position: relative;
width: 100%;
overflow: hidden;
z-index: 0;
}

.body-content-bgimg1 {
transform: rotate(270deg);
opacity: 0.3;
transition: 0.3s;
position: absolute;
top: 34%;
left: -55%;
width: 110%;
z-index: -1;
filter: drop-shadow(10px 10px 42px #fff);
}

.body-content-bgimg2 {
opacity: 0.4;
transform: rotate(-15deg);
position: absolute;
bottom: -2%;
left: -10%;
width: 200%;
z-index: -1;
filter: drop-shadow(10px 10px 42px #fff);
}

.body-content-bgimg3 {
opacity: 0.7;
position: absolute;
top: 24%;
right: -13%;
width: 40%;
z-index: -1;
filter: drop-shadow(10px 10px 42px #fff);
}

.start-steps-sect {
flex-direction: column;
padding-top: 45px;
padding-bottom: 45px;
display: flex;
}

.start-steps-cont {
display: flex;
flex-direction: column;
}

.start-steps-title {
font-size: 28px;
font-weight: 700;
color: #fff;
margin-bottom: 27px;
text-align: start;
text-transform: uppercase;
}

.start-steps-list {
display: flex;
flex-direction: row;
gap:  22px;
align-items: center;
justify-content: center;
}

.start-step-item {
width: 23%;
}

.ssi-flip {
position: relative;
display: inline-block;
width: 100%;
}

.ssi-front, .ssi-back {
display: block;
transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
transition-duration: .5s;
transition-property: transform, opacity;
background-size: cover!important;
background-position: center!important;
padding: 22px 27px;
border-radius: 20px;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.17) 2px -23px 20px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;}

.ssi-front {
transform: rotateY(0deg);
display: flex;
justify-content: center;
}

.ssi-back {
position: absolute;
opacity: 0;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-size: 0.8rem;
transform: rotateY(-180deg);
}

.ssi-front img {
position: absolute;
bottom: 22px;
right: 27px;
width: 97px;
height: 97px;
object-fit: contain;
display: flex;
}

.ssi-front span {
font-size: 97px;
font-weight: 700;
color: #999696bd;
background-clip: text;
text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}

.ssi-flip:hover .ssi-front {
transform: rotateY(180deg);
} 

.ssi-flip:hover  .ssi-back {
opacity: 1;
transform: rotateY(0deg);
}

.disclm-faq-bg {
background: url(picgallery/bg-assets/bg-all-06915da3eba267.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}


.r-df-disblock {
width: 80%;
}

.r-df-distitle {
text-align: center;
font-size: 30px;
font-weight: 700;
color: #fff;
margin-bottom: 45px;
}

.r-df-disblock img {
width: 27%;
max-height: 89px;
object-fit: contain;
float: left;
margin: 8px;
}

.r-df-distxt {
font-size: 18px;
font-weight:700;
color: #fff;
text-transform: uppercase;
}

.disclm-faq-gr {
padding-top:  27px;
padding-bottom:  27px;
background: linear-gradient(90deg, #202040 35%, rgba(255,255,255,0.19971988) 100%);
}

.main-gamlist-sect {
padding-top: 70px;
padding-bottom: 70px;
}

.main-gamlist-title, .ctbd-title {
font-size: 36px;
color: #fff;
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-bottom: 45px;
}

.mgl-list {
display: flex;
flex-direction: row;
gap: 27px;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.mgl-card {
position: relative;
width: 30%;
height: 352px;
background: #ebeaea;
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #000;
transition: 0.3s ease-in-out;
}

.mgl-card-img {
width: 94%;
height: 94%;
object-fit: cover;
position: absolute;
transition: 0.3s ease-in-out;
border-radius: 20px;
z-index: 1;
}

.mgl-card-content {
padding: 22px;
opacity: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 20px;
transition: 0.3s ease-in-out;
z-index: 2;
}

.mgl-card-title {
font-size: 21px;
font-weight: 700;
text-align: center;
}

.mgl-card-txt {
font-size: 12px;
}

.mgl-card:hover > .mgl-card-content {
opacity: 1;
}

.mgl-card:hover > .mgl-card-img {
height: 85%;
filter: blur(7px);
animation: gamecard 5s infinite;
}

@keyframes gamecard {
0% {
transform: translateY(0);
}

50% {
transform: translateY(-20px);
}

100% {
transform: translateY(0);
}
}

.mgl-card:hover {
transform: scale(1.04) rotate(-1deg);
}

.suscr-form-sect {
padding-top: 45px;
padding-bottom: 45px;
}

.prom-rand-block {
position: relative;
width: 100%;
height: auto;
display: none;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 1;
}

.prb-tilte {
padding-top: 201px;
padding-bottom: 201px;
display: block;
}

.prb-tilte h5 {
font-size: 42px;
font-weight: 700;
letter-spacing: 0px;
text-align: center;
color: #fff;
}

.prb-bg {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}

.prb-bg-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(54, 51, 83, 0.6);
opacity: 0.5;
}

.prb-bg > video {
display: block;
height: 100%;
width: 100%;
object-fit: cover;
}

.suscr-form-body {
display: flex;
flex-direction: column;
gap: 14px;
width: 70%;
margin: auto;
padding: 20px;
border-radius: 18px;
position: relative;
background-color: #1a1a1a;
color: #fff;
border: 1px solid #334;
}

.suscr-form-title {
display: flex;
flex-direction: row;
gap: 22px;
align-items: center;
justify-content: center;
margin-bottom: 27px;
}

.suscr-form-title h4 {
font-size: 30px;
color: #fff;
font-weight: 700;
margin: 0;
}

.suscr-form-title img {
width: 125px;
height: 125px;
object-fit: contain;
}

.input-form_holder--component,  .textarea-form_holder--component {
background-color: #334;
color: #fff;
width: 100%;
padding: 21px 5px 5px 8px;
outline: 0;
border: 1px solid rgba(105, 105, 105, 0.397);
border-radius: 10px;
}

.suscr-form-body label a {
color: #fff;
}

.suscr-form-body label a:hover {
color: #fff;
text-decoration: underline;
font-weight: 700;
}

.foo-waveblock-bg {
background-color: #202040;
position: relative;
width: 100%;
overflow: hidden;
z-index: 0;
}

.foo-waveblock-bg-img {
opacity: 0.3;
transition: 0.3s;
position: absolute;
z-index: -1;
bottom: 0;
left: -10%;
width: 115%;
z-index: -1;
filter: drop-shadow(10px 10px 40px #fff);
}

.foo-waveblock {
padding-top: 70px;
padding-bottom: 45px;
display: flex;
flex-direction: row;
gap: 20px;
justify-content: space-between;
}

.fw-logocol {
width: 28%;
}

.fw-logocol a {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}

.fw-logocol a img {
width: 89px;
height: 89px;
object-fit: contain;
}

.fw-logocol a h3 {
color: #fff;
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
text-align: center;
}

.fw-navcol {
width: 35%;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.fw-navcol a {
font-size: 17px;
font-weight: 700;
color: #fff;
margin-bottom: 0;
}

.fw-additcol {
width: 35%;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
}

.fw-additcol p {
margin: 0;
font-size: 17px;
font-weight: 700;
color: #fff;
}

.ffw-dis-img {
width: 89px;
height: 89px;
object-fit: contain;
}

.about-benefit-bg {
padding-top: 45px;
padding-bottom: 45px;
background-image: url(picgallery/bg-assets/bg-all-16915da3eba28f.jpg);
}

.about-benefit-block {
box-shadow: 10px 10px 36px #fff;
display: flex;
align-items: center;
flex-direction: column;
gap:  70px;
padding: 45px;
border-radius: 20px;
background-color: #202040;
}

.bnf-title, .abt-title {
font-size: 26px;
font-weight: 700;
color: #fff;
margin-bottom: 45px;
text-align: start;
}

.bnf-list {
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
gap: 83px;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
z-index: 0;
}

.bnf-list img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 275px;
height: 275px;
object-fit: contain;z-index: -1;
}

.bnf-item {
width: 45%;
border-radius: 20px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.bnf-txt {
border-radius: 20px;
padding: 45px;
background-color: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(2px);
color: #fff;
}

.abt-txt {
font-size: 15px;
line-height: 1.2;
color: #fff;
}

.categ-board-bg {
width: 100%;
overflow: hidden;
background-color: #202040;
position: relative;
z-index: 0;
padding-top: 70px;
padding-bottom: 70px;
}

.ctbd-bgimg1 {
opacity: 0.7;
position: absolute;
top: 5%;
left: -15%;
width:  35%;
z-index: -1;
filter: drop-shadow(10px 10px 40px #fff);
}

.ctbd-bgimg2 {
transform: rotate(25deg);
opacity: 0.7;
position: absolute;
top: 27%;
right: -8%;
width: 31%;
z-index: -1;
filter: drop-shadow(10px 10px 40px #fff);
}

.ctbd-list {
display: flex;
flex-direction: row;
gap: 22px;
justify-content: center;
flex-wrap: wrap;
}

.ctbd-item {
position: relative;
z-index: 1;
transition: .5s;
width: 32%;
padding: 20px;
display: flex;
flex-direction: column;
gap: 14px;
align-items: center;
background-color: #fff;
box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 10%);
}

.ctbd-item::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 2px;
height: 100%;
z-index: -1;
transition: .5s;
background: #17B794;
}

.ctbd-item:hover::before {
width: 100%;
height: 100%;
background: #17B794;
}

.ctbd-imglink {
display: block;
width: 49%;
height: 275px;
}

.ctbd-imglink img {
display: flex;
margin: auto;
width: 100%;
height: 100%;
object-fit: cover;
}

.ctbd-content {
width: 50%;
display: flex;
flex-direction: column;
gap: 14px;
}

.ctbd-con-title h4 {
font-size: 17px;
color: #000;
text-align: center;
margin: 0;
}

.ctbd-con-txt {
font-size: 12px;
margin: 0;
}

.ctbd-item:hover .ctbd-con-title h4, .ctbd-item:hover .ctbd-con-txt {
color: #fff;
}

.game-page-colorbg {
padding-top: 153px;
padding-bottom: 70px;
background-color: #202040;
}

.gm-pg-container {
display: flex;
flex-direction: column-reverse;
gap: 70px;
}

.gm-pg-content-faq {
    justify-content: center;
padding: 27px;
box-shadow: 10px 10px 36px #fff;
display: flex;
gap: 22px;
border-radius: 20px;
background: rgba(255,255,255,0.9); color: #222;
}

.gm-pg-content {
width: 73%;
}

.gm-pg-title {
font-size: 20px;
text-align: center;
margin-top: 27px;
}

.gm-pg-img {
width: 40%;
height: 352px;
object-fit: contain;
float:  left;
margin: 22px;
}

.gm-pg-txt {
font-size: 12px;
}



.gm-pg-faq-title {
font-size:  21px;
font-weight: 700;
letter-spacing: 0px;
margin-bottom: 22px;
text-align: center;
}

.accordion-item {
border-radius: 10px !important;
margin-bottom: 20px;
border: 0;
background-color: #fffef8;
color: #000;
}

.accordion-button:not(.collapsed) {
box-shadow: none;
background-color: #17B794;
color: #fff !important;
}

.accordion-button {
color: #fff !important;
font-size: 15px;
padding: 22px;
background: #17B794;
border-radius: 10px !important;
}

.gm-pg-game {
padding: 22px;
box-shadow: 10px 10px 40px #fff;
border-radius: 20px;
background: rgba(255,255,255,0.9); color: #222;
}

.gm-pg-game h3 {
font-size:  20px;
font-weight: 700;
margin-bottom: 45px;
text-align: center;
}

.kont-page-imgbg {
background: url(picgallery/bg-assets/bg-all-26915da3eba2b3.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;

&::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #20204091;
  z-index: 1;
}
}

.kont-page-overlay {
  position: relative;
  z-index: 2;
padding-top:  70px;
padding-bottom:  70px;
}

.kont-page-title {
font-size: 36px;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
color: #fff;
}

.kont-page-colorbg {
padding-top: 45px;
padding-bottom: 45px;
background-color: #202040;
}

.kt-pg-datalist {
list-style: none;
padding: 0;
display: flex;
flex-direction: row-reverse;
gap: 27px;
justify-content: center;
}

.kt-pg-dataitem {
width: 30%;
padding: 27px;
background: radial-gradient(circle, #202040 5%, rgba(255,255,255,0.8) 90%);
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
color: #fff ;
font-size: 17px;
}

.kt-pg-dataitem p {
margin: 0;
}

.kt-pg-datapic {
width: fit-content;
padding: 20px 22px;
background-color: #ffffff93;
border-radius: 20px;
}

.kt-pg-datapic i {
font-size: 28px;
}

.kt-pg-dataitem a {
color: #fff;
}

.kt-pg-dataitem a:hover {
scale: 1.1;
color: #fff;
}

.kt-pg-form {
padding: 27px 50px;
width: 100%;
}

.kt-pg-form h4 {
font-size: 21px;
font-weight:700;
letter-spacing: 1px;
margin-bottom: 27px;
color: #fff;
text-align: center;
}

.kt-pg-formbody {
display: flex;
flex-direction: column;
gap: 22px;
}

.kt-pg-input {
position: relative;
}

.kt-pg-input label {
position: absolute;
color: #8d8d8d;
pointer-events: none;
background-color: transparent;
left: 15px;
transform: translateY(0.6rem);
transition: all 0.3s ease;
}

.kt-pg-input input {
padding: 8px 14px;
font-size: 1rem;
border-radius: 7px;
border: solid 1px #8d8d8d;
letter-spacing: 1px;
width: 100%;
}

.kt-pg-input input:focus,
.kt-pg-input input:valid {
outline: none;
border: solid 1px #202040;
}

.kt-pg-input input:focus ~ label,
.kt-pg-input input:valid ~ label {
transform: translateY(-51%) translateX(-10px) scale(0.8);
background-color: #fff;
padding: 3px 4px;
color: #202040;
font-weight: 700;
letter-spacing: 1px;
border: none;
border-radius: 89px;
}

.form-check {
color: #fff;
}

.form-check a {
color: #fff;
}

.form-check a:hover {
color: #fff;
text-decoration: underline;}


.kt-pg-form-map {
display: flex;
align-items: center;
flex-direction: column;
gap: 22px;
}

.peculiar-page {
color: #fff;
background-color: #202040;
padding: 97px 0px;
}
.title-privaciy{
margin-bottom:28px;
}
.peculiar-page li {
color: #fff;
}
.peculiar-page ul {
color: #fff;
}
.peculiar-page a {
color: #fff;
}

.disklamb {
background-color: #ff000054;
border: 5px solid;
border-radius: 20px;
padding:20px;
}
@media (max-width: 1200px) {

.ssi-front img {
width: 60px;
height:60px;
}

.ssi-front span {
font-size: 70px;
}

.suscr-form-body {
width: 100%;
}

.hrb-nav-navigation {
gap: 0;
}

.hrb-nav-nav-link {
padding: 5px;
font-size: 0.6rem;
}

.hello-title-img img {
max-height:270px;
}

.ssi-back {
font-size: 0.7rem;
}

.r-df-disblock {
width: 100%;
}

.ab-title-half img {
height: 270px;
}

.first-meet-title img {
width:  28px;
height: 28px;
}

.first-meet-title h5 {
font-size: 12px;
}

.start-steps-cont {
flex-direction: column !important;
}

.gm-pg-img {
float: none;
width: 100%;
margin: 0;
margin-bottom: 15px;
}




}

.gm-pg-game iframe {
    height: 100vh;
    width: 100%;
}

@media (max-width: 992px) {
.bnf-item {
width: 100% !important;
}

.gm-pg-content-faq {
flex-direction: column;
}

.gm-pg-content, .gm-pg-faq {
width: 100%;
}

.kt-pg-form-map {
flex-direction: column !important;
}

.kt-pg-datalist {
flex-direction: column;
}

.kt-pg-dataitem {
width: 100%;
}

.hello-title-txt h2 {
font-size: 18px;
}

.about-double-block {
flex-direction: column;
}

.ab-title-half, .ab-content-half {
width: 100%;
}

.ab-content-half {
flex-direction: column-reverse;
}

.ab-title-half img {
height: 104px;
}

.start-steps-list {
flex-wrap: wrap;
}

.start-step-item {
width: 48%;
}

.ssi-front span {
font-size: 41px;
}

.mgl-card {
width: 42% !important;
height: 270px !important;
}

.foo-waveblock {
flex-direction: column;
}

.fw-logocol, .fw-navcol, .fw-additcol {
width: 100%;
}

.fw-navcol, .fw-additcol {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.fw-navcol a {
font-size: 12px;
}

.foo-waveblock, .main-gamlist-sect {
padding-top: 28px;
padding-bottom: 28px;
}

.ctbd-item {
width: 46%;
}
}

@media(max-width: 767px)  {
.ctbd-content button {
font-size: 10px !important;
}

.ctbd-imglink {
height: 275px !important;
}

.ctbd-item {
flex-direction: column !important;
}

.about-benefit-block {
flex-direction: column !important;
gap: 18px !important;
}

.bnf-txt {
padding:  17px;
}

.bnf-list {
gap: 26px;
}

.bnf-list img {
width: 166px;
height: 166px;
}

.bnf-txt {
font-size: 12px;
}

.hello-title-block {
padding-top: 166px;
padding-bottom: 28px;
}

.hrb-hello-img {
width: 220%;
left: -100%;
}

.body-content-bgimg1 {
transform: rotate(275deg);
left: -130%;
width: 250%;
}

.body-content-bgimg3 {
top: 10%;
right: -25%;
width: 70%;
}

.start-step-item {
width: 100%;
}

.suscr-form-title h4 {
font-size: 18px;
}

.suscr-form-title {
margin-bottom: 10px;
}

.fw-logocol a h3 {
font-size: 21px;
}

.body-content-bgimg2 {
bottom: 1%;
width: 300%;
}

.start-steps-title-wrapper, .start-steps-list{
width: 100% !important;
}


}

@media(max-width: 576px) {

.kt-pg-datapic {
padding: 10px 15px;
}

.kt-pg-form h4, .kt-pg-input input, .form-check {
font-size: 12px;
}

.kt-pg-form {
padding: 0;
}

.kt-pg-dataitem {
padding: 15px;
font-size: 12px;
}

.ctbd-item {
width: 100%;
}

.hello-title-block {
flex-direction: column;
gap: 18px;
}

.hello-title-txt, .hello-title-img {
width: 100%;
}

.hrb-nav-logo-link h3 {
font-size: 18px;
}

.mgl-card {
width: 100% !important;
}

.bnf-list {
flex-direction: column;
}

.bnf-list img {
display: none;
}

.bnf-item {
width: 100%;
}

.fw-additcol p {
font-size: 12px;
}

}
.button-1 {
display:block;
position:relative;

padding:7px;

text-decoration:none;
text-align:center;

border:1px solid rgba(0,0,0,0.4);
border-radius:0.3em;
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.5),
inset 0 18px 18px rgba(255,255,255,0.2),
1px 2px 1px rgba(0,0,0,0.3),
0 0 2px 8px rgba(50,50,50,0.1);
transition:all 0.5s ease-out;
background:orangered;

font-size: 14px;
font-weight:bold;
color:rgba(255,255,255,0.8);
text-shadow:0 -1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.3);
-webkit-font-smoothing: subpixel-antialiased;


}

.button-1:hover {
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.5),
inset 0 -18px 18px rgba(200,200,200,0.1),
1px 2px 1px rgba(0,0,0,0.3),
0 0 2px 8px rgba(100,100,100,0.1);
}

.button-1:active {
top:1px; 
}

.button-2 {
border: 5px solid #226fbe;
font-family: inherit;
font-size: 12px;
cursor: pointer;
padding: 10px 18px;
display: inline-block;
font-weight: 700;
outline: none;
position: relative;
transition: all 0.5s;
color: #fff;
background: #226fbe;
}

.button-2:after {
content: '';
position: absolute;
z-index: -1;
transition: all 0.5s;
}

.button-2:active {
top: 2px;
}

.button-2:hover {
background: #fff;
color: #226fbe;
}

.button-3 {
border: 1px dashed #13bd7c;
border-radius: 15px;	
font-family: inherit;
font-size: 14px;
cursor: pointer;
padding: 10px 18px;
display: inline-block;
text-transform: capitalize;
letter-spacing: 1px;
outline: none;
position: relative;
transition: all 0.5s;
color: #fff;
background: #13bd7c;
}

.button-3:after {
content: '';
position: absolute;
z-index: -1;
transition: all 0.5s;
}

.button-3:active {
top: 2px;
}

.button-3:hover {
background: #fff;
color: #13bd7c;
}

.button-4 {
border: 5 double #d25c1d;
border-radius:  41px;
font-size: 14px;
cursor: pointer;
padding: 10px 18px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
transition: all 0.5s;
color: #fff;
background: #d25c1d;
}

.button-4:after {
content: '';
position: absolute;
z-index: -1;
transition: all 0.5s;
}

.button-4:active {
top: 2px;
}

.button-4:hover {
background: #fff;
color: #d25c1d;
}

.button-5 {
cursor: pointer;
position: relative;
padding: 10px 14px;
font-size: 14px;
color: rgb(193, 163, 98);
border:  1px solid rgb(193, 163, 98);
border-radius: 30px;
background-color: transparent;
font-weight: 700;
transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
overflow: hidden;
}

.button-5::before {
content: '';
position: absolute;
inset: 0;
margin: auto;
width: 50px;
height: 50px;
border-radius: inherit;
scale: 0;
z-index: -1;
background-color: rgb(193, 163, 98);
transition: all 0.7s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-5:hover::before {
scale: 7;
}

.button-5:hover {
color: #212121;
scale: 1.1;
box-shadow: 0 0px 21px rgba(193, 163, 98,0.4);
}

.button-5:active {
scale: 1;
}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}

.pt{
  padding-top: 153px;
}