@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
    /* padding-top: 100px; */
}

/* Loading */
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d0b00 url(../img/Logo_Metrobit_Foundation_White.png) no-repeat center center;
  background-size: 20%;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.lead{
font-size:13px;
}
.loader div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: .5;
  border-radius: 70%;
  -webkit-animation: ballPulseDouble 3s ease-in-out infinite;
  animation: ballPulseDouble 3s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
/* End Loading */

header{
  margin-top: 49px;
}

.navbar{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: linear-gradient(to right, #2d0b00 , #00093c);
    /* box-shadow: 0 20px #ff0018; */
    border-end-end-radius: 20px;
    border-end-start-radius: 20px;
    padding-bottom: 0;
}

.navbar-brand img{
    width: 200px;
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 20px;
    font-size: 16px;
    font-family: 'Poppins';
}
.navbar-light .navbar-nav .nav-link.active{
  color: #ff5e14;
  border-bottom: 4px solid #ff5e14;    
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ff5e14;
    /* background-color: aqua; */
}
.card-events{
    padding: 0 30px 30px;
}

.card-events h2{
    font-size: 38px;
    font-weight: bold;
}
.card-events p{
    font-size: 18px;
    /* font-weight: bold; */
}
.card{
    border: 1px solid black;
    margin: 10px;
    transition: transform .5s;
}
.card .card-body p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.card .card-body span{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #0a58ca;
}
.card:hover{
    transform: scale(1.1);
}
.card .card-body a{
    color: black;
    text-decoration: none;
}
.card .card-body .card-img-top{
    margin-bottom: 15px;
}

.call-action{
    position: relative;
    min-height: 30vh;
    /* padding: 50px; */
    background-image: url(../img/contact-us-background.jpg);
    background-size: cover;
    
}
.call-action .call-content{
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-around;
    height: 250px;
    /* margin-top: 100px; */
}
.call-action .call-content .row h4{
    color: white;
    font-size: 32px;
}
.call-action .call-content button{
    border: none;
    padding: 10px 30px;
    background-color: #3d406e;
    color: white;
    border-radius: 10px;
    font-size: 24px;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
}
.call-action .call-content button:hover{
    background-color: white;
    color: #3d406e;
}
.call-action .call-content button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}

.call-action .call-content button:hover::before{
    transform: scaleX(1);
}

/* dropdown */
.dropdown-menu {
  position: absolute;
  top: 100%; /* Positions dropdown right below the parent link */
  left: 0;
  z-index: 999; /* Ensures dropdown is above other elements */
  background: linear-gradient(to right, #2d0b00, #00093c);
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  min-width: 200px; /* Ensures a consistent width */
}

.dropdown-item {
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: #e2e6ea;
  color: #000000;
}

/* Ensure dropdown is aligned to parent */
.dropdown:hover .dropdown-menu {
  display: block;
}
/* end dropdown */

/* feedback css */
/* .feedback-bg{
    margin: 50px auto;
}
.feedback-bg h2{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    color: #3d406e;
    font-family: 'Poppins', sans-serif;
}
.feedback-bg h2::after{
    content: '';
    background: #3d406e;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.feedback-bg .row .col-md-4{
    margin: 40px auto;
}
.feedback-bg .row .col-md-4 .user-profile{
    padding: 20px;
    background-color: #3d406e;
    border-radius: 20px;
}
.feedback-bg .row .col-md-4 .user-profile blockquote{
    color: white;
}
.feedback-bg .row .col-md-4 .user-profile::after{
    content: '';
    position: relative;
    color: #3d406e;
    line-height: 10px;
    bottom: -15px;
    left: 5px;
}
.feedback-bg .row .col-md-4 .user-profile:hover{
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.20);
    cursor: pointer;
    transition: 0.5s;
}
.feedback-bg .row .col-md-4 .user-profile h5{
    font-size: 20px;
    color: white;
} */
.feedback-bg h2{
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  color: #3d406e;
  font-family: 'Poppins', sans-serif;
}
.feedback-bg h2::after{
  content: '';
  background: #3d406e;
  display: block;
  height: 3px;
  width: 170px;
  margin: 20px auto 5px;
}
.swiper {
  width: 100%;
  height: 100%;
  margin: 10px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #050936ed;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: white;
  font-size: 16px;
}



/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* End feedback */

/* About css */
.about-us{
  padding: 20px 50px;
  margin-top: 80px;
}
.about-us h2{
  text-align: center;
  color: #3d406e;
}
.about-us h2::after{
  content: '';
  background: #3d406e;
  display: block;
  height: 3px;
  width: 150px;
  margin: 20px auto 5px;
}
.about-us p{
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
}
/* End About css */

/* Contact us */

.contact-us {
  position: relative;
  width: 100%;
  min-height: 80vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.form {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.6);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background: linear-gradient(to right, #2d0b00, #00093c);;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #3d406e);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #2d0b00;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 18px;
  color: #3d406e;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  /* background-color: #1abc9c; */
  background: linear-gradient(to right, #2d0b00, #00093c);
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}
.contact-info h3{
  font-size: 28px;
  font-weight: bold;
}

.contact-info .title {
  color: #3d406e;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #3d406e;
  margin: 0.7rem 0;
  /* text-align: center; */
  font-size: 0.95rem;
}

.information i {
  color: #3d406e;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #3d406e;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  /* background: linear-gradient(45deg, #00093c , #2d0b00); */
  background: #3d406e;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  background: linear-gradient(45deg, #00093c , #2d0b00);
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #2d0b00;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #00093c, #2d0b00);
  /* opacity: 0.6; */
  bottom: 40%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 65%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  /* .container {
    padding: 1.5rem;
  } */

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

/* End Contact us  */


/* Event-Image Css */
/* .event-pg{
  background-color: #eaeaea;
} */
.list {
  /* 		column-count: 3; */
    columns: 300px;
  }
  
  .list img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.7rem;
  }
/* End Image Css */



/* Team Css */

.team-pg{
  padding: 20px 50px;
  /* margin-top: 80px; */
  /* background-color: beige; */
}
.team-pg h2{
  text-align: center;
  color: #3d406e;
  font-weight: bold;
  margin-top: 50px;
}
.team-pg h2::after{
  content: '';
  background: #3d406e;
  display: block;
  height: 3px;
  width: 150px;
  margin: 20px auto 5px;
}
.t_box {
	/* border-radius: 150px; */
  border-radius: 50px 50px 0 0;
	background:#fff;
	position:relative;
	overflow: hidden;
	text-align:center;
  margin: 10px 0;
}
.t_box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    /* border-radius: 150px; */
    border-radius: 50px 50px 0 0;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.30);
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #00093c 0%, #2d0b00 100%);
}
.t_box:hover:before {
    width: 100%;
}
.t_box:hover .image-wrapper {
	padding:0;
}
.t_box:hover .team-desc {
	color:#fff;
}
.team-desc h5{
  font-weight: bold;
}

.image-wrapper {
    position: relative;
	  max-width: 210px;
    max-height: 210px;
	  margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
    background-image: linear-gradient(to right, #00093c 0%, #2d0b00 100%);;
}
.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.team-desc {
	position:relative;
}

.social_media_pic {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.social_media_pic a{
  position: relative;
  font-size: 20px;
}
.social_media_pic a:hover{
  color: white;
}
/* End Team */

/* Exhibitior CSS */
.exhibitors-pg{
  padding: 20px 50px;
  /* margin-top: 80px; */
  /* background-color: beige; */
}
.exhibitors-pg h2{
  text-align: center;
  color: #3d406e;
  font-weight: bold;
  margin-top: 50px;
}
.exhibitors-pg h2::after{
  content: '';
  background: #3d406e;
  display: block;
  height: 3px;
  width: 150px;
  margin: 20px auto 5px;
}
.tx_box {
	/* border-radius: 150px; */
  border-radius: 20px;
	/* background:#fff; */
	position:relative;
	overflow: hidden;
	text-align:center;
  margin: 10px 0;
  /* background-image: linear-gradient(to right, #00093c 0%, #2d0b00 100%); */
  background-color: rgb(243, 233, 216);

}
.tx_box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    /* border-radius: 150px; */
    border-radius: 50px 50px 0 0;
    /* box-shadow: inset 0 0 25px rgba(0,0,0,0.30); */
    transition: all 0.3s ease;
}
.tx_box:hover:before {
    width: 100%;
}
.tx_box:hover .image-wrapper {
	padding:0;
}

.ex_team-desc h5{
  font-weight: bold;
	color:#000000;
}
.ex_team-desc p{
	color:#000000;
}

.ex_social_media_pic {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.ex_social_media_pic a{
  position: relative;
  font-size: 20px;
}
.ex_social_media_pic a:hover{
  color: rgb(0, 0, 0);
}

.image-wrapper {
    position: relative;
	  max-width: 210px;
    max-height: 210px;
	  margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
    background-image: linear-gradient(to right, #00093c 0%, #2d0b00 100%);
}
.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.ex_team-desc {
	position:relative;
}

.social_media_pic {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.social_media_pic a{
  position: relative;
  font-size: 20px;
}
.social_media_pic a:hover{
  color: white;
}
/* End Exhibitior CSS */


/* Event-01 Css */
.event-pg{
  padding: 20px 50px;
  margin-top: 80px;
}
.event-pg .row{
  display: flex;
}
.event-pg h2{
  text-align: center;
  color: #3d406e;
  font-weight: bold;
}
.event-pg h2::after{
  content: '';
  background: #3d406e;
  display: block;
  height: 3px;
  width: 150px;
  margin: 20px auto 5px;
}
.event-pg p{
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
}
.date-event-footer{
  text-align: end;
}
.date-event-footer blockquote{
  font-family: system-ui;
  font-style: italic;
  font-weight: 500;
  color: red;
  font-size: 14px;
}
/* End Event-01 Css */

/* Event 02 - Divyang exhibition 2024 */
.divyang-exhibiton-haat-pg{
  padding: 20px 50px;
  margin-top: 80px;
  /* background-color:#1d1d1d !important; */
  /* font-family: "Asap", sans-serif; */
  color:#989898;
  /* margin:10px; */
  font-size:16px;
}
.divyang-exhibiton-haat-pg h2{
  text-align: center;
  color: #3d406e;
  font-weight: bold;
}
.divyang-exhibiton-haat-pg h2::after{
  content: '';
  background: #3d406e;
  display: block;
  height: 3px;
  width: 150px;
  margin: 20px auto 5px;
}
.divyang-exhibiton-haat-pg p{
  color: #000;
  font-size: 18px;
  padding-top: 24px;
  text-align: center;
}
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
  }


  .green{
  background-color:#6fb936;
  }
  .thumb{
      margin-bottom: 30px;
  } 
          
  .page-top{
      margin-top:50px;
  }
  .page-top p{
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .page-top h6{
    color: #3a3e73;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
  }

  
  .page-top img.zoom {
      width: 100%;
      height: 200px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
  
  .transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {
  
      border-bottom: none;
  }
  .modal-title {
      color:#000;
  }
  .modal-footer{
  display:none;  
  }


/* End event 02 */

/* Event 03 */
.dfm_img_pg{
  margin-top: 40px;
}
.divyang-flea-mela-pg{
  padding: 20px 50px;
  font-size:16px;
  /* margin-top: 80px; */
  /* background-color:#1d1d1d !important; */
  /* font-family: "Asap", sans-serif; */
  /* color:#989898; */
  /* margin:10px; */
  }
  .divyang-flea-mela-pg h2{
    text-align: center;
    color: #3d406e;
    font-weight: bold;
  }
  .divyang-flea-mela-pg h2::after{
    content: '';
    background: #3d406e;
    display: block;
    height: 3px;
    width: 150px;
    margin: 20px auto 5px;
  }

  .divyang-flea-mela-pg{
    padding: 20px 50px;
    font-size:16px;
  }
  .divyang-flea-mela-pg h2{
    text-align: center;
    color: #3d406e;
    font-weight: bold;
  }
  .divyang-flea-mela-pg h2::after{
    content: '';
    background: #3d406e;
    display: block;
    height: 3px;
    width: 150px;
    margin: 20px auto 5px;
  }
  .divyang-flea-mela-pg p{
    color: #000;
    font-size: 18px;
    padding-top: 24px;
    text-align: center;
  }
  #demo {
    height:100%;
    position:relative;
    overflow:hidden;
    }
  
  
    .green{
    background-color:#6fb936;
    }
    .thumb{
        margin-bottom: 30px;
    } 
            
    .img-page-top{
        margin-top:50px;
    }
    .img-page-top p{
      color: #000;
      font-size: 18px;
      text-align: center;
    }
    .img-page-top h6{
      color: #3a3e73;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      font-size: 18px;
    }
  
    
    .img-page-top img.zoom {
        width: 100%;
        height: auto;
        border-radius:5px;
        object-fit:cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }
    
    .transition {
        -webkit-transform: scale(1.2); 
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
        .modal-header {
    
        border-bottom: none;
    }
    .modal-title {
        color:#000;
    }
    .modal-footer{
    display:none;  
    }
/* End event 03 */

/* Event 04 */
.dfm_img_pg{
  margin-top: 40px;
}

  .divyang-flea-mela-joybox-pg h2{
    text-align: center;
    color: #3d406e;
    font-weight: bold;
  }
  .divyang-flea-mela-joybox-pg h2::after{
    content: '';
    background: #3d406e;
    display: block;
    height: 3px;
    width: 150px;
    margin: 20px auto 5px;
  }

  .divyang-flea-mela-joybox-pg{
    padding: 20px 0px;
    font-size:16px;
  }
  .divyang-flea-mela-joybox-pg h2{
    text-align: center;
    color: #3d406e;
    font-weight: bold;
  }
  .divyang-flea-mela-joybox-pg h2::after{
    content: '';
    background: #3d406e;
    display: block;
    height: 3px;
    width: 150px;
    margin: 20px auto 5px;
  }
  .divyang-flea-mela-joybox-pg p{
    color: #000;
    font-size: 18px;
    padding-top: 24px;
    text-align: center;
  }
  #demo {
    height:100%;
    position:relative;
    overflow:hidden;
    }
  
  
    .green{
    background-color:#6fb936;
    }
    .thumb{
        margin-bottom: 30px;
    } 
            
    .img-page-top{
        margin-top:50px;
    }
    .img-page-top p{
      color: #000;
      font-size: 18px;
      text-align: center;
    }
    .img-page-top h6{
      color: #3a3e73;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      font-size: 18px;
    }
  
    
    .img-page-top img.zoom {
        width: 100%;
        height: auto;
        border-radius:5px;
        object-fit:cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }
    
    .transition {
        -webkit-transform: scale(1.2); 
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
        .modal-header {
    
        border-bottom: none;
    }
    .modal-title {
        color:#000;
    }
    .modal-footer{
    display:none;  
    }
/* end event 04 */

/* Event 05 */
.dfm_img_pg{
  margin-top: 40px;
}

  .divyang-flea-mela-urban-pg h2{
    text-align: center;
    color: #3d406e;
    font-weight: bold;
  }
  .divyang-flea-mela-urban-pg h2::after{
    content: '';
    background: #3d406e;
    display: block;
    height: 3px;
    width: 150px;
    margin: 20px auto 5px;
  }

  .divyang-flea-mela-urban-pg{
    padding: 20px 0px;
    font-size:16px;
  }
  .divyang-flea-mela-urban-pg h2{
    text-align: center;
    color: #3d406e;
    font-weight: bold;
  }
  .divyang-flea-mela-urban-pg h2::after{
    content: '';
    background: #3d406e;
    display: block;
    height: 3px;
    width: 150px;
    margin: 20px auto 5px;
  }
  .divyang-flea-mela-urban-pg p{
    color: #000;
    font-size: 18px;
    padding-top: 24px;
    text-align: center;
  }
  #demo {
    height:100%;
    position:relative;
    overflow:hidden;
    }
  
  
    .green{
    background-color:#6fb936;
    }
    .thumb{
        margin-bottom: 30px;
    } 
            
    .img-page-top{
        margin-top:50px;
    }
    .img-page-top p{
      color: #000;
      font-size: 18px;
      text-align: center;
    }
    .img-page-top h6{
      color: #3a3e73;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      font-size: 18px;
    }
  
    
    .img-page-top img.zoom {
        width: 100%;
        height: auto;
        border-radius:5px;
        object-fit:cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }
    
    .transition {
        -webkit-transform: scale(1.2); 
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
        .modal-header {
    
        border-bottom: none;
    }
    .modal-title {
        color:#000;
    }
    .modal-footer{
    display:none;  
    }
/* End event 05 */

/* Newletter */
.newsletter-pg{
  padding: 20px 50px;
  margin-top: 80px;
  /* background-color:#1d1d1d !important; */
  /* font-family: "Asap", sans-serif; */
  color:#989898;
  /* margin:10px; */
  font-size:16px;
}
.newsletter-pg h2{
  text-align: center;
  color: #3d406e;
  font-weight: bold;
}
.newsletter-pg h2::after{
  content: '';
  background: #3d406e;
  display: block;
  height: 3px;
  width: 150px;
  margin: 20px auto 5px;
}
.newsletter-pg p{
  color: #000;
  font-size: 18px;
  padding-top: 24px;
  text-align: center;
}
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
  }


  .green{
  background-color:#6fb936;
  }
  .thumb{
      margin-bottom: 30px;
  } 
          
  .newsletter-page-top{
      margin-top:50px;
  }
  .newsletter-page-top p{
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .newsletter-page-top h6{
    color: #3a3e73;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
  }

  
  .newsletter-page-top img.zoom {
      width: 100%;
      height: 200px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
  
  .transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {
  
      border-bottom: none;
  }
  .modal-title {
      color:#000;
  }
  .modal-footer{
  display:none;  
  }
/* End Newletter */

/* Footer */
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  /* background: #15141459; */
  background: linear-gradient(to right, #00093c, #2d0b00);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  /* font-weight: 700; */
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3d406e;
  transition: background 0.3s ease, transform 0.3s ease;
}
.facebook-bg:hover{
    transform: scale(1.1);
    background: #3B5998;
}
.whatsapp-bg{
  background: #3d406e;
  transition: background 0.3s ease, transform 0.3s ease;
}
.whatsapp-bg:hover{
    transform: scale(1.1);
    background: #25D366;
}
.insts-bg{
    background: #3d406e;
    transition: background 0.3s ease, transform 0.3s ease;
}
.insts-bg:hover{
    background: #833ab4;
    transform: scale(1.1);
    background: linear-gradient(to right,#833ab4,#fd1d1d,#fcb045);
}
.youtube-bg {
  background: #3d406e; /* Initial background color */
  color: #fff; /* White icon color */
  border-radius: 50%; /* Rounded icon */
  transition: background 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.youtube-bg:hover {
  background: #ff0000; /* YouTube's red for hover */
  transform: scale(1.1); /* Slight zoom effect */
  color: #fff; /* Keep icon white */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}

.copyright-area{
  background: #3d406e;
  padding: 25px 0;
}
.copyright-text p{
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.copyright-text p span{
    font-weight: bold;
}
/* End Footer */

/* metrobit foundation roadmap */
.mfroadmap-pg {
	width: 100%;
	height: auto;
	display: grid;
	place-items: center;
	background-color: rgb(245, 245, 245);
	padding: 50px 0;
}
    .mfroadmap-pg .mfroadmap-head {
        font-size: 29px;
        /* color: #3d406e; */
        background-image: linear-gradient(to bottom, #2d0b00, #00093c);
        position: relative;
        margin-bottom: 100px;
        font-weight: bold;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .mfroadmap-pg .mfroadmap-head::after {
        content: " ";
        position: absolute;
        width: 50%;
        height: 3px;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        background-image: linear-gradient(to right, #2d0b00 , #00093c);
    }
    .mfroadmap-list {
    width: 70%;
    height: auto;
    margin: auto 0;
    position: relative;
    }
    .mfroadmap-list ul {
        list-style: none;
    }
    .mfroadmap-list ul::after {
        content: " ";
        position: absolute;
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background-image: linear-gradient(to bottom, #2d0b00 , #00093c);
    }
    .mfroadmap-list ul li {
        width: 50%;
        height: auto;
        padding: 15px 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.218);
        position: relative;
        margin-bottom: 30px;
        z-index: 99;
    }
    .mfroadmap-list ul li:nth-child(4) {
        margin-bottom: 0;
    }
    .mfroadmap-list ul li .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        /* background-color: #e100ff7a; */
        background: linear-gradient(to right, #2d0b00 , #00093c);;
        top: 0;
        display: grid;
        place-items: center;
    }
    .circle::after{
        content: ' ';
        width: 12px;
        height: 12px;
        background-color: #2d0b00;
        border-radius: 50%;
    }
    ul li:nth-child(odd) .circle {
        transform: translate(50%, -50%);
        right: -30px;
    }
    ul li:nth-child(even) .circle {
        transform: translate(-50%, -50%);
        left: -30px;
    }
    ul li .date {
        position: absolute;
        width: 250px;
        height: 33px;
        background-image: linear-gradient(to right, #2d0b00 , #00093c);
        border-radius: 15px;
        top: -45px;
        display: grid;
        place-items: center;
        color: #fff;
        font-size: 15px;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.318);
    }
    .mfroadmap-list ul li:nth-child(odd) {
        float: left;
        clear: right;
        text-align: right;
        transform: translateX(-30px);
    }
    ul li:nth-child(odd) .date {
        right: 20px;
    }
    .mfroadmap-list ul li:nth-child(even) {
        float: right;
        clear: left;
        transform: translateX(30px);
    }
    ul li .heading {
        font-size: 20px;
        color: #3d406e;
    }
    .mf_roadmap_multi_pg .mf_roadmap_multi p{
        background: linear-gradient(to right, #2d0b00 , #00093c);
        padding: 20px;
        color: #fff;
        font-size: 20px;
    }
    
    @media only screen and (max-width: 798px) {
        .mfroadmap-list{
            width: 70%;
            transform: translateX(20px);
        }
        .mfroadmap-list ul::after{
            left: -40px;
        }
        .mfroadmap-list ul li {
            width: 100%;
            float: none;
            clear: none;
            margin-bottom: 80px;
        }
        .mfroadmap-list ul li .circle{
            left: -40px;
            transform: translate(-50%, -50%);
        }
        .mfroadmap-list ul li .date{
            left: 20px;
        }
        .mfroadmap-list ul li:nth-child(odd) {
            transform: translateX(0px);
            text-align: left;
        }
        .mfroadmap-list ul li:nth-child(even) {
            transform: translateX(0px);
        }
    }

    @media only screen and (max-width: 550px) {
        .container{
            width: 100%;
        }
        .container ul::after{
            left: -20px;
        }
        .container ul li .circle{
            left: -20px;
        }
    }
/* End metrobit foundation roadmap */

/* Mobile Bootstrap*/
@media only screen and (min-width: 100px) and (max-width: 572px){
    .footer-social-icon{
        margin-bottom: 40px;
    }
    .footer-social-icon{
        margin-bottom: 20px;
    }
    .footer-logo img {
        max-width: 100%;
    }
    .navbar-brand img{
      width: 150px;
      height: auto;
  }
  .navbar{
    padding: 10px;
  }
  .title {
    text-align: center;
  }
  header{
    margin-top: 56px;
  }
  .dfm_img_pg{
    margin-top: 55px;
  }
  .loader-mask{
    background-size: 70%;
  }
  
}

@media only screen and (min-width: 572px) and (max-width: 990px){
  .navbar-brand img{
    width: 150px;
    height: auto;
  }
  .navbar{
    padding-bottom: 10px;
  }
  header{
    margin-top: 50px;
  }
  .newsletter-page-top img.zoom {
    width: 100%;
    /* height: 500px; */
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
  }
  .loader-mask{
    background-size: 70%;
  }
}

button.navbar-toggler {
    background: white;
    border: none;
}