@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap");

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--secondry-color) !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/*===== Variable Define =====*/
:root {
  --primary-color: #9aa82c;
  --secondry-color: #d15433;
  --third-color: #f96969;
  --green-color: #015289;
  --white-color: #fff;
  --text-color: #555;
  --text-gray: #999;
  --black-color: #000;
  --color-danger: #fe0000;
  --color-yellow: rgb(247, 214, 0);
  --primary-font: "Comic Neue", cursive;
  --secondry-font: "Quicksand", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  font-size: 100%;
  font-weight: 400;
  background-image: url(../Images/bg-doodle.png);
}

/*
=========================================
    Custom Scrollbar
=========================================
*/

::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background: var(--white-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/*
==========================================
   Custom CSS Design
==========================================
*/

h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 3rem;
  color: var(--color-danger);
  text-align: center;
}

h2 {
  font-weight: 700;
  font-size: 2.25rem;
  text-transform: capitalize;
  font-family: var(--secondry-font);
  color: var(--secondry-color);
  line-height: 3rem;
}

h4 {
  color: var(--secondry-color);
  font-family: var(--secondry-font);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

h5 {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: var(--secondry-font);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  color: rgb(12, 0, 56);
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 1px;
  text-align: justify;
}

.main-btn {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  line-height: 1.5625rem;
  background-color: var(--primary-color);
  border: 0.1875rem solid rgb(rgb(251, 255, 0));
  color: var(--white-color);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}



.main-btn-1 {
  display: block;
  justify-content: center;
  padding: 0.625rem 5.875rem;
  line-height: 1.5625rem;
  background-color: var(--color-danger);
  border: 0.1875rem solid rgb(rgb(0, 0, 0));
  color: var(--white-color);
  font-size: 14.5px;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin: 0 auto;
}

.main-btn-2 {
  display: block;
  justify-content: center;
  padding: 0.625rem 5.875rem;
  line-height: 1.5625rem;
  background-color: var(--green-color);
  border: 0.1875rem solid rgb(rgb(0, 0, 0));
  color: var(--white-color);
  font-size: 14.5px;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin: 0 auto;
}

.main-btn-3 {
  display: block;
  justify-content: center;
  padding: 0.625rem 5.875rem;
  line-height: 1.5625rem;
  background-color: var(--secondry-color);
  border: 0.1875rem solid rgb(rgb(0, 0, 0));
  color: var(--white-color);
  font-size: 14.5px;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin: 0 auto;
}

.main-btn-4 {
  display: block;
  justify-content: center;
  padding: 0.625rem 5.875rem;
  line-height: 1.5625rem;
  background-color: var(--color-yellow);
  border: 0.1875rem solid rgb(rgb(0, 0, 0));
  color: var(--white-color);
  font-size: 14.5px;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin:0 auto;
}

.white-btn {
  padding: 0.625rem 1.875rem;
  line-height: 25px;
  background-color: var(--white-color);
  border: 0.1875rem solid var(--white-color);
  color: var(--color-danger);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.main-btn:hover {
  background-color: transparent;
  color: var(--green-color);
}

.main-btn-1:hover {
  background-color: transparent;
  color: var(--color-danger);
}

.main-btn-2:hover {
  background-color: transparent;
  color: var(--green-color);
}

.main-btn-3:hover {
  background-color: transparent;
  color: var(--secondry-color);
}

.main-btn-4:hover {
  background-color: transparent;
  color: var(--color-yellow);
}

.white-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--green-color);
}

.wrapper {
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.text-content {
  width: 60%;
  margin: 200px auto;
}

.counter-section h2,
.testimonial-section h2,
.book-food-text h2 {
  color: var(--color-danger);
}

/* header design */
/* 
ul .navbar-nav{
    text-align: right;
} */
.navigation-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3 ease-out;
  transition: all 0.3 ease-out;
}

.navigation-wrap.nav-item {
  padding: 1px;
  transition: all 200ms linear;
}

.navbar-toggler:focus {
  outline: unset;
  border: unset;
  border: none;
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--green-color);
  letter-spacing: 1px;
}

.navigation-wrap .main-btn {
  box-shadow: none;
  margin-left: 5px;
  padding: 5px;
}

/* navbar-changing-on scoll */
.navigation-wrap.scroll-on {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 10px 20px 30px rgb(0, 0, 0, 0.09);
  transition: all 5s ease-in-out;
}

/* top-banner-design */

.top-banner {
  width: 100%;
  /* background: url(../Images/Untitled-5.png) no-repeat center; */
  background-size: cover;
  padding: 16.87rem 0 9.375rem;
  animation: myanimation 30s infinite ease-in-out;
}

.top-banner h1 {
  color: #440101;
}

@keyframes myanimation {
  0% {
    background-image: url(../Images/Untitled-5.png);
  }

  25% {
    background-image: url(../Images/Untitled-7.png);
  }

  50% {
    background-image: url(../Images/Untitled-8.png);
  }

  75% {
    background-image: url(../Images/Untitled-9.png);
  }

  100% {
    background-image: url(../Images/Untitled-10.png);
  }
}

.top-banner .background-white {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
}

/* COUNTER-DESIGN 
.student-section {
  background-image: url(../Images/Small-Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
}*/



/*
==========================================
  About Section Design
==========================================
*/

.about-section {
  background-color: var(--white-color);
}

.about-section .card,
.about-section .card img {
  border-radius: 20px;
}

.about-section.text-sec {
  padding-left: 5px;
}

/*
==========================================
  Food-Type Section Design
==========================================
*/
.food-type {
  margin-top: 50px;
  padding-top: 50px;
}

.food-type ul li {
  font-size: 1rem;
  color: var(--black-color);
  line-height: 32px;
  margin-left: 32px;
  list-style: circle;
}

.food-type ul li::before {
  position: absolute;
  left: -5px;
  font-size: 18px;
  color: var(--secondry-color);
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 700;
}

.story-section {
  width: 100%;
  height: 600px;
  background: url("../Images/Images/ABS_1690.jpg") no-repeat center;
  background-blend-mode: darken;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  align-items: center;
}

.story-section h4 {
  color: var(--secondry-color);
  font-size: 50px;
}

.story-section p {
  color: var(--black-color);
}

/*
==========================================
 Food Explore  Section Design
==========================================
*/
.explore-food .card {
  border: none;
  background-color: transparent;
  border-radius: 25px;
}

.explore-food .card img {
  object-fit: cover;
  border-radius: 25px;
}

.explore-food .card h5 {
  margin-top: 15px;
}

/*
==========================================
 Testimonial Section Design
==========================================
*/
.testimonial-section {
  background-color: #ff007a;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-section h2 {
  color: #e4eaff;
}

.testimonial-section.carousel-item {
  margin-top: 3rem;
  padding: 10rem 3.125rem;
  background-color: var(--white-color);
  border-radius: 0.9375rem;
  text-align: center;
}

.carousel-item .img-round {
  width: 30%;
}

.overflow {
  overflow: visible !important;
}

.bottom {
  bottom: -8rem !important;
}

.ind {
  bottom: -150px !important;
}

.round {
  border-radius: 50%;
}

.bottom-1 {
  font-size: 15px;
  margin-top: 5px;
}

/*
==========================================
 FAQ Section Design
==========================================
*/
.faq h4 span {
  color: var(--secondry-color);
  font-size: 1rem;
  margin-right: 0.25rem;
}

/*
==========================================
 book-food Section Design
==========================================
*/

.book-food {
  width: 100%;
  background: url("../Images/BG/BG-7.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 71.925px;
  padding: 7.375rem 0;
  line-height: 2rem;
}

/*
==========================================
form-control Section Design
==========================================
*/
/* :: 11.0 Contact CSS */

.contact {
  background: #c2cfff;
  margin-top: 150px;
  color: #ff007a;
}

.contact .info li i {
  color: var(--text-light-pink);
}

.bg-1 {
  background: #e4eaff;
}

.list-padding {
  margin-top: 31px;
  margin-left: 5px;
  font-weight: 700;
}

.icon-2 {
  font-size: 2rem;
  color: var(--secondry-color);
}

.text-1 {
  margin-left: 72px;
  margin-top: 20px;
  font-weight: 600;
  color: var(--bg-dark-blue);
  text-decoration: underline;
}

.form-control {
  padding: 5px 2px;
  height: 3rem;
  border: none;
  font-size: 1rem;
  box-shadow: 0 0 10px 25px rgba(0, 0, 0/12%);
  border-radius: 5px;
}

.textarea {
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 0 10px 25px rgba(0, 0, 0/12%);
  height: 5rem;
  border: none;
  font-size: 1rem;
  padding: 10px 5px;
  border-radius: 5px;
}

.textarea:focus {
  outline: none;
}

.margin-1 {
  margin-top: 18px;
  height: 3rem;
  margin-bottom: 28px;
}

/*
==========================================
Footer Section Design
==========================================
*/
.footer {
  background-color: var(--green-color);
}

.footer .footer-link {
  font-size: 16px;
  color: var(--white-color);
  padding: 5px 10px;
}

.footer .footer-link a:hover {
  color: var(--white-color) !important;
}

.footer a i {
  font-size: 1rem;
  color: var(--white-color);
  padding: 5px 10px;
}

.play-img {
  /* padding: 0 240px; */
  display: block;
  margin: 0 auto;
  width:80%;
}

.students-school{
  font-size: 30px;
  text-align: center;
}
.students-name{
  font-size: 3.4rem;
  font-weight: 900;
  margin-top: 1.5rem;
  color: var(--color-danger);
  text-align: center;
}
.stu-image{
  padding:10px;
}

.stu-image:hover{
  filter: drop-shadow(4px 4px 8px rgb(0, 0, 0));
  transition: all 0.5s ease-in ;
}