/* On iPhone 5/SE screens wide and below */
@media screen and (min-width: 461px) and (max-width: 520px) {

* {
  box-sizing: border-box;
}

body {
    
  background: black;
  font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  scroll-behavior: smooth;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: auto;
}

.clickable:hover {

  text-decoration: none;
  display: block;
  cursor: pointer;

}

.clickable {

  text-decoration: none;
  display: block;
  cursor: pointer;

}

.fas, .fa {

  margin-right:2%;
  margin-left:2%;

}

#views_count{

  font-size: 8px;
  visibility: hidden;

}

#reactions {

  font-size:12px;
  margin-top: 4%;
  margin-bottom: -2%;
  visibility: hidden;

}
   
.grid {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  height: 700vh;
  background-image: 
    linear-gradient(to bottom, white 1px, transparent 1px),
    linear-gradient(to right, white 1px, transparent 1px); /* ← add horizontal lines too */
  background-size: 14px 14px;
  opacity: 0.066;
  z-index: -9;
}


.special-horizontal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Horizontal accent lines → gradient TO BOTTOM */
  background-image: 
    linear-gradient(
      to bottom,
      transparent 83px,
      #000 83px,
      #ff00fb 84px,
      transparent 84px
    );
  background-size: 14px 84px; /* repeats every 84px vertically */
  opacity: 0.099;
  z-index: -8; /* slightly above grid */
}

.special-vertical {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Vertical accent lines → gradient TO RIGHT */
  background-image: 
    linear-gradient(
      to right,
      transparent 55px,
      #f00 55px,
      #eaeaea 56px,
      transparent 56px
    );
  background-size: 56px 14px; /* repeats every 56px horizontally */
  opacity: 0.099;
  z-index: -8;
}

  .container-vl {
    display: flex;
    justify-content: center;
    /* Centers items horizontally */
    align-items: center;
    /* Centers items vertically if height is defined */
    width: 65%;
    max-height: 300px;
    /* Example height */
    border: 1px solid lightgray;
    margin: auto;
    height: 350px;
  }

  #line_separator {

    width: 50%;
    margin-bottom: 20%;
    margin-top: 5%;
    
  }

  /* CSS */
  .button-77 {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 12px;
    font-weight: 100;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    letter-spacing: 4px;
    outline: none;
    overflow: visible;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
    box-shadow: 0px 0px 80px 0px green, 0px 0px 80px 0px green;
  }

  @media (min-width: 768px) {
    .button-77 {
      padding: 19px 32px;
    }
  }

  .button-77:before,
  .button-77:after {
    border-radius: 80px;
  }

  #ozzy {
    text-shadow: 0px 2px 2px rgb(0, 0, 0);
    border-radius: 80px;
  }

  .button-77:before {
    background-color: transparent;
    text-shadow: 0px 10px 8px #16f0a3;
    box-shadow: 0px 0px 80px 0px green, 0px 0px 80px 0px green;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }

  .button-77:after {
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }

  .button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
  }

  .button-77:active:not(:disabled) {
    color: #ccc;
  }

  .button-77:active:not(:disabled):after {
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }

  .button-77:disabled {
    cursor: default;
    opacity: .24;
  }

  .main_logo {
    margin: auto;
    width: 15%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .head {
    margin: auto;
    color: #9cb39e;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
  }


  body {
    background: black;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    scroll-behavior: smooth;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: auto;
  }

  #alert-msg {

    color: #FFF;
    text-align: center;
    font-weight: 100;
    margin: auto;
    width: 65%;
    margin-top: -5%;
    height: auto;

  }

  #eye_hidden {
    position: relative;
    display: block;
  }

  .avatar_alert_hidden {

    position: relative;
    height: 50px;
    top: -10%;
    width: auto;
    border-radius: 50%;
    display: inline-flex;
    margin-top: 15%;
    filter: blur(1px);
    -webkit-filter: blur(1px);

  }

  #alert-msg_system {

    color: #FFF;
    text-align: center;
    font-weight: 100;
    margin: auto;
    margin-top: auto;
    width: 85%;
    margin-top: 8%;

  }

  #alert_outer {

    margin-top: 4%;
  }

  .tiny_blog_system {
    color: #FFF;
    text-align: center;
    font-weight: 100;

    display: block;
    margin: auto;
    height: 190px;
    border-radius: 20px;
    margin-bottom: 5%;
    font-size: 6px;
    width: 75%;
    padding: 12px;
    height: auto;
  }

  .avatar_alert_system {

    position: relative;
    height: 50px;
    top: -10%;
    width: auto;
    border-radius: 50%;
    display: inline-flex;

  }

  #paragraph_main {

    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    height: 50px;
    max-height: 50px;
    text-align: left;

    color: white;

  }

  #background_ {
    background-repeat: no-repeat;
    background-position: center;
    
    background-size: contain;
    height: auto;
    width: 100%;

    filter: blur(1px);
    -webkit-filter: blur(0px);
    transform: rotate(9deg);
    z-index: 5;
    margin: auto;
  }

  #background_other {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    float: left;
    right: 9%;
    margin-top: -5%;
    z-index: -3;
    filter: blur(2px);
    -webkit-filter: blur(0px);
    transform: rotate(9deg);
    height: auto;
    width: auto;
  }

  .noto-sans-arabic {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }

  #separator {

    width: 50%;
    margin: auto;
    font-size: 9px;
    margin-top: 3%;
    border-bottom: 1px solid #fff;

  }

  .pagination {

    margin: auto;
    margin-bottom: 8%;
    margin-top: 7%;
    border-radius: 12px;


  }

  .pagination a {
    color: #fff;
    margin-right: 2px;
    border-radius: 10px;
    font-size: 6px;

    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;

    background-color: inherit;

  }

  .pagination a.active {

    padding: 4px 6px;
    background-color: #4CAF50;
    font-size: 9px !important;
    border: 1px solid rgba(128, 128, 128, 0);
    color: white;
  }

  .pagination a:hover:not(.active) {

    background-color: #ddd;

  }


  .ref_ {

    float: right;
    position: absolute;
    margin-top: 4%;

  }

  h1 {
    color: #FFF;
    text-align: center;
    font-weight: 100;

    margin: auto;
    width: 65%;
  }

  h2 {
    color: #FFF;
    text-align: center;
    font-weight: 100;

    margin: auto;
    width: 65%;
  }

  #video {

    width: 80%;
    border-radius: 20px;
    border: 1px solid rgb(15, 15, 15);
    height: auto;
    margin: auto;

  }

  .video_ {

    height: auto;
    margin: auto;
    margin-bottom: 15%;
    display: block;

  }

  .biography {

    margin: auto;
    width: 65%;
    margin-bottom: 5%;
    border-radius: 12px;
    display: block;

    height: auto;

  }

  #biography_id {

    height: auto;
    color: #fff;
    width: auto;
    margin: auto;
    max-height: 300px;

    margin-top: 5%;

  }

  #bio_id {
    color: #fff;
    z-index: 3;
    position: relative;
    margin-top: -10%;
    width: 65%;
    height: auto;
  }

  .livescene {
    display: block;
    width: fit-content;
    /* or 80%, 300px, etc. */
    margin: 0 auto 8% auto;
    position: relative;
    height: 150px;
  }

  .tag_livescene {
    position: absolute;
    text-align: center;
    color: #fff;
    width: auto;

    text-shadow: 0px 0px 8px rgb(0, 0, 0);
    margin: auto;

  }


  .audio {
    text-align: center;
    font-weight: 100;
    display: grid;
    margin: auto;
    margin-top: auto;
    width: auto;
  }

  #audio_id {
    color: #fff;
    text-align: center;
    font-weight: 100;
    display: grid;
    margin: auto;
    width: auto;
    border-radius: 12px;
    margin-bottom: 6%;
    height: 30px;
  }

  #chart_bar_data_inner {

    color: #fff;
    text-align: left;
    overflow: scroll;
    width: 90%;
    display: grid;
    margin: auto;
    border-radius: 12px;
    margin-bottom: -4%;
    height: auto;

  }

  #chart_bar_data {
    color: #fff;
    text-align: left;
    overflow: hidden;
    display: block;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 6%;
    max-height: 100px;
    text-overflow: ellipsis;
    word-wrap: break-word;

  }
  
  #countdown_timer {
    color: #fff;
    text-align: center;
    font-weight: 100;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 6%;
    width: 45%;
    height: auto;

  }


  .widget_time {

    color: #FFF;
    text-align: center;
    font-weight: 100;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 120px;
    border-radius: 20px;
    margin-bottom: 15%;
    margin-top: 4%;
    font-size: 6px;
    width: 75%;
    display: grid;

  }
    
  .chart_bar {

    color: #FFF;
    text-align: center;
    font-weight: 100;

    display: inline-block;
    margin: auto;
    height: 120px;
    border-radius: 20px;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 6px;
    width: 65%;

  }

  #chart_pie_paragraph {

    width: 70%;
    margin: auto;
    display: grid;

  }

  .chart_pie {

    color: #FFF;

    text-align: center;
    font-weight: 100;

    display: inline-block;
    margin: auto;
    height: 120px;
    border-radius: 20px;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 6px;
    width: 45%;
    height: auto;

  }

  #chart_pie {

    margin: auto;
    margin-bottom: 12%;
    margin-top: 8%;

  }

  .chart_line {

    color: #FFF;
    text-align: center;
    font-weight: 100;

    display: inline-block;
    margin: auto;
    height: 120px;
    border-radius: 20px;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 6px;
    width: 45%;
    height: auto;

  }

  #chart_line {

    margin: auto;
    margin-bottom: 12%;
    margin-top: 8%;

  }

  #chart_bar {

    margin: auto;
    margin-bottom: 8%;
    margin-top: 8%;

  }


  /* 1. Main container styles */
  .scroll-container {
    width: 100%;
    margin-bottom: 5%;
    overflow: hidden;
    /* Hides any content that moves outside of this container */
    white-space: nowrap;
    /* Prevents items from wrapping to the next line */
  }

  #infinite_logos {

    width: 20%;
    height: auto;
    border-radius: 20px;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 5%;
    margin-top: 5%;

  }

  /* 2. Inner container styles */
  .scroll-content {
    display: inline-block;
    animation: scrollLeft 30s linear infinite;
    margin-bottom: 5%;
    margin-top: 5%;
    /* Apply the animation */
  }

  /* Optional: Pause animation on hover */
  .scroll-container:hover .scroll-content {
    animation-play-state: paused;
  }

  /* 3. Animation for scrolling left */
  @keyframes scrollLeft {
    from {
      transform: translateX(0);
      /* Starts at its original position */
    }

    to {
      transform: translateX(-100%);
      /* Moves left by 100% of its width */
    }
  }

  /* Styles for the content items */
  .item {
    display: inline-block;
    padding: 20px;
    background-color: #f1f1f1;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  #infinite_scroll {

    margin-bottom: 5%;
    font-size: 22px;

  }

  #accordion {

    margin-bottom: 5%;
    font-size: 22px;

  }

  .accordion {

    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 85%;
    margin: auto;
    margin-bottom: 2.5%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 14px;
    transition: 0.4s;

  }

  .accordion_window {

    cursor: pointer;
    width: 90%;
    margin: auto;
    margin-bottom: -10%;
    display: grid;

  }

  .gallery_message {

    font-size: 12px;
    padding: 0 18px;
    background-color: inherit;
    overflow: hidden;
    color: #ffffffcc;

  }

  .panel {

    font-size: 12px;
    padding: 0 18px;
    display: none;
    background-color: inherit;
    overflow: hidden;
    color: #ffffffcc;

  }

  .tiny_blog {

    color: #FFF;
    text-align: center;
    font-weight: 100;

    display: block;
    margin: auto;
    height: auto;
    padding-bottom: 4%;
    border-radius: 20px;
    margin-bottom: 5%;
    font-size: 6px;
    width: 75%;

  }

  #social-icons_only {

    color: #464343;
    font-size: 12px;
    text-align: center;
    margin: auto;
    margin-bottom: 15%;

  }

  #social-icons {
    color: #464343;
    font-size: 12px;
    text-align: center;
    margin: auto;
  }

  #comments {
    color: white;
    font-size: 12px;
    visibility: show;
  }

  .slidecontainer {
    color: white;
    font-size: 12px;
    margin-bottom: 5%;
  }

  #slider_range {
    color: #fff;
  }

  .main_mod {
    padding-top: 17%;
    top: 7%;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: auto;
    margin: auto;
    display: block;
    width: 70%;
  }

  .samples {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    flex-direction: column;
    position: inherit;
    width: 100%;
    background-color: rgba(107, 82, 82, 0.89);
    height: 800px;
    color: #ffffff;
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    padding: 15px;
    border-radius: 20px;
    overflow: scroll;
    margin: auto;
    margin-bottom: 9%;

  }


  .moderations_heading {

    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    position: inherit;

  }


  #register {

    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;

  }

  #logout {

    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;

  }

  #titles_ {

    margin: auto;
    display: block;

  }

  .widget {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    flex-direction: column;
    position: inherit;
    width: 50%;
    background-color: rgba(107, 82, 82, 0.89);
    height: auto;
    color: #ffffff;
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    padding: 15px;
    border-radius: 20px;
    overflow: scroll;
    margin: auto;
    margin-bottom: 9%;
  }

  .widget_container {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    flex-direction: column;
    position: inherit;
    width: 100%;
    background-color: rgba(107, 82, 82, 0.89);
    height: auto;
    color: #ffffff;
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    padding: 15px;
    border-radius: 20px;
    overflow: scroll;
    margin: auto;
    margin-bottom: 9%;
  }

  .userspace1 {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    position: inherit;
    width: 70%;
    height: 400px;
    color: #ffffff;
    margin-top: 5%;
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;

    border-radius: 20px;
    overflow: scroll;
    display: inline-block;
    margin-bottom: 5%;
  }

  .userspace2 {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    padding-top: 3%;
    flex-direction: column;
    margin-left: auto;
    width: 700px;
    height: 400px;
    color: #ffffff;
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;

    border-radius: 20px;
    overflow: scroll;
    display: inline-block;
  }

  .records {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    position: relative;
    flex-direction: column;
    font-size: 7px;

    width: 90%;
    height: 700px;

    background-color: rgba(107, 82, 82, 0.89);
    color: #FFF;
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    border-radius: 20px;

    display: block;
    overflow: scroll;
    margin: auto;
    margin-bottom: 4%;
  }

  #records {
    text-align: center;
    font-size: x-small;
    background-color: rgba(107, 82, 82, 0.89);
    width: 80%;
    height: 200px;
    color: #FFF;
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    border-radius: 20px;

    display: block;
    margin: auto;
    position: absolute;
  }

  #records td,
  #records th {
    margin-top: 5%;
    margin-left: 20px;
    text-align: center;
    border: 1px solid #000000;
  }

  #records tr:nth-child(even) {
    background-color: rgba(107, 82, 82, 0.89);
  }

  #records tr:hover {
    text-align: center;
    background-color: #28a745;
  }

  #records th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #363836;
    color: rgb(215, 224, 215);
    font-weight: 20;
  }

  #records td {
    padding-top: 1.5%;
    padding-bottom: 6px;
    color: #ffffffd2;
  }

  #moderators_ {
    text-align: center;
    background-color: rgba(107, 82, 82, 0.89);
    margin-left: 5%;
    width: 90%;
    height: 150px;
    color: #FFF;
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    border-radius: 20px;

  }

  .location_glyphs {
    position: absolute;
    width: 96px;
    height: auto;
    z-index: 1;
    margin-left: -60%;

  }

  #source {
    text-shadow: 0px 1px 10px rgb(0, 0, 0);
  }

  .location_time_main {
    position: sticky;
    margin-bottom: 7%;
    margin-left: 31%;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-size: 9px;
    width: 50%;
    height: auto;
    color: #fff;
    text-shadow: 0px 1px 10px rgb(0, 0, 0);
  }

  .location_time {
    position: sticky;
    margin-bottom: 7%;
    margin-left: 31%;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-size: 9px;
    width: 40%;
    height: auto;
    color: #ffffffc2;
    border-radius: 10px;
    text-shadow: 0px 1px 10px rgb(0, 0, 0);

  }

  #moderators_ td,
  #moderators_ th {
    margin-top: 5%;
    margin-left: 20px;
    text-align: center;
    border: 1px solid #000000;
  }

  #moderators_ tr:nth-child(even) {
    background-color: rgba(107, 82, 82, 0.89);
  }

  #moderators_ tr:hover {
    text-align: center;
    background-color: #28a745;
  }

  #moderators_ th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #363836;
    color: rgb(215, 224, 215);
    font-weight: 20;
  }

  #moderators_ td {
    padding-top: 1.5%;
    padding-bottom: 6px;
    color: #ffffffd2;
  }

  ::-webkit-scrollbar {
    width: 7px;
  }

  ::-webkit-scrollbar-track {
    background-color: #00b0f000;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #88888800;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: inherit;
  }

  .footer {
    color: #ffffff91;
    width: 100%;
    opacity: 1;

    text-align: center;
    font-size: 9px;
    padding-bottom: 5%;
  }

  .terms {
    position: fixed;
    top: 92%;
    color: #fff;
    text-shadow: 4px 4px 18px #000000;
    width: 100%;
    opacity: 0.8;
    z-index: 1;
    text-align: center;
    padding-bottom: 5%;
    font-size: 18px;
  }

  .about {
    position: fixed;
    top: 92%;
    color: #fff;
    text-shadow: 4px 4px 18px #000000;
    width: 100%;
    opacity: 0.8;
    z-index: 1;
    text-align: center;
    padding-bottom: 5%;
    font-size: 18px;
  }

  .login {
    position: fixed;
    bottom: 70%;
    color: #fff;
    opacity: 1;
    text-align: right;
    margin: 12%;
    font-size: 18px;

  }

  .blog-slider_title {
    font-size: 20px !important;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .blog-slider_title_gallery {

    margin-bottom: 5%;
  }


  #day_posted {

    font-size: 8px;
    color: #ffffff;
    font-weight: 100;
    position: relative;
    margin: auto;
    display: block;

  }

  .blog-slider_epithets {

    font-size: 8px;
    color: #ffffff;
    font-weight: 100;
    margin: auto;
    display: block;
  }

  .blog-slider_subs {

    font-size: 8px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 20px;
  }

  .blog-slider-inner_text {

    color: #fff;
    margin-bottom: 30px;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    overflow: hidden;
    font-weight: 5;
    text-align: left;

  }

  .blog-slider-text_livescene {

    margin-bottom: 30px;
    overflow: hidden;
    font-weight: 5;
    text-align: left;

  }

  .blog-slider_text {
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    overflow: hidden;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    font-weight: 5;
    text-align: left;
  }


  .blog-slider_button {
    display: inline-flex;
    padding-left: auto;
    padding: 5px 35px;
    border-radius: 50px;
    color: #e0d5d5;
    text-decoration: none;
    font-weight: 5;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
  }

  .send-btn {
    background-color: #28a745;
    border: solid #28a745;
    color: #ffffff;
    width: 7%;
    height: 5%;
    text-align: center;
    cursor: pointer;
    margin-top: 2%;
    border-radius: 8px;
  }

  #views_ {
    width: auto;
    height: 1.3%;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    margin-top: -0.3%;
    text-align: center;
    margin-left: 10%;
  }

  .cat_1 {
    width: auto;
    height: 1.3%;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    margin-top: -0.3%;
    text-align: center;
    margin-left: 10%;
  }

  .send-btn:hover {
    background-color: #28a745;
    border: solid rgb(167, 161, 161);
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }


  #_Input {

    margin-top: 1.6%;
    top: 4%;
    width: 40%;
    height: 9px;
    text-align: center;
    background-color: inherit;
    color: #fff;
    font-size: 7px !important;
    height: 16px;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #fff;

  }

  #info:hover {
    text-align: center;
    padding-left: 4px;
    border-radius: 7px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: green;
    border: 1px solid #fff;
    color: #fff;
  }

  .blog-slider_item {
    display: flex;
    align-items: center;
  }

  .blog-slider_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    border-radius: 20px;
    opacity: 0.8;
  }

  .blog-slider_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    border-radius: 20px;
  }

  .blog-slider_content {
    padding-right: 25px;
  }

  .blog-slider_content>* {
    opacity: 1;
    transform: translateY(25px);
  }

  .blog-slider_code {
    color: #fff;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    margin-bottom: 15px;
    display: block;
    font-weight: 5;
  }

  .fa {
    width: 20px;
    height: 20px;
    font-size: 20px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    border-radius: 9px;
    margin: 5px 8px;
  }

  .fa:hover {
    font-size: 24px;
    padding-top: 6px;
    width: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 9px;
    margin: 5px 8px;
  }

  .mail_ {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    margin: 5px 8px;
    margin-bottom: 1%;
    margin-top: 0%;
    position: relative;

  }

  .mail_:hover {
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    margin: 5px 8px;
    margin-bottom: 1%;
    margin-top: -0.5%;


    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa a {

    color: #464343;

  }

  .fa-facebook {
    color: white;
  }

  .fa-twitter {
    color: white;
  }

  .fa-google {
    color: white;
  }

  .fa-linkedin {
    color: white;
  }

  .fa-youtube {
    color: #fff;
    background: inherit;
  }

  .fa-instagram {
    background: inherit;
    color: #fff;
  }

  .fa-pinterest {
    color: white;
  }

  .fa-snapchat-ghost {
    color: white;
  }

  .fa-skype {
    color: white;
  }

  .fa-android {
    color: white;
  }

  .fa-dribbble {
    color: white;
  }

  .fa-vimeo {
    color: white;
  }

  .fa-tumblr {
    color: white;
  }

  .fa-vine {
    color: white;
  }

  .fa-foursquare {
    color: white;
  }

  .fa-stumbleupon {
    color: white;
  }

  .fa-flickr {
    color: white;
  }

  .fa-yahoo {
    color: white;
  }

  .fa-soundcloud {
    color: white;
  }

  .fa-reddit {
    background: inherit;
    color: #fff;
  }

  .fa-rss {
    color: white;
  }

  .fa-whatsapp {
    background: inherit;
    color: #fff;
  }

  .fa-facebook:hover {
    background: inherit;
    color: #3B5998;
    animation: shake 0.1s;
    animation-iteration-count: 1;
  }

  .fa-twitter:hover {
    background: inherit;
    color: #55ACEE;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-google:hover {
    background: #bb0000;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-linkedin:hover {
    background: #0E76A8;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-youtube:hover {
    color: #bb0000;
    background: inherit;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-instagram:hover {
    color: #b60c4d;
    background: inherit;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-pinterest:hover {
    background: #cb2027;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-snapchat-ghost:hover {
    background: #fffc00;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-skype:hover {
    background: #00aff0;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-android:hover {
    background: #a4c639;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-dribbble:hover {
    background: #ea4c89;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-vimeo:hover {
    background: #45bbff;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-tumblr:hover {
    background: #2c4762;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-vine:hover {
    background: #00b489;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-foursquare:hover {
    background: #45bbff;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-stumbleupon:hover {
    background: #eb4924;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-flickr:hover {
    background: #f40083;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-yahoo:hover {
    background: #430297;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-soundcloud:hover {
    background: #ff5500;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-reddit:hover {
    color: #fff;
    background: inherit;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-rss:hover {
    background: #ff6600;
    color: white;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  .fa-whatsapp:hover {
    background: inherit;
    color: #fff;
    animation: shake 0.5s;
    animation-iteration-count: 1;
  }

  @keyframes shake {
    0% {
      transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
      transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
      transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
      transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
      transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
      transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
      transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
      transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
      transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
      transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
      transform: translate(1px, -2px) rotate(-1deg);
    }
  }

  .custom-select {
    width: 70%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;

    line-height: 1.5;
    color: #9cb39e;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    vertical-align: middle;
    background: rgba(107, 82, 82, 0.89);
    border: 1px solid #9cb39e;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  .custom-select:focus {
    border-color: #000000;
    text-align: center;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(107, 82, 82, 0.89);
  }

  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }

  .custom-select[multiple],
  .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    text-align: center;
    background-image: none;
  }

  .custom-select:disabled {
    color: #9cb39e;
    background-color: #e9ecef;
  }

  .custom-select::-ms-expand {
    display: none;
    text-align: center;
  }

  .custom-select:-moz-focusring {
    color: rgba(255, 0, 0, 0);
    text-shadow: 0 0 0 #495057;
    text-align: center;
  }

  .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
    padding-left: 0.5rem;
    font-size: 0.875rem;
  }

  .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
  }

  img {
    vertical-align: middle;
  }

  .mySlides {
    display: none;
  }

  .cursor {
    cursor: pointer;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .column {
    float: left;
    width: calc(22%);
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;

    display: inline;
  }

  .dot {
    height: 10px;
    width: 10px;
    background-color: #0ddb0d;
    border-radius: 50%;
    display: inline-block;
  }

  #lang {

    text-align: center;
    border-radius: 7px;
    padding-left: 0.5%;
    padding-right: 0.5%;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
    height: 26px;
    background-color: inherit;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
  }

  #lang:hover {
    background-color: green;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
  }

  #navigation {
    visibility: hidden;
  }

  #navigation:hover {
    visibility: show;
  }

  .main_1 {
    padding-top: 17%;
    top: 7%;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: -4%;
    user-select: none;
  }


  .nullables {
    padding-top: 1%;
    margin-top: 37%;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    display: flex;
    flex-direction: column;
    user-select: none;
  }

  .main-login {
    width: 100%;
    padding-top: 16%;
    top: 7%;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 10%;
    user-select: none;
    margin-bottom: 60%;
  }

  .tag_ {
    position: absolute;
    text-align: center;
    font-family: inherit;
    color: #fff;
    font-weight: 300;
    width: auto;

    text-shadow: 0px 0px 8px rgb(0, 0, 0);
    border-radius: 5%;
    margin: auto;
    margin-left: 10%;
    cursor: pointer;
    z-index: 3;

  }

  .tag_:hover {

    color: #eeb90bd3;
  }

  div.gallery-main {
    width: 104%;
    margin-bottom: 10%;
  }

  div.gallery-main:hover {
    border: 1px solid red;
    width: 104%;
    position: relative;
  }

  div.gallery-main img {
    width: 100%;
    height: auto;
  }

  div.desc {
    padding: 15px;
    text-align: center;
  }
  
  .special-vertical {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: 
          /* Tomato lines every 4 grids (56px) */
          linear-gradient(to right, transparent 55px, #f00 55px, #eaeaea 56px, transparent 56px);
      background-size: 56px 14px;
      mask-image: linear-gradient(to right, transparent 0%, white 15%, white 85%, transparent 100%);
      -webkit-mask-image: linear-gradient(to right, transparent 0%, white 15%, white 85%, transparent 100%);
      opacity: 0.099;
      z-index: -9;
  }

  .responsive-main {
    padding: 0 6px;
    float: left;
    width: 25%;
  }

  #main-img {
    width: 100%;
    height: auto;

  }

  #main-img:hover {
    width: 104%;
    height: auto;

  }

  .gallery {
    background-color: inherit;
    position: relative;
    margin: auto;
    margin-left: 10%;
    margin-right: 1%;
    margin-top: 2%;
    overflow: auto;
    white-space: nowrap;

    height: auto;
    width: 85%;
    border: 1px solid #e7f1e800;
    border-radius: 9px;
  }

  .gallery_main {

    position: relative;
    margin: auto;
    white-space: nowrap;
    height: auto;
    border: 1px solid #e7f1e800;
    border-radius: 9px;
    margin-bottom: 12%;
    width: 80%;

  }

  .gallery-images {
    background-color: inherit;
    border: solid 1px #9cb39e1a;
    margin-right: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    overflow: auto;
    white-space: nowrap;

    min-height: auto;
    max-height: 170px;

    min-width: 170px;
    max-width: 170px;

    border-radius: 7%;

  }

  .gallery-images:hover {
    background-color: inherit;
    border: solid 1px #9cb39e1a;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    margin-right: 1%;
    margin-top: 2%;
    margin-bottom: 2%;

    min-height: auto;
    max-height: 700px;

    min-width: 225px;
    max-width: auto;

    border-radius: 5%;
  }

  .primary_main_audio {
    background-color: #28a745;
    font-size: 9px;
    color: #fff;
    margin: auto;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    border-radius: 10px;
    margin-bottom: 15%;
  }

  .primary_main_gallery {
    background-color: #28a745;
    font-size: 9px;
    color: #fff;
    margin: auto;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    border-radius: 10px;
    margin-bottom: 15%;
  }

  .primary_main {
    background-color: #28a745;
    font-size: 9px;
    color: #fff;
    margin: auto;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    border-radius: 10px;
  }

  #logos_tiny {

    height: auto;
    width: 5%;
    position: relative;
    margin-left: 42%;

  }

  #awards_ {

    height: 9.5%;
    position: absolute;
    z-index: 0;
    width: auto;
    margin-top: -0.6%;
    text-align: center;
    margin-left: 40.5%;

    height: 4.5%;
    position: absolute;
    z-index: 0;
    width: auto;
    margin-top: -0.6%;
    text-align: center;
    margin-left: 24%;

  }

  .blog-slider-main {

    max-width: 80%;
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    padding: 2%;
    border-radius: 20px;
    margin-bottom: 10%;

    color: #FFF;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 8%;
    margin: auto;

    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;

  }

  .blog-slider-log {
    height: auto;

    width: 100%;
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    padding: 2%;
    border-radius: 20px;
    display: block;
    margin: auto;
    color: #FFF;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 12%;

  }

  .log_ {

    margin: auto;
    width: 100%;
    display: block;
    margin-top: 15%;
  }

  .blog-slider {
    overflow: scroll;

    padding: 15px;
    border-radius: 20px;

    width: 100%;
    height: auto;
    color: #FFF;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 8%;
    margin: auto;

  }

  .blog_slider {
    width: 100%;
    height: 200px;
    color: #FFF;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    padding: 15px;
    border-radius: 20px;
    overflow: scroll;

    margin-bottom: 10%;
  }

  .blog-slider_temp {
    width: 100%;
    height: 500px;
    color: #FFF;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    max-width: 900px;
    background: rgba(107, 82, 82, 0.89);
    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    padding: 15px;
    border-radius: 20px;
    overflow: scroll;

    margin-bottom: 10%;
  }

  .avatar_alert {
    position: relative;
    height: 45px;
    left: -6%;
    top: -18%;
    width: auto;
    border-radius: 50%;
    display: grid;
  }

  .avatar_auto_size_inner {

    height: 100px;
    border-radius: 10%;
    display: flex;
    position: relative;
    margin: auto;
    margin-top: auto;
    margin-top: -40%;
    width: auto;

  }

  .avatar_auto_size {

    height: 50px;
    border-radius: 10%;
    display: flex;
    position: relative;
    margin: auto;
    margin-top: auto;
    margin-top: -40%;
    width: auto;

  }

  .dropdown {
    background-color: inherit;
    margin: auto;
    display: flex;
    margin-bottom: 12%;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    max-height: 300px;
    margin-top: 0%;
    overflow: scroll;
    z-index: 10;
  }

  .dropdown-content a {
    color: #fff;
    background-color: rgb(31, 28, 28);
    margin-bottom: 1%;
    margin-top: 1%;
    border-radius: 20px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover {
    background-color: rgb(56, 49, 49);
    color: #eeb90bd3;
  }

  .show {
    display: block;
  }


  .first_generic_di {
    width: 900px;
    height: 20px;
  }

  #timeline_size_ {
    font-size: 12px;
  }

  #flags_ {

    display: flex;
    margin: auto;

  }

  #languages_ {

    color: rgb(255, 255, 255);

  }

  #flags {

    color: rgb(255, 255, 255);
    margin: auto;
    font-size: 9px;

  }

  #flags:hover {

    color: #1bc442;

  }

  .flex-container {
    display: flex;
    margin: auto;
    margin-top: 5%;
  }

  .flex-container>div {
    width: 50px;
    font-size: 12px;

  }

  .flex-container>div>a:hover {
    color: #1bc442;
    text-align: center;
  }

  .avatar_comments {
    width: 50px;
    height: auto;
    margin-right: 1%;
    border-radius: 10%;
  }

  #comment_count {
    width: auto;
    height: 30px;
    position: relative;
    z-index: 0;
    width: auto;
    margin-bottom: 2%;
    text-align: center;
  }

  .comments {
    width: 70%;
    height: 200px;
    overflow: scroll;
    border-radius: 25px;
    display: flex;
    margin: auto;
    transition: 0.5s ease-in-out;

    flex-direction: column;
  }


  .comments:nth-child(1) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    width: 80%;

  }

  .comments:nth-child(2) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: 3%;

  }

  .comments:nth-child(3) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: 6%;

  }

  .comments:nth-child(4) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: -5%;

  }

  .comments:nth-child(5) {

    margin-top: 9%;
    margin-bottom: 5%;
    margin: auto;

  }

  .comments:nth-child(6) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: -2%;

  }

  .comments:nth-child(7) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: 15%;

  }

  .comments:nth-child(8) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: 15%;

  }

  .comments:nth-child(9) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: 15%;

  }

  .comments:nth-child(10) {

    box-shadow: 10px 10px 10px 0 #000000, 0 0px 10px 10px #522d2d00;
    margin-top: 15%;

  }

  .titles {
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    font-size: 18px;
    text-align: center;
    color: #FFF;
    padding-bottom: 1%;
    font-weight: 150;
  }

  .avatar_comments {
    width: 50px;
    height: auto;
    margin-right: 1%;
    border-radius: 10%;
  }

  #comment_count {
    width: auto;
    height: 30px;
    position: relative;
    z-index: 0;
    width: auto;
    margin-bottom: 2%;
    text-align: center;
  }


  .wrapper {
    width: 980px;
    padding: 20px;
    padding-top: 8%;
    padding-bottom: 8%;
    margin-left: 28%;

    display: flex;
    flex-wrap: inherit
  }

  .wrapper1 {
    width: 700px;
    padding: 20px;
    padding-top: 8%;
    margin-left: 38%;
  }

  .card1 {
    padding: 18px;
    background: #967969;
    width: 480px;
  }

  .card {
    padding: 18px;
    background: #967969;
    width: 980px;
  }

  .card_home {
    width: 560px;
    padding: 18px;
    background: #967969;
  }

  .avatar {
    vertical-align: baseline;
    width: 90px;
    height: 90px;
    border-radius: 50%;

    margin-left: 38%;
  }

  .cat_ {
    vertical-align: baseline;
    margin-top: 0%;
    border-radius: 10%;

  }

  .avatar_ {
    vertical-align: baseline;
    width: 27%;
    height: 25%;
    margin-top: 3%;
    margin-bottom: 5%;
    border-radius: 8%;

  }

  textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
  }


  .card_home_success {
    width: 560px;
    padding: 18px;
    position: relative;
    background: #967969;
  }

  .wrapper_success {
    width: 980px;
    padding: 20px;
    padding-top: 8%;
    padding-bottom: 8%;
    margin-left: 37%;

    display: flex;
    flex-wrap: inherit
  }

  .avatar_success {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: 1%;
    margin-bottom: 3%;
    margin-left: auto;
  }


  p {
    margin-top: 0;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 1rem;
    font-size: calc(100%);
    color: #ffffffcc;
  }


  .comments .comment_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 10px;
    align-items: center;
  }

  .comments .comment_header .total {
    color: #777777;
    font-size: 7px;
  }

  .comments .comment_header .write_comment_btn {
    margin: 0;
  }

  .comments .write_comment_btn,
  .comments .write_comment button {
    display: inline-block;
    background-color: #565656;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 7px;
    font-weight: 600;
    border: 0;
  }

  .comments .write_comment_btn:hover,
  .comments .write_comment button:hover {
    background-color: #636363;
  }

  .comments .write_comment {
    display: none;
    padding: 20px 0 10px 0;
  }

  .comments .write_comment textarea {
    width: 60%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 9px;
    margin-bottom: 2%;
    height: 150px;
    margin-top: 10px;
  }

  .comments .write_comment input {
    display: flex;
    margin: auto;
    width: 20%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 2%;
  }

  .comments .write_comment button {
    cursor: pointer;
  }

  .comments .comment {
    padding-top: 2%;
  }

  .comments .comment .name {
    display: inline;
    padding: 0 5px 3px 0;
    position: relative;
    margin-left: 50%;
    margin: 0;
    font-size: 9px;
    color: #fff;
  }

  .comments .comment .date {
    color: #888888;
    font-size: 8px;
  }

  .comments .comment .content {
    padding: 5px 0 5px 0;
  }

  .comments .comment .reply_comment_btn {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 8px;
    color: #888888;
  }

  .comments .comment .replies {
    padding-left: 30px;
  }

  a {
    color: #fff;
  }

  a:hover {
    color: #0ddb0d;
  }

  /* Style inputs */
  input[type=text],
  select,
  textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }

  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }

  input[type=submit]:hover {
    background-color: #45a049;
  }

  /* Style the container/contact section */
  .container_us {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 12%;
    height: auto;
    border-radius: 15px;
    padding: 10px;
    margin-top: 5%;

  }

  /* Create two columns that float next to eachother */
  .column_us {
    margin-top: 6px;
    width: 100%;
    margin: auto;
    padding: 10px;
    display: block;
    color: #fff;
  }

  /* Clear floats after the columns */
  .row_us:after {
    content: "";
    clear: both;
  }

  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 400px) {

    .column_us,
    input[type=submit] {
      width: 90%;
      margin-top: 0;
      display: block;
    }
  }

  .main {
    width: 100%;

    padding-top: 17%;
    top: 7%;
    font-family: 'Montserrat', "Helvetica Neue", Arial, "Noto Sans";
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 5%;
    user-select: none;
    margin-bottom: -1%;
  }

  .login-form-div {
    width: 80%;
    font-size: 12px;
    margin: auto;
    display: block ruby;
  }

  #login-form-buttons {
    
    background-color: #04AA6D;
    border-radius: 12px;
    color: white;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

  }

  #regForm {
    background-color: #201a1c;
    margin: auto;
    color: #ffffff;
    font-family: inherit;
    border-radius: 20px;
    padding: 40px;
    width: 75%;
    min-width: 100px;
  }

  input {
    padding: 10px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-family: inherit;
    border: 1px solid #aaaaaa;
    background-color: black;
    border-radius: 15px;
    text-align: center;
  }

  input [type=text] {
    border-radius: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    color: #fff;
    font-weight: 200;
    width: 80%;
    font-size: 7px;
    background-color: inherit;
    font-family: 'Montserrat';
    text-align: center;
    height: 20px;
  }

  input [type=number] {
    border-radius: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    color: #fff;
    font-weight: 200;
    width: 80%;
    font-size: 7px;
    background-color: inherit;
    font-family: 'Montserrat';
    text-align: center;
    height: 20px;
  }

  input [type=password] {
    border-radius: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    color: #fff;
    font-weight: 200;
    width: 80%;
    font-size: 7px;
    background-color: inherit;
    font-family: 'Montserrat';
    text-align: center;
    height: 20px;
  }

  input [type=date] {
    border-radius: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    color: #fff;
    font-weight: 200;
    width: 80%;
    font-size: 7px;
    background-color: inherit;
    font-family: 'Montserrat';
    text-align: center;
    height: 20px;
  }

  input [type=tel] {
    border-radius: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    color: #fff;
    font-weight: 200;
    width: 80%;
    font-size: 7px;
    background-color: inherit;
    font-family: 'Montserrat';
    text-align: center;
    height: 20px;
  }

  input [type=email] {
    border-radius: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
    color: #fff;
    font-weight: 200;
    width: 80%;
    font-size: 7px;
    background-color: inherit;
    font-family: 'Montserrat';
    text-align: center;
    height: 20px;
  }

  /* Mark the input box that gets an error on validation: */
  input.invalid {
    background-color: rgb(182, 53, 53);
    color: #fff;
  }

  /* Hide all steps by default: */
  .tab {
    display: none;
    text-align: center;
    color: #04AA6D;
    margin-bottom: 4%;
  }

  button {
    background-color: #04AA6D;
    color: #ffffff !important;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 20px;
  }

  button:hover {
    opacity: 0.8;
  }

  #prevBtn {
    background-color: #bbbbbb;
    margin-right: 2%;
    border-radius: 20px;
  }

  #nextBtn {
    background-color: #04AA6D;
    margin-left: 2%;
    border-radius: 20px;
  }

  #prevBtn:hover {
    background-color: #d8d3d3d2;
    margin-right: 2%;
    border-radius: 20px;
    opacity: 0.4;
  }

  #nextBtn:hover {
    background-color: #09d188;
    margin-left: 2%;
    border-radius: 20px;
    opacity: 0.4;
  }

  #checks {

    overflow: auto;
    margin: auto;

  }

  #mailinglist {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  #ourTerms {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  /* Make circles that indicate the steps of the form: */
  .step {
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }

  .step.active {
    opacity: 1;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }

  #tab_next {
    margin: auto;
    margin-bottom: 3%;

  }

  .flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    margin: auto;
    margin-top: 15%;
    margin-bottom: 10%;
    box-shadow: 0 0 30px rgba(100, 200, 255, 0.2);
    border-radius: 20px;
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-card-front {
    background-color: transparent;
    color: black;
  }

  .flip-card-back {
    background-color: transparent;
    color: white;
    margin: auto;
    height: auto;
    transform: rotateY(180deg);
    border-radius: 20px;
    /*! margin-top: 5%; */
    margin-bottom: 5%;
  }

  #profile_ {

    width: 150px;
    height: auto;
    margin: auto;
    margin-top: 17%;
    display: block;

  }

  #profile_heading {

    margin-top: 5%;

  }

  #details_ {

    margin-bottom: 1%;

  }

  .avatar_alert_dashboard {
    position: relative;
    height: 50px;
    top: -20%;
    width: auto;
    border-radius: 50%;
    display: block;
    align-content: center;
    margin: auto;
  }

  .modal-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 equal-width columns */
    grid-template-rows: repeat(3, 1fr);
    /* 3 equal-height rows */
    gap: 20px;
    /* Spacing between modals */
    width: 100%;
    height: 50vh;
    /* To Occupy full viewport height set this to 100vh*/
    padding: 20px;
    box-sizing: border-box;
    /* Include padding in element's total width and height */
  }

  .modal-wrapper {
    background-color: rgba(107, 82, 82, 0.89);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 2px 5px rgb(0, 0, 0);
    overflow: auto;
    /* Allow scrolling if content exceeds wrapper size */
  }

  .modal-content h2 {
    margin-top: 0;
    color: #fff;
  }

  .modal-content p {
    color: #fff;
  }

  .window {
    width: 300px;
    height: 200px;
    border-radius: 12px;
    box-shadow:
      0 4px 6px rgba(0, 0, 0, 0.1),
      0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom: 5%;

  }

  .window::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    border-radius: 12px 12px 0 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  }

  .window::after {
    content: '• • •';
    position: absolute;
    top: 8px;
    left: 12px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 4px;
  }

  .message {
    font-size: 12px;
    font-weight: 200;
    color: #f3f5f7;
    text-align: center;
    padding: 0 20px;
    line-height: 1.4;
    margin: auto;
  }
  
  #message_window {

    display: block;
    margin: auto;
    margin-bottom: 12%;
  
  }

  #message {

    margin-top: 5%;
    width: 50%;
    margin-top: 10%;

  }

  img {
    width: 5%;
    height: auto;
  }

  img.loading {
    /* Set the spinner as the background */
    background: transparent url('../img/loading.gif') no-repeat scroll center center;
    /* Ensure the image container has a size so the spinner is visible */
    min-height: auto;
    min-width: auto; /* Adjust size to match your spinner GIF dimensions */
    
    height: auto;
    width: auto; /* Adjust size to match your spinner GIF dimensions */
  }

  /* === MODAL STYLES === */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* 1. MinimalFloatingCard */
  .MinimalFloatingCard {
    position: relative;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90vw;
    margin: auto;
    margin-bottom: 15%;
  }

  /* 2. Glassmorphism */
  .Glassmorphism {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    width: 90vw;
    max-width: 500px;
    margin: auto;
    margin-bottom: 15%;
  }

  /* 3. GradientAccentBorder */
  .GradientAccentBorder {
    position: relative;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    margin: auto;
    margin-bottom: 15%;
  }

  .GradientAccentBorder::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff008c, #d16ba5, #86a8e7, #5ffbf1);
    z-index: -1;
    border-radius: 18px;
    animation: rotate 3s linear infinite;
    margin-bottom: 15%;
  }

  /* 4. DarkModeElegance */
  .DarkModeElegance {
    position: relative;
    background: #121212;
    color: #e0e0e0;
    padding: 2rem;
    border-radius: 16px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 0 20px rgba(0, 255, 200, 0.1);
    border: 1px solid #2a2a2a;
    margin: auto;
    margin-bottom: 15%;
  }

  /* 5. MobileBottomSheet */
  .MobileBottomSheet {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 1.5rem;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 15%;
  }

  .MobileBottomSheet::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    margin: 0 auto 1rem;
    margin: auto;
    margin-bottom: 15%;
  }

  /* 6. AnimatedEntrance */
  .AnimatedEntrance {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.3s ease;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 15%;
  }

  .overlay.active .AnimatedEntrance {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  /* 7. Neumorphism */
  .Neumorphism {
    position: relative;
    background: #e0e5ec;
    padding: 2rem;
    border-radius: 20px;
    width: 90vw;
    max-width: 500px;
    box-shadow:
      8px 8px 16px #b1b9c4,
      -8px -8px 16px #ffffff;
    margin: auto;
    margin-bottom: 15%;
  }

  /* 8. SpotlightFocus */
  .SpotlightFocus {
    position: relative;
    background: white;
    padding: 2.5rem;
    border-radius: 18px;
    width: 90vw;
    max-width: 520px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    margin: auto;
    margin-bottom: 15%;
  }

  .overlay.SpotlightOverlay {
    background: radial-gradient(circle, transparent 40%, rgba(0, 0, 0, 0.85) 150%);
  }

  /* 9. SplitScreenModal */
  .SplitScreenModal {
    position: relative;
    display: flex;
    width: 90vw;
    max-width: 800px;
    height: 80vh;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15%;
  }

  .SplitScreenModal-content {
    flex: 1;
    padding: 2rem;
    background: white;
  }

  .SplitScreenModal-image {
    flex: 1;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
  }

  /* 10. MirrorReflection */
  .MirrorReflection {
    position: relative;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    margin: auto;
    margin-bottom: 15%;
  }

  .MirrorReflection::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10%;
    width: 80%;
    height: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    filter: blur(10px);
    margin: auto;
    margin-bottom: 15%;
  }

  /* 11. TechTerminal */
  .TechTerminal {
    position: relative;
    background: #0a0a0a;
    color: #00ff41;
    font-family: 'Courier New', monospace;
    padding: 2rem;
    border-radius: 8px;
    width: 90vw;
    max-width: 600px;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.2);
    border: 1px solid #00ff41;
    margin: auto;
    margin-bottom: 15%;
  }

  /* 12. SoftPastel */
  .SoftPastel {
    position: relative;
    background: #fef9ff;
    padding: 2rem;
    border-radius: 24px;
    width: 90vw;
    max-width: 500px;
    box-shadow:
      0 10px 25px rgba(254, 226, 248, 0.6),
      0 5px 10px rgba(254, 226, 248, 0.4);
    border: 1px solid #fde6f3;
    margin: auto;
    margin-bottom: 15%;
  }

  /* 13. FullscreenOverlay */
  .FullscreenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding: 3rem 2rem;
    overflow-y: auto;
    margin: auto;
    margin-bottom: 15%;
  }

  .FullscreenOverlay-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #64748b;
    margin: auto;
  }

  /* 14. FrostedEdge */
  .FrostedEdge {
    position: relative;
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: auto;
    margin-bottom: 15%;
  }

  .FrostedEdge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(45deg, #ff9a9e, #fad0c4, #fbc2eb, #a6c1ee);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  /* 15. CosmicGradient */
  .CosmicGradient {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: #e2e2e2;
    padding: 2rem;
    border-radius: 20px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.2);
    margin: auto;
    margin-bottom: 15%;
  }

  /* 16. ThreadedBorder */
  .ThreadedBorder {
    position: relative;
    background: white;
    padding: 2rem;
    border: 8px solid #f8f9fa;
    border-radius: 12px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 15%;
  }

  .ThreadedBorder::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px dashed #ced4da;
    border-radius: 10px;
    pointer-events: none;
  }

  /* 17. Duotone */
  .Duotone {
    position: relative;
    background: #1e3a8a;
    color: white;
    padding: 2.5rem;
    border-radius: 18px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 15%;
  }

  /* 18. WindowFrame */
  .WindowFrame {
    position: relative;
    background: white;
    background-color: white;
    width: 80vw;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    margin: auto;
    margin-bottom: 1%;
    height: 200px;
  }

  .WindowFrame-header {
    background: #f1f5f9;
    padding: 0.8rem 1.2rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .WindowFrame-controls span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 6px;
  }

  .WindowFrame-controls .close {
    background: #ff5f57;
  }

  .WindowFrame-controls .min {
    background: #ffbd2e;
  }

  .WindowFrame-controls .max {
    background: #28c940;
  }

  .WindowFrame-content {
    padding: 2rem;
  }

  /* 19. RainbowPulse */
  .RainbowPulse {
    position: relative;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 0 20px currentColor;
    animation: rainbow 4s linear infinite;
    margin: auto;
    margin-bottom: 15%;
  }

  @keyframes rainbow {
    0% {
      color: #ff0000;
    }

    16% {
      color: #ff8000;
    }

    33% {
      color: #ffff00;
    }

    50% {
      color: #80ff00;
    }

    66% {
      color: #00ffff;
    }

    83% {
      color: #0080ff;
    }

    100% {
      color: #ff00ff;
    }
  }

  /* 20. OrganicCurves */
  .OrganicCurves {
    position: relative;
    background: white;
    padding: 2.5rem;
    clip-path: polygon(15% 0, 85% 0, 100% 15%,
        100% 85%, 85% 100%, 15% 100%,
        0 85%, 0 15%);
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    margin: auto;
    margin-bottom: 15%;
  }

  /* 21. IceCrystal */
  .IceCrystal {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    clip-path: polygon(0 20%, 20% 0, 80% 0, 100% 20%,
        100% 80%, 80% 100%, 20% 100%, 0 80%);
    padding: 2rem;
    width: 90vw;
    max-width: 500px;
    box-shadow: 0 0 30px rgba(100, 200, 255, 0.2);
    margin: auto;
    margin-bottom: 15%;
  }

  /* Close button */
  .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .modal-close:hover {
    background: rgba(0, 0, 0, 0.2);
  }

  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
}