
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
    
    background-color: #8a9ea7;
}

.navbar {
    max-height: 65px;
    transition: 100ms ease;
    background: transparent;
}

.navbar-collapse {
    margin-top: 0;
}

.dropdown-menu , .dropdown-item {
   background-color: #3f3d56 ;
   bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    color: #fff;
    object-fit: contain;

}

.dropdown-menu {
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border-radius: 4px;
    cursor: pointer;
    
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }

.navbar.scrolled {
   padding-left: 5%;
   padding-right: 5%;
   margin-top: 0;
   background-color: #3f3d56 !important;
    
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    -box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

.navbar.scrolled img {
    width: 95%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3f3d56;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color:#8a9ea7;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}

a,
.btn {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.viewbox-button-default {
    fill: rgba(0, 255, 0, 0.45);
}

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

.item img {
    max-width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px;
    color: #959595;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px;
    color: #959595;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px;
    color: #959595;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px;
    color: #959595;
}

/*---- Nav-Styles ----*/
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #8a9ea7;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 16px;
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 50px;
    background-color: #5b5879;
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
}

.bg-light {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

nav ul > li > .active,
.nav-link:hover {
    color: #ffff;
}

.navbar {
    margin: 50px 0 0;
    height: 85px;
    z-index: 9;
}

.icons {
    float: right;
    margin-right: 0;
    margin-left: 0;
}

nav {
    width: 100%;
}

nav ul > li .nav-link {
    padding: 0;
}

.nav-item {
    margin: 0 5px;
}

nav ul > li > a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hidden-xs {
    font-size: 13px;
    line-height: 32px;
}

.navbar-dark .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.43);
}

.nav-item:last-child {
    margin-right: 0;
}



footer li a {
    font-size: 16px;
}




@media screen and (max-width: 991px) {
.navbar-light .navbar-nav .nav-link {
    border-radius: 0;
}

.navbar {
    margin: 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    
}

.about .main-content:nth-child(2) {
    margin-top: 0;
}

.about {
    margin-top: 0;
}

.nav-item {
    margin: 0;
}

.navbar img,
.navbar.scrolled img {
    width: 60%;
}

.navbar {
    height: 65px;
}
}
footer {
   position: static;
    width: 100%;
    height: auto;
    padding: 30px 0 10px;
    background-color: #3f3d56;
    font-family: 'Montserrat', sans-serif;
    margin-top: 250px;
    margin-bottom: 0;
    
}


footer p {
    margin: 0;
    padding: 0;
    color: #d7d7d7;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
}



 
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta img {
  color: #ffffff;
  font-size: 30px;
  float: left;
  margin-top: 0;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 6px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}

 .event {
    display: flex;
    justify-content: center;
    text-align: center;
    
    font-family: 'Baloo Thambi', cursive;
    margin-top: 250px;
 }

.cover {
    display: flex;
    justify-content: center;
}
.cover img {
    margin-top: 100px;
    margin-bottom: 100px;
   width: 80%;
    border-radius: 30px;
}
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .container {
      
    padding: 10px 26px;
  }.cardss {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 30px;
width: 300px;
align-items: center;
justify-content: center;
  }
  
  /* Add rounded corners to the top left and the top right corner of the image */
  .cardss img {
    border-radius: 30px;
   max-height: 350px;
   
   
  }
  .speaker {
      margin-top: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      justify-items: center;
      
  }
  body > nav > div > button{
      margin-right: 50px;
      border-color: #000000;
      font-weight: 200;
      font-weight: bolder;
      border-width: 2px;
  }
  @media screen and (max-width: 991px) {
    body > section.event > div > div > div.cover > div > div.view.view-cascade.overlay > img{
height: 300px;
    }}
  @media screen and (min-width: 768px) {
      .cardss{
          
          justify-content: center;
          margin :20px 0;
         align-items: center;}
         
          
      }
      @media screen and (max-width: 768px) {
          .signup {
              display: flex;
              justify-content: center;
              justify-items: center;
          }
        .signup .btn {
            float: right;
             
            font-weight: 200;
         }
    #xyz {
        margin-bottom: 20px;
    }
    .cardss{
        width: 300px;
        justify-content: center;
        margin :20px 0;
       align-items: center;}
        }


      .signup{
          display: inline-flex;
          position: static;
          float: right;
        margin-top: 50px;
        margin-right: 10%;
       
      }
.signup .btn {
    padding: 17px 59px;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    border-radius: 100px;
    font-weight: 700;
    background-color: #3f3d56;
    border: 3px solid #3f3d56;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
   

    
}
.signup .btn:hover{
    color: #3f3d56;
    background-color: #fff;

}
.event .description {
    text-align: center;
    margin: 0 20px ;
    
}
.event .description h1{
    color: #3f3d56;
}
.descriptions h1{
    
    color: #3f3d56;
    text-align: center;
   
    text-transform: capitalize;
    font-family: 'Baloo Thambi', cursive;
}