
@font-face {
  font-family: "Vidaloka";
  src: url("../fonts/Vidaloka/Vidaloka-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

p,h1,h2,h3,h4,h5,h6, span, div {
    /* font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Vidaloka", serif; */
    font-family: "Vidaloka";
    font-weight: 400;
    font-style: normal;
  }

  .termly-code-snippet-support div, .termly-code-snippet-support p{
    font-family: "Inter"!important;
    font-optical-sizing: auto;
    font-style: normal;
  }

  button,input,button[type=submit], .secondary-text{
    /* font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-style: normal; */
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
  }

  a {
    text-decoration:none;
  }

html, html body{
    margin:0;
    width:100%;
    padding:0;
    overflow-x:hidden;
    /* background-color:#02151C; */
  }

  /* utility classes  */

  .font-weight-bold{
    font-weight:700;
  }
.base-main{
    position:relative;
    z-index:0;
}

/* api success and fail containers  */

.api-container{
  position:fixed;
  top:70px;
  right:70px;
  z-index:101;
}

.api-container .api-box{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction: column;

  max-width:400px;

}

.api-container div p{
  margin:0px;
}

.api-close{
  width:20px;
  height:20px;
  border-radius:50%;
  background-color:rgba(255, 255, 255, 0.75); 
  display:flex;
  align-items:center;
  justify-content:center;

  font-weight:600;
  cursor:pointer;

  transition: all .3s ease;

  position:absolute;
  top:-10px;
  right:-10px;
}

.api-close:hover{
  transform:scale(1.05);
  background-color:rgba(255, 255, 255, 0.9); 
}

.api-success-container{
  display:none;
}

.api-fail-container{
  display:none;
}

.api-show{
  display:block;
}


  /* with line heights  */
.title-main{
    font-size:42px;
    line-height:55px;

  }
  
  .title-main-lg{
    font-size:64px;
    line-height:87px;
  }
  
  /* .title-main-md{
    font-size:48px!important;
    line-height:65px;
  
  } */
  
  .title-main-small{
    font-size:33px;
    line-height:52px;
  }
  
  .title-subtitle{
    font-size:26px;
    line-height: 35px;
  }
  
  .title-pretitle{
    font-size:20px;
    line-height:27px;
    opacity:.8;
    margin-bottom:0px;
  }
  
  .text-normal{
    font-size:16px;
    line-height:27px;
  }
  
  .text-normal-md{
    font-size:18px;
    line-height:30px;
  }
  
  .text-large{
    font-size:20px;
    line-height:26px;
  }

  /* video banner -----------------------------------------  */
  /* .mini-jumbo-container{
    width:100%;
    position:relative;
}
.mini-jumbo{
    background-color:black;
    color:white;
    height:270px;
    overflow:hidden;
}

#mini-jumbo-vid {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .mini-vid-winners-title-container{
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;

    padding:70px;

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:6;
}
.mini-vid-winners-title {
    font-weight:600;
    text-transform: uppercase;
    width:700px;
    text-align:center;
}

  .mini-vid-vignette{
    height:100%;
    width:100%;
    background-color:rgba(0, 0, 0, 0.65);
    z-index:5;
    position:absolute;
    top:0;
    left:0;
} */

  /* colors --------------------------------------  */
  .secondary-color{
    /* background-color:#021373; */
    background-color:#2a2a2a;
  }

  .secondary-color-sub{
    /* background-color:#202D73; */
    background-color:#2a2a2ab7;
  }
  .main-color{
    background-color:#B4CED9;
  }
  .accent-color{
    background-color:#F2B544;
  }
  .accent-color-sub{
    background-color: #F2AA52;
  }

  /* btn stuff ---------------------------------------------------------------------  */

  
  button {
    /* border-radius: 5px; */
    border: 1px solid transparent;
    font-size: 1em;
    text-align:center;
    /* font-weight: 500; */
    font-family: inherit;
    cursor: pointer;
    letter-spacing: 1px;
    width:100%;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  
  }

  input[type="submit"], input.submit-btn {
    /* border-radius: 5px; */
    border: 1px solid transparent;
    font-size: 1em;
    text-align:center;
    /* font-weight: 500; */
    font-family: inherit;
    cursor: pointer;
    letter-spacing: 1px;
    width:100%;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    text-transform:capitalize;
  
  }
  
  /* lottery btn stuff -----------------------------------------------------  */
  .cta-btn-container{
    height:40px;
    width: 500px;
    padding:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }


  div.lottery-highlight{
    width:100%;
  }

  .lottery-btn{
    display:flex;
    justify-content:space-between;
    align-items:center;

    width:100%;
    min-height:56px;

    text-align:center;
  }

  .default-btn{
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    min-height:56px;

    text-align:center;
  }

  .lottery-btn span{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    /* font-size:20px; */
    text-transform:uppercase;
  }

    /* btn stuff ---------------------------------------------------------  */


    .btn-highlight{
      padding:2px;
      width: fit-content;
      block-size: fit-content;
      border-radius:4px;
      position:relative;
      background-color:#F2AA52;
      height:100%;
      min-width:150px;
      /* margin-right:16px; */
      /* transform: rotate(180deg); */

      
    }
    
    
    .btn-highlight-slideAway{
      background-color:white;
      border-radius:4px;
      position:absolute;
      top: 3px;
      left:3px;
      width:0px;
      height:calc(100% - 6px);
      z-index:2;
      transition-duration: .3s;
      transition-timing-function: ease-in;
      
    }
  
    .btn-highlight:hover > .btn-highlight-slideAway { 
      
      width:calc(100% - 6px);
    
    }
    
    
    .btn-highlight:hover > button { 
      /* text-shadow: 1px 1px 1px #111111; */
      color:#111111;
      
    }


    .btn-highlight button{
      height:100%;
      z-index:0;
      background-color: rgba(0,0,0,0);
      color:white;
      z-index:3;
      position:relative;
      padding:8px 16px;
      transition-duration: .5s;
  
    }  

    .btn-highlight:hover > input { 
      /* text-shadow: 1px 1px 1px #111111; */
      color:#111111;
      
    }
    
    .btn-highlight input{
      height:100%;
      z-index:0;
      background-color: rgba(0,0,0,0);
      color:white;
      z-index:3;
      position:relative;
      padding:8px 16px;
      transition-duration: .5s;
  
    }  

    /* special case to chango text color  */
    .btn-highlight-light:hover > button, .btn-highlight-light:hover > input  { 
      /* text-shadow: 1px 1px 1px #111111; */
      color:white;
      
    }
    

  /* nav stuff ------------------------------------------------------------------- */

  /* .jm-navbar-cont{
    display:flex;
  }




  /* mobile hide -----------------------------------------------------------------  */
  

  /* css for injected elements */
  .modalContent__image{
    background-position: top!important;
  }

  .jm-mb-show{
    display:none;
  }
  
  @media(max-width:575px){
    p.jm-mb-hide, div.jm-mb-hide, .jm-mb-hide {
      display:none;
    }
  
    .jm-mb-show{
      display:block;
    }
  
    .title-main-lg{
      font-size:42px;
      line-height:65px;
    }
  
    .title-main{
      font-size:33px;
      line-height:52px;
    }
    .api-container{

      right:16px;
      margin-left:16px;
  
  }
}
  
/* height  */
@media(max-height: 600px){
  
  p.jm-mb-hide, div.jm-mb-hide, .jm-mb-hide, .jm-height-hide {
    display:none;
  }

  .title-main-lg{
    font-size:42px;
    line-height:65px;
  }

  .title-main{
    font-size:33px;
    line-height:52px;
  }
}