@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Cinzel+Decorative&family=Creepster&family=Electrolize&family=Labrada&family=Lemon&family=Pathway+Gothic+One&family=Rock+Salt&family=Share+Tech+Mono&display=swap');

body {
  font-family: 'Cinzel', serif;
  font-family: 'Cinzel Decorative', cursive;
  font-family: 'Creepster', cursive;
  font-family: 'Electrolize', sans-serif;
  font-family: 'Labrada', serif;
  font-family: 'Lemon', cursive;
  font-family: 'Pathway Gothic One', sans-serif;
  font-family: 'Rock Salt', cursive;
  font-family: 'Share Tech Mono', monospace;
  font-weight: bold;

  /* background-image: linear-gradient(  yellow, grey); */
  background-image: url(/assets/image/ui3.avif);
  background-repeat: no-repeat;
  background-size: cover;

}




.content {
  background-color: #233254;

}









.desc {
  padding: 1px;
  text-align: center;
}









.content {
  background-color: #28395e;
}

* {
  box-sizing: border-box;
}


.co {
  outline: 1px solid white;

}









/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  background-color: #f1f1f1;
}

.con1 {
  margin: 2rem 1rem 0rem 1rem;
}

.button {
  background-color: yellow;
  padding: 1rem;
  width: 10%;
  text-align: center;
  margin: 1rem 0 0 0;
  border-radius: .4rem;
}

.button a {
  text-decoration: none;
}


/* bottom Navbar */


#navbar {

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(65, 21, 106);
  text-align: center;
}

#navbar .col {
  float: left;
  display: block;
  text-align: center;
  font-size: 12px;
}

#navbar .col a {
  text-decoration: none;
  color: rgb(221, 174, 174);
  opacity: .8;

}


/* Side pannel  */


.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
  /* background-color: rgb(65, 21, 106); */
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  background-color: rgb(65, 21, 106);
  color: black;
  font-weight: bolder;
  padding: 10px 15px;
  border: none;
}

.dropdown-btn1 {
  float: right;
  text-decoration: none;
  font-size: 16px;
  display: block;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  color: black;
  margin-top: 1rem;
}

.dropdown-container1 {
  display: none;
  float: right;
  margin: 1rem;
}

.search {
  width: 100%;
  border-radius: 10px;
}

/* Fixed sidenav, full height */
.sidepanel {
  height: 100vh;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(65, 21, 106);
  overflow-x: hidden;
  padding-top: 50px;
  background-image: url(/assets/image/ui3.avif);

}


@keyframes navbarco {
  0% {
    background-color: grey;
  }

  20% {
    background-color: rgb(128, 128, 128);
  }

  40% {
    background-color: rgb(114, 113, 113);
  }

  50% {
    background-color: rgb(111, 110, 110);
  }

  60% {
    background-color: rgb(111, 110, 110);
  }

  70% {
    background-color: rgb(98, 98, 98);
  }

  80% {
    background-color: rgb(78, 76, 76);
  }

  100% {
    background-color: rgb(63, 62, 62);
  }
}

.sidepanel a,
.dropdown-btn {
  padding: 6px 8px 6px 20px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  color: white;
}

.sidepanel a {

  margin: 1rem 1.5rem;

  background-color: #fff;
  color: rgb(65, 21, 106);
  padding: .5rem;
  border-radius: .5rem
}

span a:hover {
  background-color: #fff;
  color: #000;
  padding: .55rem;
  border-radius:  1rem 1.5rem 0rem 0rem;
}


/* Main content */
.main {
  margin-left: 200px;
  /* Same as the width of the sidenav */
  font-size: 20px;
  /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;

  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}






/* card */


.cards {
  width: 100%;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border: none;
  border-radius: 1rem;
  font-weight: bold;
  animation-duration: 4s;
  animation-name: example;
  animation-iteration-count: infinite;
  border: 5px solid hsla(0, 53%, 41%, .5);


}


@keyframes example {
  0% {
    background-color: red;
  }

  50% {
    background-color: rgb(8, 70, 6);
  }

  100% {
    background-color: green;
  }
}

.sub_cads {

  width: 100%;
  border-spacing: 5rem;
  /* border: 4px solid hsl(0, 92%, 5%);
  border-bottom: 2px solid brown;
  border-left: 3px solid brown; */
  border-radius: 1rem;
  color: black;

}


.hoo1 {
  border-radius: 1rem;
  padding: .2rem;
  color: #000;
  text-align: center;

}

/* 
.hoo1:hover {
  background-color: #cbfb45;
  color: black;
} */


@keyframes subcard {
  0% {
    background-color: rgb(8, 70, 6);
  }

  /*   
  50% {
    background-color: green;
  } */

  100% {
    background-color: rgb(185, 45, 45);
  }
}

@keyframes cad {
  0% {
    background-color: red;
    left: 0px;
    top: 0px;
  }

  25% {
    background-color: yellow;
    left: 200px;
    top: 0px;
  }

  50% {
    background-color: blue;
    left: 200px;
    top: 200px;
  }

  75% {
    background-color: green;
    left: 0px;
    top: 200px;
  }

  100% {
    background-color: red;
    left: 0px;
    top: 0px;
  }
}



.cardeff {
  position: relative;
  background: linear-gradient(0deg, #bb8a8a, #470c85);
  color: #fff;
  border-radius: 2rem;
  outline: .3rem solid rgb(227, 227, 227);
}

.cardeff:before,
.cardeff:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  /* background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094,
      #0000ff, #00ff00, #ffff00, #ff0000); */
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.cardeff:after {
  filter: blur(50px);
}



/* sin in */

.call10 {
  text-decoration: none;
  color: red;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 2px 3px 5px;
}

.call11 {
  text-decoration: none;
  color: white;
  font-size: 18px;
  text-shadow: 2px 3px 5px;
}

.call11:hover {
  text-decoration: none;
  color: red;
  font-weight: bold;
  font-size: 18px;
}

/* profile */

.form-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
}

.form-field:hover {
  border: none;
}

.form-field:active {
  border: none;
}


.form-field:focus {
  border: 2px solid dodgerblue;
}



/* button */



/* Fund Request History */

.lab {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #0c1d2b;
  padding: 1rem;
  width: 100%;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
   border-radius: 3rem;
}

.table thead tr {
  border-radius: 2rem;
}

th {
   padding: 1rem;
   
}

td {
  text-align: center;
  padding: 1rem;
}


/*====================== website  ======================*/

* {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.i1 {
  color: #ed1c94;
}

.button-71 {
  background-color: #ed1c94;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  background-color: #6d0eb1;
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

.button-72 {
  background-color: #935f88;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-72:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-72:hover {
  background-color: #6d0eb1;
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

.button-73 {
  background-color: white;
  border: 2px solid rgb(169, 167, 167);
  border-radius: 56px;
  color: #440371;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-73:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-73:hover {
  background-color: #6d0eb1;
  color: white;
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-73 {
    padding: 16px 48px;
  }
}

/* wave */
.geeks {
  padding: 150px;
  text-align: center;
}

section {
  width: 100%;
  min-height: 100px;
}

.pattern {
  position: relative;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #935f88 0%, #440371 90%, rgb(6, 6, 123) 100%);
  "

}

.pattern:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(https://media.geeksforgeeks.org/wp-content/uploads/20200326181026/wave3.png);
  background-size: cover;
  background-repeat: no-repeat;
}


/* tab */
.tabContainer {
  width: 100%;
  height: 100%;
}

.tabContainer .buttonContainer {
  height: 15%;
}

.tabContainer .buttonContainer button {
  width: 33.33%;
  height: 100%;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  border-bottom: 2px solid rgb(223, 216, 216);
  font-size: 20px;
  color: black;
}

.tabContainer .buttonContainer button:hover {
  border-bottom: 2px solid #440371;
  color: #440371;
}

.tabContainer .tabPanel {
  height: 85%;

  color: #440371;
  text-align: center;
  padding-top: 105px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 15px;
  display: none;
}


/* text */
h3 {
  background: -webkit-linear-gradient(#440371, #ed1c94);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bttn {
  width: 40%;
  height: 55px;
  color: white;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 30px;
}

.bttn:hover {
  background-color: #ed1c94;
}

.rotate {
  animation: rotation 9s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

 