
/*=======================================font family css start=============================*/

@font-face {
    font-family:"GlacialIndifference-Bold";
    
    src: url(../fonts/GlacialIndifference-Bold.otf);
}
@font-face {
    font-family:"Poppins-Regular";
    
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family:"FontsFree-Net-Poppins-ExtraBold";
    
    src: url(../fonts/FontsFree-Net-Poppins-ExtraBold.ttf);
}

/*=======================================globle classes css start=============================*/

html,body{
   overflow-x: hidden;
          font-family:"Poppins-Regular";
}

.logo {
    width: 180px;
}
.log-area {
    padding-top: 25px;
    padding-bottom: 20px;
}
.warning-text {
    color: #e63748;
       font-family:"FontsFree-Net-Poppins-ExtraBold"!important;
    font-weight: 900;
}
.warning-para {
    color: #e63748;
    font-size: 20px;
}
.warning-area {
    border: 5px
 solid #e63748;
    padding-top: 10px;
    padding-bottom: 10px;
        padding-left: 10px;
    padding-right: 10px;
}
.product-main {
    padding-top: 25px;
    padding-bottom: 25px;
}
.product-img {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn.last-btn {
    background:#e63748;
    color: white;
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 0px 10px 4px #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.discount {
    font-size: 20px;
    color: black;
}
.renew-title {
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.footer_img {
    text-align: center;
   
}
.footer_img img{
    margin: 10px;
}
.renew-para {
    color: #718089;
}
.text-boldd {
    font-weight: 600;
    color: black;
}
.timer-area {
    display: flex;
    margin: auto;
    text-align: center;
    width: fit-content;
        /*background: #e63748;*/
    border-radius: 10px;
}
.timer-area div {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    color: black;
}
.time-text {
    color: #a7a7a7;
    font-size: 12px;
}
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-img {
    width: 75px;

    margin-bottom: 10px;
}
/*----------------------------header css-------------------------------------*/

@media screen and (min-width: 1420px) {

}

@media screen and (min-width: 1520px) {

}
@media screen and (min-width: 1800px) {

}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 576px) {
    .footer {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.footer-colo {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-title {
    font-size: 18px;
}
.footer-text {
    font-size: 14px;
}
  .warning-para {
    text-align: center;
}
.warning-text {
    color: #e63748;
    font-weight: 900;
    font-size: 30px;
    margin-top:10px;
}
}
@media screen and (max-width: 375px) {

}