@font-face {
  font-family: 'DBHelvethaicaX55Regular';
  src: url('../fonts/DBHelvethaicaX.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DBHelvethaicaX.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/DBHelvethaicaX.woff') format('woff'), /* Modern Browsers */
  url('../fonts/DBHelvethaicaX.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/DBHelvethaicaX.svg#d6a7d8571348c8a262e7f05953d42d15') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}
body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background: url(https://www.majorcineplex.com/public/desktop_new_assets/img/bg-content.png) left top repeat;
    background-size: cover;
    background-position: center top;
    font-size: 18px;
  
    
}
body{font-family: 'DBHelvethaicaX55Regular', sans-serif !important}

input,
textarea {
    /* background-color: #F3E5F5;
    border-radius: 50px ; */
    padding: 12px 15px 12px 15px ;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 400;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
    outline-width: 0;
    font-weight: 400
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.card {
    border-radius: 20px;
    border: none;
}

.card1 {
    width: 50%;
    padding: 40px 30px 10px 30px
}

.card2 {
    width: 50%;
    background-image: linear-gradient(to right, #d2aa5a, #000000)
    
}

#logo {
    width: 70px;
    height: 60px
}

.heading {
    margin-bottom: 60px !important
}

::placeholder {
    color: #000 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important
}

::-ms-input-placeholder {
    color: #000 !important
}

.form-control-label {
    font-size: 22px;
    margin-left: 15px
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #d2aa5a, #000000);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right,  #000000,#d2aa5a);
}

.btn-white {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right,  #000000,#d2aa5a);
    padding: 8px 40px;
    cursor: pointer;
    border: 1px solid #d2aa5a !important
}

.btn-white:hover {
    color: #fff;
    background-image: linear-gradient(to right, #d2aa5a, #000000);
}

a {
    color: #000
}

a:hover {
    color: #000
}

.bottom {
    width: 100%;
    margin-top: 50px !important
}

.sm-text {
    font-size: 22px
}
label {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 30px 10px 30px
    }

    .card2 {
        width: 100%
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px !important
    }

    .card2 {
        padding: 50px
    }

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}


.pk .page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans);
  }
  @media (min-width: 600px) {
    .pk  .page-content {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 800px) {
    .pk .page-content {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  .pk .card {
    position: relative;
    border-radius:10px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    /* padding: 1rem; */
    width: 100%;
    text-align: center;
    /* color: whitesmoke; */
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  }

    .pk .card {
      /* height: 350px; */
    }
  
  .pk .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
  }
  .pk .card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.009) 11.7%, rgba(255, 255, 255, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%); */
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
  }

  
  .pk .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
  }
  .pk .content > * + * {
    margin-top: 1rem;
  }
  
  .pk .title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  .pk .copy {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
  }
  
  .pk .btn {
    cursor: pointer;
    /* margin-top: 1.5rem; */
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: #d2aa5a;
    border: none;
  }
  .pk .btn:hover {
    background-color: #d2aa5a;
  }
  .pk .btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
  }
  
  @media (hover: hover) and (min-width: 600px) {
    .pk .card:after {
      transform: translateY(0);
    }
  
    .pk .content {
      transform: translateY(calc(100% - 4.5rem));
    }
    .pk .content > *:not(.title) {
      opacity: 0;
      transform: translateY(1rem);
      transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }
  
    .pk   .card:hover,
    .pk .card:focus-within {
      align-items: center;
    }
    .pk  .card:hover:before,
    .pk .card:focus-within:before {
      transform: translateY(-4%);
    }
    .pk    .card:hover:after,
    .pk .card:focus-within:after {
      transform: translateY(-50%);
    }
    .pk    .card:hover .content,
    .pk  .card:focus-within .content {
      transform: translateY(0);
    }
    .pk   .card:hover .content > *:not(.title),
    .pk .card:focus-within .content > *:not(.title) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: calc(var(--d) / 8);
    }
  
    .pk  .card:focus-within:before, .pk  .card:focus-within:after,
    .pk .card:focus-within .content,
    .pk .card:focus-within .content > *:not(.title) {
      transition-duration: 0s;
    }
  }
.pk  input,
.pk textarea {
    border-radius: 0px!important ;
    padding: 0!important ;
}
.pk h3{
    text-transform: uppercase;
}
.shoppingcart {
    padding: 28px 40px;
    display: inline-block;
    background: #d2aa5a;
    color: #fff;
    font-size: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 8px;
    cursor: pointer;
}
.shoppingcart span{
    position: absolute;
font-size: 25px;
padding: 2px 14px;
border-radius: 50%;
background: #cf0029;
top: 0px;}
.input-group-text{
    cursor: pointer;
}
ul ,li{
    list-style-type: none;
}
.input-number{
  text-align: center;
}
span.error {
  font-size: 18px;
  color: #a10023;
  padding-left: 1px;
}
@media (min-width: 1200px){
.h2, h2 {
    font-size: 2.5rem;
}}
.datepicker {
  font-size: 18px;
}