
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-size: 16px;
  font-family: 'Montserrat';
}
body{
  background-color:#a0daf2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.img2{
  margin: 0 auto;
  display: block;
  margin-left: auto;
  margin-right: 30%;
  width: 25%;
  height: 100%;
}
.container .logodwla{
  margin: 0 auto;
  margin: auto;
  margin-bottom: 40%;
  margin-left: 20%;
  padding: auto;
  width: 10%;
  height: 10%;

}
.container .logodwla{ animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}
.container{
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container img{
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container .img1{
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.container video{
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.all-tooltip{
  margin: 0 auto;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.tooltip-content{
  margin: 0 auto;
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px #00000020;
  padding: 30px;
  border-radius:8px;
  width: 90vw;
  max-width: 300px;
  opacity: 0;
  pointer-events: none;
  /* left: -50%; */
  z-index: 2;
}
.tooltip-content .arrow{
  margin: 0 auto;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  top: 0px;
  left: 50%;
  transform:translate(-50%, -100%) rotate(0deg);
}
.pin{
  margin: 0 auto;
  position: absolute;
  content: '';
  top: 50%;
  left: 80%;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
}
.pin:after{
  margin: 0 auto;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: puls-effect 1s ease infinite;
}
.tooltip.active .tooltip-content{
  margin: 0 auto;
  opacity: 1;
  pointer-events: all;
  display: block;
}

/* Custom Style for tooltip-1 */

.tooltip-1 .pin{
  margin: 0 auto;
  top: 38.25%;
  left: 65.2%;
  height: 15px;
  width: 15px;
  background-color: rgb(255, 255, 255);
}
.tooltip-1 .tooltip-content{
  margin: 0 auto;
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background-color: aliceblue;
}
.tooltip-1.active .tooltip-content{
  margin: 0 auto;
  display: flex;
}
.tooltip-1 .tooltip-content .img{
  margin: 0 auto;
  width: 50%;
object-fit: cover;
}
.tooltip-1 .tooltip-content .content{
  margin: 0 auto;
  width: 50%;
  padding: 20px;
}
.tooltip-1 .tooltip-content .content h1{
  margin: 0 auto;
  font-size: 24px;
}
.tooltip-1 .tooltip-content .content p{
  margin: 0 auto;
  font-size: 14px;
}
.tooltip-1 .tooltip-content .content button{
  margin: 0 auto;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* custom style for tooltip-2 */

.tooltip-2 .pin{
  margin: 0 auto;
  top: 33.50%;
  left: 57%;
  height: 15px;
  width: 15px;
}
.tooltip-2 .tooltip-content .content h1{
  margin: 0 auto;
  margin: 20px 0;
}
.tooltip-2 .tooltip-content{
  margin: 0 auto;
  background-color: aliceblue;
}
.tooltip-2 .tooltip-content button{
  margin: 0 auto;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* Custom style for tooltip-3 */

.tooltip-3 .pin{
  margin: 0 auto;
  top: 54.10%;
  left: 55.10%;
  height: 15px;
  width: 15px;
}
/* Custom style for tooltip-4 */

.tooltip-4 .pin{
  margin: 0 auto;
  top: 70%;
  left: 55%;
  height: 15px;
  width: 15px;
}
.tooltip-5 .pin{
  margin: 0 auto;
  top: 20%;
  left: 73%;
  height: 15px;
  width: 15px;
}
/* Puls Effect For Pins */

@keyframes puls-effect{
  0%{
    transform: scale(1);
    opacity: 1;
  }
  100%{
    transform: scale(3);
    opacity: 0;
  }
}

/* Media Query */

@media (max-width: 768px){
  .tooltip-1 .tooltip-content{
    flex-direction: column;
    max-width: 300px;
  }
  .tooltip-1 .tooltip-content .content,
  .tooltip-1 .tooltip-content .img{
    width: 100%;
  }
}
/* table */

table{
  /* font-size="20px";*/ 
  font-size: 18px;
  margin: 0 auto;
  border-collapse: collapse;
}
table{ animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
  
}

th{
  margin: 0 auto;
  background-color: #65298c;
  text-align: left;
  color: white;
}

tr:nth-child(odd){
  margin: 0 auto;
  background-color: #f9f9f9;
}

td, th{
  margin: 0 auto;
   font-family: lato;
  padding: 5px;
}

.age{
  margin: 0 auto;
  width: 40%;
}

table{
  margin: 0 auto;
margin-left: 70%;
margin-top: -30%;
width: 30%;
height: 30%;
}



@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.age {
  counter-set: num var(--num);
  font-weight: bold;
}

.age:after {
  content: counter(num);
}

@media only screen and (max-width:800px) {
  .wizara{
    width: 100%;
    height: 100%;
    display: block;
  }
  body, .container, .all-tooltip{
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width:900px) {
  /* For mobile phones: */
  .container, body, .wizara {
    width: 100%;
    display: none;
  }
}

.sect1{
  background-color: white;
  display: block;
  min-width: 100px;
  min-height: 100px;
  margin: 0 auto;
  position: relative;
  border: 1px solid;
  padding: 5px;
  width: 99%;
  box-shadow: 5px 10px;
  top: 150px;
}
.sect1 p{
  text-align: center;
  text-align: center;
  font-size: 2.5em;

  transition: width 2s;
  background: linear-gradient(
  to right,
  #fc72ff,
  #8f68ff,
  #65298b,
  #8f68ff,
  #fc72ff
);
background-size: 200%;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: animate-gradient 2.5s linear infinite;
}
@keyframes animate-gradient {
  to {
    background-position: 200%;
  }
}