*,
::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 */
       scroll-behavior: smooth;
}


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;
}
p{
    margin: 10px 0;
}
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: #ffcc29;
    --accent-color-secondarily: #875f3b;
    --dark-primary: #000000;
    --hover-primary: #7a1dff;
    --border-color: #878776;
    --bg-th:#5278b8;
    --bg-td:#ffad1e;
    --td-hover:#9b8d8d;
    --bg-list:linear-gradient(145deg, #fef84a, #ffad1e);
    --bt-btn-lang:linear-gradient(145deg, #223d99, #5fdede);
    --before-color:linear-gradient(to right, #5278b8, #4c6bde);
    --btn-color: linear-gradient(145deg, #f70515, #ef323b, #ff5f14);
    --btn-hover:linear-gradient(145deg, #e73844, #c7020f);
    --btn-active:linear-gradient(145deg, #c7020f, #a0020d); 
    --bg-header: var(--light-primary);
    --bg-footer: linear-gradient(to top, #000000, #333333);
    --bg-box-btn:#ddcece;
}

*: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;
}
.bold{
    font-weight: 900;
}

: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.55rem;
    font-weight: 700;
    line-height: 102%;
    /* margin-bottom: 15px; */
    color: #000;






    @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: 15px 0;
}

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



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

.section-top{
    padding-top: 5px;

    @media(min-width:762px){
        padding-top: 20px;
       }
}

.logo{
        margin-left: 15px;

    @media(min-width:762px){
        margin-right: 135px;
        margin-left: 15px;
       }
    
}

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

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

}

.main_block{
    display: flex;
    flex-direction: column-reverse;
   
    @media(min-width:762px){
            flex-direction: column;
       }
}

.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.5s ease;
  max-width: 350px;
  height: 60px;
  margin: 30px auto 0;
  
}

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

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

.button-demo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
    top: 35%;
    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.2em;
    line-height: 48px;
    width: 14em;
    border: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    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.5s ease;
    
      @media(min-width:762px){
            width: 15em;
            font-size: 1.5em;
            top: 40%;

       }

    
}
.button-demo:hover{
    color: #000;
    background-color: fedc00;
    font-size: 1.55em;
}
.button-none {
    display: none; 
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    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.5s ease;
    max-width: 350px;
    height: 60px;
    margin: 10px auto;
  }
  
  .button-none.show {
    display: flex;
    transform: translateY(0);
  }
  .button-none:hover{
    transform: scale(1.05);
  }
  
.img-box {
  width: 100%;
  height: auto; 
  /* max-width: 700px; */
  border-radius: 5px;
  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 {
    display: flex;
    justify-content: center;
    /*position: fixed;*/
    
    top: 0px;
    left: 20px;
    /*border-radius: 10px;*/
    
    
    /* background: linear-gradient(90deg, #5efc8d 0%, #a259ff 50%, #ff5757 100%); */
    background-color: #000;


    color: #000;
    font-weight: 900;
    /*width: calc(100% - 40px);*/
    /* padding: 10px 0; */
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    z-index: 998;
    transition: all 0.4s ease;
     width: 100%; 
 
 
}

/* .header:hover .nav-link.active{
    @media(min-width:762px){
       color: #720909;

       }
} */

.bonusnow{
    display: none;
    @media(min-width:762px){
        
       display: inline-block;
       }
}

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

    @media(min-width:992px){
     justify-content: space-between;
     max-width: 1200px;
    }
}

@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: 30px;
       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: #f50202;
    padding: .875rem 0.8rem;
    font-size: .813rem;
    line-height: .875rem;
    border-radius: .5rem;
    transition: all 0.3s ease;
    color: #ffffff;

    &:hover{
        background-color: red;
        color: var(--light-primary);
    }
   
}
.header-btn{
    @media(min-width:768px){
        background-color: #fff;
        color: #000;
        }
}

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

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

.menuButton.active{
    background: #000;
}

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

.menuButton span {
    width: 20px;
    height: 2.1px;
    background: #fff;
    border-radius: 100px;
    transition: 0.3s ease;
}

.menuButton.active .top {
    transform: translateY(6px) rotate(45deg); 
    width: 30px; 
}

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

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

.nav-mob {
    transform: translateY(-200%);
    background: #3d4040;
    color: #fff;
    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;
color: #fff;
}
.nav-link:hover{
    color: #d41002;
}
.nav-link.active {
    border-bottom: 2px solid var(--bg-accent-color);
    color: var(--accent-color);
    color: #0531c0;
}

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

/* lang */

.language-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    display: none;

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

.dropdown-btn{
    display: flex;
    align-items: center;
    padding: 6px 14px;
    gap: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    z-index: 999;
     @media (min-width:992px) {
            min-width: 130px;

    }
}

.dropdown-content.show {
    display: block;
  }

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.mob a{
    padding: 10px 5px;
    font-size: 16px;
}

.dropdown-content a:hover {
    background: #b9b8b8;
    color: #7c0000;
}

.language-dropdown:hover .dropdown-content {
    display: block;
}

@media (max-width: 991px) {
    .language-dropdown:hover .dropdown-content {
        display: none;
    }

    .dropdown-content.show {
        display: block;
        overflow-y: auto;
        /* max-height: 150px; */
    }
}



.lang-switcher-new {
  position: relative;
  display: none;
  font-family: sans-serif;
  margin-right: 20px;
     @media (min-width:992px) {
              display: block;


    }
}

.lang-btn-new {
  background: transparent;
  border: none;
  color: white;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
}

.lang-btn-new svg {
  margin-left: 4px;
  fill: white;
}

.lang-dropdown-new {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  max-height: 500px;
  overflow-y: auto;
  background: #1d2333;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Desktop hover show */
.lang-switcher-new:hover .lang-dropdown-new {
  display: block;
}

/* Mobile click-toggle only */
@media (max-width: 991px) {
  .lang-switcher-new:hover .lang-dropdown-new {
    display: none;
  }

  .lang-dropdown-new.show {
    display: block;
    max-height: 80vh;
  }
}

.lang-group-new {
  background: #20293d;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 12px;
}

.lang-group-title-new {
  font-size: 13px;
  color: #c6d2e1;
  margin-bottom: 10px;
  font-weight: 600;
}

.lang-option-new {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.lang-option-new:hover {
  background: #2b364b;
}

.lang-option-new.selected {
  background: #2b364b;
}

.lang-option-new img {
  flex-shrink: 0;
}

.lang-option-new .lang-name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.lang-option-new .lang-label {
  color: #a5b0c0;
  font-size: 13px;
}

.lang-option-new .lang-check {
  margin-left: auto;
  font-size: 18px;
  color: #2e91ff;
  font-weight: bold;
}

/* Для Chrome, Edge, Safari */
.lang-dropdown-new::-webkit-scrollbar {
  width: 6px;
}

.lang-dropdown-new::-webkit-scrollbar-track {
  background: transparent;
}

.lang-dropdown-new::-webkit-scrollbar-thumb {
  background-color: #4d5666; /* Цвет скролла как на скрине */
  border-radius: 6px;
}

.lang-dropdown-new::-webkit-scrollbar-thumb:hover {
  background-color: #687385;
}

/* Для Firefox */
.lang-dropdown-new {
  scrollbar-width: thin;
  scrollbar-color: #4d5666 transparent;
}



/*mobile*/
.lang-selector-mobile {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 999;
}

.lang-box {
  position: relative;
  width: auto;
}

.lang-toggle {
  background-color: #d41002;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.lang-toggle img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.lang-list {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  max-height: 320px;
  overflow-y: auto;
  width: max-content;
  min-width: 120px;
}

.lang-list.show {
  display: flex;
  flex-direction: column;
}

.lang-list a {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  text-decoration: none;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.lang-list a img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.lang-list a:hover {
  background-color: #f1f1f1;
}

.lang-list::-webkit-scrollbar {
  width: 5px;
}
.lang-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Скрыть в desktop */
@media (min-width: 992px) {
  .lang-selector-mobile {
    display: none;
  }
}

/* Красивый скроллбар для lang-list (мобилка) */
.lang-list {
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 transparent;
}

.lang-list::-webkit-scrollbar {
  width: 6px;
}

.lang-list::-webkit-scrollbar-track {
  background: transparent;
}

.lang-list::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.lang-list::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}


  /* ----- */

.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-item{
    padding: 10px;
    border-radius: 10px;
    color: #070707;
    border: 2px solid;
}

.questions-content-box {

    &:hover .questions-title{
   color: #2b68f6;
    }

    &:hover .questions-plus{
        background-color: #1ff013;
        border: 1px #0531c0 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: #0531c0;
}

.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: 5px;
    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-vertical {
    display: flex;
    justify-content: center;
    align-items: stretch; /* Растягивает по высоте */
    gap: 20px;
    padding: 40px;
    flex-wrap: wrap; /* На случай адаптива */
  }
  
  .list-item-vertical {
    flex: 1 1 300px; /* Растягиваются, но минимально по 300px */
    max-width: 500px;
    /* min-height: 160px; */
    background: linear-gradient(90deg, rgb(190, 159, 4) 0%, rgb(90 28 181) 100%);
    color: #fff;
    padding: 20px 25px 20px 60px;
    border-radius: 12px;
    position: relative;
    font-weight: 500;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1s ease;
    box-shadow: 0px 4px 6px rgb(227 0 0 / 75%), 9px 8px 10px rgb(0 0 0 / 83%), inset 0px 3px 6px rgb(255 255 255 / 94%);
  }

  .list-item-vertical:hover{
    transform: scale(1.05);
  }

  
  /* Кружок с числом */
  .list-item-vertical::before {
    content: attr(data-title);
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

.list-item{
    position: relative;
    padding: 10px 25px 10px 40px;
    border-radius: 10px;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(2, 37, 165) 0%, rgba(48, 186, 255, 1) 100%);
    color: #ffffff;
    transition: 1s ease;


    &::before {
        content: attr(data-title);
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-weight: 700;
        font-size: 38px;
        background: red;
       
        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); */
    }
}

.list-item-1{
    position: relative;
    padding: 10px 25px 10px 40px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(204, 171, 5) 0%, rgb(90 28 181) 100%);
    color: #fff6f6;
    font-weight: 700;

    &::before {
        content: attr(data-title);
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-weight: 700;
        font-size: 38px;
        background: rgb(0, 13, 255);
       
        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); */
    }
}
.list-item-2{
    position: relative;
    padding: 10px 25px 10px 40px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    background: #09197ed8;
    /* color: var(--dark-primary); */

    &::before {
        content: attr(data-title);
        position: absolute;
        top: 50%;
        left: -30px;
        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); */
    }
}
.list-item-3{
    position: relative;
    padding: 10px 25px 10px 40px;
    border-radius: 10px;
    color: #000000;
    font-weight: 700;

    background: rgb(212, 137, 24);
    color: #000;
    /* color: var(--dark-primary); */

    &::before {
        content: attr(data-title);
        position: absolute;
        top: 50%;
        left: -30px;
        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); */
        background-color: #223d99;
       
        border-radius: 20%;
        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); */
    }
}
.list-item-4{
    position: relative;
    padding: 10px 25px 10px 40px;
    border-radius: 10px;
    color: #000;
    font-weight: 700;

    background: #0560817e;
    /* color: var(--dark-primary); */

    &::before {
        content: attr(data-title);
        position: absolute;
        top: 50%;
        left: -30px;
        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: 20%;
        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); */
    }
}
.list-item-none{
  list-style: disc; 
  margin-left: 15px;
}
.list-item-number{
  list-style: revert; 
  margin-left: 15px;
}



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

.table-double {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  max-width: 900px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.table-double thead th {
  background-color: #f8f8f8;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 2px solid #e0e0e0;
}

.table-double tbody td {
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

.table-double tbody tr:nth-child(even) {
  background-color: #fafafa;
}






/* ---- */

/* ---------------swiper-------------------- */
.swiper{
    

    & 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-main */
.demo-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    @media (min-width:992px) {
        align-items: center;
        flex-direction: row;
}

}
.demo-main .iframe-bwb{
    width: 100%;
    max-height: 400px;
     @media (min-width:768px) {
         max-height: 650px;
    }
}
/* demo */
.iframe-bwb {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #171515ab;
    margin: 15px 0 10px;

}

.iframe-bwb__bg-image {
    height:350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(30%); 
    background-image: url(/assets/img/main/ar.webp);
     @media (min-width:768px) {
        height: 500px;
    }
}

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

.iframe-bwb__button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    top: 60%;
    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.2em;
    line-height: 48px;
    width: 14em;
    border: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    max-width: 99%;
    letter-spacing: 2px;
    padding: 15px 10px;
    text-transform: uppercase;
    background-color: #887d95;
    color: #e0e0e0;
    border-radius: 0.75rem;
    transition: all 0.5s ease;
    
    background: #C2C0CE;
    color: #090909;
    /*font-size: 16px;*/
    font-weight: 700;
    
    @media (min-width:768px) {
        font-size: 1.5em;
        width: 15em;
    }
  
}

.iframe-bwb__button:hover {
    color: #cd0000;
    font-size: 1.55em;
  

  }
 .btn-none{
    display: none;
    transition: 0.5s ease;
 } 

  #game-container {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    height: 350px; 
    display: none; 
     @media (min-width:768px) {
            height: 500px; 

    }
}

.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-box{
    position: relative;
}
.index-hero-1-img{
    position: absolute;
    top: -250px;
    right: 250px;
    height: 800px;
    width: 500px;
    max-inline-size: none;
    max-block-size: none;
}

.index-hero-1 {
    display: none;
    @media (min-width: 768px) {
        display: inline-block;
        width: 100%;
        background-image: url(/assets/img/main/main1-1.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100%;
        padding: 240px 40px 140px 90px;
        margin-top: 50px;
    }
  }
.index-title-1{
    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-title-1,
.index-hero-1-img,
.index-button-box-1 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 1s ease;
}
.index-hero-box:hover .index-title-1,
.index-hero-box:hover .index-hero-1-img,
.index-hero-box:hover .index-button-box-1 {
    opacity: 1;
    visibility: visible;
}
.index-hero {
    @media (min-width: 768px) {
        background-image: url(./img/main/background.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100vh;
        padding: 240px 40px 140px 90px;
        /*margin-top: 50px;*/
    }
  }
.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-button-box-1{
    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: 5px;

    @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/main/bg-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    padding: 20px;
    color: var(--dark-primary);

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

  .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;
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
}

.where-play-box > div {
  flex: 1 1 50%; /* растягиваем оба на равные доли */
  box-sizing: border-box;
  text-align: center;
}



        .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;
        }
      }
  }

  /* download */

  .download-section {
    width: 100vw;
    /* background-color: var(--accent-color); */
    background-image: url('/assets/img/download/download-back-1.webp'); /* Путь к изображению с Снупом Доггом */
    background-size: cover; /* Растягиваем изображение по всей ширине */
    background-position: center; /* Центрируем изображение */
    background-repeat: no-repeat; /* Запрещаем повторение фона */
    overflow: hidden; /* Прячем элементы, выходящие за пределы */
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
    height: 50vh;

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

.download-hero-box{
    flex: 80%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000c5;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;

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

.download-title {
    color: #fff;
  text-align: center;
  
}
 
.download-btn {
    background-color: #f90000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: .5rem;
    padding: 1rem 1.25rem;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5rem;
    transition: all .14s ease-in-out;
    margin: 0 auto;
    display: block;
    max-width: 250px;
}

.download-btn:hover{
    color: #121212;
    background-color: #fedc00;
}

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

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

.download-img-top {
   position: absolute;
   border-radius: 20px;
}

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

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

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


/* .feature-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    @media (min-width: 768px) {
        flex-direction: row;
      }
}
.feature-img{
    flex: 60%;
} */
 /* Mobile Styles */
 .feature-box-wrapper {
    display: grid;
    grid-template-columns: 1fr; /* По умолчанию один столбик (мобильный вид) */
    gap: 16px; /* Отступы между элементами */
}

/* Для экранов шире 768px (планшеты и десктопы) */
@media (min-width: 768px) {
    .feature-box-wrapper {
        grid-template-columns: 1fr 1fr; /* Два столбика */
    }
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #333;
    color: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
}

.feature-img img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.feature-text h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #ffad1e;
}

.feature-text p {
    font-size: 14px;
    line-height: 1.4;
}

/* Desktop Styles */
@media (min-width: 768px) {
    .feature-box {
        flex-direction: row;
        text-align: left;
        padding: 20px;
    }

    .feature-img {
        flex: 1;
        max-width: 250px;
    }

    .feature-text {
        flex: 2;
        padding-left: 20px;
    }

    .feature-text h3 {
        font-size: 22px;
    }

    .feature-text p {
        font-size: 16px;
    }
}



/* Основные стили */
.accordion-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    @media (min-width: 768px) {
    
        flex-direction: row;
      }
  }
  
  /* Аккордеон */
  .accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    @media (min-width: 768px) {
    
        width: 35%;
      }
  }
  
  .accordion-button {
    width: 100%;
    padding: 10px 15px;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
  }
  
  .accordion-button:hover {
    color: #7a1dff;
  }
  
  /* Контент аккордеона */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 15px;
    font-size: 14px;
    color: #555;
  }
  
  /* .accordion-content.active {
    padding: 10px 15px;
  } */
  
  /* Видео-контейнер */
  .video-content {
    display: none;
    width: 100%;
    border-radius: 10px;
    @media (min-width: 768px) {
        display: inline-block;
        width: 65%;
      }
  }

  iframe.embed_feature {
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
  #video-frame-mob{
    width: 300px;
    height: 188px;
    @media (min-width: 768px) {
       display: none;
      }
  }
  

/* Стиль для кнопки с картинкой */
.button-block {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  /* Базовое состояние изображения */
  .button-block img {
    transition: transform 0.4s ease;
  }
  
  /* Вращение на 180 градусов при активном аккордеоне */
  .accordion-content.active + .button-block img {
    transform: rotate(180deg);
  }


  .flex-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    @media (min-width: 768px) {
    
        flex-direction: row;
      }
  }
  
  .blinking-btn {
    animation: blink 2s infinite;
    background-color: red; /* Красный фон */
    color: rgb(245, 245, 245);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
  }

  @keyframes blink {
    0% {
      transform: scale(1); /* обычный размер */
    }
    50% {
      transform: scale(1.1); /* увеличиваем на 10% */
    }
    100% {
      transform: scale(1); /* возвращаем в исходный размер */
    }
  }
  a{
    cursor: pointer;
  }

  .author-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  /* padding: 20px; */
  /* max-width: 900px; */
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

/* Левая колонка */
.author-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Правая колонка */
.author-right {
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

/* Общий стиль */
.author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
}

.author-alias {
  background-color: #0531c0;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 14px;
}

.author-date {
  font-size: 14px;
  color: #444;
}

/* Десктопная версия */
@media (min-width: 768px) {
  .author-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .author-left {
    flex: 0 0 220px;
    align-items: flex-start;
  }

  .author-right {
    flex: 1;
    max-width: 100%;
    padding-left: 20px;
  }
}


  .pulse img {
    animation: pulse 3s infinite ease-in-out;
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }



  .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
  }

  .card {
    color: #fff;
    flex: 1 1 200px;
    max-width: 250px;
    background: #0e1124a0;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: 0.5s ease;
  }
  .card:hover{
    transform: scale(1.05);
  }

  .card img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 10px;
  }

  .card h3 {
    margin: 10px 0 5px;
    font-size: 16px;
  }

  .card p {
    font-size: 14px;
    color: #fafafa;
  }

  @media (max-width: 768px) {
    .card-wrapper {
      flex-direction: column;
      align-items: center;
    }

    .card {
      width: 100%;
      max-width: 90%;
    }
  }


  #scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #bf0000;
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0px 0px 17px 2px rgba(1, 21, 173, 0.862);
    transition: opacity 0.3s ease;
  }
  
  #scrollToTopBtn:hover {
    background-color: #00ad00;
  }
  


  /* footer */

.footer {
  background: #f3f3f3;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #000;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left {
  flex: 1 1 300px;
}

.logo-footer {
  max-height: 60px;
  /*margin-bottom: 20px;*/
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;

}

.badges img {
  height: 40px;
}

.footer-links {

  display: flex;
  flex: 1 1 300px;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
   @media (min-width: 768px) {
    gap: 40px;

       
      }
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

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

@media (max-width: 768px) {
  .footer-links {
    margin-top: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    gap: 0px;
    margin-bottom: 10px;
  }

  .footer-links ul {
    padding: 0;
    margin: 10px 0;
    
  }

  .footer-links ul li {
    margin-bottom: 6px;
    font-size: 14px;
    margin: 10px 0;
  }

  .footer-links + p {
    text-align: left;
    padding-left: 20px;
  }
}
