.and {
  font-family: "The Seasons", serif;
  font-weight: 400;
}



/* .headRmenu ul{display: flex;
align-items: center;
gap: 20px;} */
/* .headmenulogo ul li:not(:first-child){display: block;} */

.heading-gold {
  color: #b87333;
}
.tt-body .inpageBannerSec:before {
  display: none !important;
}
.tt-body .footbcol{padding-bottom: 40px;}
.bg-pattern {
  background-image: radial-gradient(#e5e7eb 0.5px, transparent 0.5px);
  background-size: 20px 20px;
}

/* Header Section */
.tt-header {
  text-align: center;
  margin: 0 auto 60px;
  padding: 60px 20px 0;
  position: relative;
}

.tt-header .subtitle {
  text-transform: uppercase;
  font-size: 4rem !important;
  /* margin-bottom: 10px; */
  font-family: "SilkSerif", serif;
  font-weight: 400;
  color: #000;
}

.tt-header h1 {
  /* font-family: "SilkSerif", serif; */
  font-family: "SilkSerif", serif;
  font-size: 8rem;
  color: #cc771c;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 1;
}

.tt-header p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.8;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

/* Main Content */
.main-content {
  /* max-width: 1370px; */
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

/* Curved Path SVG */
.curved-path {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  height: 90%;
  /* width: 100%; */
}

.curved-path img {
  width: 100%;
  height: 100%;
  max-width: 300px;
}

.path-line {
  fill: none;
  stroke: #ccc;
  stroke-width: 2;
  stroke-dasharray: 8, 8;
}

/* tt-row Layout */
.tt-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.tt-row:last-child {
  margin-bottom: 0;
}

/* .tt-row:nth-child(even) {
  flex-direction: row-reverse;
} */
.tt-row:nth-child(even) {
  flex-direction: row-reverse !important;
}

/* Content Columns */
.tt-col {
  flex: 1;
  max-width: 385px;
  /* max-width: 320px; */
}

.tt-col-center {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-content .tt-col p {
  /* max-width: 385px; */
  /* max-width: 320px; */
}
/* Image Container */
.image-container {
  width: 550px;
  height: auto;
  /* border-radius: 50%; */
  /* overflow: hidden; */
  /* border: 8px solid white; */
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
  position: relative;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Feathered Edge Effect */
.feathered-edge {
  mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 70%);
  -webkit-mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 70%);
}

/* Typography */
#toddlers-tadpoles h2 {
  font-family: "SilkSerif", serif;
  font-size: 5.4rem;
  /* margin-bottom: 20px; */
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}
#toddlers-tadpoles .main-content .tt-box-1 h2,
#toddlers-tadpoles .main-content .tt-box-3 h2 {
  margin-right: -60px;
}
#toddlers-tadpoles .main-content .tt-box-1 p,
#toddlers-tadpoles .main-content .tt-box-3 p {
  margin-left: -60px;
}

#toddlers-tadpoles .main-content .tt-box-2 h2,
#toddlers-tadpoles .main-content .tt-box-4 h2 {
  margin-left: -20px;
}
#toddlers-tadpoles .main-content .tt-box-2 p,
#toddlers-tadpoles .main-content .tt-box-4 p {
  margin-right: -20px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

#toddlers-tadpoles p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.9;
  z-index: 1;
}

/* Footer Section */
#toddlers-tadpoles .footer {
  text-align: center;
  margin-top: 80px;
  /* max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 60px;
}

#toddlers-tadpoles .footer .subtitle {
  text-transform: uppercase;
  font-size: 4rem !important;
  font-family: "SilkSerif", serif;
  font-weight: 400;
  color: #000;
  line-height:1;
}

#toddlers-tadpoles .footer h2 {
  font-family: "SilkSerif", serif;
  font-size: 8rem;
  color: #cc771c;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
}

#toddlers-tadpoles .footer p {
  /* font-size: 14px;
  line-height: 1.8;
  opacity: 0.7;
  margin-bottom: 30px; */
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  z-index: 1;
}

#toddlers-tadpoles p.parabtn {
  margin-top: 20px;
  font-size: 16px;
}

#toddlers-tadpoles .btn:hover {
  background-color: #a0632d;
}

#toddlers-tadpoles p.parabtn a:before {
  background: var(--book-primary);
  border: 2px solid var(--book-primary);
}

#toddlers-tadpoles p.parabtn a:hover:before {
  background: #ffffff;
}
#toddlers-tadpoles p.parabtn a:hover {
  color: var(--book-primary);
}
/* .tt-main-footer {
  background-image: url("../images/footer-new-bg-1.png") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
.tt-body {
  background-image: url("../images/tt-bg-1.png") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tt-watermark {
  position: absolute;
  bottom: -142px;
  /* left: 50%; */
  left: 0;
  /* transform: translateX(-50%); */
  font-family: "SilkSerif", serif;
  font-size: 10vw;
  color: #efefef;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: 100%;
}
.marquee-box {
  display: flex;
  align-items: center;
  gap: 40px;
}
.tt-body .tt-bgsec {
  position: relative;
  overflow: hidden;
}

.tt-body .tt-bgsec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(
    to top,
    rgba(243, 243, 243, 0) 0%,
    rgba(243, 243, 243, 0.6) 60%,
    #f3f3f3 100%
  );
  pointer-events: none;
}

.decoration-notebooks {
  position: absolute;
  bottom: -200px;
  left: -20px;
  width: 230px;
  z-index: 0;
  pointer-events: none;
}
.decoration-left-pencils {
  position: absolute;
  bottom: -170px;
  left: -20px;
  width: 250px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

.decoration-pen {
  position: absolute;
  top: 40%;
  right: 0px;
  width: 200px;
  z-index: 0;
  pointer-events: none; /* transform: rotate(15deg); */
}
.decoration-pencils {
  position: absolute;
  bottom: -270px;
  right: -20px !important;
  width: 400px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}
/* .tt-box-2 [data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 0.4 !important;
}
.tt-box-3 [data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 0.4 !important;
} */



/* Responsive Design */
@media (max-width: 1350px) {
  .decoration-pen {
    top: 0%;
  }
  .decoration-notebooks {
    width: 200px;
  }
  .decoration-pencils {
    width: 300px;
  }
}

@media (min-width:768px) and (max-width:1200px){
  header.mainheader ul li a{
    font-size: 14px;
  }
}

@media (max-width: 1150px) {
  .decoration-pen {
    top: 50%;
    width: 150px;
  }
  .decoration-notebooks {
    width: 150px;
  }
}
@media (max-width: 1000px) {
  .decoration-pen {
    top: 0;
    width: 80px;
  }
  .decoration-pencils {
    bottom: -40px;
    width: 200px;
}
}

@media (max-width:1100px) {
  #toddlers-tadpoles p.parabtn {
  font-size: 14px;
}
.tt-watermark{bottom:-30px}
  .decoration-notebooks {
    bottom: -20px;
    width: 100px;
  }
  .tt-header h1 {
    font-size: 36px;
  }
  .tt-header .subtitle {
    font-size: 3rem !important;
  }
  #toddlers-tadpoles .footer .subtitle {
    font-size: 3rem !important;
  }
  .tt-row {
    flex-direction: column-reverse !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .tt-row:nth-child(even) {
    flex-direction: column-reverse !important;
  }
  .tt-row br {
    display: none;
  }
  #toddlers-tadpoles .main-content .tt-box-1 h2,
  #toddlers-tadpoles .main-content .tt-box-3 h2 {
    margin-right: 0px;
  }
  #toddlers-tadpoles .main-content .tt-box-1 p,
  #toddlers-tadpoles .main-content .tt-box-3 p {
    margin-left: 0px;
  }

  #toddlers-tadpoles .main-content .tt-box-2 h2,
  #toddlers-tadpoles .main-content .tt-box-4 h2 {
    margin-left: 0px;
  }
  #toddlers-tadpoles .main-content .tt-box-2 p,
  #toddlers-tadpoles .main-content .tt-box-4 p {
    margin-right: 0px;
  }

  .tt-col {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .tt-col-center {
    order: -1;
    margin-bottom: 30px;
  }

  .image-container {
    width: 240px;
    height: 240px;
  }

  #toddlers-tadpoles h2 {
    font-size: 28px;
    text-align: center !important;
  }

  #toddlers-tadpoles p {
    text-align: center !important;
  }

  .curved-path {
    display: none;
  }

  #toddlers-tadpoles .footer h2 {
    font-size: 36px;
  }
  .decoration-left-pencils {
    bottom: 0px;
    width: 150px;
}
#toddlers-tadpoles .footer {
  margin-top: 0px;
}

}

@media (max-width: 480px) {
  header h1 {
    font-size: 28px;
  }
  .decoration-left-pencils {
    width: 100px;
}
  .image-container {
    width: 200px;
    height: 200px;
  }

  #toddlers-tadpoles h2 {
    font-size: 24px;
  }

  #toddlers-tadpoles.footer h2 {
    font-size: 32px;
  }
    .decoration-pencils {
    bottom: -40px;
    width: 100px;
}
}

/* Background Watermark */
.watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  opacity: 0.03;
  font-family: "Playfair Display", serif;
  pointer-events: none;
  z-index: -1;
  white-space: nowrap;
}
