.home-main {
    background: #FFF5DB;
    display: grid;
    grid-template-columns: auto auto;
    justify-items: end;
    align-items: center;
}
.only-mob{
    display:none;
}
.home-text-inner {
    padding-left: 27px;
}
.home-title {
    font-family: 'Avenir Next LT W01 Bold';
    font-size: 56px;
    font-weight: normal;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 16px;
    color: #333;
}
.home-main-subhead {
    font-family: 'Avenir Next LT W01 Bold';
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 64px;
    color: #733900;
    max-width: 544px;
}
.home-date{
    color: #000;
    font-family: 'Avenir Next LT W01 Demi';
    margin-bottom:16px;
}
a#reg_btn {
    font-family: 'Avenir Next LT W01 Demi';
    border-radius: 8px;
    background: #000;
    display: flex;
    width: 160px;
    height: 48px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.home-main a#reg_btn:hover{
    background: #3D3D3D !important;
}
.home-bg-img img {
    /* height: 640px; */
    width: 640px
}



.popup-trigger{cursor: pointer;}
.popup-background {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
   background-color: #000000ed;
  z-index: 9998;
   overflow-y: scroll;
  
}

.popup {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  z-index: 9999;
  width: 720px;
  height: 400px;
  border-radius: 8px;
  display: grid;
  place-content: center;
}

.popup-close {
position: absolute;
top: 10px;
right: 10px;
}

.sm-item img {
  width: 110px;
}
.sm-item a {
  font-size: 14px;
  font-family: 'Epilogue-medium';
  color: #000;
}
.sm-items {
  display: flex;    place-content: center;    padding-top: 20px;
}

.sm-item {
  margin: 0 25px;
}
.sm-item span {
  font-size: 14px;
  font-family: 'AvenirNextLTW01-Medium';
  position: relative;
  top: 15px;
  font-weight: 400;
  color: black;
}

.sm-item a {
 display: grid;
  place-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  height: 110px;
  width: 110px;
}
.sm-item img {
  width: 50px;

}
.popup p {
  font-family: 'AvenirNextLTW01-Medium';
  color: black;
  font-size: 38px;
}
button.popup-close {
  background: transparent;
  border: 0;
  width: 20px;
  top: 15px;
  right: 15px;
}

.pick-slot {
  background: black;
  color: white;
  font-family: 'AvenirNextLTW01-Medium';
  font-size: 16px;
  font-weight: 600;
  width: 160px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  place-content: center;
  align-items: center;
  margin-top: 30px;
}
.sm-item a:hover {

box-shadow: 0 3px 5px rgb(0 0 0 / 0.4);

  border: 0;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .home-bg-img img{
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .home-bg-img img{
        width: 100%;
    }
    .home-title{
        font-size: 48px;
        line-height: 56px;
    }

}

@media (max-width: 991px) {
    .home-main{
        grid-template-columns:auto;
        justify-items: center;
        display: block;
        text-align: center;
        padding-top: 120px;
    }
    .home-text-inner{
        padding: 0 15px;
    }
    .home-title{
        text-align: center;
        font-size: 40px;
        line-height: 48px;
    }
    .home-title br{
        display: none;
    }
    .home-main-subhead{
        max-width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .home-main a#reg_btn{
        margin:0 auto;
    }
    
     

.sm-item span {
  font-size: 12px !important;
}

.sm-item a {
  height: 75px !important;
  width: 75px !important;
}
      .sm-item {
  margin: 0 10px !important;    text-align: center;
}

.sm-item img {
      margin: 0 auto;
  width: 45px !important; 
}
      .popup p {
          text-align: center;
  font-size: 22px !important;
}

      .popup {
  width: 95% !important;
}
}







.footer-secdc-ties{
    opacity: 1 !important;
}
.mobile{
    display:none;
}
.hero-top-fold{
    display:flex;
}
.hero-top-fold .hero-top-fold-inner{
    display:flex;
    align-items:center;
    justify-content:center;
    height:84vh;
    /* background:#3C3CAD; */
    flex-direction:column;
    width: 100%;
    background: url(../images/hero-banner.webp) no-repeat center;
    background-size: cover;
}
.hero-top-fold .hero-top-fold-inner .hero-top-line{
    text-align: center;
    font-family: "AvenirNextLTW01-Medium";
    font-size: 16px;
    line-height: 24px;
    color: #222;
    margin-bottom: 8px;
}
.hero-top-fold h1{
    text-align: center;
    font-family:"Avenir Next LT W01 Bold";
    font-size: 56px;
    font-style: normal;
    font-weight: normal;
    line-height: 64px;
    color:#000;
    margin-bottom:8px;
    position: relative;
}
.hero-top-fold h2{
    font-family: "AvenirNextLTW01-Medium";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    color:#222;
    position:relative;
    margin:0;
    max-width: 940px;
    text-align: center;
}
.hero-top-fold p{
    font-family: "AvenirNextLTW01-Medium";
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    color:#484848;
    margin-top:28px;
    margin-bottom: 16px;
}
.hero-top-fold p span{
    margin: 0px 6px;
}
.hero-top-fold p b{
    font-family:"Avenir Next LT W01 Bold";
}
.hero-top-fold a{
    font-family: 'Avenir Next LT W01 Demi';
border-radius: 8px;
background: #000;
width: 256px;
height:48px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
font-size: 16px;
font-style: normal;
}
.hero-top-fold a:hover{
    background: #3D3D3D !important;
}
.hero-icon-left{
    position:absolute;
    width:106px;
    left: -78px;
    bottom: -11px;
}
.hero-icon-right{
    position:absolute;
    width:95px;
    right: -78px;
    bottom: -12px;
}
.star-icon{
    position:absolute;
    right: -38px;
    top: -23px;
    width: 41px;
}
@media (min-width:2000px){
    .hero-top-fold .hero-top-fold-inner{
        height: 72vh;
    }
}
@media screen and (min-width: 3456px) and (min-height: 2234px) {
    .hero-top-fold .hero-top-fold-inner{
        height: 72vh;
    }
}
@media (min-width:1700px){
    .hero-top-fold .hero-top-fold-inner{
        height: 72vh;
    }
}
@media (max-width:1400px){
    .hero-top-fold .hero-top-fold-inner{
        height: 66vh;
    }
}

@media (max-width:1024px){
    .hero-top-fold .hero-top-fold-inner{
        height: 44vh;
    }
}
@media (max-width:991px){
    .home-bg-img{
        text-align: right;
    }
    .hero-top-fold{
        position: relative;
    }
    .mob-ipad{
        display:block;
      }
      .top-left{
        width: 112px;
        position:absolute;
        left:0px;
        top:69px;
      }
      .top-right{
        width: 123px;
        position:absolute;
        right:0px;
        top:70px;
      }
      .bottom-left{
        width: 111px;
        position:absolute;
        left:0px;
        bottom:0px;
      }
      .bottom-right{
        width: 112px;
        position:absolute;
        right:0px;
        bottom:0px;
      }
    .chat-icon{
        display:none;
    }
    .hero-top-fold h1{
        font-size: 40px;
        line-height: 48px;
    }
    .hero-top-fold .hero-top-fold-inner .hero-top-line{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .hero-top-fold h2{
       font-size:16px;
    }
    .hero-top-fold p{
        font-size: 14px;
        line-height: 24px;
    }
    .hero-icon-left {
position: absolute;
width: 60px;
left: 105px;
bottom: -7px;
}
    .hero-icon-right{
        position: absolute;
width: 60px;
right: 97px;
bottom: -10px;
    }

    .hero-top-fold .hero-top-fold-inner{
        padding: 130px 0px 100px 0px;
        height:auto;
        background: #FFEDC1;
    }
}
@media (max-width:767px){
    .home-main-subhead{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .home-bg-img img{
        height:auto;
        margin-top: 8px;
        width: 100%;
    }
    a#reg_btn{
        width: 98%;
    }
    .why-attend-section a#reg_btn{
        width: 91%;
    }
    .only-desk{
        display:none;
    }
    .only-mob{
        display:block;
    }
    .home-main{
        padding-top:102px;
    }
    .home-title{
        font-size: 36px;
        line-height: 44px;
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .home-title br{
        display: block;
    }
    .hero-top-fold .hero-top-fold-inner .hero-top-line{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .hero-top-fold h1{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 8px;
        max-width: 280px;
    }
    .hero-icon-left,.hero-icon-right{
        display:none;
    } 
    .star-icon{
        right: 10px;
        top: -12px;
        width: 26px;
    }
    .hero-top-fold h2{
        font-size: 16px;
        line-height: 24px;
        max-width: 260px;
    }
    .hero-top-fold p{
        font-size: 14px;
        line-height: 24px;
        margin-top: 24px;
        text-align: center;
    }
    .hero-top-fold p span{
        /* display:none; */
    }
    .speaker-form-section{
        margin: 0 auto 54px auto !important;
    }
    /* .hero-top-fold p span{
        color: #fff;
    } */
    .hero-top-fold .hero-top-fold-inner{
        padding: 173px 0px 125px 0px;
    }
    .hero-top-fold a{
        width: 88%;
        font-size: 16px;
    }
    .mobile{
        display:block;
    }
    .desktop{
        display:none;
    }
}
@media (width:1024px){
    .hero-top-fold h1{
        /* font-size: 54px; */
    }
    .hero-top-fold h2{
        /* font-size:54px; */
    }
    .hero-icon-left{
        width: 100px;
left: 138px;
bottom: -10px;
    }
    .hero-icon-right{
        width: 95px;
right: 127px;
    }
    .navbar-light img{
        width:111px !important;
    }
   
}