﻿@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*@font-face {*/
/*  font-family: 'Rocher';
  src: url(https://assets.codepen.io/9632/RocherColorGX.woff2);*/
/*}
@font-face {
    font-family: 'Aptos-Serif';
    src: url('../../css/ms-aptos-font/aptos-font/Aptos-Serif.ttf') format('truetype');
}

@font-face {
    font-family: 'Aptos-Serif-Bold';
    src: url('../../css/ms-aptos-font/aptos-font/Aptos-Serif-Bold.ttf') format('truetype');
}*/
* {
  font-family: "Inter", serif;
  font-style: normal;
}

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

.header-main {
  background: #265ab4;
}

.header-main.sticky {
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  animation: header-animation 0.5s linear;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  /*    background: #1c4b9cd1;*/
}

@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: white !important;
  font-size: 16px !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 15px;
}

/*
.navbar-nav .nav-link:hover {
    background-color: #f2bd36;
}*/
#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;
  border: 5px solid #1c4b9c;
  /*padding: 10px 15px;
  border-radius: 50px 0px 50px 0px;*/
  /*background: rgba( 255, 255, 255, 0.10 ) !important;*/
  /*box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 8px );
  -webkit-backdrop-filter: blur( 8px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );*/
}

.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: 5px;
}

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

.countdown-location span {
  font-size: 16px;
}

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

.home .slide {
  display: flex;
  min-height: 80vh;
  /*    background-repeat: no-repeat;
  background-image: url('../images/bg-2.jpeg');*/
  background-image: linear-gradient(45deg, white, white);
  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);
}

.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: white;
  font-weight: bold;
  text-align: center;
  text-align: center;
  font-size: 50px;
}

.background-white .seven h1 {
  color: #e18914;
  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-image: linear-gradient(45deg, #1c4b9c, #1c4b9c);
}

.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: 50vh;
  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;
}

.banner-previous-edition {
  width: 100%;
  min-height: 50vh;
  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;
}

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

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

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

/* 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;
}

.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: 25px;
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
}

.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #edb12e;
}

.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #edb12e;
}

footer {
  background-color: #1c4b9c;
  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 {
  min-height: 50vh;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../Food_Delivery_Images/counter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-cont h3 {
  color: #f1bf3d;
  font-size: 55px;
  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;
}
