@font-face {
    font-family: 'BaikalCond';
    src: 
        url('../fonts/BaikalCond-SemiBold.otf') format('otf'),
        url('../fonts/Bahij_TheSansArabic-Black.ttf') format('truetype');

        /* url('../fonts/BaikalCond-Medium.otf') format('otf'), */.logo.logo
        /* url('../fonts/BaikalCond-Regular.otf') format('otf'), */
        /* url('../fonts/GoforGoldDisplayCondensed.ttf') format('truetype'); */
    font-weight: "normal";
    font-style: normal;
}

@font-face {
    font-family: 'ArabicFont';
    src: url('../fonts/DIN Next LT Arabic Medium.ttf') format('truetype'),
         url('../fonts/DINNextLTArabic-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
  margin:0;
  font-family: 'MyCustomFont', sans-serif;
  background:#eda125;
  overflow-x:hidden;
}

.arabicFontFamily{
  /* font-family: 'ArabicFont', sans-serif; */
  font-family: 'ArabicFont';

}

.BaikalCondFontFamily{
  /* font-family: 'BaikalCond', sans-serif; */
  font-family: 'BaikalCond';

}

.screen{
  width:100%;
  min-height:100vh;
  display:none;
  align-items:center;
  justify-content:center;
  padding:0px 20px;
  background:#eda125;
  color:#111;
  position:relative;
}

.screencls{
  display: none;
}

.active-screencls{
  display:block;
}

.active-screen{
  display:flex;
}

.mobile-card{
  width:100%;
  max-width:390px;
  min-height:780px;
  background:#eda125;
  border-radius:35px;
  padding:10px 10px;
  text-align:center;
  position:relative;
  overflow:hidden;
  /* box-shadow:0 10px 30px rgba(0,0,0,0.25); */
}

.logo{
  width:180px;
}

h1{
  font-size:32px;
  font-weight:200;
  line-height:1.1;
  margin-bottom:15px;
}

p{
  font-size:16px;
  font-weight:500;
}

.twix-products{
  display:flex;
  justify-content:center;
  gap:15px;
  margin-top:10px;
  flex-wrap:wrap;
}

.twix-products .col {
    overflow: hidden; /* prevents zoomed image from overflowing */
}

.product{
  width:100%;
  cursor:pointer;
  transition: transform 0.3s ease;
}

.twix-products .chocoCls:hover {
    transform: scale(1.08);
}

.chocoCls{
  padding: 20px 5px;
}

.unwrap-img{
  /* width:300px;
  height: 500px; */
  height: 70%;
  width: 40%;
  margin-top:40px;
  animation:float 2s infinite ease-in-out;
}

@keyframes float{
  0%{transform:translateY(0px);}
  50%{transform:translateY(-10px);}
  100%{transform:translateY(0px);}
}

.btn-twix{
  background:#cb2127;
  color:#fff;
  border:none;
  border-radius:50px;
  padding:14px 75px;
  font-size:18px;
  font-weight:700;
  margin-top:5px;
  transition:0.3s;
  box-shadow:0 8px 20px rgba(0,0,0,0.2);
}

.btn-twix:hover{
  background:#b70f17;
  transform:translateY(-2px);
}

.prize-img{
  width:100%;
  margin-top:66px;
}

.jackpot-text{
  font-size:50px;
  font-weight:600;
  color:#000000;
}

.thank-you{
  background:#cb2127;
  color:#fff;
}

.form-control{
  border-radius:15px;
  height:55px;
  /* margin-bottom:15px; */
  background-image:none !important;
  border:none;
  padding-left:15px;
}

.title{
  font-size:35px;
  font-weight:400;
  margin-top:20px;
}
/*.h1FontSize{
  font-size: 25px !important;
  font-weight: 100;
}
*/
#addPartitionForm .labelCls{
  padding: 0px 10px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 15px;
}
.selectCls{
  padding: 15px;
  font-size: 16px;
}
.invalid-feedback{
  text-align: left;
}

.errorMsgCls{
  display: none !important;
}

