@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
  font-family: "agrandir";
  src: url("font/AgrandirGrandHeavy.otf") format("otf"),
       url("font/AgrandirGrandHeavy.otf") format("otf"); /* Provide multiple formats for broader browser support */
  font-weight: bolder; /* Define the font weight (e.g., normal, bold, 300, 700) */
  font-style: normal; /* Define the font style (e.g., normal, italic) */
}




.top {
  background:url(images/topbg.png);
  background-size: cover;
  padding: 100px 0;
  background-position: 50% 10%;
  margin-top: -120px !important;
}



.top .top-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}


.top .the-biggest-sale-of {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ff9d00;
  font-size: 24px;
  text-align: center;
}

.top .black-frida {
  font-family: "agrandir";
  font-weight: bolder;
  font-size: 64px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}


.top .toptime {
display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    align-items: center;
    position: relative;
    width: 270px;
    margin: 0 auto;
}

.top .timebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.top .daysnumber {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .hrsnumber {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .minnumber {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .secnumber {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.top .timetext {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}


.top .check-offer {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  background-color: #f00049;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  padding: 10px 33px;
  text-decoration: none;
  text-transform: uppercase;
}




.dealsection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 75px 0;
  position: relative;
  background-image: url(images/bg1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.dealsection .frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}





.dealtitle  {
    color: #111928;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    line-height: 36px;
    margin-bottom: 30px;
}

.dealtitle span{
    color: #2600FC;
    background-image: linear-gradient(45deg, #2600FC , #5C00F7 33%, #9200F3 67%, #FF00EA 100%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dealsection .dealcol {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.dealsection h2{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #111928;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.dealsection p {
  font-family: "Inter", sans-serif;
  color: #535353;
  font-size: 14px;
  margin: 15px 0;
  line-height: normal;
}

.dealsection .auto-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.checkrow{
    display: flex;
    flex-wrap: wrap;    
    gap: 30px;
    margin-bottom: 30px;
}

.checkbox{
    font-family: "Inter", sans-serif;
    font-weight:normal;
    color: #000;
    font-size: 16px;
}


/* UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU */


.offerarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 30px;
  padding: 75px 0;
  position: relative;
  background-image: url(images/bg2.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}


.offerarea2 {
  background-image: url(images/bg3.png);
}





.offertitle {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    line-height: 36px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.offertitle b{
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    line-height: 36px;
    margin-bottom: 30px;
    gap: 30px;
        color: #2600FC;
    background-image: linear-gradient(45deg, #2600FC, #5C00F7 33%, #9200F3 67%, #FF00EA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




/* rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */

:root {
  --white: rgba(255, 255, 255, 1);
  --main-text: rgba(246, 246, 246, 1);
}


.offerarea .OFF {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  position: relative;
  background-color: #161a20bf;
  border-radius: 10px;
  border: 1px solid;
  border-color: #d310ee;
  height: 100%;
  justify-content: space-between;
}

.offerarea header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.offerarea header h2 {
justify-content: center;
    width: fit-content;
    margin-top: -1px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: var(--white);
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    position: relative;
}



.offerarea .parcentage {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.offerarea .text-wrapper-2 {
  justify-content: center;
  opacity: 0.7;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: var(--white);
  font-size: 16px;
}


.offerarea .text-wrapper-3 {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: var(--main-text);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;

    display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
  background-color: #d310ee;
  border-radius: 100px;
  position: relative;
  flex: 0 0 auto;
}

.offerarea .rupeeu {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 15px;
}

.offerarea .text-wrapper-4 {
  justify-content: center;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--white);
  font-size: 32px;
  display: flex;
}

.offerarea .text-wrapper-5 {
  justify-content: center;
  opacity: 0.8;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: var(--white);
  font-size: 16px;
  line-height: normal;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}

.offerarea ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.offerarea ul li {
  display: flex;
  align-items: center;
  gap: 10px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: var(--white);
    font-size: 14px;
}

.offerarea .buy-now {
font-family: "Inter", sans-serif;
    font-weight: 700;
    color: var(--main-text);
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    /* background-color: #5000f8; */
    border-radius: 5px;
    width: 100%;
    text-decoration:none;
    background: linear-gradient(135deg, #c60000, #ff0000);
}


.acu-cta2 {
    background: linear-gradient(135deg, #c60000, #ff0000);
    /* background: #FF0000; */
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    /* line-height: 36px; */
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}

.acu-live {
    color: #000;
    font-weight: 800;
    animation: blink 1s infinite;
}


.helprarea {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 100px 0;
    position: relative;
    background-color: #fff;
    background-image: url(images/help.png);
    background-size: cover;
    background-position: 50% 50%;
        text-align: center;
}

.helptitle {
    color: #111928;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 32px;
        line-height: 36px;
    width: 38%;
    text-align: center;
    margin: 0 auto;
    line-height: 36px;
    margin-bottom: 30px;
}

.helprarea p{
  text-align: center;
  font-size: 20px;
}



/* --------------------------------------------- */
.customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 75px 0;
    position: relative;
    background: #fff;
    background-size: cover;
    background-position: 50% 50%;
}


.customertitle  {
    color: #111928;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    line-height: 36px;
    margin-bottom: 30px;
}

.customertitle span{
    color: #2600FC;
    background-image: linear-gradient(45deg, #2600FC , #5C00F7 33%, #9200F3 67%, #FF00EA 100%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.customlogoarea{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.logocol{
    width: 18%;
    height: 77px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logocol img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ============================================================= */


.rettingarea{
  background: #fff;

  padding: 0 0 75px 0;
}

.rettincol{
  align-self: stretch;
    padding: 20px;
    background: white;
    box-shadow: 0px 25.770723342895508px 30px rgba(71, 133, 253, 0.09);
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    display: inline-flex;
     width: 100%;
}

.rettin-title{
    justify-content: flex-start;
    align-items: center;
    display: flex;
    gap: 5px;
    color: black;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}

.rettincol p{
    color: black;
    font-size: 14px;
    font-family: Manrope;
    font-weight: 500;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}