﻿@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?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&display=swap');
*/
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&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&display=swap");
* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body, html {
  overflow-x: hidden;
  width: 100%;
}

.main {
  /*    background-image: url('../images/newFiles/Asset 9.jpg');*/
  background-image: url("../images/newFiles/NRAI Bg.png");
  background-position: top bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-main {
  background-color: #e9bf83;
  position: fixed;
  right: 0px;
  left: 0px;
  z-index: 50;
}

.serving {
  font-size: clamp(40px, 4vw, 5rem);
  font-weight: bolder;
  text-align: center;
  color: white;
}

.header-main.sticky {
  background-color: #e9bf83;
  box-shadow: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: unset;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  animation: unset !important;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

.logo_sec.sticky {
  background-color: white;
  box-shadow: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: unset;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  animation: unset !important;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  padding: 10px;
}
.logo_sec.sticky img {
  max-width: 80px !important;
}

.header-main.sticky {
  padding: 20px 0px !important;
}
.header-main.sticky .venue, .header-main.sticky .blinker, .header-main.sticky .logo_sec, .header-main.sticky .logotop {
  display: none !important;
}

@media (max-width: 992px) {
  .header-main.sticky {
    padding: 0px !important;
  }
  .header-main.sticky .venue, .header-main.sticky .blinker {
    display: none !important;
  }
  .header-main.sticky .logo_sec {
    display: block !important;
    padding: 0px;
  }
  .header-main.sticky .logo_sec img {
    max-width: 100px !important;
  }
  .header-main.sticky .navcont {
    display: none !important;
  }
}
@keyframes header-animation {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.logo-div .logo {
  width: auto;
  height: 150px;
}

.E-box .image_box {
  border: 6px solid #e18914;
}

.image_box img {
  width: 100%;
}

.nav a,
.navbar-nav .nav-link {
  color: black !important;
  font-size: 16px;
  font-size: clamp(16px, 1.2vw, 2rem);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 15px;
}

.event-day h2 {
  background-color: red;
  border-radius: 100vmax;
  color: white;
  width: 100%;
  max-width: 250px;
}

#countdown {
  text-align: center;
}

.countdown-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1c4b9c;
}

.countdown-timer {
  font-size: 16px;
  color: white;
}

.countdown-section {
  display: inline-block;
  margin: 0 10px;
}

.countdown-location span,
.countdown-location i {
  color: white;
  font-size: 16px;
}

.countdown-location {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.countdown-section {
  font-weight: bold;
  background: white !important;
  border-radius: 5px;
  padding: 15px;
}

.countdown-section p {
  font-size: 16px;
  color: black !important;
  margin-bottom: 0px;
  font-weight: 400;
}

.countdown-location span {
  font-size: 18px;
  color: black !important;
  font-weight: 400;
}

.home {
  position: relative;
  padding: 0;
}

.home .slide {
  display: flex;
  /*    min-height: 80vh;*/
  /*    background-repeat: no-repeat;
  background-image: url('../images/bg-2.jpeg');*/
  background-size: cover;
  background-position: center;
}

.home .slide .content h1 {
  font-palette: #1c4b9c;
  display: block;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 3rem); /* Min 1rem, Max 2rem, scales with viewport */
  text-transform: uppercase;
  color: #1c4b9c;
  /*    text-shadow: 5px 6px 14px rgb(217 103 5);*/
}

.when span {
  color: #1c4b9c !important;
  font-size: clamp(1rem, 1.6vw, 2rem) !important; /* Min 1rem, Max 2rem, scales with viewport */
  font-weight: bold;
  /* text-shadow: 5px 6px 7px rgb(217 103 5);*/
}

.when i {
  color: #1c4b9c !important;
  border: none !important;
  font-size: clamp(1rem, 1.8vw, 2rem) !important;
}

.home .slide .content h3 {
  color: black;
  font-size: 1rem;
  line-height: 25px;
  text-align: justify;
}

.logo {
  width: auto;
  height: 100px;
}

.idli, .wadde {
  position: absolute;
  bottom: -138px;
  max-width: 250px;
}

.idli {
  left: -28px;
  top: -101px;
  max-width: 200px;
}

.wadde {
  right: -46px;
}

.navbar-toggler {
  background: transparent;
  border: none;
  outline: none;
  color: black;
  font-size: 24px;
  cursor: pointer;
  margin-top: 15px;
}

.navbar-toggler .fa {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.navbar-toggler.spin .fa {
  transform: rotate(90deg);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}
.grid .card {
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.grid .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.grid .card i {
  font-size: 3rem;
  color: #002f5f;
  margin-bottom: 15px;
}
.grid .card p {
  font-size: 1rem;
  color: #333;
  margin: 0;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 1000;
}

.sidebar .nav-link {
  padding: 10px 15px;
  font-size: 18px;
}

.sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  background: none;
  border: none;
  color: black;
  cursor: pointer;
}

.sidebar.show {
  width: 250px;
}

.backgraound-blue .seven h1 {
  color: #1d4d99;
  font-weight: bold;
  text-align: center;
  text-align: center;
  font-size: 50px;
}

.background-white .seven h1 {
  color: #1d4d99;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}

.backgraound-blue {
  /* min-height: 50vh;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*background-image: url('../images/Sprinkle (1).jpg');*/
}

.background-white {
  /*background-image: radial-gradient(#1A8FE5 1px, transparent 1px), radial-gradient(#1A8FE5 1px, transparent 1px);
  background-size: 49px 49px;
  background-position: 0 0, 24.5px 24.5px;
  background-color: #FFFFFF*/
}

.about img {
  width: 100%;
}

.when span {
  font-size: 18px;
}

.when .date {
  font-weight: bold;
  color: red;
}

.about p {
  font-size: 16px;
}

.when b {
  font-size: 18px;
}

.when .abouticon {
  color: #1c4b9c;
  font-size: 25px;
}

.about .img {
  /*background: rgb(132, 125, 254);
  background: linear-gradient(90deg, rgba(132,125,254,1) 0%, rgba(59,47,255,1) 35%, rgba(232,7,255,1) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  overflow: hidden;*/
}

.about .img img {
  /*border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
}

/*// Icons
.icons {
    border: solid 2px $white-color;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.icons img {
    height: 50px;
    width: auto;
}

.icons .text {
    text-align: center;
    color: $white-color;
}

.icon-main .row {
    justify-content: space-between;
    gap: 20px;
}

.icon-main .text,
.icon-main i {
    color: $white-color;
}*/
.card-body h5 {
  color: #004085;
}

.card-body p {
  color: black;
}

.card img {
  height: 200px;
  object-fit: cover;
}

.card {
  background-color: rgba(255, 255, 255, 0.8);
}

.owl-carousel .item {
  margin: 10px;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.owl-prev {
  left: 50px;
}

.owl-next {
  right: 50px;
}

.four_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}
.four_box .element {
  background: white;
  border-radius: 20px;
  padding: 20px;
}
.four_box .element i {
  margin-bottom: 15px;
}
.four_box .element .number-percentage-wraper {
  font-size: 18px;
  font-weight: bold;
}

.four_box i {
  color: #004085;
  margin-bottom: 10px;
  display: inline-block;
}

.whats-new {
  border-top: 10px dotted #fdd307;
}

.content ul {
  list-style-type: none;
  padding: 0;
}

.content li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.content li::before {
  content: "➤";
  color: #004085;
  position: absolute;
  left: 0;
}

.content h4 {
  color: #e18914;
}

.background-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: -1;
}

/*banner css */
.banner-past-speaker {
  width: 100%;
  min-height: 25vh;
  background: #ffe386;
  /* background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://nrai.org/Files/ConferencePhotoGallery/SSP_38476896.JPG');*/
  background-size: cover;
  background-position: center;
  display: grid;
  place-content: center;
  background-color: #e3b169;
}

.banner-previous-edition {
  width: 100%;
  min-height: 25vh;
  /*  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://nrai.org/Files/ConferencePhotoGallery/SSP_38476896.JPG');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  place-content: center;
  background-color: #e3b169;
}

.banner-header {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  color: black;
}

.banner-header img {
  width: 100%;
  height: 45vh;
}

.banner-header h1 {
  color: black;
  font-size: clamp(2rem, 3vw, 2.5rem) !important;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.img-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f0f0f0;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speakers-section h5 {
  font-weight: bold;
  color: white;
}

.speakers-section p {
  font-size: 0.9rem;
  color: white;
}

/* edition css */
.edition .heading, .past-speaker .heading {
  color: #e18914;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* four icons css*/
.stats-container {
  background-color: white;
  border: 3px solid #e18914;
  font-family: "Inter", serif;
  /* border-radius: 8px; */
  border: 10px solid transparent;
  /*border-image: url('../images/shape.jpg') 30 repeat;*/
}
.stats-container > div {
  margin: auto !important;
}

.stats-container p {
  font-weight: bold;
}

.stat-icon, .card-body i {
  font-size: 50px;
  color: #e18914;
  margin-bottom: 10px;
  display: inline-block;
}

h3 {
  color: #004085;
  font-weight: bold;
}
h3 span {
  font-weight: bold;
}
h3 p {
  font-weight: bold;
}

.vl {
  border-left: 3px solid #e18914;
  height: 150px;
}

/*key topics icons */
.card {
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-10px);
}

/*another circle icons */
.circle {
  border: 6px dotted #e18914;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circle-row {
  justify-content: space-evenly;
}

.circle i {
  color: #e18914;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

.circle-div p {
  font-size: 1.2em;
  color: black;
}

.lists {
  gap: 20px;
  justify-content: center;
}

.lists img {
  height: 400px;
  width: auto;
}

.content2 ul {
  list-style-type: none;
  padding: 0;
}

.content2 li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  color: white;
  font-size: 22px;
}

.content2 li::before {
  content: "➤";
  color: white;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .four_box {
    display: block;
  }
  footer .container {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 15px;
  }
  .logo-div .logo {
    padding-left: 35%;
  }
}
.tree1, .tree2 {
  position: absolute;
  bottom: -48px;
  max-width: 670px;
}

.tree1 {
  left: 15px;
}

.tree2 {
  right: 15px;
}

.shirt1, .shirt2 {
  position: absolute;
  bottom: 0;
  max-width: 130px;
}

.shirt2 {
  right: 0;
}

@media (max-width: 992px) {
  .tree1 {
    left: -390px;
  }
  .tree2 {
    right: -390px;
  }
}
.india_gate, .red_fort {
  position: absolute;
  bottom: 0;
  max-width: 130px;
}

.red_fort {
  right: 10px;
  max-width: 250px;
}

.main i {
  /*   border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
     color: white !important;
     background: #1c4b9c !important;
     padding: 20px;
     border: 5px solid #f1bb35;*/
}

.why_join {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  text-align: center;
}

.why_join > div {
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border-bottom: 8px solid #edb12e;
}

.why_join > div h3 {
  font-size: 18px;
  font-weight: bold;
  padding-block: 15px;
}

.why_join p {
  text-align: center;
  color: #676767;
  font-size: 15px;
}

h1 {
  position: relative;
}

/* === HEADING STYLE #1 === */
.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: clamp(30px, 2.5vw, 5rem);
  margin-bottom: 40px !important;
  padding-bottom: 0px !important;
  color: white;
}

.one h1:before {
  width: 100%;
  max-width: 300px;
  height: 8px;
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -14px;
  transform: translateX(-50%);
}

/*
.one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #edb12e;
}*/
.register_btn {
  position: relative;
  width: 100%;
  max-width: 150px;
  height: 45px;
  display: block;
  /* &::before {
      content: "";
      background-color: black;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 5px;
      left: -4px;

  }*/
}
.register_btn span {
  background-color: #f03541;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: white;
  font-weight: bold;
  border-radius: 100vmax;
}

.blinker {
  animation: flash 1s infinite;
  color: red;
  font-weight: bold;
  font-size: 1.2rem;
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

footer {
  background-color: #1d4d99;
  /* background-image: linear-gradient(16deg, rgba(0, 0, 0,0.7), rgba(0, 0, 0,0.7)), url("../Food_Delivery_Images/India's Monument.png");*/
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
footer i {
  font-size: 20px;
  color: white;
}
footer p {
  color: white;
}

.icons-container i {
  border-radius: 0px !important;
}

.why_join i {
  background: none !important;
  border: none;
  color: #edb12e !important;
  font-size: 50px;
}

.register {
  /* background: linear-gradient(16deg, rgb(244, 68, 68) 0%, rgb(155, 36, 28) 50%, rgb(121, 31, 21) 73%, rgb(40, 20, 2) 100%);*/
  color: white;
  text-align: center;
  max-width: 300px;
  font-weight: bold;
  border-radius: 10px;
  padding: 8px 20px;
  background-color: #eaa521;
}

.topani {
  position: relative;
  /* To hide the biker when it moves out of view */
}

.biker {
  position: absolute;
  top: -95px;
  z-index: 5;
  width: 120px;
  animation: bikeani 10s linear infinite; /* Adjusted animation speed */
}

@keyframes bikeani {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
/*.register{
    animation:reg2ani  0.8s linear infinite;
}

@keyframes reg2ani{
    0%{
       background:red;
    }

    100% {
        background: #800000;
    }
}*/
.backgraound-blue h1 {
  color: white;
}

.backgraound-blue p.text-center {
  font-weight: bold;
  padding-bottom: 15px;
}

.sidebar a {
  color: #1c4b9c !important;
}

.icons-cont {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-cont h3 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  font-family: "Aptos-Serif-Bold";
}
.icons-cont i {
  display: none;
}
.icons-cont p {
  color: white;
  font-size: clamp(1rem, 1.4vw, 2rem); /* Min 1rem, Max 2rem, scales with viewport */
}

.icons-container div {
  /*   display: grid;*/
  place-content: center;
}

@media (max-width: 992px) {
  .home1 {
    top: -100px !important;
    left: -160px !important;
  }
  .home2 {
    top: -100px !important;
    right: -80px !important;
  }
  .home5 {
    left: -160px !important;
  }
  .home6 {
    right: -90px !important;
  }
  .top1 {
    max-width: 150px !important;
    top: 0px !important;
  }
  .top2 {
    max-width: 150px !important;
    top: 0px !important;
  }
}
@media (max-width: 992px) {
  .top1 {
    max-width: 100px !important;
    top: -4px !important;
    left: -31px !important;
  }
  .top2 {
    max-width: 100px !important;
    top: -7px;
    right: -19px !important;
  }
  .venue h5 {
    font-size: 16px;
  }
}
.attendee-section {
  background-color: #004080; /* deep blue */
  color: white;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

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

.title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .home1 {
    top: -100px !important;
    left: -112px !important;
    max-width: 161px !important;
  }
  .home2 {
    top: -96px !important;
    right: -59px !important;
    max-width: 96px !important;
  }
  .home4 {
    max-width: 170px !important;
  }
  .home5 {
    left: -160px !important;
    max-width: 204px !important;
  }
  .home6 {
    max-width: 113px !important;
    right: -75px !important;
  }
  .home3 {
    max-width: 143px !important;
  }
  .logo_sec img {
    max-width: 120px !important;
  }
  video {
    height: 55vh !important;
  }
  .venuemob h5 {
    font-size: 12px;
  }
}
