* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: "Hind Madurai", sans-serif;
  box-sizing: border-box;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1200px;
}

section {
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
  height: 80vh;
  background-color: #5a0002;
  position: relative;
}

h1,
h2,
h4,
h3 {
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-family: "Lora", serif;
}

p {
  font-family: "Hind Madurai", sans-serif;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.nav-active {
  background-color: #000000;
  color: white !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #ffcc00 !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100%;
  /* position: relative; */
}

.landing-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
}

.landing-page .theme-container {
  margin-top: 10px;
  width: 60%;
}

.landing-page .theme-container h1 {
  color: white;
  font-weight: 900;
  font-size: 45px;
}

.landing-page .theme-container h5 {
  color: #ffcc00;
  font-weight: 600;
  font-size: 27px;
}

.landing-page .theme-container p {
  color: white;
  font-size: 14px;
  padding: 15px 0px;
}

.landing-page .theme-container .theme {
  color: #ffffff !important;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 38px;
}

.landing-page .side-design {
  width: 100%;
  max-width: 40%;
  height: 100%;
  background: url(./images/exhibition-img.jpg) no-repeat center/cover;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0;
}

/* landing page ends */

.heading h1 {
  font-size: 32px;
  font-weight: 800 !important;
  font-family: "Manrope", sans-serif;
  padding: 10px 0px;
  text-align: start;
  text-transform: uppercase;
}

/* why-attend */

.what-expect {
  padding: 70px 0px;
}

.what-expect .container .row .points {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: self-start;
  min-height: 200px;
  background-color: #f7f7f7;
  margin: 10px 0px;
  padding: 30px 15px;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px #0267c1;
}

.what-expect .container .row .points h4 {
  font-size: 22px;
  font-weight: 600 !important;
  color: #000000;
  padding-right: 20px;
}

.what-expect .container .row .points img {
  width: 100%;
  max-width: 70px;
}

.what-expect .container .row .points p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0px;
  text-align: start;
}

/* what-expect */

/* registration starts */

.registration {
  padding-top: 60px;
  background-image: linear-gradient(300deg, #5a000200 0%, #360001 100%);
  background-color: #360001;
  background-blend-mode: multiply;
  color: white;
  position: relative;
}

.registration .row img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.registration .row .container {
  padding: 30px 20px 50px;
  text-align: center;
}

.registration .row h1 {
  color: #ffcc00;
  font-weight: 900;
  font-size: 36px;
}

.registration .row h5 {
  font-size: 22px;
  padding: 10px 0px 30px;
  line-height: 25px;
}

.registration .row a {
  width: 100%;
  max-width: 180px;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  text-decoration: none;
  background-color: #ffcc00;
  color: black;
}

/* registration ends */

/* why-attend starts */

.why-attend {
  padding: 70px 0px;
}

.why-attend .container {
  padding: 60px 20px;
  background: url(./images/why-attend-bg.webp) no-repeat center/cover;
  background-color: #000000bd;
  background-blend-mode: multiply;
  color: white;
  border-radius: 25px;
}

.why-attend .row {
  row-gap: 20px;
}

.why-attend .row .col-lg-6 {
  padding: 0px 30px;
}

.why-attend .row .col-lg-6 div h5 {
  color: #ffcc00;
  font-weight: 700;
}

.why-attend .row .col-lg-6 div p {
  font-size: 15px;
}

/* why-attend ends */

/* who attend */

.who-attend {
  padding: 70px 0px;
  background-color: #f0f0f0;
  position: relative;
}

.who-attend img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80%;
}

.who-attend h1 {
  color: #5a0002;
}

.who-attend p {
  color: #000000;
  text-align: start;
}

.who-attend .row {
  margin: 15px 0px;
}

.who-attend .row .col-lg-9 {
  padding: 0px 1px;
}

.who-attend .row p {
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-attend .row .blue {
  background-color: #0267c1;
  color: white;
}

.who-attend .row .black {
  background-color: #000000;
  color: white;
}

.who-attend .row .yellow {
  background-color: #ffd63c;
}

.who-attend .row .brown {
  background-color: #601902;
  color: white;
}

/* who attend */

/* Attending companies */

.attending-companies {
  padding: 70px 0px;
  background-color: #f3f5f3;
  display: none;
}

.blog_section .blog_content .blog_item {
  width: 150px !important;
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.owl-carousel .owl-item img {
  width: 80% !important;
}

.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}

.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}

.blog_section .blog_content .blog_item .blog_image img {
  transition: transform 0.5s ease-in-out;
}

.owl-nav {
  display: none;
}

/* Attending companies */

/* solutions section starts */

.solutions-section {
  padding: 70px 0px;
  background-color: #000000;
}

.solutions-section {
  padding: 90px 0px;
  opacity: 1;
  background-color: #000000;
  position: relative;
}

.solutions-section .heading h1 {
  color: #ffcc00;
}

.solutions-section .side-img {
  max-width: 300px;
  position: absolute;
  right: 0px;
  top: -100px;
}

.solutions-section .row .solution {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
  padding: 0px 10px;
  width: 20%;
}

.solutions-section .row .solution .border {
  border: none !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.solutions-section .solution img {
  width: 100%;
}

.solutions-section .row .solution .overlay {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.6;
  height: 100%;
  transition: background-color 0.5s;
}

.solutions-section .row .solution .overlay:hover {
  background-color: #5a0002;
}

.solutions-section .row .solution span {
  color: white;
  font-weight: 600;
  font-size: 17px;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  margin: auto;
  text-align: center;
  padding: 0px 15px;
}

/* solutions section */

/* solutions section ends */

/* Whats's new */

.whats-new {
  padding: 70px 0px;
}

.whats-new h1 {
  color: #601902;
}

.whats-new .row .col-lg-4 {
  padding: 0px 5px;
}

.whats-new .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: start;
  padding: 25px;
  box-shadow: 0px 3px 12px #0000001f;
  border: none;
}

.whats-new .card1 {
  background: url(./images/attend/WN-bg1.svg) no-repeat center/cover;
  background-color: #5a0002;
  color: white;
}

.whats-new .card2 {
  background: url(./images/attend/WN-bg3.svg) no-repeat center/cover;
  background-color: #ffcc00;
}

.whats-new .card3 {
  background: url(./images/attend/WN-bg2.svg) no-repeat center/cover;
  background-color: #0267c1;
  color: white;
}

.whats-new .card h4 {
  font-size: 19px;
  font-weight: bold;
}

.whats-new .card p {
  font-size: 14px;
}

/* Whats's new */

/* key-features */

/* key-features */

.key-features {
  padding: 60px 0px;
  background-color: #5a0002;
}

.key-features h1 {
  color: #ffcc00;
}

.key-features .row .col-lg-3 {
  padding: 0px 0px;
}

/* top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 50px 0px 30px;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  line-height: 22px;
}

@media (min-width: 320px) and (max-width: 699px) {
  section {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #000000;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
    height: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 180px;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .heading h1 {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
  }

  .small-heading h3 {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  /* landing page */

  .landing-page {
    padding-top: 70px;
    position: relative;
  }

  .landing-page .theme-container {
    max-width: 70%;
  }

  .landing-page .theme-container h1 {
    font-size: 22px;
  }

  .landing-page .theme-container h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .landing-page .theme-container p {
    font-size: 12px;
    padding: 10px 0px;
  }

  .landing-page .side-design {
    height: 100%;
    max-width: 30%;
    bottom: auto;
    top: 0;
  }

  .who-attend .row {
    row-gap: 15px;
    margin: 15px 0px;
  }

  .who-attend img {
    width: 100%;
  }

  .who-attend .row .col-lg-2 {
    display: none;
  }

  .solutions-section .row .solution {
    width: 100%;
    margin: 13px 0px;
  }

  .whats-new h1 {
    font-size: 25px;
    text-align: center;
  }

  .whats-new .card h5 {
    font-size: 20px;
    text-align: left;
  }

  .whats-new .card p {
    text-align: left;
  }

  .key-features h1 {
    font-size: 25px;
    text-align: center;
  }

  .registration .row h1 {
    font-size: 30px;
  }

  .registration .row h5 {
    font-size: 20px;
    padding: 10px 0px 20px;
    line-height: 25px;
  }

  .why-attend .row .col-lg-6 {
    padding: 0px 15px;
  }

  /* form */
  .section1 form {
    padding: 0px !important;
  }

  .form-row > .col,
  .form-row > [class*="col-"] {
    padding: 0px;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  section {
    overflow-x: hidden !important;
  }

  .navigation {
    background-color: #000000;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-container .nav-item {
    padding: 0px 5px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  .heading h1 {
    font-size: 28px;
    padding: 0px;
  }

  .landing-page .theme-container h1 {
    font-size: 36px;
  }

  .landing-page .theme-container h5 {
    font-size: 22px;
  }

  .landing-page .theme-container p {
    font-size: 14px;
    padding: 10px 0px;
  }

  .what-expect {
    padding: 50px 0px;
  }

  .what-expect .container .row .points {
    padding: 25px 10px;
    min-height: 185px;
  }

  .what-expect .container .row .points h4 {
    font-size: 16px;
  }

  .what-expect .container .row .points img {
    width: 100%;
    max-width: 50px;
  }

  .registration .row h1 {
    font-size: 30px;
  }

  .registration .row h5 {
    font-size: 18px;
  }

  .who-attend .row .col-lg-2 {
    display: none;
  }

  .solutions-section .row .solution span {
    font-size: 13px;
    font-weight: 500;
  }

  .solutions-section .row .solution {
    padding: 0px 5px;
    margin: 6px 0px;
  }

  .whats-new .card {
    padding: 15px;
  }

  .whats-new .card h4 {
    font-size: 18px;
  }

  .key-features .row .col-lg-3 {
    padding: 0px 10px;
  }

  .why-attend .row .col-lg-6 {
    padding: 0px 15px;
  }

  /* form */
  .contact-section form label {
    font-size: 12px;
  }

  .contact-section form label span {
    font-size: 10px !important;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}
