@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Sniglet:wght@400;800&display=swap");

:root {
  --corp-color: #0751a0;
  --primary-color: #d6bb72;
  --secondary-color: #4cb848;
  --body-color: #191919;
  --gray-color: #ececec;
  --corp-gradient: linear-gradient(45deg,
      var(--corp-color),
      var(--secondary-color),
      var(--corp-color)) right;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--primary-color);
}

::selection {
  background-color: var(--primary-color);
  color: #fff
}

-webkit-::selection {
  background-color: #cee002;
  color: #fff
}

::-moz-selection {
  background-color: #cee002;
  color: #fff
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--body-color);
  font-family: Sniglet;
  overflow-x: hidden;
  font-size: 16px;
  background: #ebe1ff;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.gap-row {
  row-gap: 30px;
}

.bg-green {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.bg-blue {
  background-color: var(--corp-color) !important;
  color: #fff;
}

.bg-gray {
  background: var(--gray-color);
}

.bg-image {
  background: center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--corp-color);
  background-size: 180%;
  z-index: -1;
  opacity: 0.8;
}



p {
  font-weight: 400;
  line-height: 1.6;
}

.padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.header {
  justify-content: space-between;
  z-index: 9;
  width: 100%;
  display: flex;
  padding:10px 2rem;
  align-items: center;
  position: fixed;
}
.logo,
.call-now {
  align-items: center;
  justify-content: center;
}
.logo img {
  max-height: 100%;
  width: 162px;
  padding: 4px;
}
.logo,
.call-now a {
  color: #000;
}
.menu {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff200;
}
.header.fixed .menu
{
    background: #732d92;
}
.menu li
{
  list-style-type: none;
}
.menu li a {
  padding: 8px 1rem;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  display: block;
}
.menu li a:hover {
  color: var(--primary-color);
}
.container-lg
{
  max-width:80%;
}

.bannerText {
    position: absolute;
    top: 50%;
    left:8rem;
    transform: translateY(-50%);
    max-width: 550px;
    width: 90%;
    border-radius: 0 1rem 1rem 0;
    color: #fff;
    padding: 2rem;
    z-index: 9;
}
.bannerText h3 {
    font-family: Fredoka;
    font-size: 2.3rem;
}
.heading
{
  margin-bottom: 1.5rem;
}
.heading h2
{
  text-align: center;
}
.programmes-main
{
  position: relative;
}
.programmes-main::before
{
    background: url(../images/day_care_bg_img.png) no-repeat;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
  

}
.programmes .inner
{  
    height: 100%;
    background: #fff;
    border-radius: 1rem;
}
.pro-con-icon
{
  width: 80px;
    margin: auto;
    margin-bottom: 1rem;
}
.pro-con
{    padding: 16px;
    background: url(../images/pbg.png) no-repeat;
    margin-top: -2rem;
    z-index: 1;
    position: relative;
    background-size: 100% 100%;
    font-size: 13px;
    text-align: center;
}
.programmes-main-1
{
  background: linear-gradient(45deg, #ebe1ff, #fff200);
}

/*Footer*/
.footer-area {
    background:#641c8c;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}

.footer-area p{
  font-size: 13px;
}

.footer-area a{
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}
.footer-area a:hover{
  color: var(--yellow);
}

.foot-links{
  position: relative;
  z-index: 1;
}

.foot-menu h6{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.foot-menu.socialBox a{
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.footer-bottom{
  padding: 10px 0;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-bottom > div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-logo{
  width: 110px;
}

.copyrights{
  margin-right: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.copyrights p{
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
}

.copyrights p img{
  width: 13px;
  margin-left: 5px;
}

.button-top {
  background: var(--primary-color);
  position: fixed;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  z-index: 99;
}

.button-top:hover {
  background: var(--third-color);
}

.socialBtn i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}

i.fa-facebook-f{
  background-color: var(--facebook);
}
i.fa-twitter{
  background-color: var(--twitter);
}
i.fa-linkedin-in{
  background-color: var(--linkedin);
}
i.fa-instagram{
  background-color: var(--instagram);
}
i.fa-youtube{
  background-color: var(--youtube);
}
i.fa-phone{
  animation: breathe 1s alternate linear infinite;
}
i.fa-tty{
  background-color: var(--youtube);
  animation: breathe 1s alternate linear infinite 500ms;
}
i.fa-envelope{
  animation: breathe 1s alternate linear infinite 1s;
}
.row-gap
 {
    row-gap: 1rem;
}
/*Footer*/
.popfixedbtn
{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9;

}

.readmore .button {
  display: table;
  padding: 10px 15px;
  min-width: 140px;
  border-radius: 3rem;
  color: #000;
  background: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 1;
    outline: none;
    border: none;
    font-weight: 600;
    margin: 0;
    background: #faed49;
    border-radius: 1rem;
    border: 1px solid #641c8c;
}
/* customize modal */
.modal-backdrop.show {
  opacity: 1;
  background-color: rgb(0 0 0 / 75%);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border-radius: 1rem;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: rgb(141, 0, 0);
  color: #fff;
}

.modal-content {
  background:#641c8c;
  border: none;
}
.modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal-content button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  color: var(--body-color);
  opacity: 1;
    font-family: auto;
}
.modal-header .close {
  color: #fff;
}
.modal-header {
  background: none;
  border: none;
}
.no-gutters .col-md-6:first-child {
  background-color: rgb(255 255 255 / 55%);
  border-radius: 1rem 0 0 1rem;
  color: var(--body-color);
}
.no-gutters .col-md-6:first-child .modal-body {
  background-size: 100% !important;
}

.modal-body {
  padding: 25px;
}
.formFooter.readmore .button:hover {
  background: #fff !important;
  color: var(--primary-color);
}
/* customize modal */
#agree
 {
    COLOR: #FFF;
    TEXT-ALIGN: LEFT;
    FONT-SIZE: 14PX;
    LINE-HEIGHT: 1.2;
}
.list
{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

@media (max-width:700px) {
  .container-lg {
    max-width: 95%;
}
#banner
{
  min-height: 40vh;
}
.bannerText {
    position: static;
    left:0;
    transform: 0;
    max-width: 550px;
    width: 100%;
    border-radius: 0 1rem 1rem 0;
    color: #732d92;
    padding: 1.2rem;
    z-index: 9;
    text-align: center;
}
}