/*
@File: Emilono Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Coming Soon Area CSS
** - Footer CSS
** - Sidebar Modal CSS
** - Subscribe Modal CSS
*/
/*================================================
Default CSS
=================================================*/
/* Import the Open Sans font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* Apply Open Sans globally */
body {
  font-family: 'Open Sans', sans-serif;
}

/* Ensure all specific classes use Open Sans */
.main-text {
  font-family: 'Open Sans', sans-serif;
}

.info-text {
  font-family: 'Open Sans', sans-serif;
}

.btn-main, .btn-new {
  font-family: 'Open Sans', sans-serif;
}

.navbar-menu {
  font-family: 'Open Sans', sans-serif;
}

.footer-area {
  font-family: 'Open Sans', sans-serif;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:focus {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

img {
  max-width: 100%;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: rgb(0 0 0 / 50%);
}

.preloader .loader {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  padding-top: 16px;
}

.navbar-menu {
  text-align: right;
}

.navbar-menu .logo {
  text-align: left;
}

.navbar-menu .logo a {
  display: inline-block;
}

.navbar-menu .burger-menu {
  width: 35px;
  height: auto;
  background-color: transparent;
  margin-left: auto;
  cursor: pointer;
}

.navbar-menu .burger-menu span {
  display: block;
  width: 35px;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: auto;
  margin-bottom: 4px;
}

.navbar-menu .burger-menu span:nth-child(3) {
  margin-bottom: 0;
  width: 28px;
  margin-left: auto;
}

.navbar-menu .burger-menu:hover span:nth-child(3) {
  width: 35px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  background-image: url(../../assets/img/main-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000;
  opacity: .80;
}

.coming-soon-area .main-content{
  width: 100%;
}

@media (min-width: 576px) {
  .coming-soon-area::before, .coming-soon-area .main-content{
    width: 100%;
  }  

  .coming-soon-content p {
    max-width: 420px;
    margin-left: inherit !important;
    margin-right: inherit !important;
}

.coming-soon-content #timer div{
  font-size: 30px !important;
}
}

@media only screen and (min-width: 667px) and (max-width: 767px) {
  .coming-soon-area {
      height: 100%;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-content {
      text-align: left !important;
  }
}


@media (min-width: 768px) {
  .coming-soon-area::before, .coming-soon-area .main-content{
    width: 100%;
  }
  .bannerimageclick{
    width: 0%;
  }
}
@media (min-width: 992px) {
  .coming-soon-area::before, .coming-soon-area .main-content{
    width: 70%;
  }  
  .bannerimageclick{
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .coming-soon-area::before, .coming-soon-area .main-content{
    width: 50%;
  }  
  .bannerimageclick{
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .coming-soon-area::before, .coming-soon-area .main-content{
    width: 50%;
  }  
  .bannerimageclick{
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .coming-soon-area::before, .coming-soon-area .main-content{
    width: 40%;
  }  
  .bannerimageclick{
    width: 60%;
  }
}



.coming-soon-content {
  margin-top: 15px;
}

.coming-soon-content h5 {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  line-height: initial;
  font-size: 20px;
  font-weight: 600;
  /* font-family: "Dosis", sans-serif; */
}

.coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
}

.coming-soon-content p {
  color: #d2d2d2;
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 16px;
}

/* .coming-soon-content #timer {
  display: flex;
      flex-direction: row;
      margin-top: 25px;
      margin-bottom: 35px;
      gap: 20px;
} */

.coming-soon-content #timer div {
  display: flex;
  color: #ffffff;
  /* margin-right: 40px; */
  font-size: 30px;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
}

.coming-soon-content #timer div span {
  color: #ffffff;
  display: inline-block;
  /* margin-left: 5px; */
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  /* font-family: "Dosis", sans-serif; */
}

.coming-soon-content #timer div:last-child {
  /* margin-right: 0; */
}

.coming-soon-content .notify-btn {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: none;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

.coming-soon-content .notify-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-content .notify-btn:hover {
  color: #ffffff;
}

.coming-soon-content .notify-btn:hover::before {
  width: 0;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100vw;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ff5e14), to(#ff5e14));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ff5e14 75%, #ff5e14 100%);
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -45%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.lines .line:nth-child(3) {
  margin-left: 45%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.lines .line:nth-child(4) {
  margin-left: 40%;
}

.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.lines .line:nth-child(5) {
  margin-left: -40%;
}

.lines .line:nth-child(5)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(6) {
  margin-left: 35%;
}

.lines .line:nth-child(6)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(7) {
  margin-left: -35%;
}

.lines .line:nth-child(7)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.lines .line:nth-child(8) {
  margin-left: 30%;
}

.lines .line:nth-child(8)::after {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.lines .line:nth-child(9) {
  margin-left: -30%;
}

.lines .line:nth-child(9)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.lines .line:nth-child(10) {
  margin-left: 25%;
}

.lines .line:nth-child(10)::after {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.lines .line:nth-child(11) {
  margin-left: -25%;
}

.lines .line:nth-child(11)::after {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.lines .line:nth-child(12) {
  margin-left: 20%;
}

.lines .line:nth-child(12)::after {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.lines .line:nth-child(13) {
  margin-left: -20%;
}

.lines .line:nth-child(13)::after {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.lines .line:nth-child(14) {
  margin-left: 15%;
}

.lines .line:nth-child(14)::after {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.lines .line:nth-child(15) {
  margin-left: -15%;
}

.lines .line:nth-child(15)::after {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.lines .line:nth-child(16) {
  margin-left: 10%;
}

.lines .line:nth-child(16)::after {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.lines .line:nth-child(17) {
  margin-left: -10%;
}

.lines .line:nth-child(17)::after {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.lines .line:nth-child(18) {
  margin-left: 5%;
}

.lines .line:nth-child(18)::after {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.lines .line:nth-child(19) {
  margin-left: -5%;
}

.lines .line:nth-child(19)::after {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent !important;
}

.footer-area p {
  color: #d6d1d1;
  font-size: 14px;
}

.footer-area p a {
  display: inline-block;
  color: #d6d1d1;
}

.footer-area p a:hover {
  color: #ff5e14;
}

.footer-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.footer-area ul li {
  display: inline-block;
  color: #ffffff;
}

.footer-area ul li span {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}

.footer-area ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  font-size: 12.5px;
  border: 1px solid #716f6f;
}

.footer-area ul li a:hover {
  background-color: #ff5e14;
  color: #ffffff;
  border-color: #ff5e14;
}

/*================================================
Sidebar Modal CSS
=================================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  opacity: .66;
  cursor: pointer;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  opacity: 1;
}

.sidebar-modal .about-area {
  margin-bottom: 40px;
}

.sidebar-modal .about-area .title h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  /* font-family: "Dosis", sans-serif; */
}

.sidebar-modal .about-area .title p {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.7;
  color: #333333;
}

.contact-info-bg{
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../assets/img/main-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.contact-info-bg::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000;
  opacity: .50;
}

.sidebar-modal .contact-area .title {
  margin-bottom: 25px;
}

.sidebar-modal .contact-area .title h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  /* font-family: "Dosis", sans-serif; */
}

.sidebar-modal .contact-area .contact-form {
  max-width: 500px;
}

.sidebar-modal .contact-area .contact-form form .form-control {
  height: 45px;
  border: none;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
  background-color: #ffffff;
  font-size: 13.5px;
  padding-left: 15px;
  color: #000000;
}

.sidebar-modal .contact-area .contact-form form textarea.form-control {
  height: auto;
  padding-top: 10px;
}

.sidebar-modal .contact-area .contact-form form button {
  margin-top: 10px;
  border: none;
  background-color: #000000;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 0, 0.3);
  /* font-family: "Dosis", sans-serif; */
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 11px;
}

.sidebar-modal .contact-area .contact-form form button:hover {
  color: #ffffff;
  background-color: #ff5e14;
}

.sidebar-modal .contact-area .contact-form form .help-block ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-modal .contact-area .contact-form form .help-block.with-errors ul {
  color: red;
  margin-top: 7px;
  font-size: 14px;
}

.sidebar-modal .contact-area .contact-form form #msgSubmit {
  margin-bottom: 0;
  font-size: 20px;
}

.sidebar-modal .contact-area .contact-form form #msgSubmit.text-danger {
  margin-top: 8px;
}

.sidebar-modal .contact-area .contact-form form #msgSubmit.text-success {
  margin-top: 8px;
}

.sidebar-modal .contact-area .contact-info {
  text-align: center;
  margin-top: 50px;
}

.sidebar-modal .contact-area .contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  /* font-family: "Dosis", sans-serif; */
}

.sidebar-modal .contact-area .contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  /* font-family: "Dosis", sans-serif; */
}

.sidebar-modal .contact-area .contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #333333;
}

.sidebar-modal .contact-area .contact-info .contact-info-content h2 a:hover {
  color: #f09800;
}

.sidebar-modal .contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
  color: #333333;
}

.sidebar-modal .contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #f09800;
}

.sidebar-modal .contact-area .contact-info .contact-info-content h2 span {
  display: block;
  color: #57647c;
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-modal .contact-area .contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.sidebar-modal .contact-area .contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 1px;
}

.sidebar-modal .contact-area .contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 34px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  display: block;
}

.sidebar-modal .contact-area .contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.sidebar-modal .contact-area .contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #f09800;
  background-color: #f09800;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

/*================================================
Subscribe Modal CSS
=================================================*/
.subscribe-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-modal .subscribe-modal-inner {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 800px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transform: scale(0.7) translateY(-50%);
          transform: scale(0.7) translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-modal .subscribe-modal-inner .newsletter-header {
  z-index: 1;
  position: relative;
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon {
  color: #e2e2e4;
  position: absolute;
  -webkit-transition: all 1s ease 0.0s;
  transition: all 1s ease 0.0s;
  opacity: 0;
  visibility: hidden;
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(1) {
  font-size: 1.5rem;
  left: 0;
  top: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(2) {
  font-size: 1.5rem;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(3) {
  font-size: 1.2em;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(4) {
  font-size: 2em;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(5) {
  font-size: 2em;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(6) {
  font-size: 1.5em;
  left: 0;
  top: 0;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(7) {
  font-size: 1.5rem;
  right: 0;
  top: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(8) {
  font-size: 1.5rem;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(9) {
  font-size: 1.2em;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  -webkit-animation: movescale 3s linear infinite;
          animation: movescale 3s linear infinite;
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(10) {
  font-size: 2em;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(11) {
  font-size: 2em;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(12) {
  font-size: 1.5em;
  right: 0;
  top: 0;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

.subscribe-modal .subscribe-modal-inner h2 {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 600;
}

.subscribe-modal .subscribe-modal-inner p {
  color: #555555;
  font-size: 14px;
  max-width: 520px;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 13px;
}

.subscribe-modal .subscribe-modal-inner form {
  position: relative;
  max-width: 500px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.subscribe-modal .subscribe-modal-inner form .input-newsletter {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  height: 50px;
  font-size: 13.5px;
  padding-left: 20px;
}

.subscribe-modal .subscribe-modal-inner form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border-radius: 0 30px 30px 0;
  border: none;
  background-color: #000000;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* font-family: "Dosis", sans-serif; */
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}

.subscribe-modal .subscribe-modal-inner form button:hover {
  color: #ffffff;
  background-color: #ff5e14;
}

.subscribe-modal .subscribe-modal-inner form #validator-newsletter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  text-align: center;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-modal .subscribe-modal-inner form .validation-danger {
  color: red;
}

.subscribe-modal .subscribe-modal-inner .close-btn {
  z-index: 2;
  position: absolute;
  display: inline-block;
  right: -30px;
  top: -34px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  opacity: .66;
  cursor: pointer;
}

.subscribe-modal .subscribe-modal-inner .close-btn:hover {
  opacity: 1;
}

.subscribe-modal.active {
  opacity: 1;
  visibility: visible;
}

.subscribe-modal.active .subscribe-modal-inner {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon {
  opacity: 1;
  visibility: visible;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(1) {
  left: -120px;
  top: -40px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(2) {
  left: -110px;
  top: 50px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(3) {
  left: -132px;
  top: 14px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(4) {
  left: -190px;
  top: -15px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(5) {
  left: -177px;
  top: 42px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(6) {
  left: -90px;
  top: 8px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(7) {
  right: -120px;
  top: -40px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(8) {
  right: -110px;
  top: 50px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(9) {
  right: -132px;
  top: 14px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(10) {
  right: -190px;
  top: -15px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(11) {
  right: -177px;
  top: 42px;
}

.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(12) {
  right: -90px;
  top: 8px;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes movescale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes movescale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
/*# sourceMappingURL=style.css.map */

/* NEW CSS 9 Jan 2025 */

.w-40{
  width: 40%;
}

.main-text {
  color: hsl(0, 0%, 100%);
  background-color: transparent;
  border-radius: 50px;
  font-size: 16px; 
  line-height: 1.5; 
  font-weight: 400; 
  /* font-family: "Dosis", sans-serif; */
  padding: 10px 20px; 
  display: inline-block; 
  transition: 
    color 0.3s ease-in-out, 
    background-color 0.3s ease-in-out, 
    transform 0.3s ease-in-out; 
}

.main-text svg{
  fill: #fff;
}

.main-text:hover svg{
  fill: #333333;
}

.brand-logo{
  width: auto;
  height: 110px;
}

.main-text:hover, 
.main-text:focus {
  color: hsl(0, 0%, 0%);
  background-color: white;
  font-weight: 500; 
}

.main-content{
  padding-left: 40px;
  padding-right: 40px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 40px;
}

.heady{
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding-top: 40px; */
}

.ms-2{
  margin-left: 22px;
}

.ms-1{
  margin-left: 10px;
}

.me-1{
  margin-right: 10px;
}

.action-btn .notify-btn{
  margin-left: 20px;
}

.info-text{
  font-size: 16px;
  color: #ffffff;
}

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

.btn-main {
  color: #fff;
  background-color: #f09800;
  border-color: #c47c00;
  border-radius: 50px;
}

.btn {
  color: #fff;
  background-color: #f09800;
  border-color: #c47c00;
  border-radius: 50px;
}

.btn-main:hover {
  color: #000000 ;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-new {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
  transition: 
    color 0.3s ease-in-out, 
    background-color 0.3s ease-in-out, 
    border-color 0.3s ease-in-out;
}

.btn-new:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* Target the SVG stroke color on hover and synchronize animation speed */
.btn-new svg path {
  transition: stroke 0.3s ease-in-out; /* Match speed and easing with button */
}

.btn-new:hover svg path {
  stroke: #000000; /* Change stroke to black */
}


.btn.main-text {
  color: #fff;
  background-image: linear-gradient(-60deg, #ff6658 0%, #f09819 100%);
  background-color: #f09800;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  text-align: center;
  transition: 
    color 0.3s ease-in-out, 
    background-color 0.3s ease-in-out, 
    transform 0.2s ease-in-out, 
    box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 8px rgba(255, 102, 88, 0.5); /* Initial glow */
}

.btn.main-text:hover {
  color: hsl(0, 0%, 0%);
  background-color: white;
  /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);  */

  transform: scale(1.01); /* Slight zoom effect on hover */
  box-shadow: 0 0 20px rgb(255 102 88 / 20%), 0 0 30px rgb(240 152 25 / 20%) /* Intensified glow on hover */

}


.btn.btn-plain {
  color: #fff;
  background-color: #f09800;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  text-align: center;
  transition: 
    color 0.3s ease-in-out, 
    background-color 0.3s ease-in-out, 
    transform 0.2s ease-in-out, 
    box-shadow 0.2s ease-in-out;
    display: flex;
    justify-content: center;
}

.btn.btn-plain svg{
fill: #fff;
}

.btn.btn-plain:hover {
  color: hsl(0, 0%, 0%);
  background-color: white;
  color: #f09800;
  transform: scale(1.01); /* Slight zoom effect on hover */
}

.btn.btn-plain:hover svg{
fill: #f09800;
}


.btn.main-text:active {
  transform: translateY(0); 
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
}

.custom-btn-outline{
  color: #333333;
  background-color: #fff;
  border-color: #333333;
  border-radius: 50px;
}

.custom-btn-outline svg{
fill: #333333;
}

.custom-btn-outline:hover{
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  border-radius: 50px;
}

.custom-btn-outline:hover svg{
  fill: #fff;
  }

.countdown {
  border: 1px solid #ffffff;
  padding: 16px;
  border-radius: 10px;
  box-sizing: border-box;
width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.item-card {
  z-index: 999999;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFDB8C;
  border-radius: 20px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
} 

.item-card-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
  }

.item-card-text svg{
    margin-right: 10px;
  }

.item-card-subtitle{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}

.item-card-inside{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
}

.item-card-inside span{
  font-size: 26px;
  font-weight: 600;
}

.know-more .sidebar-modal .about-area .title p{
  font-size: 18px;
}

.participate-btn-responsive{
  display: none;
}

.contact-info-bg{
  display: block;
}

@media (max-width: 992px) {
  .participate-btn-responsive{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
  }
  .contact-info-bg{
    display: none;
  }

  
}

.social-media-logos img{
  width: 50px;
  height: 50px;
}

.coming-soon-content #timer div{
  margin: initial !important;
}

.bannerimageclick{
  position: absolute;
  top: 0;
  background: #ffffff00;
  height: 100%;
  right: 0;
  cursor: pointer;
}


@media (max-width: 576px) {
.coming-soon-area{
/*  height: 100%;*/
  overflow: auto;
}
.main-content{
  height: 100%;
}
.step-ui{
  display: none;
}
.banner-text h1 {
  color: white;
  font-weight: 600;
  padding: 0% 15%;
}
}

/* feedback form */

.bg-gray{
  background-color: #FAFAFA;
}

.asidebar-left{
  position: sticky;
  top: 33px;
  display: block;
}

.asidebar-left .brand-logo{
  width: 300px;
  height: auto;
}

.asidebar-left .title {
  display: block;
  color: #333333;
  margin-bottom: 5px;
  line-height: initial;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0px;
}

.asidebar-left .questions-tabs {
  list-style: none;
  padding: 0;
  border: none;
}

.asidebar-left .questions-tabs .tab {
  background-color: #ffffff;
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  border-radius: 10px;
  color: #626262;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.asidebar-left .questions-tabs .tab a{
width: 100%;
padding: 15px 55px 15px 15px;
border-radius: 10px;
color: #626262;
border: 0.5px solid #333333;
}

.asidebar-left .questions-tabs .tab .active{
  color: #ffffff;
  }

.asidebar-left .questions-tabs .tab svg{
  fill: #333333;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
}

.asidebar-left .questions-tabs .active{
  background-color: #0298D8 !important;
  color: #FAFAFA !important;
  border-color: #0298D8 !important;
}

.asidebar-left .questions-tabs .active svg{
  fill: #fff !important;
}

.asidebar-left .questions-tabs .tab:hover{
  box-shadow: 0 3px 16px rgb(142 134 171 / 25%);
}

.asidebar-left .questions-tabs .tab .checked{
  background-color: #F3FFF6;
  border: 0.5px solid #009E27;
  color: #009E27  ;
}

.asidebar-left .questions-tabs .checked svg{
  fill: #009E27  ;
}

.card{
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fff;
}

.card .card-header{
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.custom-wizard .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-bottom: 5px;
}

@media (max-width: 1199.98px) {
.custom-wizard .nav-tabs {
  justify-content: flex-start;
}
}

/* Hide scrollbar for Webkit browsers */
.custom-wizard .nav-tabs::-webkit-scrollbar {
  height: 5px;
}

.custom-wizard .nav-tabs::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 5px;
}

.custom-wizard .nav-tabs .tab {
  flex-shrink: 0;
}

.custom-wizard .nav-tabs .tab a {
  border: 0.5px solid #333333;
  background-color: #ffffff;
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  padding: 15px 25px;
  border-radius: 10px;
  color: #626262;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}


  .custom-wizard .nav-tabs .tab .active{
    background-color: #0298D8 !important;
    color: #FAFAFA !important;
    border-color: #0298D8 !important;
    }

    .custom-wizard .nav-tabs .tab .checked{
      background-color: #F3FFF6;
    border: 0.5px solid #009E27;
    color: #009E27;
      }


/* .custom-wizard .group-tabs-ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  scroll-behavior: smooth;
  border: none;
}

.custom-wizard .group-tabs-ul::-webkit-scrollbar {
  height: 5px;
}

.custom-wizard .group-tabs-ul::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 4px;
}

.custom-wizard .group-tabs-ul::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.custom-wizard .group-tabs-ul .tab {
  flex: 0 0 auto; 
  margin-right: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  
  border-radius: 10px;
  color: #626262;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap; 
}

.custom-wizard .group-tabs-ul .tab:hover {
  box-shadow: 0 3px 16px rgb(142 134 171 / 25%);
}

.custom-wizard .group-tabs-ul .active {
  background-color: #0298D8;
  color: #FAFAFA;
  border: none;
}

.custom-wizard .group-tabs-ul .checked {
  background-color: #F3FFF6;
  border: 0.5px solid #009E27;
  color: #009E27;
} */

.que-title {
  display: block;
  color: #333333;
  margin-bottom: 5px;
  line-height: initial;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0px;
}

.form-check {
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #626262;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.form-check-input {
  position: relative;
  margin-top: 0rem;
  margin-left: auto;
}

.form-check-label {
  width: 100%;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  height: 20px;
  width: 20px;
}


.form-check.checked {
  background-color: #E9FFF5;
  border-color: #009E27;
}

.form-control{
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #626262;
  height: 45.33px;
}

.form-select{
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #626262;
  height: 45.33px;
  width: 100%;
}


.custom-file-upload {
  cursor: pointer;
  border: 1px dashed #333333;
  height: 150px;
  display: flex; /* Use flexbox for centering */
  align-items: center; /* Vertically center content */
  justify-content: center; /* Horizontally center content */
  width: 100%; /* Make it fill the container */
  text-align: center; /* Center text if needed */
  padding: 10px; /* Add some padding */
  border-radius: 10px;
  color: #626262;
}

.custom-file-upload svg{
  fill: #626262;
}

/* Hide the actual input */
input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

.btn-outline-secondary{
  border-radius: 5px;
  border: 1px solid #626262;
  background-color: #FFFFFF;
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  color: #626262;
}

.btn-success{
  border-radius: 5px;
  background-color: #00B365;
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  color: #ffffff;
  border: none;
}

.progress-lable{
  font-size: 15px;
  font-weight: 600;
}

.progress{
  border-radius: 1.25rem;
  height: 10px;
}

.progress-bar{
  background-color: #0298D8;
}

.card-footer {
  padding: 0;
  background-color: transparent;
  border-top: none;
}

input[type="radio"], input[type="checkbox"]{
  accent-color: #009E27; 
}

.feedback-adv::before, .feedback-adv .main-content{
width: 100%;
padding: 0;
}


/* 24-01-2024 */




.burger-menu {
    display: none; /* Hide burger menu on larger screens */
}

/* Sidebar content (default: hidden for mobile) */
.asidebar-left .sidebar-content {
    max-height: 0; /* Start collapsed */
    transition: max-height 0.5s ease-in-out; /* Smooth top-to-bottom animation */
}

/* Mobile view */
@media (max-width: 1199.98px) {
    .burger-menu {
      display: flex;
      cursor: pointer;
      padding: 15px;
      background: #fff;
      box-shadow: 0 3px 16px rgb(0 0 0 / 10%);
      border-radius: 10px;
    }

    /* Sidebar content visible when active */
    .asidebar-left.active .sidebar-content {
        max-height: 500px;
        overflow: auto;
        position: relative;
        
    }

        .custom-wizard .group-tabs-ul {
          justify-content: center;
        }
}


.banner-img {
  position: relative;
  height: 45vh;
  overflow: hidden;
  background-image: url(../../assets/img/banner-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 16px 3px rgb(0 0 0 / 23%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust transparency here */
}

.banner-text {
  position: relative;
  z-index: 1;
  margin-top: -61px;
}

.banner-text h1{
color: white;
font-weight: 600;
}


@media (max-width: 576px) {

  .banner-text h1 {
    color: white;
    font-weight: 600;
    padding: 0% 15%;
  }
  }
  

.banner-text h3{
  color: white;
  font-weight: 100;
  }

  #changing-text {
    display: inline-block;
    color: #f09819; /* Highlighted text color */
    font-weight: 700;
    border-right: 3px solid white; /* Blinking cursor */
    padding-right: 5px;
    animation: blinkCursor 0.8s infinite;
    
  }

  @keyframes blinkCursor {
    50% {
      border-color: transparent;
    }
  }

.project-list-table th, td {
  padding: 15px;
  white-space: nowrap;
}

.project-list-table tr {
  border-bottom: 1px solid #E1E1E1;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background color and text color */
}

.project-list-table tr:last-child {
  border-bottom: none;
}

.project-list-table thead {
  background-color: #F7CA7D;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #fffaf1;
}




@media (max-width: 992px) {
  
  .login-modal .otp-number-input input{
    padding: 10%;
  }
}

@media (max-width: 576px) {
  .btn.main-text span{
    display: inline;
  }
}


footer{
  width: 100%;
    position: absolute;
    bottom: 0;
    background: #f5f5f5;
    padding: 5px 5px;
    z-index: 99;
    font-size: 10px;
}

footer p{
  text-align: center;
}


.login-modal{
  z-index: 9999999;
  background: #0000006e;
}

.login-modal .modal-header{
  flex-direction: column;
  align-items: center;
  border-bottom: none;
}

.login-modal .modal-title{
  color: #7D5260;
  font-weight: 600;
}

.login-modal .modal-subtitle{
  color: #333333;
  font-weight: 600;
}

.login-modal form label{
  font-weight: 600;
}

.login-modal form .form-control{
  color: #000000;
  font-weight: 600;
}

.login-modal .modal-footer{
  border-top: none;
}

.otp-number, .otp-number svg{
  color: #333333;
  fill: #333333;
  text-decoration: underline;
}


.otp-number:hover, .otp-number:hover svg{
  color: #f09800;
  fill: #f09800;
  text-decoration: underline;
}


/* ToolTip - 28-1-2025 */

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.city-card{
  position: absolute;
  top: -20px;
  left: 20px;
  display: inline-block;
  background: #fff;
  padding: 0.3rem 1rem;
  border-radius: 8px;
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  border: 0.5px solid #dddddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.view-card{
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: inline-block;
  background-image: linear-gradient(-60deg, #ff6658 0%, #f09819 100%);
  /* background: #fff; */
  padding: 0.3rem 1rem;
  border-radius: 8px;
  box-shadow: 0 3px 16px rgb(142 134 171 / 10%);
  border: 0.5px solid #dddddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}


.project-listing-card:hover .view-card{
color: #333333;
}


.project-listing-card {
  border: 0.5px solid #dddddd;
  box-shadow: 0 2px 10px 3px rgb(0 0 0 / 9%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.project-listing-card:hover, 
.project-listing-card:hover .city-card {
  border: 0.5px solid #f09800;
  box-shadow: 0 5px 15px 5px rgb(0 0 0 / 12%);
  background-color: #fffefb;
  transform: translateY(-5px);
}


.project-listing-card:hover .title{
  background: linear-gradient(-60deg, #ff6658 0%, #f09819 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-listing-card .title{
  color: #7D5260;
font-weight: 600;
min-height: 60px;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.participate-count{
  color: #333333;
  fill: #333333;
}

.project-date{
  color: #333333;
  fill: #333333;
}

.project-listing-card hr{
  background-color: #f09800;
  background-image: linear-gradient(-60deg, #ff6658 0%, #f09819 100%);
}

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

.custom-top .custom-search-card{
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 10px 3px rgb(0 0 0 / 8%);
}


.mh-logo{
  width: 300px;
}

.max-w-99{
  max-width: 99%;
}

.gap-15{
  gap: 15px;
}

.text-danger{
  color: #D30004;
}

.text-success{
  color: #00B365;
}

.error{
 color: #ff000087;
}
.clear-btn{
  border: none;
  box-shadow: none;
  padding: 10px inherit;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  fill: #333333;
}

.clear-btn:hover, .clear-btn:focus{
  fill: #ff6658;
  background: linear-gradient(-60deg, #ff6658 0%, #f09819 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: none !important;
}

.home-overflow{
overflow-x: auto;
}
.home-overflow::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
  background-color: #f5f5f500;
}
.home-overflow::-webkit-scrollbar
{
  width: 5px;
  background-color: rgb(142 134 171 / 0%);
}
.home-overflow::-webkit-scrollbar-thumb
{
  background-color: #000000;
  
}
.custon-banner-image{
    background: transparent;
    max-width: 90%;
    height: 90%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
  }


  .form-select{
    background-color: #fff;
  }


  @media (max-width: 767px) {
  .mobileBtn{
    margin-bottom: 30px;;
  }
}


.custom-dlt-icon{
  position: absolute;
  top: -8px;
  right: -8px;
  background: #D30004;
}

.language-switcher{
  position: absolute;
  z-index: 9;
  right: 5PX;
  top: 5px;
}

.skiptranslate{
  display: none !important;
  }

  body{
    top: 0px !important;
  }

  .language-switcher .lang-btn {
  border: 1px solid #fff;
  border-radius: 3px;
}

.language-switcher .lang-btn:focus {
  outline: none !important;
}

.language-switcher .lang-btn:hover {
  background-color: #fff8e2;
}


.flag-icon {
  width: 30px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 3px;
}