@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0 ;
  padding: 0;
  color: black;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  font-weight: 400;
}

.collapsible {
  background: linear-gradient(to right, #ffffff00, #ffffff00, #FFFF00, gold);
  background-repeat: no-repeat;
  background-size: 400% 400%;
  margin: 20px 0px 20px 0px;
  font-weight: bold;
  color: gold;
  cursor: pointer;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  font-size: 20px;
}
.collapsibleadmin {
  background: url(smudge.png);
  background-size: 300px 100px;
  margin: 0 auto;
  display: table;
  font-weight: bold;
  color: gold;
  cursor: pointer;
  width: 300px;
  height: 100px;
  border: none;
  outline: none;
  font-size: 20px;
}
.collapsibleadmin1 {
  background: url(smudge.png);
  background-size: 300px 100px;
  margin: 0 auto;
  display: table;
  font-weight: bold;
  color: gold;
  cursor: pointer;
  width: 300px;
  height: 100px;
  border: none;
  outline: none;
  font-size: 20px;
}

.collapsible:focus{
outline: none;
}
.collapsibleadmin:focus{
outline: none;
}
.collapsibleadmin1:focus{
outline: none;
}
.poop{
font-size: 20px;
position: relative;
top: 20px;
font-weight: bold;
color: #D4AF37;
outline: none;
}

.poop:hover{
color: white;
transition: 0.5s;
outline: none;
}

.activate, .collapsible:hover {
  background-position: 100% 100%;
  transition: 1.5s ;
  outline:none;
}
.activate, .collapsibleadmin:hover {
  background-position: 100% 100%;
  transition: 1.5s ;
  outline:none;
}
.activate, .collapsibleadmin1:hover {
  background-position: 100% 100%;
  transition: 1.5s ;
  outline:none;
}
.collapsible:after {
  content: '\002B';
  color: #D4AF37;
  font-weight: bold;
  float: right;
  position: relative;
  right: 10px;
  bottom: 15px;
  outline: none;
}
.collapsibleadmin:after {
  content: '\002B';
  color: #D4AF37;
  font-weight: bold;
  float: right;
  position: relative;
  right: 10px;
  bottom: 15px;
  outline: none;
}
.collapsibleadmin1:after {
  content: '\002B';
  color: #D4AF37;
  font-weight: bold;
  float: right;
  position: relative;
  right: 10px;
  bottom: 15px;
  outline: none;
}
.activate:after {
  content: "\2212";
  transition: 0.5s;
  outline: none;
}

.titleadmission{

  margin: 20px 0px 20px 0px;
  font-weight: bold;
  background: linear-gradient(to right,  yellow, gold);
  color: gold;
  cursor: pointer;
  position: relative;
  top: 100px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  height: 70px;
}
/*Content: Programs*/
.contentprograms {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin: 10px 20px 20px 20px;
  max-height: 900px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.contentprograms img {
  width: 40%; /* Adjust size as needed */
  height: auto;
  margin-left: 20px; /* Adds spacing between the image and text */
}

.contentprograms p {
  font-size: 1.2rem;
  margin: 0;
}
@media (max-width:400px){
  .containerprograms{
    position: relative;
    top: 110px;
    margin: 0 5px 100px 5px;
    padding: 20px;
  }
  
}
@media (max-width:700px){
  .containerprograms{
    position: relative;
    top: 110px;
    margin: 0 10px 100px 10px;
    padding: 20px;
  }
}
.contentprograms p{
  font-size: 18px;
  margin: 0 40px 0 40px
}
.contentprograms img{
  width: 50%;
  height: 50%;
}
@media (max-width:400px) {
  .contentprograms img{
    width: 300px;
    height: 300px;
  }
}
.contentprograms {
  margin: 10px 20px 20px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.titleprogram{
  margin: 20px 0px 20px 0px;
  font-weight: bold;
  background: linear-gradient(to right,  yellow, gold);
  color: gold;
  cursor: pointer;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  height: 70px;
}
.poop1{
  font-size: 25px;
  position: relative;
  top: 10px;
  font-weight: bold;
  color: #D4AF37;
}
.piccommentsprograms{
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}
