/*----GANERAL----*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-size: 14px;
}

body::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  background: #d13f12;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #000 0%, #000000 100%);
  height: 200px;
  border-radius: 2px;
}

.h-100 {
  height: 100%;
}

.text-theme {
  color: #d13f12;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.d-padding {
  padding-block: 80px;
}


.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);

}

.website-quick-links a {
  background: #d13f12;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.website-quick-links a i {
  color: #fff;
  font-size: 22px;
}

.navbar {
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  border: none;
  background: transparent;
}

.navbar-active {
  background: #fff !important;
}

.pt-top {
  padding-top: 60px;
}

.reveal {
  position: relative;
  transform: translateY(110px);
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler i {
  font-size: 32px;
}

.navbar-brand {
  width: 150px;
}

.navbar-nav {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 7px;
  border-radius: 30px;
}

.nav-link {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 30px;
  font-weight: bold !important;
  color: #000 !important;
  padding: 6px 20px !important;
}

.banner-section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: end;
}

.nav-active {
  background: #d13f12 !important;
  color: #fff !important;
}

.banner-section .container {
  position: relative;
  margin-bottom: 5px;
}

.banner-section .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section .Star-one {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
}

.banner-section .Star-two {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}

.banner-section .Star-three {
  position: absolute;
  top: 32%;
  left: 7%;
  width: 150px;
}

.banner-section .Star-four {
  position: absolute;
  top: 20%;
  right: 8%;
  width: 150px;
}

.banner-section .banner-head {
  font-family: "Changa One", sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.banner-head-div {
  width: 80%;
  text-align: center;
  margin-inline: auto;
}

.banner-head-div p {
  font-size: 24px;
  font-weight: 500;
}

.banner-head-div a {
  background: #d13f12;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-inline: auto;
}

.banner-image-div {
  margin-top: 50px;
  text-align: center;
}

.banner-image-div img {
  width: 80%;
}

.h-about-section {
  background: #fafafa;
}

.h-about-div {
  background: #d13f12;
  padding: 80px;
  position: relative;
  overflow: hidden;
}

.h-about-head {
  width: 90%;
  margin-inline: auto;
  text-align: center;
}

.h-about-div .bg-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.h-about-div .bg-two {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  rotate: 180deg;
}

.h-about-div .bg-three {
  position: absolute;
  right: 49.4%;
  rotate: -450deg;
  top: 0;
}

.h-about-div .bg-four {
  position: absolute;
  left: 49.4%;
  rotate: 90deg;
  top: 0;
}

.h-about-head span {
  color: #fff;
  font-size: 50px;
  font-family: "Prociono", serif;
  line-height: 60px;
}

.h-about-head p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.founder-div {
  background: #e7e6e1;
  padding: 80px;
  position: relative;
}

.founder-div .bg-star {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
}

.founder-div .row {
  position: relative;
}

.founder-img img {
  width: 100%;
}

.founder-div .name {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.founder-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.founder-img {
  height: 600px;
}

.founder-img img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.founder-div .name img {
  width: 120px;
}

.founder-head .head span {
  font-size: 80px;
  font-family: "Prociono", serif;
}

.founder-head .head p {
  font-size: 18px;
}

.founder-head .name span {
  font-weight: bold;
  font-size: 18px;
}

.main-head {
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.main-head spa {
  color: #d13f12;
}

.main-para {
  font-size: 17px;
}

.cate-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.h-about-card.two {
  transform: rotate(5deg);
}

.h-about-card.three {
  transform: rotate(-1deg);
}

.h-about-card img {
  width: 100%;
}

.h-categories-section {
  background: #fafafa;
}

.cate-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 15px;
}

.cate-card .order {
  font-size: 14px;
  background: #d13f12;
  border: 1px solid #d13f12;
  color: #fff;
  padding: 4px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
}

.cate-card .button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cate-card .order i {
  color: #fff;
}

.cate-card .view {
  font-size: 14px;
  border: 1px solid #d13f12;
  color: #d13f12;
  padding: 4px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
}

.cate-card p {
  font-size: 14px;
  height: 63px;
  overflow-y: scroll;
}

.cate-card p::-webkit-scrollbar {
  background: transparent;
  width: 3px;
  background: #d13f12;
}

.cate-card p::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #000 0%, #000000 100%);
  height: 20px;
  border-radius: 20px;
}

.h-mail-section {
  position: relative;
}

.h-mail-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d13f12;
  border-radius: 240% 240% 0 0;

}

.h-mail-section .container {
  position: relative;
}

.h-mail-div {
  width: 50%;
  margin-inline: auto;
  text-align: center;
}

.h-mail-div .button-div {
  background: #fff;
  width: fit-content;
  margin-inline: auto;
  padding: 8px;
  border-radius: 30px;
}

.h-mail-div .button-div input {
  border: none;
}

.h-mail-div .button-div input::placeholder {
  color: gray;
}

.h-mail-div .button-div input:focus-visible {
  border: none;
  box-shadow: none;
}

.h-mail-section {
  position: relative;
}

.h-mail-section .bg-color {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.h-mail-section .input-group {
  width: 70% !important;
}

.h-mail-section .input-group button {
  background: #d13f12;
  border-radius: 30px !important;
  border: none;
  padding: 8px 20px;
}

.footer-section {
  background: #f7f7f7;
}

.blog-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  position: relative;
}

.blog-card .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
}

.blog-card .blog-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-card .head {
  padding: 15px;
}

.blog-card .head h5 {
  font-weight: bold;
}

.blog-card .head img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-card .head .person {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.blog-card .head .name {
  display: flex;
  flex-direction: column;
}

.blog-card .head .name span {
  font-weight: bold;
}

.blog-card .head .name small {
  font-size: 12px;
}

.blog-section {
  height: 100%;
  min-height: 100vh;
}

.footer-div {
  width: 46%;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 70px;
}

.footer-div a {
  background: #d13f12;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 500;
  display: flex;
  width: fit-content;
  margin-inline: auto;
  gap: 8px;
  align-items: center;
  font-size: 16px;
}

.footer-div a i {
  color: #fff;
  font-size: 14px;
}

.footer-link {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.footer-link a {
  color: #000;
  font-weight: bold;
}

.footer-logo-div {
  text-align: center;
}

.footer-logo-div img {
  width: 175px;
}

.footer-border {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-block: 40px;
}

.footer-add-div {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.footer-social-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-add-div .add .detail {
  display: grid;
}

.footer-add-div .add {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-add-div .add span {
  margin-bottom: 0;
  font-weight: bold;
  color: #d13f12;
  font-size: 17px;
}

.footer-add-div .add i {
  font-size: 40px;
  color: #d13f12;
}

.footer-add-div .add a {
  color: #000;
}

.footer-social-div span {
  margin-bottom: 0;
  font-weight: bold;
  color: #d13f12;
  font-size: 17px;
}

.footer-social-div .social {
  display: flex;
  gap: 15px;
}

.footer-social-div .social i {
  color: #d13f12;
  font-size: 25px;
}

.footer-by {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-by span {
  font-size: 15px;
}

.footer-by a {
  font-weight: bold;
  color: #d13f12;
}

/* ====================================================== */

.about-head {
  font-size: 90px;
  color: #d13f12;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
}

.about-detail-div {
  /* border: 1px solid #d13f12; */
  padding: 15px;
  /* border-radius: 16px; */
  box-shadow: rgba(209, 63, 18, 0.12) 0px 1px 3px, rgba(209, 63, 18, 0.24) 0px 1px 2px;

}

.about-detail-div h6 {
  background: #d13f12;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  margin-bottom: 15px;
}

.about-detail-div .details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.about-detail-div .details a {
  color: #000;
}

.about-detail-div .details a spa {
  font-weight: bold;
}

.about-detail-div .details span {
  border: 1px solid #d13f12;
  white-space: pre;
  padding: 5px 10px;
  border-radius: 30px;
  color: #d13f12;
  font-weight: bold;
}

.about-detail-div .details p {
  font-size: 19px;
}

.about-education-div {
  /* border: 1px solid #d13f12; */
  padding: 15px;
  /* border-radius: 16px; */
  box-shadow: rgba(209, 63, 18, 0.12) 0px 1px 3px, rgba(209, 63, 18, 0.24) 0px 1px 2px;

}

.about-education-div h6 {
  background: #d13f12;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  margin-bottom: 15px;
}

.education-card-div {
  display: flex;
  gap: 10px;
}

.education-card {
  background: #d13f12;
  padding: 25px 20px 20px 20px;
  /* border-radius: 12px; */
  width: 28%;

}

.education-card span {
  background: #fff;
  padding: 8px;
  /* border-radius: 5px; */
  font-weight: bold;
  font-size: 15px;
}

.education-card p {
  margin-top: 35px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 3px;
}

.education-card small {
  color: #fff;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
}

/* ======================================================== */
.contact-div {
  background: #d13f12;
  padding: 50px;
  border-radius: 16px;
}

.contact-div .adj-width .col-lg-7 {
  width: 55%;
}

.contact-div .adj-width .col-lg-5 {
  width: 45%;
}

.contact-div form {
  width: 90%;
}

.contact-form-div input {
  background: transparent;
  border-radius: 0;
  border: 2px solid #e6e6e6;
  color: #fff;
  padding-block: 10px;
}

.contact-form-div input:focus {
  background: transparent;
  color: #fff;
}

.contact-form-div input::placeholder {
  color: #fff;
  font-size: 15px;
}

.contact-form-div textarea::placeholder {
  color: #fff;
  font-size: 15px;

}

.contact-form-div textarea {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: 2px solid #e6e6e6;
  padding: 10px;
  color: #fff;
  height: 160px;
}

.contact-form-div textarea:focus-visible {
  outline: none;
  box-shadow: none;
  border: 2px solid #e6e6e6;
}

.contatc-img-div {
  height: 100%;
}

.contatc-img-div img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}

.contact-form-div button {
  background: #fff;
  color: #d13f12;
  border: 1px solid #fff;
  width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 10px;
  font-weight: bold;
}

.contact-form-div button:active {
  background: #fff !important;
  color: #d13f12 !important;
  border: 1px solid #fff !important;
  width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 10px;
  font-weight: bold;
}

.contact-form-div button:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;

}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 16px;
}

.contact-add-div {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
}

.contact-add-div .add-div {
  display: flex;
  flex-direction: column;
}

.contact-add-div .add-div span {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-add-div .add-div a {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-add-img-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-add-div .add-div i {
  color: #fff;
  font-size: 25px;
}

.contact-add-div .add-div p {
  color: #fff;
  display: flex;
  gap: 5px;
}

.checkbox-div {
  display: flex;
  gap: 10px;
}

.checkbox-div label {
  color: #fff;
  font-size: 15px;
}

.checkbox-div label a {
  color: #fff;
  text-decoration: underline !important;
}

.product-view-section {
  background: #fafafa;
}

.product-view-image img {
      width: 100%;
    border-radius: 15px;
    object-fit: contain;
    height: 400px;
    aspect-ratio: 5 / 4;
    background: #e5e5e5;
}

.product-img-slick .slick-slide img {
  display: block;
  height: 75px !important;
  object-fit: cover;
  width: 96% !important;
}

#productPrevImage{
  position: absolute;
  bottom: 9%;
  left: 0px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: bolder;
  font-size: 20px;
  height: 90% !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.8437221324076506) 19%, rgba(255,255,255,0) 96%);
}

#productNextImage{
  position: absolute;
  bottom: 9%;
  right: 0px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: bolder;
  font-size: 20px;
  height: 90% !important;
  background: linear-gradient(270deg, rgba(0,0,0,0.8437221324076506) 19%, rgba(255,255,255,0) 96%);
}

.product-view-image .detail {
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.product-view-image .detail img {
  transform: scale(1.5);
}

.product-view-content ul {
  gap: 5px;
  display: grid;
}

.product-view-content .order i {
  color: #fff;
  font-size: 16px;
}

.product-view-content .order {
  font-size: 14px;
  background: #d13f12;
  border: 1px solid #d13f12;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 600;
}

.product-view-content h4 {
  font-weight: bold;
}

.product-view-back h5 {
  color: #d13f12;
  font-weight: 600;

}

.product-view-back h5 a {
  color: #000;
  font-weight: bold;
}

.blog-view-section {
  position: relative;
}

.blog-view-section .bg-image {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  position: absolute;
}

.blog-view-section .container {
  position: relative;
  padding-top: 15%;
}

.blog-view-div {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 40px;
  background: #fff;
  height: 100%;
}

.blog-view-div .head {
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
}

.blog-view-div .person {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.blog-view-div .person .name {
  display: flex;
  flex-direction: column;
}

.blog-view-div .person img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-view-div .person .name span {
  font-weight: bold;
}

.blog-view-div .person .name small {
  font-size: 12px;
}

.blog-view-div .row {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.latest-blog-div {
  background: #fff;
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.about-image-div img {
  width: 100%;
}

.categories-name span {
  text-transform: uppercase;
  font-weight: bold;
}

.scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 8px;
}

.category-btn {
  border: 1px solid #00000033;
  border-radius: 30px;
  padding: 6px 20px;
  font-weight: 500;
  background-color: transparent;
  color: #000;
  transition: 0.3s ease;
  font-size: 15px;
}

.category-btn.active {
  background-color: #d14b1f;
  color: white;
  border: none;
}

.category-btn:hover:not(.active) {
  background-color: #f2f2f2;
}

/* Optional: Hide scrollbar (Chrome, Safari) */
.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.blog-slick .slick-slide {
  margin: 0 10px;
  box-sizing: border-box;
}



.modal-button {
  border: none;
  background: #fff;
  color: #d13f12;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: bold;
}

.contact-form {
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: start;
}

.contact-form h4 {
  color: #e94d1d;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: start;
}

.modal-dialog {
  max-width: 40% !important;
}

.btn-submit {
  background-color: #e94d1d;
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: 500;
}

.btn-submit:hover {
  background-color: #d44117;
}

.form-check-label a {
  color: #e94d1d;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

.form-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #e94d1d;
}

.contact-form .submit-form {
  background: #d13f12;
  text-align: center;
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px;
}

.form-close-btn {
  border: 1px solid gray;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  
}

.form-check-label{
  font-size: 15px;
}


@media only screen and (max-width: 767px) {
  .navbar-brand {
    width: 100px;
  }

  .container {
    padding-inline: 20px !important;
  }

  .d-padding {
    padding-block: 60px;
  }

  .banner-image-div img {
    width: 100%;
  }

  .banner-section .banner-head {
    font-size: 40px;
    line-height: 40px;
  }

  .h-about-div {
    padding: 20px;
  }

  .h-about-head span {
    font-size: 35px;
    line-height: normal;
  }

  .h-about-head p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
  }

  .founder-div {
    padding: 20px;
  }

  .founder-div .bg-star {
    width: 40%;
  }

  .founder-img {
    height: auto;
  }

  .founder-head .head span {
    font-size: 45px;
    font-family: "Prociono", serif;
  }

  .founder-head .head p {
    font-size: 16px;
    text-align: justify;
  }

  .main-head {
    font-size: 28px;
    line-height: normal;
    font-weight: bold;
  }

  .main-para {
    font-size: 16px;
  }

  .h-mail-div {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .h-mail-section .input-group {
    width: 100% !important;
  }

  .footer-div {
    width: 100%;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 60px;
  }

  .footer-add-div {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }

  .footer-social-div {
    text-align: center;
    margin-top: 20px;
  }

  .footer-social-div .social {
    justify-content: center;
  }

  .about-head {
    font-size: 45px;
    color: #d13f12;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }

  .about-detail-div .details {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .about-detail-div h6 {
    padding: 10px 20px;
    margin-inline: auto;
  }

  .about-image-div img {
    width: 100%;
  }

  .education-card-div {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .about-education-div h6 {
    margin-inline: auto;
  }

  .contact-div {
    background: #d13f12;
    padding: 20px;
    border-radius: 16px;
  }

  .contact-form-div {
    text-align: center;
  }

  .contact-add-div .add-div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .contatc-img-div {
    margin-top: 20px;
  }

  .contact-map iframe {
    width: 100%;
    border-radius: 16px;
    height: 280px;
  }

  .blog-view-div .head {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
  }

  .blog-view-section .container {
    padding-top: 45%;
  }

  .education-card {
    background: #d13f12;
    padding: 15px;
    width: 100%;
    text-align: center;
  }

  .banner-head-div p {
    font-size: 18px;
    font-weight: 500;
  }

  .about-detail-div .details p {
    font-size: 16px;
  }

  .footer-link {
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }

  .footer-link a {
    font-size: 15px;
  }

  .footer-border {
    padding-block: 20px;
  }

  .footer-add-div .add i {
    font-size: 25px;
    color: #d13f12;
  }

  .footer-add-div .add a {
    color: #000;
    font-size: 14px;
  }

  .footer-logo-div img {
    width: 126px;
  }

  .h-about-div .bg-one {
    width: fit-content;
  }

  .h-about-div .bg-two {
    width: fit-content;
  }

  .h-about-div .bg-three {
    width: fit-content;
  }

  .h-about-div .bg-four {
    width: fit-content;
  }

  .banner-section .Star-four {
    width: 100px;
  }

  .banner-section .Star-three {
    width: 100px;
  }

  .contact-div .adj-width .col-lg-7 {
    width: 100%;
  }

  .contact-div .adj-width .col-lg-5 {
    width: 100%;
  }

  .contact-div form {
    width: 100%;
  }

  .checkbox-div {
    display: flex;
    gap: 10px;
    align-items: start;
  }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .banner-section .banner-head {
    font-size: 50px;
    line-height: 55px;
  }

  .banner-head-div p {
    font-size: 20px;
    font-weight: 500;
  }


  .banner-section .Star-one {
    width: 80px;
  }

  .banner-section .Star-two {
    width: 80px;
  }

  .banner-section .Star-three {
    width: 120px;
  }

  .banner-section .Star-four {
    width: 120px;
  }

  .banner-image-div {
    margin-top: 10px;
  }

  .h-about-div {
    padding: 60px;
  }

  .h-about-head span {
    font-size: 40px;
    line-height: 45px;
  }

  .h-about-head p {
    font-size: 17px;
  }

  .founder-head .head span {
    font-size: 75px;
  }

  .founder-head .head p {
    font-size: 17px;
  }

  .main-head {
    font-size: 36px;
    line-height: 41px;
  }

  .main-para {
    font-size: 15px;
  }

  .about-head {
    font-size: 75px;
  }

  .about-detail-div .details p {
    font-size: 17px;
  }

  .about-detail-div .details span {
    font-size: 14px;
  }

  .about-detail-div .details {
    gap: 15px;
  }

  .blog-view-div .head {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-add-div .add i {
    font-size: 30px;
    color: #d13f12;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-section .banner-head {
    font-size: 50px;
    line-height: 55px;
  }

  .banner-head-div p {
    font-size: 20px;
    font-weight: 500;
  }



  .banner-section .Star-one {
    width: 80px;
  }

  .banner-section .Star-two {
    width: 80px;
  }

  .banner-section .Star-three {
    width: 120px;
  }

  .banner-section .Star-four {
    width: 120px;
  }

  .banner-image-div {
    margin-top: 10px;
  }

  .h-about-div {
    padding: 60px;
  }

  .h-about-head span {
    font-size: 40px;
    line-height: 45px;
  }

  .h-about-head p {
    font-size: 17px;
  }

  .founder-head .head span {
    font-size: 45px;
  }

  .founder-head .head p {
    font-size: 17px;
  }

  .main-head {
    font-size: 36px;
    line-height: 41px;
  }

  .main-para {
    font-size: 15px;
  }

  .about-head {
    font-size: 45px;
  }

  .about-detail-div .details p {
    font-size: 14px;
  }

  .about-detail-div .details span {
    font-size: 14px;
  }

  .about-detail-div .details {
    gap: 15px;
  }

  .blog-view-div .head {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-add-div .add i {
    font-size: 30px;
    color: #d13f12;
  }
    .modal-dialog {
    max-width: 50% !important;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-section .banner-head {
    font-size: 50px;
    line-height: 55px;
  }
  
  .modal-dialog {
    max-width: 50% !important;
}

  .banner-head-div p {
    font-size: 20px;
    font-weight: 500;
  }



  .banner-section .Star-one {
    width: 80px;
  }

  .banner-section .Star-two {
    width: 80px;
  }

  .banner-section .Star-three {
    width: 120px;
  }

  .banner-section .Star-four {
    width: 120px;
  }

  .banner-image-div {
    margin-top: 10px;
  }

  .h-about-div {
    padding: 60px;
  }

  .h-about-head span {
    font-size: 40px;
    line-height: 45px;
  }

  .h-about-head p {
    font-size: 17px;
  }

  .founder-head .head span {
    font-size: 55px;
  }

  .founder-head .head p {
    font-size: 17px;
  }

  .main-head {
    font-size: 36px;
    line-height: 41px;
  }

  .main-para {
    font-size: 15px;
  }

  .about-head {
    font-size: 55px;
  }

  .about-detail-div .details p {
    font-size: 15px;
  }

  .about-detail-div .details span {
    font-size: 14px;
  }

  .about-detail-div .details {
    gap: 15px;
  }

  .blog-view-div .head {
    font-size: 35px;
    line-height: 40px;
  }

  .footer-add-div .add i {
    font-size: 30px;
    color: #d13f12;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
    
    .banner-image-div img {
    width: 75%;
}

  .banner-section .banner-head {
    font-size: 55px;
    line-height: 60px;
  }

  .banner-head-div p {
    font-size: 20px;
    font-weight: 500;
  }



  .banner-section .Star-one {
    width: 80px;
  }

  .banner-section .Star-two {
    width: 80px;
  }

  .banner-section .Star-three {
    width: 120px;
  }

  .banner-section .Star-four {
    width: 120px;
  }

  .banner-image-div {
    margin-top: 10px;
  }

  .h-about-div {
    padding: 60px;
  }

  .h-about-head span {
    font-size: 45px;
    line-height: 50px;
  }

  .founder-head .head span {
    font-size: 60px;
  }

  .founder-head .head p {
    font-size: 17px;
  }

  .main-head {
    font-size: 40px;
    line-height: 45px;
  }

  .main-para {
    font-size: 16px;
  }

  .about-head {
    font-size: 60px;
  }

  .about-detail-div .details p {
    font-size: 15px;
  }

  .about-detail-div .details span {
    font-size: 14px;
  }

  .about-detail-div .details {
    gap: 15px;
  }

  .blog-view-div .head {
    font-size: 35px;
    line-height: 40px;
  }

}

@media (min-width: 1801px) {
  .container {
    max-width: 1630px !important;
  }
}