@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins-Light.ttf') format('truetype'),
    url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Light.woff2') format('woff2'),
    url('../fonts/Raleway-Light.woff') format('woff'),
    url('../fonts/Raleway-Light.ttf') format('truetype'),
    url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Identica';
  src: url('../fonts/Identica-Regular.eot');
  src: url('../fonts/Identica-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Identica-Regular.woff2') format('woff2'),
    url('../fonts/Identica-Regular.woff') format('woff'),
    url('../fonts/Identica-Regular.ttf') format('truetype'),
    url('../fonts/Identica-Regular.svg#Identica-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agatho';
  src: url('../fonts/AgathoBold.eot');
  src: url('../fonts/AgathoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AgathoBold.woff2') format('woff2'),
    url('../fonts/AgathoBold.woff') format('woff'),
    url('../fonts/AgathoBold.ttf') format('truetype'),
    url('../fonts/AgathoBold.svg#AgathoBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme-color: #1b1464;
  --theme-blue: #39b4df;
  --theme-yellow: #fdda00;
  --theme-green: #85c44a;
  --theme-pink: #e80a89;
  --theme-orange: #f78f1d;
  --theme-font: 'Identica';
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

*,
::after,
::before {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.taxt-blue {
  color: var(--theme-blue);
}

.taxt-yellow {
  color: var(--theme-yellow);
}

.taxt-green {
  color: var(--theme-green);
}

.opacity-0 {
  opacity: 0 !important;
}

.object-fit-cover {
  object-fit: cover;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  font-family: var(--theme-font), sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

/* ===== Header Section ===== */
.main_header {
  background-color: #000000;
  position: relative;
  z-index: 9999;
  transition: all 0.3s ease;
}

.main_header {
  transition: transform 0.3s ease, top 0.3s ease;
}

.main_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
}

.main_header.sticky {
  transform: translateY(0);
}

.main_header.hide {
  transform: translateY(-100%);
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 282px;
}

.main_header .header_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px 0px;
}

.main_header .logo img {
  max-height: 120px;
}

.main_header .navbar-nav {
  gap: 2%;
  width: 100%;
  margin-left: auto;
  justify-content: flex-end;
}

.main_header .header_inner .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.main_header .header_inner .nav-link:hover,
.main_header .header_inner .nav-link.active {
  color: #26a9e0;
}

/* 
.btn_reg{
  background-color: #ffb947;
  color: #0b0f56;
  font-size: 30px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  line-height: 1;
  text-transform: uppercase;
}

.btn_reg:hover {
  background-color: #ffff37;
  color: #0b0f56;
} */

.registration_button {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.registration_button img {
  max-width: 75%;
  height: auto;
  transform: scale(0.98);
  transition: all 0.3s ease;
}

.registration_button:hover img {
  opacity: 1;
  transform: scale(0.9);
}


.header_bg {
  background: #0D0C64;
  background: -webkit-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(13, 12, 100, 1) 25%, rgba(12, 12, 96, 1) 50%, rgba(9, 9, 72, 1) 75%, rgba(5, 5, 42, 1) 100%);
  background: -moz-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(13, 12, 100, 1) 25%, rgba(12, 12, 96, 1) 50%, rgba(9, 9, 72, 1) 75%, rgba(5, 5, 42, 1) 100%);
  background: linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(13, 12, 100, 1) 25%, rgba(12, 12, 96, 1) 50%, rgba(9, 9, 72, 1) 75%, rgba(5, 5, 42, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D0C64", endColorstr="#05052A", GradientType=0);
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 10vw 0;
}


.header_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/header-left-bg.png") no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoom 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.header_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/header-right-bg.png") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomRight 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.header_text_left {
  font-size: 74px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 2px;
}

.header_text_right {
  font-size: 50px;
  line-height: 1.3;
  color: #ffff00;
  text-align: center;
}

.header_text_right span.eleven_size {
  font-size: 74px;
}

.header_text_right span.text-white {
  font-size: 36px;
}

.header_text_right .riemaginelogo {
  padding: 10px 0;
}

select.goog-te-combo {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 !important;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  text-transform: capitalize;
  white-space: nowrap;
  /* width: 250px;  */
  background: transparent;
  padding-left: 0 !important;
  border: 0;
  outline: none !important;
  font-family: var(--theme-font), sans-serif;
  text-align: center;
}

select.goog-te-combo option {
  color: #000000;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-gadget>span {
  display: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") !important;
  background-position: right .5rem center !important;
  background-repeat: no-repeat !important;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;

}

select {
  -webkit-appearance: none;
  appearance: none;
}

select:focus {
  border: 0px;
}

/* ======= Home Info Section ======== */
.home_info {
  background-color: #000000;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

@-webkit-keyframes mainzoomsmall {
  from {
    background-size: 15%;
  }

  to {
    background-size: 20%;
  }
}

@keyframes mainzoomsmall {
  from {
    background-size: 15%;
  }

  to {
    background-size: 20%;
  }
}

@-webkit-keyframes mainzoom {
  from {
    background-size: 25%;
  }

  to {
    background-size: 30%;
  }
}

@keyframes mainzoom {
  from {
    background-size: 25%;
  }

  to {
    background-size: 30%;
  }
}


@-webkit-keyframes mainzoomRight {
  from {
    background-size: 35%;
  }

  to {
    background-size: 30%;
  }
}

@keyframes mainzoomRight {
  from {
    background-size: 35%;
  }

  to {
    background-size: 30%;
  }
}

@-webkit-keyframes mainzoomfull {
  from {
    background-size: 120%;
  }

  to {
    background-size: 160%;
  }
}

@keyframes mainzoomfull {
  from {
    background-size: 120%;
  }

  to {
    background-size: 160%;
  }
}

.home_info_header {
  width: 100%;
}

.home_info_head h3 {
  font-size: 70px;
  line-height: 1.3;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px;
}

.home_info_head p {
  font-size: 28px;
  line-height: 1.7;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
}

/* ======== Legacy Info Section ======== */
.legacy_info {
  padding: 80px 0;
  background: #430021;
  background: -webkit-linear-gradient(90deg, rgba(67, 0, 33, 1) 0%, rgba(88, 0, 44, 1) 35%, rgba(88, 0, 44, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(67, 0, 33, 1) 0%, rgba(88, 0, 44, 1) 35%, rgba(88, 0, 44, 1) 100%);
  background: linear-gradient(90deg, rgba(67, 0, 33, 1) 0%, rgba(88, 0, 44, 1) 35%, rgba(88, 0, 44, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#430021", endColorstr="#58002C", GradientType=1);
  background-size: cover;
  position: relative;
  z-index: 1;
}


.legacy_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/legacy-left-bg.png") no-repeat 30% top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomRight 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.legacy_info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/legacy-right-bg.png") no-repeat right bottom;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomRight 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.legacy_info_inner {
  color: #fbd800;
  letter-spacing: 1px;
}

.legacy_info_inner h3 {
  font-size: 47px;
  font-weight: normal;
  margin-bottom: 20px;
}

.legacy_info_inner h5 {
  font-size: 54px;
  margin-top: 20px;
  line-height: 1.2;
}

.legacy_info_inner h5 span {
  font-size: 41px;
  line-height: 1.2;
  display: inline-block;
}

.legacy_loud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30%;
}

/* ======== Services Info Info Section ======== */
.services_info {
  padding: 10% 0;
  background: #2e0c4d url(https://cdn3.godcstatic.com/riemagine26/services-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.services_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/services-left-bg.png") no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.services_info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/services-right-bg.png") no-repeat right top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoom 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.service_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service_box img {
  padding-bottom: 15px;
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.service_box img:hover {
  filter: grayscale(0%);
  transform: scale(0.98);
}

.service_box .service_box_text {
  color: #ffffff;
  text-align: left;
  padding: 0 20px;
  display: inline-flex;
  flex-direction: column;
  width: 90%;
}

.img_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10% 9%;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  font-size: 50px;
  word-break: break-all;
}

.service_box .service_box_text h5 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #73cc00;
  padding: 20px 0;
  min-height: 116px;
}

.service_box .service_box_text p {
  margin-bottom: 10px;
  font-size: 28px;
}


/* ======== cancellation-policy Section ======== */
.schedule_part {
  width: 100%;
  position: relative;
}

.schedule_building {
  position: relative;
}

.schedule_building .schedule_date {
  text-align: center;
  position: absolute;
  top: 46%;
  z-index: 1;
  left: 31.1%;
  width: 37.8%;
  height: 54%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.schedule_building .schedule_date h3 {
  font-size: 2.9vw;
  font-weight: normal;
  color: #050572;
  margin-bottom: 15px;
  line-height: 1;
}

.schedule_building .schedule_date p {
  font-size: 2.6vw;
  font-weight: normal;
  color: #050572;
  margin-bottom: 0px;
  line-height: 1;
}

.schedule_building .schedule_date p span.number_sz {
  font-size: 3.7vw;
}

.schedule_table_bg {
  padding: 100px 0;
  background: #0D0C64;
  background: -webkit-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(11, 10, 84, 1) 50%, rgba(1, 1, 7, 1) 100%);
  background: -moz-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(11, 10, 84, 1) 50%, rgba(1, 1, 7, 1) 100%);
  background: linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(11, 10, 84, 1) 50%, rgba(1, 1, 7, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D0C64", endColorstr="#010107", GradientType=0);
}

.schedule_table ul {
  padding: 0;
}

.schedule_table ul li h5 {
  font-size: 37px;
  color: #ffffff;
  font-weight: normal;
}

.schedule_table ul li {
  font-size: 28px;
  color: #ffffff;
  padding: 40px 0;
  border-bottom: 1px solid #ffffff;
}

.schedule_table ul li:first-child {
  padding-top: 0;
}

.schedule_table ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* ======== Keynote_info Section ======== */
.keynote_info {
  background: #380F5D;
  background: -webkit-linear-gradient(230deg, rgba(56, 15, 93, 1) 0%, rgba(43, 12, 72, 1) 50%, rgba(4, 1, 7, 1) 100%);
  background: -moz-linear-gradient(230deg, rgba(56, 15, 93, 1) 0%, rgba(43, 12, 72, 1) 50%, rgba(4, 1, 7, 1) 100%);
  background: linear-gradient(230deg, rgba(56, 15, 93, 1) 0%, rgba(43, 12, 72, 1) 50%, rgba(4, 1, 7, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#380F5D", endColorstr="#040107", GradientType=0);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.keynote_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/keynote-left-bg.png") no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.keynote_info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/keynote-right-bg.png") no-repeat right top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.main_heading {
  font-size: 65px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 40px 0;
}

.main_heading span {
  font-size: 55px;
  text-transform: capitalize;
}

.keynote_box {
  text-align: center;
}

.keynote_box img {
  padding: 40px 0;
  width: 90%;
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.keynote_box img:hover {
  filter: grayscale(100%);
  transform: scale(1.02);
}

.keynote_box h5 {
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.keynote_box p {
  font-size: 20px;
}

.and_many_more {
  font-size: 50px;
  margin: 50px 0 0;
  text-transform: uppercase;
  display: inline-flex;
}

.and_many_more:hover {
  color: #fbd800;
}

.culture_info {
  background: #58002C;
  background: -webkit-linear-gradient(230deg, rgba(88, 0, 44, 1) 0%, rgba(84, 0, 42, 1) 50%, rgba(16, 0, 8, 1) 100%);
  background: -moz-linear-gradient(230deg, rgba(88, 0, 44, 1) 0%, rgba(84, 0, 42, 1) 50%, rgba(16, 0, 8, 1) 100%);
  background: linear-gradient(230deg, rgba(88, 0, 44, 1) 0%, rgba(84, 0, 42, 1) 50%, rgba(16, 0, 8, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#58002C", endColorstr="#100008", GradientType=0);
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.culture_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/culture-left-bg.png") no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.culture_info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/culture-right-bg.png") no-repeat right top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.culture_box {
  text-align: center;
}

.culture_box h5 {
  color: #fbd800;
  font-size: 30px;
}

.culture_box img {
  margin: 20px 0;
  max-width: 80%;
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.culture_box img:hover {
  filter: grayscale(100%);
  transform: scale(1.02);
}

/* ======== cancellation-policy Section ======== */
.cencelpolicyMain .folder_head {
  line-height: 1.4;
}

.cencelpolicyMain .folder_head i {
  font-weight: 400;
}

.cencelpolicycontent {
  padding-top: 30px;
}

.cencelpolicycontent h4 {
  font-size: 26px;
}

.cencelpolicycontent p {
  line-height: 1.6;
  /* text-align: justify; */
  /* padding: 20px 0; */
  margin: 0;
}

.cencelpolicycontent ol,
.cencelpolicycontent ul {
  padding-left: 15px;
}

.cencelpolicycontent ol li,
.cencelpolicycontent ul li {
  padding-bottom: 15px;
  /* text-align: justify; */
}

.cencelpolicycontent a:hover {
  color: var(--theme-yellow);
}

/* ======== cancellation-policy Section The End ======== */

.skiptranslate iframe {
  display: none !important;
}

body {
  top: 0px !important;
}


/* ======== Speaker_part Section ======== */
.speaker_part {
  background: #0D0C64;
  background: -webkit-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(10, 9, 77, 1) 50%, rgba(1, 1, 8, 1) 100%);
  background: -moz-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(10, 9, 77, 1) 50%, rgba(1, 1, 8, 1) 100%);
  background: linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(10, 9, 77, 1) 50%, rgba(1, 1, 8, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D0C64", endColorstr="#010108", GradientType=0);
  position: relative;
  z-index: 1;
  padding: 90px 0 40px;
}

.speaker_part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/speaker-left-bg.png") no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.speaker_part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/speaker-right-bg.png") no-repeat right top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.speaker_list {
  padding: 10px 0;
}

.speaker_list img {
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

.speaker_list img:hover {
  filter: grayscale(100%);
  transform: scale(1.02);
}

.speaker_list:first-child {
  padding-top: 0;
}

.speaker_list:last-child {
  padding-bottom: 0;
}

.speaker_part p {
  font-size: 33px;
  color: #fbd800;
  line-height: 1.3;
}

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

/* ======== Footer ======== */
.footer {
  background: #001d00;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 90px 0 160px;
  position: relative;
  z-index: 1;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn3.godcstatic.com/riemagine26/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  opacity: 1;
  animation: mainzoomfull 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}


.logo_footer {
  width: 261px;
}

.footer .footer_address {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.footer .footer_address address span {
  font-size: 24px;
}

.footer ul.footer_links {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.footer ul.footer_links li a:hover {
  color: var(--theme-yellow);
}

.footerBottomMenu {
  display: flex;
  justify-content: center;
  margin: 10px 0 0px;
  padding-left: 0;
}

.footerBottomMenu li {
  padding: 0 15px;
  position: relative;
}

.footerBottomMenu li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.footerBottomMenu li:first-child:after {
  color: #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}

.app_logo {
  width: 125px;
}

.app_logo:hover {
  opacity: 0.9;
}


/* =======  About Page CSS ======= */
.about_bg {
  background: #380F5D;
  background: -webkit-linear-gradient(230deg, rgba(56, 15, 93, 1) 0%, rgba(43, 12, 72, 1) 50%, rgba(4, 1, 7, 1) 100%);
  background: -moz-linear-gradient(230deg, rgba(56, 15, 93, 1) 0%, rgba(43, 12, 72, 1) 50%, rgba(4, 1, 7, 1) 100%);
  background: linear-gradient(230deg, rgba(56, 15, 93, 1) 0%, rgba(43, 12, 72, 1) 50%, rgba(4, 1, 7, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#380F5D", endColorstr="#040107", GradientType=0);
  position: relative;
  z-index: 1;
}


.about_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/about-left-bg.png") no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomsmall 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.about_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn3.godcstatic.com/riemagine26/about-right-bg.png") no-repeat right top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomRight 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.about_info {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}

.about_count {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.5;
}

.about_count .about_count_item p span {
  font-size: 46px;
}


.about_info h3 {
  font-size: 57px;
  color: #e6e323;
  margin-bottom: 25px;
}

.about_info p {
  margin-bottom: 30px;
}

.about_info strong {
  font-weight: 900;
}

.about_picture {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  text-align: center;
}

/* ======== FAQ Page ======== */
.faq-info h2 {
  font-weight: 900;
}

.accordion-item {
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
}

.accordion-item .accordion-button {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  align-items: flex-start;
}

.accordion-body,
.faq-info {
  font-size: 20px;
}

.accordion-item .accordion-button:focus {
  box-shadow: inherit !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button::after,
.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='%23ffffff'%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");
  background-size: 2rem !important;
  width: 2rem;
  height: 2rem;
}

.accordion_list {
  padding: 0;
  padding-left: 25px;
  list-style: disc;
}

.accordion_list li {
  list-style: disc;
  padding: 5px 0;
}

/* Accordion button default state */
.accordion-button {
  color: white;
  background-color: #0c63e4;
}

/* Accordion active/expanded state */
.accordion-button:not(.collapsed),
.accordion-button:focus,
.accordion-button:active {
  color: white;
  background-color: #0a53be;
  box-shadow: none;
}

/* Optional: remove default border radius and border if needed */
.accordion-item {
  border: none;
  background-color: transparent;
}

.faq-info a:hover {
  color: var(--theme-yellow);
}

.faq-info {
  font-weight: bold;
}

.faq-info strong {
  font-weight: 900;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}

.folder_head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.folder_head span {
  font-size: 35px;
  font-weight: 900;
  color: var(--theme-yellow);
  margin-bottom: 20px;
}

.modal_close_btn{
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #fff;
  padding: 6px;
  opacity: 1;
  border-radius: 50%;
  z-index: 10;
}

.modal {
  z-index: 99999;
}



@keyframes blinkEffect {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.9);
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s;
  width: 50px;
  animation: blinkEffect 1s infinite ease-in-out;
}

.whatsapp-float img{
  width: 100%;
}

/* =======  Responsive CSS ======= */

@media (max-width: 1599px) {
  .navbar-brand {
    max-width: 220px;
  }

  .main_header .header_inner .nav-link,
  select.goog-te-combo {
    font-size: 17px !important;
  }

  .header_bg {
    padding: 10vw 0;
  }

  .header_text_left {
    font-size: 3.7vw;
  }

  .header_text_right {
    font-size: 2.8vw;
  }

  .header_text_right span.eleven_size {
    font-size: 4.0vw;
  }


  .riemaginelogo {
    width: 60%;
  }

  .eopunelogo {
    width: 170px;
  }

  .home_info {
    padding: 50px 0;
  }

  .home_info_head h3 {
    font-size: 3.8vw;
  }

  .home_info_head p {
    font-size: 1.4vw;
    line-height: 1.5;
  }

  .legacy_info {
    padding: 60px 0;
  }

  .legacy_info_inner h3 {
    font-size: 2.6vw;
  }

  .legacy_info_inner h5 {
    font-size: 2.7vw;
  }

  .legacy_info_inner h5 span {
    font-size: 2.1vw;
  }

  .services_info {
    padding: 10% 0;
  }

  .service_box .service_box_text {
    padding: 0 0px;
  }

  .service_box .service_box_text h5 {
    font-size: 1.8vw;
    padding: 15px 0;
    min-height: 90px;
  }

  .service_box .service_box_text p {
    font-size: 1.5vw;
  }

  .schedule_table_bg {
    padding: 70px 0;
  }

  .schedule_table ul li {
    font-size: 1.5vw;
    line-height: 1.2;
  }

  .schedule_table ul li h5 {
    font-size: 2.1vw;
  }

  .main_heading {
    font-size: 3.0vw;
    padding: 20px 0;
  }

  .main_heading span {
    font-size: 3.3vw;
  }

  .keynote_info {
    padding: 50px 0;
  }

  .keynote_box h5 {
    font-size: 2.4vw;
  }

  .keynote_box p {
    font-size: 18px;
  }

  .and_many_more {
    font-size: 2.6vw;
    margin: 30px 0 0;
  }

  .culture_box h5 {
    font-size: 1.5vw;
  }

  .speaker_part p {
    font-size: 1.8vw;
  }

  .footer .footer_address,
  .footer ul.footer_links,
  .footerBottomMenu li a {
    font-size: 16px;
  }

  .footer {
    padding: 70px 0 130px;
  }

  .logo_footer {
    width: 220px;
  }

  .keynote_box img {
    padding-top: 20px;
  }

  .culture_info {
    padding: 50px 0;
  }

  .about_info h3 {
    font-size: 3.0vw;
  }

  .about_info {
    font-size: 1.15vw;
  }

  .about_count .about_count_item p span {
    font-size: 2.6vw;
  }

  .folder_head span {
    font-size: 32px;
  }

  .img_text {
    font-size: 2.7vw;
  }
}

@media (max-width: 1399px) {
  .main_heading {
    font-size: 3.5vw;
  }

  .and_many_more {
    margin: 20px 0 0;
  }

  .service_box .service_box_text h5 {
    min-height: 60px;
  }

  .eopunelogo {
    width: 150px;
  }
}

@media (max-width: 1200px) {
  .accordion-item .accordion-button {
    font-size: 20px;
  }

  .accordion-body,
  .faq-info {
    font-size: 16px;
  }

  .accordion_list {
    padding-left: 15px;
  }

  .cencelpolicycontent {
    padding-top: 0;
  }

  .culture_info {
    padding: 40px 0;
  }

}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 76%;
  }
}

@media (min-width:992px) and (max-width: 1400px) {
  @-webkit-keyframes mainzoomfull {
    from {
      background-size: 170%;
    }

    to {
      background-size: 220%;
    }
  }

  @keyframes mainzoomfull {
    from {
      background-size: 170%;
    }

    to {
      background-size: 220%;
    }
  }
}

@media (min-width:768px) and (max-width:991px) {
  @-webkit-keyframes mainzoomfull {
    from {
      background-size: 195%;
    }

    to {
      background-size: 220%;
    }
  }

  @keyframes mainzoomfull {
    from {
      background-size: 195%;
    }

    to {
      background-size: 220%;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .container,
  .container-md,
  .container-sm {
    max-width: calc(100% - 120px);
  }
}

/* @media (min-width: 576px) and (max-width: 767px) {

  .container,
  .container-sm {
    max-width: calc(100% - 50px);
  }
} */

@media (min-width: 992px) and (max-width: 1300px) {
  .main_header .container{
    max-width: 94%;
  }
}

@media (min-width: 0px) and (max-width: 575px) {

  .container,
  .container-sm {
    max-width: calc(100% - 25%);
  }

  .main_header .container,
  .main_header .container-sm {
    max-width: calc(100% - 10%);
  }

}

@media (max-width: 991px) {
  .navbar-brand {
    max-width: 180px;
  }

  .logo_footer {
    width: 160px;
  }

  .footer .footer_address {
    font-size: 12px;
  }

  .footer .footer_address address span {
    font-size: 17px;
  }

  .footer ul.footer_links {
    font-size: 12px;
  }

  .navbar-toggler,
  .navbar-toggler:focus {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .main_header .navbar-nav {
    gap: 5px;
    text-align: center;
    width: 100%;
    padding-top:10px;
    padding-bottom: 30px;
  }

  .about_info {
    font-size: 18px;
  }

  .about_info h3 {
    font-size: 4vw;
  }

  .about_count .about_count_item p span {
    font-size: 3.6vw;
  }

  .accordion-item .accordion-button {
    font-size: 16px;
  }

  .accordion-body,
  .faq-info {
    font-size: 13px;
  }

  .accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    background-size: 1.2rem !important;
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media (max-width: 767px) {


  .home_info {
    padding: 50px 0px;
  }

  .header_text_left {
    text-align: center;
    margin-top: 10vw;
  }

  .header_bg {
    padding: 15vw 0;
  }

  .home_info_head h3 {
    font-size: 6vw;
    margin-bottom: 30px;
  }

  .home_info_head p {
    font-size: 3.4vw;
  }

  .header_text_right {
    font-size: 4vw;
  }

  .header_text_right span.eleven_size {
    font-size: 5.8vw;
  }

  .header_text_right span.text-white {
    font-size: 4.4vw;
  }

  .home_info_head p {
    font-size: 3.5vw;
  }

  .hostedTitle {
    font-size: 30px;
  }

  .hostedTitle h2 {
    font-size: 40px;
  }

  .header_text_left {
    font-size: 5.0vw;
  }

  .riemaginelogo {
    width: 52%;
  }

  .legacy_info_inner h3 {
    font-size: 6vw;
  }

  .eopunelogo {
    width: 22%;
  }

  .main_header .header_inner .nav-link {
    font-size: 4vw;
  }

  .goog-te-gadget .goog-te-combo {
    font-size: 4vw !important;
  }

  .accordion-item .accordion-button,
  .accordion-body {
    font-size: 16px;
    padding: 0.5rem 0.5rem
  }

  .accordion-body,
  .faq-info {
    font-size: 13px;
  }

  .accordion_list {
    padding-left: 10px;
  }

  .cencelpolicycontent h4 {
    font-size: 18px;
  }

  .legacy_info_inner h5 {
    font-size: 5.5vw;
  }

  .legacy_info_inner h5 span {
    font-size: 4.2vw;
  }

  .legacy_info {
    padding-bottom: 30vw;
  }

  .legacy_loud {
    padding-left: 0;
    align-items: flex-end;
    left: -7%;
    padding-bottom: 5vw;
  }

  .service_box .service_box_text h5 {
    min-height: auto;
    font-size: 6vw;
  }

  .service_box .service_box_text p {
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .schedule_building .schedule_date {
    top: 39%;
    height: 61%;
  }

  .schedule_building .schedule_date h3 {
    font-size: 6.6vw;
    line-height: 1.2;
  }

  .schedule_building .schedule_date p {
    font-size: 5.6vw;
  }

  .schedule_building .schedule_date p span.number_sz {
    font-size: 8.2vw;
  }

  .schedule_table ul li h5 {
    font-size: 6.0vw;
    color: #f9d600;
    text-align: center;
    margin-bottom: 20px;
  }

  .schedule_table ul li {
    font-size: 4.0vw;
  }

  .schedule_table ul li {
    padding: 40px 0;
    border-bottom: 0;
  }

  .schedule_table .col-md-3 {
    padding: 20px 0;
  }

  .schedule_table_bg {
    position: relative;
    z-index: 1;
  }

  .schedule_table_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/header-left-bg.png") no-repeat left top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .schedule_table_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/header-right-bg.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .swiper-button-prev {
    left: 8vw;
  }

  .swiper-button-next {
    right: 8vw;
  }

  .swiper-wrapper {
    align-items: center;
  }

  .main_heading {
    font-size: 5.0vw;
  }

  .main_heading span {
    font-size: 4.0vw;
  }

  .keynote_info {
    padding: 10vw 0;
  }

  .keynote_box img {
    width: 70%;
  }

  .keynote_box h5 {
    font-size: 5.5vw;
  }

  .keynote_box p {
    font-size: 3.0vw;
  }

  .and_many_more {
    font-size: 4.8vw;
  }

  .culture_box h5 {
    font-size: 3.2vw;
  }

  .speaker_part p {
    font-size: 4.0vw;
  }

  .culture_info {
    padding: 30px 0;
  }

  .speaker_part {
    padding: 50px 0 40px;
  }

  .footer .footer_address,
  .footer ul.footer_links,
  .footerBottomMenu li a {
    font-size: 3vw;
  }

  .footer .footer_address address span {
    font-size: 4vw;
  }


  .logo_footer {
    width: 260px;
  }

  .main_header .header_inner {
    padding: 10px 0px;
  }

  .footer {
    padding: 40px 0 60px;
  }


  .header_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/header-left-bg-mob.png") no-repeat left top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .header_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/header-right-bg-mob.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }


  .legacy_info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/legacy-left-bg-mob.png") no-repeat left bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .legacy_info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/legacy-right-bg-mob.png") no-repeat right top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }


  .services_info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/services-left-bg-mob.png") no-repeat left top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .services_info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/services-right-bg-mob.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .schedule_table_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/header-left-bg-mob.png") no-repeat left top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .schedule_table_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/header-right-bg-mob.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .keynote_info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/keynote-left-bg-mob.png") no-repeat left top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .keynote_info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/keynote-right-bg-mob.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }


  .culture_info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/culture-left-bg-mob.png") no-repeat left top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .culture_info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/culture-right-bg-mob.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .speaker_part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/speaker-left-bg-mob.png") no-repeat left top;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .speaker_part::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://cdn3.godcstatic.com/riemagine26/speaker-right-bg-mob.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    animation: mainzoomRight 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://cdn3.godcstatic.com/riemagine26/footer-bg-mob.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 1;
    animation: mainzoomfull 5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }

  .folder_head span {
    font-size: 22px;
  }

  .img_text {
    padding: 10% 9%;
    font-size: 7vw;
  }

}

@media (max-width: 575px) {

  .swiper-button-prev {
    left: 4vw;
  }

  .logo_footer {
    width: 200px;
  }

  .swiper-button-next {
    right: 4vw;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 30px;
  }

  .header_text_right {
    font-size: 7vw;
  }

  .header_text_right span.eleven_size {
    font-size: 10vw;
  }


  .header_text_right span.text-white {
    font-size: 6.0vw;
  }

  .riemaginelogo {
    width: 75%;
  }

  .header_text_left {
    font-size: 6vw;
  }

  .home_info_head h3 {
    font-size: 8vw;
  }

  .home_info_head p {
    font-size: 4.0vw;
  }

  .legacy_info_inner h3 {
    font-size: 8vw;
  }

  .legacy_info_inner h5 {
    font-size: 8.5vw;
  }

  .legacy_info_inner h5 span {
    font-size: 6.2vw;
  }

  .service_box .service_box_text h5 {
    font-size: 8vw;
  }

  .service_box .service_box_text p {
    font-size: 5.5vw;
  }

  .schedule_table ul li h5 {
    font-size: 8vw;
  }

  .schedule_table ul li {
    font-size: 6vw;
  }

  .main_heading {
    font-size: 6.6vw;
  }

  .main_heading span {
    font-size: 6vw;
  }

  .keynote_box h5 {
    font-size: 8.5vw;
  }

  .keynote_box p {
    font-size: 5vw;
  }

  .and_many_more {
    font-size: 6.8vw;
  }

  .main_heading {
    font-size: 7vw;
  }

  .culture_box h5 {
    font-size: 5.2vw;
  }

  .speaker_part p {
    font-size: 5.0vw;
  }

  .footer .footer_address,
  .footer ul.footer_links,
  .footerBottomMenu li a {
    font-size: 4vw;
  }

  .footer .footer_address address span {
    font-size: 5vw;
  }



  .accordion-item .accordion-button,
  .accordion-body {
    font-size: 14px;
    padding: 0.5rem 0.5rem
  }

  .accordion-body,
  .faq-info {
    font-size: 12px;
  }

  .cencelpolicycontent h4 {
    font-size: 16px;
  }

  .cencelpolicycontent p {
    /* padding: 10px 0; */
  }

  .about_count {
    flex-wrap: wrap;
    gap: 0;
  }

  .about_count_item {
    width: 100%;
  }

  .about_count .about_count_item p span {
    font-size: 7.6vw;
  }

  .about_info p {
    margin-bottom: 15px;
  }

  .about_info {
    font-size: 14px;
  }

  .about_info h3 {
    font-size: 6vw;
  }

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

@media (max-width: 400px) {

  .footerBottomMenu li a {
    font-size: 12px;
  }
}

@media (max-width: 360px) {}