* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  height: 100%;
  background: linear-gradient(90deg, #e31c93 50%, #ea0a2a 50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
img{
  max-width: 100%;
}
/*---------------------- Font Face ------------------*/
@font-face {
  font-family: 'Block Pro';
  src: url('../fonts/BlockPro-Italic.eot');
  src: url('../fonts/BlockPro-Italic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/BlockPro-Italic.woff2') format('woff2'),
      url('../fonts/BlockPro-Italic.woff') format('woff'),
      url('../fonts/BlockPro-Italic.ttf') format('truetype'),
      url('../fonts/BlockPro-Italic.svg#BlockPro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Block Pro';
  src: url('../fonts/BlockPro-Bold.eot');
  src: url('../fonts/BlockPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/BlockPro-Bold.woff2') format('woff2'),
      url('../fonts/BlockPro-Bold.woff') format('woff'),
      url('../fonts/BlockPro-Bold.ttf') format('truetype'),
      url('../fonts/BlockPro-Bold.svg#BlockPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*---------------------- Font Face ------------------*/
.cus-container{
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}
.header{
  padding: 30px 0 10px;
  margin: 0;
}
.header .hd-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.header .hd-wrap .menu-box .menu-btn{
  padding: 10px 25px;
  border-radius: 27px;
  border: 2px solid #fff;
  outline: none;
  box-shadow: none;
  background: none;
}
.header .hd-wrap .menu-box .menu-btn img{
  max-width: 50px;
}

.site-body{
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vh - 114px);
  padding: 0;
  margin: 0;
}
.top-img-part{
  text-align: center;
  margin: 0 auto;
  max-width: 60%;
}
.site-button-panel {
  margin: 0 auto;
  /*max-width: 21%;*/
  text-align: center;
}
.site-button-panel a {
    display: inline-block;
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    color: #ea0a2a;
    background: #fead00;
    padding: 4px 40px;
    border-radius: 27px;
}
.site-desc{
    text-align: center;
    padding: 30px 0;
    margin: 0;
}
.site-desc p {
  font-family: 'Block Pro';
  font-size: 52px;
  color: #fff;
  font-style: italic;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.site-desc-c {
    text-align: center;
    /* padding: 30px 0; */
    margin: 0;
    height: calc(100vh - 115px);
    overflow-y: auto;
    overflow: auto;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
}
.site-desc-c p {
  font-family: 'Block Pro';
  font-size: 14px;
  color: #fff;
  font-style: italic;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.body-img-one{
  position: absolute;
  left: 0%;
  bottom: 10%;
}
.body-img-two{
  position: absolute;
  right: 0%;
  bottom: 10%;
}

.reg-sec{
  position: relative;
  z-index: 1;
  max-width: 80%;
  margin: 0 auto;
}

.reg-sec .form-group{
  margin-bottom: 30px;
}
.reg-sec .form-group .form-control{
  font-family: 'Block Pro';
  height: 60px;
  background: rgba(255, 255, 255, .5);
  font-style: italic;
  border: 2px solid #fff;
  border-radius: 27px;
  outline: none;
  box-shadow: none;
  font-size: 24px;
  color: #fead00;
}

.reg-sec .form-group .form-control::placeholder {
  color: #fead00;
  opacity: 1;
}
.reg-sec .form-group .form-control::-ms-input-placeholder {
  color: #fead00;
}

.register-page{
  overflow: hidden;
}
.register-page .body-img-one{
  bottom: -95px;
}
.register-page .body-img-two{
  bottom: -85px;
}


.login-page{
  overflow: hidden;
}
.login-page .body-img-one,
.winner-list-page .body-img-one{
  bottom: -85px;
}
.login-page .body-img-two,
.winner-list-page .body-img-two{
  bottom: 40%;
}




.img-btn{
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
}


.custom-checkbox-panel ul li{
  margin-bottom: 20px;
}
.custom-checkbox-panel ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox-panel ul li label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 0;
}

.custom-checkbox-panel ul li label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.custom-checkbox-panel ul li input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.reg-sec .btn-panel p{
  font-family: 'Block Pro';
  font-size: 28px;
  color: #fff;
  font-style: italic;
  line-height: 1.2;
  padding: 10px 0;
  margin: 0;
}


.form-desc{
  padding: 0;
  margin: 0 0 30px;
}

.form-desc h2{
  font-size: 60px;
  line-height: 1;
  font-family: 'Block Pro';
  font-weight: bold;
  color: #fbac18;
}

.form-desc h3{
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  color: #fbac18;
}


.upselfi-sec .upselfi-desc{
  padding: 0;
  margin: 0;
}

.upselfi-sec .upselfi-desc{
  padding: 0%;
  margin: 0 0 30px;
  text-align: center;
}

.upselfi-sec .upselfi-desc p{
  font-family: 'Block Pro';
  font-style: italic;
  color: #fff;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

.upload-res{
  width: 100%;
  max-width: 580px;
  height: 520px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.upselfi-sec .custom-upload{
  text-align: center;
  margin-top: 20px;
}
.upselfi-sec .custom-upload input[type="file"]{
  display: none;
}
.upselfi-sec .custom-upload label{
  width: 100%;
  max-width: 580px;
  height: 450px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}

.upselfi-sec .custom-upload label .upimage-thma {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upselfi-sec .custom-upload .upBtn {
  font-family: 'Block Pro';
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  color: #ea0a2a;
  background: #fead00;
  padding: 6px 30px;
  border-radius: 43px;
  border: none;
  outline: none;
  box-shadow: none;
}

.go-gallery-btn {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  border: 2px solid #fff;
  border-radius: 27px;
  color: #fff;
  padding: 8px 30px;
  font-style: italic;
}

.winner-top-img {
  text-align: center;
  max-width: 49%;
  margin: 0 auto;
  position: relative;
}
.winner-ttl{
  padding: 0 0 0px;
  margin: -70px 0 0;
  position: relative;
  z-index: 2;
}

.winner-ttl p{
  font-family: 'Block Pro';
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color:#fead00 ;
  padding: 0;
  margin: 0;
}
.winner-ttl h4{
  font-family: 'Block Pro';
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  color:#fead00;
  padding: 0;
  margin: 0;
}

.winner-list-wrap{
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .5);
  border-radius: 40px;
  border: 2px solid #fff;
  padding: 30px 0;
}
.winner-list-wrap .winner-list{
  display: flex;
  align-items: center ;
  border-bottom: 1px solid #fff;
  margin: 0 50px 10px;
  gap: 10px;
  padding: 0 0 0px;
}
.winner-list-wrap .winner-list strong{
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.winner-list-wrap .winner-list p{
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.winner-btn{
  padding: 15px 0;
  text-align: center;
  margin: 0;
}
.winner-btn a{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0;
}

.winner-list-page{
  overflow: hidden;
}

.error-desc{
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}


.error-desc h2 {
  font-family: 'Block Pro';
  font-size: 40px;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0;
  max-width: 584px;
}
.error-img{
  max-width: 550px;
  margin: 0 auto;
}



.choice-sec .choice-desc {
  text-align: center;
  padding: 0;
  margin: 0;
}

.choice-sec .choice-desc h2 {
  font-family: 'Block Pro';
  font-size: 30px;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
}

.choice-wrap{
  /*max-width: calc(100% - 470px);*/
  margin: 0 auto;
  max-width: 780px;
}

.choice-box{
  background: rgba(255, 255, 255, .5);
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 20px;
}
.choice-box ul{
  max-height: 285px;
  overflow-y: auto;
}

.choice-box ul::-webkit-scrollbar-track,
.galerija-list-wrap::-webkit-scrollbar-track,
.site-desc-c::-webkit-scrollbar-track
{
	border: 1px solid rgb(255, 255, 255);
	background-color: rgba(245, 245, 245, 0.2);
  border-radius: 10px;
}

.choice-box ul::-webkit-scrollbar,
.galerija-list-wrap::-webkit-scrollbar,
.site-desc-c::-webkit-scrollbar
{
	width: 6px;
	background-color: rgba(245, 245, 245, 0.2);
  border-radius: 10px;
}

.choice-box ul::-webkit-scrollbar-thumb,
.galerija-list-wrap::-webkit-scrollbar-thumb,
.site-desc-c::-webkit-scrollbar-thumb
{
	background-color: #fff;
  border-radius: 10px;
}






.choice-box li input{
  display: none;
}
.choice-box li label{
  font-family: 'Block Pro';
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  padding: 4px 20px;
  border-radius: 27px;
}
.choice-box li label:hover,
.choice-box li input[type="radio"]:checked + label{
  background: #fead00;
  color: #ea0a2a;
}

.choice-btn{
  padding: 30px 0 20px;
  margin: 0;
  text-align: center;
}

.choice-btn button{
  font-family: 'Block Pro';
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #ea0a2a;
  background: #fead00;
  padding: 4px 10px;
  border-radius: 27px;
}

.choice-page .body-img-two {
  position: absolute;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  top: 0;
  height: 48%;
}
.choice-page .body-img-one {
  position: absolute;
  left: 30px;
  bottom: 0;
  margin: auto 0;
  top: 0;
  height: 57%;
}

.choice-page .body-img-two img,
.choice-page .body-img-one img{
  max-height: 100%;
}


.galerija-sec{
  padding-bottom: 30px;
}
.galerija-sec .galerija-desc{
  padding: 0;
  margin: 0 auto 20px;
  max-width: 596px;
  text-align: center;
}

.galerija-sec .galerija-desc p{
  font-family: 'Block Pro';
  font-size: 30px;
  font-style: italic;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 0px;
}

.galerija-sliderwrap .owl-carousel .owl-item img{
  width: auto;
}
.galerija-sliderwrap .tham-img{
  margin-bottom: 10px;
}
.galerija-sliderwrap .tham-img img{
  width: 100%;
}
.galerija-sliderwrap .btn-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px;
}

.galerija-text-img{
  text-align: center;
  max-width: 28%;
  margin: 0 auto 20px;

}

.login-modal .modal-dialog{
  max-width: 460px;
}

.login-modal .modal-dialog .modal-content{
  background: rgba(234, 10, 42, 0.7);
  border: 2px solid #fff;
  border-radius: 15px;
}
.login-modal .modal-text{
  padding: 20px 0 0px;
  margin: 0;
}

.login-modal .modal-text h3{
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding: 0 0 60px;
  margin: 0;
}
.login-modal .modal-text .btn-panel{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-modal .modal-text .btn-panel a {
  font-family: 'Block Pro';
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
  color: #ea0a2a;
  background: #fead00;
  padding: 6px 20px;
  border-radius: 27px;
  width: calc(50% - 10px);
  text-align: center;
}


.site-comm-btn {
    display: inline-block;
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    color: #ea0a2a;
    background: #fead00;
    padding: 4px 40px;
    border-radius: 27px;
    border: none;
    box-shadow: none;
}


.modal-cusraido ul li input{
  display: none;
}

.modal-cusraido ul li label{
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  font-family: 'Block Pro';
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 30px 0 0;
}



/*.modal-cusraido ul li label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.modal-cusraido ul li label:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}*/


.gl-src {
    max-width: 270px;
    margin: 0 auto 20px;
}

.gl-src .form-control {
    border: 2px solid #fff;
    outline: none;
    background: rgba(255,255,255,.4);
    color: #fff;
    font-weight: bold;
    box-shadow: none;
}
.gllist-btn-box{
  display: flex;
  justify-content: center;
  gap:15px;
  align-items: center;
  padding: 10px 0 0;
}

.gllist-btn-box .site-comm-btn{
  font-size: 22px;
  padding: 10px 20px;
}
.gllist-btn-box .dnBtn {
    display: inline-block;
    max-width: 30px;
}

.galerija-list-wrap.glWrapTow{
  max-height: calc(100vh - 418px);
}

.modal-cusraido [type="radio"]:checked + label,
.modal-cusraido [type="radio"]:not(:checked) + label
{
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  font-family: 'Block Pro';
  font-weight: bold;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fead00;
}
.modal-cusraido [type="radio"]:checked + label:before,
.modal-cusraido [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fead00;
    border-radius: 3px;
    background: #fead00;
}
.modal-cusraido [type="radio"]:checked + label:after,
.modal-cusraido [type="radio"]:not(:checked) + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 6px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modal-cusraido [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.modal-cusraido [type="radio"]:checked + label:after {
    opacity: 1;
}


.mb-vw-omly-img{
  margin: 0 0 20px;
  text-align: center;
  display: none;
}

.mb-vw-omly-img img{
  max-width: 70%;
  margin: 0 auto;
}
/*================== 16=10=2024 =============*/
.cus-container{
    position: relative;
    z-index: 1;
  }

  .hva-top-img{
    max-width: 40%;
    margin: 0 auto 30px;
  }
  .hva-btn a{
    display: inline-block;
      font-family: 'Block Pro';
      font-weight: bold;
      font-size: 30px;
      line-height: 1;
      text-transform: uppercase;
      color: #ea0a2a;
      background: #fead00;
      padding: 4px 40px;
      border-radius: 27px;
  }
  .sitemenu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom:0;
      height: 100vh;
      width: 100%;
      background: rgba(0,0,0,.8);
      padding: 40px 50px 30px 30px;
      display: none; /* Initially hidden */
      z-index: 9999999;
  }

  .menu-visible {
      display: block !important; /* Show menu */
  }

  .menu-hidden {
      display: none; /* Hide menu */
  }

  .menucloseBtn {
      /*cursor: pointer;
      background: none;
      border: none;
      box-shadow: none;
      outline: none;
      font-size: 30px;
      font-family: 'Block Pro';
      font-weight: bold;
      color: #fff;*/
      padding: 10px 25px;
      border-radius: 27px;
      border: 2px solid #fff;
      outline: none;
      box-shadow: none;
      background-color: #c60b33;
  }
  .menucloseBtn img{
    max-width: 50px;
  }
  .menucloseBtn span{
    display: none;
  }
  .menu-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .menu-wrapper .menuMain{
    display: flex;
    align-items: center;
    background-color: #c60b33;
    border: 2px solid #fff;
    border-radius: 30px;
    overflow: hidden;
  }
  .menu-wrapper .menuMain li a{
    font-family: 'Block Pro';
    font-style: italic;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 8px 15px;
    transition: all 300ms ease-in-out;
  }
  .menu-wrapper .menuMain li a:hover{
    color: #fead00;
  }



  @media screen and (max-width: 575px) {
    .sitemenu{
      padding: 15px;
    }
    .menu-wrapper{
      flex-direction: column;
    }
    .sitemenu{
      background: url(../images/mobile-menu-bg.png) no-repeat top left;
      background-size: 100% 100%;
    }
    .menu-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      position: relative;
    }
    .menu-wrapper .menuMain{
      flex-direction: column;
      justify-content: center;
      background: none;
      border-radius: 0;
      border:none;
    }
    .menucloseBtn{
      background-color: transparent;
      border:none;
      padding: 0;
    }
    .menucloseBtn img{
      display: none;
    }
    .menucloseBtn span {
      display: block;
      color: #fff;
      font-size: 30px;
      background-color: transparent;
      border: none;
      line-height: 1;
    }
    .menucloseBtnWrap{
      position: absolute;
      top: 0;
      right: 0;
      line-height: 1;
    }
    .menu-wrapper .menuMain li a {
      color: #ea0a2a;
      font-size: 22px;
      display: block;
      padding: 5px 15px;
      background: #f7f1d8;
      border-radius: 27px;
      min-width: 220px;
      text-align: center;
      margin: 0 0 15px;
    }
    .menu-wrapper .menuMain li a:hover{
      background: #fead00;
      color: #ea0a2a;
    }
    .hva-btn a{
      font-size: 24px;
    }
    .hva-top-img{
      max-width: 50%;
    }
  }





/*================== 20-10-2024 ===============*/
.select-items-page .text-img-panel{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  margin-bottom: 30px;
}
.select-items-page .text-img-panel strong {
    max-width:180px;
}
.select-items-page .text-img-panel span{
  font-family: 'Block Pro';
  font-size:30px;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.select-items-page .select-desc {
    max-width: 470px;
    margin: 0 auto;
}
.select-items-page .site-desc{
  padding-bottom: 20px;
}

.galerija-logo-img{
  text-align: center;
  max-width: 250px;
  padding: 0;
  margin: 0 auto 30px;
}
.galerija-logo-img img{

}

/*.galerija-list-wrap{
  max-width: 1200px;
  margin: 0 auto;
}*/
.galerija-list-wrap {
    max-width:860px;
    margin: 0 auto;
    max-height: calc(100vh - 217px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
}

.galerija-list-wrap .galerija-list-box{
  background: #fead00;
  border-radius: 20px;
}
.galerija-list-wrap .galerija-list-box .img-text{
  text-align: center;
  padding:4px 10px;
}

.galerija-list-wrap .galerija-list-box .img-text strong{
  font-family: 'Block Pro';
  font-weight: bold;
  color: #ea092a;
  line-height: 1;
  font-size: 18px;
}
.galerija-list-wrap .galerija-list-box .btm-text{
  text-align: center;
  padding: 4px 10px;
}
.galerija-list-wrap .galerija-list-box .btm-text p{
  font-family: 'Block Pro';
  font-weight: bold;
  color: #ea092a;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.galerija-list-wrap .btn-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
}


.login-modal .modal-text .btn-panel a.user_facebook_share_btn,
.login-modal .modal-text .btn-panel a.user_instragram_share_btn {
    font-size: 16px;
}

.shareOn-box {
  text-align: center;
  padding: 0;
  margin: 0;
}

.shareOn-box h6 {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  margin: 0 0 15px;
}


.shareOn-box ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}


.shareOn-box ul li {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,1);
  /*background: rgba(255,255,255,.4);*/
  background: #fead00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shareOn-box ul li a{
  color: #ea0a2a;
  font-size: 24px;
}
/*================== 31-10-2024 ===============*/
.nagra-img{
    max-width: 250px;
    margin: 0 auto;
  }

  .nag-top{
    display: flex;
    flex-wrap: wrap;
  }
  .nag-top .lt-side{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .nag-top .lt-side .imgTham{
    max-width: 210px;
  }

  .nag-top .lt-side .textBox{
    padding: 0 0 0 30px;
    margin: 0;
    text-align: center;
    background: url(../images/bag-img-bg.png) no-repeat center center;
    padding: 10px 20px;
    background-size: 100% 100%;
    max-width: 310px;
  }

  .nag-top .lt-side .textBox h4{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }

  .nag-top .lt-side .textBox p{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }





  .nag-top .rt-side{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;

  }
  .nag-top .rt-side .imgTham{
    max-width: 210px;
  }

  .nag-top .rt-side .textBox{
    padding: 0 0 0 30px;
    margin: 0;
    text-align: center;
    background: url(../images/promobg-img.png) no-repeat center center;
    padding:10px 20px;
    background-size: 100% 100%;
    max-width: 250px;
  }

  .nag-top .rt-side .textBox h4{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }

  .nag-top .rt-side .textBox p{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }




  .nag-bottom{
    display: flex;
    flex-wrap: wrap;
  }

  .nag-bottom .lt-side {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      padding-right: 30px;
  }
  .nag-bottom .lt-side .imgTham{
    max-width: 210px;
  }

  .nag-bottom .lt-side .textBox{
    padding: 0 0 0 30px;
    margin: 0;
    text-align: center;
    background: url(../images/camera-bg.png) no-repeat center center;
    padding: 10px 20px;
    background-size: 100% 100%;
    max-width: 310px;
  }

  .nag-bottom .lt-side .textBox h4{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }

  .nag-bottom .lt-side .textBox p{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }






  .nag-bottom .rt-side{
    width: 50%;
  /*  display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;*/
    text-align: center;
  }
  .nag-bottom .rt-side .imgTham {
      max-width: 320px;
      margin: -20px auto 0;
      position: relative;
      z-index: -1;
      right: -6px;
  }

  .nag-bottom .rt-side .textBox{
    padding: 0 0 0 30px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/taptop-bg.png) no-repeat center center;
    padding:10px 20px 25px;
    background-size: 100% 100%;
    max-width: 250px;
  }

  .nag-bottom .rt-side .textBox h4{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }

  .nag-bottom .rt-side .textBox p{
    font-family: 'Block Pro';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }

  .panelWrap{
    max-width: 1085px;
    margin: -40px auto 0;
  }


  @media screen and (max-width: 575px) {
    .nagra-img {
      max-width: 139px;
    }
    .nag-top .lt-side {
      width: auto;
    }
    .nag-top .lt-side .imgTham {
      max-width: 108px;
  }
  .nag-top .lt-side .textBox {
    padding: 10px 20px;
    max-width: 221px;
  }
  .nag-top .lt-side .textBox h4 {
    font-size: 16px;
  }
  .nag-top .lt-side .textBox p {
    font-size: 14px;
  }

  .nag-top .rt-side {
      width: 100%;
      padding-right: 0;
      margin-top: -12px;
  }
  .nag-top .rt-side .textBox {
      padding: 6px 20px;
      max-width: 210px;
  }
  .nag-top .rt-side .textBox h4 {
      font-size: 16px;
  }
  .nag-top .rt-side .textBox h4 {
      font-size: 14px;
  }
  .nag-top .rt-side .imgTham {
      max-width: 119px;
  }

  .nag-bottom .lt-side {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding-right: 0;
      flex-direction: row-reverse;
  }

  .nag-bottom .lt-side .textBox {
      padding: 0 0 0 30px;
      margin: 0;
      text-align: center;
      background: url(../images/camera-bg-mobile.png) no-repeat center center;
      padding: 6px 20px;
      background-size: 100% 100%;
      max-width: 310px;
  }
  .nag-bottom .lt-side .textBox h4,
  .nag-bottom .rt-side .textBox h4 {
      font-size: 16px;
  }
  .nag-bottom .lt-side .textBox p,
  .nag-bottom .rt-side .textBox p {
      font-size: 14px;
  }
  .nag-bottom .lt-side .imgTham {
      max-width: 130px;
  }
  .nag-bottom .rt-side {
      width: 100%;
      text-align: center;
  }
  .nag-bottom .rt-side .textBox {
      margin: -10px auto 0;
      text-align: center;
      padding: 6px 20px 16px;
      max-width: 190px;
  }
  .nag-bottom .rt-side .imgTham {
      max-width: 189px;
      margin: -20px auto 0;
      position: relative;
      z-index: -1;
      right: -6px;
  }
  .panelWrap {
      max-width: 1085px;
      margin: -8px auto 0;
  }
  }



.modalImg {
    max-width: 340px;
    margin: -25px auto 20px;
}
.discount-box {
    text-align: center;
}
.midimg{
  margin: 0 0 10px;
}
.midimg img {
    max-width: 90px;
}
.discount-box p{
  font-family: 'Block Pro';
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0 0 15px;
}

.midimg span{
  font-family: 'Block Pro';
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 0;
  margin: 0;
}

#discountModal button.btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
    /* background: rgba(0,0,0,.5); */
    color: #fff;
    width: 36px;
    height: 27px;
    border: 2px solid #fff;
    opacity: 1;
    padding: 0;
    margin: 0;
    border-radius: 27px;
    background: rgba(234, 10, 42, 0.7);
    z-index: 99999;
}