/* font family url's section */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@900&family=Nunito+Sans:ital,wght@0,900;1,900&family=Racing+Sans+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Telugu:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ponnala&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sree+Krushnadevaraya&display=swap');

/* font family url's section */

:root {
  --yellow:#f5bf23;
  --black:#111;
  --white:#fff;
  --light-color:#666;
  --light-bg:#eee;
  --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
  --border:.1rem solid rgba(0,0,0,.3);
  --main-color:#4C84FF;
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  --font-family-Nunito: 'Nunito Sans', sans-serif;
  font-family: "Noto Serif Telugu", serif;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: var(--yellow);
}

section {
  padding: 5rem 10%;
}

/* body {
    background-image: url("../images/bg-cover.jpeg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.heading {
  margin-bottom: 3rem;
  font-size: 3rem;
  color: var(--black);
  text-transform: capitalize;
  padding-left: 1rem;
  border-left: 1rem solid var(--yellow);
}

/* .btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  font-size: 1.7rem;
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.btn:hover {
  background: var(--yellow);
  color: var(--black);
}

@-webkit-keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    top: 50%;
    opacity: 0;
  }
} */

/* hero section starts here */

.hero-section {
    padding-top: 0;
    background-image: url("../images/hero-section-bg-banner.jpeg");
    background-repeat: repeat;      /* repeat image */
    background-size: 1000px;         /* control image size */
    background-position: top left;
}

.pre-recorded-videos-heading {
    width: 100%;
    margin:0 auto;
    text-align: center;
}

.pre-recorded-videos-heading span{
    font-size: 2.5rem;
    padding:1rem 4rem;
    color:var(--white);
    background:var(--main-color);
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    display: inline-block;
    font-family: var(--font-family-Nunito);
}

.hero-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  padding-top: 2rem;
}

.hero-section .row .video {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;
}

.hero-section .row .video iframe {
  width: 100%;
  border-radius: 01.5rem;
  border: 0.8rem solid var(--main-color);
  height: 35rem;
}

.hero-section .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 41rem;
          flex: 1 1 41rem;

          text-align: center;
}

.hero-section .row .content h1 {
  font-size: 3.5rem;
  color: #111;
  text-transform: none;
  /* font-family: var(--font-family-Nunito); */
}

.hero-section .row .content p {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #000;
  font-weight: 600;
}

.hero-section .row .content p span {
  background: #b6ff2e;
  padding: 0.3rem 0.6rem;
}

.buy-now-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: #4C84FF;
  color: white;
  cursor: pointer;
  font-size: 2.2rem;
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  font-family: var(--font-family-Nunito);
  border-radius: 1rem;
  animation: shake 1s Infinite Ease-In; 
}

.buy-now-btn:hover {
  background: var(--black);
  color: #fff;
}

.buy-now-btn span {
font-size: 2.2rem;
font-family: var(--font-family-Nunito);
color: red;
text-decoration: line-through;
}

/* Offer Text */
.hero-section .row .content .offer {
    margin-top: 1rem;
    font-size: 1.6rem;
}

.hero-section .row .content .offer span {
    background: yellow;
    padding: 3px 8px;
    font-weight: 700;
    border-radius: 4px;
}

/* hero-section ends here */

/* marquee scorlling starts here */

.marquee-scrolling{
    width:100%;
    overflow:hidden;
    background:linear-gradient(90deg,#000,#111,#000);
    padding:5px 0;
    border-top:3px solid #ff0000;
    border-bottom:3px solid #ff0000;
}

/* Marquee container */
.marquee{
    display:flex;
    width:100%;
    overflow:hidden;
}

/* Moving Content */
.marquee-content{
    display:flex;
    gap:80px;
    white-space:nowrap;
    animation:scroll 12s linear infinite;
}

/* Pause on hover */
.marquee:hover .marquee-content{
    animation-play-state:paused;
}

/* Text Style */
.marquee-content span{
    font-size:30px;
    font-weight:800;
    color:#fff;
}

/* Old price strike */
.old-price{
    text-decoration: line-through;
    color:#ff4d4d;
    margin:0 15px;
}

/* New price highlight */
.new-price{
    color:#00ffae;
    text-shadow:0 0 10px #00ffae,
                0 0 20px #00ffae,
                0 0 40px #00ffae;
    animation:blink 1.2s infinite alternate;
}

/* Scroll animation */
@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* Glow blink */
@keyframes blink{
    from{
        opacity:1;
    }
    to{
        opacity:0.7;
    }
}

/* Mobile Responsive */
@media(max-width:768px){
    .marquee-content span{
        font-size:32px;
    }
}

/* marquee scorlling ends here */

/* SECTION */
.countdown{
   display:flex;
   justify-content:center;
   padding:40px 10px;
   background:#eee;
}

/* MAIN BOX */
.container{
   width:500px;
   border-radius:12px;
   overflow:hidden; /* 🔥 removes any gap */
   border:2px solid #ff3c00;
   box-shadow:0 8px 20px rgba(0,0,0,0.2);
}

/* HEADER */
.header{
   background:#ff3c00;
   color:#fff;
   text-align:center;
   font-size:28px;
   font-weight:bold;
   padding:15px;
}

/* TIMER BACKGROUND */
.timer{
   background:linear-gradient(180deg, #1a00ff, #0000cc);
   display:flex;
   justify-content:center;
   gap:15px;
   padding:25px 15px;
}

/* BOX */
.box1{
   width:80px;
   border-radius:8px;
   overflow:hidden;
   text-align:center;
   box-shadow:0 5px 15px rgba(0,0,0,0.3);
}

/* NUMBER */
.box1 span{
   display:block;
   background:#dcdcdc;
   font-size:32px;
   font-weight:bold;
   color:#333;
   padding:10px 0;
}

/* LABEL */
.box1 p{
   background:#ff3c00;
   color:#fff;
   font-size:14px;
   font-weight:bold;
   padding:6px 0;
}

/* MOBILE */
@media(max-width:500px){
   .container{
      width:100%;
   }
   .box1{
      width:65px;
   }
   .box1 span{
      font-size:24px;
   }
}





/* day-by-day-heading starts here */

.day-by-day-heading {
background-color:blueviolet;
}

.day-by-day-heading h2{
color:#fff;
font-size:3rem;
text-align:center;
font-family:var(--font-family-Nunito);
}

/* day-by-day-heading ends here */

.what-actually{
  padding: 5rem 9%;
}

.what-actually-heading{
  text-align: center;
  margin-bottom: 3rem;
}

.what-actually-heading span{
  background: #007bff;
  border-radius: .5rem;
  font-size: 2.5rem;
  color: #fff;
  padding: .8rem 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.box-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.box{
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.box:hover{
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.video-box{
  width: 100%;
  display: block;
  border-radius: 2rem;
}

/* what-in-the-course section starts here */

.what-in-the-course {
  background-color: antiquewhite;
}

.course-heading {
    text-align: center;
    padding-bottom: 2.5rem;
}

.course-heading span {
    background-color: var(--main-color);
    border-radius: .5rem;
    font-size: 3rem;
    color:var(--white);
    padding:.5rem 1.5rem;
    text-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    box-shadow: var(--box-shadow);
    padding-top: 1rem;
}

.what-in-the-course .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:2rem;
}

.what-in-the-course .box-container .box{
    border-radius: 2rem;
    background-color: #fff;
}

.what-in-the-course .box-container .box .image{
    height: 35rem;
    overflow:hidden;
    border-radius: .5rem;
}

/* Badge */
.what-in-the-course .box-container .box .image .badge{
    position:absolute;
    background:#ff4d00;
    color:#fff;
    padding:10px 16px;
    font-size:20px;
    font-weight:bold;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.what-in-the-course .box-container .box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
}


.what-in-the-course .box-container .box .content{
    padding: 1rem 1.5rem;
}

.what-in-the-course .box-container .box .content h3{
    color:var(--black);
    font-size: 3rem;
}

.what-in-the-course .box-container .box .content p{
    color: black;
    font-size: 1.6rem;
    line-height: 1.6;
    padding:0.5rem 0;
}

.important-label{
    display:inline-block;
    background: rgb(255, 0, 0);
    color:var(--white);
    font-size:1.3rem;
    font-weight:bold;
    padding:4px 10px;
    border-radius:6px;
    margin-bottom:6px;
    animation: shake 1.5s infinite;
}

@keyframes shake{
    0%{ transform: translateX(0); }
    25%{ transform: translateX(-2px); }
    50%{ transform: translateX(2px); }
    75%{ transform: translateX(-2px); }
    100%{ transform: translateX(0); }
}

/* what-in-the-course section ends here */

/* who can join starts here */

.who-can-join {
    background-image: url("../images/hexagon-image.jpeg");
    background-repeat: repeat;
    background-size: 600px;
    background-position: top left;
}

.course-heading {
    text-align: center;
    padding-bottom: 2.5rem;
}

.course-heading span {
    background: var(--main-color);
    border-radius: .5rem;
    font-size: 3rem;
    color:var(--white);
    padding:.5rem 1.5rem;
    text-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    box-shadow: var(--box-shadow);
    padding-top: 1rem;
}

.who-can-join .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:2rem;
}

.who-can-join .box-container .box{
    border-radius: 2rem;
    box-shadow: var(--box-shadow);
    background-color: #fff;
}

.who-can-join .box-container .box .image{
    height: 22rem;
    overflow:hidden;
    border-radius: 2rem;
}

/* 📱 Mobile View */
@media (max-width: 768px) {

    .who-can-join .box-container .box .image {
        height: 22rem; /* reduce height for mobile */
        border-radius: 1.5rem;
    }

}

/* 📱 Small Mobile (Extra optimization) */
@media (max-width: 480px) {

    .who-can-join .box-container .box .image {
        height: 24rem; /* even smaller for small screens */
        border-radius: 1.2rem;
    }

}

.who-can-join .box-container .box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog .box-container .box:hover .image img{
    transform:scale(1.2);
}

.who-can-join .box-container .box .content{
    padding: 1rem 1.5rem;
}

.who-can-join .box-container .box .content h3{
    color:var(--black);
    font-size: 3rem;
}

.who-can-join .box-container .box .content p{
    color: black;
    font-size: 1.6rem;
    line-height: 1.6;
    padding:0.5rem 0;
}





/* faq starts here */

.faq {
    background: #cae8e3;
}

.faq .accordion-container {
    margin: 1rem auto;
    max-width: 70rem;
}

.faq .accordion-container .accordion {
    margin: 1rem 0;
    background-color: rgb(6, 8, 52);
    border-radius: .5rem;
}

.faq .accordion-container .accordion.active .accordion-heading i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .accordion-container .accordion.active .accordion-content {
    display: block;
}

.faq .accordion-container .accordion .accordion-heading {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
}

.faq .accordion-container .accordion .accordion-heading h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #fff;
}

.faq .accordion-container .accordion .accordion-heading i {
    font-size: 2rem;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    color: #fff;
}

.faq .accordion-container .accordion .accordion-content {
    padding: 2rem;
    padding-top: 0;
    line-height: 2;
    font-size: 1.7rem;
    display: none;
    -webkit-animation: fadeUp .2s linear backwards;
    animation: fadeUp .2s linear backwards;
    color: #fff;
}

/* faq ends here */



/* SECTION */
.education{
padding: 6rem 9%;
background: linear-gradient(135deg, #fdfbfb, #ebedee);
}

/* ROW */
.education .row {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}

/* COLUMN */
.education .column {
flex: 1 1 40rem;
padding: 2.5rem;
border-radius: 1rem;
background: #ffffff;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* TITLE */
.education .title {
font-size: 2.5rem;
padding-bottom: 2rem;
text-align: center;
border-bottom: 2px solid #eee;
}

/* BEFORE */
.education .column:first-child .title{
color: #e53935;
}

/* AFTER */
.education .column:last-child .title{
color: #2e7d32;
}

/* BOX */
.education .box {
padding-left: 3rem;
padding-bottom: 2rem;
position: relative;
margin-top: 2rem;
border-left: 3px solid #ddd;
}

/* DOT */
.education .box::before {
content: '';
position: absolute;
top: 0;
left: -1.2rem;
height: 2rem;
width: 2rem;
border-radius: 50%;
}

/* BEFORE COLORS */
.education .column:first-child .box{
border-left: 3px solid #ff5252;
}
.education .column:first-child .box::before{
background: #ff5252;
}

/* AFTER COLORS */
.education .column:last-child .box{
border-left: 3px solid #4caf50;
}
.education .column:last-child .box::before{
background: #4caf50;
}

/* YEAR */
.education .year {
font-size: 1.5rem;
font-weight: bold;
padding-bottom: .5rem;
}

/* ICON COLORS */
.education .column:first-child .year i{
color: #e53935;
}
.education .column:last-child .year i{
color: #2e7d32;
}

/* HEADING */
.education .box h3 {
font-size: 2rem;
color: #222;
}

/* TEXT */
.education .box p {
font-size: 1.5rem;
color: #666;
padding-top: .5rem;
}

/* SECTION */
.education{
padding: 6rem 9%;
background: linear-gradient(135deg, #fdfbfb, #ebedee);
}

/* ROW */
.education .row {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}

/* COLUMN */
.education .column {
flex: 1 1 40rem;
padding: 2.5rem;
border-radius: 1rem;
background: #ffffff;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* TITLE */
.education .title {
font-size: 2.5rem;
padding-bottom: 2rem;
text-align: center;
border-bottom: 2px solid #eee;
}

/* BEFORE */
.education .column:first-child .title{
color: #e53935;
}

/* AFTER */
.education .column:last-child .title{
color: #2e7d32;
}

/* BOX */
.education .box {
padding-left: 3rem;
padding-bottom: 2rem;
padding-top: 2rem;
position: relative;
margin-top: 2rem;
border-left: 3px solid #ddd;
}

/* DOT */
.education .box::before {
content: '';
position: absolute;
top: 0;
left: -1.2rem;
height: 2rem;
width: 2rem;
border-radius: 50%;
}

/* BEFORE COLORS */
.education .column:first-child .box{
border-left: 3px solid #ff5252;
}
.education .column:first-child .box::before{
background: #ff5252;
}

/* AFTER COLORS */
.education .column:last-child .box{
border-left: 3px solid #4caf50;
}
.education .column:last-child .box::before{
background: #4caf50;
}

/* YEAR */
.education .year {
font-size: 1.5rem;
font-weight: bold;
padding-bottom: .5rem;
}

/* ICON COLORS */
.education .column:first-child .year i{
color: #e53935;
}
.education .column:last-child .year i{
color: #2e7d32;
}

/* HEADING */
.education .box h3 {
font-size: 2rem;
color: #222;
}

/* TEXT */
.education .box p {
font-size: 1.5rem;
color: #666;
padding-top: .5rem;
}

/* RESPONSIVE */
@media(max-width:768px){
.education{
padding: 4rem 5%;
}


.education .row{
    flex-direction: column;
}


}


/* ===== Mentor Section ===== */

.mentor-section {
    padding: 4rem 8%;
    background: #f8f9ff;
}

.mentor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
}

/* Image */
.mentor-image {
    flex: 1 1 35rem;
}

.mentor-image img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Content */
.mentor-content {
    flex: 1 1 40rem;
}

.mentor-title {
    font-size: 3rem;
    color: #130f40;
    margin-bottom: 1.5rem;
}

.mentor-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.highlight-box {
    flex: 1 1 22rem;
    background: #ffffff;
    padding: 1rem;
    border-radius: .6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.highlight-box i {
    color: #27ae60;
    font-size: 1.8rem;
}

.highlight-box p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
}

.mentor-description {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #444;
}

.highlight-name {
    color: #4C84FF;
    font-weight: 900;
}

/* CTA Section */

.mentor-cta {
    text-align: center;
    margin-top: 3rem;
}

.mentor-btn {
    display: inline-block;
    padding: 1.4rem 1.5rem;
    /* background: linear-gradient(45deg, #4C84FF, #27ae60); */
    background-color: blue;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 900;
    border-radius: .8rem;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: var(--font-family-Nunito);
}

.mentor-btn span {
    text-decoration: line-through;
    margin-right: 10px;
    font-family: var(--font-family-Nunito);
    color: red;
}

.mentor-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* .cta-note {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.bonus {
    color: red;
    font-weight: 900;
} */

/* SECTION */
.register-form{
    display: flex;
    justify-content: center;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f0f9ff, #fef9f9);
}

/* BOX */
.register-form .info-box{
    max-width: 55rem;
    width: 100%;
    padding: 3rem 2.5rem;
    background: #ffffff;
    border-radius: 12px;
    border: 0.4rem dashed var(--main-color);
    text-align: center;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* TITLE */
.border-title{
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

/* TITLE STYLE */
.border-title span{
    /* background: linear-gradient(45deg, #3b82f6, #06b6d4); */
    border: 0.2rem solid var(--main-color);
    color: var(--main-color);
    background-color: #fff;
    font-style: italic;
    padding: 0.6rem 1.8rem;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: 600;
}

/* PARAGRAPH */
.register-form p{
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #374151;
}

/* HIGHLIGHT */
.register-form p span{
    background: yellow;
    color: #111;
    padding: .2rem .5rem;
    border-radius: 5px;
    font-weight: 600;
    font-family: var(--font-family-Nunito);
}

/* HOVER */
.register-form .info-box:hover{
    transform: translateY(-5px);
    transition: 0.3s;
}

/* RESPONSIVE */
@media(max-width:768px){
    .register-form{
        padding: 4rem 1.5rem;
    }

    .register-form .info-box{
        padding: 2.5rem 1.8rem;
    }
}

/* fixed-footer section starts   */

.fixed-footer {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: #222;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 35%; */
    padding: 1rem;

  }
  
  .fixed-footer .content {
    text-align: center;
  }
  
  /* .fixed-footer .content span {
    font-weight: bolder;
    color: transparent;
    -webkit-text-stroke: 0.1rem #fff;
    font-size: 2.5rem;
    display: block;
  }
  
  .fixed-footer .content h3 {
    font-size: 1.5rem;
    color: #fff;
  } */
  
  /* .fixed-footer .content p {
    font-size: 1.55rem;
    color: #fff;
    font-family: var(--font-family-Nunito);
    font-weight: 900;
  } */

  .btn123 {
  
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 2rem;
    color: #fff;
    border: 0.2rem solid #29d9d5;
    border-radius: 5rem;
    cursor: pointer;
    background: none;
    /* font-style: italic; */
    font-family: var(--font-family-Nunito);
  animation: pulse 0.5s Infinite Ease-In;

  }
  
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


.btn123:hover {
    background-color: gold;
    color: black;
    border: gold;
}

  /* fixed-footer section ends   */



@media (max-width: 1200px) {
  /* .header {
    padding: 1.5rem 2rem;
  } */
  section {
    padding: 3rem 5%;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  section {
    padding: 3rem 2rem;
  }

}

@media (max-width: 768px) {


}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  .hero-section .row .video iframe {
  height: 25rem;
}

  .hero-section .row .content h1 {
    font-size: 2.5rem;
  }


 /* marquee-scrolling section starts  */

 .marquee-scrolling {
  padding: 0rem 2%;
}

/* marquee-scrolling section ends  */

/* countdown-timer section starts  */

  /* .countdown-timer {
    padding: 0.5rem 2%;
  } */
/* countdown-timer section starts  */

  
}
/*# sourceMappingURL=style.css.map */