
/*general styles*/
@font-face {
  font-family: 'oswald';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Oswald/Oswald-VariableFont_wght.ttf');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Lato/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
  font-family: 'Protest Riot';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Protest_Riot/ProtestRiot-Regular.ttf');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Pacifico/Pacifico-Regular.ttf');
}
/*new ones */

@font-face {
  font-family: 'Akaya';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Akaya_Telivigala/AkayaTelivigala-Regular.ttf');
}
@font-face {
  font-family: 'Caesar Dressing';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Caesar_Dressing/CaesarDressing-Regular.ttf');
}
@font-face {
  font-family: 'Foundation';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Edu_NSW_ACT_Foundation/EduNSWACTFoundation-VariableFont_wght.ttf');
}
@font-face {
  font-family: 'Faster One';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Faster_One/FasterOne-Regular.ttf');
}
@font-face {
  font-family: 'Freckle Face';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Freckle_Face/FreckleFace-Regular.ttf');
}
@font-face {
  font-family: 'Germania';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Germania_One/GermaniaOne-Regular.ttf');
}
@font-face {
  font-family: 'Goldman';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Goldman/Goldman-Regular.ttf');
}
@font-face {
  font-family: 'Grape Nuts';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Grape_Nuts/GrapeNuts-Regular.ttf');
}
@font-face {
  font-family: 'Iceland';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Iceland/Iceland-Regular.ttf');
}
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Lobster/Lobster-Regular.ttf');
}
@font-face {
  font-family: 'Luckiest';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Luckiest_Guy/LuckiestGuy-Regular.ttf');
}
@font-face {
  font-family: 'Metamorphous';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Metamorphous/Metamorphous-Regular.ttf');
}
@font-face {
  font-family: 'Modak';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Modak/Modak-Regular.ttf');
}
@font-face {
  font-family: 'Nosifer';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Nosifer/Nosifer-Regular.ttf');
}
@font-face {
  font-family: 'Peralta';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Peralta/Peralta-Regular.ttf');
}
@font-face {
  font-family: 'Rampart';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Rampart_One/RampartOne-Regular.ttf');
}
@font-face {
  font-family: 'Rubik Dirt';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Rubik_Dirt/RubikDirt-Regular.ttf');
}
@font-face {
  font-family: 'Sancreek';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Sancreek/Sancreek-Regular.ttf');
}
@font-face {
  font-family: 'Sedgwick Ave';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Sedgwick_Ave_Display/SedgwickAveDisplay-Regular.ttf');
}
@font-face {
  font-family: 'Trade Winds';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Trade_Winds/TradeWinds-Regular.ttf');
}
@font-face {
  font-family: 'Train One';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Train_One/TrainOne-Regular.ttf');
}
@font-face {
  font-family: 'Vujahday';
  font-style: normal;
  font-weight: bold;
  src: url('../lib/fonts/Vujahday_Script/VujahdayScript-Regular.ttf');
}
:root {
  --swiper-pagination-bullet-inactive-color:  #ffffff;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-color: #e25985;
  --swiper-pagination-progressbar-bg-color: rgba(54,54,54, 0.25);
}

body.modal-open{
  padding-right:0px !important;
}
.color-black{
  color:#1d1d1d ;
}
.color-white{
  color: white ;
}
.justify-content-md-center{
  display: flex;
  justify-content: center;
  min-width: 100%;
}
.fontOswald{
  font-family: 'oswald';
}
.font-helvetica{
  font-family: "Helvetica", sans-serif !important;
}
.font-times{
  font-family: "Times New Roman", serif !important;
}
.font-arial{
  font-family: "Arial", sans-serif !important;
}
.font-cursive{
  font-family: "Snell Roundhand", cursive !important;
}
.font-montserrat{
  font-family: "Montserrat" !important;
}
.font-roboto{
  font-family: "Roboto" !important;

}
.font-open-sans{
  font-family: "Open Sans" !important;

}
.font-lato{

  font-family: "Lato" !important;

}
.font-poppins{

  font-family: "Poppins" !important;

}
.font-oswald{

  font-family: "oswald" !important;

}

.font-protest-riot{

  font-family: "Protest Riot" !important;

}
.font-pacifico{

  font-family: "Pacifico" !important;

}

/* new ones */
.font-akaya {
  font-family: "Akaya" !important;
  }

  .font-caesar-dressing {
  font-family: "Caesar Dressing" !important;
  }

  .font-foundation {
  font-family: "Foundation" !important;
  }

  .font-faster-one {
  font-family: "Faster One" !important;
  }

  .font-freckle-face {
  font-family: "Freckle Face" !important;
  }

  .font-germania {
  font-family: "Germania" !important;
  }

  .font-goldman {
  font-family: "Goldman" !important;
  }

  .font-grape-nuts {
  font-family: "Grape Nuts" !important;
  }

  .font-iceland {
  font-family: "Iceland" !important;
  }

  .font-lobster {
  font-family: "Lobster" !important;
  }

  .font-luckiest {
  font-family: "Luckiest" !important;
  }

  .font-metamorphous {
  font-family: "Metamorphous" !important;
  }

  .font-modak {
  font-family: "Modak" !important;
  }

  .font-nosifer {
  font-family: "Nosifer" !important;
  }

  .font-peralta {
  font-family: "Peralta" !important;
  }

  .font-rampart {
  font-family: "Rampart" !important;
  }

  .font-rubik-dirt {
  font-family: "Rubik Dirt" !important;
  }

  .font-sancreek {
  font-family: "Sancreek" !important;
  }

  .font-sedgwick-ave {
  font-family: "Sedgwick Ave" !important;
  }

  .font-trade-winds {
  font-family: "Trade Winds" !important;
  }

  .font-train-one {
  font-family: "Train One" !important;
  }

  .font-vujahday {
  font-family: "Vujahday" !important;
  }
  
html {
  scroll-behavior: smooth;
}
body{
    overflow: hidden;
}
html, body, .app-container{
    height: 100%;
}
.body_list{
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.app-container{
    z-index: 1;
    overflow-y: auto;
    padding-left: 70px;
    padding-right: 70px;
}
.header-container{
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all .4s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}
.image-container{
  background-size: cover;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
  transition: all .2s;
  background-position: center;
  background-repeat: no-repeat;
}
.image-container:hover{
    transform: scale(1.1);
}
.flex-full-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
h1{
    font-size: 32px;
    /*text-shadow: 1px 2px 4px #000;*/
}
p{
    font-size: 18px;
    /*text-shadow: 1px 2px 4px #000;*/

}
.background-image{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: -1;
}
.layer-image-person{
    width: 100%;
    height: 70%;
    background-position-x: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;

}
.layer-image-logo{
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}
.body-container{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 22px;
    margin-bottom: 200px;

}


.dominos-content{
  padding-top: 40px;
}
.list-content{
  padding-top: 0px;
}
.grid-content{
  padding-top: 40px;
}
.hidden-desktop{
    display: none;
}
.hidden-mobile{
    display: block;
}
.hidden-mobile-flex{
  display: flex;
}
.hidden{
  display: none;
}

.grid-container{
    display: block;
    margin: auto;
}
.faw-icon{
    text-shadow: 0 3px 5px rgba(0,0,0,0.25);
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  background: linear-gradient(0deg, rgb(33 33 33) 0%, rgba(0, 0, 0, 0.0) 100%);
  display: flex;
  z-index: 1;
  flex-direction: column;
  }

.registerButton{
  cursor: pointer;
    font-size: 14px;
    margin-top: 12px;
    text-decoration: none;
    display: block;
    margin: auto;
    background: white;
    color: black;
    height: 34px;
    border-radius: 25px;
    transition: all 0.2s;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
}
.registerButton i{
  font-size: 1.5em;
}
.registerButton:hover{
  transform: scale(1.1);
}

.nav-marketing>li>a{
  padding: 10px 8px !important;
}
.header{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.share-button{
  height: 38px;
  background: white;
  border-radius: 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 4px;
  transition: all .2s;
}
.fa-1d5x{
  font-size: 1.5em !important;

}
.share-button:hover{
    transform: scale(1.1);
}
.share-button:active{
    background: rgb(223, 223, 223);
    transform: scale(0.98);
}

.share-button img{
  width: 23px;
  margin: auto;
  display: block;
  margin-top: 2px;
}
.contact-button{
  height: 38px;
  background: white;
  border-radius: 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 4px;
  transition: all .2s;
}
.contact-button i{
  position: relative;
    right: 0px;
    color: #3b3b3b;
    font-size: 18px;
}
.contact-button:hover{
  transform: scale(1.1);
}
.contact-button:active{
  background: rgb(223, 223, 223);
  transform: scale(0.98);
}

.contact-button img{
  width: 100%;
}

.subscribe-button{
  height: 38px;
  background: white;
  border-radius: 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 4px;
  transition: all .2s;
}
.subscribe-button i{
  position: relative;
    right: 0px;
    color: #3b3b3b;
}
.subscribe-button:hover{
  transform: scale(1.1);
}
.subscribe-button:active{
  background: rgb(223, 223, 223);
  transform: scale(0.98);
}

.subscribe-button img{
  width: 100%;
}
.background-layer-overlay{
    width: 100%;
    height: 100%;

}
.background-image-overlay{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 40px;
  background-position-x: center;
  position: absolute;
  top: 0;
  z-index: -1;
}
.form-register-form-group{
  margin: 8px;
}
.modal-footer{
  border: none;
}
.modal-header{
  border: none;
}

.btn-submit-register, .btn-submit-register:not(:disabled){
  display: block;
  margin: auto;
  margin-bottom: 16px;
}

.color-dominos-layer{
  width: 100%;
  height: 100%;
  position: absolute;
}
.background-dominos-layer{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  box-shadow: none !important;
}
.background-list-layer{
  width: 50px;
  height: 50px;
  /* position: absolute; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  box-shadow: none !important;
}
.faw-icon{
  z-index: 1;
}

/*end general*/

/*header styles*/
/* header center */
.header-center{
  width: 450px;
  max-width: 100%;

}
.header-center .image-container{
    display: block;
    margin: auto;
}
.header-center h1{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    white-space: break-spaces !important;
}
.header-center p{
    text-align: center;
    white-space: break-spaces !important;
}
/* header left */

.header-left{
  margin-top: 32px;
  width: 450px;
  max-width: 100%;
}
.header-left .image-container{
    display: block;
    margin: auto;
}
.header-left h1{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    white-space: break-spaces !important;
}
.header-left p{
    text-align: center;
    white-space: break-spaces !important;
}
/* header right */
.align-self-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-right{
  margin-top: 32px;
  width: 450px;
  max-width: 100%;

}
.header-right .image-container{
    display: block;
    margin: auto;
}
.header-right h1{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    white-space: break-spaces !important;
}
.header-right p{
    text-align: center;
    white-space: break-spaces !important;
}
/*end header styles*/

/*buttons styles*/

.dominos-button-base{
    position: relative;
    display: flex;
    width: 85px;
    height: 85px;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
    transition: all .2s;
}
.dominos-button-base:active{
    transform: scale(0.9);
}
.list-button-base:active, .image-container:active, .grid-button-base:active{
    transform: scale(0.98);
}
.dominos-button-base:hover, .list-button-base:hover, .grid-button-base:hover{
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}
.grid-button-base{
    position: relative;
    display: flex;
    width: 140px;
    height: 140px;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
    transition: all .2s;
}
.list-button-base{
  display: flex;
  margin: auto;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  transition: all .2s;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
}
.list-button-base i{
   /*position: absolute;
   margin-top: 10px;*/
   margin-left: 10px;
}
/*
.list-button-base.extra-large i{
  
  position: absolute;
  margin-top: 28px;
  margin-left: 28px;
  
}
*/
.extra-large .background-list-layer{
  width: 60px !important;
  height: 60px;
}
img{
  border-radius: 13px !important;
}
.video_background{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.col-buttons{
    margin-bottom: 10px;
}
.title-dominos{
    margin-top: 5px;
    text-align: center;
}
.title-list{
  text-align: center;
  margin: auto;
}

.fill-square{
    border-radius: 0px;
    /*border: 1px solid #e6e6e6;*/
  }
  .outline-square{
    border-radius: 0px;

  }
  .soft-square{
    border-radius: 0px;
    border:none;

  }
  .fill-rounded{
    border-radius: 14px;
    /*border: 1px solid #e6e6e6;*/

  }
  .outline-rounded{
    border-radius: 14px;

  }
  .soft-rounded{
    border-radius: 14px;
    border:none;
  }
  .shadow-left{
    box-shadow: -7px -1px 20px -2px #1d1d1d;
  }
  .shadow-right{
    box-shadow: 7px -1px 20px -2px #1d1d1d;
  }
  .shadow-center{
    box-shadow: 0px 0px 20px 0px #1d1d1d;
  }
  .fill-circular{
    border-radius: 100%;
    /*border: 1px solid #e6e6e6;*/

  }
  .fill-circular-sub{
    border-radius: 100px;
  }
  .outline-circular{
    border-radius: 100%;


  }
  .outline-circular-sub{
    border-radius: 100px;


  }
  .soft-circular{
    border-radius: 100%;
    border:none;
  }
  .list-button-base.extra-large.outline-circular, 
  .list-button-base.extra-large.fill-circular,
  .list-button-base.extra-large .outline-circular,
  .list-button-base.extra-large .fill-circular
  {
    border-radius: 60px !important;

  }

  .list-button-base .outline-circular, .list-button-base .fill-circular{
    border-radius: 35px;
  }
  .list-button-base.outline-circular, .list-button-base.fill-circular{
    border-radius: 35px;

  }
  .small{
    width: 70px;
    height: 70px;
  }
  .small.list-button-base{
    width: 100%;
    min-height: 42px;

  }
  .extra-large{

    width: 130px;
    height: 130px;
  }

  .extra-large.list-item{
    width: 100%;
    height: 130px;

  }
  .list-button-base.extra-large{
    width: 100%;
    min-height: 90px;
  }
  .default{
    width: 85px;
    height: 85px;

  }
  .default.list-button-base{
    width: 100%;
    min-height: 52px;

  }

  /*end button styles*/

  .modal-title{
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
  }
  .btn-close{
    position: absolute;
    right: 15px;
  }

  .image-modal{
    max-height: 500px;
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .image-modal-popup{
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .video-container{
    width: 100%;
  }
  .video-container iframe, .video-container .wistia_embed{
    width: 100%;
    min-height: 400px;
  }
  .popup-list-links{
    list-style-type: none;
    padding-left: 0px;
  }
  .popup-list-links-item{
    min-height: 50px;
    
    /*
    background: white;
    border-radius: 14px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
    */

    
    padding: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .2s;
    display: flex;
    align-items: center;
    transition: all .2s;

  }
  .popup-list-links-item-general{
    min-height: 50px;
    padding: 16px;
    background: white;
    border-radius: 14px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .2s;
    display: flex;
    align-items: center;
    transition: all .2s;
  }
  .popup-list-links-item p{

    margin: 0px;
  }
  .popup-list-links-item-grid{
    height: 100%;
    padding: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .2s;
    display: flex;
    flex-direction: column;
    transition: all .2s;
    align-items: center;

  }
  .popup-list-links-item-grid p{

    margin: 0px;
  }
  .share-modal-button{
    width: 135px;
    height: 135px;
    display: block;
    margin: auto;
    border: none;
    border-radius: 13px;
    background: white;
    color:#1d1d1d;
  
  }
  .share-modal-button i{
    color:#1d1d1d;

  }
  .share-modal-button span{
    color:#1d1d1d;

  }
  .qr_viewer{
    width: 250px;
    height: 250px;
    display: block;
    margin: auto;
    margin-top: 20px;
    border: 1px solid white;
    background: white;
    border-radius: 20px;
    padding: 10px;
    display: flex;
  }

  .share-modal-button i{
    display: block;
  }
  .popup-list-links-item-grid:active, .popup-list-links-item-grid:hover{
    transform: scale(0.99);
  }
  .mix-blend{
  
    mix-blend-mode: difference;
  }
  .popup-list-links-item-general i{
    margin-right: 10px;

  }
  .popup-list-links-item i{
    margin-right: 10px;
  }
  .popup-list-links-item-general:hover, .popup-list-links-item-general:active{
    transform: scale(0.99);


  }
  .popup-list-links-item:hover{
    /*background: rgb(244, 244, 244);*/
    transform: scale(0.99);

  }
  .popup-list-links-item:active{
    transform: scale(0.99);
  }
  .register-logo{
    width: 100px;
    display: block;
    margin: auto;
  }
  .register-title{
    font-size: 20px;
  }
  .conditions-register{
    font-size: 15px;
  }
  .hl-app #form-builder{
    padding: 0px !important;
  }
  .hl-app .ghl-form-wrap{
    margin-bottom: 0px !important;
  }
  /*end modal styles*/
  
  /* top banner */
  .top-banner{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #cacaca;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
  }
  .bottom-banner{
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
  }
  .swiper-banner-wrapper{
    height: auto !important;
  }
  .swiper-banner-wrapper .swiper-slide{
    height: auto !important;
  }
  .top-banner.banner-rounded{
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .top-banner.banner-square{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .bottom-banner.banner-rounded{
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
  }
  .bottom-banner.banner-square{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .banner-fill{
    border: 0px solid;
  }
  .banner-outline{
    border-bottom: 1px solid #cacaca;
  }

  .top-banner-image{
    height: 50px;
    /* display: block; */
    /* margin: auto; */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .banner-close-button:active{
    border: none;
  }
  .banner-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
  }
  .banner-lg{
    flex-direction:row;

  }
  .d-flex-center-v{
    display: flex;
    align-items: center;
  }
  .banner-title{
    font-size: 16px;
    margin-bottom: 0px;
  }
  .banner-button{
    font-size: 14px;
    margin: 10px;

  }
  .d-flex-center-mobile{

    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-link.nav-link-marketing{
    background: white;
  }
  .nav-link.nav-link-marketing.active{
    background: rgb(216, 216, 216);
  }
  .nav-link.active.color-white{
    color:black !important;
  }
  .justify-content{
    justify-content: center;
  }
  .nav-marketing>li>a {
    line-height: 1.42857143;
    border: 1px solid white !important;
    border-radius: 4px 4px 0 0;
    font-size: 13px;
    color: white;
    text-decoration: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-top: 13px;
  }
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent;
  }
  .tab-pane{
    background: white !important;
    min-height: 200px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 5px;
  }
  .btn-pink{
    background: #e25985;
    color: rgba(255, 255, 255, 1);
  }

  .fullScreenFooterButton{
    position: fixed;
    bottom: 0;
    z-index: 1000;
    padding: 10px 15px;
    display: inline;
    opacity: 0.5;
    color: white;
    background: none;
    border: none;
  }
  .fullScreenFooterButton:hover{
    opacity: 1;
    border: none;
    background: none;


  }
  .fullScreenFooterButton:active{
    opacity: 1;
    border: none;
    background: none;


  }
  .btn-share-popup{
    background: none;
    color: white;
    border: none;
    font-size: 20px;
    opacity: 0.7;
    position: absolute;
    transition: all .2s;
    mix-blend-mode: difference;
  }
  .vcardImage{
    width: 250px;
    display: block;
    margin: auto;
    border-radius: 13px;
    margin-top: 20px;
  }
  .btn-share-popup:hover{
    transform: scale(0.98);
  }
  .btn-share-popup:active{
    transform: scale(0.98);
  }
  .marketingMenu{
    position: absolute;
    bottom: -5px;
    z-index: 1000;
    padding: 10px 15px;
    display: inline;
    opacity: 0.5;
    color: white;
  }
  .list-group-item{
    padding-left: 0px;
    padding-right: 0px;
  }
  .backdrop{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgb(0 0 0 / 70%) !important;
    top:0px;
  }
  .swiper-banner{
    width: 100%;
    height: 90%;
    position: absolute !important;
    top: 0px;

  
  }
  .play-banner-button{
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .play-banner-button i{
    color:black;
  }

  .swiper-top-banner{
    width: 100%;
    overflow: visible;
    height: auto !important;
  }
  .swiper-top-banner-container{
    display: none;
    
  }
  .swiper-bottom-banner{
    width: 100%;
    overflow: visible;
  }
  .swiper-bottom-banner-wrapper{
    height: auto !important;
  }
  .swiper-bottom-banner-wrapper .swiper-slide{
    height: auto !important;
  }
  .footer-toolbar{
    
    display: flex;
    margin-bottom: 10px;
    position: relative;
  }
  .swiper-bottom-banner-container{
    display: none;
    
  }
  .swiper-popup-container{
    display: none;
  }
  .swiper-popup{
    height: 90%;
  }
  .popup-f-screen{
    height: 90%;
    justify-content: space-evenly;
  }
  .modal-dialog-popup, .popup-f-screen{
    height: 90%;
  }
  .popup-rounded{
    border-radius: 13px;
  }
  .popup-square{
    border-radius:0px;
  }
  .popup-fill{
    border: 0px solid;
  }
  .popup-outline{
    border: 1px solid;
  
  }
  .modal-body-popup{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .iframe-popup{
    width: 100%;
    min-height: 400px;
    border-radius: 14px;
  }
  .modal-dialog-popup{
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .popup-medium{
    min-height: 500px;
  }
  .popup-iframe-responsive{
    padding:56.25% 0 0 0;
  }
  /*media queries*/
  /* ROTATION HACK */
  @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .app-container{
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  }
  @media screen and (max-width: 993px) {
    .popup-iframe-responsive{
      padding:100% 0 0 0;
    }
  }
  @media screen and (max-width: 767px) {

    .iframe-popup{
      width: 100%;
      min-height: 350px;
    }
    .fullScreenFooterButton{
      display: none;
    }
    .banner-lg{
      flex-direction: column;

    }
    .banner-content{
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4px;
      /*flex-direction: column;*/
    }
    .li-tabs-marketing{
      width: 50%;
    }
    .dominos-content{
      padding-top: 0px;
    }
    .list-content{
      padding-top: 0px;
    }
    .grid-content{
      padding-top: 0px;
    }
    .justify-content{
      justify-content: start !important;
    }
    .body-container{
      margin-top: 15px;
  
    }
    .banner-title{
      font-size: 12px;
      margin-bottom: 4px;
      margin-top: 4px;

    }
    .banner-button{
      font-size: 9px;
      margin-top: 0px;
      margin-bottom: 3px;
      margin-left: 3px;
      margin-right: 3px;

  
    }
    /*general*/
    .hidden-desktop{
        display: block;
    }
    .hidden-mobile{
        display: none;
    }
    .hidden-mobile-flex{
      display: none;
    }
    .layer-image-person{

        background-position-x: center;
        background-size: cover;
    }
    .image-container{
        width: 100px;
        height: 100px;
    }
    h1{
        font-size: 20px;
    }
    p{
        font-size: 16px;
    
    }
    .image-modal{
        max-height: none;
        width: 100%;
        display: block;
        margin: auto;
      }
      .image-modal-popup{
        max-height: 445px;
        max-width: 100%;
        display: block;
        margin: auto;
      }
      .app-container{
        padding-left: 20px;
        padding-right: 20px;
      }
      .body_list{
        width: 100%;
        display: block;
        margin-top: 30px;
        margin-bottom: 100px;
      }

    /*end general*/

  }
  @media screen and (min-width: 768px) {
    /*general*/
        .list-button-base{
            width: 50%;
        }

        .app-container{
          padding-left: 40px;
          padding-right: 40px;
        }

    /*end general*/
    

    }
    @media screen and (min-width: 992px) {
        .image-modal-popup{
          max-height: 445px;
          max-width: 100%;
          display: block;
          margin: auto;
        }
        .header-left, .header-right{
            display: block;
            margin: auto;
        }
        .app-container{
          padding-left: 50px;
          padding-right: 50px;
        }
        .video_background{
          object-fit: cover;
          width: 100vw;
          height: 100vh;
          position: fixed;
          top: 0;
          left: 0;
        }


    }
    @media screen and (min-width: 1400px) {
      .app-container{
        padding-left: 90px;
        padding-right: 90px;
      }
      .body_list{
        width: 50%;
        display: block;

        margin-top: 30px;
      }

    }
    @media screen and (min-width: 1500px) {
      .app-container{
        padding-left: 100px;
        padding-right: 100px;
      }

    }