.s-demo__btn-purple,
.s-demo__btn-light {
	padding: 16px 32px;
	color: #fff;
	background: rgb(154 0 247);
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	line-height: 24px;
	font-weight: 600;
	border: 2px solid transparent;
	transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
  max-width: 150px;
  width: 100%;
}
.s-demo__btn-light {
	color: rgb(154 0 247);
	border-color: rgb(154 0 247);
	background: #fff;
}

.s-demo__btn-purple:hover {
	background: #fff;
	color: rgb(154 0 247);
	border-color: rgb(154 0 247);
	transform: translateY(-2px);
}
.header__bottom-dropdown-text {
  font-weight: 600;
  font-size: 16px;
  color: #050a23;
  padding: 8px 0;
  line-height: 1.5;
}

.s-demo__btn-light:hover {
	background: rgb(154 0 247);
	transform: translateY(-2px);
	color: #fff;
	border-color: rgb(154 0 247);
}

.header__bottom-left {
  justify-content: space-between;
  width: 100%;
}
.header__dropdowns {
 width: 100%;
 grid-column-gap: 45px;
 gap: 45px !important;
  justify-content: flex-end;
}
.header__dropdown-tools{
position:relative;
}

.header__dropdown-icon {
  max-width: 20px;
}

.header.version-2 .header__logo {
  max-width: 350px;
  width: 100%;
}

.header.version-2 .header__dropdowns.header__top-left-dropdowns {
  display: none;
}

.header__dropdown-tools:hover .header__dropdown-tools-item{
  opacity:1;
  visibility:visible;
}

.header__dropdown-tools.modify .header__dropdown-tools-item__wrapper{
  column-count: unset;
  display: flex;
  flex-wrap: wrap;
}

.header__dropdown-tools.modify .header__dropdown-tools-item-title{
  width:100%;
}

.header__dropdown-tools.modify .header__dropdown-tools-item a{
  width:50%;
}

.header__dropdown-tools-item{
 
  z-index:1000;
position:absolute;
    opacity:1;
  visibility:hidden;
  top: 100%;
  left:0px;
  width: 425px;
  padding:20px;
      background-color: #42005f;
    color: #fff;
}


.header__dropdown-tools-item__wrapper {
   column-count: 2;
}

.header__dropdown-tools-item-title{
   margin: 0 0 10px 0;
   text-align: center;
}

.header__dropdown-tools-item-title p{
  font-weight: 700;
  text-underline-offset: 6px;
  text-decoration:underline;
}

.header__dropdown-tools-item a:hover{
text-decoration:underline;
}



.s-hero__btn-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    grid-column-gap: 15px;
    width: 100%;
  font-weight: 300;
}
.s-hero__btn-list.header-btn-list a {
   width: 100%;
   padding: 15px 8px;
  font-weight: 300;
  font-size: 18px;
}
.header__dropdowns.header__bottom-left-dropdowns .header__dropdown {
    position: relative;
    transition: all .3s cubic-bezier(.4,0,.2,1)
}

.header__dropdowns.header__bottom-left-dropdowns .header__dropdown:after {
    background-color: #9a00f7;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);
    width: 100%
}

.header__dropdowns.header__bottom-left-dropdowns .header__dropdown:hover p {
    color: #9a00f7
}

.header__dropdowns.header__bottom-left-dropdowns .header__dropdown:hover:after {
    opacity: 1;
    transform: scaleX(1)
}
.header__logo {
    transition: all .3s cubic-bezier(.4,0,.2,1);
} 
.header__logo:hover {
    transform: scale(1.05);
}
@media (width <= 1360px) {
  .header__dropdowns {
    justify-content: center;
    gap: 25px !important;
  }
  .header__dropdown-arrow {
    width: 12px;
    height: 5px;
  }
  .header__left-nav {
    gap: 20px;
  }
  .s-hero__btn-list.header-btn-list a {
    font-size: 14px;
  }
  .header.version-2 .header__logo {
  max-width: 280px;
}
}

@media (width <= 1199px) {
  .header__dropdown-text {
    font-size: 16px !important;
  }
}

@media (width <= 991px) {
  .header__bottom-left {
    width: auto !important;
  }
  .header__dropdowns {
    justify-content: flex-end;
  }
  .s-hero__btn-list.header-btn-list a {
    font-size: 16px;
  }
}



@media(max-width:768px){
  .header__left-nav {
    flex-flow: column;
  }
  .header__dropdown-text {
    font-size: 20px !important;
  }
  .header__dropdown-tools-item{
      position: static;
      visibility: unset;
  }
  
  .header__dropdown-tools.modify .header__dropdown-tools-item-title{
  text-align:center;
}

.header__dropdown-tools.modify .header__dropdown-tools-item a{
  width:100%;
  text-align:center;
}
  
  
.header__bottom-left-dropdowns{
   flex-direction:column;
}

.header__bottom-left-dropdowns .header__dropdown-tools .header__dropdown-arrow{
   display:none;
}
  
  .header__dropdown a{
    font-size: 20px;
    width: 100%;
  }
  
  .header__dropdown-tools-item{
  color:#42005f;
    background:transparent;
  }
  .header__dropdown-tools-item__wrapper{
      column-count: 1;
        display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .header__dropdown-tools-item-title{
  display:none;
  }
  
.header__dropdown-tools-item{
  width: 100%;
}
}

.header__left-nav {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
}
.header__bottom-left {
  gap: 0 !important;
  width: 100%;
}
.s-hero__btn-list.header-btn-list {
  justify-content: flex-end;
}
@media (width <= 768px) {
   .header__bottom-left {
     justify-content: center !important;
  }

  .burger-icon {
    flex-shrink: 0 !important;
  }
  .header__logo-adaptive {
    max-width: 300px !important;
  }
  .header {
    gap: 20px; !important;
  }
  .header__dropdown a {
    justify-content: center !important;
  }
  .header__dropdowns {
    gap: 15px !important;
  }
  .s-hero__btn-list.header-btn-list {
    justify-content: center;
  }
  .header__dropdown-text.header__bottom-dropdown-text {
    font-weight: 600;
  }
  .header__container {
    padding: 0px 20px 35px;
  }
  .header__dropdown-tools-item {
    padding: 12px 0 0 0;
  }
}

@media (width <= 479px) {
  .s-demo__btn-purple, .s-demo__btn-light {
      width: 100%;
     justify-content: center;
       max-width: 100%;
     font-size: 16px;
        max-width: 150px;
        height: 46px;
    }

  .s-hero__btn-list {
    width: 100% !important;
  }
  .header__logo-adaptive {
    max-width: 250px !important;
  }
}
