@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
html {
  font-size: 16px;
}
.rounded-14 {
  /* border-radius: 14px !important; */
}

/* .container {
  max-width: 1000px;
} */

/* .img {
  background-color: #e9ecef;
  overflow: hidden;
  background-position: center;
}
.img1 {
  background-image: url(../images/Kidz-Play-179-500x500.jpg);
  background-size: cover;
}

.img2 {
  background-image: url(../images/Kidz-Play-187-1536x1024.jpg);
  background-size: cover;
} */
/* html {
  font-size: 16px;
} */
.img img {
  width: 100%;
  height: auto;
}

h1 {
  font-weight: bold;
  line-height: 1.1;
  font-size: clamp(3rem, 7vw, 3.6rem);
  color: #ffffff;
  text-align: center;
}

.whoweare {
  display: flex;
  background-color: #d88b65;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: white;
}

.whoweare p {
  max-width: 422px;
  text-align: justify;
}
section {
  scroll-margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section > div.container,
footer {
  margin-top: 1.5rem;
}

.ctabtn {
  color: white;
  border: 0px none white;
  background-color: #d88b65;
  padding: 12px 14px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 768px) {
  html {
    font-size: 13px;
    /* font-size: 14px; */
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1000px;
  }
}
