
body{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;

}
body, html {
  height: 100%;
}
h3{
text-align: center;
}
.opensource  .carousle-inner .carousel-item {
background-size: cover;
background-position: 50% 50%;
width: 100px;
height: 100px;  
}
.opensource  .carousle-inner .carousel-item img{
visibility: hidden;
}

/* @media screen and (max-width:400px){
.News .contai .row{
  margin-left: -6%;
}

} */
.News .contai .row{
margin-left: 2%;
}

.nav-item {
  font-size: 18px;
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}
.carousel-item img{
  width: 100%;
  height:80vh;
}
.nav-item{
  text-align:center;

}

.nav-item:focus,
.nav-item:hover {
  color: #fff;
}

.nav-item:focus:after,
.nav-item:hover:after {
  width: 100%;
  left: 0%;
}
/* @media screen and (max-width:1000px) {

  .nav-item:focus:after,
.nav-item:hover:after {
  width: 30%;
  left: 0%;
}
} */
.footter .container .row .col-6 a{
  text-decoration: none;
}

.nav-item:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* .head{
position: fixed;
top:0;
} */

.navbar{
background-color: #ffb737ff;


padding: 10% 10%;
}
.navbar .nav-item{
color: #fff;
margin-left: 20%;
}
.coursle{
margin-top: 30px;
}
.navbar-nav{
margin-left: 10%;
gap: 8%;
}

.card{
width: 90%;
height: auto;
text-align: center;
box-shadow: 4px 5px #ffb737ff;
border: 2px;  
}
.coursle{
position: relative;
}
.google-map {
padding-bottom: 30%;
position: relative;
}

.google-map iframe {
height: 80%;
width: 50%;
left: 0%;
top: 0;
position: absolute;
}
.btn {

padding: 0.8em 1.75em;
background-color: transparent;
border-radius: 6px;
border: .3px solid var(--color);
transition: .5s;
position: relative;
overflow: hidden;
cursor: pointer;
z-index: 1;
font-weight: bold;
font-size: 17px;
font-family: 'Roboto', 'Segoe UI', sans-serif;
text-transform: uppercase;
font-size: large;
font-weight: bolder;
}

.btn::after, .btn::before {
content: '';
display: block;
height: 100%;
width: 100%;
transform: skew(90deg) translate(-50%, -50%);
position: absolute;
inset: 50%;
left: 25%;
z-index: -1;
transition: .5s ease-out;
background-color: #ffb737ff;
}

.btn::before {
top: -50%;
left: -25%;
transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.btn:hover::before {
transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.btn:hover::after {
transform: skew(45deg) translate(-50%, -50%);
}

.btn:hover {
color: var(--color2);
}

.btn:active {
filter: brightness(.7);
transform: scale(.98);
}
.footter{
  background-color:black;
  padding: 5%;
  color: #ffb737ff;

}

.containers .row .col{
  text-decoration: none;
  text-transform: none;
}
.container .row .col{
  text-decoration: none;
  text-transform: none;
}
.container .nav-link{
  color:whitesmoke!important;
  font-size: 20px;
  font-size: large;
  font-weight: bold;
  
}
.contai{
/* text-align: center; */
margin-left: 0%;


}
.contai .row{
 /* display: grid; */
/* grid-template:6fr 2fr / 1fr 2fr ; */
/* row-gap: 10%; */
margin-bottom: 2%;
}

.contai .col{
margin-bottom: 5%;
}
.contai .card{
background-color: #767b7b2b;
width: 350px;
color:black;
}

.contai .card p {
font-size: 17px;
font-weight: 400;
line-height: 20px;
color: black;
}

.contai .card p.small {
font-size: 14px;
}

.contai .go-corner {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 32px;
height: 32px;
overflow: hidden;
top: 0;
right: 0;
background-color: #ffb737ff;
border-radius: 0 4px 0 32px;
}

.contai .go-arrow {
margin-top: -4px;
margin-right: -4px;
color: white;
font-family: courier, sans;
}

.contai .card1 {
display: block;
position: relative;
max-width: 350px;
height: 15rem;
border-radius: 4px;
padding: 32px 24px;
margin: 12px;
text-decoration: none;
z-index: 0;
overflow: hidden;
}

.contai .card1:before {
content: "";
position: absolute;
z-index: -1;
top: -30px;
right: -30px;
background: #ffb737ff;
height: 32px;
width: 38px;
border-radius: 32px;
transform: scale(1);
transform-origin: 50% 50%;
transition: transform 0.25s ease-out;
}

.contai  .card1:hover:before {
transform: scale(21);
}

.contai .card1:hover p {
transition: all 0.3s ease-out;
color: rgba(255, 255, 255, 0.8);
}

.contai .card1:hover h3 {
transition: all 0.3s ease-out;
color: #fff;
}

.contai .card2 {
display: block;
top: 0px;
position: relative;
max-width: 262px;
border-radius: 4px;
padding: 32px 24px;
margin: 12px;
text-decoration: none;
z-index: 0;
overflow: hidden;
border: 1px solid #f2f8f9;
}

.contai .card2:hover {
transition: all 0.2s ease-out;
box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
top: -4px;
border: 1px solid #ccc;
background-color: white;
}

.contai .card2:before {
content: "";
position: absolute;
z-index: -1;
top: -16px;
right: -16px;
background: #ffb737ff;
height: 32px;
width: 32px;
border-radius: 32px;
transform: scale(2);
transform-origin: 50% 50%;
transition: transform 0.15s ease-out;
}

.contai .card2:hover:before {
transform: scale(2.15);
}

.contai .card3 {
display: block;
top: 0px;
position: relative;
max-width: 262px;
border-radius: 4px;
padding: 32px 24px;
margin: 12px;
text-decoration: none;
overflow: hidden;
border: 1px solid #f2f8f9;
}

.contai .card3 .go-corner {
opacity: 0.7;
}

.contai .card3:hover {
border: 1px solid #ffb737ff;
box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
z-index: 500;
}

.contai .card3:hover p {
color: #ffb737ff;
}

.contai .card3:hover .go-corner {
transition: opactiy 0.3s linear;
opacity: 1;
}

.contai .card4 {
display: block;
top: 0px;
position: relative;
max-width: 262px;
border-radius: 4px;
padding: 32px 24px;
margin: 12px;
text-decoration: none;
overflow: hidden;
border: 1px solid #ccc;
}

.contai .card4 .go-corner {
background-color: #ffb737ff;
height: 100%;
width: 16px;
padding-right: 9px;
border-radius: 0;
transform: skew(6deg);
margin-right: -36px;
align-items: start;
background-image: linear-gradient(-45deg, #8f479a 1%, #fff 100%);
}

.contai .card4 .go-arrow {
transform: skew(-6deg);
margin-left: -2px;
margin-top: 9px;
opacity: 0;
}

.contai .card4:hover {
border: 1px solid #fff;
}

.contai .card4 h3 {
margin-top: 8px;
}

.contai .card4:hover .go-corner {
margin-right: -12px;
}

.contai .card4:hover .go-arrow {
opacity: 1;
}
.co {

width: 80%;

height: 60vh;

display: grid;


align-items: center;

}
.ct{


overflow-x: auto;

display: grid;
align-items: center;


}
cd{


overflow-x: auto;

display: grid;
align-items: center;


}


.oute {

width: 1600px;

height: 270px;

background-color: rgba(255, 255, 255, 0.233);


border-radius: 10px;
display: flex;
overflow-x: auto;

}

.outer{
width: 1300px;

height: 250px;

background-color: rgba(255, 255, 255, 0.233);


border-radius: 10px;
display: flex;
overflow-x: auto;
}


@media screen and (max-width:600px){
.outer{
  width: 350px;
}
}
@media screen and (max-width:600px){
.oute{
  width: 350px;
}
}


.cd{

flex: 0 0 auto;

margin: 0 10px;

width: 300px;

height: 200px;

background: linear-gradient(#ffffff, #ffffff) !important;
color: #000000 !important; 
box-shadow: 4px 5px #ffb737ff;


display: flex;

justify-content: center;

align-items: center;

font-size: 50px;

color: black;

font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

border-radius: 10px;

font-weight: 900;



}
.sub{
display: flex;
justify-content: center;
margin: 0 0 2% 0;
}
.sub .submit {
border: none;
outline: none;
padding: 20px 30px 20px 30px;
border-radius: 10px;
color: #fff;
font-size: 16px;
transform: .3s ease;
background-color:black;

}



.sub .submit:hover {
background-color:  #ffb737ff;
}


.footter{
  background-color: #ffb737ff;
  
}
.footter  .container .row .col-6
{
  color: black;
  font-size: 22px;
  font-weight:600;
}
.footter  .container .row .col-6
{
  color: black;
  font-size: 22px;
  font-weight: 500;
}
.volunteers button
{

 padding: 15px 30px;
 font-size: 18px;
 outline: none;
 border: none;
 border-radius: 10px;
 transition: 0.5s;
 background: #1e1e1e;
 cursor: pointer;
 color: greenyellow;
 box-shadow: 0 0 10px #ddb4b4, inset 0 0 10px #363636;
}

.volunteers button:hover {
 animation: a 0.5s 1 linear;
}

@keyframes a {
 0% {
   transform: scale(0.7, 1.3);
 }

 25% {
   transform: scale(1.3, 0.7);
 }

 50% {
   transform: scale(0.7, 1.3);
 }

 75% {
   transform: scale(1.3, 0.7);
 }

 100% {
   transform: scale(1, 1);
 }
}
.carousel-item img{
  object-fit: cover;
}
.login-box {
position:sticky;
top: 50%;
left: 50%;
width: 400px;
padding: 40px;
margin: 20px auto;
transform: translate(-50%, -55%);
background: rgba(0,0,0,.9);
box-sizing: border-box;
box-shadow: 0 15px 25px rgba(0,0,0,.6);
border-radius: 10px;
}

.login-box p:first-child {
margin: 0 0 30px;
padding: 0;
color: #fff;
text-align: center;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: 1px;
}

.login-box .user-box {
position: relative;
}

.login-box .user-box input {
width: 100%;
padding: 10px 0;
font-size: 16px;
color: #fff;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
}

.login-box .user-box label {
position: absolute;
top: 0;
left: 0;
padding: 10px 0;
font-size: 16px;
color: #fff;
pointer-events: none;
transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
top: -20px;
left: 0;
color: #fff;
font-size: 12px;
}

.login-box form a {
position: relative;
display: inline-block;
padding: 10px 20px;
font-weight: bold;
color: #fff;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
transition: .5s;
margin-top: 40px;
letter-spacing: 3px
}

.login-box a:hover {
background: #fff;
color: #272727;
border-radius: 5px;
}

.login-box a span {
position: absolute;
display: block;
}

.login-box a span:nth-child(1) {
top: 0;
left: -100%;
width: 100%;
height: 2px;
background: linear-gradient(90deg, transparent, #fff);
animation: btn-anim1 1.5s linear infinite;
}

@keyframes btn-anim1 {
0% {
  left: -100%;
}

50%,100% {
  left: 100%;
}
}

.login-box a span:nth-child(2) {
top: -100%;
right: 0;
width: 2px;
height: 100%;
background: linear-gradient(180deg, transparent, #fff);
animation: btn-anim2 1.5s linear infinite;
animation-delay: .375s
}

@keyframes btn-anim2 {
0% {
  top: -100%;
}

50%,100% {
  top: 100%;
}
}

.login-box a span:nth-child(3) {
bottom: 0;
right: -100%;
width: 100%;
height: 2px;
background: linear-gradient(270deg, transparent, #fff);
animation: btn-anim3 1.5s linear infinite;
animation-delay: .75s
}

@keyframes btn-anim3 {
0% {
  right: -100%;
}

50%,100% {
  right: 100%;
}
}

.login-box a span:nth-child(4) {
bottom: -100%;
left: 0;
width: 2px;
height: 100%;
background: linear-gradient(360deg, transparent, #fff);
animation: btn-anim4 1.5s linear infinite;
animation-delay: 1.125s
}

@keyframes btn-anim4 {
0% {
  bottom: -100%;
}

50%,100% {
  bottom: 100%;
}
}

.login-box p:last-child {
color: #aaa;
font-size: 14px;
}

.login-box a.a2 {
color: #fff;
text-decoration: none;
}

.login-box a.a2:hover {
background: transparent;
color: #aaa;
border-radius: 5px;
}



.form {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 350px;
padding: 20px;
border-radius: 20px;
position: relative;
background-color: #1a1a1a;
color: #fff;
border: 1px solid #333;
}

.title {
font-size: 28px;
font-weight: 600;
letter-spacing: -1px;
position: relative;
display: flex;
align-items: center;
padding-left: 30px;
color: #ffb737ff;
}

.title::before {
width: 18px;
height: 18px;
}

.title::after {
width: 18px;
height: 18px;
animation: pulse 1s linear infinite;
}

.title::before,
.title::after {
position: absolute;
content: "";
height: 16px;
width: 16px;
border-radius: 50%;
left: 0px;
background-color: #ffb737ff;
}

.message, 
.signin {
font-size: 14.5px;
color: rgba(255, 255, 255, 0.7);
}

.signin {
text-align: center;
}

.signin a:hover {
text-decoration: underline   #fff;
} 

.signin a {
color: #ffb737ff;

}

.flex {
display: flex;
width: 100%;
gap: 6px;
}

.form label {
position: relative;
}

.form label .input {
background-color: #333;
color: #fff;
width: 100%;
padding: 20px 05px 05px 10px;
outline: 0;
border: 1px solid rgba(105, 105, 105, 0.397);
border-radius: 10px;
}

.form label .input + span {
color: rgba(255, 255, 255, 0.5);
position: absolute;
left: 10px;
top: 0px;
font-size: 0.9em;
cursor: text;
transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
top: 12.5px;
font-size: 0.9em;
}

.form label .input:focus + span,
.form label .input:valid + span {
color: #00bfff;
top: 0px;
font-size: 0.7em;
font-weight: 600;
}

.input {
font-size: medium;
}

.submit {
border: none;
outline: none;
padding: 10px;
border-radius: 10px;
color: #fff;
font-size: 16px;
transform: .3s ease;
background-color: #ffb737ff;
}

.submit:hover {
background-color: black;
}

@keyframes pulse {
from {
  transform: scale(0.9);
  opacity: 1;
}

to {
  transform: scale(1.8);
  opacity: 0;
}
} 

       .table-container {
        max-width: 800px;
        margin: 0 auto;
      }
      
      .event-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
              border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      }
      
      .event-table th,
      .event-table td {
        padding: 16px;
        text-align: left;
      }
      
      .event-table th:first-child,
      .event-table td:first-child {
        padding-left: 20px;
      }
      
     
      
      .event-table tbody tr:hover {
          background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.4);        }
      
      /* Checkbox Styles */
      .event-table input[type="checkbox"] {
        display: none;
      }
      
      .event-table label {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.4);          border: 2px solid #ccc;
        border-radius: 3px;
      }
      
      .event-table label:before {
        content: "";
        display: block;
        width: 10px;
        height: 5px;
        border: solid  yellowgreen;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 4px;
        opacity: 0;
      }
      
      .event-table input[type="checkbox"]:checked + label:before {
        opacity: 4;
      }
      
      /* Responsive Styles */
      @media screen and (max-width: 600px) {
        .event-table th, .event-table td {
          padding: 12px;
        }
      }
      



.subscribe {
position: relative;
height: 140px;
width: 240px;
padding: 20px;
background-color: #FFF;
border-radius: 4px;
color: #333;
box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

.subscribe:after {
position: absolute;
content: "";
right: -10px;
bottom: 18px;
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #1a044e;
}

.subscribe p {
text-align: center;
font-size: 20px;
font-weight: bold;
letter-spacing: 4px;
line-height: 28px;
}

.subscribe input {
position: absolute;
bottom: 30px;
border: none;
border-bottom: 1px solid #d4d4d4;
padding: 10px;
width: 82%;
background: transparent;
transition: all .25s ease;
}

.subscribe input:focus {
outline: none;
border-bottom: 1px solid #0d095e;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'sans-serif';
}

.subscribe .submit-btn {
position: absolute;
border-radius: 30px;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
background-color: #0f0092;
color: #FFF;
padding: 12px 25px;
display: inline-block;
font-size: 12px;
font-weight: bold;
letter-spacing: 5px;
right: -10px;
bottom: -20px;
cursor: pointer;
transition: all .25s ease;
box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
}

.subscribe .submit-btn:hover {
background-color: #07013d;
box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
}
.card-client {
background: #767b7b2b;
width: 20rem;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 20px;
padding-right: 20px;
/* border: 4px solid #7cdacc; */
box-shadow: 0 6px 10px rgba(207, 212, 222, 1);
border-radius: 10px;
text-align: center;
color: black;
font-family: "Poppins", sans-serif;
transition: all 0.3s ease;
/* margin-bottom: 2%; */
}

.card-client:hover {
transform: translateY(-10px);
}

.user-picture0 {
transform: scale(0.3) translate(220px, 230px);
 width: 500px;
 height: 500px;
 margin-left: -180px;
 margin-top: -200px;
 background-image: url("./img/md.svg");
 background-color: #ccc;
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 30%;
}
.user-picture1 {
transform: scale(0.3) translate(220px, 230px);
 width: 500px;
 height: 500px;
 margin-left: -180px;
 margin-top: -200px;
 background-image: url("./img/ms.jpg");
 background-color: #ccc;
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 30%;
}
.user-picture2 {
transform: scale(0.3) translate(220px, 230px);
 width: 500px;
 height: 500px;
 margin-left: -180px;
 margin-top: -200px;
 background-image: url("./img/skjb.jpg");
 background-color: #ccc;
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 30%;
}
.user-picture3 {
transform: scale(0.3) translate(220px, 230px);
 width: 500px;
 height: 500px;
 margin-left: -180px;
 margin-top: -200px;
 background-image: url("./img/hsg.jpg");
 background-color: #ccc;
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 30%;
}
.user-picture4 {
  transform: scale(0.3) translate(220px, 230px);
   width: 500px;
   height: 500px;
   margin-left: -180px;
   margin-top: -200px;
   background-image: url("./img/spn.jpg");
   background-color: #ccc;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30%;
}

.user-picture5 {
  transform: scale(0.3) translate(220px, 230px);
   width: 500px;
   height: 500px;
   margin-left: -180px;
   margin-top: -200px;
   background-image: url("./img/ycm.webp");
   background-color: #ccc;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30%;
}

.user-picture6 {
  transform: scale(0.3) translate(220px, 230px);
   width: 500px;
   height: 500px;
   margin-left: -180px;
   margin-top: -200px;
   background-image: url("./img/pn.png");
   background-color: #ccc;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30%;
}

.user-picture7 {
  transform: scale(0.3) translate(220px, 230px);
   width: 500px;
   height: 500px;
   margin-left: -180px;
   margin-top: -200px;
   background-image: url("./img/pasaku.jpg");
   background-color: #ccc;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30%;
}

.user-picture8 {
  transform: scale(0.3) translate(220px, 230px);
   width: 500px;
   height: 500px;
   margin-left: -180px;
   margin-top: -200px;
   background-image: url("./img/sp.jpeg");
   background-color: #ccc;
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 30%;
}
/* .user-picture  {
width: 2.5rem;
} */


.name-client {
margin: 0;
margin-top: -80px;
font-weight: 600;
font-size: 18px;
}

.name-client span {
display: block;
font-weight: 200;
font-size: 16px;
}

.social-media:before {
content: " ";
display: block;
width: 100%;
height: 2px;
margin: 20px 0;
background: #ffb737ff;
}

.social-media a {
position: relative;
margin-right: 15px;
text-decoration: none;
color: inherit;
}

.social-media a:last-child {
margin-right: 0;
}

.social-media a svg {
width: 1.1rem;
fill: currentColor;
}

/*-- Tooltip Social Media --*/
.tooltip-social {
background: #262626;
display: block;
position: absolute;
bottom: 0;
left: 50%;
padding: 0.5rem 0.4rem;
border-radius: 5px;
font-size: 0.8rem;
font-weight: 600;
opacity: 0;
pointer-events: none;
transform: translate(-50%, -90%);
transition: all 0.2s ease;
z-index: 1;
}

.tooltip-social:after {
content: " ";
position: absolute;
bottom: 1px;
left: 50%;
border: solid;
border-width: 10px 10px 0 10px;
border-color: transparent;
transform: translate(-50%, 100%);
}

.social-media a .tooltip-social:after {
border-top-color: #262626;
}

.social-media a:hover .tooltip-social {
opacity: 1;
transform: translate(-50%, -130%);
}

@keyframes slow-scroll {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-1600%);
}
}

