@font-face {
  font-family: Proxima_Nova_Condensed_Regular;
  src: url(../fonts/Proxima_Nova_Condensed_Regular.otf);
}

@font-face {
  font-family: HelveticaLTStd-Roman;
  src: url(../fonts/HelveticaLTStd-Roman.otf);
}

@font-face {
  font-family: Proxima_nova;
  src: url(../fonts/Proxima\ Nova.otf);
}

@font-face {
  font-family: Proxima_nova_bold;
  src: url(../fonts/Proxima\ Nova\ Bold.otf);
}

@font-face {
  font-family: Proxima_nova_italic;
  src: url(../fonts/Proxima\ Nova\ It.otf);
}

body {
  font-family: "Proxima_nova" !important;
  /* font-family: 'Open Sans', sans-serif !important; */
}

p {
  font-size: 16px;
  font-family: "" !important;
  font-family: "Proxima_nova" !important;
  /* font-family: 'Open Sans', sans-serif !important; */
}

b,
strong {
  font-weight: 900;
}

h1,
h3,
h2,
h5,
h4,
h5,
h6 {
  font-family: "Proxima_nova_bold" !important;
  /* font-family: 'Open Sans', sans-serif !important; */
}

.newheadingclass {
  font-family: "Proxima_nova_bold" !important;
}
.section-header {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow:
    0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 12%);
}
.navbar {
  box-shadow: none;
}
.navbar {
  background: url(../img/shadow_bg.svg);
  background-repeat: no-repeat;
  padding-top: 2%;
}
html {
  scroll-behavior: smooth;
}

.navbar-brand img {
  width: 15vh;
  margin-left: 2px;
}

.nav-link {
  color: #000;
  font-weight: normal;
  font-size: 15px;
}

.navbar .dropdown-menu a {
  text-transform: uppercase;
}

.navbar-brand {
  margin-right: 0.5rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Proxima_nova" !important;
  /* font-family: 'Open Sans', sans-serif !important; */
}

.nav-link:hover {
  color: #77a440;
}

.dropdown-menu li a {
  font-size: 13px !important;
}

.anim-text {
  position: absolute;
  top: 12vh;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.anim-text h1 {
  font-size: 56px;
  font-weight: normal;
}

.bars {
  color: #bfc1bc;
}

.avatar {
  width: 60%;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  background: white;
  text-transform: uppercase;
  border-left: 1px solid #ccc;
  border-right: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  /* background: linear-gradient(to top left, #49662f 30%, #010c17 100%); */
  background-color: #244e6d;
}

.nav-tabs {
  border-bottom: 1px solid none;
  box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #fff;
  border-color: transparent;
  font-weight: bold !important;
  border: 1px solid #255070;
  /* font-family: "Swis721_BT"; */
}
.btn-primary {
  color: #fff;
  background-color: #149a9a !important;
}

.navbar-inc img {
  width: 14vh;
}

.ul-nav {
  width: 100%;
}
.navbar-brand img {
  width: 20vh;
  margin-top: 10px;
  margin-left: 2px;
}
.web {
  display: block;
}

.register_btn {
  background-color: #149a9b !important;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 6px 10px;
  margin-top: 45px;
  /* width: 40%; */
  border: none;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #949a9f;
  font-size: 14px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.nav-item {
  padding-right: 8px;
  padding-left: 8px;
}
.activenav {
  font-weight: bold;
}
.sub-menu {
  background-color: transparent;
  overflow: auto;
  white-space: nowrap;
  margin-top: 27vh !important;
  text-align: center;
  color: #000;
  display: block;
  padding: 20px;
}
.sub-menu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  list-style-type: none;
}
.sub-menu a:hover {
  color: #000 !important;
  text-decoration: none;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover {
  background-color: #01506f;
  color: #fff;
}
.sub-menu a,
.sub-menu .dropbtn {
  position: relative;
  padding: 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
/* Add vertical line */
.sub-menu a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -15px;
  color: #999;
}
.dropdown11 {
  position: unset !important;
  display: inline-block;
}

.dropdown-content {
  display: none;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
  z-index: 9999;
}

.dropdown-content a:hover {
  background-color: #01506f;
  color: #fff !important;
}
.dropdown-content a {
  color: #255070;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}
.dropdown-content a::after {
  content: "" !important;
}

.new-footer h5 {
  color: #707070;
  font-size: 18px;
  font-weight: bold;
}
.new-footer ul {
  list-style: none;
  padding: 0px;
}
.new-footer ul li {
  font-size: 14px;
  margin-bottom: 6px;
}
.new-footer ul li a {
  color: #000;
}
.footer-copyright p {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  top: 11px;
}
/* @media screen and (min-width: 1600px) and (max-width: 3000px) {
  .sub-menu {
    margin-top: 24vh !important;
  }
} */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sub-menu {
    margin-top: 24vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sub-menu {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait) {
  .sub-menu {
    margin-top: 23vh !important;
  }
  #event_heading {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 1100px) {
  .section-header .container {
    max-width: 1450px !important;
  }
}
@media screen and (max-width: 992px) {
  .footer-logo img {
    width: 30%;
    padding-bottom: 25px;
  }
  .navbar-brand img {
    width: 10vh;
    margin-left: 1px;
    position: relative;
    top: 6px;
  }
  .mobile-register {
    background-color: #ff0000;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    font-size: 11px;
    padding: 3px 10px;
    margin-left: 50%;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-content {
    display: none;
  }
  .dropdown11 {
    position: relative;
  }

  .dropdown-content {
    position: absolute;
    top: 21vh;
    left: 20px;
    z-index: 99999;
  }
  .sub-menu {
    margin-top: 15vh !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .sub-menu {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 375px) {
  .sub-menu {
    margin-top: 90px !important;
  }
}

/* about page */

#about_event {
  background: url(../img/London-image-bg.png) no-repeat center center;
  background-size: 100%;
  padding: 30px;
  position: relative;
}
#event_heading {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}
#event_subHeading {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.3;
}
.desc-text {
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
}

.event-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.8s ease;
}

.event-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
}

/* Overlay */
.event_details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: #184455ad;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.6s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.event_details h5 {
  margin-bottom: 0;
  font-size: 15px;
  width: 60%;
}

.event-card:hover .event_details {
  transform: translateY(0);
}

/* Button styling */
.event_details button {
  background: #149a9b;
  color: #fff;
  border: none;
  padding: 8px 15px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
}

.sestion_heading {
  font-family: Proxima_nova_bold;
  font-size: 2.8rem;
}
.sestion_heading span {
  font-family: Proxima_nova !important;
}
#registerUk26-btn {
  background-color: #01506f;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 15px;
  border: none;
  position: absolute;
  left: 21%;
  font-weight: 800;
  text-transform: uppercase;
}
#whyAttend {
  padding: 20px 0;
  margin-top: 5%;
}
.reason-to-attend {
  margin-bottom: 80px;
}
.reason-to-attend p {
  font-size: 14px;
}
#past_speakers .container {
  background: url(../img/Past\ Speakers\ BG\ 1920\ x\ 500.png) no-repeat center
    center;
  background-size: 100% 100%;
  padding: 30px 40px;
}
/* Vertical Text */
.vertical-text h3 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 40px;
  font-weight: 800;
  color: transparent;
  margin-right: 20px;
  text-align: center;
  margin: 20px 45px 31px 0px;
}

.outline-text {
  color: transparent;
  -webkit-text-stroke: 0.1px #212529;
  font-weight: 700;
}
.spkr-card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.spkr-card img {
  width: 100%;
}
.speaker_infoma {
  text-align: left;
  height: 100px;
  padding: 5px;
}

.speaker_infoma h3 {
  color: #000;
  margin-bottom: 0px;
  font-size: 20px;
  padding: 3px;
  line-height: 1;
}

.speaker_infoma p {
  font-size: 11px;
  margin-top: 0px;
  color: #848484;
  line-height: 1.4;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: none;
}
#igf-sponsors {
  padding: 30px 0;
  margin: 4% auto;
  border-bottom: 1px solid grey;
}

#sponsors .col-lg-3 {
  display: flex;
  justify-content: center;
  width: 20%;
}
.heading-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.heading-wrapper .line {
  flex: 1;
  height: 1px;
  background: grey;
}
.heading-wrapper h2 {
  width: 27%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #registerUk26-btn {
    left: 33% !important;
  }
}

@media screen and (max-width: 768px) {
  #home_banner {
    margin-top: 15% !important;
  }
  #about_event {
    padding: 20px;
  }
  #event_heading {
    font-size: 2rem;
  }
  #event_subHeading {
    line-height: 1.2;
  }
  /* #registerUk26-btn {
    left: 18%;
  } */
  #whyAttend {
    padding: 20px;
  }
  .sestion_heading {
    font-size: 2rem;
  }
  .Question-Mark {
    width: 30%;
  }
  .reason-to-attend {
    margin-bottom: 30px;
  }
  .speaker_infoma {
    padding: 5px 0 0;
  }
  .speaker_infoma h3 {
    font-size: 15px;
    padding: 0;
  }
  .speaker_infoma p {
    font-size: 10px;
  }
  .vertical-text {
    display: block;
  }
  .vertical-text {
    display: block;
  }

  .vertical-text h3 {
    writing-mode: unset;
    transform: unset;
    margin: 0;
  }
  #past_speakers .vertical-text h3 {
    margin-bottom: 30px;
  }
  .programme-box {
    flex-direction: column;
  }
  .heading-wrapper h2 {
    width: 60%;
  }
  #igf-sponsors {
    padding: 20px;
  }
  #sponsors .col-lg-3 {
    width: 50%;
  }
  .preloader {
    left: 30% !important;
  }
}
