/*

    Author: 'Avinab Giri';
    URL: 'https://avinabgiri.in';

*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

html,
body {
  position: relative;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;

}

body {
  font-size: 14px;
}

h1,
h2,
h3,
h4 {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.lightPurpleClr {
  color: #cb00cb;
}

.swiper {
  width: 100%;
  height: 80vh !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainContent {
  display: none;
}

#mainContent header .text .hide {
  display: none;
}

@media (min-width: 996px) {
  #mainContent {
    display: block;
  }
}

.smallScreen {
  display: block;
}

@media (min-width: 996px) {
  .smallScreen {
    display: none;
  }

  .smallScreen header .text .hide {
    display: block;
  }

  .smallScreen #aboutSection p {
    text-align: center;
    padding: 0 15px;
  }
}

.dFlex {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.dFlex.dif {
  display: inline-flex !important;
  width: auto !important;
}

.dFlex.jcsb {
  justify-content: space-between;
}

.dFlex.jcse {
  justify-content: space-evenly;
}

.dFlex.jcc {
  justify-content: center;
}

.dFlex.aic {
  align-items: center;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6em;
}

@media (max-width: 556px) {
  h2 {
    font-size: 21px;
  }
}

p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.8em;
}

@media (max-width: 556px) {
  p {
    font-size: 14px;
  }
}

a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

.ml10 {
  margin-left: 10px;
}

.rbtn {
  background: white;
  color: #000;
  padding: 8px 16px;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
}

.rbtn.black {
  border-color: #efefef;
}

.rbtn.black:hover {
  background: #efefef;
  color: #000;
}

.rbtn.pBdr {
  background: transparent;
  color: #790034;
  border: 1px solid #99114c;
}

.rbtn.pBdr:hover {
  background: #99114c;
  border: 1px solid #99114c;
  color: white;
}

.rbtn.lgtBg {
  border: 1px solid white;
  background: white;
}

.title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.title h4 {
  font-weight: 200;
  opacity: 0.8;
}

.title h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  /* font-weight: 500; */
  font-size: 45px;
  line-height: 68px;
}

.title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 50px;
  background: white;
  border-radius: 50px;
}

.title.tal {
  text-align: left !important;
  margin: 0;
}

.title.tal h2::before {
  left: 35px !important;
}

.techInTourismBtn {
  color: #bf1212 !important;
  overflow: hidden;
  background: #f9f9f9 !important;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border: 1px solid #bf1212 !important;
  font-weight: 600;
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin: 0 1em;
  padding: 0.5em 1.5em;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}

.techInTourismBtn:after {
  content: attr(data-text);
  padding: 0.5em 1.5em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #3f51b5;
  transform: translate3d(0, 25%, 0);
}

.techInTourismBtn:after,
.techInTourismBtn span {
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.techInTourismBtn:hover {
  border-color: #bf1212 !important;
  background-color: #bf1212 !important;
  color: #fff !important;
}

.eventDetail {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.mainNavs {
  padding: 15px 15px !important;
}

.eventDetail:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #99114c;
  transform: translateX(-50%);
}

.eventDetail div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0 15px;
}

.eventDetail span {
  font-size: 20px;
  font-weight: 600;
  font-family: sans-serif;
  letter-spacing: 0.1em;
  color: #99114c;
  text-align: center;
}

.eventDetail strong {
  font-size: 18px;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: sans-serif;
  color: #109fb3;
  text-align: center;
}

.eventDetail a {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.poweredBy {
  position: relative;
  bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 10px;
}

#eventNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  padding: 0;
  background: white;
  box-shadow: 0 0 2px black;
}

.mainNav {
  position: relative !important;
}

#eventNav ul {
  margin: 0;
}

#eventNav .titMainNav li {
  display: inline-block;
  margin-right: 25px;
}

#eventNav .titMainNav li a {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.8;
  transition: 0.2s ease-in-out;
  color: #000;
}

#eventNav .titMainNav li a.extra,
.regiterBtn span {
  background: #99114c;
  padding: 8px 16px;
  border-radius: 50px;
}

#eventNav .titMainNav li a.extra {
  color: rgb(255, 255, 255);
}

.regiterBtn span {
  color: #99114c;
}

#eventNav .titMainNav li a:hover,
#eventNav .titMainNav li a.active {
  color: #d72f3e;
  opacity: 1;
}

#eventNav .titMainNav li a.extra.effect:hover {
  color: #fff;
  opacity: 1;
}

#eventNav .titMainNav li:last-child {
  margin-right: 0;
}

#eventMain {
  position: relative;
}

#eventMain .title {
  margin-bottom: 50px;
}

#eventMain .title h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
}

#eventMain .title h2::before {
  background: #000;
}

#eventMain hr {
  opacity: 0.05 !important;
}

#titBanner {
  position: relative;
  width: 100%;
  height: 100vh;
  color: white;
  overflow: hidden;
  z-index: 1;
}

#titBanner::before,
#titBanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#titBanner::before {
  background: url("../img/event/tit-banner2.png") no-repeat center center;
  background-size: cover;
}

#titBanner .rbtn {
  font-size: 21px;
  padding: 7px 25px;
}

#titBanner .bannerimg {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
}

#titBanner .bannerimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

#titBanner .container {
  position: relative;
  height: 80vh;
}

#titBanner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

#titBanner .content .title {
  margin-bottom: 15px;
}

#titBanner .content h1 {
  font-size: 63px;
  color: inherit;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

#titBanner .content h4 {
  font-size: 35px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
  opacity: 0.7;
}

#titBanner .content img {
  margin-bottom: 25px;
}

#titBanner .content h5 {
  font-size: 24px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

@media (max-width: 1280px) {
  #titBanner .content {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (max-width: 556px) {
  #titBanner .content {
    transform: translate(-50%, -50%) scale(1);
  }

  #titBanner .content .content img {
    margin-bottom: 10px;
  }

  #titBanner .content h1 {
    font-size: 35px;
  }

  #titBanner .content h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  #titBanner .content h5 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

#counterArea {
  position: relative;
  padding: 50px 0;
}

#counterArea .content {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 65px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}

#counterArea .content img {
  width: 100px;
}

#counterArea .content p {
  font-size: 50px;
  font-weight: 700;
  color: #790034;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#counterArea .content .counter-desc {
  font-size: 16px;
  opacity: 0.7;
  letter-spacing: 1.3px;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}

#counterArea .content:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

#counterArea .content:hover .counter-desc {
  opacity: 1;
}

#overview {
  position: relative;
  margin-bottom: 55px;
}

#overview .overviewContent {
  background-color: #f9fafb;
  padding: 60px 20px;
  border: 2px solid #efefef;
  border-radius: 3px;
}

#overview .title,
#overview h2,
#overview p {
  color: #000;
  text-align: center;
}

#overview .content h2 {
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 10px;
}

#overview .content p {
  font-weight: 500;
  opacity: 1;
}

#discussionTopics {
  position: relative;
  padding: 36px 0;
  z-index: 1;
  background: rgba(153, 17, 76, 0.03);
  z-index: 1;
}

#discussionTopics::after {
  content: "";
  position: absolute;
  background-size: contain;
  z-index: -1;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: url("../img/rgtFlwr.png") no-repeat bottom left;
  transform: scale(2) translate(-23%, -3%);
}

#discussionTopics .discussionBg {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(65px);
  z-index: -1;
}

#discussionTopics .information {
  background: #99114c;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  text-align: center;
  transition: 0.2s ease-in-out;
  min-height: 254px;
}

#discussionTopics .information img {
  width: auto;
  margin: 0 auto 20px;
  height: 100px;
  padding: 13px;
}

#discussionTopics .information h2 {
  font-size: 16px;
}

#discussionTopics .information:hover {
  background: #790034;
  transform: scale(1.05);
}

#discussionTopics svg {
  fill: #00314d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

#speaker {
  position: relative;
  padding: 80px 0;
}

#speaker .profile-card {
  background: white;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #c3c3c3;
  width: 100%;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  margin-right: 25px;
  height: 100%;
}

#speaker .profile-card .img {
  width: 100%;
  min-width: 215px;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
}

#speaker .profile-card .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

@media only screen and (max-width: 900px) {
  #speaker .profile-card .img {
    width: 100%;
    min-width: 168px;
    height: auto;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
  }
}

#speaker .profile-card .mid-section {
  position: relative;
  padding: 10px 15px;
}

#speaker .profile-card .mid-section .name {
  color: #333333;
  font-size: 1.4em;
  padding-top: 5px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

#speaker .profile-card .mid-section .description {
  color: gray;
  text-decoration: none;
  font-size: 0.9em;
}

#speaker .profile-card .mid-section .description a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

#speaker .profile-card .mid-section .line {
  background: #7ee2a8;
  width: 80%;
  height: 2px;
  margin: 5px auto -3px;
}

#speaker .profile-card .mid-section .stats {
  display: flex;
  position: absolute;
  left: 10%;
  padding-top: 10px;
  width: 80%;
  justify-content: space-around;
}

#speaker .profile-card .mid-section .stats .stat {
  font-size: 1.3em;
  color: #333333;
  padding: 5px;
  font-weight: bold;
}

#speaker .profile-card .mid-section .stats .stat .subtext {
  color: gray;
  font-size: 0.6em;
  font-weight: normal;
}

#speaker .profile-card.skeleton .img img {
  opacity: 0;
}

#speaker .profile-card.skeleton .name::before,
#speaker .profile-card.skeleton .description::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  animation: loading 1s infinite;
  background: linear-gradient(to right, transparent, #D9D9D9, transparent);
}

#speaker .profile-card.skeleton .mid-section .name,
#speaker .profile-card.skeleton .mid-section .description {
  height: 10px;
  background: #D0D0D0;
  border-radius: 50px;
  margin: 0 auto 15px;
}

#speaker .profile-card.skeleton .mid-section .name {
  width: 50%;
}

#speaker .profile-card.skeleton .mid-section .description {
  width: 80%;
}

#speaker .profile-card:hover {
  border: 1px solid #99114c;
}

#speaker .smallSec {
  width: 20% !important;
}

@media (max-width: 1080px) {
  #speaker .smallSec {
    width: 25% !important;
  }
}

@media (max-width: 796px) {
  #speaker .smallSec {
    width: 33.3333333333% !important;
  }
}

@media (max-width: 560px) {
  #speaker .smallSec {
    width: 50% !important;
  }
}

@media (max-width: 356px) {
  #speaker .smallSec {
    width: 100% !important;
  }
}

footer {
  position: relative;
  background: #f9f9f9;
  z-index: 1;
}

footer svg {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: -1;
}

footer .title h2 {
  color: #000;
}

footer .title h2::before {
  background: #000;
}

footer h4 {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 0 15px;
  position: relative;
  display: inline-block;
}

footer h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}

footer a {
  color: white;
  font-size: 18px;
  letter-spacing: 0.1em;
}

footer .d-flex {
  width: 100%;
}

footer .copy {
  color: white;
  background: #af4600;
  border-top: 1px solid #af4600;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}

footer .poweredBy {
  position: relative;
}

footer .poweredBy img {
  width: 250px;
  display: block;
}

footer svg .st0 {
  fill: #00314D;
}

footer svg .st1 {
  fill: #FF7B22;
}

footer svg .st2 {
  fill: #FFF5E4;
}

footer svg .st3 {
  fill: none;
  stroke: #002E44;
  stroke-width: 4.2667;
  stroke-miterlimit: 10;
  stroke-dasharray: 25.6004;
}

footer svg .st4 {
  fill: #F5BD00;
}

footer svg .st5 {
  fill: #FFFFFF;
}

footer svg .st6 {
  fill: #002E44;
}

#contactUs {
  padding: 25px 0 215px;
  z-index: 4;
  position: relative;
}

#contactUs .title h2 {
  color: #000;
}

#contactUs .title h2::before {
  background: #000;
}

#contactUs .contactContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

#contactUs .contactContent h4 {
  color: #99114c;
  font-weight: 700;
}

#contactUs .contactContent h4::after {
  background: #790034;
}

#contactUs .contactContent .contactPerson {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

#contactUs .contactContent a {
  margin-bottom: 10px;
  font-family: sans-serif;
  opacity: 0.8;
  transition: 0.2s ease-in-out;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

#contactUs .contactContent a:hover {
  opacity: 1;
}

.poweredBy {
  position: relative;
  bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0;
}

.poweredBy img {
  width: 150px;
}

.poweredBy h5 {
  margin: 0 10px 0;
  color: #000;
  font-weight: 700;
}

.chapter {
  display: inline-block;
  padding: 5px 10px;
  background: #91527c;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1;
}

.errorMsg {
  font-size: 14px;
  color: red;
  font-weight: 700;
  padding: 5px 0;
}

#interestModal .modal-header h5 {
  color: #000;
}

.mobileVerifyCon {
  display: none;
}

.mobileVerifyCon #verifyPhoneNoResendBtnClick {
  padding: 5px 10px;
  margin-bottom: 9px;
  border: none;
  background: bisque;
  color: black;
  font-weight: 700;
}

.verifyPhoneNoBtn {
  display: none;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  padding: 5px 0 5px;
  color: green;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  background: linear-gradient(to bottom, #0e870e 0%, #1d8e1d 98%);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 0px 2px;
  transition: all 0.35s linear;
}

.verifyPhoneNoBtn:hover {
  background-size: 100% 2px;
}

.successMsg {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #007700;
  padding: 0 5px;
}

.btn {
  font-weight: 700;
  transition: .3s ease-in-out;
  letter-spacing: .05em;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #d72f3e;
  border-color: #d72f3e;
}

.btn-primary:hover {
  background-color: #c91c2c;
  border-color: #c91c2c;
}

.btn-blue {
  background: #03A9F4;
  color: #242424;
  font-weight: 700;
  letter-spacing: .05em;
}

.btn-blue:hover {
  background: #0096d8;
  color: #fff;
}

.btn-gray {
  background: #efefef;
  color: #000;
}

.btn-gray.primary {
  background: #d6d8ff;
  color: #161b94;
}

.btn-gray.primary:hover {
  background: #c6c8f8;
  color: #161b94;
}

.btn-gray:hover {
  background: #d0d0d0;
  color: #000;
}

.btn img {
  width: 25px;
  margin-left: 5px;
}

.btn-purple {
  background: #c42fb5;
  color: #fff;
}

.btn-purple:hover {
  background: #941387;
  color: #fff;
}

.btn-purple.effect {
  position: relative;
}

.btn-purple.effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d485cc;
  z-index: -1;
  transform: scaleX(1) scaleY(1);
  opacity: 1;
  border-radius: 5px;
  animation: regbtnPopup 1.3s ease-out 75ms infinite;
}

@keyframes regbtnPopup {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }

  50% {
    transform: scaleX(1.2) scaleY(1.6);
    opacity: 0;
  }

  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
}

#titInviteForm label {
  margin-bottom: 3px;
  color: black;
}

#titInviteForm label span {
  color: #f90000;
  font-size: 20px;
  line-height: 0;
  display: inline-block;
}

#titInviteForm .verifyInputContent {
  position: relative;
}

#titInviteForm .verifyInputContent input {
  height: 40px;
}

#titInviteForm .verifyInputContent input.showVerify {
  width: calc(100% - 90px);
}

.inputField {
  display: none;
  border: 1px solid #0c0c0c;
  position: relative;
}

.inputField input {
  width: 65%;
  height: 35px;
  border: none;
  padding: 0 10px;
}

.inputField input:focus-visible {
  box-shadow: none;
  outline: none;
}

.inputField button {
  width: 34%;
  height: 36px;
  border: none;
  background: #0c0c0c;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

#aboutRetrod {
  position: relative;
  padding: 5px 0;
}

#aboutRetrod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
}

#aboutRetrod .content {
  position: relative;
  text-align: center;
}

#aboutRetrod .content h2,
#aboutRetrod .content p,
#aboutRetrod .content a {
  color: #000;
}

#aboutRetrod .content h2,
#aboutRetrod .content a {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

#aboutRetrod .content a {
  color: #99114c;
}

#aboutRetrod .content p {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.08em;
}

#aboutRetrod .content .textCon {
  background: #f9f9f9;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: left;
}

#aboutRetrod .title h2 {
  color: black !important;
}

.thankyoucontent .wrapper-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.thankyoucontent .wrapper-2 {
  padding: 30px;
  text-align: center;
}

.thankyoucontent h1 {
  font-family: "Raleway", Arial Black, Sans-Serif;
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 3px;
  color: #000;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 15px;
}

.thankyoucontent img {
  max-width: 230px;
}

.thankyoucontent .wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #000;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 700;
}

.thankyoucontent .go-home {
  background: #e83890;
  border: none;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}

.thankyoucontent .go-home:hover {
  opacity: 0.9;
}

.thankyoucontent .go-home a {
  font-family: "Raleway", Arial Black;
  font-size: 1rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 360px) {
  .thankyoucontent h1 {
    font-size: 4.5em;
  }
}

@media (max-width: 559px) {
  #eventNav {
    padding: 10px 0;
  }

  #eventNav .col-md-8 {
    justify-content: center !important;
  }

  #eventNav .titMainNav {
    padding-left: 0;
    margin-bottom: 0;
  }

  #eventNav .titMainNav li {
    margin-right: 14px;
  }

  #eventNav .titMainNav li a {
    font-size: 13px;
  }

  #eventNav .edition {
    display: none;
  }

  #eventMain .title h2 {
    font-size: 28px;
  }

  #eventMain #discussionTopics .discussionBg {
    transform: translateY(16px);
  }

  #eventMain #titBanner {
    height: 70vh;
  }

  #eventMain #titBanner .container {
    height: 65vh;
  }

  #eventMain #titBanner .rbtn {
    font-size: 14px;
  }

  #eventMain #titBanner .content h5 {
    text-align: center;
    padding: 0 15px;
  }

  #eventMain #overview::before {
    background-size: cover;
  }

  #eventMain #overview h2,
  #eventMain #overview p {
    text-align: center;
  }

  #eventMain #aboutRetrod p {
    text-align: center;
  }

  #eventMain #aboutRetrod .content a {
    font-size: 28px;
  }

  #eventMain #contactUs {
    padding: 0 0 50px;
  }

  #eventMain footer {
    position: relative;
    z-index: 1;
  }

  #eventMain footer::after {
    content: none;
  }

  #eventMain footer .d-flex {
    flex-wrap: wrap;
  }

  #eventMain footer a {
    width: 100%;
    text-align: center;
  }

  .contactRow {
    justify-content: center !important;
  }
}

.whatsappBtn {
  position: fixed;
  display: flex;
  right: 30px;
  font-size: 25px;
  text-align: center;
  z-index: 10;
  box-sizing: content-box !important;
  line-height: initial;
  overflow-x: initial;
  cursor: pointer;
  border-radius: 8px 34px 34px 34px;
  padding: 17px;
  width: 24px;
  height: 24px;
  background: #25D366;
  bottom: 30px;
  right: 30px;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  color: white;
}

.whatsappBtn:before {
  content: "";
  animation: sonarEffect 1.3s ease-out 75ms infinite;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #25D366;
  border-radius: 20px 34px 34px 34px;
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(12, 211, 86, 0.6), 0 0 10px 10px rgba(64, 143, 93, 0.7411764706), 0 0 0 10px rgba(227, 227, 227, 0.25);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(85, 217, 134, 0.56), 0 0 10px 10px rgba(139, 235, 174, 0.9490196078), 0 0 0 10px rgba(255, 255, 255, 0.17);
    transform: scale(1.5);
    opacity: 0;
  }
}

.informationpage {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: auto !important;
  z-index: 2;
}

.informationpage .infomationbtn {
  text-align: center;
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 rgb(153, 17, 76);
  background: #99114c;
  padding: 10px 37px;
  color: #eee;
  font-weight: 900;
  font-size: 16px;
}

#heroSec {
  max-height: 94vh;
}

@media only screen and (max-width: 900px) {
  #heroSec {
    max-height: 53vh !important;
  }
}

@media only screen and (max-width: 600px) {
  button.btn.btn-light.regd_btn {
    font-size: 12px;
    color: #FFF;
    background-color: #99114c;
    border-color: #f9fafb;
    border: none;
  }
}

@media only screen and (max-width: 600px) {
  button.btn.btn-link.part_btn {
    font-size: 11px;
    background-color: red;
    padding: 5px 17px;
    margin-bottom: 7px;
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (max-width: 900px) {
  p.location {
    font-size: 13px !important;
    font-weight: 600 !important;
    position: relative !important;
    left: -16px !important;
  }
}

#heroSec .videoPlaer {
  width: 100vw;
  height: calc(100vh - 40px);
  position: absolute;
  /* top: 55px; */
  left: 0;
  overflow: hidden;
}

#heroSec .videoPlaer #firstVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: unset;
  overflow: hidden;
}

.btn-light {
  color: #fcfcfc;
  background-color: #99114c;
  border-color: #f8f9fa;
}

/*
#heroSec .videoPlaer video {
  transform: scale(1.2);
} */

#eventSec {
  position: relative;
  padding: 50px 0;
}

#eventSec .bgShape {
  position: absolute;
  width: 180px;
  right: 0;
  transform: translateX(35px);
  top: 50px;
}

#eventSec .eventContent {
  width: 80%;
  margin: 0 auto;
}

#eventSec .item {
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

#eventSec .item .imgArea {
  width: 100%;
  height: 330px;
  display: block;
  overflow: hidden;
}

#eventSec .item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

#eventSec .item .textArea {
  padding: 15px;
}

#eventSec .item .textArea h4 {
  color: #000;
  font-weight: 700;
  font-size: 1.6em;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: transform 0.3s ease-in-out;
}

#eventSec .item .textArea h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

#eventSec .item .textArea p {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.0em;
  margin-bottom: 20px;
  text-align: justify;
  height: 121px;
}

#eventSec .item .textArea a {
  margin-bottom: 10px;
}

#eventSec .item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#eventSec .item:hover h4 {
  color: #99114c;
}

#eventSec .item:hover .imgArea img {
  transform: scale(1.05);
}

#eventSec .item:hover .textArea h4::before {
  transform-origin: left;
  transform: scaleX(1);
  background: #99114c;
}

#aboutTit {
  position: relative;
  padding: 50px 0;
}

#aboutTit .bg {
  position: absolute;
  height: auto;
  width: 650px;
  opacity: 0.5;
  z-index: -1;
}

#aboutTit .bg1 {
  left: 0;
  top: 0;
}

#aboutTit .bg2 {
  left: 0;
  bottom: 0;
}

#aboutTit .bg3 {
  right: 0;
  top: 0;
}

#aboutTit .bg4 {
  right: 0;
  bottom: 0;
}

#aboutTit .content {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px #efefef;
  border-radius: 15px;
}

#aboutTit h2 {
  color: #000;
  font-weight: 700;
  max-width: 500px;
  font-size: 28px;
}

#toggleBar {
  width: 40px;
  height: 40px;
  background: #efefef;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
  cursor: pointer;
}

#toggleBar.active {
  align-items: center;
  justify-content: center;
  position: relative;
}

#toggleBar.active span:nth-child(1) {
  transform: rotate(45deg) translate(0%, 0%);
  position: absolute;
  right: 7px;
  top: 19px;
}

#toggleBar.active span:nth-child(2) {
  opacity: 0;
}

#toggleBar.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0%, 0%);
  left: 7px;
  position: absolute;
  top: 19px;
}

#toggleBar span {
  width: 25px;
  height: 3px;
  background: #303030;
  margin-bottom: 4px;
  border-radius: 50px;
}

#toggleBar span:last-child {
  margin-bottom: 0;
}

.mute-button {
  background-color: #99114c;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 8px 16px;
  margin-top: 10px;
  position: absolute;
  bottom: 0px;
  font-size: 20px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 14px rgba(0, 0, 0, .4);
}

.mute-button.muted {
  background-color: #d60000;
}

.dateP {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#inspirationSec {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

#inspirationSec .dGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 150px);
  grid-gap: 5px;
  margin-bottom: 5px;
  max-width: 1000px;
  margin: 0 auto;
}

#inspirationSec .dGrid .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #efefef;
  height: 100%;
}

#inspirationSec .dGrid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

#inspirationSec .dGrid .item:hover img {
  transform: scale(1.05);
}

#timeLineSec {
  position: relative;
  padding-bottom: 50px;
}

#timeLineSec .wrapper {
  background: #eaf6ff;
  padding: 2rem;
  border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  #timeLineSec .wrapper {
    background: #eaf6ff;
    padding: 1rem;
    border-radius: 15px;
  }
}

#timeLineSec h2 {
  font-size: 1.1rem;
  font-family: sans-serif;
  color: #000;
}

#timeLineSec h4 {
  color: #000;
}

#timeLineSec .sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

#timeLineSec li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #abaaed;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  display: block;
}

#timeLineSec li:last-child {
  border: 0px;
  padding-bottom: 0;
}

#timeLineSec li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: white;
  border: 1px solid #4e5ed3;
  box-shadow: 3px 3px 0px #bab5f8;
  box-shadow: 3px 3px 0px #bab5f8;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}

#timeLineSec .time {
  color: #2a2839;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

#timeLineSec p {
  color: #000000;
  font-family: sans-serif;
  line-height: 1.8;
  margin-top: 0.4rem;
  letter-spacing: .05em;
}

@media only screen and (max-width: 900px) {
  #timeLineSec p {
    color: #000000;
    font-family: sans-serif;
    line-height: 1.3;
    margin-top: 0.4rem;
    letter-spacing: .05em;
  }
}

#timeLineSec .link {
  padding: 10px;
  font-size: 22px;
}

#feedbackSec {
  position: relative;
  padding-top: 50px;
  background: #fff;
}

#feedbackSec .navtabs {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  background: white;
  border-radius: 8px;
  padding: 10px 20px 0;
  position: relative;
}

#feedbackSec .navtabs:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background: #efefef;
}

#feedbackSec .navtab {
  margin: 0 10px;
  padding: 10px 20px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
}

#feedbackSec .navtab:hover {
  color: #99114c;
}

#feedbackSec .navtab.active {
  color: #99114c;
  font-weight: 700;
  background: #99114c24;
}

#feedbackSec .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #99114c;
  transition: left 0.3s ease, width 0.3s ease;
}

#feedbackSec .content {
  display: none;
  padding: 20px 20px 20px;
  width: 100%;
  text-align: center;
}

#feedbackSec .content.active {
  display: block;
}

#feedbackSec .dGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
}

#feedbackSec .item {
  border-radius: 3px;
  overflow: hidden;
  background: #000;
}

.linkHover {
  background-image: linear-gradient(white 50%, #37c5f0 50%);
  background-size: auto 175%;
  transition: background 0.3s ease-in-out;
  font-weight: 700;
  padding: 0 2px;
}

.linkHover:hover {
  background-position-y: 100%;
}

.linkHover2 {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.linkHover2::before {
  content: "";
  background-color: #ffd700;
  position: absolute;
  left: 0.5rem;
  bottom: 5px;
  width: 100%;
  height: 8px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.linkHover2:hover::before {
  left: -5px;
  bottom: 0;
  height: 100%;
  width: calc(100% + 10px);
}

@media (max-width: 1199px) {
  #toggleBar {
    display: flex;
  }

  .titMainNav {
    position: fixed;
    background: #ffffff;
    width: 250px;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 85px 20px 0 25px;
    z-index: -1;
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }

  .titMainNav li {
    display: block !important;
    margin-bottom: 15px;
  }

  .titMainNav li a {
    display: block;
  }

  .titMainNav.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  #heroSec {
    height: 62vh;
  }

  #heroSec .videoPlaer {
    height: calc(60vh - 40px);
  }

  #feedbackSec .dGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 250px);
  }
}

@media (max-width: 599px) {
  #feedbackSec .dGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.submitBtn {
  margin: 0px auto;
}

/* ul.titMainNav:last-child a {
  background-color: red !important;
  padding: 9px 10px;
  border-radius: 5px;
  color: #fff !important;
} */

/*# sourceMappingURL=style.css.map */





#eventNav .titMainNav li a.extra.gray {
  background: #e1e1e1;
  border: 1px solid #9575cd;
  color: #000 !important;
}

#eventNav .titMainNav li a.extra.gray:hover {
  background: #b7b7b7;
  border: 1px solid #b7b7b7;
}

#eventNav .titMainNav li a.extra.effect {
  position: relative;
}

#eventNav .titMainNav li a.extra.effect:before,
.regiterBtn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #161b94;
  border-radius: 50px;
  z-index: -1;
  transform: scale(1);
  animation: btnPopup 1.3s ease-out 75ms infinite;
  opacity: 0;
}

@keyframes btnPopup {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.galleryShow {
  position: relative;
  overflow: hidden;
}

.galleryShow img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 3px;
}

.galleryShow .dFlex {
  gap: 5px;
  margin-bottom: 5px;
  flex-wrap: nowrap;
  transform: translateX(1%);
}

.galleryShow .dFlex:first-child {
  animation: slide-in 50s linear infinite;
}

.galleryShow .dFlex:last-child {
  animation: slide-out 50s linear infinite;
}

@keyframes slide-in {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-500px);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(-500px);
  }

  100% {
    transform: translateX(0);
  }
}


#register_form {
  height: auto;
  min-height: calc(100vh - 120px);
  background: url('../img/registerBg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

#register_form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: .7;
}

#register_form .formBody {
  background: white;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 10px;
  padding: 25px;
  z-index: 2;
  width: 88%;
  max-width: 700px;
  margin-top: 35px;
}

#register_form .formBody h4 {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.regiterBtn {
  position: relative;
  position: relative;
  z-index: 2;
}

.regiterBtn span {
  font-size: 24px;
  font-weight: 600;
  background: white;
  display: block;
}


.form-control {
  border: 1px solid #aeaeae;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.mobileRegBtn {
  position: fixed !important;
  bottom: 30px;
  left: 30px;
  z-index: 5;
  display: none;
}

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

.successFullMailSent .icon {
  border-radius: 200px;
  height: 200px;
  width: 200px;
  background: #F8FAF5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #84af84;
}

.successFullMailSent h2 {
  font-size: 24px;
  color: #151515;
  padding-top: 15px;
}

.successFullMailSent p {
  text-align: center;
}

#aboutTit .title h4 {
  color: #ea0606;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: lowercase;
  background: #ff000033;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 14px;
}

.newsItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 7px;
  padding: 50px 0;
}

#portfolio {
  background: black;
}

.newsItems img {
  border-radius: 2px;
}

.groupLink a {
  margin-right: 15px;
}

.groupLink a:last-child {
  margin-right: 0;
}

.formBody .close {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 35px;
  height: 35px;
  background: #efefef;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

@media (max-width:1440px) {
  #eventNav .titMainNav li {
    margin-right: 15px;
  }

  #eventNav .titMainNav li a {
    font-size: 15px;
  }

  .newsItems {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width:996px) {
  p {
    font-size: 16px;
  }

  #eventNav ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  #eventNav ul li {
    margin-right: 0 !important;
  }

  #inspirationSec p {
    text-align: center;

  }

  .mobileRegBtn {
    display: block;
  }

  #eventSec .item .textArea p {
    height: auto !important;
  }

  .newsItems {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
}


@media (max-width:569px) {
  .newsItems {
    grid-template-columns: 1fr;
  }
}

/*second css*/

/*second chapter css*/
section#anniversary {
  padding-top: 46px !important;
  background-color: #e9e3e3;
}

.anniver_text h3 {
  color: #000;
}

.anniver_text h3 {
  color: #000;
  font-size: 3em;
  font-weight: 700;
}

.avviv_img img {
  width: 77%;
  height: auto;
  position: relative;
  top: 26px;
}

.avviv_img {
  text-align: center;
}

section#impact {
  padding-top: 25px;
}


.edition_num {
  background-image: url("img/edition_techinn_tourism.png");
  padding: 5px 15px;
}

.connection {
  padding: 5px 15px;
}

#impact .impactDetails {
  display: flex;
  color: #fff;
  justify-content: space-around;
  font-size: 5em;
  list-style-type: none;
  padding: 9px 0px;
}

@media only screen and (max-width: 600px) {
  #impact .impactDetails {
    display: flex;
    color: #fff;
    justify-content: space-around;
    font-size: 3em;
    list-style-type: none;
    padding: 9px 0px;
  }
}

/*photos section*/
/*photos section*/
/*photos section*/
.photo-section {
  position: relative;
  width: 100%;
  height: 400px;

  overflow: hidden;
}

.photo-grid {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
  transition: transform 0.5s ease;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.photo-grid img {
  width: 100px;

  height: 100px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.photo-section .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);

  padding: 20px;
  border-radius: 8px;
}

.photo-section:hover .photo-grid {
  transform: translateY(-20px);

}

.photo-section:hover .photo-grid img {
  transform: scale(1.1);

}

/*
section#aboutus {
  padding-top: 84px;
  background-color: #e7e6e6;
} */

/*main section*/
section#mainBody {
  padding-top: 75px;
}

.bodydedails h4 {

  font-size: 4em;
  font-weight: 700;
}

.bodydedails h5 {

  font-size: 3em;
}

section#mainBody {
  padding-top: 75px;
  background-image: url(/img/main_head_bg.jpg);
  width: 100%;
  height: 77vh;
}

.bodydedails {
  transform: translateY(113px);
}

@media only screen and (max-width: 900px) {
  .bodydedails {
    transform: translateY(0px);
  }
}

section#buttonSec {
  background-color: #000000;
  padding: 5px 15px;
}

.first_btn p {
  color: #fff;
  display: inline;
}

p.date {
  margin-left: 17px;
}

.videoBody {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63vh;
  /* background-color: #f0f0f0; */
}

.video-wrapper {
  width: 300px;

  height: 300px;

  overflow: hidden;
  border-radius: 50%;

  background-color: #000;

  display: flex;
  justify-content: center;
  align-items: center;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.output {
  text-align: left;
  font-family: "bicubik";
  color: black;

  h1 {
    font-size: 35px;
    dispaly: block;
  }
}

/* Cursor Styling */

.cursor::after {
  content: "";
  display: inline-block;
  margin-left: 1px;
  background-color: black;
  animation-name: blink;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
}

h1.cursor::after {
  height: 32px;
  width: 5px;
}

p.cursor::after {
  height: 1px;
  width: 1px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.detsIcon {
  margin-right: 9px;
}

.edition_num {
  background-image: url(/img/edition_techinn_tourism.png);
  border-bottom: 1px solid #fff;
}

.Connections {
  background-image: url(/img/connection_new_update-modified.jpg);
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
}

.Sessions {
  background-image: url(/img/season_techinn_tourism.png);
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
}

.Speakers {
  background-image: url(/img/speakers_update.jpg);
  padding: 5px 15px;
}

.anniver_text p {
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 1399px) {
  .first_btn p {
    color: #fff;
    display: inline;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1399px) {
  .photo-section p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 900px) {
  .photo-section p {
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    height: 230px;
  }
}

button.partnerBtn {
  padding: 5px 15px;
  border: 1px solid #4549a9;
  font-weight: 800;
}

.dropbtn {
  color: rgb(51 51 51);
  padding: 16px;
  font-size: 15px;
  border: none;
  font-weight: 600;
  background-color: #fff;
  font-weight: 700;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* .dropdown:hover .dropbtn {
  background-color: #3e8e41;
} */
img.all_partners {
  width: 100%;
  height: 8vh;
}

h6.shortHead {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 900px) {
  .shoukeen {
    max-width: 202px !important;
    height: 50px !important;
  }
}

@media only screen and (max-width: 900px) {
  .dFlex.aic {
    align-items: center;
  }
}

@media only screen and (max-width: 900px) {
  .informationpage .infomationbtn {
    text-align: center;
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(153, 17, 76);
    background: #99114c;
    padding: 10px 37px;
    color: #eee;
    font-weight: 900;
    font-size: 16px;
    position: relative;
    top: -50px;
  }
}