/*
* Theme: Digibox: Default
* Author: http://www.getmorph.com
* Version: 1.0.0
* Updated: 14/07/2020 (DD/MM/YYY)
*/

/*
Table of Contents:
==================
* Fonts
* Base styles & structural layouts
* Media Queries
*/

/* FONTS */

@font-face {
    font-family: Lato-Black;
    src: url("../fonts/Lato-Black.ttf");
}

@font-face {
    font-family: Lato-Bold;
    src: url("../fonts/Lato-Bold.ttf");
}

@font-face {
    font-family: Lato-Regular;
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: Lato-Light;
    src: url("../fonts/Lato-Light.ttf");
}

/* BASE STYLES */

* {
    outline: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

input.form-control {
    -webkit-user-select: initial !important;
     -khtml-user-select: initial !important;
       -moz-user-select: initial !important;
        -ms-user-select: initial !important;
            user-select: initial !important;
}

body {
    background: #F8F8F8;
    font-family: 'Lato-Regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    width: 100%;
    max-width: 200px;
    height: 46px;
    line-height: 1;
    padding: 15px;
    text-transform: uppercase;
    box-shadow: 0px 3px 6px #A657EA3B;
}

.btn:hover {
    box-shadow: none;
}

#turn {
  display: none;
  z-index: 10001;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

#turn p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}

/* HOMEPAGE */

.logo img {
    width: 100%;
    height: auto;
    max-width: 520px;
    margin-bottom: 40px;
}

h3.tagline {
    font-family: 'Lato-Light';
    font-size: 28px;
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    margin: 0 0 40px 93px;
    max-width: 520px;
}

h3.tagline:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
}

.btn-row {
    margin-left: 220px;
    width: 200px;
}

.home-login.form-link {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

/* LOGIN & SIGNUP PAGE */

.login-page .col-right {
    padding: 60px 40px;
    position: relative;
    height: 100vh;
}

.login-page .col-right .form-container {
    width: 100%;
    display: flex;
    height: 100%;
    background: #ffffff;
    -webkit-border-radius: 80px 80px 0 80px;
    -moz-border-radius: 80px 80px 0 80px;
    border-radius: 80px 80px 0 80px;
    box-shadow: 0px 3px 16px #0000002C;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 15%;
}

.col-right .logo-symbol img {
    width: 60px;
    height: auto;
}

.col-right .form-title {
    font-family: 'Lato-Bold';
    font-size: 24px;
    margin-top: 20px;
}

.col-right .form-outer {
    padding: 100px 0;
}

.col-right .form-control {
    font-family: 'Lato-Regular';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #cccccc;
    height: 44px;
    font-size: 16px;
    margin: auto;
}

.col-right .form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.col-right .btn-submit {
    margin: 20px auto;
}

.col-right .form-link {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

/* NAVIGATION BAR */

.navbar {
    padding: 0;
}

.navbar .container-fluid {
    padding: 60px 90px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link a,
.navbar-expand-lg .navbar-nav .nav-link a:hover {
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav a.key-count-in {
    display: block;
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    font-size: 18px;
    color: #fff;
    height: 45px;
    width: 185px;
    text-align: center;
    padding: 8px;
}

.navbar-expand-lg .navbar-nav a.key-count-in .feather {
    margin-right: 10px;
    margin-top: -4px;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle {
    position: relative;
}

.navbar-expand-lg .navbar-nav .notific-count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    background: #F09494;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 30px 30px;
    padding: .5rem 1rem;
    width: 280px;
    position: absolute;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #E8E8E8;
    white-space: normal;
    padding: .5rem 1rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border: 0;
}

.navbar-nav .inactive {
    display: none;
}

.navbar-nav .inactive-in {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    padding: 13px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav .active-in {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 13px 10px;
    font-size: 12px;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    background-color: #e84c3d;
    text-transform: uppercase;
    color: #fff;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.red-dot {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 15px;
  width: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  background-color: #e84c3d;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);}}

.navbar-nav .dropdown-toggle .feather {
    width: 45px;
    height: 45px;
}

.navbar-nav .nav-item.btn-cart .feather {
    width: 45px;
    height: 45px;
}

/* SIDE MENU */

.navbar-right {
    position: absolute;
    top: 7px;
    right: 388px;
    width: 50px;
    height: 168px;
}

.navbar-right.btn-menu {
    z-index: 101;
}

.navbar-right.btn-cart {
    z-index: 90;
}

.navbar-right .feather{
    position: absolute;
    top: 65px;
    width: 34px;
    left: 8px;
    height: 34px;
    z-index: 102;
}

.menu-icon-1 {
    display: block;
}

.menu-icon-1.show {
    display: none;
}

.menu-icon-2 {
    display: none;
}

.menu-icon-2.show {
    display: block;
}

#side-menu {
    font-family: 'Lato-Regular';
    color: #F2F2F2;
    position: fixed;
    top: 0;
    font-size: 16px;
    width: 390px;
    padding: 0 50px;
    z-index: 105;
}

#side-menu .mainMenu {
    margin-top: 10px;
    display: block;
    padding: 0 0 0 0;
    overflow-y: auto;
    width: 100%;
}

.main-side-nav {
    position: absolute;
    background-color: #000;
    width: 390px;
    right: -390px;
    height: 100%;
    z-index: 100000;
    transition: right .4s ease!important;
}

.open-side-nav {
    right: 0!important;
    transition: right .5s ease!important;
    z-index: 110 !important;
}

#menu-overlay {
    position: fixed;
    background: rgba(255,255,255,.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    width: 100%;
    height: 100%;
    z-index: 99;
    right: 100%;
    top: 0;
    transition: right .5s ease;
}

.overlay {
    right: 0!important;
    transition: right .5s ease!important;
}

.mainMenu > li {
    margin-bottom: 10px;
    padding: 10px 20px;
}

.mainMenu > li >a {
    font-size:  16px;
    color: #fff;
}

.mainMenu > li .feather {
    margin-right: 20px;
}

.mainMenu > li >a:hover,
.mainMenu > li >a:focus,
.mainMenu > li.active >a {
    color: #fff;
    text-decoration: none;
}

#side-menu .nav-logo {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    padding: 25px;
    margin: 60px auto 15px;
}

#side-menu .nav-logo img {
    width: 40px;
    height: 40px;
}

#side-menu .username {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#side-menu .border {
    border: 1px solid #1B1921 !important;
    opacity: 0.2;
}

#side-menu .logout {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
}

/* CART MENU */

#cart-menu {
    font-family: 'Lato-Regular';
    color: #F2F2F2;
    position: fixed;
    top: 0;
    font-size: 16px;
    width: 390px;
    padding: 0 50px;
    z-index: 105;
}

#cart-menu .mainMenu {
    margin-top: 20px;
    display: block;
    padding: 0 0 0 0;
    overflow-y: auto;
    width: 100%;
}

.main-cart-nav {
    position: absolute;
    background-color: #000;
    width: 390px;
    right: -390px;
    height: 100%;
    z-index: 100000;
    transition: right .4s ease!important;
}

#cart-menu .btn-checkout {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
}

#cart-menu .cart-title {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    margin: 100px auto 30px;
}

#cart-menu .cart-row {
    margin-bottom: 20px;
}

.cart-row .col-cart-img {
    width: 100px;
    margin-right: 15px;
}

#cart-menu .img-small {
    background: #ffffff;
    text-align: center;
    padding: 15px 20px;
    width: 100px;
    height: 80px;
    border-radius: 15px 15px 0 15px;
}

#cart-menu .img-small img {
    width: 100%;
    margin: auto;
    height: 100%;
}

.cart-row .col-cart-text {
    width: 175px;
    padding-right: 20px !important;
    position: relative;
}

.cart-row .col-cart-text p.cart-prod {
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-row .col-cart-text p.cart-small {
    font-size: 14px;
    margin-bottom: 0px;
}

.cart-row .col-cart-text .cart-delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

/* DASHBOARD */

.dashboard {
    min-height: 100vh;
}

.grid-head {
    position: relative;
    margin-bottom: 70px;
}

.main .grid-head {
    padding-left: 25px !important;
}

.main .grid-head:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
}

.main .grid-head h1 {
    font-size: 30px;
    font-family: 'Lato-Bold';
    margin: 0;
    line-height: 0.7;
}

.main .grid-head p {
    font-size: 15px;
    margin: 0;
    line-height: 1;
    margin-top: 15px;
}

.exp-grid {
    justify-content: space-between;
    flex-wrap: wrap;
}

.exp-grid .cols {
    width: 30%;
    position: relative;
    height: 288px;
    margin-bottom: 70px;
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    overflow: hidden;
}

.exp-grid .cols h3 {
    font-family: 'Lato-Bold';
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.exp-grid .cols.cols-1 {
    background: url('../images/gallery-img.png') center center no-repeat;
    background-size: cover;
}

.exp-grid .cols.cols-2 {
    background: url('../images/gallery-img.png') center center no-repeat;
    background-size: cover;
}

.exp-grid .cols.cols-3 {
    background: url('../images/gallery-img.png') center center no-repeat;
    background-size: cover;
}

.exp-grid .cols .col-in {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 30px;
    z-index: 11;
}

.basic-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    z-index: 10;
    background-color: #000;
}

.content-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.cols:hover .content-overlay{
  opacity: 1;
}

.digibot {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 10001;
}

.digibot .feather {
    -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
}



/* LIVE FEED */

.live-screen {
    min-height: 100vh;
}

.live .main .grid-head h1 {
    padding: 5px 0;
    line-height: 1;
}

.live .video-container {
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    -khtml-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    overflow: hidden;
}

.live .video-container iframe {
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    -khtml-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    height: 600px;
    box-shadow: 0px 3px 6px #3434341C;
    width: 100%;
    overflow: hidden;
    border: 1px solid #cccccc;
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* safari border radius issue */
}

.live .chat-container {
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    margin-bottom: 40px;
}

.live .chat-container h3 {
    font-size: 20px;
    font-family: 'Lato-Bold';
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 100;
}

.live .chat-container iframe {
    width: 100%;
    box-shadow: 0px 3px 6px #3434341C;
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    padding: 24px 18px;
    background: #fff;
    height: 600px;
    overflow: hidden;
    border: 1px solid #cccccc;
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* safari border radius issue */
}

.live .live-text h1 {
    font-size: 30px;
    font-family: 'Lato-Bold';
    margin-bottom: 40px;
    line-height: 1;
}

.live .live-text p {
    margin-bottom: 40px;
}

.live .video-container p {
    margin-bottom: 70px;
}

/* ABOUT US */

.about .main .grid-head h1 {
    padding: 5px 0;
    line-height: 1;
}

.about .main .about-content h2 {
    font-family: 'Lato-Light';
    color: #242424;
    font-size: 40px;
    margin-bottom: 20px;
}

.about .main .about-content p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* BINGO */

.bingo {
    min-height: 100vh;
}

.bingo .main .grid-head h1 {
    padding: 5px 0;
    line-height: 1;
}

/* this applies if theres a subheading */
/* .bingo .main .grid-head h1 {
    padding: 0;
} */

.main .grid-head p {
    margin-top: 10px;
}

.bingo-row img {
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    box-shadow: 0px 3px 6px #3434341C;
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 1px solid #cccccc;
}

.bingo-container {
    text-align: center;
}

.bingo-row .bingo-text {
    position: relative;
}

.bingo-row .bingo-text p {
    font-size: 18px;
}

.bingo-row .bingo-text-in {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: rgba(248, 248, 248, 0.8);
    padding: 60px;
    border-radius: 25px 30px 0 25px;
    border: 1px solid #cccccc;
}

.bingo-btn-row {
    width: 100%;
    bottom: 0;
    left: 0;
    //padding: 50px;
    padding-top: 30px;
    padding-left: 10px;
}

.btn-small {
    width: 47px;
    height: 47px;
    bottom: 0;
    -webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
    padding: 10px;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
}

/* VISION WALL */

.vision-wall {
    min-height: 100vh;
}

.vision-wall .main .grid-head h1 {
    padding: 5px 0;
    line-height: 1;
}

.vision-wall .vision-text {
    text-align: center;
    padding: 0 60px 60px;
}

.vision-wall .vision-text input {
    max-width: 450px;
    margin: auto;
    text-align: center;
    border-radius: 25px 30px 0 25px;
}

.vision-wall .vision-text .btn-big {
     max-width: 250px;
     margin-right: 10px;
}

.vision-box-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    border: 1px solid #cccccc;
    box-shadow: 0px 3px 6px #3434341C;
}

.vision-box-wrapper .vision-container {
    text-align: center;
}

/* STORE */

.grid-head .back {
    width: 47px;
    height: 47px;
    position: absolute;
    left: -60px;
    bottom: 0;
    -webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
    padding: 10px;
}

.grid-head .back a {
    color: #fff;
}

.point-head {
    font-family: 'Lato-Bold';
    -webkit-border-radius: 28px 28px 28px 0px;
    -moz-border-radius: 28px 28px 28px 0px;
    border-radius: 28px 28px 28px 0px;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
}

.store-grid {
    justify-content: space-between;
}
.coll {
    background: #ffffff;
    width: 30%;
    margin-bottom: 70px;
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    height: 235px;
    box-shadow: 0px 3px 6px #3434341C;
}

.coll .col-top {
    height: 190px;
    text-align: center;
    position: relative;
}

.coll .col-top img {
    height: 90px;
    width: auto;
    margin: 29px auto;
}

.coll .col-top p {
    font-family: 'Lato-Bold';
    font-size: 18px;
}

.coll .col-top .key {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 55px;
    height: 40px;
    background: #F8F8F8;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #FF8307;
    font-size: 13px;
    font-family: 'Lato-Bold';
    text-align: center;
    line-height: 1;
    padding: 4px;
}

.coll .col-top .key .keycount {
    font-size: 16px;
}

.coll .col-btm {
    border-top: 1px solid rgba(36, 121, 188, 0.2);
    height: 45px;
    text-align: center;
}

.coll .col-btm a {
    font-family: 'Lato-Bold';
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 13px 0;
}

.coll .col-btm a:hover {
    text-decoration: none;
}

.store .modal {
    background: rgba(255,255,255,.8);
}
.store .modal-content {
    -webkit-border-radius: 80px 80px 0 80px;
    -moz-border-radius: 80px 80px 0 80px;
    border-radius:80px 80px 0 80px;
    box-shadow: 0px 3px 6px #2479BC2C;
    border: 0;
}

.store .modal-body {
    padding: 50px 0;
}

#liveAlert .modal-body {
    padding: 50px 50px 80px;
}

.store .modal-body .product-img {
    margin: auto;
    text-align: center;
}

#liveAlert .modal-body p {
    font-size: 18px;
}

#liveAlert .modal-content {
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    box-shadow: 0px 3px 6px #2479BC2C;
    border: 0;
}

.store .modal-body .product-desc {
    border-left: 1px solid #E8E8E8;
    padding: 50px;
}

.store .modal-body .product-desc .keycnt-in {
    background: #F8F8F8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FF8307;
    font-size: 16px;
    font-family: 'Lato-Bold';
    text-align: center;
    line-height: 1;
    width: 100px;
    padding: 10px;
    margin-bottom: 15px;
}

.store .modal-body .product-desc h3 {
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    font-size: 30px;
}

.store .modal-body .product-desc p {
    font-size: 14px;
    margin: 30px 0;
}

.store .modal-body .product-desc select {
    font-family: 'Lato-Bold';
    width: 150px;
    border: 0;
    border-bottom: 1px solid #E8E8E8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.store .modal-body .product-desc label {
    font-family: 'Lato-Bold';
    margin: 0;
    padding: .375rem .75rem;
}

.store .modal-body .product-desc .add-cart {
    margin-top: 30px;
}

.store .modal-body .close-btn {
    width: 47px;
    height: 47px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    -webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
    padding: 10px;
    color: #fff;
    display: block;
}

/* CHECKOUT */

.checkout {
    min-height: 100vh;
}

.checkout .main .grid-head h1 {
    padding: 5px 0;
    line-height: 1;
}

.checkout .checkout-form {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    -webkit-border-radius: 25px 30px 0 25px;
    -moz-border-radius: 25px 30px 0 25px;
    border-radius: 25px 30px 0 25px;
    border: 1px solid #cccccc;
    box-shadow: 0px 3px 6px #3434341C;
    padding: 40px 60px 80px;
    position: relative;
}

.checkout .checkout-form form {
    padding: 20px 0;
}

.checkout .checkout-form .checkout-label {
    font-family: 'Lato-Bold';
    font-size: 16px;
}

.checkout .checkout-form .btn-address {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.checkout .checkout-form h3 {
    font-family: 'Lato-Bold';
    text-transform: uppercase;
}

.checkout .address-row {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 30px 0;
    padding: 30px 0;
}

.checkout .address-row h6 {
    font-family: 'Lato-Bold';
    font-size: 18px;
}

.checkout .address-row p {
    margin-bottom: 5px;
}

.checkout .product-row {
    margin-bottom: 20px;
}

.checkout .product-row .img-small {
    background: #ffffff;
    text-align: center;
    padding: 20px 30px;
    width: 150px;
    height: 110px;
    border-radius: 15px 15px 0 15px;
    border: 1px solid #cccccc;
}

.checkout .product-row .img-small img {
    width: 100%;
    margin: auto;
    height: 100%;
}

.checkout .product-row p.cart-prod {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.checkout .product-row p.cart-small {
    font-size: 14px;
    margin-bottom: 0px;
}

.checkout .thankyou-text {
    text-align: center;
    margin: 20px 0 40px;
}

.checkout .thankyou-text h3 {
    font-size: 22px;
}

.checkout .thankyou-text p {
    margin-bottom: 5px;
}

.checkout .btn-address.first {
    max-width: 250px;
    left: 50%;
    transform: translateX(-50%);
    //right: 235px;
}

/* GALLERY */

.slider-container {
    width: 90%;
    text-align: center;
}

.slider-container h5 {
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.item {
    border-radius: 25px 30px 0 25px;
    overflow: hidden;
    text-align: center;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .nav-btn {
    height: 40px;
    position: absolute;
    width: 40px;
    cursor: pointer;
    top: 35% !important;
    color: #7028AD;
}

.owl-carousel .prev-slide {
    left: -40px;
}

.owl-carousel .next-slide {
    right: -40px;
}

.vdo-slider-container {
    margin-top: 60px;
}

#imgGallery.modal,
#vdoGallery.modal {
    background: rgba(255,255,255,.8);
}

#imgGallery .modal-body img,
#vdoGallery .modal-body img {
    width: 100%;
    height: auto;
}

#imgGallery .modal-content,
#vdoGallery .modal-content {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

#imgGallery .modal-body,
#vdoGallery .modal-body {
    padding: 0;
    border-radius: 25px 30px 0 25px;
    box-shadow: 0px 3px 6px #2479BC2C;
    border: 0;
    overflow: hidden;
}

#imgGallery .close-btn,
#vdoGallery .close-btn {
    background: #7028AD;
    width: 47px;
    height: 47px;
    position: absolute;
    bottom: 0;
    right: -60px;
    -webkit-border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    border-radius: 25px 25px 0 25px;
    padding: 10px;
    color: #fff;
    display: block;
}


#vdoGallery .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
#vdoGallery .embed-container iframe,
#vdoGallery .embed-container object,
#vdoGallery .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MEDIA QUERIES */

@media (min-width: 1200px) {
    .main-container {
        max-width: 1040px;
    }
}

@media (min-width: 1400px) {
    .main-container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .main-container {
        max-width: 1440px;
    }
}

@media (max-width: 1600px) {
    .col-right .form-outer {
        padding: 60px 0;
    }
    .exp-grid .cols {
        height: 220px;
        width: 32%;
    }
    .navbar-expand-lg .navbar-nav a.key-count-in {
        font-size: 16px;
        height: 40px;
        width: 160px;
    }
    .navbar-nav .dropdown-toggle .feather {
        width: 40px;
        height: 40px;
    }
    .navbar-nav .active-in,
    .navbar-nav .inactive-in {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
    .about .main .about-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 1300px) {
    .login-page .col-right .form-container {
        padding: 0 10%;
    }
    .col-right .form-title {
        font-size: 22px;
    }
    .col-right .form-outer {
        padding: 30px 0;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1023.98px)
and (orientation : portrait) {
    body {
        background: url('../images/page-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    body.landing {
        background: url('../images/home-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    body.login-page {
        background: url('../images/registration-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    .logo {
        text-align: center;
    }
    .btn-row {
        margin: auto;
    }
    .col-left {
        display: none;
    }
    .login-page .col-right {
        height: auto;
    }
    .login-page .col-right .form-container {
        -webkit-border-radius: 40px 40px 0 40px;
        -moz-border-radius: 40px 40px 0 40px;
        border-radius: 40px 40px 0 40px;
        padding: 60px;
    }
    .navbar-expand-lg .navbar-nav {
        ms-flex-direction: row;
        flex-direction: row;
    }
    .dashboard .grid-head {
        display: none;
    }
    .exp-grid {
        display: block;
    }
    .exp-grid .cols {
        width: 50%;
        margin: 0 auto 70px;
    }
    .live .main .main-container > .row:first-child,
    .bingo .main .main-container > .row:first-child,
    .vision-wall .main .main-container > .row:first-child {
        padding-left: 45px;
    }
    .live .video-container {
        margin-bottom: 20px;
    }
    .live .chat-container {
        text-align: center;
    }
    .live .chat-container h3 {
        left: 50%;
        transform: translateX(-50%);
    }
    .live .chat-container iframe {
        height: 500px !important;
        max-width: 500px !important;
    }
    .bingo {
        min-height: 100vh;
    }
    .vision-box-wrapper iframe {
        width: 650px !important;
        margin: auto !important;
    }
}

@media (max-width: 991.98px) {
    .bingo-row .bingo-text-in {
        position: relative;
        transform: none;
        top: 0;
        margin-top: 20px;
        padding: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {

    /* landing, login and signup */
    body {
        background: url('../images/page-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    body.landing {
        background: url('../images/home-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    body.login-page {
        background: url('../images/registration-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    .btn-row {
        margin: auto;
    }
    .col-left {
        display: none;
    }
    .login-page .col-right {
        padding: 30px;
        height: auto;
    }
    .login-page .col-right .form-container {
        -webkit-border-radius: 40px 40px 0 40px;
        -moz-border-radius: 40px 40px 0 40px;
        border-radius: 40px 40px 0 40px;
        padding: 30px 15px;
    }
    .col-right .form-title {
        font-size: 12px;
    }
    /* top navbar */
    .navbar .container-fluid {
        padding: 65px 55px 65px 15px;
    }
    .navbar-brand img {
        height: 30px;
    }
    .navbar-nav .key-count {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 1rem;
    }
    .navbar-nav .dropdown-toggle .feather {
        width: 35px;
        height: 35px;
    }
    .navbar-nav .active-in, .navbar-nav .inactive-in {
        width: 35px;
        height: 35px;
        padding: 11px 7px;
    }
    /* sidemenu */
    #side-menu {
        padding: 0 30px;
        width: 280px;
    }
    #side-menu .nav-logo {
        margin: 30px auto 15px;
    }
    .main-side-nav {
        width: 280px;
        right: -280px;
    }
    .navbar-right {
        right: 278px;
    }
    #side-menu .mainMenu {
        margin-top: 5px;
    }
    #side-menu .logout {
        bottom: 30px;
    }
    .mainMenu > li {
        padding: 10px 0 10px 10px;
        margin-bottom: 5px;
    }
    /* content */
    .live .main .main-container > .row:first-child,
    .bingo .main .main-container > .row:first-child,
    .vision-wall .main .main-container > .row:first-child {
        padding-left: 45px;
    }
    .dashboard .main .grid-head {
        display: none;
    }
    .main .grid-head h1 {
        font-size: 20px;
    }
    .main .grid-head {
        padding-left: 10px !important;
        margin-bottom: 40px;
    }
    .grid-head .back {
        width: 32px;
        height: 32px;
        left: -45px;
        padding: 3px;
    }
    .exp-grid .cols {
        width: 100%;
        margin-bottom: 15px;
    }
    .exp-grid .cols:last-child {
        margin-bottom: 40px;
    }
    .exp-grid .cols h3 {
        font-size: 22px;
    }
    .live .live-text h1 {
        font-size: 20px;
        margin: 25px 0;
    }
    .live .video-container {
        margin-bottom: 15px;
    }
    .live .chat-container iframe {
        height: 500px !important;
    }
    .live .chat-container h3 {
        left: 50%;
        transform: translateX(-50%);
    }
    .bingo-row img {
    //    width: 90%;
    }
    .vision-wall .vision-text .btn-big {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .vision-wall .vision-text {
        padding: 0 15px 15px;
    }
    .vision-wall .vision-text input {
        font-size: 14px;
    }
    .vision-wall .vision-container iframe {
        height: 300px !important;
    }
}

@media (max-width: 340px) {
    .login-page .col-right {
        padding: 20px;
        height: auto;
    }
    .login-page .col-right .form-container {
        -webkit-border-radius: 40px 40px 0 40px;
        -moz-border-radius: 40px 40px 0 40px;
        border-radius: 40px 40px 0 40px;
        padding: 20px 5px;
    }
    .col-right .form-control {
        font-size: 14px;
        height: 40px;
    }
    .form-group {
        margin-bottom: 0.7rem;
    }
    .col-right .form-outer {
        padding: 15px 0;
    }
    .vision-wall .vision-text input {
        font-size: 11px;
    }
}

/* IPAD - LANDSCAPE */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1023.98px)
and (orientation : landscape) {
    #turn {
        display: block;
    }
}

/* IPAD PRO - PORTRAIT */

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait)  {
    body {
        background: url('../images/page-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    body.landing {
        background: url('../images/home-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    body.login-page {
        background: url('../images/registration-bg-small.svg') no-repeat center center !important;
        background-size: cover !important;
    }
    .col-left {
        display: none;
    }
    .login-page .col-right {
        height: auto;
    }
    .login-page .col-right .form-container {
        -webkit-border-radius: 40px 40px 0 40px;
        -moz-border-radius: 40px 40px 0 40px;
        border-radius: 40px 40px 0 40px;
        padding: 60px;
    }
    .grid-head {
        margin-left: 45px;
    }
}

/* IPAD PRO - LANDSCAPE */

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape)  {
    #turn {
        display: block;
    }
}

/* this media query clashes with HiDPi screens so DONT USE THIS!

@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5)
  and (orientation: landscape) {
      #turn {
          display: block;
      }
} */

/* @media screen and (orientation:landscape)
and (max-device-width: 770px) {
    #turn {
        display: block;
    }
}

@media screen and (orientation:portrait)
and (max-device-width: 770px) {
    #turn {
        display: none;
    }
}

@media screen and (max-device-aspect-ratio: 1/1), (max-aspect-ratio: 1/1) {
    #turn {
        display: none;
    }
} */
