

/*** A E S T H E T I C S ***/
/***************************/
* {
  box-sizing: border-box;
}


h1 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
  font-family: Futura, Helvetica, sans-serif;
  font-size: 5vw;
}
@media (max-width: 400px) {
  h1 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 75px;
  }
}

h2 {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 2rem;
    animation: animate 9s linear infinite;
}


@keyframes animate {
    0% {
        text-shadow: -1.5px -1.5px 0 #0ff, 1.5px 1.5px 0 #f00;
    }
    25% {
        text-shadow: 1.5px 1.5px 0 #0ff, -1.5px -1.5px 0 #f00;
    }
    50% {
        text-shadow: 1.5px -1.5px 0 #0ff, -1.5px 1.5px 0 #f00;
    }
    75% {
        text-shadow: -1.5px 1.5px 0 #0ff, 1.5px -1.5px 0 #f00;
    }
}

h3 {
    font-family: 'Roboto', sans-serif;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
    font-size: 1.6rem;
    animation: animate 9s linear infinite;
}


@keyframes animate {
    0% {
        text-shadow: -1.5px -1.5px 0 #0ff, 1.5px 1.5px 0 #f00;
    }
    25% {
        text-shadow: 1.5px 1.5px 0 #0ff, -1.5px -1.5px 0 #f00;
    }
    50% {
        text-shadow: 1.5px -1.5px 0 #0ff, -1.5px 1.5px 0 #f00;
    }
    75% {
        text-shadow: -1.5px 1.5px 0 #0ff, 1.5px -1.5px 0 #f00;
    }
}

.callout {
  position: relative !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (orientation:portrait) {
    .support {
  position: fixed !important;
  bottom: 140px;
  right: 20px;
 
  font-size: 9px;
  letter-spacing: 1px;
  text-align: right;
  position: relative;
  z-index: 10;
}
    
}
 @media screen and (orientation:landscape) {
     .support {
  position: fixed !important;
  bottom: 80px;
  right: 20px;
 
  font-size: 9px;
  letter-spacing: 1px;
  text-align: right;
  position: relative;
  z-index: 10;
}
         .frosted-glass {
  width: 20%;
  height: 100vh;
    /*background: inherit;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 2rem;
  /* box-sizing: border-box;
    box-shadow: 0 0.5em 1em rgba(0,0,0,.3);*/
     	-webkit-backdrop-filter: blur(80px);
	backdrop-filter: blur(80px);
        
}

.frosted-glass::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; right: 0; bottom: 0; left: 0;
 /* background: inherit;
  box-shadow: inset 0 0 3000px rgba(255,255,255,.5);*/
  filter: blur(10px);
  margin: -20px;
}
.frosted-glass2 {
    /* float: right; */
    right: 0;
    top: 0;
    width: 20%;
    height: 100vh;
    /*background: inherit;*/
    position: absolute;
    z-index: 1;
    overflow: hidden;
    margin-right: 0;
    padding: 2rem;
   /* box-sizing: border-box;
    box-shadow: 0 0.5em 1em rgba(0,0,0,.3);
       background: rgba(0,0,0,.5);*/
	-webkit-backdrop-filter: blur(80px);
	backdrop-filter: blur(80px);
}

.frosted-glass2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; right: 0; bottom: 0; left: 0;
/* background: inherit;
  box-shadow: inset 0 0 3000px rgba(255,255,255,.5);*/
  filter: blur(10px);
  margin: -20px;
     opacity:0.9;
}
}

.support2 {
  position: fixed !important;
     top: 0px;
  /* right: 50%;
    text-transform: uppercase; */
    font-size: 9px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
}
.support3 {
padding: 20px;
    position: fixed !important;
    bottom: 32px;
    left: 21%;
    /* font-size: 18px; */
    letter-spacing: 1px;
    z-index: 10;
    /* width: 100%; */
    background-color: #ff4081c2;
    padding: 4px 10px;
    /* padding: 10px; */
    border-radius: 50px;
    border: 2px solid white;
}
}
.support a {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.support a:before {
  display: block;
  position: absolute;
  content: '';
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
}
.support a:hover:before {
  width: 100%;
}
      /* Button er style */
    .ripple-out {
    text-decoration: none;
    display: block;
   
    width: 80px;
    height: 80px;
    line-height: 77px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    color: #666;
    animation: ripple 1s linear infinite;
    overflow: hidden;
}
    }

    /* Button er Colour */
    .ripple-out.pink {
      background: #ff4081;
      color:white;
      animation: ripple 1s linear infinite;
    }
    /* Button er position */
    .ripple-out.position {
      left: 50%;
      
      transform: translate(-50%, -50%);
      z-index: 2;
      position: fixed;
    }
    /* Button er animation */
    @keyframes ripple {
      0% {
        box-shadow: 0 10px 20px rgba(255, 65, 130, 0.1), 0 0 0 0 rgba(255, 65, 130, 0.1), 0 0 0 10px rgba(255, 65, 130, 0.1), 0 0 0 20px rgba(255, 65, 130, 0.1);
      }
      100% {
        box-shadow: 0 10px 20px rgba(255, 65, 130, 0.1), 0 0 0 10px rgba(255, 65, 130, 0.1), 0 0 0 20px rgba(255, 65, 130, 0.1), 0 0 0 40px rgba(255, 65, 130, 0);
      }
    }

        .media-control[data-media-control] .media-control-layer[data-controls] {
    display: none !important;
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 32px;
    font-size: 0;
    vertical-align: middle;
    pointer-events: auto;
    
}
        .rev{ /*horizontal flip*/ /*left-right mirror*/
  transform: rotate(-90deg);
}
        span{ display: inline-block; } 
.flip_H{ transform: rotate(0deg)  scale(-1, 1);
   


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(0deg) scale(-1, 1);

  /* Firefox */
  -moz-transform: rotate(0deg) scale(-1, 1);

  /* IE */
  -ms-transform: rotate(0deg) scale(-1, 1);

  /* Opera */
  -o-transform: rotate(0deg) scale(-1, 1);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    
        }
.flip_V{ transform: scale(1, -1); 
        
        
        }


video::-webkit-media-controls {
  display:none !important;
}



.player-poster[data-poster] .play-wrapper[data-poster] svg {
    height: 20% !important;
}
.player-poster[data-poster] .play-wrapper[data-poster] svg path {
    fill: #ff3f80 !important;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.middle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.text{
  color: #fff;  
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
}

.text::before,.text::after{
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.text::before{
  color: #ff00c1;
  animation: glitch-effect 3s infinite;
}

.text::after{
  color: #3498db;
  animation: glitch-effect 2s infinite;
}

@keyframes glitch-effect {
  0%{
    left: -2px;
    top: -2px;
  }
  25%{
    left: 2px;
    top: 0px;
  }
  50%{
    left: -1px;
    top: 2px;
  }
  75%{
    left: 1px;
    top: -1px;
  }
  100%{
    left: 0px;
    top: -2px;
  }
}
 .player-poster[data-poster]{
   /* background: linear-gradient(135deg, #ff4081, #981ceb);*/
     
}
.play-wrapper[data-poster]
{
   display:none;
     
}
#videobcg {
		width: inherit;
		height: inherit;
    -o-filter: blur(15px);
    filter: blur(15px);
    object-fit: cover;
		transform: scale(1.06); /* scale up to hide the edge blur */
}
spinner-three-bounce{
		display:none !important;
}
.player-poster[data-poster] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 998;
    top: 0;
    left: 0;
     background-color: transparent !important; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/* The Modal (background) */
            .modal {
                display: none; /* Hidden by default */
                position: fixed; /* Stay in place */
                z-index: 1; /* Sit on top */
                padding-top: 100px; /* Location of the box */
                left: 0;
                top: 0;
                width: 100%; /* Full width */
                height: 100%; /* Full height */
                overflow: auto; /* Enable scroll if needed */
                /*background-color: rgb(0,0,0); /* Fallback color */
                /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            }

            /* Modal Content */
            .modal-content {
                position: relative;
                /* background-color: #fefefe;*/
                margin: auto;
                padding: 0;
                /*border: 1px solid #888;*/
                width: 80%;
                /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
                -webkit-animation-name: animatetop;
                -webkit-animation-duration: 0.4s;
                animation-name: animatetop;
                animation-duration: 0.4s
            }

            /* Add Animation */
            @-webkit-keyframes animatetop {
                from {top:-300px; opacity:0} 
                to {top:0; opacity:1}
            }

            @keyframes animatetop {
                from {top:-300px; opacity:0}
                to {top:0; opacity:1}
            }

            /* The Close Button */
            .close {
                color: white;
                float: right;
                font-size: 28px;
                font-weight: bold;
            }

            .close:hover,
            .close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }

            .modal-header {
                padding: 2px 16px;
                /*background-color: #5cb85c;*/
                color: white;
            }

            .modal-body {padding: 2px 16px;}

            .modal-footer {
                padding: 2px 16px;
                /* background-color: #5cb85c;*/
                color: white;
            }
            .filter-green{
                filter: invert(99%) sepia(0%) saturate(2392%) hue-rotate(168deg) brightness(119%) contrast(100%);


            }
            .splash-title {
                color: white;
                font-size: 3em;
                margin-top: 100px;
                text-shadow: 0 2px 10px #000;
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

            a.splash-arrow {
                color: white;
                font-size: 1.2em;
                position: absolute;
                bottom: 55px;
                left: 50%;
                margin-left: -25px;
                padding: 10px;
                width: 50px;
                height: 50px;
                font-weight: bold;
                transition: all 0.1s ease;
                -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
                border: 3px solid white;
                border-radius: 50%;
            }

            a.splash-arrow:hover {
                text-decoration: none;
                bottom: 50px;
            }
            .splash-title {
                font-size: 2em;
            }
            }
            @media all and (max-width: 480px) {
                .splash-title {
                    font-size: 1.5em;
                }
            }
            .background-filter::after {
                -webkit-backdrop-filter: blur(40px); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
                backdrop-filter: blur(40px); /* Supported in all major browsers */

                content: "";
                display: block;
                position: absolute;
                width: 100%; height: 100%;
                top: 0;
            }
            .background-filter {
                position: relative;
            }

            .background {
                /*background-image: url('');*/
                width: 200px;
                height: 200px;
            }

            /* Use for child content that should not be blurred */
            .u-non-blurred {
                position: relative;
                z-index: 1;
            }

            .splash {
               /* background: linear-gradient(135deg, #ff4081, #981ceb);*/
                /* background: url("") center center;*/
                background-size: cover;
                background-attachment: fixed;
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                min-height: 360px;
                z-index: 999;
                text-align: center;
            }
            .spinner-three-bounce[data-spinner]>div {
                display:none!important;

            }
            .view-modal{
                top: 50%;
                color: #7d2ae8;
                font-size: 18px;
                padding: 10px 25px;
                background: #fff;
                transform: translate(-50%, -50%);
            }
            .popup{
                background: #000000c4;
                padding: 25px;
                border-radius: 15px;
                top: -150%;
                max-width: 290px;
                width: 100%;
                opacity: 0;
                pointer-events: none;
                box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
                transform: translate(-50%, -50%) scale(1.2);
                transition: top 0s 0.2s ease-in-out,
                    opacity 0.2s 0s ease-in-out,
                    transform 0.2s 0s ease-in-out;
            }
            .popup.show{
                top: 50%;
                position:fixed;
                left:50%;
                opacity: 1;
                pointer-events: auto;
                transform:translate(-50%, -50%) scale(1);
                transition: top 0s 0s ease-in-out,
                    opacity 0.2s 0s ease-in-out,
                    transform 0.2s 0s ease-in-out;

            }
            .popup :is(header, .icons, .field){
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .popup header{
                padding-bottom: 15px;
                border-bottom: 1px solid #ebedf9;
            }
            header span{
                font-size: 21px;
                font-weight: 600;
            }
            header .close, .icons a{
                display: flex;
                align-items: center;
                border-radius: 50%;
                justify-content: center;
                transition: all 0.3s ease-in-out;
            }
            header .close{
                color: #fff;
                font-size: 17px;
                /*background: #f2f3fb;*/
                height: 33px;
                width: 33px;
                cursor: pointer;
            }
            header .close:hover{
                background: #ebedf9;
            }
            .popup .content{
                margin: 20px 0;
            }
            .popup .icons{
                margin: 15px 0 20px 0;
            }
            .content p{
                font-size: 16px;
            }
            .content .icons a{
                height: 50px;
                width: 50px;
                font-size: 20px;
                text-decoration: none;
                border: 1px solid transparent;
            }
            .icons a i{
                transition: transform 0.3s ease-in-out;
            }
            .icons a:nth-child(1){
                color: #1877F2;
                border-color: #b7d4fb;
            }
            .icons a:nth-child(1):hover{
                background: #1877F2;
            }
            .icons a:nth-child(2){
                color: #46C1F6;
                border-color: #b6e7fc;
            }
            .icons a:nth-child(2):hover{
                background: #46C1F6;
            }
            .icons a:nth-child(3){
                color: #e1306c;
                border-color: #f5bccf;
            }
            .icons a:nth-child(3):hover{
                background: #e1306c;
            }
            .icons a:nth-child(4){
                color: #25D366;
                border-color: #bef4d2;
            }
            .icons a:nth-child(4):hover{
                background: #25D366;
            }
            .icons a:nth-child(5){
                color: #0088cc;
                border-color: #b3e6ff;
            }
            .icons a:nth-child(5):hover{
                background: #0088cc;
            }
            .icons a:hover{
                color: #fff;
                border-color: transparent;
            }
            .icons a:hover i{
                transform: scale(1.2);
            }
            .content .field{
                margin: 12px 0 -5px 0;
                height: 45px;
                border-radius: 4px;
                padding: 0 5px;
                border: 1px solid #e1e1e1;
            }
            .field.active{
                border-color: #7d2ae8;
            }
            .field i{
                width: 50px;
                font-size: 18px;
                text-align: center;
            }
            .field.active i{
                color: #7d2ae8;
            }
            .field input{
                width: 100%;
                height: 100%;
                border: none;
                outline: none;
                font-size: 15px;
            }
            .field button{
                color: #fff;
                padding: 5px 18px;
                background: #7d2ae8;
            }
            .field button:hover{
                background: #8d39fa;
            }
            /* ------------- */
            .menu {
                position: absolute;
                top: 10px;
                right: 45px;
                height: 46px;
                width: 46px;
            }

            .menu-link {
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 1002;
            }

            .menu-icon {
                position: absolute;
                width: 20px;
                height: 14px;
                margin: auto;
                left: 0;
                top: 0;
                right: 0;
                bottom: 1px;
            }

            /* ------------- */
            .menu-line {
                background-color: #fff;
                height: 2px;
                width: 100%;
                border-radius: 2px;
                position: absolute;
                left: 0;
                transition: all 0.25s ease-in-out;
            }
            .menu-line-2 {
                top: 0;
                bottom: 0;
                margin: auto;
            }
            .menu-line-3 {
                bottom: 0;
            }
            .menu.open .menu-line-1 {
                transform: translateY(7px) translateY(-50%) rotate(-45deg);
            }
            .menu.open .menu-line-2 {
                opacity: 0;
            }
            .menu.open .menu-line-3 {
                transform: translateY(-7px) translateY(50%) rotate(45deg);
            }

            /* ------------- */
            .menu-circle {
                background-color: transparent;
                width: 100%;
                height: 100%;
                position: absolute;
                border-radius: 50%;
                transform: scale(1);
                z-index: 1000;
                transition: transform 0.3s ease-in-out;
            }
            .menu:hover .menu-circle {
                transform: scale(1.5);
            }
            .menu.open .menu-circle {
                transform: scale(60);
            }

            /* ------------- */
            .menu-overlay {
                background-color: #000000e3;
                color: #fff;
                height: 100%;
                width: 100%;
                top:0;
                position: fixed;
                text-align: center;
                transition: opacity 0.2s ease-in-out;
                z-index: 1001;
                opacity: 0;
                visibility: hidden;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            .menu-overlay.open {
                opacity: 1;
                visibility: visible;
            }

            /* ------------- */
            .info {
                text-align: center;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .overlay-info {
                text-align: center;
                color: #fff;
            }

            .container span {
                font-size: 2rem;
                font-weight: 200;
            }

            .places_container {
                height: 3rem;
                overflow: hidden;
                text-align: center;
            }

            .places {
                display: flex;
                flex-direction: column;
                animation: change 28s linear infinite alternate;
            }

            .places span {
                font-size: 1.5rem;
                font-weight: 400;
                height: 3rem;
                color: white;
            }

            @keyframes change {
                0%,
                3% {
                    transform: translate3d(0, 0rem, 0);
                }
                3.5%,
                6.5% {
                    transform: translate3d(0, -3rem, 0);
                }
                7%,
                10% {
                    transform: translate3d(0, -6rem, 0);
                }
                10.5%,
                13.5% {
                    transform: translate3d(0, -9rem, 0);
                }
                14%,
                17% {
                    transform: translate3d(0, -12rem, 0);
                }
                17.5%,
                20.5% {
                    transform: translate3d(0, -15rem, 0);
                }
                21%,
                24% {
                    transform: translate3d(0, -18rem, 0);
                }
                24.5%,
                27.5% {
                    transform: translate3d(0, -21rem, 0);
                }
                28%,
                31% {
                    transform: translate3d(0, -24rem, 0);
                }
                31.5%,
                34.5% {
                    transform: translate3d(0, -27rem, 0);
                }
                35%,
                38% {
                    transform: translate3d(0, -30rem, 0);
                }
                38.5%,
                41.5% {
                    transform: translate3d(0, -33rem, 0);
                }
                42%,
                45% {
                    transform: translate3d(0, -36rem, 0);
                }
                45.5%,
                48.5% {
                    transform: translate3d(0, -39rem, 0);
                }
                49%,
                52% {
                    transform: translate3d(0, -42rem, 0);
                }
                52.5%,
                55.5% {
                    transform: translate3d(0, -45rem, 0);
                }
                56%,
                59% {
                    transform: translate3d(0, -48rem, 0);
                }
                59.5%,
                62.5% {
                    transform: translate3d(0, -51rem, 0);
                }
                63%,
                66% {
                    transform: translate3d(0, -54rem, 0);
                }
                66.5%,
                69.5% {
                    transform: translate3d(0, -57rem, 0);
                }
                70%,
                73% {
                    transform: translate3d(0, -60rem, 0);
                }
                73.5%,
                76.5% {
                    transform: translate3d(0, -63rem, 0);
                }
                77%,
                80% {
                    transform: translate3d(0, -66rem, 0);
                }
                80.5%,
                83.5% {
                    transform: translate3d(0, -69rem, 0);
                }
                84%,
                87% {
                    transform: translate3d(0, -72rem, 0);
                }
                87.5%,
                90.5% {
                    transform: translate3d(0, -75rem, 0);
                }
                91%,
                94% {
                    transform: translate3d(0, -78rem, 0);
                }
                94.5%,
                97.5%,
                100% {
                    transform: translate3d(0, -81rem, 0);
                }
            }
            .custom-checkbox {
                display: none;
            }
            .custom-checkbox + label {
                font-weight: normal;
                cursor: pointer;
            }
            .custom-checkbox + label span {
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
                width: 18px;
                height: 18px;
                cursor: pointer;
                position: relative;
                border: 1px solid #ff4081bd;
            }
            .custom-checkbox + label span::before {
                content: "";
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                opacity: 0;
                width: 9px;
                height: 9px;
                background-color: #ff4081bd;
                position: absolute;
                left: 50%;
                top: 50%;
                bottom: auto;
                right: auto;
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -moz-transition: opacity 0.2s;
                -o-transition: opacity 0.2s;
                -webkit-transition: opacity 0.2s;
                transition: opacity 0.2s;
            }
            .custom-checkbox:checked + label span::before {
                filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
                opacity: 1;
            }
            .custom-checkbox:disabled + label {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                opacity: 0.5;
            }
            .custom-checkbox:disabled + label, .custom-checkbox:disabled + label span {
                cursor: default;
            }

            h2 {
                font-family: 'Roboto', sans-serif;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 20px;
                margin-top: 25px;
                color: #fff;
                font-size: 2rem;
                animation: animate 9s linear infinite;
            }
            .changetaille {
                height: 900px !importnant;
            }

            .confirm-box {
                top: 30%;
                padding: 10px;
    width: 280px;
    position: relative;
    margin: 30px auto;
    color: rgba(0, 0, 0, 0.8);
    font-family: Helvetica;
    font-size: 15px;
    font-weight: bold;
    background: #d7cdcd8a;
    border-radius: 0.4em;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 30px 30px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, 0.4);
            }
            .confirm-box:after {
                content: "";
                display: table;
                clear: both;
            }
            .confirm-box:before {
                content: "";
                display: block;
                position: absolute;
                width: 100%;
                /*height: 1px;*/
                background: rgba(255, 255, 255, 0.3);
                top: 35px;
                left: 0;
                right: 0;
            }

            .confirm-box p {
                text-align: center;
                padding: 10px 0;
                border-radius: 0.4em 0.4em 0 0;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
                border-bottom: 1px solid rgba(0, 0, 0, 0.5);
                margin-bottom: 10px;
            }

            .confirm-box a {
                display: block;
                float: left;
                position: relative;
                padding: 7px 40px;
                margin: 5px 5px 15px 5px;
                text-decoration: none;
                text-align: center;
                font-size: 13px;
                border: 0px solid rgba(0, 0, 0, 0.7);
                border-radius: 0.2em;
               /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 20px 20px rgba(255, 255, 255, 0.2), 1px 2px 1px rgba(0, 0, 0, 0.2), 0 0 2px 8px rgba(50, 50, 50, 0.1);*/
                transition: all 0.3s ease-out;
                background: orangered;
                font-weight: bold;
                color: rgba(0, 0, 0, 0.6);
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
                -webkit-font-smoothing: subpixel-antialiased;
            }
            .confirm-box a:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -20px 20px rgba(200, 200, 200, 0.1), 1px 2px 1px rgba(0, 0, 0, 0.2), 0 0 2px 8px rgba(100, 100, 100, 0.1);
            }
            .confirm-box a:active {
                top: 1px;
            }
            .confirm-box a:first-of-type {
                margin-left: 30px;
                background: #5f9a2e;
            }
            .confirm-box a:last-of-type {
                background: #d02211;
            }
            /* <select> styles */
            select {
                /* Reset */
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                border: 0;
                outline: 0;
                font: inherit;
                /* Personalize */
                width: 20rem;
                padding: 1rem 4rem 1rem 1rem;
                background: var(--arrow-icon) no-repeat right 0.8em center/1.4em, linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
                color: white;
                border-radius: 0.25em;
                box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
                cursor: pointer;
                /* Remove IE arrow */
                /* Remove focus outline */
                /* <option> colors */
            }
            select::-ms-expand {
                display: none;
            }
            select:focus {
                outline: none;
            }
            select option {
                color: inherit;
                background-color: var(--option-bg);
            }
            .support4 {
                position: fixed !important;
                bottom: 20px;

                font-size: 9px;
                letter-spacing: 1px;
                text-align: right;

                z-index: 10;
                width:100%
            }
