body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #272934;
    color: #f2f4fb;
    overflow-x: hidden;
    max-width: 100%;
    scroll-behavior: smooth;
}

header, section, footer {
    padding: 40px 0;
}

header {
    text-align: center;
    color: #f2f4fb;
    background-image: url(https://images.unsplash.com/photo-1706554596177-35b0a05a082e?q=80&w=1541&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
  }



h1 {
    font-size: 2.5em;
}

p {
    font-size: 1.2em;
}

#features, #premium {
    padding: 60px 0;
}

.feature-card {
    text-align: center;
}

.feature-card img {
    max-width: 100%;
    margin-bottom: 20px;
}

#support {
    text-align: center;
}

#support a {
    margin-top: 20px;
}

.logoico{
    height: 50px;
}

.flex button{
  
  width:200px;

}

.babuschka{
  display: flex !important;
  flex-direction: row !important;
}

.babuschka li{
  padding-left: 20px;
  padding-right: 20px;
}




footer {
    background-color: #0b0f13;
    color: #ecf0f1;
    padding: 20px 0;
    min-height: 20vh;
    padding-top: 10vh;
}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  left:0px;
}

.editorial2 {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  left:0px;
  rotate: 180deg;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.footer-list{

    margin-bottom: 50px;
    display: flex;
    text-align: left;
    justify-content: space-around;
    

}

.navtable{
    text-align: center;

}

.navtable table{
    min-width: 40vw;
}

.navtable table tbody{
  text-align: left;
}

.tbody{

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #8b8b8b;
}

.tbody a{
  color: #8b8b8b;
}


.bold{
    font-variant: small-caps;
    font-weight: 550;
}

.textglow{
    text-shadow: #f2f4fb 0 0 2px;
}

.socials{
    display: flex;
    margin: auto;
    font-size: 40px;
}
.socials i{
    padding: 10px;
    padding-top: 30px;
}
.socials p{
    padding: 23px;
}

.footer-list img{

    height: 75px;
    border-radius: 100px;
    
}
.logo{
    display: flex;
    margin: auto;
}

.logo img{
    box-shadow: 0 0 50px 0.1px #ffbd74;
}


.logo h1{
    margin-top: 14px;
    margin-left: 10px;
}

.peddingsubdown section{

  padding: 0;
  min-width: 150px;

}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ffc107;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ffc107;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  z-index: 1;
  right: 4px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.sparkleicon{
  font-style: normal;
}

.onhover{
  opacity: 0;
}

.onhover:hover{
  opacity: 100;

  background-color: #32383e6e;
}

@media screen and (max-width: 1020px) {

  .footer-list{
    display: block !important;
    justify-content: center !important;
  }

  .footer-list div{
    display: block;
    text-align: center !important;
    justify-content: center !important;
  }

  .navtable{
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
  }

}

@media screen and (max-width: 770px) {

  .premiumbtn{
    width: 90vw;
  }

}

@media screen and (max-width: 505px) {

  .premiumbtn{
    width: 90vw;
  }

  .navbar-brand{
    margin: auto;
    text-align: center;
  }
  
  .babuschka{
    flex-direction: column !important;
    text-align: center ;
    justify-content: space-around;
    margin: auto;
  }
  .dropdown-menu{
    position:relative;
  }

  .peddingsubdown section{
    font-size: 10px !important;
    
  min-width: 80px !important;
  }
  .peddingsubdown section i{
    font-size: 35px !important;
  }

}

@media screen and (max-width: 444px) {

  .btn-group{
    display: block;
  }
  .btn-group button{
    border-radius: 0.25rem !important;
    margin: 2.5px;
  }

}

.pointer{
  cursor: pointer;
}

.textcenter{
  text-align: center;
}





 .face-button {
	 height: 64px;
	 display: inline-block;
	 border: 3px solid #e43;
	 font-family: 'Roboto', sans-serif;
	 font-size: 20px;
	 font-weight: 500;
	 text-align: center;
	 text-decoration: none;
	 color: #e43;
	 overflow: hidden;
}
 .face-button .icon {
	 margin-right: 6px;
}
 .face-button .face-primary, .face-button .face-secondary {
	 display: block;
	 padding: 0 32px;
	 line-height: 64px;
	 transition: margin 0.4s;
}
 .face-button .face-primary {
	 background-color: #e43;
	 color: #fff;
}
 .face-button:hover .face-primary {
	 margin-top: -64px;
}
 
.a{
    color: white !important;
    text-decoration: none !important;
}