@import url("https://fonts.googleapis.com/css?family=Raleway");

/*main background part*/
body{
  font: 15px/1.5 'Raleway';
  padding:0;
  margin:0;
  background: #f3f8ff;
}
/*scrolling*/
html {
  scroll-behavior: smooth;
}
/*upper border part*/
header{
  font: 20px/1.5 'Raleway'; /*go corona size*/
  background: #00a8cc;
  color: #ffffff;  /*go corona*/
  padding-top: 30px; /*upper border upper height*/
  min-height: 50px; /*upper border bottom height*/
  border-bottom: #00a8cc 6px solid;
}

/*home about contact us*/
header a{
  color:#ffffff;  
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px; /*home about size*/
}

header li{
  display:inline;
  padding: 0 20px 0 20px; /*dist bet home about*/
}

header #branding{
  float:center; /*home...position*/
}

header #branding h1{
  margin:0;
  font-weight:bolder;
}

header nav{
  float:right;
  margin-top:-40px;
}

header .highlight, header .current a{
  color:#fff;
  font-weight:bold;
  font-size: 25px; /*home size*/
}

.highlighted{
  font-weight:bolder;
}

/*underline animation*/
header a {        
  position: relative;
}

header a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 60%;
  height: 1px;
  opacity: 0;
  background-color: #a2d5f2;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}

header a:hover::after {
  width: 100%;
  opacity: 1;
}

.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

/** SLIDESHOW corona warriors**/
#showcase{
  min-height: 419px;
  background-position: center;
  background-size: cover;

}

ul{
  margin: 0;
}

.slideshow {
  list-style-type: none;
}


.slideshow,
.slideshow:after { 
    top: -16px; 
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0; 
}

.slideshow li span { 
    position: absolute;
    width: 100%;
    height: 419px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}

.slideshow li:nth-child(1) span { 
    background-image: url('../pro/doc1.png.jpg');
}
.slideshow li:nth-child(2) span { 
    background-image: url('../pro/pol1.png.jpg');
    animation-delay: 6s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url('../pro/doc2.png.jpg');
    animation-delay: 12s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url('../pro/pol2.png.jpg');   
    animation-delay: 18s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url('../pro/doc3.png.jpg');
    animation-delay: 24s; 
}
.slideshow li:nth-child(6) span { 
    background-image: url('../pro/pol3.png.jpg');
    animation-delay: 30s; 
}
.slideshow li:nth-child(7) span { 
    background-image: url('../pro/doc4.png.jpg');   
    animation-delay: 36s; 
}
.slideshow li:nth-child(8) span { 
    background-image: url('../pro/pol4.png.jpg');
    animation-delay: 42s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}
/*SUBSCRIBE*/
#bottom {  /*mail button*/
    padding: 15px; /*blue border size*/
    color: #ffffff;
    background: #00a8cc;
    border-top: #00a8cc 3px solid;
    min-height: 70px;
    font-family: "Raleway";
}

#bottom h1{
  float:left;
  color: #fff;
  font-size: 28px;
   font-weight: 595;
}

#bottom form {
  float:center;
  
}

#bottom input[type="email"]{
  padding:4px;
  height: 25px;
  width:250px;
  padding: 6px 10px;
  font-family: "Raleway";
  background: #00a8cc;
  border: solid 2px #fff;
  color: #fff;
}

#bottom input[type="email"]:hover{
  background-color: #fff;
  color: #00a8cc;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

#bottom input[type="email"]:hover::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00a8cc;
  opacity: 1; /* Firefox */
}

#bottom input[type="email"]:hover:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#bottom input[type="email"]:hover::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.button_1 { /*subscribe button*/
    font-family: "Raleway";
    height: 41px;
    background: #00a8cc;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border-radius: 50px;
    border: solid 2px #fff;
}

.button_1:hover{
  background-color: #fff;
  color: #000;
}

#bottomcontainer {
    padding: 15px;
    color: #ffffff;
    background: #000;
    border-top: #000 3px solid;
    min-height: 70px;
    font-family: "Raleway";
}

.bottomcontainer{
  width: 80%;
  margin: auto;
}

#bottomcontainer h1{
  float:left;
  margin-left: 100px;
}

#bottomcontainer form {
  float:right;
  margin-top:15px;
  margin-right: 100px;
}


#frames{
  text-align: center;
  padding:15px 0px;
  color: #000;  /*text heading*/
  min-height:50px;
  background: #f3f8ff;  /* category part */
  font-family: "Raleway";
}

#frames p{
  font-size: 36px;  /*title size*/
  font-weight: bold; 
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 30%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.story {
    min-height: 340px; /*box height */
    display: inline-block;
    width: 31%; /*to keep them in vertical or hori format*/
    position: relative;
    margin: 5px 10px; /*distance between title n boxes*/
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    -webkit-transition: all .5s cubic-bezier(.25,.8,.25,1);
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}


element.style {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.slick-slide img {
    display: block;
}
img, svg {
    vertical-align: middle;
}
img {
    border-style: none;
}
.storyDetail {
    padding: 20px 20px 0px; /*3 boxes in same line*/
}

.storyName {
    color: #51505d;
    font-size: 30px; /*masks sani...*/
    line-height: 35px; /*dist between mask n tagline*/
    padding: 0 0 15px; /* || */
}

.storyInfo {
    font-size: 23px;  /*masks n all ka description*/
    font-weight: 300;
    color: #000;
}

#title1{
  border-width: 100px;
  border-top:100px solid; 
  background: #00bcd4;
  color: #f3f8ff;
  font-size: 15px;
  font-weight: 300;
}

#title2{
  background: #f3f8ff;
  color: #000;
  font-size: 14px;
   font-weight: 300;
}

#title3{
  background: #f3f8ff;
  color: #000;
  font-size: 20px;
   font-weight: 300;
}

#title4{
  background: #d7fffd;
  color: #000;
  font-size: 12px;
  font-weight: 200;
  border-bottom: 100px;
}

#title5{
  background: #00bcd4;
  color: #f3f8ff;
  font-size: 15px;
  font-weight: 200;
  border-top:100px solid;
}

#info{
  background: #d7fffd;
  color: #000;
  font-size: 12px;
   font-weight: 200;
}
 


.icons {
  margin-top: 25px;
}
.icons a {
  display: inline-block;
  width: 32px;
  height: 35px;
  cursor: pointer;
  background: #00a8cc;
  background-color:#00a8cc;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px; /*dist bet icons*/
  margin-bottom: 5px;
}

/** SLIDESHOW corona warriors**/

#show{
  min-height: 419px;
  background-position: center;
  background-size: cover;

}
ul{
  margin: 0;
}

.slides {
  list-style-type: none;
}


.slides,
.slides:after { 
    top: -16px; 
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0; 
}

.slides li span { 
    position: absolute;
    width: 100%;
    height: 419px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}

.slides li:nth-child(1) span { 
    background-image: url('../pro/pict1.png.jpg.jpg');
}
.slides li:nth-child(2) span { 
    background-image: url('../pro/pict2.png.jpg.jpg');
    animation-delay: 6s; 
}
.slides li:nth-child(3) span { 
    background-image: url('../pro/pict3.png.jpg.jpg');
    animation-delay: 12s; 
}
.slides li:nth-child(4) span { 
    background-image: url('../pro/pict4.png.jpg.jpg');   
    animation-delay: 18s; 
}
.slides li:nth-child(5) span { 
    background-image: url('../pro/pict5.png.jpg.jpg');
    animation-delay: 24s; 
}
.slides li:nth-child(6) span { 
    background-image: url('../pro/pict6.png');
    animation-delay: 30s; 
}
.slides li:nth-child(7) span { 
    background-image: url('../pro/pict7.png');   
    animation-delay: 36s; 
}
.slides li:nth-child(8) span { 
    background-image: url('../pro/pict8.png.jpg');
    animation-delay: 42s; 
}



@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slides li span {
  opacity: 1;
}

/*slider*/
.slider {
  width: 100%;
  height: 300px;
  display: flex;
  overflow-x: auto;
  border-bottom: 100px solid;
  color: #f3f8ff;
}
.slide {
  width: 0;
  flex-shrink: 0;
  height: 100%;
}


<!-- styling for gallery-->
.hgimage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../gallery imgs/imggallery_4.png');
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hgtext {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hgtext button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hgtext button:hover {
  background-color: #555;
  color: white;
}


.hgimgcontent {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 38px;
  transform: translate(-50%, -50%);
  color: white;
}
<!--styling for lightbox -->
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  spacing :20 px
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: DodgerBlue;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}
/* styling for image with transparent text*/
.lightboxcontent {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 22px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 24px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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) */
.numbertext {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
<!-- styling for img fade text in a box-->
.container {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}


.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: gray;
  border-radius:  2em / 5em;;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
<!-- styling for text border-->

#title4{
  background-color:  #00000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 200;
  border-top:100px solid;
}
element.style {
}
.primary-font {
    font-family: 'LibreBaskerville';
}
.lp-heading {
    width: 100%;
    max-width: 1180px;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 32px;
    line-height: 40px;
    color: #000;
}
.post{
float: left;

margin-right: 20px; 
 margin-bottom: 5px;
padding: 2px;
}
#title6{
  font-size: 20 px;
  font-weight: 200;
}
.about-campaign {
    width: 100%;
    max-width: 1180px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 30px auto;
}
#textpost1{ 
  background-color: DodgerBlue;
  margin: auto;  
  padding: 20px;
  text-align: center;
  border: 10px ;
  font-weight: 900;
  font-size:1.875em;
  color: white;
}
 #textpost2{
  
  background-color: lightgray;
  margin: auto;  
  padding: 20px;
  text-align: center;
  border: 10px ;
  color: black ;
}
.x-feature-box-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.2;
    color: #0084b4;
   font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif;
   font-style: normal;
    font-weight: 800;
}

<!-- wrap text round image circular format-->
.containercc{
width: 200px;
height: 200px;
}
  
.circlec1 {
width: 200px;
height: 200px;
float: left;
shape-outside: circle();
margin: 55px 30px 30px 0;
}
.circlec1 img {
width : 200px;
height: 200px;
border-radius: 50%;
float: left;
margin: 10px 30px 30px 0;
border: 2px solid black;
}

.wtext{
margin: 0;
padding: 0;
text-align: justify;
line-height: 22px;
}
#wtitle{
margin: 0 0 20px;
padding: 0;
font-size: 30px;
}
#example2 {
  border: 2px solid black;
  padding: 10px;
  border-radius: 50px 20px;  
  transform: translate (-50%,-50%);
  padding:30px;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  box-shadow: 0 15px 50px rgba(0,0,0,.2);
background-color: lightgray;
}
.circlec2 {
width: 200px;
height: 200px;
float: right;
shape-outside: circle();
margin: 10px 5px 30px 0;
}

.circlec2 img {
width : 200px;
height: 200px;
border-radius: 50%;
float: left;
margin: 5px 20px 10px 0;
border: 2px solid black;
}

#wtitle2{
margin:  20px 0 0;
padding: 0;
font-size: 30px;
}
#example3 {
  border: 1px solid gray;
  padding: 10px;
  border-radius: 25px ;  
  transform: translate (-50%,-50%);
  padding:30px;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  box-shadow: 0 15px 50px rgba(0,0,0,.2);
}
#textpost3{
  
  font-size:426px
  margin: auto;  
  padding: 20px;
  text-align: center;
  
  color: black ;
}
.textvid {
  background-color:#008B8B;
  border-radius:  2em / 5em;;
  color: white;
  font-weight: 800;
  font-size: 20px; 
  padding: 16px 32px;
}
<!-- Previous and next buttons-->
a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}


.round {
  border-radius: 50%;
}


/* styling for imggallery header linear gradient angles */
#grad1 {
  height: 100px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(#00e0e8, #0085a3, #003366);
  border-radius:  2em / 5em;;
  color: black;
  font-size: 16px;
  padding: 16px 32px;
  font-weight: 900;
}
#grad2 {
  height: 100px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(#00e0e8, #0085a3, #003366);
  color: #f3f8ff;
  font-size: 16px;
  padding: 16px 32px;
  
}

/* styling for posts donation button */
.bg1-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  font-size: 80px;
  border: 10px solid #f1f1f1;
  position: fixed; /* Stay fixed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 300px;
  padding: 20px;
  text-align: center;
}
.litfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;   
   height: 80px;
   text-align: center;
   background-color: white;
   font-size: 14px;
   box-sizing: border-box;   
}

/* styling for posts page headers1 2 3 4 button */
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #0085a3;   
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
