
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: 'Montserrat';
}

p {
    font-weight: 400;
}

h1,h2,h3,h4 {
    font-weight: 700;
}

body {
    /*background: url('../assets/images/pattern.png') repeat;*/
    background: 
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), 
    url('../images/pattern.png') repeat;
    color: #005382;
}

a {
    color: #005382 !important; 
}

a:hover {
    color: #1696E7 !important;
}

.container {
    width: 90%;
    margin: auto;
    padding: 0;
    background-color: #FFFFFF;
    font-weight: 700;
}

.space-100 {
    margin-top: 12em;
}

.space-bottom-outer-100 {
    margin-bottom: 12em;
}


.space-bottom-100 {
    padding-bottom: 12em;
}

.header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
    padding: 0;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.navbar {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    min-height: 70px;
  }

.navbar .container {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar ul li {
    margin-left: 10px;
    margin-right: 10px;
}

  .navbar-nav .nav-link {
    color: #4a4a4a;
  }

  .navbar-nav .nav-link:hover {
    color: #000000;
  }


  .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-collapse {
    justify-content: flex-end;
  }

  @media (max-width: 991px) {
    .navbar-brand {
      margin-left: auto;
      margin-right: auto;
    }
    .navbar-collapse {
      text-align: center;
    }
  }





.menu {
    font-weight: 600;
    text-transform: uppercase;
    color: #5a5461
}

.menu a {
    color: #5a5461 !important; 
}

.menu a:hover {
    color: #44C0EF !important; 
}

.img-logo {
    max-width: 280px;
}

.about-logo {
    max-width: 480px;
}

.mobile-menu {
    display: none;
}

.about {
    background-image: url('../images/header-bg.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 517px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.about-content {
    padding-top: 8em;
}

footer {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}

.btn-ioc {
    background: #1696e7;
    border: solid #1696e7 !important;
    border-radius: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 35px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    position: relative;
    overflow: hidden;
    z-index: 1;
    }

button:hover {
    color: #1696e7 !important;
}

.info {
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 10em;
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    color: #5a5461;
}

.materials {
    margin-left: 5em;
    margin-right: 5em;
    padding-top: 10em;
    padding-bottom: 10em;
}

.materials-content {
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    color: #5a5461;
}

.speakers {
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 20em;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #5a5461;
}

.speakers h4 {
    font-size: 18px;
    font-weight: 700;
}

.speaker-photo {
    max-width: 180px;
    border-radius: 10px;
    margin: 1em;
}

.sponsors {
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 20em;
    padding-bottom: 20em;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.sponsors h4 {
    font-weight: 400;
    color: #5a5461;
}

.sponsors h1 {
    font-weight: 400;
    font-size: 60px;
    color: #5a5461;
    margin-bottom: 40px;
}

.register {
    background-color: #d4efff;
}


@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .info {
    margin-left: 2em;
    margin-right: 2em;
    }
}
