    body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-family: sans-serif;
}

a{
    color: rgb(137, 26, 49);
}

a:hover{
    opacity: 0.7;
}

a:active{

    opacity: 0.3;
}

img{
    object-fit:cover;
}
header{
    display:flex;
    position:fixed;
    top:0%;
    height:125px;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
    color:rgb(137, 26, 49);
    background-color: white;
    z-index:3;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 45px;
}
header a{
    text-decoration:none;
    color:rgb(137, 26, 49);

}
header a:hover{
    opacity: 0.5;

}

.over-header{
    position:fixed;
    top:0%;
    height:40px;
    width:100%;
    color:white; 
    background-color: rgb(137, 26, 49);
    z-index:3;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    vertical-align: center;


}

.linkedin-logo-head{
    width: 35px;
    margin-top: -8px;
    cursor: pointer;
}
.linkedin-logo-head:hover{
    opacity: 0.7;
}

.linkedin-logo-head:active{
    opacity: 0.4;
}


.active{
    border:1px solid rgb(137, 26, 49);
    padding:4px;
    border-radius: 5px;

}
header div{
    display:flex;
    align-self:center;
}
header div h1{
    align-self:center;
}
.nav-links{
    display:flex;
    list-style:none;
    width:50%;
    justify-content:space-around;
    align-self:center;
}
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
}
.burger span {
    width: 25px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
}
main{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
main div{
    width:100%;
}
.welcome{
    width:100%;
    height:1000px;
    background-image: url(back_office/uploads/img_67b60b53f122b6.78820442.gif);
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    justify-self:center;
    align-self:center;
    text-align:center;
    border-bottom:1px solid;
    background-size: cover; background-repeat: no-repeat; background-position: center;
}
.welcome div{
    width:100%;
    background-color: rgba(0,0,0,0.6);
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:whitesmoke;
}
button{
    width:20%;
    height:40px;
    background-color:transparent;
    border-color:whitesmoke;
    color: whitesmoke;
}
.our-programs{
    display:flex;
    flex-direction:column;
    width:100%;
    align-items:center;
    heifht:fit-content;
    margin-bottom:20px;
}
.h1-programs{
            height: 200px;
            display:flex;
            justify-content:center;
            align-items:center;
            color:black;
            background-color:black;
        }
        .h1-programs h1{
            margin:0px;
        }
.h1-programs button{
    color:black;
    border-color:black;
}
.programs{
    display:flex;
    width:100%;
    height:500px;
    align-self:center;
    text-align:center;
}
.program-card{
    border: 1px solid black;
    border-radius:40px;
    width:20%;
    height:400px;
}
.read-programs{
    width:100%;
    height:500px;
    display:flex;
    align-items:center;
}
.read-programs div{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:5px;
    text-align:center;
}
.read-programs button{
    width:50%;
}
.all-programs{
    background-color:black;
    color:whitesmoke;
}
.read-more{
    background-color:whitesmoke;
    color:black;
}
.read-more button{
    color:black;
    border-color:black;
}
.partners{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 700px;
    background-color:whitesmoke;
    color:black;
}
.partners div{
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    width: 100%;
}




.contact-us{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 1200px;
    width:100%;
    align-items: center;
    color: black;
}
.contact-us form{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-us button{
    width: 50%;
    border-color:black;
    color:black;
}
form input,textarea,select{
    background-color: transparent;
    border-color: black;
    height: 30px;
    border-style: solid;
    border-radius: 8px;
    border-width: 2px;
}
.contact-us form div:not(.names){
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.names{
    display: flex;
    justify-content: space-between;
}
.contact-us form button:hover{
    background-color: black;
    color: white;
    cursor:pointer;
}
.subscribe{
    width: 100%;
    height: fit-content;
    padding-bottom: 10%;
}
.subscribe form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: white;
}
.subscribe form div{
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.subscribe form div div{
    display: flex;
    flex-direction: column;
    width: 25%;
}
.subscribe button{
    width: 20%;
}
.subscribe button:hover{
    background-color: white;
    color:blueviolet;
}
footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: whitesmoke;
    margin: 0;
    padding: 0;
}
footer div{
    align-self: center;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}
footer a{
    text-decoration: none;
    color: white;
}





.jy:hover{
    color: gray; 

}



.slideshow-container {
    position: relative;
      width: 80%;
      max-width: 800px;
      margin: auto;
      overflow: hidden;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  /* Each slide */
  .slide {
    display: flex;
    transition: transform 1s ease-in-out;
  }
  
  .slide p{
    flex: 0 0 100%;
      padding: 50px 20px;
      text-align: center;
      font-size: 20px;
      color: #333;
  }

  
  /* Navigation arrows */
  .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 20px;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
      cursor: pointer;
      z-index: 10;
      transition: background-color 0.3s;
  }
  
  .prev {
    left: 15px;
  }
  
  .next {
    right: 15px;
  }
  
  /* Fade animation */
  @keyframes fadeEffect {
    from {
      opacity: 0.5;
    }
    to {
      opacity: 1;
    }
  }
  


  .dots {
    text-align: center;
    margin-top: 10px;
  }
  
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
  }
  
  .dot.active {
    background-color: white;
  }


  @media screen and (max-width:850px) {
    button:not(header button){
        width:50%;
    }
    header h1{
        display:none;
    }
    header h2{
        display:none;
    }
    header h2 img{
        width:50px;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 20px;
        background-color: rgba(0,0,0,0.5);
        padding: 10px;
      }
    .nav-links.active {
        display: flex;
      }

      .nav-links li{

        margin-bottom: 10px;
        margin-top: 10px;
      }
    
      .burger {
        display: flex;
        align-self:center;
      }
    header img{
        height: 100px;
        width:100px;
    }
    .programs{
        flex-direction: column;
    }
    .programs-info{
        height: fit-content;
        width: 100%;
    }
    .programs-info div{
        width: 100%;
    }
    .our-programs div{
        width: 50%;
    }
    .our-programs button{
        width: 70%;
    }
    .programs-info{
        flex-direction: column;
    }


    .contact-us{
        flex-direction: column;
        height: 1500px;
    }
    .our-trainings-link{
        height: 100%;
        text-align: center;
    }
    .our-trainings-link button{
        width: 50%;
    }
    .about{
        flex-direction: column;
        height: fit-content;
    }
    .about button{
        width: 50%;
    }
    .about img{
        width: 100vw;
        height: 50%;
        padding: 0px;
        object-fit:cover;
    }
    .about div{
        height: 100%;

    }
    .partners{
        height: fit-content;
    }
    .partners div{
        flex-direction: column;
        align-items: center;
    }
    .slideshow-container{
        height: fit-content;
    }
    .contact-us{
        height: 850px;
    }
    .contact-form button{
        width:50%;
    }
    .names{
        flex-direction: column;
    }
    footer div{
        flex-direction: column;
    }
  }

  @media screen and (max-width:400px) {
    button:not(header button){
        width:50%;
    }
}
