@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap");

* {
  font-family: "Manrope", sans-serif;
  transition: all 0.3s linear;
}

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;
  color: #6e2f2d;
  transition: all .3s;
}

.btn:hover {
  letter-spacing: .8px;
}

.btna {
  background-color: #6e2f2d;
  border-radius: 5px;
  padding: 3px 10px;
  color: #fff;
  border: #6e2f2d;
}

.section-padding {
  padding-top: 20px;
  padding-bottom: 10px;
}

.b-vid {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.b-vid video {
  width: 100%;
  height: 100%;
  display: block;
}

.b-vid .overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.b-vid-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.b-vid-content img {
  width: 100px;
}

.b-vid-content h1 {
  font-size: 60px;
  color: #fff;
}

.wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper,
.wrapper::after {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}

.wrapper li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-background-size: cover; */
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  animation: animate 25s linear infinite 0s;
}

.wrapper li:nth-child(1) span {
  background-image: url(../images/slide1n.jpg);
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-attachment: fixed;
  /* background-blend-mode: overlay; */
}

.wrapper li:nth-child(2) span {
  background-image: url(../images/e4.5.jpg);
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-attachment: fixed;
  background-position: top left;
  /* background-blend-mode: overlay; */
  animation-delay: 5s;
}

.wrapper li:nth-child(3) span {
  background-image: url(../images/slide2.jpg);
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-attachment: fixed;
  background-position: top;
  /* background-blend-mode: overlay; */
  animation-delay: 10s;
}

.wrapper li:nth-child(4) span {
  background-image: url(../images/slide4.jpg);
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-attachment: fixed;
  /* background-blend-mode: overlay; */
  animation-delay: 15s;
}

.wrapper li:nth-child(5) span {
  background-image: url(../images/slide5.jpg);
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-attachment: fixed;
  /* background-blend-mode: overlay; */
  animation-delay: 20s;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes animate {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
    /* transform: scale(1.05); */
  }

  17% {
    opacity: 1;
    /* transform: scale(1.1); */
  }

  25% {
    opacity: 0;
    /* transform: scale(1.05);  */
  }

  100% {
    opacity: 0;
  }
}

.contain {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.taste {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  font-family: "Manrope", sans-serif;
}

.best {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-family: "Manrope", sans-serif;
}

.box {
  margin: 10px 30px 10px 0;
  display: flex;
  justify-content: space-between;
}

.course-col {
  flex-basis: 31%;
  background: #f3f4ff;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
}

.course-col h3 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin: 10px 0;
}

.course-col a {
  color: #6e2f2d;
}

.section-padding {
  margin-top: 100px;
  margin-bottom: 100px;
}

.col-lg-6 img {
  width: 90%;
}

/* .under {
    margin-top: 100px;
} */

.des-img {
  margin-left: 7rem;
}

.desc-img img {
  background: #6e2f2d;
  background-blend-mode: overlay;
}

.under i {
  font-size: 40px;
  color: #6e2f2d;
}

.single-blog {
  transition: all 0.3s ease 0s;
}

.single-blog:hover,
.cont:hover {
  transform: translateY(-10px);
}

.single-blog .post-img {
  position: relative;
}

.single-blog .post-img img {
  max-width: 100%;
  height: auto;
}

.single-blog .post-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), #6e2f2d);
  transition: all 0.3s ease 0s;
}

.single-blog:hover .post-img::after {
  opacity: 1;
}

.single-blog .single_blog {
  border-top: none;
  padding: 25px 20px 25px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.single-blog .post-title {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
  font-size: 15px;
  line-height: 23px;
  margin: 7px 0 10px;
  font-family: "Manrope", sans-serif;
}

.services-content {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(150px, auto)); */
  align-items: center;
  gap: 2.5rem;
  margin-top: 5rem;
  display: flex;
}

.card {
  background: #f3f4ff;
  padding: 35px 45px;
  border-radius: 8px;
  transition: all 0.45s ease;
}

.s-icons img {
  width: 50px;
  margin-bottom: 20px;
}

.box h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 15px;
}

.box p {
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.read {
  display: inline-block;
  padding: 8px 18px;
  background: var(--title-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.45s ease;
}

.read:hover {
  letter-spacing: 1px;
  background: #555;
  color: #fff;
}

.box .course-col:hover {
  transform: translateY(-8px);
}

/* Our Mission */
.cont {
  text-align: center;
  align-items: 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),
.cont:nth-child(2) {
  padding: 60px;
}

.img-div {
  display: inline-block;
}

.img-div img {
  width: 50px;
  margin-bottom: 20px;
}

.mission {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-blog {
  transition: all 0.3s ease 0s;
}

.single-blog:hover {
  transform: translateY(-10px);
}

.single-blog .post-img {
  position: relative;
}

.single-blog .post-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.single-blog .post-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), #6e2f2d);
  transition: all 0.3s ease 0s;
}

.single-blog:hover .post-img::after {
  opacity: 1;
}

.single-blog .single_blog {
  border-top: none;
  padding: 25px 20px 25px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.single-blog .post-title {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #333;
  font-family: "Manrope", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
  font-size: 15px;
  line-height: 23px;
  margin: 7px 0 10px;
  font-family: "Manrope", sans-serif;
}

.gallery-section {
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 50px;
}

/* 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: 768px) {
  .b-vid-content img {
    width: 50px;
  }

  .b-vid-content h1 {
    font-size: 30px;
    color: #fff;
  }

  .taste {
    font-size: 45px;
  }

  .best {
    font-size: 20px;
  }

  .box {
    flex-direction: column;
    margin-left: 30px;
  }

  .services-content {
    flex-direction: column;
  }

  .mission {
    flex-direction: column;
  }

  .mission .col-lg-4 {
    margin-bottom: 20px;
  }

  .wrapper li span {
    background-position: center;
  }

  .section-padding {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .foot {
    flex-direction: column;
  }

  .social-links {
    margin-bottom: 40px;
    gap: 0.7rem;
  }

  .phsps {
    width: 80%;
    margin-left: 20px;
  }

  .center form {
    padding: 0 40px;
    margin-right: 50px;
    box-sizing: border-box;
  }

  .des-img {
    margin-left: 0.1rem;
  }
}

@media screen and (max-width: 700px) {
  .phsps {
    width: 80%;
    margin-left: 20px;
  }
}

@media screen and (max-width: 380px) {
  .b-vid-content {
    top: 55%;
  }

  .b-vid-content h1 {
    font-size: 24px;
  }
}
