.c-yellow {
    color: #F1C40F;
  }
  
  .bg-yellow {
    background-color: #F1C40F;
  }
  
  body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 100%;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    padding: 40px;
  }
  
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    max-height: 120px;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.35));
  }
  
  .shadow-yellow5 {
    filter: drop-shadow(0 0 5px rgba(241, 196, 15, 0.5));
  }
  
  .shadow-white5 {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  }
  
  .me-hover:hover {
    filter: drop-shadow(0 0 1px #333) drop-shadow(0 0 8px #F1C40F);
  }
  
  .cpo {
    cursor: pointer;
  }
  
  .gen_chk {
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: -999;
    left: -9999px;
  }
  
  .vlayer {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%);
    opacity: 0;
  }
  
  video {
    object-fit: cover;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
  }
  
  .grid-cen {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }
  
  .landing-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  
  .fw300 {
    font-weight: 300;
  }
  
  .fw400 {
    font-weight: 400;
  }
  
  .fw500 {
    font-weight: 500;
  }
  
  .fw700 {
    font-weight: 700;
  }
  
  .hero_ {
    text-align: center;
    display: grid;
    grid-template-rows: 1fr auto auto;
    justify-content: center;
    justify-items: center;
  }
  
  .slogan {
    max-width: 420px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  
  .h_big {
    font-size: 6em;
    line-height: 1.1em;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  
  .h_sub {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 20px;
  }
  
  .social_hr {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    grid-gap: 2em;
    margin-bottom: 40px;
  }
  .social_hr a {
    display: block;
    opacity: 0.6;
    color: #E9C16B;
  }
  .social_hr a:hover {
    opacity: 1;
  }
  
  .footer-controller {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    grid-gap: 6em;
    background: rgba(19, 32, 50,1);
    padding: 40px;
    border-radius: 1em;
    max-width: 720px;
    margin: 0 auto;
  }
  .footer-controller a {
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    display: grid;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
  }
  .footer-controller a p {
    margin-top: 0.5em;
  }
  .footer-controller a:hover {
    filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 5px #F1C40F);
  }
  .footer-controller .book_icon {
    color: #F1C40F;
  }
  .footer-controller .book_icon img {
    height: 35px;
    padding-top: 5px;
  }
  .footer-controller .order_icon {
    color: #fff;
    font-size: 1.6em;
    filter: drop-shadow(0 0 5px rgba(241, 196, 15, 0.5));
  }
  .footer-controller .order_icon img {
    height: 60px;
  }
  .footer-controller .order_icon:hover {
    filter: drop-shadow(0 0 1px #333) drop-shadow(0 0 8px #fff);
  }
  .footer-controller .collect_icon {
    color: #F1C40F;
  }
  .footer-controller .collect_icon img {
    height: 40px;
  }
  
  .slide-container {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
  }
  .slide-container .slide-in {
    position: absolute;
    width: 4000px;
    height: 70px;
    left: 30px;
    top: 20px;
    z-index: 1;
    animation: slidebr 35s infinite;
    animation-timing-function: linear;
  }
  
  @keyframes slidebr {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-1099px);
    }
  }
  .branch-slider-wr {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: flex-start;
    align-content: center;
    align-items: center;
    grid-gap: 0.5em;
  }
  .branch-slider-wr a {
    color: #fff;
    font-weight: 300;
    font-size: 1.3em;
    opacity: 0.6;
  }
  .branch-slider-wr a p {
    filter: drop-shadow(0 0 3px #fff);
  }
  .branch-slider-wr a:hover {
    opacity: 1;
  }
  .branch-slider-wr .short-hor-sep {
    display: grid;
    grid-template-columns: 32px auto 32px;
    align-content: center;
    align-items: center;
    grid-gap: 5px;
    opacity: 0.6;
  }
  .branch-slider-wr .short-hor-sep img {
    filter: drop-shadow(0 0 3px #fff);
  }
  .branch-slider-wr .short-hor-sep span {
    display: block;
    width: 32px;
    height: 1px;
    background-color: #fff;
    filter: drop-shadow(0 0 3px #fff);
  }
  
  /* modals*/
  .gen_modal_wr {
    /* */
  }
  
  .phone_modal, .branches_modal, .bottom_modals, .branches_modal2 {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  
  .branches_modal2 {
    z-index: 4;
    pointer-events: none;
  }
  
  #calls_chk:checked ~ .phone_modal {
    visibility: visible;
    z-index: 3;
  }
  #calls_chk:checked ~ .phone_modal .yellow-modal {
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
  }
  #calls_chk:checked ~ .phone_modal .bg-overlay {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  
  #branches_chk:checked ~ .branches_modal {
    visibility: visible;
    z-index: 3;
  }
  #branches_chk:checked ~ .branches_modal .yellow-modal2 {
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
  }
  #branches_chk:checked ~ .branches_modal .bg-overlay {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  
  #bookbranches_chk:checked ~ .branches_modal2 {
    visibility: visible;
    z-index: 4;
    pointer-events: auto;
  }
  #bookbranches_chk:checked ~ .branches_modal2 .yellow-modal3 {
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease-out;
  }
  
  .bg-overlay {
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  
  .yellow-modal {
    width: 100%;
    max-width: 360px;
    background: linear-gradient(to right bottom, #332E36, #132032);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50vw + -100%), -50%);
    z-index: 1;
    border-radius: 10px;
    transition: transform 0.3s ease-out;
  }
  .yellow-modal .close-btn-hd {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 1em;
    font-size: 0.9em;
    border-radius: 10px 10px 0 0;
  }
  .yellow-modal .close-btn-hd img {
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .yellow-modal2 {
    width: 100%;
    max-width: 360px;
    background: linear-gradient(to right bottom, #332E36, #132032);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(50vw + 100%), -50%);
    z-index: 1;
    border-radius: 10px;
    transition: transform 0.3s ease-out;
  }
  .yellow-modal2 .close-btn-hd {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 1em;
    font-size: 0.9em;
    border-radius: 10px 10px 0 0;
  }
  .yellow-modal2 .close-btn-hd img {
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .yellow-modal3 {
    width: 100%;
    max-width: 460px;
    min-height: 60%;
    background: linear-gradient(to right bottom, #332E36, #132032);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(50vw + 100%));
    z-index: 2;
    border-radius: 10px;
    transition: transform 0.6s ease-out;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
  }
  .yellow-modal3 .close-btn-hd {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 1em;
    font-size: 0.9em;
    border-radius: 10px 10px 0 0;
  }
  .yellow-modal3 .close-btn-hd img {
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .bot-modal {
    width: 100%;
    max-width: 360px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(50vh + 100%));
    z-index: 1;
    border-radius: 10px;
    transition: transform 0.3s ease-out;
  }
  .bot-modal .modal-footer {
    margin-bottom: 20px;
  }
  
  .yel-modal-content {
    padding: 20px;
    display: grid;
    grid-gap: 20px;
    align-items: flex-start;
    align-content: flex-start;
  }
  
  a.phone-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    align-content: center;
    grid-gap: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 5px;
    color: #fff;
  }
  a.phone-item:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  a.branch-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    color: #fff;
  }
  a.branch-item img {
    height: 22px;
    margin-right: 20px;
  }
  a.branch-item p {
    font-size: 1.15em;
    font-weight: 500;
  }
  a.branch-item:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .phone-num {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1em;
  }
  
  .modal-footer {
    display: grid;
    place-items: center;
    padding: 20px 2em 0px 2em;
  }
  .modal-footer img {
    max-height: 25px;
    opacity: 0.5;
  }
  
  .bot-modal-content .bmod-title {
    background-color: rgba(241, 196, 15, 0.25);
    color: #000;
    padding: 20px 10px;
    text-align: center;
  }
  
  .bmod--form {
    display: grid;
    justify-content: center;
    justify-items: center;
    margin-top: 20px;
    grid-gap: 20px;
  }
  .bmod--form input {
    display: grid;
    place-content: center;
    place-items: center;
    background-color: #F0F0F0;
    border-radius: 5px;
    font-size: 1.3em;
    height: 50px;
    padding: 10px;
    border: none;
    text-align: center;
    max-width: 200px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06) inset;
  }
  .bmod--form .btn-now-gr {
    display: block;
    background-color: #27AE60;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .bmod--form .btn-now-gr img {
    margin-right: 5px;
  }
  
  .bmod-close-btn {
    color: #999;
    font-weight: 500;
  }
  
  .bmod-sub-msg {
    text-align: center;
    font-weight: 300;
    font-size: 0.8em;
    margin-top: 10px;
  }
  
  #book_chk:checked ~ .m_booknow,
  #order_chk:checked ~ .m_ordernow,
  #col_chk:checked ~ .m_colnow {
    visibility: visible;
    z-index: 3;
  }
  #book_chk:checked ~ .m_booknow .bot-modal,
  #order_chk:checked ~ .m_ordernow .bot-modal,
  #col_chk:checked ~ .m_colnow .bot-modal {
    transform: translate(-50%, 0);
    transition: transform 0.3s ease-out;
  }
  #book_chk:checked ~ .m_booknow .bg-overlay,
  #order_chk:checked ~ .m_ordernow .bg-overlay,
  #col_chk:checked ~ .m_colnow .bg-overlay {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  
  .br-mob {
    display: none;
  }
  
  .dr_block_message {
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
  }
  
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../imgs/loading.gif) no-repeat center center;
    top: 90px;
    border-radius: 5px;
  }
  
  .dis_xl {
    display: block;
  }
  
  .phone-up {
    margin-bottom: 5px;
  }
  
  .rotate90 {
    transform: rotate(90deg);
  }
  
  .bk_in {
    width: 100%;
    position: relative;
  }
  .bk_in .bk_address {
    font-size: 0.8em;
    font-weight: 300;
    margin-top: 5px;
  }
  .bk_in .bk_mile {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0.8em;
    color: #E9C16B;
    opacity: 0.75;
  }
  
  a.bk_nearest {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /*box-shadow: 0 0 7px rgba(233, 193, 107, 0.25);*/
  }
  a.bk_nearest:first-child {
    background: rgba(233, 193, 107, 0.15);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(233, 193, 107, 0.7);
  }
  a.bk_nearest:nth-child(even) {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  br.dn320 {
    display: block;
  }
  
  br.db320 {
    display: none;
  }
  
  .yellow-modal3 a.branch-item {
    padding: 15px 20px;
  }
  
  .bk_data {
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .bk_data img {
    margin-right: 10px;
    margin-left: 10px;
    height: 15px;
  }
  .bk_data .bk_postcode {
    font-weight: 500;
    font-size: 1.1em;
  }
  
  .bk_title {
    text-align: center;
    padding: 5px 0 0 0;
  }
  .bk_title h4 {
    font-weight: 400;
    font-size: 1.8em;
    color: #fff;
  }
  .bk_title h4::after {
    content: "";
    display: block;
    width: 20%;
    margin: 0 auto;
    height: 2px;
    background-color: #E9C16B;
    margin-top: 20px;
  }
  
  .bk_brna {
    color: #E9C16B;
  }
  
  .yellow-modal3 .close-btn-hd {
    border-radius: 0 0 10px 10px;
  }
  
  input,
  textarea,
  button,
  select,
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .events__link {
    text-align: center;
  }
  .events__link a{
    display: inline-block;
    background-color: rgba(255,255,255,.65);
    color:#132032;
    padding: 7px 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    margin-bottom: 20px;
  }
  .notei.ntright{
    
  }
  p.sub_bkt1 {
      font-size: 1em;
      padding-top: 10px;
    color: lightcoral;
    border-bottom: 1px dashed lightcoral;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
  }
  /* RESPONSIVE */
  @media (max-width: 1024px) {
    /* */
    /* */
  }
  @media (max-width: 768px) {
    /* */
    .wrapper {
      padding: 20px;
    }
  
    .h_big {
      font-size: 1.9em;
      line-height: 1.3em;
      margin-bottom: 0px;
      font-weight: 300;
    }
  
    .h_sub {
      font-size: 1.1em;
      line-height: 1.5em;
      margin-bottom: 10px;
    }
  
    .footer-controller {
      grid-gap: unset;
      padding: 20px 30px;
      justify-content: space-between;
    }
    .footer-controller a {
      font-size: 0.9em;
      line-height: 1em;
    }
    .footer-controller .book_icon {
      color: #F1C40F;
    }
    .footer-controller .book_icon img {
      height: 25px;
      padding-top: 5px;
    }
    .footer-controller .order_icon {
      font-size: 1em;
    }
    .footer-controller .order_icon img {
      height: 30px;
    }
    .footer-controller .collect_icon img {
      height: 20px;
    }
  
    .slogan {
      width: 80%;
      margin-bottom: 0;
    }
  
    .logo {
      max-height: 90px;
      margin-bottom: 20px;
    }
    .logo img {
      max-height: 90px;
    }
  
    .social_hr a img {
      max-height: 24px;
    }
  
    .branch-slider-wr {
      grid-gap: 0.5em;
    }
    .branch-slider-wr a {
      color: #fff;
      font-weight: 300;
      font-size: 1em;
      opacity: 0.6;
    }
    .branch-slider-wr .short-hor-sep {
      display: grid;
      grid-template-columns: 10px auto 10px;
      align-content: center;
      align-items: center;
      grid-gap: 3px;
    }
    .branch-slider-wr .short-hor-sep span {
      width: 10px;
    }
    .branch-slider-wr .short-hor-sep img {
      max-height: 18px;
    }
  
    .br-mob {
      display: block;
    }
  
    a.phone-item {
      padding: 15px 20px;
    }
  
    .phone-up {
      font-size: 0.9em;
    }
  
    .phone-num {
      font-size: 1.2em;
      font-weight: 500;
      line-height: 1.1em;
    }
  
    .yellow-modal {
      max-width: 100%;
      width: 100vw;
      height: 100%;
      border-radius: 0;
      left: 0;
      top: 0;
      transform: translate(-100%, 0);
    }
    .yellow-modal .close-btn-hd {
      border-radius: 0;
    }
  
    .yellow-modal2 {
      width: 100vw;
      height: 100%;
      border-radius: 0;
      left: 0;
      top: 0;
      transform: translate(100%, 0);
      max-width: 100%;
    }
    .yellow-modal2 .close-btn-hd {
      border-radius: 0;
    }
  
    .yellow-modal3 {
      width: 100vw;
      height: 100%;
      border-radius: 0;
      left: 0;
      top: 0;
      transform: translate(0, 100%);
      max-width: 100%;
    }
    .yellow-modal3 .close-btn-hd {
      border-radius: 0;
    }
  
    #calls_chk:checked ~ .phone_modal {
      pointer-events: auto;
    }
    #calls_chk:checked ~ .phone_modal .yellow-modal {
      transform: translate(0, 0);
    }
  
    #branches_chk:checked ~ .branches_modal {
      pointer-events: auto;
    }
    #branches_chk:checked ~ .branches_modal .yellow-modal2 {
      transform: translate(0, 0);
    }
  
    #bookbranches_chk:checked ~ .branches_modal2 {
      pointer-events: auto;
    }
    #bookbranches_chk:checked ~ .branches_modal2 .yellow-modal3 {
      transform: translate(0, 0);
    }
  
    .phone_modal, .branches_modal {
      z-index: 1;
      pointer-events: none;
    }
    .phone_modal .bg-overlay, .branches_modal .bg-overlay {
      display: none;
      visibility: hidden;
    }
  
    .branches_modal2 {
      z-index: 4;
      pointer-events: none;
    }
  
    .bottom_modals {
      z-index: 1;
      pointer-events: none;
    }
  
    .bot-modal {
      width: 100vw;
      max-width: 100%;
      transform: translate(0, 100%);
      left: 0;
      top: auto;
      bottom: 0;
      z-index: 1;
      border-radius: 0px;
      box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
    }
    .bot-modal .modal-footer {
      padding: 0px;
      margin-top: 10px;
      margin-bottom: 20px;
    }
  
    .yel-modal-content {
      padding: 15px;
      display: grid;
      grid-gap: 15px;
    }
  
    .bot-modal-content .bmod-title {
      padding: 15px 10px;
    }
  
    .bmod--form {
      margin-top: 20px;
      grid-gap: 20px;
    }
    .bmod--form input {
      display: grid;
      place-content: center;
      place-items: center;
      background-color: #F0F0F0;
      border-radius: 5px;
      font-size: 1.3em;
      height: 50px;
      padding: 10px;
      border: none;
      text-align: center;
      max-width: 200px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06) inset;
    }
    .bmod--form .btn-now-gr {
      display: block;
      background-color: #27AE60;
      color: #fff;
      font-weight: 700;
      font-size: 1.1em;
      padding: 10px 20px;
      border-radius: 5px;
    }
    .bmod--form .btn-now-gr img {
      margin-right: 5px;
    }
  
    #book_chk:checked ~ .m_booknow,
  #order_chk:checked ~ .m_ordernow,
  #col_chk:checked ~ .m_colnow {
      visibility: visible;
      z-index: 3;
      pointer-events: auto;
    }
    #book_chk:checked ~ .m_booknow .bot-modal,
  #order_chk:checked ~ .m_ordernow .bot-modal,
  #col_chk:checked ~ .m_colnow .bot-modal {
      transform: translate(0, 0);
      left: 0;
      top: auto;
      bottom: 0;
    }
  
    .wrapper {
      overflow: hidden;
      position: relative;
      width: 100vw;
      height: 100%;
    }
  
    @keyframes slidebr1 {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(-716px);
      }
    }
    .dis_xl {
      /*display: none;*/
    }
  
    .landing-container {
      grid-template-rows: 1fr auto;
      padding-bottom: 20px;
    }
  
    .branch-slider-wr a {
      opacity: 0.8;
    }
    .branch-slider-wr .short-hor-sep {
      opacity: 0.6;
    }
  
    .yellow-modal3 .close-btn-hd {
      border-radius: 0;
    }
  
    /* */
  }
  @media (max-width: 325px) {
    /* */
    .footer-controller {
      grid-gap: 2em;
    }
  
    .slogan {
      width: 80%;
      margin-bottom: 0;
    }
  
    br.dn320 {
      display: none;
    }
  
    br.db320 {
      display: block;
    }
  
    .footer-controller {
      padding: 20px;
    }
  
    .yellow-modal3 {
      overflow: auto;
    }
  
    a.branch-item img {
      height: 18px;
      margin-right: 10px;
    }
    a.branch-item p {
        font-size: 1.15em;
        font-weight: 500;
        letter-spacing: -1px;
    }
  
    /* */
  }
  /*preloader*/
  .preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100%;
    /*background: linear-gradient(to right bottom, #332E36, #132032);*/
    background-color: #000;
    opacity: 1;
    /*transition:all 0.5s ease;*/
    z-index: 99999999999999;
  }
  
  .preloader_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 230px;
    height: 223px;
    margin: auto;
    text-align: center;
  }
  
  .pr__logo {
    position: relative;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .pr__logo .pr_in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  @-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 8s linear infinite;
    -moz-animation: rotating 8s linear infinite;
    -ms-animation: rotating 8s linear infinite;
    -o-animation: rotating 8s linear infinite;
    animation: rotating 8s linear infinite;
  }

.popup {
  display: none;
  position: fixed;
  z-index: 2;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  padding: 20px;

}

.popup-content {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
}

.popup-content img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 25px;
  border: 2px solid #fff;
  z-index: 2;

}

@media (max-width: 768px) {
  .popup-content {
    max-width: 400px;
  }
}

.close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 32px;
  cursor: pointer;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  transition: background 0.2s ease;
}

.close:hover {
  background: rgba(255, 255, 255, 1);
}

.footer-controller {
  position: sticky;
  z-index: 1;
}
