:root {
  --primary: #469921;
  --secondary: #91b752;
}

.site_logo {
  width: 300px;
  padding-bottom: 0px;
  margin-left: -30px;
}
.site_logo img {
  width: 65%;
  padding-bottom: 0px;
}
.text-center {
  text-align: center !important;
}
.about-teacher {
  background: #192705;
  color: white;
}
.about-teacher h3 {
  color: var(--primary);
}
.about-teacher img {
  height: 70%;
}

.philosophy-img {
  object-fit: cover;
  border: 6px solid var(--secondary) !important;
}
.text-green {
  color: var(--primary);
}
.image-border {
  border: 6px solid var(--primary);
}
.gallery h2 {
  color: var(--primary);
  padding-bottom: 10px;
}
.gallery-image {
  border: 6px solid var(--primary);
  margin: 10px;
}
.gallery-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.h-4 {
  height: 400px;
}
.h-3 {
  height: 300px;
}
.section-pt-1 {
  padding-top: 100px;
}
.pl-40 {
  padding-left: 15px;
}
.mt-50-negative {
  margin-top: -50px;
}
.philosophy img {
  width: 100%;
  transform: translate(-90px, -10px);
}
.gallery-btn {
  padding: 15px 25px;
  background-color: #469921;
  color: #fff;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  margin-top: calc(1rem + 20px);
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0 0.5rem 1rem rgba(20, 189, 238, 0.35);
  transition: all 0.4s ease;
}
.gallery-btn a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.gallery-btn:hover {
  background-color: var(--secondary);
}
.gallery-section {
  background-image: url(assets/images/big_bg_3.jpg);
  background-attachment: fixed;
  background-blend-mode: hue(20de);
}
.overlay1 {
  position: relative;
  background: #000;
  width: 100%;
  height: 100%;
}
.overlay1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(3 33 71 / 84%);
  background-blend-mode: darken;
}
.w-100 {
  width: 100%;
}
.copyright-text {
  display: flex;
  justify-content: center;
}
.copyright-text a {
  color: rgb(82, 146, 82);
}
.copyright-text a:hover {
  color: #91c73d;
}
.phil-bg {
  background-image: url(assets/play-learn/play-background11.jpg);
  background-position-y: center;
  background-position-x: right;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.mysvg {
  position: absolute;
  right: 100px;
}
.w-fit-content {
  width: fit-content;
}
.m-auto {
  margin: auto;
}
.bg-default {
  background-color: #469921;
}
.gallery-img-section {
  display: flex;
}
.our-gallery-carousel .owl-nav {
  display: none;
}
.our-gallery-carousel .owl-dots {
  display: none;
}
/* 2 boxes:     background-color: #469921;

 1 box : background-color: #91b752; */
