@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap");

* {
  font-family: "Manrope", sans-serif;
  transition: 0.3s linear;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary: #6e2f2d;
  --primary-2: #00a859;
  --primary-3: #fffa9e;
  --dark: #21252f;
  --body: #888;
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  --background: #fff;
}

body {
  font-family: "Manrope", sans-serif;
  line-height: 1.7;
  color: var(--body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4 {
  color: var(--dark);
  font-family: "Manrope", sans-serif;
}

.navbar {
  box-shadow: var(--box-shadow);
  background: transparent;
}

.navbar-brand img {
  width: 50px;
}

a {
  color: var(--dark);
  text-decoration: none;
}

.btn {
  background-color: #fff;
  border: #6e2f2d;
  color: #6e2f2d;
  transition: background-color, color 1.2s;
}

.btn:hover {
  background-color: #6e2f2d;
}

.btna {
  background-color: #6e2f2d;
  border-radius: 5px;
  padding: 3px 10px;
  color: #fff;
  border: #6e2f2d;
}

.main {
  position: relative;
  width: 100%;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/e4.5.jpg);
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;

}

.main .main-content {
  text-align: center;
  width: 80%;
}

.main .main-content .text-cont {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.main .main-content .text-cont h1 {
  z-index: 10000;
  color: #eee;
  font-size: 70px;
  /* width: 100%; */
}

/* .main .main-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95vh;
  object-fit: cover;
} */

.b-cont {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
}

.b-cont h1 {
  font-weight: 400;
  font-size: 80px;
  color: #fff;
}

.section-padding {
  margin-top: 100px;
  margin-bottom: 100px;
}

.col-lg-6 img {
  width: 90%;
}

/* .under {
  margin-top: 100px;
} */

.under img {
  width: 30%;
}

.under i {
  font-size: 40px;
  color: #6e2f2d;
}

.section .contain {
  width: 80%;
  display: block;
  margin: 0px auto;
  padding: 50px 0px;
}

.tb {
  color: #000;
}

.contain .title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.content {
  float: left;
  width: 55%;
}

.image-section {
  float: right;
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-section img {
  width: 100%;
  height: auto;
}

.content .article h3 {
  color: #6e2f2d;
  font-size: 50px;
  font-weight: bold;
  opacity: 1;
  animation: slideRight 2s ease forwards;
  animation-delay: 0.5s;
}

.content .article p {
  margin-top: 50px;
  font-size: 17px;
  line-height: 1.5;
  color: #888;
  opacity: 1;
}

/* Our Mission */
.cont {
  text-align: center;
  padding: 40px;
  color: #555;
  border-radius: 10px;
  margin-right: 20px;
  background-color: rgba(75, 29, 29, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cont:nth-child(1) {
  padding: 60px;
}

.cont:nth-child(2) {
  padding: 53px;
}

.img-div {
  display: inline-block;
}

.img-div img {
  width: 50px;
  margin-bottom: 20px;
}

.mission {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacher {
  margin-top: 100px;
}

.teachers {
  margin-top: 100px;
}

.single-product {
  box-shadow: inset -2px -2px 8px #fff,
    inset -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1),
    inset 2px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 50px;
}

.single-product.hide {
  display: none;
}

.single-product .product-thumb {
  margin-bottom: 20px;
}

.product-thumb img {
  width: 100%;
}

.single-product .product-title {
  margin-bottom: 20px;
  text-align: center;
  align-items: center;
}

.single-product .product-title h3 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.single-product .product-title h3 a {
  color: #292929;
  text-decoration: none;
}

.single-product .product-title h3 a:hover {
  color: #6e2f2d;
}

.single-product:hover {
  box-shadow: -2px -2px 8px white, -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.product-btns {
  display: flex;
  justify-content: space-around;
}

.product-btns {
  display: flex;
  justify-content: space-around;
}

.btn-small {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 32px;
  border-radius: 50px;
  box-shadow: inset -2px -2px 8px #fff,
    inset -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1),
    inset 2px 2px 8px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.btn-round {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: -2px -2px 8px white, -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-small:hover {
  box-shadow: -2px -2px 8px white, -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
  color: #6e2f2d;
  text-decoration: none;
}

.btn-round:hover {
  box-shadow: inset -2px -2px 8px #fff,
    inset -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1),
    inset 2px 2px 8px rgba(0, 0, 0, 0.15);
  color: #6e2f2d;
}

.button-center {
  justify-content: center;
  text-align: center;
}

.bttn-def {
  display: inline-block;
  font-size: 14px;
  font-weight: 700px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 42px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: -2px -2px 8px white, -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
}

.bttn-def:hover {
  color: #6e2f2d;
  box-shadow: inset -2px -2px 8px #fff,
    inset -2px -2px 12px rgba(255, 255, 255, 0.5),
    inset 2px 2px 4dvi rgba(255, 255, 255, 0.1),
    inset 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.bttn-def:hover span {
  display: inline-block;
  transform: scale(0.98);
}

.icons {
  display: flex;
  justify-content: space-around;
}

.icons i {
  font-size: 30px;
  color: #2548e8;
}

.icons .bi-whatsapp {
  color: forestgreen;
}

.icons .bi-instagram {
  color: rgb(202, 21, 54);
}

.main_btn-2 {
  color: var(--primary);
}

.main_btn-2:hover i {
  margin-left: 0.4rem;
}

.main_btn-2:hover {
  margin-left: -0.2rem;
}


.staff-section {
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 50px;
}

.staff-section .staff-content img {
  width: 80px;
}

/* footer */

footer {
  width: 100%;
  /* position: absolute; */
  bottom: 0;
  background: linear-gradient(35deg, #ad5350, #6e2f2d);
  color: #fff;
  padding: 100px 0 30px;
  font-size: 13px;
  line-height: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.foot {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.col {
  flex-basis: 25%;
  padding: 30px;
}

.logo {
  width: 90px;
  margin-bottom: 10px;
}

.col h3 {
  width: fit-content;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}

.social-icons i {
  /* width: 20px;
    height: 20px; */
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #6e2f2d;
  background: #fff;
  margin-right: 15px;
  cursor: pointer;
  padding: 10px 10px;
}

.col p i {
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
}

.col p a {
  color: #fff;
}

.line {
  width: 80%;
  height: 2px;
  background-color: #fff;
  margin: 16px auto 24px auto;
}

.phsps a {
  color: #fff;
}

@media screen and (max-width: 700px) {
  .phsps {
    width: 80%;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .taste {
    font-size: 40px;
  }

  .box {
    flex-direction: column;
  }

  .services-content {
    flex-direction: column;
  }

  .mission {
    flex-direction: column;
  }

  .mission .col-lg-4 {
    margin-bottom: 20px;
  }

  .wrapper li span {
    background-position: center;
  }

  .foot {
    flex-direction: column;
  }

  .social-links {
    margin-bottom: 40px;
  }

  .phsps {
    width: 80%;
    margin-left: 20px;
  }

  .center form {
    padding: 0 40px;
    margin-right: 50px;
    box-sizing: border-box;
  }

  .des-img {
    margin-left: 0.1rem;
  }
}
