@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 0.4s linear;
}

body {
  font-family: "Poppins", sans-serif;
}

:root {
  /* FONT-SIZES */
  --font-72: 72px;
  --font-48: 48px;
  --font-18: 18px;
  --font-36: 36px;
  --font-24: 24px;
  /* COLORS */
  --color-main: #ec0010;
  --bg-color--yellow: #F4E803;
  --color-secondary: #f4e803;
  --main-linear-gradient: linear-gradient(180deg, #ec0010 0%, #740008 100%);
  --secondary-linear-gradient: linear-gradient(180deg,
      #f4e803 0%,
      #f4a003 69.27%);
  --color-black: #000000;
}

@media (max-width: 1600px) {
  :root {
    --font-72: 60px;
    --font-48: 35px;
    --font-18: 18px;
    --font-36: 30px;
    --font-24: 20px;
  }
}

@media (max-width: 1200px) {
  :root {
    --font-72: 60px !important;
    --font-48: 35px;
    --font-18: 18px;
    --font-36: 30px;
    --font-24: 20px;
  }
}

@media (max-width: 768px) {
  :root {
    --font-72: 45px !important;
    --font-48: 30px;
    --font-18: 16px;
    --font-36: 25px;
    --font-24: 18px;
  }
}

@media (max-width: 576px) {
  :root {
    --font-72: 45px;
    --font-48: 30px;
    --font-18: 16px;
    --font-36: 25px;
    --font-24: 18px;
  }
}

@media (max-width: 576px) {
  :root {
    /* FONT-SIZES */
    --font-72: 30px !important;
    --font-48: 48px;
    --font-18: 18px;
    --font-36: 36px;
    --font-24: 18px !important;
  }
}

/*====================== FONT SIZE CLASS====================== */
.font-18 {
  font-size: var(--font-18) !important;
}

.font-72 {
  font-size: var(--font-72) !important;
}

.font-24 {
  font-size: var(--font-24) !important;
}

.font-36 {
  font-size: var(--font-36) !important;
}

.font-48 {
  font-size: var(--font-48) !important;
}


/* ====================== FONT WEIGHT====================== */
.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.h-100vh {
  height: 100vh;
}

body {
  background-color: var(--color-black);
}

.social-icon svg path:hover {
  fill: red;
}

.main-heading {
  font-size: var(--font-72);
  font-weight: 700;
  line-height: 120%;
  color: white;
}

.hero-bg-img {
  background-image: url(../image/background.png) !important;
  background: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-para {
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-24);
  line-height: 180%;
  color: rgba(255, 255, 255, 0.7);
}

.main-color {
  color: var(--color-main);
}

.button {
  background: var(--main-linear-gradient);
  padding: 30px 72px;
  font-size: var(--font-18);
  color: white;
  border-radius: 24px;
  border: none;
}

.button:hover {
  background: linear-gradient(180deg, #ff0111 0%, #c70310 100%);
  box-shadow: 2px 2px 0px #cecdbe;
}

.nav-link {
  padding: 0 !important;
  color: white !important;
  font-weight: 400;
}

.hero-section-img {
  position: absolute;
  bottom: 0px;
  right: -120px;
}

.hero-bg-img .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='yellow' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-bg-img .navbar-toggler {
  border: none;
  box-shadow: none;
}

svg.hero-links:hover path {
  stroke: var(--color-main);
  fill: var(--color-secondary);
}

.z-index-1 {
  z-index: 1;
}

.new-hero {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.blue-fire {
  opacity: 0.23;
}

.active {
  font-weight: 600 !important;
}

.hero-links:hover path {
  fill: var(--color-main) !important;
}

.box-shadow {
  box-shadow: 2px 2px 0px 0px #f4e803;
}

/* down page css start here  */

.navbar-collapse {
  flex-grow: 0 !important;
}

.header-btn {
  box-shadow: 2px 2px 0px 0px #F4E803;
  background: linear-gradient(180deg, #EC0010 0%, #740008 100%);

}

.hero-bg-image {
  background-size: cover;
  width: 100%;
  height: 1081px;
  background-image: url(../image/image\ 1.png)
}

.hero-img {
  position: absolute;
  right: 0;
  top: 134px;

}

.hero-h1 {
  max-width: 638px;
}

.hero-btn {
  box-shadow: 2px 2px 0px 0px #F4E803;
  background: linear-gradient(180deg, #EC0010 0%, #740008 100%);
}


.the-story {
  transform: translate(0, -40px);
  border-radius: 40px;
  background-image: url(../images/Rectangle\ 12\ \(1\).png);
  background-repeat: no-repeat;
}

.the-story {
  transform: translate(0, -80px);
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  backdrop-filter: blur(100px);
  border-radius: 40px;
}



.bg-color {
  background-color: var(--bg-color--black) !important;

}

.flower-side-img {
  position: absolute;
  top: 1156px;
}

.slick-next {
  right: 3px !important;
}


.midlle-para {
  line-height: 32px;
}

.time-bar {
  box-shadow: 0px 0px 52px 0px #F4E8039C;
  background-color: var(--bg-color--yellow);
  width: 50px;
  border-radius: 50px;
  border: 1px solid white;
  height: 47px;
}

.time-bar img {
  transform: translate(10px, 10px);
}

.li-dotted {
  width: 0px;
  border: dotted white !important;
  height: 212px;
}

.h-213 {
  height: 392px;
}

.h-350 {
  height: 350px;
}

.h-258 {
  height: 258px;
}

.h-406 {
  height: 406px;
}

.h-427 {
  height: 427px;
}

.mw-560 {
  max-width: 560px;
}

.footer-flower-left {
  position: absolute;
  left: 0;
}

.footer-flower-right {
  position: absolute;
  right: 68px;
  top: 404%;
}

.footer-right-flower {
  position: absolute;
  left: -311px;
  top: -166px;
}




@media (max-width:1898px) {
  ory .hero-h1 {
    max-width: 638px;
  }






  .footer-flower-right {
    display: none;
  }

  .footer-accordion-right-img {
    display: none;
  }

  .footer-accordion-left-img {
    display: none;
  }

  .footer-right-flower {
    display: none;
  }

  .footer-flower-left {
    display: none;
  }
}



@media (max-width:1450px) {
  :root {
    --font-18: 15px !important;
    --font-24: 17px !important;
    --font-36: 28px !important;
    --font-48: 30px !important;
    --font-72: 40px !important;
  }

  .hero-h1 {
    max-width: 366px;
  }


}

@media (max-width:1400px) {
  .the-story {
    width: 100%;
    border-radius: 40px;

  }

  .hero-img {
    top: 67px;
    width: 50%;
  }

  .hero-bg-image {
    background-size: cover;
    width: 100%;
    height: 768px;
  }


}

@media (max-width:1200px) {
  :root {
    --font-18: 14px !important;
    --font-24: 14px !important;
    --font-36: 28px !important;
    --font-48: 30px !important;
    --font-72: 30px !important;
  }

  .hero-section {
    flex-direction: column;
  }

  .hero-img {
    width: 39%;
    position: absolute;
    right: 24px;
    top: 50px;
  }

  .hero-bg-image {
    height: 100%;
  }

  .the-story {
    transform: translate(0, -30px);

  }



}

.slick-slider {
  width: 100% !important;

}

.slick-slide {
  padding: 40px 0;

}

.new .slick-slider img {
  width: 120% !important;
  transform: scale(.7);
  transition: .3s;
  /* filter: blur(3px); */

}

.new .slick-center img {
  transform: scale(1);
  filter: blur(0px);

}


@media (max-width:1024px) {
  .hero-section {
    flex-direction: column;
  }

  .hero-img {
    width: 45%;
    position: absolute;
    right: 0px;
    top: 92px;
  }

  .hero-bg-image {
    height: 100%;
  }

  .hero-h1 {
    max-width: 300px;
  }



  .flower-side-img {
    display: none;
  }

  .footer-img {
    flex-direction: column;
  }

}

@media (max-width:992px) {
  .hero-img {

    width: 53%;
    position: absolute;
    right: 0px;
    top: 120px;
  }



}

@media (max-width:768px) {
  .hero-img {
    transform: translate(4px, 103px);
    position: initial;
    width: 100% !important;
  }

  .hero-section {
    display: flex !important;
    justify-content: center !important;
  }

  .hero-text {
    flex-direction: column;
  }




  .h-406 {
    height: 312px;
  }

  .h-427 {
    height: 392px;
  }

  .overlay-1::after {
    width: 400px;
  }

  .overlay::after {
    width: 400px;
  }


}

@media (max-width:576px) {
  :root {
    --font-18: 15px !important;
    --font-24: 14px !important;
    --font-36: 28px !important;
    --font-48: 30px !important;
    --font-72: 30px !important;
  }

  .hero-h1 {
    max-width: 294px;
  }




  .mt-80 {
    margin-top: 80px;
  }

  .time-bar {
    transform: scale(0.8);
  }


  .overlay-1::after {
    width: 400px;
  }

  .overlay::after {
    width: 400px;
  }

  .new .slick-slider img {
    width: 100% !important;
  }
}

@media (max-width:450px) {
  :root {
    --font-18: 15px !important;
    --font-24: 14px !important;
    --font-36: 20px !important;
    --font-48: 30px !important;
    --font-72: 30px !important;
  }

  .hero-h1 {
    max-width: 290px;
  }



  .hero-img {
    transform: translate(4px, 88px);
    position: initial;
    width: 100% !important;
  }
}

@media (max-width:375px) {
  :root {
    --font-18: 12px !important;
    --font-24: 12px !important;
    --font-36: 18px !important;
    --font-48: 30px !important;
    --font-72: 30px !important;
  }

  .h-406 {
    height: 238px;
  }

  .h-427 {
    height: 392px;
  }

  .hero-h1 {
    max-width: 287px;
  }

  .hero-img {
    transform: translate(4px, 84px);
  }

  .width-100 {
    width: 100%;
  }
}

@media (max-width:320px) {
  :root {
    --font-18: 15px !important;
    --font-24: 11px !important;
    --font-36: 13px !important;
    --font-48: 30px !important;
    --font-72: 20px !important;
  }

  .hero-h1 {
    padding-top: 0px !important;
    max-width: 194px;
  }

  .hero-img {
    transform: translate(4px, 78px);
  }



  .h-213 {
    height: 217px;
  }

  .h-427 {
    height: 301px;
  }

  .hight-258 {
    height: 32px;
  }

  .overlay-1::after {
    width: 200px;
  }

  .overlay::after {
    width: 200px;
  }


}

.mw-786 {
  max-width: 786px !important;
}

.mh-44 {
  max-height: 44px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}


.right-bottom-circle {
  bottom: -50%;
  right: 0;
}

.bg-light-black {
  background: #151515;

}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button {
  padding: 25px 22px !important;
}

.accordian-heading {
  font-size: var(--font-18);
  font-weight: 600;
}

.accordian-text {
  font-size: var(--font-18);
  opacity: .7;
  font-weight: 400;
  color: white;
}

.bg-img-2 {
  background-image: url(../image/bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  position: relative;
}

.overlay-1 {
  position: relative;
}

.overlay::after {
  content: '';
  position: absolute;
  background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 92.04%);
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.overlay-1::after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 92.04%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
}


.navbar-collapse {
  flex-grow: 0 !important;
}

.header-btn {
  box-shadow: 2px 2px 0px 0px #F4E803;
  background: linear-gradient(180deg, #EC0010 0%, #740008 100%);

}

.hero-bg-image {
  background-size: cover;
  width: 100%;
  height: 1081px;
  background-image: url(../images/image\ 1.png)
}

.hero-btn {
  box-shadow: 2px 2px 0px 0px #F4E803;
  background: linear-gradient(180deg, #EC0010 0%, #740008 100%);
}


@media (min-width: 1200px) {
  .hero-bg-img {
    height: 100vh;
  }
}

@media (max-width: 1399.98px) {
  .hero-section-img {
    position: unset;
  }
}

@media (max-width: 1600px) {
  .new-hero {
    width: 564px;
  }

  .hero-section-img {
    right: 40px;
  }

  .main-heading {
    line-height: 100%;
  }

  .hero-img {
    width: 400px !important;
  }
}

@media (max-width: 1280px) {
  .new-hero {
    width: 500px;
  }
}

@media (max-width: 1199.98px) {
  .hero-section-img img {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .nav-link {
    padding: 0 !important;
    color: white !important;
    font-weight: 400;
    position: relative;
  }

  .hero-bg-img .nav-link::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 7px;
    border-radius: 5.5px;
    background: var(--color-secondary);
    bottom: -28px;
    left: 0;
    transition: all 0.1s ease-in-out;
  }

  .hero-bg-img .active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    border-radius: 5.5px;
    background: var(--color-secondary);
    bottom: -28px;
    left: 0;
    transition: all 0.1s ease-in-out;
  }

  .hero-bg-img .nav-link:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    border-radius: 5.5px;
    background: var(--color-secondary);
    bottom: -28px;
    left: 0;
  }
}

@media (max-width: 992px) {
  .hero-img {
    width: 400px !important;
  }
}

@media (max-width: 576px) {
  .main-heading {
    font-size: var(--font-36) !important;
  }



  .hero-links {
    width: 30px;
    height: 40px;
  }

  .hero-img {
    width: 100% !important;
  }
}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 68%;
  top: 100px;
  left: 50%;
  margin-left: -2px;
  border: 2px dotted #FFFFFF;
  z-index: -1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}


.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}



.timeline-article .meta-date {
  position: absolute;
  top: -50px;
  left: 45%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;

}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 992px) {

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: -25px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }


  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }

}

/*===== // Resonsive Vertical Timeline =====*/
