* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat';
  line-height: 1;
  background: url('/wp-content/themes/ie-network-theme/assets/src/img/independence-day/background.png') no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}

.full-container {
  padding-top: 1px;
  position: relative;
}

.full-container.ashok-chark:before {
  content: '';
  background: url('/wp-content/themes/ie-network-theme/assets/src/img/independence-day/chakr.png') no-repeat;
  height: 300px;
  width: 290px;
  position: absolute;
  left: -150px;
  top: -236px;
  background-size: 100%;
  overflow: hidden;
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
}

.header {
  position: relative;
  padding-bottom: 83px;
}

.header .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 240px;
  top: 20px;
}

.header .red-fort {
  width: 100%;
}

.header .ribben {
  width: 100%;
  position: absolute;
  bottom: 110px;
  left: 0;
  margin: auto;
}

.header .ashok-chakr {
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/blue-curcle.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 350px;
  height: 350px;
  margin: auto;
}

.header .ashok-chakr .ashock_charker {
  opacity: 0.2;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -24px;
  bottom: 0;
  margin: auto;
}

.header .ashok-chakr .jasan {
  max-width: 268px;
  position: absolute;
  left: 48px;
  top: 106px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.container .heading-one {
  font-size: 34px;
  color: #01569C;
  margin: 40px auto 30px;
  text-align: center;
}

.container p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 20px 0;
  z-index: 1;
  position: relative;
}

.container p.semibold {
  font-weight: 600;
  font-family: 'Montserrat';
  padding-top: 0;
}

/*slider one*/
.mySwiper {
  padding-bottom: 40px;
}

.container .mySwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}

.container .mySwiper .heading-two {
  font-size: 30px;
  color: #F57B1F;
  line-height: 37px;
  font-weight: bold;
}

.container .mySwiper .slide-img {
  max-width: 525px;
  margin-right: 40px;
  -webkit-box-shadow: 3px -1px 13px 0px rgba(199, 195, 199, 1);
  -moz-box-shadow: 3px -1px 13px 0px rgba(199, 195, 199, 1);
  box-shadow: 3px -1px 13px 0px rgba(199, 195, 199, 1);
  border: 5px #fff solid;
}

.container .mySwiper .pragraph {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}

/*swiper css*/
.slider {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 0;
  top: inherit;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: #01569c;
  border-radius: 100%
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  left: 10px
}

.swiper-button-prev {
  left: -40px
}

.swiper-button-next {
  left: 106px
}

.swiper-button-prev:after {
  left: 15px
}

.swiper-button-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 13px
}

.swiper-container-wrapper .swiper-slide {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px
}

.swiper-container-wrapper .swiper-slide .container {
  padding: 0;
  width: 100%
}

.swiper-container-wrapper .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: .5s ease .5s
}

.swiper-container-wrapper .swiper-slide-active .title {
  opacity: 1
}

.swiper-container-wrapper .swiper-pagination-custom {
  position: relative;
  margin: 100px 0 20px;
  padding: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 225px;
  height: 72px;
  line-height: 30px;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/line.png) repeat-x
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active {
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/line-overlay.png) repeat-x
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  transition: .1s all ease-in-out;
  cursor: pointer;
  z-index: 1;
  font-weight: 700
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch .last-title {
  bottom: 0;
  position: absolute;
  color: #01569C;
  font-size: 18px;
  font-weight: 700
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  top: 36px;
  right: 0;
  left: -8px;
  width: 9px;
  height: 9px;
  background: #01569C;
  border-radius: 100%;
  content: "";
  transition: .1s all ease-in-out;
  transition-delay: 0;
  z-index: 1;
  margin: auto
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch .switch-title:before {
  content: '';
  width: 1px;
  display: block;
  position: absolute;
  height: 7px;
  background: #01569C;
  top: 44px;
  left: -8px;
  right: 0;
  margin: auto
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:before {
  background: #F57B1F
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active .switch-title,
.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active .last-title {
  font-weight: 400;
  color: #F57B1F;
  font-weight: bold
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: #F57B1F;
  width: 9px;
  height: 9px;
  top: 36px;
  left: -8px;
  right: 0;
  margin: auto
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
  color: #01569C;
  font-size: 18px;
  font-weight: 700
}

.swiper-container-wrapper .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
  background: #01569C
}


.full-bg {
  padding-bottom: 40px;
}

/*slider 4*/
.pm-detials-slider {
  display: flex;
  height: 80px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 40px;
}

.pm-detials-slider::-webkit-scrollbar {
  display: none;
}

.pm-detials-slider .swiper-pagination-box.active {
  color: #F57B1F;
}

.pm-detials-slider .swiper-pagination-box {
  min-width: 120px;
  width: 100%;
  position: relative;
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/pm-nav-bg.png) repeat-x;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
}

.pm-detials-slider .swiper-pagination-box .box-title {
  display: block;
  right: 0;
  margin: auto;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pm-detials-slider .swiper-pagination-box .last-title {
  display: block;
  right: 0;
  margin: auto;
  left: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper3 .swiper-slide .pm-details {
  display: flex;
  margin-top: 5px;
  min-height: 350px;
}

.mySwiper3 .swiper-slide .pm-details li {
  width: 33.3%;
}

.mySwiper3 .swiper-slide .pm-details li:nth-child(2) {
  display: flex;
  justify-content: center;
}

.mySwiper3 .swiper-slide .pm-details li:first-child {
  padding-left: 100px;
}

.mySwiper3 .swiper-slide .pm-details li:last-child {
  padding-right: 100px;
}

.mySwiper3 .swiper-slide .pm-details .pm-img img {
  max-width: 300px;
  border-radius: 10px;
}

.mySwiper3 .swiper-slide .pm-details li .heading-three {
  color: #F57B1F;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: bold;
}

.mySwiper3 .swiper-slide .pm-details li .pm-works {
  padding-right: 20px;
}

.mySwiper3 .swiper-slide .pm-details li .pm-current-name {
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
  display: block;
}

.mySwiper3 .swiper-slide .pm-details li .year {
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 35px;
}


.pm-detials-slider .swiper-pagination-box {
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/pm-nav-bg.png) repeat-x;
  background-position: -131px 13px;
  font-size: 12px;
  height: 80px;
  display: inline-block;
  width: 100%;
  /* margin-left: -5px; */
}

.pm-detials-slider .swiper-pagination-box.active {
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/pm-nav-bg-active.png) repeat-x;
  background-position: -239px 14px;
  background-size: 100%;
}

.slider-three {
  padding-top: 110px;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper3 .swiper-button-next {
  left: 93%;
}

.swiper3 .swiper-button-prev {
  right: 93%;
}

ul.pm-detials-slider {
  display: flex;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
  align-items: center;
  justify-content: flex-start;
}

.pm-detials-slider .swiper-pagination-box.active .box-title,
.pm-detials-slider .swiper-pagination-box.active .last-title {
  font-weight: 600;
}

.pm-detials-slider .swiper-pagination-box .last-title {
  bottom: 5px;
}

/*freedom fighter slider*/
.freedomfighterslider {
  padding-bottom: 40px;
  position: relative;
  background: #fff;
  padding-top: 1px;
}

.freedomfighterslider:before {
  content: '';
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/chakr.png) no-repeat;
  height: 300px;
  width: 290px;
  position: absolute;
  right: 70px;
  bottom: 219px;
  background-size: 100%;
  overflow: hidden;
  -webkit-animation: rotating 60s linear infinite;
  -moz-animation: rotating 60s linear infinite;
  -ms-animation: rotating 60s linear infinite;
  -o-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite;
}

.freedomfightersliderbox {
  position: relative;
  margin-bottom: 20px;
}

.freedomfighterslider .swiper-container {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.freedomfighterslider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  width: 18%;
  transform: scale(0.9);
}

.freedomfighterslider .swiper-slide:hover {
  cursor: default;
}

.freedomfighterslider .swiper-slide-active {
  transform: scale(1);
}

.freedomfighterslider .swiper-slide figure {
  position: relative;
}

.freedomfighterslider .swiper-slide figure img {
  width: 100%;
  height: auto;
}

.freedomfighterslider .swiper-slide figure:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99.5%;
  background: rgba(0, 0, 0, 0.5);
}

.freedomfighterslider .swiper-slide-active figure:before {
  content: none;
}

.freedomfighterslider .swiper-button-next,
.freedomfighterslider .swiper-button-prev {
  margin: 0;
  top: 50%;
}

.freedomfighterslider .swiper-button-next {
  right: 0;
  left: initial;
}

.freedomfighterslider .swiper-button-prev {
  left: 0;
}

.fighter-name {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 78%;
  width: 100%;
}

.freedomfighterslider .swiper-slide-active .fighter-name {
  color: #F57B1F;
}

.fighter-contentinfo {
  max-width: 1000px;
  margin: auto;
}

.fighter-contentinfo p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.fighter-quote-box {
  margin: 0 auto;
  max-width: 844px;
}

.fighter-quote-box span {
  display: block;
  font-size: 40px;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  color: #01569C;
}

.fighter-quote-box span:before,
.fighter-quote-box span:after {
  display: block;
  content: '';
  width: 100%;
  height: 48px;
}

.fighter-quote-box span:before {
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/quote-saffron.svg) no-repeat;
}

.fighter-quote-box span:after {
  background: url(/wp-content/themes/ie-network-theme/assets/src/img/independence-day/quote-green.svg) no-repeat;
}

.fighter-author-name {
  display: block;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  color: #F57B1F;
  position: relative;
  top: -25px;
}

/*article list*/
.article-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.article-list li {
  max-width: 350px;
  transition: transform .9s ease;
}

.article-list li:hover {
  transform: translateY(-10px);
}

.article-list li img {
  width: 100%;
  border-radius: 15px;
  height: 196px;
}

.article-list li a {
  color: #000;
  text-decoration: none;
}

.article-list li p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0;
}

.footer {
  font-size: 14px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  background: #fff;
}

.footer:before {
  content: '';
  width: 100%;
  height: 30px;
  background: #FF671F;
  display: block;
}

.footer:after {
  content: '';
  width: 100%;
  height: 30px;
  background: #046A38;
  display: block;
}

.footer span {
  display: block;
  height: 30px;
  line-height: 30px;
}

/*lightbox*/
.gallery-lighbox {
  max-width: 1200px;
  box-shadow: 13px 13px 9px #0030513D;
  border-radius: 44px;
  margin: auto;
  background: #fff;
  margin: 60px auto 0;
  padding: 40px;
}

.gallery-lighbox ul li {
  display: flex;
  gap: 10px;
  margin: 10px;
}

.gallery-lighbox ul li .single-row {
  width: 20%;
  height: 198px;
}

.gallery-lighbox ul li .gallery-heading {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.gallery-lighbox ul li .single-row img {
  width: 100%;
  max-height: 198px;
  transition: transform .5s ease;
}

.gallery-lighbox ul li .dubble-row {
  width: 20%;
  display: flex;
  gap: 10px 0;
  flex-direction: column;
  max-width: 216px;
}

.gallery-lighbox ul li .dubble-row img {
  max-height: 94px;
  width: 100%;
  transition: transform .5s ease;
}

.gallery-lighbox ul li .single-row img:hover,
.gallery-lighbox ul li .dubble-row img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.gallery {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.gallery img {
  cursor: pointer;
  width: 100px;
  height: auto;
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  align-items: center;
  justify-content: center;
}

.gallery-lighbox+.container h3.heading-one {
  margin-bottom: 0;
  margin-top: 60px;
}

.lightbox-content {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: auto;
  display: block
}

.caption {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  line-height: 22px;
  margin-top: 10px
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #f1f1f1;
  font-weight: 700;
  font-size: 18px;
  transition: .6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px
}

.prev {
  left: 0
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8)
}

/*animation rotating*/
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 60s linear infinite;
  -moz-animation: rotating 60s linear infinite;
  -ms-animation: rotating 60s linear infinite;
  -o-animation: rotating 60s linear infinite;
  animation: rotating 60s linear infinite;
}

/*animation slide left*/
@keyframes slide-left {
  0% {
    transform: translateX(-70%);
  }

  to {
    transform: translateX(0px);
  }
}

.slideleft {
  animation: slide-left 1.5s ease forwards;
}

/*slider right*/
@keyframes slide-right {
  0% {
    transform: translateX(30%);
  }

  to {
    transform: translateX(0%);
  }
}

.slideright {
  animation: slide-right 1.8s ease forwards;
}

/*kite animation*/
.kite {
  position: absolute;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #ff671f 0%, #ffffff 32%, #ffffff 60%, #046a38 100%);
  transform: rotate(45deg);
  top: 0;
  left: 0;
  bottom: 350px;
  margin: auto;
  animation: flying 5s ease-in-out infinite;
}

.kite:before,
.kite:after {
  content: '';
  position: absolute;
}

.kite:before {
  top: 50%;
  left: -20%;
  width: 141%;
  border-top: 1px solid #06038D;
  transform: rotate(45deg);
}

.kite:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top-left-radius: 100%;
  border-left: 1px solid #06038D;
  border-top: 1px solid #06038D;
}

.tail {
  position: relative;
  top: 16px;
  left: 13px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #06038D;
  transform: rotate(-45deg);
  overflow: hidden;
}


@keyframes flying {

  0%,
  100% {
    top: 0%;
    left: 0%;
  }

  25% {
    top: -20%;
    left: 1%;
  }

  50% {
    top: -15%;
    left: 10%;
  }

  75% {
    top: -10%;
    left: 5%;
  }
}

@keyframes flying-two {

  0%,
  100% {
    top: 0%;
    right: 5%;
  }

  25% {
    top: -20%;
    right: 1%;
  }

  50% {
    top: -15%;
    right: 10%;
  }

  75% {
    top: -10%;
    right: 5%;
  }
}

.kite-two {
  right: 82%;
  left: initial;
  animation: flying-two 5s ease-in-out infinite;
}


/*firworks*/
@keyframes firework {
  0% {
    transform: translate(var(--x), var(--initialY));
    width: var(--initialSize);
    opacity: 1;
  }

  50% {
    width: 0.5vmin;
    opacity: 1;
  }

  100% {
    width: var(--finalSize);
    opacity: 0;
  }
}

.firework,
.firework::before,
.firework::after {
  --initialSize: 0.5vmin;
  --finalSize: 45vmin;
  --particleSize: 0.2vmin;
  --color1: white;
  --color2: khaki;
  --color3: white;
  --color4: lime;
  --color5: gold;
  --color6: mediumseagreen;
  --y: -30vmin;
  --x: -50%;
  --initialY: 60vmin;
  content: "";
  animation: firework 2s infinite;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, var(--y));
  width: var(--initialSize);
  aspect-ratio: 1;
  background:
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,

    /* bottom right */
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,

    /* bottom left */
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,

    /* top left */
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,
    radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,
    radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,
    radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,
    radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,
    radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,

    /* top right */
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,
    radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;
  background-size: var(--initialSize) var(--initialSize);
  background-repeat: no-repeat;
}

.firework::before {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;

  transform: translate(-50%, -50%) rotate(40deg) scale(1.3) rotateY(40deg);
}

.firework::after {
  --x: -50%;
  --y: -50%;
  --initialY: -50%;
  /*   transform: translate(44vmin, -50%) rotate(170deg) scale(1.15) rotateY(-30deg); */
  transform: translate(-50%, -50%) rotate(170deg) scale(1.15) rotateY(-30deg);
  /*   animation: fireworkPseudo 2s infinite; */
}

.firework:nth-child(2) {
  --x: 30vmin;
}

.firework:nth-child(2),
.firework:nth-child(2)::before,
.firework:nth-child(2)::after {
  --color1: orange;
  --color2: #eebf82;
  --color3: orange;
  --color4: #ffe60d;
  --color5: #06cfeb;
  --color6: lavender;
  --finalSize: 40vmin;
  left: 30%;
  top: 50%;
  animation-delay: -0.25s;
}

.firework:nth-child(3) {
  --x: -30vmin;
  --y: -50vmin;
}

.firework:nth-child(3),
.firework:nth-child(3)::before,
.firework:nth-child(3)::after {
  --color1: green;
  --color2: lightcyan;
  --color3: lightblue;
  --color4: PaleTurquoise;
  --color5: SkyBlue;
  --color6: lavender;
  --finalSize: 35vmin;
  left: 70%;
  top: 60%;
  animation-delay: -0.4s;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  font-style: normal;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gradient-text {
  background: linear-gradient(to right, #CF7D0B 26%, #1B7AFF 50%, #0F9303 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 52px;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  line-height: 70px;
  text-shadow: 4px 4px 2px rgb(240 240 240 / 30%)
}
.running-chakr{position: absolute;overflow:hidden;height: 300px;width: 152px;right: 0;bottom: 0;top: 555px;background-size: 100%;}
.running-chakr:after{
  content:'';
  background:url('/wp-content/themes/ie-network-theme/assets/src/img/independence-day/chakr.png') no-repeat;
  height: 300px;
  width: 290px;
  position:absolute;
  right: -145px;
  top: 0px;
  background-size: 100%;
  overflow: hidden;
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
  }