/* font-family: "Prata", serif; */
/* font-family: "Cinzel", serif; */
/* font-family: "Marcellus", serif; */


*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
body{
    background-color: black;
font-family: "Cinzel", serif;
}
.parastyle p {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
}

.container{
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.col-1 {
    flex: 8.33%;
    width: 100%;
    max-width: 8.33%;
  }
  .col-2 {
    flex: 16.66%;
    width: 100%;
    max-width: 16.66%;
  }
  .col-3 {
    flex: 25%;
    width: 100%;
    max-width: 25%;
  }
  .col-4 {
    flex: 33.3%;
    width: 100%;
    max-width: 33.3%;
  }
  .col-5 {
    flex: 41.66%;
    width: 100%;
    max-width: 41.66%;
  }
  .col-6 {
    flex: 50%;
    width: 100%;
    max-width: 50%;
  }
  .col-7 {
    flex: 58.33%;
    width: 100%;
    max-width: 58.33%;
  }
  .col-8 {
    flex: 66.66%;
    width: 100%;
    max-width: 66.66%;
  }
  .col-9 {
    flex: 75%;
    width: 100%;
    max-width: 75%;
  }
  .col-10 {
    flex: 83.33%;
    width: 100%;
    max-width: 83.33%;
  }
  .col-11 {
    flex: 91.66%;
    width: 100%;
    max-width: 91.66%;
  }
  .col-12 {
    flex: 100%;
    width: 100%;
    max-width: 100%;
  }
  .row {
    display: flex;
  }
  .dsply-blk{
      display: block;
  }
  .alin-cntr{
    align-items: center;
  }
  .txt-cntr{
    text-align: center;
  }
  .txt-lft{
    text-align: left !important;
  }
  .cinzel-fnt{
  font-family: "Cinzel", serif !important; 
}
.heading {
    text-align: center;
    color: #ffd799;
    font-size: 45px;
    font-weight: 600;
    line-height: 57px;
    margin: 2rem 0rem 2rem;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.bg-box {
    background-image: url(../images/smoky-bg.avif) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1.5rem 1.8rem 2.5rem;
    border-radius: 20px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 20px #ffd8a7;
    margin: 46px 0px;
}
.bg-box ul li{
    position: relative;
}
.bg-box ul li::before {
    content: "";
    background-image: url(../images/list-logo.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 38px;
    height: 38px;
    left: -54px;
    top: -1px;
}
.no-before ul li::before {
    content: "";
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.fnt-48 {
    font-size: 48px !important;
    line-height: 55px !important;
}
 .pl-50{
    padding-left: 50px;
  }
p b {
    color: #ffd799 !important;
}

.fnt-40 {
    font-size: 40px !important;
    line-height: 46px !important;
}
.fnt-27 {
    font-size: 27px !important;
    line-height: 40px !important;
}
.mt-0{
  margin-top: 0px !important;
}
.grntee-bdge {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 30px auto;
}
.mb-0{
margin-bottom: 0px !important;
}
.mb-45{
margin-bottom: 45px;
}
.list-style-nn{
    list-style: none;
}
.red-txt{
    color: red !important;
}
/* atc css */
.atc-sec {
    margin: 3.5rem 0rem 3rem;
    font-family: 'Cinzel', serif;
}
.card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.6);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-width: 1120px;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.2);
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: auto;
    margin-bottom: 15px;
}



.product-title {
    text-align: center;
    padding: 15px 0px;
    font-size: 50px;
    font-weight: 600;
    color: #f5e6b8;
    letter-spacing: 1px;
    background: rgba(212, 175, 55, 0.1);
    border-bottom: 1px solid rgba(212, 175, 55, 0.4);
}

.prdct-img {
    width: 100%;
    max-width: 650px;
    margin: auto;
    display: block;
}
.credit-img {
    width: 100%;
    max-width: 280px;
    margin: 25px auto 0px;
    display: block;
}
.cart-icon {
    width: 100%;
    max-width: 50px;
    display: block;
    margin: auto;
}
.card-content {
    padding: 40px 6px 16px;
    text-align: center;
}
.mb-20{
    margin-bottom: 20px;
}
.flex {
    display: flex;
    gap: 5px;
}
.price {
   margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.old-price {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
    font-size: 43px;
}
.only-txt {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  font-size: 35px;
}
.new-price {
    font-size: 75px;
    color: #ffd700;
    font-weight: 600;
}

.ylow-txt{
     color: #ffd700 !important;
}

/* Button with shooting star effect */
.atc-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    background: linear-gradient(90deg, #f90 0, #ffd500 100%);
    border: 1px solid #ffa323;
    color: #000;
    padding: 12px 24px 12px 26px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: auto;
}
.atc-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-20deg);
}
.atc-btn:hover::before {
  animation: meteor 0.8s linear;
}
.decline-link{
    color: red !important;
}
@keyframes meteor {
  from { left: -50px; }
  to { left: 120%; }
}
.atc-btn:hover {

  box-shadow: 0 0 15px #d4af37;

}
.wyt-txt{
    color: #fff;
}
.mt-30{
    margin-top: 30px;
}
.fnt-15 {
    font-size: 15px !important;
}
.lynhyt-25{
    line-height: 25px !important;
}
.brdr-non{
  border-bottom: none !important;
}
.bg-non{
  background: none !important;
}
/* atc css */
.undrlyn-color{
    text-decoration-color: #fc9700;
}
/* bns css */
.bonus-border-box {
    border: 1px solid #595959;
    padding: 30px 0px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 40px;
}
.mb-30
 {
    margin-bottom: 30px
}
.bonus-head {
    background-image: linear-gradient(356deg, #2d3436 0%, #000000 74%);
    padding: 27px 22px;
    box-shadow: 3px -3px #ffffffad;
}
.box-sdow{
  box-shadow: -3px -3px #ffffffad !important;
}
.bonus-head h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 39px;
    color: #fff;
}
.br-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}
.text-left{
  text-align: left;
}
.bonus-content {
    padding: 0 35px
}
.txt-cntr {
    text-align: center
}
.bonus-img {
    width: 100%;
    max-width: 396px;
    display: block;
    margin: auto;
}

.divider {
    width: 100%;
    height: 1px;
    margin: 30px 0;
     background-color: #595959;
}
.br-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}
/* footer css */
footer {
    padding: 3rem 0rem;
    background-color: #ffeaa7;
 background-color: #000000;
background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
 margin-top: 2.5rem;
}
/* .bg{
    padding: 3rem 0rem;
    background-image: linear-gradient(315deg, #000000 0%, #414141 74%); */
/* } */
.logo-img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

footer h6 {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
}
.dsply-blkk{
  display: block;

}
.mbl-only{
  display: none;
}
@media(max-width:1256px){
  .fnt-48 {
    font-size: 46px !important;
    line-height: 60px !important;
}
.heading {
    font-size: 45px;
    line-height: 57px;
    margin: 2rem 0rem 1.5rem;
}
.fnt-40 {
    font-size: 38px !important;
    line-height: 42px !important;
}
.parastyle p {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 26px;
}
.bg-box ul li::before {
    width: 36px;
    height: 36px;
    left: -54px;
    top: -1px;
}
.bonus-head h2 {
    font-size: 30px;
    line-height: 42px;
}
.bonus-head {
    padding: 22px 20px;
}
.bonus-img {
    max-width: 375px;
}
.grntee-bdge {
    max-width: 350px;
    margin: 30px auto;
}
}
@media(max-width:1140px){
  .container{
    padding: 0px 22px;
  }
  .prdct-img {
    max-width: 585px;
}
.product-title {
    padding: 11px 0px;
    font-size: 45px;
}
.atc-btn {
    padding: 12px 15px 12px 15px;
    font-size: 26px;
    margin-bottom: 15px;
    /* max-width: 367px; */
    gap: 13px;
}
}
@media(max-width:1024px){
.fnt-48 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.parastyle p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 25px;
}
.fnt-40 {
    font-size: 34px !important;
    line-height: 42px !important;
}
.bonus-img {
    max-width: 350px;
}
.heading {
    font-size: 45px;
    line-height: 57px;
    margin: 1.5rem 0rem 1.5rem;
}
.prdct-img {
    max-width: 510px;
}
.only-txt {
    margin-right: 8px;
    font-size: 30px;
}
.new-price {
    font-size: 70px;
}
.credit-img {
    max-width: 235px;
    margin: 25px auto 0px;
}
.logo-img {
    max-width: 218px;
    margin-bottom: 12px;
}
footer {
    padding: 2rem 0rem;

}
}
@media(max-width:768px){
  .disply-blok{
    display: block;
  }
.fnt-48 {
    font-size: 38px !important;
    line-height: 45px !important;
}
.heading {
    margin: 1.5rem 0rem 1rem;
}
.parastyle p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 23px;
}
.fnt-40 {
    font-size: 31px !important;
    line-height: 41px !important;
}
.bg-box ul li::before {
    width: 33px;
    height: 33px;
    left: -48px;
    top: -1px;
}
.pl-50 {
    padding-left: 40px;
}
.bonus-head h2 {
    font-size: 25px;
    line-height: 34px;
}
.bonus-head {
    padding: 16px 18px;
    margin-right: 111px;
}
.ml-111 {
    margin-left: 111px !important;
    margin-right: 0px !important;
}
.bonus-img {
    max-width: 280px;
    margin-bottom: 20px;
}
.bonus-content {
    padding: 0 15px;
}
.grntee-bdge {
    max-width: 300px;
    margin: 20px auto;
}
.col-7,.col-5{
  flex: 100%;
  max-width: 100%;
}
.row{
  flex-wrap: wrap;
}
.logo-img {
    max-width: 200px;
    margin-bottom: 12px;
}
.product-title {
    padding: 11px 0px;
    font-size: 38px;
}
.prdct-img {
    max-width: 500px;
    margin-top: 20px;
}
.card-content {
    padding: 20px 6px 16px;
    text-align: center;
}
.mbl-only{
  display: block;
}
.dsktp-nn{
  display: none;
}
.col-6{
  flex: 100%;
  max-width: 100%;
}

}
@media(max-width:560px){
.fnt-48 {
    font-size: 35px !important;
    line-height: 42px !important;
}
.parastyle p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
}
.fnt-40 {
    font-size: 27px !important;
    line-height: 40px !important;
}
.bg-box {
    padding: 1.5rem 1.3rem 1.5rem;
    margin: 38px 0px;
}
.bg-box ul li::before {
    width: 30px;
    height: 30px;
    left: -44px;
    top: -1px;
}
.fnt-40 {
    font-size: 27px !important;
    line-height: 35px !important;
}
.dsply-blkk{
  display: contents;
}
.dsply-blk{
  display: contents;
}
.fnt-40 {
    font-size: 24px !important;
    line-height: 32px !important;
}
.bonus-head {
    padding: 16px 18px;
    margin-right: 40px;
}
.bonus-head h2 {
    font-size: 22px;
    line-height: 34px;
}
.ml-111 {
    margin-left: 34px !important;
    margin-right: 0px !important;
}
.grntee-bdge {
    max-width: 230px;
    margin: 20px auto;
}
.atc-sec {
    margin: 2rem 0rem 2rem;
    font-family: 'Cinzel', serif;
}
.product-title {
    padding: 10px 0px;
    font-size: 27px;
}
.prdct-img {
    max-width: 418px;
    margin-top: 20px;
}
.only-txt {
    margin-right: 5px;
    font-size: 25px;
}
.mb-20 {
    margin-bottom: 5px;
}
.new-price {
    font-size: 65px;
}
.old-price {
    margin-right: 8px;
    font-size: 40px;
}
.atc-btn {
    padding: 10px 15px 10px 15px;
    font-size: 21px;
    margin-bottom: 15px;
    /* max-width: 320px; */
    gap: 6px;
}
.cart-icon {
    max-width: 40px;
}
.dsply-block{
  display: block;
}
footer h6 {
    font-size: 13px;
}
.logo-img {
    max-width: 180px;
    margin-bottom: 9px;
}
footer {
    padding: 1.5rem 0rem;
  
}
}
@media(max-width:430px){
.fnt-48 {
    font-size: 26px !important;
    line-height: 32px !important;
}
.parastyle p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 22px;
}
.fnt-40 {
    font-size: 21px !important;
    line-height: 27px !important;
}
.bg-box {
    padding: 1.2rem 1.1rem 1.2rem;
    margin: 33px 0px;
}
.bg-box ul li::before {
    width: 28px;
    height: 28px;
    left: -42px;
    top: -2px;
}
.heading {
    margin: 1rem 0rem 1rem;
}
.container {
    padding: 0px 15px;
}
.bonus-border-box {
    padding: 25px 0px;
    margin-bottom: 27px;
    margin-top: 27px;
}
.bonus-head h2 {
    font-size: 19px;
    line-height: 28px;
}
.bonus-img {
    max-width: 230px;
    margin-bottom: 20px;
}
.product-title {
    padding: 10px 0px;
    font-size: 21px;
}
.prdct-img {
    max-width: 346px;
}
.credit-img {
    max-width: 182px;
    margin: 18px auto 0px;
}
.lynhyt-25 {
    line-height: 18px !important;
}
.fnt-15 {
    font-size: 11px !important;
}
.atc-btn {
    padding: 8px 12px 10px 12px;
    font-size: 21px;
    margin-bottom: 15px;
    max-width: 300px;
    gap: 11px;
}
.new-price {
    font-size: 58px;
}
.logo-img {
    max-width: 170px;
    margin-bottom: 9px;
}
.card-content {
    padding: 30px 6px 16px;
    text-align: center;
}
.grntee-bdge {
    max-width: 230px;
    margin: 30px auto;
}
}
@media(max-width:390px){
.product-title {
    padding: 10px 0px;
    font-size: 19px;
}
.atc-btn {
    padding: 8px 11px 10px 11px;
    font-size: 20px;
    margin-bottom: 15px;
    /* max-width: 278px; */
    gap: 13px;
}
}
@media(max-width:375px){
  .fnt-48 {
    font-size: 24px !important;
    line-height: 32px !important;
}
.fnt-40 {
    font-size: 19px !important;
    line-height: 27px !important;
}
.parastyle p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 22px;
}
.pl-50 {
    padding-left: 35px;
}
.fnt-40 {
    font-size: 19px !important;
    line-height: 26px !important;
}
.bonus-head h2 {
    font-size: 18px;
    line-height: 27px;
}
.bonus-head {
    padding: 15px 18px;
    margin-right: 40px;
}

.only-txt {
    margin-right: 5px;
    font-size: 23px;
}
.old-price {
    font-size: 38px;
}
.new-price {
    font-size: 54px;
}
}
@media(max-width:320px){
  .disply-blok{
    display: contents;
  }
  .fnt-48 {
    font-size: 22px !important;
    line-height: 29px !important;
}
.parastyle p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
}
.container {
    padding: 0px 10px;
}
.fnt-40 {
    font-size: 18px !important;
    line-height: 25px !important;
}
.bonus-head h2 {
    font-size: 15px;
    line-height: 24px;
}
.bonus-img {
    max-width: 210px;
    margin-bottom: 20px;
}
.divider {
    margin: 20px 0;
}
.bonus-head {
    padding: 11px 15px;
    margin-right: 40px;
}
.grntee-bdge {
    max-width: 220px;
    margin: 20px auto;
}
.only-txt {
    margin-right: 5px;
    font-size: 20px;
}
.old-price {
    font-size: 35px;
}
.atc-btn {
    padding: 8px 12px 10px 12px;
    font-size: 18px;
    margin-bottom: 15px;
    max-width: 261px;
    gap: 5px;
}
.new-price {
    font-size: 51px;
}
footer h6 {
    font-size: 11px;
}
.product-title {
    padding: 10px 0px;
    font-size: 18px;
}
}