:root {
  --primary: #d70d2e;
  --secondary: #0e2f5b;
  --font-heading: "Averta", sans-serif;
  --font-body: "Helvetica", sans-serif;
  --icon: "Font Awesome 6 Pro", sans-serif;
  --wght: 400;
}
::selection {
  background: #ff5e14;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #ff5e14;
}
[class^="box-"] {
  display: none;
}
html {
  overflow-x: hidden;
  overflow-y: visible;
}
body {
  font-family: var(--font-body);
  overflow: visible;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
  font-family: var(--font-heading);
}
*,
:focus,
:hover {
  outline: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
span {
  display: inline-block;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  opacity: 1;
}
.blazians img {
  width: 40px;
  border-radius: 100%;
  height: 40px;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}

a.logo img {
  max-width: 180px;
}

.header-inner .sub-heading {
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-inner hr {
  width: 1px;
  height: 80px;
  background: #000000; /* border: 1px solid #000; */
  display: block;
}

.timer {
  display: flex;
  gap: 5px;
  align-items: center;
}

.timer span.time {
  font-size: 78px;
  font-weight: 700;
}

.timer span.small {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  color: #333;
}

header {
  margin: 10px 60px 0;
  border-bottom: 1px solid #ddd;
}
a.bar {
  display: flex;
  flex-direction: column;
  width: 34px;
  gap: 6px;
}

a.bar span {
  background: var(--primary);
  width: 100%;
  display: flex;
  height: 4px;
  border-radius: 100px;
}

h1.banner-heading {
  color: #000;
  font-family: var(--font-heading);
  font-size: 95px;
  font-style: normal;
  font-weight: 600;
}

h1.banner-heading span {
  color: var(--primary);
}
.mainBanner video {
  height: 638px;
  object-fit: cover;
  width: 100%;
  display: flex;
}
.bb {
  border-bottom: 1px solid #c0c0c0;
}
.br {
  border-right: 1px solid #c0c0c0;
}
.bl {
  border-left: 1px solid #c0c0c0;
}
.bt {
  border-top: 1px solid #c0c0c0;
}

section {
  padding: 80px 0;
}

.sec-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  gap: 1.5rem;
}
.sec-heading h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-heading p {
  color: #555555;
  font-size: 20px;
  line-height: 40px;
}
.sec-heading.white * {
  color: white;
}

.sec-heading.center {
  text-align: center;
}

.sec-heading.sm h2 {
  font-size: 50px;
  line-height: 60px;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.pills span {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding: 16px 30px;
  border: 1px solid #000;
  border-radius: 200px;
  transition: 0.3s ease;
}
.pills span:hover {
  background: var(--primary);
  color: white;
  transform: scale(1.05) rotate(1deg);
  border-color: var(--primary);
}
p.normal {
  color: #555;
  font-size: 30px;
  line-height: 50px;
  margin-top: 1rem;
}

.timer .time .blinker {
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.project.right {
  direction: rtl;
}

.projects-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.slick-slide {
  margin: 0 15px;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%; /* Adjust as needed */
  /* height: 100px; */ /* Adjust as needed */
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* transform: rotate(-5deg); */
}

.slides-wrapper {
  display: flex;
  /* position: absolute; */
  /* white-space: nowrap; */
  gap: 1rem;
}
.slides-wrapper.right {
  direction: rtl;
}
.slide {
  display: flex !important;
  align-items: center;
  /* Space between slides */
  font-size: 86px;
  gap: 2rem;
}

.slide img {
  /* margin-left: 10px; */ /* Space between text and image */
  display: flex;
  position: unset;
}

.slide span {
  display: block;
  width: fit-content;
}

.marquee .slide * {
  display: inline-flex;
  white-space: nowrap;
}

.sec-heading.lg h2 {
  font-size: 110px;
  line-height: 110px;
  margin-bottom: 1.5rem;
}

.sec-heading span.sub {
  font-size: 40px;
  line-height: normal;
}
.sec-heading.md h2 {
}

.sec-heading.md p {
  color: #555;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 166.667% */
}
.theme-btn {
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 100px;
  transition: 0.3s ease;
}

a.theme-btn:hover {
  background: var(--primary);
  color: white;
  transform: scale(1.05) rotate(1deg);
  border-color: var(--primary);
}
.has-headings h3 {
  font-size: 20px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.has-headings h3:hover {
  background: var(--primary);
  color: white;
}

.min-height {
  min-height: 400px;
}

/* Ensure the container has enough height for the sticky effect */
.sec-heading.has-height {
  position: relative;
  min-height: 100vh; /* Full viewport height for scrolling */
}

/* Sticky effect for the first heading */
.sticky-heading {
  font-size: 3rem; /* Adjust as necessary */
  z-index: 1;
  position: sticky;
  top: 0;
}

/* Initially hide the second heading */

.mainBanner.inner .banner-heading {
  font-size: 110px;
  line-height: 110px;
  text-align: center;
  margin-bottom: 2rem;
}

.mainBanner.inner .banner-text {
  font-size: 20px;
  line-height: 40px;
  color: #555;
  margin-bottom: 2rem;
}

.mainBanner.inner {
  padding: 50px 0;
}

.info-box {
  padding: 40px;
  border-bottom: 1px solid #c0c0c0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 410px;
}

.info-box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.info-box .top h3 {
  font-size: 30px;
}

.info-box p {
  color: #555555;
  line-height: 30px;
}
.info-box.br {
  border-left: 0;
}

.counter {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.counter .count {
  font-size: 120px;
  display: flex;
}

.counter p {
  font-size: 36px;
}

/* Ensure the container has enough height for the sticky effect */


.wrapper {
  width: 100%;
  display: flex;
  justify-content: center; /* Center the heading horizontally */
  align-items: center; /* Center the heading vertically */
}


.cursor {
  display: inline-block;
  background-color: var(--primary);
  width: 5px;
  height: 1em;
  margin-top: -15px;
  vertical-align: middle;
  margin-left: 2px;
  animation: blink 0.7s steps(1) infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.outlined {
  animation: fadeIn 0.5s ease-in-out;
}

.sticky-section {
  position: sticky;
  /* Ensures enough height for sticky effect */
  padding-top: 100px; /* Space above the sticky heading */
  padding: 0;
  top: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.wrapper {
  position: relative;
}
.sticky-container {
  position: relative;
}
.sticky-heading {
  position: relative;
  z-index: 10;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* background-color: white; */ /* Optional for visibility */
}

/* Fallback for older browsers */
@supports not (position: sticky) {
  .sticky-heading {
    position: static; /* Fallback to default static behavior */
  }
}

.content {
  margin-top: 100px; /* Ensures content appears below the sticky heading */
  font-size: 1.2rem;
  line-height: 1.5;
}

.normal-section {
  min-height: 100vh; /* Example for a regular section */
  background-color: #f4f4f4;
  padding: 50px;
}

footer {
  background: #222222;
  padding: 3rem 0;
}

.footer-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-wrap span.hdng {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.6px;
}

.footer-wrap > a {
  color: #fff;
  font-size: 30px;
  line-height: normal;
}

.footer-wrap .links a {
  color: #fff;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.footer-wrap .links {
  display: flex;
  gap: 2rem;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  z-index: 2;
}

.navbar {
  background: #222222;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 30px;
  border-radius: 100px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.navbar ul {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  align-items: center;
}

.navbar ul li a {
  color: white;
}

.navbar ul li a:hover {
  color: var(--primary);
}
.emp-card {
  position: relative;
  background: var(--bg);
  display: flex;
  overflow: hidden;
}
.emp-card .des {position: absolute;padding: 2rem;bottom: 0;color: white;font-size: 40px;line-height: normal;font-weight: 400;}

.emp-card img {
    display: flex;
    margin-bottom: -2px;
}


.circle {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto; /* Centers the circle horizontally */
  background: radial-gradient(circle, #ffffff, #e0e0e0);
  border-radius: 50%;
  border: 1px dashed #ccc;
}

/* Rotating Elements (Circle 1) */
.circle1 .rotating-element {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #007bff;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform-origin: 120px center;
  animation: orbit1 5s linear infinite;
}

/* Rotating Elements (Circle 2) */
.circle2 .rotating-element {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #28a745;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform-origin: 180px center;
  animation: orbit2 8s linear infinite;
}

/* Rotating Elements (Circle 3) */
.circle3 .rotating-element {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ffc107;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform-origin: 240px center;
  animation: orbit3 12s linear infinite;
}

/* Positions of Elements */
.circle1 .rotating-element:nth-child(1) {
  transform: rotate(0deg) translate(120px) rotate(0deg);
}
.circle1 .rotating-element:nth-child(2) {
  transform: rotate(120deg) translate(120px) rotate(-120deg);
}
.circle1 .rotating-element:nth-child(3) {
  transform: rotate(240deg) translate(120px) rotate(-240deg);
}

.circle2 .rotating-element:nth-child(1) {
  transform: rotate(0deg) translate(180px) rotate(0deg);
}
.circle2 .rotating-element:nth-child(2) {
  transform: rotate(90deg) translate(180px) rotate(-90deg);
}
.circle2 .rotating-element:nth-child(3) {
  transform: rotate(180deg) translate(180px) rotate(-180deg);
}
.circle2 .rotating-element:nth-child(4) {
  transform: rotate(270deg) translate(180px) rotate(-270deg);
}

.circle3 .rotating-element:nth-child(1) {
  transform: rotate(0deg) translate(240px) rotate(0deg);
}
.circle3 .rotating-element:nth-child(2) {
  transform: rotate(45deg) translate(240px) rotate(-45deg);
}
.circle3 .rotating-element:nth-child(3) {
  transform: rotate(90deg) translate(240px) rotate(-90deg);
}
.circle3 .rotating-element:nth-child(4) {
  transform: rotate(135deg) translate(240px) rotate(-135deg);
}
.circle3 .rotating-element:nth-child(5) {
  transform: rotate(180deg) translate(240px) rotate(-180deg);
}

/* Animations */
@keyframes orbit1 {
  0% {
    transform: rotate(0deg) translate(120px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(120px) rotate(-360deg);
  }
}

@keyframes orbit2 {
  0% {
    transform: rotate(0deg) translate(180px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(180px) rotate(-360deg);
  }
}

@keyframes orbit3 {
  0% {
    transform: rotate(0deg) translate(240px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(240px) rotate(-360deg);
  }
}



ul.management {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
  place-items: center;
  margin-top: 126px;
}
ul.management:after{
  content: "";
  position: absolute;
  background: url("../images/management/horizontal.webp") no-repeat;
  width: calc(100% - 31.9%);
  height: 13px;
  background-size: contain;
  top: -5px;
  margin: 0 auto;
  display: block;
  background-position: center;
}
ul.management:before {
  content: "";
  position: absolute;
  background: url("../images/management/vert.webp") no-repeat;
  width: 11px;
  height: 126px;
  top: -118px;
}
ul.management img.round {
  border-radius: 100%;
  max-width: 100%;
}

ul.management li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

ul.management li .det {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

ul.management li .det .name {
  font-size: 42px;
  line-height: normal;
}

ul.management li .det .des {
  font-size: 24px;
  color: #555;
}

ul.team {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

ul.team li img {
  width: 100%;
  border-radius: 100%;
  width: 315px;
  margin: 0 auto;
  max-width: 100%;
}

ul.team li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

ul.team li .det {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

ul.team li .det .name {
  font-size: 24px;
}

ul.team li .det .des {
  font-size: 16px;
  color: #555;
}


.hidden-web{
  display: none;
}
.hidden-mobile{
  display: block;
}




form.contact-form {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

form.contact-form .input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

form.contact-form .input label {
  font-size: 40px;
}

form.contact-form .input input,form.contact-form .input textarea {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}

form.contact-form button {
  padding: 1rem;
  border-radius: 100px;
  border: 0;
  background: var(--primary);
  color: white;
  font-size: 20px;
}

.stretch {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.contact-det {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-det span {
  font-size: 32px;
}

.contact-det a {
  font-size: 24px;
  color: #555;
}






.circle {
  position: absolute;
  border-radius: 50%;
  border: 3px dotted #ddd;
  background: transparent;
    text-align: center;
    display: flex;
    justify-content: center;
}

.circle.small {
  width: 300px;
  height: 300px;
}

.circle.medium {
  width: 600px;
  height: 600px;
}

.circle.large {
  width: 900px;
  height: 900px;
}

.element {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  z-index: 2;
 
}

.team-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1000px;
}



.emp {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform-origin: center;
  z-index: 2;
  transform: translateY(-50px);
  filter: grayscale(1);

}
.emp:hover{
  z-index: 5;
  filter: grayscale(0);

}

.emp img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.circle .det {
   /* Semi-transparent background for details */
   padding: 10px;
   border-radius: 5px;
   border: 1px solid;
   flex-direction: column;
   gap: 10px;
   justify-content: center;
   align-items: center;
   text-align: center;
   background: white;
   display: none;
   position: absolute;
   white-space: nowrap;
   top: -200px;
}
.circle .det:before {
  content:"";
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 100px;
  background: var(--primary);
  bottom: -25px;
}



.circle .det:after {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  border-radius: 100px;
  background: var(--primary);
  top: 90px;
}

.emp:hover .det{
  display: flex;
}

.circle .det .name {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  color: var(--primary);
}

.circle .det .des {
  font-size: 16px;
  color: #333;
}
.fav{
  position: absolute;
  width: 80px;
}

ul.management li h3 {
  font-size: 42px;
  font-weight: 700;
  color: white;
  -webkit-text-stroke: var(--primary);
  -webkit-text-stroke-width: 1px;
  text-align: center;
}


span.watermark {
    -webkit-text-stroke: var(--primary);
    -webkit-text-stroke-width: 1px;
    font-size: 110px;
    color: white;
    opacity: 0.5;
    font-weight: 700;
    transform: rotate(-10deg);
}
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
  .timer span.time {
    font-size: 34px;
  }

  .header-inner .sub-heading {
    font-size: 16px;
  }

  .timer span.small {
    font-size: 16px;
  }

  .header-inner .sub-heading img {
    width: 20px;
  }

  h1.banner-heading {
    font-size: 65px;
  }

  .pills span {
    font-size: 16px;
    padding: 10px 20px;
  }

  .sec-heading.sm h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .slide {
    font-size: 40px;
  }

  .slide img {
    width: 30px;
  }

  section {
    padding: 50px 0;
  }

  .sec-heading.lg h2 {
    font-size: 60px;
    line-height: 74px;
  }

  .sec-heading span.sub {
    font-size: 30px;
  }

  .sec-heading.md h2 {
    font-size: 60px;
    line-height: 72px;
  }

  .sec-heading.md p {
    font-size: 20px;
    line-height: 32px;
  }

  .p-5 {
    padding: 1.5rem !important;
  }

  .mainBanner.inner .banner-heading {
    font-size: 80px;
    line-height: 90px;
}

.counter .count {
    font-size: 70px;
}

.counter p {
    font-size: 20px;
}

.sec-heading h2 {
    font-size: 60px;
    line-height: 72px;
}

.info-box {
    min-height: 200px;
}
}
@media (max-width: 1200px) {
  ul.management:after,ul.management:before{
    content: none;
  }
  ul.management img:not(.round){
    display: none;
  }
  ul.management{
    margin-top: 2rem;
  }
  ul.management li .det .name {
    font-size: 30px;
}

ul.management li .det .des {
    font-size: 16px;
}
}
@media (max-width: 1025px) {
}
@media (max-width: 1023px) {
  .hidden-mobile {
    display: none;
  }
  .hidden-web{
    display: block;
  }
  .mainBanner.inner .banner-heading {
    font-size: 60px;
    line-height: 75px;
}

.counter {
    aspect-ratio: auto;
    padding: 1.5rem 0;
    border-bottom: 1px solid #c0c0c0;
}
  .header-inner .sub-heading {
    font-size: 16px;
  }

  .timer span.time {
    font-size: 23px;
  }

  .timer span.small {
    font-size: 16px;
  }

  .header-inner .sub-heading img {
    width: 20px;
  }

  a.logo img {
    max-width: 150px;
  }

  h1.banner-heading {
    font-size: 60px;
  }

  .mainBanner {
    padding: 2rem 0;
  }

  .mainBanner video {
    display: none;
  }

  .pills {
    margin: 1rem 0;
  }

  .pills span {
    font-size: 16px;
    padding: 10px 20px;
  }

  p.normal {
    font-size: 24px;
    line-height: 34px;
  }

  .sec-heading.white.center.sm {
    margin-bottom: 1rem;
  }

  .slide {
    font-size: 40px;
  }

  .marquee .slide img {
    width: 35px;
  }

  .sec-heading.lg {
    margin-bottom: 1.5rem;
  }

  .bl,
  .br {
    border: 0;
  }

  .sticky-heading {
    top: 0;
  }

  .sec-heading.sticky-section {
    aspect-ratio: auto;
    padding: 1.5rem;
    contain-intrinsic-block-size: AUTO 100px;
  }

  .has-headings h3 {
    aspect-ratio: auto;
    padding: 1rem 0;
    border-bottom: 1px solid #c0c0c0;
  }

  .min-height {
    min-height: auto;
    padding: 0 0 1.5rem;
  }

  .footer-wrap span.hdng {
    font-size: 80px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
  form.contact-form {
    padding: 0;
    margin-top: 2rem;
}

form.contact-form .input label {
    font-size: 22px;
}

form.contact-form .input {
    gap: 5px;
}

.contact-det span {
    font-size: 20px;
}

.contact-det a {
    font-size: 16px;
}
  ul.management {
    grid-template-columns: 1fr;
}
  h1.banner-heading {
    font-size: 42px;
  }

  .timer span.time {
    font-size: 34px;
  }

  .timer span.small {
    font-size: 12px;
  }

  .header-inner .sub-heading {
    display: none;
    font-size: 20px;
  }

  .blazians {
    display: none;
  }


  .timer {
    /* display: none; */
  }



  .header-inner hr {
    display: none;
  }

  header {
    margin: 10px 0;
  }

  a.logo img {
    max-width: 140px;
  }

  .mainBanner video {
    display: none;
  }

  .mainBanner.bb {
    padding: 20px 0;
  }

  section {
    padding: 20px 0;
  }

  .sec-heading h2 {
    font-size: 30px;
  }

  .sec-heading {
    margin-bottom: 1.5rem;
  }

  .pills span {
    padding: 10px;
    font-size: 15px;
  }

  .pills {
    margin-bottom: 1.5rem;
  }

  p.normal {
    font-size: 16px;
    line-height: 28px;
  }

  .slide {
    font-size: 20px;
    line-height: 30px;
  }

  .slide img {
    width: 26px;
  }

  .marquee {
    gap: 1rem;
  }

  .sec-heading.sm h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .sec-heading.lg h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .sec-heading span.sub {
    font-size: 20px;
  }

  .bl,
  .br {
    border: 0;
  }

  .p-5 {
    padding: 1.5rem 0 !important;
  }

  .sticky-heading {
    top: 0;
  }

  .sticky-section {
    aspect-ratio: auto;
    padding: 2rem 0;
    border-bottom: 1px solid #c0c0c0;
    margin: 0;
  }

  .has-headings h3 {
    border-bottom: 1px solid #c0c0c0;
    aspect-ratio: auto;
    padding: 1rem 0;
    font-size: 20px;
  }

  .sec-heading.md h2 {
    font-size: 40px;
  }

  .min-height {
    min-height: auto;
    padding: 1.5rem 0;
  }

  .sec-heading.md p {
    font-size: 20px;
    line-height: 34px;
    margin-top: 1rem;
  }

  .footer-wrap span.hdng {
    font-size: 42px;
    letter-spacing: 0;
  }

  .footer-wrap > a {
    font-size: 20px;
  }

  .footer-wrap .links a {
    font-size: 16px;
  }

  .footer-wrap .links {
    gap: 1rem;
  }

  footer {
    padding: 2rem 0;
  }

  .mainBanner.inner .banner-heading {
    font-size: 50px;
    line-height: 60px;
}

.counter .count {
    font-size: 60px;
}

.counter {
    aspect-ratio: auto;
    padding: 2rem 0;
    border-bottom: 1px solid #c0c0c0;
}

.counter p {
    font-size: 22px;
}

.info-box {
    min-height: auto;
    padding: 40px 0;
}

nav {
    padding: 1rem 0;
}

.navbar ul li a {
    font-size: 12px;
}

.navbar {
    padding: 1rem;
}

span.watermark {
   
    font-size: 30px;

}
}
