/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}

.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% /cover;
}

body {
  text-align: center;
}

.swiper-slide .slide-01 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/03/slide-16-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-02 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2019/08/slide-01-2048.jpg);
  transform-origin: 50% 50%;
}
.swiper-slide .slide-03 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-05-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-04 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-07-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-05 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-09-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-06 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-13-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-07 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-08-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-08 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-11-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-09 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-04-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-10 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2019/08/slide-03-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-11 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-06-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-12 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-12-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-13 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-15-2048.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-14 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-10-2048.jpg);
  transform-origin: 50% 50%;
}



:root {
  --swiper-pagination-bottom: 40px;
  --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #FCFCFC;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #262626;
}

.swiper-pagination {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  padding-right: 2px !important;
  padding-left: 2px !important;
  background-color: transparent; /* Change color to see size of the pagination container*/
  width: 16px !important; /* Sets width of pagination container */
  margin-right: auto !important;
  margin-top: 0% !important;
  left: 2% !important;
  z-index: 20 !important;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
  box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.65);
  background: var(--swiper-pagination-bullet-inactive-color, rgba(184, 164, 101, 0.15)) !important; /* Change color of inactive bullets */
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  border-radius: var(--swiper-pagination-bullet-border-radius, 20%) !important; /* 0% is square, 50% is circle */
  transform: scale(0.85) rotate(45deg) !important;
  border-style: ridge !important;
  border-width: 2px !important;
  border-color: rgba(184, 164, 101, 1);
  opacity: 0.85 !important;
}

.swiper-pagination-bullet-active {
  box-shadow: inset 1px 0px 2px rgba(38, 38, 38, 0.55);
  background: var(--swiper-pagination-bullet-active-color, rgba(184, 164, 101, 0.85)) !important;
  opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  transform: scale(1) rotate(45deg) !important;
  outline-style: ridge !important;
  outline-width: 1.5px !important;
  outline-color: rgba(38, 38, 38, 0.15);
}

/* Navigation arrows */
.swiper-button-prev,
.swiper-button-pause,
.swiper-button-next {
  border-style: ridge !important;
  border-radius: 2px !important;
  border-width: 2px !important;
  border-color: rgba(252, 252, 252, 0.35);
  width: 56px !important;
  --swiper-navigation-color: rgba(184, 164, 101, 0.85);
  --swiper-navigation-size: 27px;
  --swiper-navigation-top-offset: calc(100% - 80px);
  --swiper-navigation-sides-offset: 0%;
  transition: opacity 0.5s ease, color 0.5s ease;
  margin-left: 50%;
  margin-right: calc(50% - 115px);
  z-index: 16 !important;
  background: rgba(38, 38, 38, 0.05);
  backdrop-filter: blur(10px) brightness(75%);
}

.swiper-button-prev:hover,
.swiper-button-pause:hover,
.swiper-button-next:hover {
  background: rgba(184, 164, 101, 0.4);
  opacity: 1;
  --swiper-navigation-color: rgba(184, 164, 101, 1);
  border-color: rgba(184, 164, 101, 1);
}

.swiper-button-prev {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 3px;
}

.swiper-button-pause {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 3px;
}

.swiper-button-next {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 3px;
}

.parallax-container {
  font-family: "Forum", serif;
  font-style: normal;
  width: 79%;
  margin-left: 5%;
  border-radius:10px !important;
  border-style: ridge;
  border-width: 2px;
  border-color: rgba(252, 252, 252, 0.35);
  border-radius: 2px;
  background: rgba(38, 38, 38, 0.05);
  backdrop-filter: blur(10px) brightness(75%);
  backdrop-filter-radius: 2px;
  padding: 15px 15px 0px 15px; /*top, right, bottom, left*/
  position: absolute;
  top: calc(50vh - 30%);
  -webkit-font-smoothing: antialiased !important;
}

.parallax-container .title {
    font-size: 20px;
    color: #fff054;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #c63d3d;
    font-weight: bold !important;
    letter-spacing: 1px;
    line-height: 1.0;
    text-align: left !important;
    font-family: arial;
    text-shadow: 1px 2px 1px black;
}

.parallax-container .subtitle {
    font-weight: 600;
    font-size: 20px;
    color: #c7d8ea;
    font-family: arial;
    text-shadow: 2px 2px black;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: left !important;
    padding-top: 3px;
    padding-bottom: 5px;
}

.parallax-container .text {
  font-weight: 500;
  font-size: 18px;
  color: rgba(252, 252, 252, 0.78);
  line-height: 1.5;
  text-align: left !important;
  padding-top: 5px;
  padding-bottom: 25px;
}

.seceda-title,
.seceda-subtitle {
  color: #fbe5a8 !important;
}

.tuscan-cypresses-title,
.tuscan-cypresses-subtitle {
  color: #d4cc97 !important;
}

.swiper-progress-bar {
  height: 4px;
  background-color: rgba(184, 164, 101, 0.85);
  position: absolute !important;
  top: calc(100% - 69.5px);
  left: calc(50% + 145px);
  z-index: 30;
}

/* Progress bar numbers */
.slide-count {
  position: absolute;
  top: calc(100% - 91.5px);
  left: calc(80% + 175px);
  font-family: "Forum", serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 500;
  color: rgba(184, 164, 101, 0.92);
  z-index: 30;
  /*border-style: ridge;
  border-width: 2px;
  border-color: rgba(252, 252, 252, 0.35);
  border-radius: 2px;
  background: rgba(38, 38, 38, 0.05);
  backdrop-filter: blur(10px) brightness(75%);
  backdrop-filter-radius: 2px;*/
  -webkit-font-smoothing: antialiased !important;
  text-align: center !important;
}

/* Parallax button */
.parallax-container .text-button {
  font-size: 18px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 50px;
}

.button {
  color: rgba(184, 164, 101, 0.92) !important;
  background: transparent !important;
  text-decoration: none;
  font-weight: 800 !important;
  letter-spacing: 2px;
  padding: 10px 24px;
  padding-right: 22px !important;
  border-style: ridge !important;
  border-radius: 2px !important;
  border-width: 2px !important;
  border-color: rgba(184, 164, 101, 0.92) !important;
  transition: opacity 0.5s ease, color 0.5s ease !important;
}

.button:hover {
  color: rgba(184, 164, 101, 1) !important;
  background: rgba(184, 164, 101, 0.40) !important;
  opacity: 1;
  border-color: rgba(184, 164, 101, 1) !important;
}

.swiper-container-card.swiper-card {
  position: fixed;
  bottom: 29vh;
  left: 72vw;
  left: 87vw;
  width: calc(50vw - 30px);
  height: 27vh;
  z-index: 1;
  overflow: hidden;
}
.famil img{
    position: absolute;
    right: 2%;
    width: 160px;
    background: rgba(38, 38, 38, 0.15);
    backdrop-filter: blur(10px) brightness(75%) !important;
    backdrop-filter-radius: 2px;
    margin-top: -100px;
    padding: 8px;
    border-radius: 50% 50% 15px 15px;
}
.swiper-card .parallax-container {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 5%;
  border-style: ridge;
  border-width: 2px;
  border-color: rgba(252, 252, 252, 0.35);
  border-radius: 2px;
  background: rgba(38, 38, 38, 0.05);
  backdrop-filter: blur(10px) brightness(75%);
  backdrop-filter-radius: 2px;
  padding: 10px 12px 5px 12px;
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-font-smoothing: antialiased !important;
}

.swiper-card .parallax-container .title {
  font-weight: 100 !important;
  font-size: 16px;
  font-style: normal;
  color: rgba(255, 236, 135, 0.92);
  letter-spacing: 1px;
  line-height: 1.0;
  text-align: left !important;
}

.swiper-card .parallax-container .subtitle {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center !important;
  padding-top: 3px;
  padding-bottom: 5px;
}

.swiper-card .swiper-slide-cover {
  border-radius: 8px;
}

.swiper-card .swiper-slide {
  background-color: transparent;
}

.swiper-button-pause {
    position: absolute;
    left: 20px;
    top: 20px;
}
.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 24s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.7);
  -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(2n+1) .swiper-slide-cover { transform-origin:top right }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(3n+1) .swiper-slide-cover { transform-origin:top left }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(4n+1) .swiper-slide-cover { transform-origin:bottom right }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(5n+1) .swiper-slide-cover { transform-origin:bottom left }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(6n+1) .swiper-slide-cover { transform-origin:top right }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(7n+1) .swiper-slide-cover { transform-origin:top left }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(8n+1) .swiper-slide-cover { transform-origin:bottom right }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(9n+1) .swiper-slide-cover { transform-origin:bottom left }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(10n+1) .swiper-slide-cover { transform-origin:top right }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(11n+1) .swiper-slide-cover { transform-origin:top left }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(12n+1) .swiper-slide-cover { transform-origin:bottom right }
.swiper-scale-effect .swiper-slide.swiper-slide-active:nth-child(13n+1) .swiper-slide-cover { transform-origin:bottom left }

.swiper-slide .slide-06 {
  background-image: url(https://martin-kovacs.com/wp-content/uploads/2024/02/slide-13-2048.jpg);
  transform-origin: 50% 50%;
}

.wappi {
    position: absolute;
    padding: 5px;
    left: 480px;
    background: rgb(38 38 38 / 16%);
    backdrop-filter: blur(10px) brightness(75%);
    border-radius: 5px !important;
    top: 10px;
    z-index: 22;
}

.placi {
    position: absolute;
    left: 280px;
    top: 30px;
    width: 50px !important;
    height: 50px !important;
    z-index: 22;
}

.bildus > img {
    width: 150px !important;
    height: 150px !important;
    background: rgba(38, 38, 38, 0.15);
    backdrop-filter: blur(10px) brightness(75%) !important;
    backdrop-filter-radius: 2px;
    margin-top: -70px;
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 50% 50% 15px 15px;
}

.bildus1 > img {
    width: 150px !important;
    background: #ffffff;
    border: 1px solid #000;
    margin-top: -70px;
    margin-bottom: 20px;
    padding: 3px;
    border-radius: 15px;
}
.cityna {
    color: #cdcf94 !important;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.trol {
    border-radius: 5px;
}
.titlo{
    position: absolute;
    left: 480px;
    top: 15px;
}

.titoro{
    margin-left: 0px;
    position: absolute;
}

.quotus{
    position: absolute;
    right: 15px;
    top: 105px;
    color: #fff;
}



.paral{
	height: 490px;
	position: relative;
}
/*
.paral::after{
    background: repeating-linear-gradient(45deg, #fff , #fff 10px, #3C7AB8 0, #3C7AB8 20px, #fff 0, #fff 30px, #CB2C4B 0, #CB2C4B 40px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
}
.paral::before{
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    content: "";
    z-index: 1;
    border-radius: 20px;
}

*/

.salus {
    display: flex;
    margin-left: 184px;
    color: #ffffb1;
}

.quotus {
    font-size: 60px;
    position: absolute !important;
    top: -20px !important;
    left: -925px;
    color: #ffffb1;
}


p.textal {
    position: relative;
    height: 270px;
    font-size: 30px;
    font-weight: bold;
    font-family: arial;
    text-shadow: 1px 2px 4px black;
    background: #0a0a0a70;
    /*
    background-image: url(../images/textures/numbers/1.png);
    */
    border-radius: 8px;
}

.stimmol {
    color: red;
    position: absolute;
    top: 0px;
    text-shadow: 2px 2px 5px black;
    right: 30px;
    font-size: 30px;
    font-family: "Salsa", cursive;
    font-weight: bold;
}
.stimmol1 {
    color: red;
    position: absolute;
    top: 30px;
    text-shadow: 2px 2px 5px black;
    right: 30px;
    font-size: 30px;
    font-family: "Salsa", cursive;
    font-weight: bold;
}
.stimmol2 {
    color: red;
    position: absolute;
    top: 60px;
    text-shadow: 2px 2px 5px black;
    right: 30px;
    font-size: 30px;
    font-family: "Salsa", cursive;
    font-weight: bold;
}
.imagol {
    position: absolute;
    left: 0px;
    padding: 5px;
    background: rgb(38 38 38 / 16%);
    backdrop-filter: blur(10px) brightness(75%);
    border-radius: 5px !important;
}
.imagop {
    background: #ffffff42;
    border-radius: 5px;
}
.cital{
    text-transform: uppercase;
    font-weight: bold;
    margin-right:20px;
}
.customIcon1 {
    width: 34px;
    height: 35px;
    margin-left: 1px;
    position: relative;
    z-index: 2;
    background-color: #7a6e6e;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.hl-rightPanel-tab {
    position: relative;
    text-align: right;
    font-size: 18px !important;
    font-weight: bold;
    text-shadow: 1px 2px 3px black;
    height: 35px;
    margin-bottom: 1px;
    cursor: pointer;
    padding-right: 5px;
    padding-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.hl-rightPanel-tabs {
    position: absolute;
    top: 120px;
    right: 29px;
    width: 350px;
    margin-top: -61px;
}
.tab-icon {
    background: red;
    padding: 5px;
    border-radius: 50px;
}
.tab-text {
    background: #00000054;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
}
.instito {
    position: absolute;
    top: 100px;
    left: 60%;
    background: red !important;
    height: 100px;
    width: 100px;
}

.toto{
    position: absolute;
    top:30px;
    right:30px;
    z-index:44444;
}
#slidero{
    position: absolute;
    top: 50px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(38, 38, 38, 0.05);
    backdrop-filter: blur(10px) brightness(75%);
    right: 30px;
    z-index: 44444;
    width: 350px;
    height: 200px;
    color: #000;
}
.subtitle.subus {
    font-style: italic;
    color: #b1b1b1;
    font-size: 16px;
    font-style: italic;
}

.swipercontainus .swiper-wrapper .swiper-slide {
    background: none;
    transition: all .7s; 
 }
.swipercontainus .swiper-wrapper .swiper-slide-active {
    background-color: white;
    color: #000;
    font-size: 2em;
    height: 25px;
    line-height: 25px;
    margin-bottom: 50px;
}

.namo{
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: -15px;
    font-size: 24px !important;
}

.background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(5%);
    filter: brightness(90%);
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}


.ribbon{
    height:4px;
    text-shadow: -3px 1px black;
    position: relative;
    font-size: 26px;
    font-family: arial;
    margin-top: -6px;
    margin-left: -16px;
    color: #caebff;
    border-radius: 0 0.156em 0.156em 0;
    background: rgb(139 0 0 / 58%);
    background: rgb(0 0 0 / 28%);
    box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
    /*
    -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 0% 100%, 0% 0%); 
    */
}

.ribbon:before, .ribbon:after{
    position:absolute;
    content: '';
    display: block;
}

.ribbon:before{
    width: 0.469em;
    height: 125%;
    padding: 0 0 0.438em;
    top:0;
    left: -0.469em;
    background:inherit;
    border-radius: 0.313em 0 0 0.313em;
}

.ribbon:after{
    width: 0.313em;
    height: 0.313em;
    background: rgba(0,0,0,0.35);
    bottom: -0.313em;
    left: -0.313em;
    border-radius: 0.313em 0 0 0.313em;
    box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}
.imagod {
    width: 35px;
    margin-right: 10px;
    background: #0000002e;
    border-radius: 10px;
}

.chat-container {
    color: black;
    font-size: 30px;
    /*
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 15px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.7);
	*/
	overflow: hidden;
	padding: 15px;
	position: relative;
	max-width: 100%;
}

.chat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.message {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 30px;
}

.message.left {
    color: #121256;
    padding: 0px 0px 0px 70px;
    border-radius: 50px 10px 10px 10px;
    background: #ffffe0;
}

.message.right {
	align-self: flex-end;
	padding: 0px 70px 0px 0px;
    border-radius: 10px 50px 10px 10px;
    background: #ddddff;
}

.logo {
	border-radius: 50%;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.7);
	object-fit: cover;
	position: absolute;
	left: 10px;
	top: -10px;
	width: 50px;
	height: 50px;
}

.message.right .logo {
	left: auto;
	right: 10px;
}

.message p {
	margin: 0;
}

.text_input {
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 15px;
	width: 100%;
}
.textu{
    line-height: 35px;
    background: #0000002e;
    border-radius: 15px;
}
.swiper-slide video {
  position: absolute;
  top: 0;
  z-index: -10;
  width: 100%;
}



.displays {
    background-color: #222222cc;
    border-radius:10px;
    /*box-shadow: 0 0 12px 4px #000 inset;*/
}

.inputarea {
    margin: 24px 0;
}

#typesomething,
#showme {
    font-family: Roboto Condensed;
    font-size: 18px;
    padding: 14px;
    background-color: #EEE;
    color: #333;
    border: 0;
    height: 20px;
}

#typesomething {
    width: 300px;
}

#showme:hover {
    background-color: #DDD;
}

#showme:active {
    background-color: #CCC;
}

div.inline {
    display: inline-block;
    vertical-align: bottom;
}

div.activity {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #250000;
    position: relative;
    top: 33px;
    left: -50px;
}

div.activity.active {
    background: red !important;
    background-size: 5px 5px;
    border-radius: 50%;
    box-shadow: 0 0 20px #111 inset, 0 0 10px red;  
}

.greeny {
    background: green;
    background-image: radial-gradient(lime, transparent);
    background-size: 5px 5px;
    border-radius: 50%;
    border: dotted 2px lime;
    box-shadow: 0 0 20px #111 inset, 0 0 10px lime;
    animation: 13s green infinite;  
}


@keyframes red{
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: .1;
    }
    80% {
        opacity: .1;
    }
    
    100% {
        opacity: .1;
    }
}

@keyframes green{
    0% {
        opacity: .1;
    }
    20% {
        opacity: .1;
    }
    40% {
        opacity: .1;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    83% {
        opacity: .1;
    }
    86% {
        opacity: 1;
    }
    89% {
        opacity: .1;
    }
    93% {
        opacity: 1;
    }
    96% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}


.textus {
    padding: 0 20px 40px 20px;
}

.nini{
    position:absolute;
    top:250px;
    left:320px;
    z-index:111111;
    
}
.nini1 {
    background: #00000075;
    z-index: 4444444;
    position: absolute;
    top: 266px;
    left: 96px;
    border-radius: 0 0 10px 10px;
    width: 320px;
    height: 350px;
}
.nini2 {
    position:absolute;
    background: #00000075;
    z-index: 4444444;
    position: absolute;
    top: 46px;
    right: 266px;
    border-radius: 80px 80px 10px 10px;
    width: 250px;
    height: 190px;
}
.nini3 {
    z-index: 4444444;
    position: absolute;
    top: 6px;
    left:66px;
    border-radius: 0 0 10px 10px;
    width: 420px;
    height: 350px;
}
.nini4{
    position: absolute;
    z-index: 4444444;
    top: 266px;
    left: 96px;
}
.nini9{
    background: #00000075;
    border-radius: 0 0 10px 10px;
    position: absolute;
    z-index: 4444444;
    top: 266px;
    left: 96px;
    width: 320px;
    height: 350px;
}
.mimi{
    display:none;
}
.inputarea{
    display:none;
}

/* Greetz @deadlyicon
 * https://gist.github.com/2191622
 */

.flapper .digit div {
    font-weight: bold;
    color: #fff200;
    padding: 0px;
    font-family: arial black;
    background-color: black;
}

.slider-container {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.swiper-3d {
    perspective: none;
}
.slider-container .blog-slider .swiper-slide {
    background: #000000;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.swiper-slide.swiper-slide-active .blog-slider__content {
  position: relative;
  margin-left: 195px;
}

.swiper-slide.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}


.swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(1) {
  animation: 1.5s 1 imgAnime;
  -webkit-animation: 1.5s 1 imgAnime;
  transition-delay: 0.3s;
  opacity: 1;
}

.swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
  opacity: 1;
  animation: 2s 1 playAnime;
  -webkit-animation: 2s 1 playAnime;
  display: block;
}

.swiper-slide.swiper-slide-active .blog-slider__imgs img.movie-image:nth-child(2) {
  animation: 1.5s 1 imgAnime;
  -webkit-animation: 1.5s 1 imgAnime;
  transition-delay: 0.4s;
  opacity: 1;
}

.swiper-slide.swiper-slide-active .blog-slider__imgs .overly {
  opacity: 1;
  animation: 2s 1 playAnime;
  -webkit-animation: 2s 1 playAnime;
  display: block;
}


.swiper-slide .movie-image-container {
  position: relative;
  width: 150px;
  height: 200px;
}

.swiper-slide .movie-image-container div.overly {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: none;
}

.swiper-slide .movie-image-container div.overly a {
  background-color: #3485ff;
  width: 50px;
  height: 50px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: xx-large;
  color: white;
}

.swiper-slide .movie-image-container .movie-image {
  height: 100%;
  border-radius: 10px;
}

.swiper-slide .back-image {
  position: absolute;
  left: 340;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  height: 250px;
  object-fit: contain;
  filter: blur(3px) brightness(50%);
}

.slider-container .blog-slider__content > * {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1.5s;
}

.slider-container .blog-slider__title {
  color:#fff;
  margin-bottom: 10px;
  font-weight: bold;
}

.slider-container .blog-slider__text {
  font-size: 15px;
  line-height: 1.2em;
  color: #fff;
}

.slider-container .blog-slider__rate {
  font-size: x-large;
  margin: 10px 0px;
  display: block;
  font-weight: 900;
  color: rgba(255, 217, 0, 0.4);
}

.slider-container .blog-slider__img {
  opacity: 0;
}


@keyframes playAnime {
  from {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes imgAnime {
  from {
    transform: translateX(-120px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
  }
}

@keyframes backimgAnime {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

/* CalendarFlip */

.calendarflip {
    color: #12395F;
    position: absolute;
    top: 165px;
    display: none;
}

.calendarflip i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6em;
  height: 6em;
  transform: translate(-50%,-50%);
  color: inherit;
  background-color: #FFF;
  border: 0.25em solid;
  background-image:
    linear-gradient(to bottom, currentColor 10%, rgba(255,255,255,0) 10%),
    linear-gradient(to left, currentColor 10%, rgba(255,255,255,0) 10%);
  background-size: 1.25em;
  background-position: -0.0625em -0.1875em;
  border-radius: 0.1875em;
  box-shadow: inset 0 1.0625em #F78D72;
}

.calendarflip i:last-child {
  transform-origin: 50% -1.5%;
  animation: flip 1.35s infinite linear;
}

.calendarflip i:before {
  content: '';
  position: absolute;
  top: 2.4375em;
  left: 3.6875em;
  display: block;
  width: 1.125em;
  height: 1.125em;
  background-color: #FFDEA3;
}

.calendarflip:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 50%;
    width: 0.25em;
    height: 1.5625em;
    margin: 3.9375em 0 0 -1.875em;
    transform: translate(-50%, 0);
    transform-origin: 0 0;
    color: inherit;
    background-color: currentColor;
    border-radius: 0.1875em;
    box-shadow: 3.75em 0 currentColor;
    animation: mask 1.35s infinite linear;
}

@keyframes flip {
  0%, 62% { transform: translate(-50%,-50%) rotateX(0) scaleY(1); }
  100% { transform: translate(-50%,-50%) rotateX(265deg) scaleY(0.5); }
}

@keyframes mask {
  63% { transform: translate(-50%,0%); }
  74% { transform: translate(-50%,0%) scaleY(0.5); }
  74.1% { transform: translate(-50%,0%) scaleY(1); }
}

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);

/* STRUCTURAL STYLES */

/* M 40x54 (default) */

.flapper {
    font-size: 36px;
    line-height: 42px;
    height: 58px;
    margin-bottom: -30px;
    text-align: center;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.flapper .digit {
    border-radius: 5px;
    margin: 0 0 0 4px;
    height: 44px;
    width: 34px;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.flapper .digit div {
    border-radius: 3px;
    height: 100%;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    width: inherit;
    position: absolute;
    text-align: center;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.flapper .digit:first-child {
    margin: 0;
}

.flapper .digit .top {
    top: 0px;
    left: 0px;
    overflow: hidden;
    clip: rect(0px, auto, 22px, 0px);
}

.flapper .digit .bottom {
    clip: rect(23px, auto, 54px, 0px); 
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

/* SIZE STYLES */

/* XXL 96x128 */

.flapper.XXL {
    font-size: 116px;
    line-height: 123px;
    height: 132px;
}

.flapper.XXL .digit {
    border-radius: 8px;
}

.flapper.XXL .digit div {
    border-radius: 6px;
}

.flapper.XXL .digit {
    height: 128px;
    width: 96px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.XXL .digit .top {
    clip: rect(0px, auto, 64px, 0px);
}

.flapper.XXL .digit .bottom {
    clip: rect(65px, auto, 128px, 0px); 
}

/* XL 72x96 */

.flapper.XL {
    font-size: 89px;
    line-height: 92px;
    height: 100px;
}

.flapper.XL .digit {
    border-radius: 7px;
    margin: 0 0 0 4px;
}

.flapper.XL .digit:first-child {
    margin: 0;
}

.flapper.XL .digit div {
    border-radius: 5px;
}

.flapper.XL .digit {
    height: 96px;
    width: 72px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.XL .digit .top {
    clip: rect(0px, auto, 47px, 0px);
}

.flapper.XL .digit .bottom {
    clip: rect(48px, auto, 96px, 0px); 
}

/* L 54x72 */

.flapper.L {
    font-size: 66px;
    line-height: 70px;
    height: 76px;
}

.flapper.L .digit {
    border-radius: 6px;
    margin: 0 0 0 4px;
}

.flapper.L .digit:first-child {
    margin: 0;
}

.flapper.L .digit div {
    border-radius: 4px;
}

.flapper.L .digit {
    height: 72px;
    width: 54px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.L .digit .top {
    clip: rect(0px, auto, 35px, 0px);
}

.flapper.L .digit .bottom {
    clip: rect(36px, auto, 72px, 0px); 
}


/* S 30x40 */

.flapper.S {
    font-size: 36px;
    line-height: 39px;
    height: 44px;
}

.flapper.S .digit {
    border-radius: 4px;
    margin: 0 0 0 2px;
}

.flapper.S .digit:first-child {
    margin: 0;
}

.flapper.S .digit div {
    border-radius: 2px;
}

.flapper.S .digit {
    height: 40px;
    width: 30px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.S .digit .top {
    clip: rect(0px, auto, 19px, 0px);
}

.flapper.S .digit .bottom {
    clip: rect(20px, auto, 40px, 0px); 
}

/* XS 24x30 */

.flapper.XS {
    font-size: 28px;
    line-height: 30px;
    height: 34px;
}

.flapper.XS .digit {
    border-radius: 3px;
    margin: 0 0 0 2px;
}

.flapper.XS .digit:first-child {
    margin: 0;
}

.flapper.XS .digit div {
    border-radius: 1px;
}

.flapper.XS .digit {
    height: 30px;
    width: 24px;
    font-size: inherit;
    line-height: inherit;
}

.flapper.XS .digit .top {
    clip: rect(0px, auto, 14px, 0px);
}

.flapper.XS .digit .bottom {
    clip: rect(15px, auto, 30px, 0px); 
}

/* WORDS MODE OVERRIDE */

.flapper.words .digit {
    width: 100%;
}

/* THEME STYLES */

/* DARK (default) */

.flapper .digit {
    background-color: #222;
    border: 1px solid #333;
}

.flapper .digit div {
    color: #ffffb1;
    padding: 0px;
    background-color: black;
}

/* LIGHT */

.flapper.light .digit {
    border: 1px solid #ddd;
    background-color: #eee;
}

.flapper.light .digit div {
    color: #222;
    padding: 0px;
    background-color: #f6f6f6;
}

.calendio {
    background: #ffffff70;
    position: absolute;
    width: 80px;
    right: -200px;
    top: -222px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 4px 1px black;
}

.daynamus {
    width: 100%;
    background: #c1000097;
    text-shadow: 0px 1px black;
    font-size: 20px;
}
.dayus {
    color: #000;
    text-shadow: 0px 1px #808080a8;
    font-size: 40px;
    font-weight: bold;
}
.monthus {
    font-size: 18px;
    color: #000000;
    margin-bottom:10px;
    text-shadow: 0 1px #aeaeae;
}
.yearus {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000000;
    text-shadow: 0 1px #aeaeae;
}

#flo{
    margin-top: -15px;
    position: relative;
    display:flex;
    height:358px;
}
#f1{
    position:relative;
}
#f2 {
    
    width: 169px;
    text-align:center !important;
    height: 100%;
    /*
    background: #00000050;
    */
    left: 0;
    border-radius:0 0 10px 0;
    position: absolute;
}

.heado {
    height: 20px;
    display: block;
    color: white;
    text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, #ff8389 0%, #ff3f46 100%);
}
.footo {
    background: #fff;
    border-radius: 0 0 5px 5px;
    height: 30px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-shadow: -1px 2px #b4b4b4;
}
svg.svg.d3-parliament {
    margin-top: 10px;
    padding-top: 20px;
    height:220px;
    border-radius: 240px 240px 10px 10px;
}

.namat{
    border-radius: 10px;
    padding:10px 0;
    height:40px;
}


td {
    border: 1px solid #6e6e6e;
    padding: 3px 5px 3px 5px;
}
tr {
}
.monthName {
    width: 15ch;
    background: #00000094;
    border-top: 1px solid #ffffff3d !important;
    border: none;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px black;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    
}
.day {
    width: 2.5ch;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.real{
    cursor:pointer;
    border-radius:20px;
}
.real:hover {
    /*
    scale: 3;
    transform: translateX(10px);
    transform: translateX(0px) translateY(20px);
    */
}

.noday {
    background: url(assets/images/textures/numbers/16.png);
}

.day.highlightYellow {
    background: #ff6;
}
.day.highlightGreen {
    background: #2f7;
}


tr:nth-child(even) .day {
}
.cell.weekend {
  background-color: var(--weekend-fill-color)  !important;
  color: var(--weekend-text-color);
}
.year {
    font-size: 20px;
    background: #ffffff7a;
    text-align: center;
    text-shadow: 0px 1px #ffffff;
}

.weektitle{
    text-shadow: 0px 1px #ffffff;
    background: #ffffff45;
    font-size: 13px;
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none !important;
}
.numus {
    position: relative;
    top: -8px;
    left: -5px;
    color: #000000;
    text-shadow: 0px 1px #ffffff;
    background: #3a171773;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    font-size: 8px;
}
.weekend {
    color: #f52525;
    text-shadow: 0 1px black;
}
.monthName.active {
    background: #000;
}
.active .noday{
    background: #000 !important;
}
.active .day {
    opacity: 0.2;
}
.activim {
    opacity: 1 !important;
    scale: 4;
    transform: translateX(10px) translateY(10px);
}

/*Montserrat font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/
* {margin: 0; padding: 0;}
body {text-align: center; overflow: hidden;}

.grid {
    width: 1190px !important;
	height: 479px; 
	margin:auto;
	perspective: 500px;
}

.grid img {
    display: block !important;
    width: 100px;
    height: 100px;
    background: #ffffff20;
}

.animate {
	cursor: pointer;
}

.animate:hover {
    background: #000000ad;
}

.animus {
    position: absolute;
    left: 126px;
    top: 0px;
    background: #00000060;
    z-index: 111;
}

.imgit {
    float: left;
    margin: 3px 3px 10px 3px;
}

.imgit:before {
    left: 25%;
    content: ' ';
    display: block;
    background: white;
    width: 0.2em;
    height: 0.4em;
    margin-top: -0.3em;
    position: absolute;
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.6);
}

.imgit:after {
    right: 25%;
    content: ' ';
    display: block;
    background: white;
    width: 0.2em;
    height: 0.4em;
    margin-top: -0.3em;
    position: absolute;
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.6);
}

.heado {
    height: 20px;
    display: block;
    color: white;
    text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, #ff8389 0%, #ff3f46 100%);
}

.footo {
    background: #fff;
    border-radius: 0 0 5px 5px;
    height: 30px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-shadow: -1px 2px #b4b4b4;
}
.calCol {
    text-align: left;
}
.calendar{
    position: relative;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    background: rgba(38, 38, 38, 0.05);
    backdrop-filter: blur(10px) brightness(75%);
    margin: auto;
    margin-top: 100px;
    box-shadow: 0 0 2px 0px black;
}
.cal {
    height: 100px;
    margin-bottom: 0px !important;
}

.cal2 {
    height: 30px;
    color: #fff;
    border-radius: 4px;
    background: rgb(0 0 0 / 58%);
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
    margin-left: -20px;
    position: relative;
}

.cal2:before{
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
}


/*************************************************************/

.month-name {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    width: 80px;
}

#calendus .node {
    padding: 5px;
    display: inline-flex;
    background: #272626;
    border-radius: 4px;
    width: 32px;
    height: 25px;
    justify-content: center;
    align-items: center;
    margin: 3px;
    color: white;
    cursor: pointer;
    font-size: 10pt;
}

#calendus {
    border: 1px solid #000;
    position: absolute;
    /*display: none;*/
    z-index: 3;
    width: 1312px;
    height: 395px;
    border-radius: 10px;
    padding: 10px;
    background: gray;
}

#calendus .node.active {
    background-color: #F44336;
}

/*************************************************************/

.postus img {
    width: 150px !important;
    height: 150px !important;
    background: rgba(38, 38, 38, 0.15);
    backdrop-filter: blur(10px) brightness(75%) !important;
    backdrop-filter-radius: 2px;
    padding: 8px;
    border-radius: 50% 50% 15px 15px;
    z-index:3;
}
.famil img {
    position: absolute;
    right: 2%;
    z-index: 3;
    width: 126px;
    background: rgba(38, 38, 38, 0.15);
    backdrop-filter: blur(10px) brightness(75%) !important;
    backdrop-filter-radius: 2px;
    padding: 8px;
    border-radius: 50% 50% 15px 15px;
}

.wrapperus1 {
    padding-top: 20px;
    color:#fff;
    width: 100px;
    height: 350px;
    float: left;
    border-radius: 0 0 10px 10px;
    background: #00000075;
}

.wrapperus2 {
    max-width: 1200px;
    height: 350px;
    margin-left: 105px;
    padding: 20px 10px 10px 20px;
    border-radius: 0 0 10px 10px;
    background: #00000075;
}

.img-placeholder {
  background-image: url("https://placehold.it/200x100/CC99CC/ffffff&text=Feature");
  background-size: cover;
  min-height: 100px;
  min-width: 100px;
}

/*Basic Grid Styles*/
.Grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.u-textCenter {
  text-align: center;
}

.Grid-cell {
  flex: 1;
}

.Demo {
    margin-bottom: 5px;
    transition: background-color 0.3s ease;
    border-radius: 3px;
}
.po {
    background: #868686b5;
    width: 31px;
    height: 22px;
     background-position: center center !important;
     background-repeat: no-repeat !important; 
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
    border-radius: 4px;
    border: 1px solid #000;
    margin: auto;
}
.po1 {
    width: 66px;
    background: #823230bd;
    font-size: 12px;
}
/* With gutters*/
.Grid--gutters {
  margin-left: -1em;
}
.Grid--gutters .Grid-cell {
  padding-left: 3px;
}

/* Justify per row*/
.Grid--right {
  justify-content: flex-end;
}

.Grid--center {
  justify-content: center;
}

/* Alignment per row */
.Grid--top {
  align-items: flex-start;
}

.Grid--bottom {
  align-items: flex-end;
}

.Grid--center {
  align-items: center;
}

/* Alignment per cell */
.Grid-cell--top {
  align-self: flex-start;
}

.Grid-cell--bottom {
  align-self: flex-end;
}

.Grid-cell--center {
  align-self: center;
}

.hsus{
    text-align:center;
}
.contenus {
    border-radius: 10px !important;
    padding: 10px !important;
    width: 220px;
    height: 350px;
    background: #000000;
}

.tooltip {
    height: 50px;
    width: 200px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 11111;
    border-radius: 16px;
    box-shadow: 0 0 16px #0004, 0 0 0;
    border: 1px solid #aaa;
}
.tooltip::after {
    color: #666;
    font-family: Brown, Helvetica, sans-serif;
    font-size: 16pt;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tooltip-arrow {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden; /* ← Here is the trick */
}
.tooltip-arrow::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    left: 50%;
    box-shadow: 0 0 16px #0004;
    border: 1px solid #aaa;
}
.nameto {
    text-align: center;
    font-size: 26px !important;
    font-weight: bold;
    font-family: arial;
    margin-top: 10px;
}
.imgot{   
    margin-left: -10px;
    margin-top: -10px;
    width: 60px;
    height:60px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.skills-top-circle{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}
.skills-circle-wrap{ 
    width: 260px;
    height: 260px;  
    position: relative;
    margin: 10px auto;
    pointer-events: fill; 
    cursor: pointer; 
    -webkit-transform: perspective(900px);
    transform: perspective(900px);
}
.skills-circle{
    max-width: 260px;
    height: 260px;
    position: absolute;  
    top:0;left:0;right:0;bottom:0;
    margin: auto;
    border-radius: 50%; 
    transition: 1s all;
    background-color: #000bd6;
    background-image:url(assets/images/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
}  

.skill-orbit{
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    position: absolute;  
    top:0;left:0;right:0;bottom:0;
    margin: auto;  
    transition: 1s all;
    transform: perspective(900px);
}
.skill-orbit:nth-child(1){
    width: 100%; 
    height: 100%; 
    background: #cfcfcf30;
    /*background-image:url(assets/images/globe/2.gif);*/
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.skill-orbit:nth-child(2){
    width: 82.5%; 
    height: 82.5%; 
    background: #ffffff30;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.skill-orbit:nth-child(3){
    width: 65%; 
    height: 65%;
    background: #cfcfcf30;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.skill-orbit:nth-child(4){
    width: 47.5%; 
    height: 47.5%;
    background: #ffffff30;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.skill-orbit:nth-child(5){
    width: 30%; 
    height: 30%;
    background: #cfcfcf30;
    background-image:url(assets/images/bg/6.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.skill-planet{
    width: 30px;
    height: 30px;
    border-radius: 50%; 
    position: absolute;
    top:-15px;
    left:0;right:0;
    margin: 0 auto; 
    font-family: Arial;
    font-weight: 100;
    text-align: center; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    transition: 1s all;
    font-size: 18px;
    line-height: 26px;
}
.skill-planet span{
    display: block;
}

.skill-orbit:nth-child(1) .skill-planet{
    color:#FFF9BF;
}
.skill-orbit:nth-child(2) .skill-planet{
    color:#A3B476;
}
.skill-orbit:nth-child(3) .skill-planet{
    color:#C77751;
}
.skill-orbit:nth-child(4) .skill-planet{
    color:#FBAF3F;
}
.skill-orbit:nth-child(5) .skill-planet{
    color:#46BAEB;
} 


.skill-orbit:nth-child(1) .skill-planet{
    -webkit-animation: travelOrbit 10s infinite linear;
    animation: travelOrbit 10s infinite linear;
    -webkit-transform-origin: 50% 673%;
    transform-origin: 50% 673%;
}
.skill-orbit:nth-child(1) span{
    -webkit-animation: unrotate 10s infinite linear;
    animation: unrotate 10s infinite linear;
}
.skill-orbit:nth-child(2) .skill-planet{
    -webkit-animation: travelOrbit 8s infinite linear;
    animation: travelOrbit 8s infinite linear;
    -webkit-transform-origin: 50% 557%;
    transform-origin: 50% 557%;
}
.skill-orbit:nth-child(2) span{
    -webkit-animation: unrotate 8s infinite linear; 
    animation: unrotate 8s infinite linear; 
}
.skill-orbit:nth-child(3) .skill-planet{
    -webkit-animation: travelOrbit 6s infinite linear;
    animation: travelOrbit 6s infinite linear;
    -webkit-transform-origin: 50% 440%;
    transform-origin: 50% 440%;
}
.skill-orbit:nth-child(3) span{
    -webkit-animation: unrotate 6s infinite linear; 
    animation: unrotate 6s infinite linear; 
}
.skill-orbit:nth-child(4) .skill-planet{
    -webkit-animation: travelOrbit 4s infinite linear;
    animation: travelOrbit 4s infinite linear;
    -webkit-transform-origin: 50% 323%;
    transform-origin: 50% 323%;
}
.skill-orbit:nth-child(4) span{
    -webkit-animation: unrotate 4s infinite linear; 
    animation: unrotate 4s infinite linear; 
}
.skill-orbit:nth-child(5) .skill-planet{
    -webkit-animation: travelOrbit 2s infinite linear;
    animation: travelOrbit 2s infinite linear;
    -webkit-transform-origin: 50% 203%;
    transform-origin: 50% 203%;
}
.skill-orbit:nth-child(5) span{
    -webkit-animation: unrotate 2s infinite linear; 
    animation: unrotate 2s infinite linear; 
} 
@-webkit-keyframes travelOrbit { 
    0% { -webkit-transform: rotate(0deg); } 
    100% { -webkit-transform: rotate(360deg); } 
} 
@keyframes travelOrbit { 
    0% { transform: rotate(0deg); } 
    100% { transform: rotate(360deg); } 
}


.skill-planet img {
    border-radius: 50%;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.btnono{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  position: absolute;
  bottom: -150px;
  left: 0;right: 0;
  margin: 0 auto;
  color:#aeaeae;
  text-align: center;
  line-height: 100px;
}

.topo {
    position: relative;
    text-align: center;
    height: 100%;
    text-shadow: 2px 1px 2px black;
    border-radius: 50%;
}
.topo1 {
    position: absolute;
    width: 100%;
    top:0;
    left:0px;
    padding: 1px;
    border-radius: 3px;
}
.topo2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0px;
    padding: 1px;
    border-radius: 3px;
}
.markus {
    position: absolute;
    top: -12px;
}
.orb1 .topo{
    border: 3px solid #ffc6c6;
    color: #ffc6c6;
}
.orb2 .topo{
    border: 3px solid #e0e0ff;
    color: #e0e0ff;
}
.orb3 .topo{
    border: 3px solid #ffffc6;
    color: #ffffc6;
}
.orb4 .topo{
    border: 3px solid #c7ffc7;
    color: #c7ffc7;
}
.orb5 .topo{
    border: 3px solid white;
    color: white;
}
.playus {
    position: absolute;
    right: 5px;
    top: 50%;
}
.wappus{
    position: absolute;
    bottom: 14px;
    width: 16px;
    width: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.globus{
  height:300px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background-color:#121212;
  overflow:hidden;
}
.earth{
  position:relative;
  width:300px;
  height:300px;
  background:#3498db url('https://i.postimg.cc/DzMWZC8X/earth.png');
  background-size:cover;
  background-position:center;
  border-radius:50%;
  overflow:hidden;
  cursor:pointer;
  transition:all .5s ease-in-out;
  box-shadow: inset 0 0 60px rgba(0,0,0,.85);
  animation:animate 8s linear infinite;
}
.earth:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-image:url('https://i.postimg.cc/rmRDtSrY/cloud.png');
  background-size:cover;
  background-position:center;
  border-radius:50%;
  animation:animate 12s linear infinite;
}
.earth:active{
  transform:scale(5);
}
.bigorbit{
    width: 100% !important; 
    height: 100% !important;   
    opacity:1 !important;
}
@keyframes animate{
  from{
    background-position: 0 0;
  }
  to{
    background-position: 719px 0;
  }
}
@media screen and (max-width:600px){
  h1{
    font-size:1.8rem;
  }
}
.but {
    text-align: center;
    margin-top: 30px;
}
.buttus {
    cursor: pointer;
}
.activato {
    opacity: 1;
    scale: 2;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}

.activato:after {
    content: '';
    display: block;  
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
}


.datidad{
    display:none;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    height: 70px;
    background: #fff;
    border-radius: 5px;
    z-index: 4444444445;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}
.datidad1{
    width:100%;
    height: 20px;
    background: red;
}

.datidad2{
    width:100%;
}

.datimum{
    margin: 0 auto;
    position: absolute;
    width: 750px;
    height: 210px;
    top: 100px;
    left: 246px;
    background: #ffffffc1;
    border: 6px solid #00000047;
    border-radius: 5px;
    z-index: 444444444;
    text-align: center;
    transition: transform 1s;
    transform: scale(.1);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.slideanim{
    transform: scale(1);
}

/*
.datimum:after {
    content: '';
    display: block;  
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
*/
.datimum1 {
    width: 310px;
    background-size:cover !important;
    background-repeat:no-repeat;
    height: 100%;
    float: left;
}

.datimum2 {
    width: 428px;
    height: 100%;
    margin-left: 310px;
    border-left: 1px solid #aaaaaa;
    background: #ffffff;
}


