* {
  box-sizing: border-box;
}

body{padding:50px;
  
}


.algin-img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size:24px;
    text-align: center;
}

.algin-img {
  display: block;}
  
.algin-img-right {
  display: block;
    margin-left: auto;
      font-size:24px;
    text-align: right;
}
  
.algin-img-left {
  display: block;
    margin-right: auto;
      font-size:24px;
    text-align: left;
}  

.algin-img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size:24px;
    text-align: center;
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;space-between;
}

div.gallery-item {
  margin: 25px;
  
  width: calc(25% - 20px);
}

div.gallery-item:hover {
  
}

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

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  div.gallery-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  div.gallery-item {
    width: calc(100% - 20px);
  }
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #80808080;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 65%;
  margin-left: -65px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.fixed-size-text {
      border-right: 5px solid black;
      padding: 10px;
      margin: 20px auto;
      border-radius: 0px;
      font-size:24px;
    }
.text {   margin-right: 50px;
          margin-left: 50px;
 
}   

img[usemap] {
  width: 100%;    /* Or any specific width */
  height: auto;
  display: block;
}


}





.outline {-webkit-text-stroke-width: 3px;}




.text-gradient {
  text-align: center;
  font-family: Georgia,serif;
  font-size: 50px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}





.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 32px;
  margin: 10px;
  cursor: pointer;
}

.button-text {
  flex: 1;
  text-align: center;
  font-family: "Georgia", serif;
}

.circle {
  height: 24px;
  width: 24px;
 
  border-radius: 100%;
}



/*start Gods*/


/*end rain*/

/* Style the tab */
.tab {
  float: left;
  width: 25%;
  height: 100%;
}
 
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 1s;
  font-size: 17px;
}

/* Change background color of buttons on hover */


/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;

  width: 75%;
  height: 100%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* Number text (1/3 etc) */


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
    background-color: #bbb;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


