@font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-Regular.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-Regular.woff') format('woff');
    font-weight: 400; /* Вес для Regular */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-SemiBold.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: 600; /* Вес для SemiBold */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-Medium.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-Medium.woff') format('woff');
    font-weight: 500; /* Вес для Medium */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-Light.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-Light.woff') format('woff');
    font-weight: 300; /* Вес для Light */
    font-style: normal;
  }


*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
	-o-tab-size: 4;
	   tab-size: 4; /* 3 */
}


hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

summary {
	display: list-item;
}

:root {
    --light-primary: #fff;
    --accent-color: #dd167f;
    --accent-color-secondarily: #875f3b;
    --dark-primary: #000000;
    --hover-primary: #bd3b80;
    --border-color: #5a5a55;
    --bg-th:#5278b8;
    --bg-td:#343a3d;
    --td-hover:#9b8d8d;
    --accederBtn-hover:rgba(255, 255, 255, 0.6);
    --bg-list:#211753;
    --bt-btn-lang:linear-gradient(145deg, #223d99, #5fdede);
    --before-color:#dd167f;
    --btn-color: linear-gradient(145deg, #f70515, #ef323b, #ff5f14);
    --btn-hover:linear-gradient(145deg, #e73844, #c7020f);
    --btn-active:linear-gradient(145deg, #c7020f, #a0020d); 
    --bg-header: #171717;
    --bg-footer: linear-gradient(to top, #000000, #333333);
    --question-color: #211753;
}

*:where( :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a,
button {
    cursor: revert;
    text-decoration: none;
    
}

ol,
ul,
menu {
    list-style: none;
}

img {
    max-inline-size: 100%;
    max-block-size: 100%;
  
}

input,
textarea {
    -webkit-user-select: auto;
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
         appearance: revert;
}


:where(pre) {
    all: revert;
    box-sizing: border-box;
}

::-moz-placeholder {
    color: unset;
}

::placeholder {
    color: unset;
}

::marker {
    content: initial;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

:where(dialog:modal) {
    all: revert;
    box-sizing: border-box;
}

body{
    font-family: IBMPlexSans, sans-serif;;
    font-size: 17px;
    line-height: 1.5;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0;
    background-color: var(--light-primary);
    font-weight: 400;
}

h1{
    letter-spacing: .095rem;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 102%;
    margin-bottom: 15px;

    @media (min-width: 768px) {
        font-size: 2.75rem;
        font-weight: 900;
        margin-bottom: 0;
        
    }
}

h2{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

h3,h4{
    font-weight: 600;
    font-size: 20px;
    margin-top:10px;
}



.section{
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    color: var(--dark-primary);
}

.text-weight{
font-weight: 700
}

.text-link{
    color: var(--accent-color);
    font-weight: 600;
    &:hover{
        color: var(--hover-primary);
    }
}

.logo{
    display: none;
}

.logo-mob{
    margin-left: 20px;
}

    @media(min-width:992px){
        .logo-mob{
            display: none;
        }

        .logo{
            display: block;
        }
       }


.logo-link{
    margin-right: 50px;
}

.hero-text {
    font-weight: 600;
    text-align: center;
    margin: 15px auto;

}

/* .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: var(--light-primary);
  background: var(--btn-color);
  border-radius: 0.75rem;
  transition: all 0.1s ease;
  max-width: 350px;
  height: 60px;
  margin: 25px auto;
}

.button:hover {
  background: var(--btn-hover);
}

.button:active {
  letter-spacing: 0px;
  transform: skew(-10deg) translateY(6px); 
  background: var(--btn-active); 
} */



.img-box {
  width: 100%;
  height: auto; 
  max-width: 700px;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px auto;
   
   

    & img {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      display: block;
    }
}

.no-scroll {
    overflow: hidden;
  }

.hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

strong{
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}


/* ----------header----------- */
/* .header {
    background: var(--bg-header);
    color: var(--light-primary);
    width: 100%;
    padding: 0px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    transition: all 0.4s ease;

  @media(min-width:762px){
    padding: 10px 30px;
   }
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media(min-width:992px){
     justify-content: center;
    }
}

.header-cover{
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    width: 100%; 
    max-width: 1000px;
}

@media(min-width:992px){
    nav{
        margin-left: 75px;
    }
   }

.nav-mob.is-visible {
    transform: translateY(0);
}

.nav-list {
    display: none;
 }

@media (min-width: 992px) {
    .nav-list {
       display: flex;
       gap: 54px;
       align-items: center;
    }
 }

.nav-item {
position: relative;

    &:hover{
        color: var(--accent-color);
    }
}

.header-box {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 15px;

    @media (min-width:992px) {
        display: flex;
    }
    
}

.line-vertical_navbar {
    background-color: var(--border-color);
    width: 1px;
    height: 1.75rem;
    
}

.header-btn{
    padding: 1rem 1.25rem;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 700;
    background-color: var(--accent-color);
    padding: .875rem 1rem;
    font-size: .813rem;
    line-height: .875rem;
    border-radius: .9rem;
    transition: all 0.3s ease;

    &:hover{
        background-color: var(--hover-primary);
        color: var(--light-primary);
    }
}

.header-btn.acceder{
    background-color: var(--bg-header);
    border: var(--light-primary) 1px solid;
}

.header-btn.acceder:hover{
    background-color: var(--accederBtn-hover);
   
}

.menuButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10%;
    width: 2.4em;
    height: 2.5em;
    border-radius: 0.5em;
    transition: all .3s;
    position: absolute;  
    right: 20px; 
    z-index: 999;
    margin: 0;
    padding: 0;

    @media (min-width:992px) {
        display: none;
    }
}

.menuButton.active{
    background: #fff;
}

.menuButton:hover {
    border: 1px solid white;
}

.menuButton span {
    width: 20px;
    height: 2.1px;
    background: var(--light-primary);
    border-radius: 100px;
    transition: 0.3s ease;
}

.menuButton.active .top {
    transform: translateY(6px) rotate(45deg); 
    width: 30px;
    background-color: var(--dark-primary); 
}

.menuButton.active .bot {
    transform: translateY(-6px) rotate(312deg);
    width: 30px;
    background-color: var(--dark-primary); 
}

.menuButton.active .mid {
    opacity: 0;
}

.nav-mob {
    transform: translateY(-200%);
    background: var(--bg-header);
    color: var(--light-primary);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    transition: all 0.4s ease;
    overflow-y: auto;
   
    overflow: hidden;
}

.nav-btn-close{
position: absolute;
top: 33px;
right: 27px;;

}

.nav-list-mob {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 80px;

}

.nav-link{
transition: all 0.3s ease;
font-weight: 700;
}

.nav-link.active {
    border-bottom: 2px solid var(--bg-accent-color);
    color: var(--accent-color);
}

.nav-link-mob.active {
  border-bottom: 2px solid var(--accent-color);
  color: var(--accent-color);
  position: relative;
} */
/* ------------ */

/* download-section */

.section-fon {
    position: relative;
    width: 100vw;
    height: 50vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-fon img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.section-fon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -200px 150px 10px #1f2125;
    z-index: 2;
}


@media (min-width:600px) {
    .section-fon{
        height: 65vh;

    }
}

@media (min-width:1200px) {
    .section-fon{
        height: 78vh;

    }
}

.download-section {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 850px;
    margin: -70px auto 0 auto;
    z-index: 3;
    overflow: hidden;
}

.download-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }

  .download-cover {
    display: grid;
    grid-template-columns: auto 1fr; 
    gap: 15px; 
    align-items: center;
  }

.download-img{
    border-radius: 20%;
    grid-column: 1
}

.download-content {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

.download-title{
    line-height: 1.7rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 0 5px 0;

   @media (min-width:600px) {
    font-size: 1.7rem;
   }

   @media (min-width:992px) {
    font-size: 1.9rem;
   }
}
  
  .download-content a {
    color: var(--accent-color);
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
  }

  .info-cover{
   margin-top: 15px;

    @media (min-width: 600px) {
        display: flex;
    }
  }

.info-container {
    display: flex;
    align-items: center;
    gap: 50px;

    @media (max-width: 600px) {
        margin-bottom: 15px; 
    }
    
  }

  .rating-value{
    display: flex;
    align-items: center;
    gap: 3px;
  }
  
  .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
  }
  
  .info-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 1px;
    background-color: #6f6f6f;
  }
  
  .info-content {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .info-description {
    font-size: 14px;
    color: #6f6f6f;
  }
  
  .icon {
    font-style: normal;
    margin-left: 5px;
  }

  .info-btn{
    background: #00a173; 
     width: 100%;
    margin: 0 auto;

    @media (min-width:600px) {
        max-width: 200px;
    }

    @media (min-width:768px) {
        max-width: 300px;
    }
  }

  .info-btn:hover{
    background: #03bb87; 
  }
/* --------------- */

.questions{
    max-width: 635px;
}

@media  (min-width:768px) {
    .questions-faq{
    letter-spacing: .095rem;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 101%;
    text-align: center;
  }
}

.questions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--dark-primary);
}

.questions-content-box {

    &:hover .questions-title{
   color: var(--question-color);
    }

    &:hover .questions-plus{
        background-color: #fff;
        border: 1px var(--question-color) solid;
         }
}

.questions-cover{
display: flex;
align-items: center;
justify-content: space-between;

}

.questions-title {
    display: grid;
    grid-template-columns: 1fr 20px;
    cursor: pointer;
    align-items: center;
    font-size: 22px;
    margin-bottom: 15px;
   
}

.questions-plus {
    border-radius: .375rem;
    min-width: 1.875rem;
    height: 1.875rem;
    padding: .25rem;
    background-color: #f2e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}

.top-line, .bottom-line {
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: var(--question-color);
}

.top-line {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.questions-plus.active .top-line {
    transform: rotate(0deg);
  }
  

.icon {
    width: 30px;
    height: 25px;
    fill: var(--light-primary);
}

.questions-content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }
  /* --------- */

@media (min-width:992px) {
    .hero-cover{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 45px;
       
        }
        
        .hero-box {
            width: 50%;
        }
}

.hero-mob-text{
    font-weight: 600;
    margin-top: 10px;

    @media (min-width:768px) {
        display: none;
     }
}

.hero-list-mob {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;

    @media (min-width:768px) {
        display: none;
     }
}

.hero-item-mob{
    width: 100%;
    margin: 5px;
}

.hero-list {
    margin-top: 20px;

    @media (max-width:768px) {
       display: none;
    }
}

.hero-img-box{
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
    max-height: 400px;
    max-width: 300px;
    margin: 0 auto;

    & img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }

    @media (min-width:992px) {
        max-width: 300px;
    }
  }

.list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
    padding: 20px 0px 0px 40px;
    margin-bottom: 15px;
}

.list-item{
    position: relative;
    padding: 10px 25px 10px 40px;
    border-radius: 10px;
    background: var(--bg-list);
    color: var(--light-primary);

    &::before {
        content: attr(data-title);
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-weight: 700;
        font-size: 38px;
        background: var(--before-color);
       
        border-radius: 50%;
        z-index: 2;
        color: var(--light-primary);
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2),
                    inset 0px -3px 6px rgba(0, 0, 0, 0.3),
                    inset 0px 3px 6px rgba(255, 255, 255, 0.3);
    }
}

/* -------table--------- */

table {
    width: 100%; 
    margin-top: 15px;
    margin-bottom: 15px;
   
}

th{
    font-size: 18px;
}

th, td {
    padding: 8px; 
    text-align: left; 
    border-bottom: 1px solid var(--border-color);
}

@media (max-width:500px) {
    table {
        font-size: 12px;
       
    }

    th{
        font-size: 14px;
    }

    th, td {
        padding: 8px; 
        text-align: left; 
        border-bottom: 1px solid var(--border-color);
    }
}


th {
    /* background-color: var(--bg-th); */
    font-weight: bold;

    &:first-child{
        border-top-left-radius: 10px;
    }

    &:last-child{
        border-top-right-radius: 10px;
    }
}

tbody tr:hover {
    background-color: var(--td-hover);
    color: var(--light-primary);
}

.hidden {
    display: none;
}

.table-double tr>td:nth-child(odd) {
    background: var(--bg-td);
    color: var(--light-primary);
    font-weight: 500;
}

.table-triple td:first-child{
    background: var(--accent-color);
    color: var(--dark-primary);
}

/* footer */

.footer{
    width: 100%;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    background: var(--bg-footer);
    color: var(--light-primary);
}

.footer-text{
font-size: 12px;
}

.footer-payment-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.footer-payment-list {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.footr-list{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

/* ---- */

/* ---------------swiper-------------------- */
.swiper{
    
margin-top: 50px;
    & img{
        object-fit: contain;
    }
    
}

@media (max-width: 628px) {
    .swiper.desk {
      display: none;
    }
  }
  
  @media (min-width: 629px) {
    .swiper.mob {
      display: none;
    }
  }


.swiper-button-next::after, .swiper-button-prev::after{
    color: #ffbe1f;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{
    background: var(--bg-list);
}

.bonuse-img-box{
    display: flex;
    
}

/* review */

.review-card {
    background: var(--light-primary);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--dark-primary);
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.positive-review {
    border-left: 5px solid #4CAF50;
}

.positive-review .review-rating {
    color: #4CAF50;
}

.neutral-review {
    border-left: 5px solid #FFC107; 
}

.neutral-review .review-rating {
    color: #FFC107;
}

.negative-review {
    border-left: 5px solid #F44336;
}

.negative-review .review-rating {
    color: #F44336;
}

.review-card h3 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: bold;
    
}

.review-card .review-rating {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.review-card .review-text {
    font-size: 1em;
    line-height: 1.5;
    
}

/* ----------plus-minus------------- */

.plus-minus-box{
   margin-top: 15px;

   @media (min-width:992px) {
 
        display: flex;
        gap: 15px;
}
}

.group {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1;
}

.plus-group {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
}

.minus-group {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
}

.plus-minus-box ul li {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.plus-group ul li::before {
    content: '✔';
    color: #4CAF50;
    margin-right: 10px;
}

.minus-group ul li::before {
    content: '✖';
    color: #F44336;
    margin-right: 10px;
}

/* -----------win-box--- */


@media (min-width:725px) {
    .win-box{
        display: flex; 
        gap: 10px;
    }

    .win-box > .win-box-width{
        max-width: 50%;
        ;
    }

    .img-mob{
        width: 30%;
        }

} 

 .win-box-width{
    margin-top: 15px
}

/* demo */
.iframe-bwb {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #171515ff;
}

.iframe-bwb__bg-image {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%) blur(6px);
    background-image: url(./img/demo/demo2.webp);

}

.iframe-bwb__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.iframe-bwb__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    line-height: 48px;
    width: 10em;
    border: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    max-width: 99%;
    letter-spacing: 2px;
    padding: 15px 10px;
    color: var(--light-primary);
    background: var(--btn-color);
    border-radius: 0.75rem;
    transition: all 0.1s ease;
  
}

.iframe-bwb__button:hover {
    background: var(--btn-hover);
  }
  

  #game-container {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 500px; 
    display: none; 
}

.game-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.main-icon-uoutube{
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 98px; 
    height: 68px; 
    background: url('./img/youtubelogo.svg') no-repeat center center; 
    background-size: contain;

    @media (min-width:768px) {
        width: 155px;
        height: 104px;
    }
}

.demo-group{
    background: var(--before-color);
    color:var(--light-primary);
    & li{
        background: var(--light-primary);
        color: var(--dark-primary);
        border: none;
    }
}

/* features */

.features-box {
    display: flex;
    gap: 30px;
}

.features-box > :first-child {
    flex: 1; 
}

.features-box > :last-child {
    flex: 2;
}


/* ----- */

/* index */

/* .index-hero {
    @media (min-width: 768px) {
        background-image: url(./img/main/main1.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 100%;
        padding: 240px 40px 140px 90px;
    }
  } */

  .index-img-box{
      width: 100%;
  }

  .index-img-box > img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/* .index-title{
   
    max-width: 500px;
    display: block;
    

    @media (max-width: 768px) {
      margin-left: 15px;
      margin-right: 15px;
    }

    @media (min-width:768px) {
        font-size: 2.75rem;
        font-weight: 900;
        color: var(--light-primary);
        text-align: center;
        margin-bottom: 25px;
    }
   
} */

.index-mob_img{
    width: 100%;

    @media (min-width: 768px) {
        display: none; 
    }
  }

  /* .index-button-box{
    max-width: 500px;
    padding: 0px 15px;
  } */

  /* .index-hero-text{
    color: var(--light-primary);
    font-weight: 600;
    margin-bottom: 15px;
    margin: 0px 15px 15px 15px;
    text-align: center;

    @media (max-width: 768px) {
        color: var(--dark-primary);
        margin: 0px 0px 15px 0px;
        text-align: center;
       
    };
  } */

/* --hw-- */

@media (max-width:768px){
    .hw-title{
        margin-top: 15px;
    }
}

.win-img-box {
    position: relative;
    max-width: 320px;
    max-height: 380px;
    overflow: hidden;
    border-radius: 15px;

    @media (max-width:768px) {
        margin: 0 auto;
    }
  }
  
  .static-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  .parallax-img {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none; 
  }
  
  .parallax-img-second {
    z-index: 2; 
    opacity: 0.8; 
    top: 63%;
    left: 60%;
  }
  
  .parallax-img-third {
    z-index: 3; 
    opacity: 0.6;
    top: 55%;
    left: 55%;
  }

  @media (max-width:768px){
    .hw-button{
        display: none;
      }
}
  
  .hw-section{
    background-image: url(./img/how-win/how-win-section.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    color: var(--light-primary);

    @media (min-width:992px) {
        padding: 20px 270px;
    }
  }

  .hw-list{
      @media (min-width:1400px) {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    
        &>li{
            flex: 1;
        }

        & .img-box{
            height: 90px;
        }

        & img{
           object-fit: cover;
            max-width: 500px;
        }
    }
  }

  /* --------wp------- */

  .section-where-play, .section-secondary{
   padding:120px 20px 20px 20px;

   @media (max-width:768px) {
    padding-top: 100px;
   }
  }

  .section-secondary{
    @media (max-width:768px) {
        padding-top: 12px;
       }
  }

  .section-where-play{
    background: linear-gradient(to right, #3b5356, #19272a);
    color: var(--light-primary);
  }

  .wp-img-desk{
    display: none;
}

  @media (min-width:768px) {

    .where-play-box{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
        gap: 35px;
        max-width: 1000px;
        margin: 0 auto;
    
        }

        .wp-img-desk{
            display: block;
        }
        
    .wrapper {
        position: relative;
        
    }
    
    .section-where-play{
        
        font-size: 20px;
    }
    
    .wp-title{
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .section-secondary{
        --mask: radial-gradient(circle at var(--x, 70%) var(--y, 50%), black 25%, transparent 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #f17000, #fffdb0);
        color: var(--dark-primary);
        -webkit-mask-image: var(--mask);
        mask-image: var(--mask);
        font-size: 20px;
        font-weight: 600;
    
    }

    .section-secondary h2{
            font-size: 28px;
            font-weight: 900;
        }

  }

  @media (min-width:768px){
    .wp-flex{
        display: flex;
        gap: 20px;
        align-items: center;
    
        &>div{
            flex: 1;
        }
      }
  }

  /* bonus */

  /* .bonus-section {
    width: 100vw;
    background-color: var(--accent-color);
    padding: 25px 10%;
    overflow: hidden;

    @media (min-width: 768px) {
    
        display: flex;
        align-items: center;
      
    }
    
}

.bonus-hero-box{
    flex: 1;

    @media (max-width: 768px) {
    
        margin-bottom: 15px;
      
    }
}

.bonus-title {
    
  text-align: center;
  
}
 
.bonus-btn {
    background-color: var(--dark-primary);
    color: var(--accent-color);
    text-align: center;
    text-transform: uppercase;
    border-radius: .5rem;
    padding: 1rem 1.25rem;
    font-family: IBM Plex Sans, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: .875rem;
    transition: all .14s ease-in-out;
    margin: 0 auto;
    display: block;
    max-width: 250px;
    transition: all 0.3s ease;
}

.bonus-btn:hover{
    color: var(--dark-primary);
    background-color: var(--light-primary);
}

.bonus-img-box {
    flex: 1;
    position: relative;
    height: 350px;
  
  @media (min-width: 400px) {
    
      height: 350px;
      width: 300px;
  }

  @media (min-width: 768px) {
    
    height: 550px;
}
}

.bonus-img-top {
   position: absolute;
   width: 270px;
}

@media screen and (min-width: 768px) {
    .bonus-img-top {
        width: 300px;
     }
    
}

.bonus-img-mid {
    position: absolute;
    left: -35%;
    bottom: -40px;
    width: 200px;
    height: 200px;
}

.bonus-img-bottom {
    position: absolute;
   right: -15%;
   top: 40px;
   width: 150px;
   height: 150px;

   @media (min-width: 768px) {
    
    width: 250px;
    height: 250px;
  }
} */

/* bonuses */
.bonuses-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
    border-radius: 12px;
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
  }

  .bonuses-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #990099;
  }

  .bonus-item {
    background-color: #fff;
    border-left: 5px solid var(--accent-color);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .bonus-item:hover {
    transform: translateY(-5px);
  }

  .bonus-item h3 {
    margin: 0 0 10px;
    color: #333;
    font-size: 1.25rem;
    position: relative;
    padding-left: 30px;
  }

  .bonus-item h3::before {
    content: "🎁";
    position: absolute;
    left: 0;
    top: 0;
  }

  .bonus-item p {
    margin: 0;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
  }

  /* ------btn to top--------- */
  .scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: var(--accent-color);
    color: var(--light-primary);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    text-align: center;
  }
  .scroll-to-top:hover {
    background-color: #000;
  }