@font-face {
  font-family: "callunab";
  src: url(../fonts/calluna/fonnts.com-Calluna-Bold.woff2) format(woff2);
}
@font-face {
  font-family: "callunal";
  src: url(../fonts/calluna/fonnts.com-Calluna-Regular.woff2);
}
@font-face {
  font-family: "meph";
  src: url(../fonts/meph/MemphisRiver-eZ43n.woff2);
}
@font-face {
  font-family: "callunablack";
  src: url(../fonts/calluna/fonnts.com-Calluna-Black.woff2);
}
@font-face {
  font-family: "callunasans";
  src: url(../fonts/callunasans/fonnts.com-Calluna_Sans_Semibold.woff2);
}
.primary {
  font-size: 3rem;
  font-family: sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  color: red;
  text-align: center;
  animation: top 5s 1.5ms ease-in-out;
}
@media screen and (max-width: 1010px) {
  .primary {
    font-size: 30px;
  }
}
@media screen and (max-width: 468px) {
  .primary {
    font-size: 25px;
  }
}

h2 {
  font-size: 2.5rem;
  font-family: sans-serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  line-height: normal;
  color: green;
}

.sec {
  font-family: sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  animation: sec 5s 1.5ms ease-in-out;
}
@media screen and (max-width: 728px) {
  .sec {
    font-size: 1.2rem;
  }
}

.kis {
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 900;
  font-style: bold;
  text-transform: uppercase;
  color: rgb(197, 48, 78);
  text-align: center;
  animation: kis 5s 1.5ms ease-in-out;
}

.num {
  margin-top: 2rem;
  margin-left: 2rem;
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 900;
  font-style: bold;
  text-transform: uppercase;
  color: rgb(197, 48, 78);
  text-align: left;
}

.cell {
  color: #fff;
}

.hannex {
  font-family: sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 2.5rem;
  text-align: center;
  margin: auto;
  color: rgb(197, 48, 78);
}
@media screen and (max-width: 1161px) {
  .hannex {
    font-size: 2rem;
  }
}
@media screen and (max-width: 728px) {
  .hannex {
    font-size: 1.6rem;
  }
}

.prog-p {
  font-family: "callunasans", sans-serif;
  font-size: 1.8rem;
  margin: 0.5rem 0.8rem;
}
@media (max-width: 700px) {
  .prog-p {
    font-size: 1rem;
  }
}

.clip {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 768px) {
  .clip {
    display: none;
    width: 100px;
    height: 130px;
    scale: 0.7;
  }
}

.con {
  background-color: red;
  font-family: cursive;
  padding: 5px;
  font-size: 20px;
  font-weight: 900;
  border-radius: 30px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .con {
    font-size: 10px;
  }
}
@media (max-width: 834px) {
  .con {
    font-size: 9px;
  }
}

.plate {
  width: 90%;
  font-size: 20px;
  padding: 2px 20px;
  text-align: center;
  background-color: #fff;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
@media (max-width: 768px) {
  .plate {
    font-size: 10px;
  }
}
@media (max-width: 834px) {
  .plate {
    font-size: 9px;
  }
}

.dayContent {
  position: relative;
  z-index: 5;
}

.prog-div1 {
  position: relative;
  top: 15rem;
  width: 100%;
  padding: 2.5rem;
  border: 4px solid black;
  border-style: double;
  box-sizing: border-box;
  margin-bottom: 3rem;
  z-index: 5;
}
.prog-div1::before {
  content: "Day Care";
  position: absolute;
  top: -12px; /* Adjust based on border thickness and font size */
  left: 10px; /* Adjust for padding from the left edge */
  background: white; /* Match container background to hide border underneath */
  padding: 0 5px;
  font-family: "callunab", sans-serif;
  font-size: 1.4rem;
}

.bgd2, .bgd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefbe9;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 55% 100%, 0 100%);
  z-index: -1;
}

.dayContent {
  position: relative;
  z-index: 5;
}

.prog-div2 {
  position: relative;
  width: 100%;
  padding: 2.5rem;
  border: 4px solid black;
  border-style: double;
  box-sizing: border-box;
  margin-bottom: 3rem;
  margin-top: 20rem;
  z-index: 5;
}
.prog-div2::before {
  content: "Kindergarten";
  position: absolute;
  top: -12px; /* Adjust based on border thickness and font size */
  left: 10px; /* Adjust for padding from the left edge */
  background: white; /* Match container background to hide border underneath */
  padding: 0 5px;
  font-family: "callunab", sans-serif;
  font-size: 1.4rem;
}

.bgd3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefbe9;
  clip-path: polygon(0 0, 100% 0, 100% 83%, 55% 100%, 0 100%);
  z-index: -1;
}

.priContent {
  position: relative;
  z-index: 5;
}

.prog-div3 {
  position: relative;
  padding: 2.5rem;
  width: 100%;
  border: 4px solid black;
  border-style: double;
  box-sizing: border-box;
  margin-top: 5rem;
  z-index: 5;
}
.prog-div3::before {
  content: "Junior primary";
  position: absolute;
  top: -12px; /* Adjust based on border thickness and font size */
  left: 10px; /* Adjust for padding from the left edge */
  background: white; /* Match container background to hide border underneath */
  padding: 0 5px;
  font-family: "callunab", sans-serif;
  font-size: 1.4rem;
}

.paper {
  width: 100%;
  padding: 20px;
  margin: 50px auto;
  background-color: #fefbe9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  border: 1px solid #e0c097;
  border-radius: 8px;
  /* Optional: add a slight tilt for a more realistic paper look */
  transform: rotate(-1deg);
}

.strip {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  height: 40VH;
  margin-left: 4.8%;
  margin-top: 13.5rem;
  background-color: #fefbe9;
  transform: skewY(-4deg);
}
@media (max-widht: 800px) {
  .strip {
    transform: skewY(0);
  }
}
.strip {
  /* .column{
     width: 20%;
     height: 80%;
     background-color: $tatiary-color-light;
     margin-left: 3.86%;
     align-self: center;
   }*/
}
.strip .column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 24rem;
  height: 22rem;
  transform: skewY(4deg);
  padding: 1rem;
  background-color: #ffeb3b; /* Classic yellow sticky note color */
  margin: 15px auto; /* Center the note on the page */
  /* Adding visual effects */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add depth with a shadow */
  position: relative; /* Needed for positioning pseudo-elements or inner content */
  /* Text styling */
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 800px) {
  .strip .column {
    padding: 0rem;
    line-height: 0.5;
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  .strip .column {
    font-family: sans-serif;
    line-height: 1.4;
    margin: 15px auto;
    width: 8rem;
    height: 10VH;
  }
}
.strip .column h3 {
  text-transform: uppercase;
  text-align: center;
}
.strip .column .strip__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  transform: translate(-50%);
  width: 10rem;
  height: 3rem;
  background-color: rgba(49, 0, 255, 0.8);
  border-radius: 2rem;
}
.strip .column .strip__btn .tipsy {
  font-size: 1.5rem;
  color: #ff0202;
}

    @media(max-width: 800px){
      font-family: sans-serif;
    
    line-height: 1.4;
    margin: 15px auto;
    width:8rem;
    height: 20VH;
    }
.strip__box{
  @media (max-width: 800px){
    display: none;
    
  }
}

.popup, .popup1 {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000000000;
}
.popup .content, .popup1 .content {
  display: table;
  overflow: hidden;
  width: 75%;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.popup .content .popup__letf, .popup1 .content .popup__letf {
  width: 33.3333%;
  display: table-cell;
}
.popup .content .popup__img, .popup1 .content .popup__img {
  display: block;
  width: 100%;
}
@media (max-width: 700px) {
  .popup .content .popup__img, .popup1 .content .popup__img {
    display: none;
  }
}
.popup .content .popup__right, .popup1 .content .popup__right {
  width: 66.66667%;
  display: table-cell;
  vertical-align: middle;
}
.popup .content .popup__text, .popup1 .content .popup__text {
  font-size: 1.4rem;
  column-count: 2;
  column-gap: 4rem;
  column-rule: 1px solid rgb(221, 220, 220);
  hyphens: auto;
}
@media (max-width: 700px) {
  .popup .content .popup__text, .popup1 .content .popup__text {
    font-size: 1rem;
    column-count: 2;
    column-gap: 1rem;
  }
}

.popup:target {
  display: block;
}

.popup1:target {
  display: block;
}

.close {
  position: absolute;
  top: 0;
  right: 3.4rem;
}

.boxi {
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 700px) {
  .boxi {
    font-size: 2rem;
  }
}

.cook__spa {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5rem;
}

#progi {
  position: relative;
  top: 1rem;
  left: 0;
}

.contact {
  margin-top: 5rem;
}

/* Container for side-by-side layout */
.forms-container {
  gap: 50px;
  padding: 20px;
}

/* Individual form box styles */
.form-box {
  background-color: #f0f8ff; /* Light pastel background */
  padding: 20px;
  border-radius: 15px;
  flex: 1 1 45%; /* Grow and shrink, basis 45% */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.form-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Heading styles */
h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #4CAF50; /* Soft green */
}

/* Form element styling */
form {
  display: flex;
  flex-direction: column;
}

label {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  padding: 15px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #515050;
  border-radius: 8px;
  font-size: 1.5rem;
  transition: border-color 0.2s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: #4CAF50;
  outline: none;
}

.btn {
  text-align: center;
}

button {
  width: 40%;
  margin-top: 20px;
  padding: 6px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 2rem;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #45a049;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .forms-container {
    flex-direction: column;
  }
}
.contact {
  width: 40%;
  margin-top: 5rem;
  background-color: #fff;
  height: fit-content;
  border: 0.5px solid rgb(252, 188, 188);
  border-radius: 5px;
}
.contact input {
  width: 90%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #5f5757;
  border-bottom-right-radius: 25px;
}
.contact .tip {
  text-align: center;
}
.contact label {
  font-family: sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 2rem;
  text-align: left;
}
.contact .lastbtn {
  text-align: center;
  margin-top: -10px;
}
.contact .lastbtn .btn__form {
  padding: 5px 10px;
  color: red;
  border-radius: 8px;
}

.sectionforms {
  padding: 10px;
  display: flex;
  justify-content: space-around;
  background-color: lightblue;
}

.last {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.last .last1 {
  width: 8%;
  background-color: brown;
}
.last .last1 .lg {
  width: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.last .last2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 92%;
  background-color: #052b4b;
}
.last .last2 .lastx .lastx__heading {
  color: #fff;
  font-family: callunab;
  font-size: 1.5rem;
}
@media (max-widht: 680px) {
  .last .last2 .lastx .lastx__heading {
    font-size: 1rem;
  }
}
.last .last2 .lastx .phone__footer, .last .last2 .lastx .email__footer {
  color: #fff;
  font-family: callunab;
  font-size: 1.5rem;
  text-decoration: none;
}
@media (max-widht: 680px) {
  .last .last2 .lastx .phone__footer, .last .last2 .lastx .email__footer {
    font-size: 0.7rem;
  }
}
.last .last2 .lastx a {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}
.last .last2 .lasty .tik {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}
.last .last2 .lastz {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.section__background {
  width: 100%;
  background-color: lightgrey;
  margin-top: -125px;
}

/* Container holding the tables */
.sectionforms {
  display: flex;
  flex-direction: row; /* default: row layout */
  justify-content: space-between;
  gap: 10px; /* space between tables */
}

/* Style for the tables */
.contact {
  flex: 1 1 auto; /* allow tables to grow/shrink with container */
  min-width: 150px; /* prevent too small */
  max-width: 100%; /* prevent overflow */
}

/* Media query to switch to column layout at max-width 350px */
@media (max-width: 1000px) {
  .sectionforms {
    flex-direction: column;
  }
  /* Optional: make tables full width in column mode */
  .contact {
    width: 100%;
  }
}
.gallery {
  font-family: sans-serif;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  background-color: #f0f0f0;
  padding: 0px;
}

.carousel-container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  width: 50%;
  height: 350px;
  overflow: hidden; /* Keeps only one image visible */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .carousel-container {
    width: 80%;
  }
}

.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%; /* Adjusted in JS or dynamically */
}

.carousel-images img {
  width: 100%; /* Make each image fill the container width */
  height: 90%;
  object-fit: cover;
  flex-shrink: 0;
}

.top {
  width: 100%;
  height: 95vh;
  background-color: aquamarine;
  background-image: linear-gradient(105deg, rgba(128, 0, 128, 0.7), rgba(5, 43, 75, 0.9), rgba(255, 8, 0, 0.7)), url(../images/MyImages/studio13.jpeg);
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 0 95%, 100% 85%, 100% 0);
}
@media (max-width: 834px) {
  .top {
    height: 80vh;
  }
}

.row2 {
  width: 90%;
  height: 45%;
  display: flex;
  margin-top: 40px;
  background-color: transparent;
  opacity: 1;
  z-index: 10;
  margin-left: 30px;
}
.row2 .one {
  width: 20%;
  scale: 1;
  background-color: #fff;
  clip-path: circle();
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;
}
@media (max-width: 768px) {
  .row2 .one {
    display: none;
  }
}
.row2 .two {
  width: 80%;
  display: flex;
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url(../images/MyImages/studio1.jpeg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-left: 2%;
}
@media screen and (max-width: 1380px) {
  .row2 .two {
    background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 40%, transparent 40%), url(../images/MyImages/studio1.jpeg);
  }
}
@media (max-width: 834px) {
  .row2 .two {
    height: 99.7%;
  }
}
@media (max-width: 768px) {
  .row2 .two {
    height: 90%;
    width: 100%;
    margin-left: 0;
  }
}

.heading {
  width: 100%;
  height: 11vh;
  background-color: #052b4b;
}

.hannex {
  width: 28%;
}
@media (max-width: 768px) {
  .hannex {
    margin-left: 0;
  }
}

.non {
  width: 60%;
}

.row2-1 {
  display: flex;
  width: 100%;
  background-color: transparent;
  margin-top: 40px;
}
.row2-1 .one-1 {
  width: 33%;
  text-align: center;
}
.row2-1 .plate {
  margin: auto;
  margin-top: 20px;
}

.menu .checkbox-menu {
  display: none;
}
.menu .label-checkbox {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  position: fixed;
  top: 3.4rem;
  left: 4rem;
  background-color: #fff;
  z-index: 30;
}
@media screen and (max-width: 728px) {
  .menu .label-checkbox {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: fixed;
    top: 6.4rem;
    left: 4rem;
    background-color: #fff;
    z-index: 30;
  }
}
.menu .label-checkbox {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.menu .label-checkbox #word1 {
  width: 6rem;
  height: 3rem;
  background-color: transparent;
  position: fixed;
  top: 5.5rem;
  left: 4.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  opacity: 1;
}
@media screen and (max-width: 728px) {
  .menu .label-checkbox #word1 {
    font-size: 1.1rem;
    position: fixed;
    top: 7.5rem;
    left: 4.4rem;
  }
}
.menu .label-checkbox #word2 {
  width: 6rem;
  height: 3rem;
  background-color: transparent;
  position: fixed;
  top: 5.4rem;
  left: 4.1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  opacity: 0;
}
@media screen and (max-width: 728px) {
  .menu .label-checkbox #word2 {
    font-size: 1.1rem;
    top: 7.4rem;
    left: 4.1rem;
  }
}
.menu .list {
  width: 100%;
  height: 100vh;
  z-index: 20;
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}
.menu .list .list-nav {
  list-style: none;
  line-height: 1;
  z-index: 2000;
}
.menu .list .list-nav .list-item:link, .menu .list .list-nav .list-item:visited {
  font-size: 3rem;
  font-weight: 700;
  margin: 1rem;
  text-decoration: none;
  color: #fff;
  padding: 1rem 2rem;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 250%;
  transition: all 0.5s;
}
.menu .list .list-nav .list-item:link:hover, .menu .list .list-nav .list-item:link:active, .menu .list .list-nav .list-item:visited:hover, .menu .list .list-nav .list-item:visited:active {
  background-position: 100%;
  color: #000;
}
.menu .background-menu {
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 4.2rem;
  left: 6rem;
  background-color: rgb(5, 5, 116);
  z-index: 15;
  transition: transform 0.8s;
}
@media screen and (max-width: 728px) {
  .menu .background-menu {
    width: 2rem;
    height: 2rem;
    position: fixed;
    top: 7.2rem;
    left: 5rem;
  }
}
.menu .checkbox-menu:checked ~ .list {
  opacity: 1;
  width: 100%;
}
.menu .checkbox-menu:checked ~ .background-menu {
  transform: scale(100);
}
.menu .checkbox-menu:checked + .label-checkbox #word1 {
  opacity: 0;
}
.menu .checkbox-menu:checked + .label-checkbox #word2 {
  opacity: 1;
}

.programs {
  width: 100%;
  background-color: #d9dddc;
  margin-top: -11rem;
  z-index: -1000;
}

.activities {
  width: 100%;
  height: 90vh;
  background-color: #d9dddc;
  z-index: -1000;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20;
}

.grams {
  width: 100%;
  margin-top: -10rem;
  background-color: lightblue;
  z-index: -1000;
}

.section {
  text-transform: uppercase;
  position: absolute;
  margin-top: 10rem;
}

/* Example for small screens */
#forms {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgb(31, 53, 114);
  padding: 10px; /* optional, for spacing inside */
}

@media (max-width: 600px) {
  #forms {
    flex-direction: column; /* stack form elements vertically */
  }
}
@media (max-width: 800px) {
  .strip__box {
    display: none;
  }
}

html {
  font-size: 62.5%;
  max-width: 1500px;
}
@media screen and (max-width: 1499px) {
  html {
    max-width: 100vw;
    min-width: 100vw;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.7;
  color: #555a5b;
  padding: 30px;
}

@keyframes top {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  80% {
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes sec {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  80% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes kis {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  70% {
    opacity: 1;
    transform: translatey(-30px);
  }
  90% {
    opacity: 1;
    transform: translatey(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(10);
  }
}

/*# sourceMappingURL=style.css.map */
