*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.Header{
    width:70%;
    height: auto;
    padding:auto;
    margin: auto;
    align-content: center
}

.Header img{
    width:100%;
    height:auto;
}

.Intro {
    width:92%;
    height:auto;
    margin:auto;
    
}

.lightB{
    display:none;
    position: fixed;
    z-index: 999999;
    inset: 0;
    background: #ff89c4;
    
    box-shadow:2px 0px 10px #333;
    justify-content: center;
    align-items: center;
    padding:30px;
}
.lightB.show{
    display: flex;
}

.lightboxDisplay{
    max-width:90%;
    max-height: 70vh;
    object-fit:contain;
    background:white;
    padding: 10px;

}
#lightB_close {
  position: absolute;
  top: 2px;
  right: 35px;
  color: white;
  font-size: 45px;
  cursor: pointer;
}

.imageMain img {
  cursor: zoom-in;
}

.bodyContent{
    width:100%;
    height:auto;
    margin:auto;
    align-content:center;
}
#design1, #design2, #design3, #design4, #design5, #design6{
    width:65%;
    margin:auto;
    margin-top:40px;
    padding: 40px 20px;
    background: #fff;
    background-color:#fff;
    box-shadow: 0px 10px 10px #333;
    align-content: center;
}

#design1 h3,#design2 h3,#design3 h3,#design4 h3,#design5 h3,#design6 h3{
    color: #FF69B4;
    text-align: center;
}

#design6{
    scroll-margin-top: 120px; /* adjust this number */
}

.programs ul{
    font-size:.89em;
    display: flex;
    flex-direction: column;
    width:50%;
    height:auto;
    margin: auto;
}

.programs li{
    color: #333;
    height:auto;
    width:80%;
    background-color: #f06ba9b0;
    list-style-type: none;
    padding:1px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0px 5px 5px #333;  
    margin-left: 10px;
}
.programs{
    width:100%;
    height:auto;
    margin:auto;
    margin-bottom:10px;
    align-content:center;
    align-items:center;
    font-size:.89em;
}
.programs h3{
    color: #FF69B4;
    text-align: center;
}

.programs ul{
    display: flex;
    flex-direction: column;
    width:100%;
    height:auto;
    margin: auto;
}
.intro{
    padding:20px;
    width: 70%;
    margin: auto;
    background-color: #fff;
    box-shadow: 2px 2px 2px #FF69B4;
}
.intro p{
    width:70%;
    margin: auto;
}

.image{
    width:80%;
    height:auto;
    margin:auto;
}

h1{
    text-align: center;
}

h2{
    color: #FF69B4;
    text-align: center;
}


.text{
    background-color: rgba(255,255,255,.5);
    width:70%;
    height:auto;
    margin:auto;
    margin-top:15px;
    padding:15px;
}
.imageMain.item img{
    width:100%;
    height:auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
}

.imageMain{
  padding: auto;
  margin: auto;
  box-shadow: 0px 15px 25px #333;
  align-content: center;
  position:relative;
}


.imageMain.item{
    width:90%;
    background-color: #FF69B4;
    margin:auto;
    padding:10px;
    align-items: center;
    align-content: center;

}

.item img{
    width:auto;
    height:100%;
}

.programIcons{
    width:100%;
    height:auto;
    padding: 10px;
}
.programIcons img{
    width:100%;
    height:auto;
}

.carousalContainer .item{
    margin: auto;
    width: 75px;
    height: auto;
    cursor: pointer;
    padding: 5px;
}

.carousalContainer .owl-item.current img{

    border: 2px solid #FF69B4; 
    opacity: 1;
}

.carousalContainer .owl-item img {
  opacity: 0.5; 
  transition: opacity 0.3s ease;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin: auto;
    padding: 10px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    
    pointer-events: all;
    color: white;
    width: 25px;
    height: 25px;
    background-color: #FF69B4 !important;
    border-radius: 50% !important;
    transition: background-color 0.3s ease !important;
   
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
}


.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background-color: #ffbadc!important;
}

@media(min-width:700px){
     .programs ul{
        margin:auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
        width:100%;
        font-size: .5em;
    }
    .programs li{
        width:20%;
        height:auto;
        margin:auto;

        padding-left: 0px;
        font-size: .5em;
    }

    .programs p{
        width:100%;
        margin: auto;
    }
    .programs{
        width:65%;
    }

    .owl-nav button.owl-prev {
        transform: translateX(-60px); 
        width: 50px;
        height: 50px;
    }

    .owl-nav button.owl-next {
        transform: translateX(60px); 
        width: 50px;
        height: 50px;
    }
    
   
    .owl-carousel{
        margin: auto;
        width:80%;
    }
    .carousalContainer{
        width:60%;
        height:auto;
        margin:auto;
    }
}