/* prelaunch */
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #101010;
    font-size: 14px;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-thumb {
    background: var(--purple-clr);
    border-radius: 25px;
}
.inter{
    font-family: "Inter", sans-serif;
}
.caveat {
    font-family: 'Caveat', cursive;
}
.jockey-one {
    font-family: "Jockey One", serif;
}

:root {
    --purple-clr: #1C8BA6;
    --theme-gradient: linear-gradient(180deg, #1EC6D9 0%, #003A48 90.86%)!important;
    --theme-gradient1: linear-gradient(90deg, #8EB5FD 0%, #5289EF 100%) !important;
    /* --theme-gradient1: linear-gradient(90deg, #FF6B86 40%, #8F77FD 100%) !important; */
    /* --purple-clr: #9958CC !important; */
    /* --theme-gradient: linear-gradient(91.28deg, #25EADA 0%, #4D7FFA 100%) !important;
    --theme-gradient1: linear-gradient(91.28deg, #4D7FFA 0%, #25EADA 100%) !important; */
    --light-grey: #01010166;
    --gray-clr:#606060;
    --gray-clr1:#0101014D;
    --orange-clr: #F89B1C;
    --orange-clr1: #FB591B;
    --purple-clr2: #25EADA;
    --blue-clr1: #26adff;
    --yellow-clr: #FFCB34;
    --red-clr: #FF2C2C;
    --green-clr: #1C8BA6;
    --green-clr1: #49DD47;
}

/* --- Global Css Start--- */
.min-md-video-width-left img{border: 2px solid #fff; border-radius: 15px;}
.white-clr {
    color: #fff;
}
.light-grey {
    color: var(--light-grey);
}
.black-clr {
    color: #101010;
}
.gray-clr {
    color: var(--gray-clr);
}
.gray-clr1 {
    color: var(--gray-clr1);
}
.red-clr{
    color: var(--red-clr);
}
.italic {
    font-style: italic;
}
.playfair-font {
    font-family: "Playfair Display", serif;
}
.blue-clr1{
    color: var(--blue-clr1);
}

.orange-clr{
    color: #FF8252;
}
.neon-clr {
    color: #00CBE3;
}
.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-clr1 {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.clr-1 {
    color: #4494FF;
}

.purple-clr{
    color: var(--purple-clr);
}
.purple-clr2{
    color: var(--purple-clr2);
}
.blue-clr {
    color: #497FF9;
}
.green-clr {
    color: var(--green-clr);
}
.theme-clr2 {
    color: var(--purple-clr);
}
.green-wave1 {
    position: relative;
}
.green-wave1::after {
    position: absolute;
    content: "";
    background: url(../images/green-wave1.webp) no-repeat;
    width: 100%;
    height: 8px;
    bottom: 0px;
    left: 0px;
}
.d-inline-flex {
    display: inline-flex;
}
.relative {
    position: relative;
}
@media (max-width: 767px) {
    .mx-xs-auto,
    .mx-xs-center {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .xstext-center {
        text-align: center;
    }
}
/* --- Global Css End--- */
/* --- Header Section Start --- */

.post-head {
    background: #FFFFFF;
    border: 2px dashed #1c8ba6;
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
}
.ordinary-text{
    background: #8F77FD;
    box-shadow: 0px 5px 15px 0px #406CF740;
    border-radius: 5px;
    display: inline-block;
    padding: 1px 15px;
}
.main-text {
    background: var(--purple-clr);
    padding: 4px 14px 6px;
    border-radius: 0 0 15px 15px;
    display: inline-block;
}
@media(max-width:767px){
    
    .proudly-head{
        display: inline-block;
        background: transparent;
        padding: 15px 15px;
        border-radius: 48px;
        border: 1px solid #B956FF;
    }
        .ordinary-text {
        padding: 5px 25px;
    }
    /* .black-wave::before {
        position: absolute;
        content: '';
        background: url("../images/black-wave.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    } */

}

.main-heading {
background: #EEFBFF;
    border: 1px solid var(--purple-clr);
    padding: 0px 10px 20px;
    border-radius: 10px;
    /* display: inline-block;*/
}
/* .mainheading-text{
    font-style: italic;
    display: inline-block;
    background: linear-gradient(90deg, #72F3E9 0%, #CFA8FF 50%, #FACEAB 100%);
    border-radius: 10px;
    padding: 0px 10px;
} */


.preheadline-content {
    border-radius: 10px;
    border: 1px solid #25EADA;
    backdrop-filter: blur(25px);
    padding: 10px;
    display: inline-block;
}
.wrap {
    border-radius: 10px 10px 0px 0px;
    background: rgba(255, 255, 255, 0.10);
    padding: 9px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


.header-section {
    background: linear-gradient(193.57deg, #FFFFFF 62.75%, #65E0FF 110.97%);
    padding: 30px 0px;
}
.postheadline {
    background: #8F77FD1A;
    border: 1px solid #8F77FD;
    box-shadow: 0px 0px 10px 0px #8F77FD80;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.header-section ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.header-section ul.leader-ul li {
    display: inline-block;
}

.affiliate-link-btn a {
    border-radius: 10px;
    /* border: 2px solid #fffcf2; */
    background: var(--purple-clr);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.affiliate-link-btn a:hover {
    transition: all .3s ease;
    background: var(--purple-clr);
}
.calendar-wrap {
    border-radius: 15px;
    border: 1px solid #5289EF1A;
    background-color: #EEFBFF;
    padding: 10px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.calendar-wrap-inline {
    border-width: 1px;
    border-color: rgb(11, 11, 49);
    border-style: solid;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: #08041e;
}

.magically-text {
    background: #DDF8FF;
    border: 1px dashed #1c8ba6;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  /* .btn-border{
    border: 10px solid #A6FF004D;
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
    } */
    .btn-border:hover{
        transform: scale(1.1);
    }
    .btn-border {
        /* padding: 4px;
        border-radius: 10px; */
        transition: ease 0.3s;
        /* display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #FEC4324D 14%, #FEC432 19%, transparent 17%);
        background-size: contain;
        background-color: transparent;
        animation: rotateBG 5s linear infinite; */
    }
    .date-box{
    border: 1px solid var(--purple-clr);
    /* background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    border-radius: 10px;
    }
    .date-inline{
        padding: 10px;
    }
    .form-frame{
        background: #ffffff;
        border-radius: 10px;
        border: 2px solid var(--purple-clr);
        display: inline-block;
        padding: 10px;
    }
    .gradiant-box{
        background: #5289EF4D !important;
        border-radius: 5px;
        display: inline-block;
        padding: 5px 4px;
    }
    .timer-box{
        background: var(--purple-clr);
        border-radius: 5px;
        padding: 10px;
    }
    .timer-bg{
        background: var(--purple-clr);
        border-radius: 5px;
        padding: 10px;
    }
    .timer-bg-1{
        background: var(--purple-clr);
        border-radius: 5px;
        padding: 10px;
    }
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }
.ignore-img1 {
        max-width: 40%;
    }
  /* button border animation css end */

@media(min-width:768px){
    .header-section {
        background: url(../images/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 30px 0px 100px;
    }
    .post-head {
        padding: 14px 28px;
    }
    .main-text {
        padding: 4px 21px 6px;
        border-radius: 0 0 20px 20px;
    }
    .ignore-img1 {
    max-width: 15%;
}
    .date-inline{
        padding: 40px 18px;
    }
        .timer-bg{
        padding: 30px;
    }
.main-heading {
        background: url(../images/main-head-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    .form-frame{
        background: url(../images/form-frame.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        border: unset;
        border-radius: unset;
        padding: 26px 30px;
    }
    /* .main-heading::before {
    position: absolute;
    content: url("../images/blue-shade-main.webp");
    top: -22px;
    left: -20px;
    } */
    .header-section ul.leader-ul {
        margin-top: 12px;
    }
    .affiliate-link-btn a {
        padding: 12px 25px;
        font-size: 20px;
    }
    .calendar-wrap {
    padding: 30px;
    }
  
    /* .min-md-video-width-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 64%;
        max-width: 64%;
    } */
    /* .min-md-video-width-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    } */
    .postheadline {
        padding: 15px 30px;
    }

    .preheadline-content {
        padding: 10px 25px;
    }
    /* .mainheading{
        padding: 25px 30px 20px;
    }
    .mainheading-text{
        font-style: italic;
        background: linear-gradient(90deg, #72F3E9 0%, #CFA8FF 50%, #FACEAB 100%);
        border-radius: 10px;
        padding: 0px 10px;
    } */
    .magically-text {
        border-radius: 100px;
        padding: 12px 40px;
    }
    .blue-wave{
        position: relative;
    }
    .blue-wave::after{
        position: absolute;
        content: "";
        background: url("../images/blue-wave.webp") no-repeat;
        width: 104%;
        height: 14px;
        bottom: -4px;
        left: 0;
    }
}
/* --- Header Section End --- */
/* --- Second Section Start --- */

/* --- Second Section End --- */
/* --- Form Style Start --- */
.formbg {
    padding: 15px;
    background: #040b18;
    border: 1px solid #8F77FD4D;
    border-radius: 10px;
}
.width-form {
    width: 100%;
    float: left;
    padding: 0px 0px;
}
.width-form1 {
    width: 100%;
    float: left;
    padding: 0px 0px;
}
.formbg-popup {
    padding: 15px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
}
.Register-text {
    background: linear-gradient(90deg, rgba(73, 127, 249, 0.1) 0%, rgba(43, 75, 147, 0) 100%);
    border-left: 2px solid var(--purple-clr);
    padding: 5px 11px;
    display: inline-block;
}
@media (min-width: 768px) {
    .formbg {
        padding: 40px 60px 30px;
        background: url(../images/exiciting-inner-bg.webp) no-repeat;
        border: 1px solid #8F77FD4D;
        background-size: 100% 100%;
         border-radius: 10px;
    }
    .formbg-popup{
        padding: 20px 30px 30px;
    }
    .width-form {
        width: 100%;
        /* padding: 10px 15px !important; */
    }
    .width-form1 {
        width: 33%;
        /* padding: 10px 15px !important; */
    }
}
.register-btn1 a {
    border-radius: 5px;
    background:var(--purple-clr);
    text-decoration: none !important;
    text-align: center;
    display: block;
    padding: 10px 20px;
    display: inline-block;
    font-size: 21px;
    color: #fff !important;
    font-weight: 700;
    /*width: 100%;*/
    border: none;
    height: 50px;
    outline: none;
    white-space: normal;
}
.register-btn2 a {
    border-radius: 5px;
    background:var(--purple-clr);
    text-decoration: none !important;
    text-align: center;
    display: block;
    padding: 10px 20px;
    display: block;
    font-size: 21px;
    color: #fff !important;
    font-weight: 700;
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
    white-space: normal;
}

.input-border{
    border: 1px solid    var(--purple-clr);
    /* background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    border-radius: 5px;
}
/* --- Form Style End --- */
/* --- Footer Section Start --- */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul a:hover{
    color: #fff;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 50px 0px;
    }
}
/* --- Footer Section End --- */


/* clock css */
@media (min-width: 1199px){
    .top-heading {
        position: relative;
    }
    .top-heading::before {
        position: absolute;
        content: url(../images/clock.webp);
        bottom: -10px;
        right: 120px;
        animation: bounce_shake 1.5s ease-out infinite;
    }

    @keyframes bounce_shake {
        0% {
            transform: scale(1,1) translateY(0);
        }
        
        10% {
            transform: scale(1.1,.9) translateY(0);
        }
        30% {
            transform: scale(.9,1.1) translateY(-5px);
        }
        32% {
            transform: scale(1.2) translateY(-5px);
        }
        35%, 40% {
            transform: scale(1.2) translateY(-5px) rotate(-20deg);
        }
        45%, 50% {
            transform: scale(1.2) translateY(-5px) rotate(20deg);
        }
        60% {
            transform: scale(1.05,.95) translateY(0);
        }
        70% {
            transform: scale(1.05,.95) translateY(0);
        }
        80% {
            transform: scale(1,1) translateY(-3px);
        }
        95% {
            transform: scale(1,1) translateY(0);
        }
        100% {
            transform: scale(1,1) translateY(0);
        }
    }
}

/* ==== */
.second-section{
    padding: 40px 0px;
    background: #ffffff;
}
.second-section1{
    padding: 40px 0px;
    background: #EEFBFF;
}

.second-section ul li {
    list-style: none;
    padding: 30px 20px 30px 80px;
    background: #EEFBFF;
    border: 1px solid var(--purple-clr);
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.second-section ul li > .numbers {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple-clr);
    border-radius: 100px;
    font-weight: 600;
    font-size: 28px;
    padding: 6px 0 0;
    color: #fff;
    top: 19px;
}
.second-section ul.blue-clr li {
    border-color: #0064ff;
    color: #000;
}
.second-section ul.blue-clr li > .numbers {
    background: #0064ff;
}
.second-section1 ul li {
    list-style: none;
    padding: 30px 20px 30px 80px;
    background: #FFFFFF;
    border: 1px solid var(--purple-clr);
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.second-section1 ul li > .numbers {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple-clr);
    border-radius: 100px;
    font-weight: 600;
    font-size: 28px;
    padding: 6px 0 0;
    color: #fff;
    top: 19px;
}
.second-section1 ul.blue-clr li {
    border-color: #0064ff;
    color: #000;
}
.second-section1 ul.blue-clr li > .numbers {
    background: #0064ff;
}


/* steps-card */
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: var(--blue-clr1);
}
.heading-tabs:not(.collapsed) .steps-card{
    border-color: var(--purple-clr);
}
.steps-card .steps-icon{
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out;
    border: 2px solid transparent;
}

.steps-tabs{
    /* height: 750px; */
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
    .second-section{
    /* background:#1c1c43 url(../images/second-bg.webp) no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
}
    .second-section1{
    /* background:#191939 url(../images/ease-bg.webp) no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
}
}
/*  */

.steps-card p{
    /* color: #101010; */
    color: rgba(25, 25, 25, 0.5);
}
/* .steps-section .media{
    position: relative;
    padding: 80px 0 ;
}
.steps-section .media img{
    position: relative;
    z-index: 2;
}

.steps-section .media::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    border-radius: 10px;
    background: url('https://cdn.oppyotest.com/launches/bookcreator/jv/demo.webp'), lightgray 50% / cover no-repeat;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */
.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
    background: rgba(153, 88, 204, 0.10);
}
.heading-tabs{
    background: rgba(153, 88, 204, 0.10);    ;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
    border-radius: 20px;
}

/* .steps-section .nav-link.active .steps-card,
.steps-section .nav-link.active .steps-card .steps-icon{
    border: 1px solid var(--purple-clr);
}
.steps-section .nav-link.active .steps-card{
    height: 360px;
    border-left: 7px solid #0340f2;
}
.steps-section .nav-link.active .step-arrow{
    display:none !important;
} */

.cleint-frame {
    border: 5px solid var(--purple-clr);
    border-radius: 12px;
}
/* step-sec end */
/* ======== */
.container-box {
    padding: 20px;
    position: relative;
    background: #05061a;
    border-radius: 30px;
}
.contact-shape img{
    width: 80%;
}

@media (min-width: 768px){
        .container-box {
        padding: 40px 20px;
        background: url(../images/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

/* Floating Btn */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--purple-clr);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll .numbers {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background: var(--purple-clr);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  */



/* header bar  */
.fixed-top-bar {
    /* background-color: #15AFBF; */
    background:var(--purple-clr);
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.fsl-video-frame {
    border: 1px solid var(--purple-clr);
    /* box-shadow: 0px 0px 10px 8px #d5ebf1; */
    border-radius: 10px;
}
.fixed-top-bar div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.fixed-top-bar div p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 15px;
}
.fixed-top-bar a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #000;
    color: #000;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 15px 4px;
    /* font-family: gilroy-bold; */
    text-decoration: none;
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
} 


/* Registration */

  .box {
    background: linear-gradient(145deg, #141639, #0a0c1f);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,255,255,0.08);
    color: #ffffff;
  }

  .count {
    font-size: 32px;
    font-weight: bold;
    color: #76dfff;
  }

  .me-2{
    border-radius: 50px;
    padding: 7px 10px;
    border: 1px solid #30d9f8;
  }

  .bar {
    width: 100%;
    height: 12px;
    background-color: #1f1f3b;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0;
  }

  .bar-fill {
    height: 100%;
    background: linear-gradient(to right, #00f0ff, #76dfff);
    width: 0%;
    transition: width 0.5s ease;
  }

  .spots {
    color: #bbb;
    font-size: 14px;
  }

  .live-text {
    background: linear-gradient(90deg, #00e0ff, #72f7ff, #00e0ff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 2s linear infinite;
    font-size: 14px;
  }

  @keyframes shimmer {
    to {
      background-position: -200% center;
    }
  }

  .recent h5 {
    margin-bottom: 10px;
  }

  .name-box {
    animation: fadeSlideIn 0.5s ease forwards;
    background-color: #141d3a;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
  }

  .name-box.fade-out {
    animation: fadeSlideOut 0.5s ease forwards;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeSlideOut {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-10px);
    }
  }


/* slider up start */
.bx-wrapper {
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    max-width: auto !important;
}
.bx-viewport {
    position: relative !important;
}
.bxslider {
    background: transparent !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px !important;
    font-weight: 800;
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    line-height: 32px;
    text-align: center;
    color: var(--purple-clr) !important;
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
}
/* slider up end */


  /* countdown css start */
  .countdown {
    display: flex;
    justify-content: center !important;
    gap: 15px;
  }
  .countdown div {
    background: #111;
    padding: 10px;
    border-radius: 10px;
    min-width: 60px;
} 
  .countdown span {
    display: block;
    font-size: 25px;
    font-weight: bold;
}
.countdown p {
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

  .countdown span.animate {
    animation: pop 0.5s ease;
  }
  
  @keyframes pop {
    0% {
      transform: scale(1.4);
      opacity: 0.5;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .shake {
    animation: shake 0.4s infinite;
  }
  
  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); }
  }

  @media (min-width: 768px){
    .countdown p {
        font-size: 15px;
    }
    .countdown div {
        padding: 20px;
        min-width: 80px;
      }
      .countdown span {
        font-size: 32px;
      }
  }
  /* countdown css end */

  /* typing start */
.typing-text {
    background: url("../images/typing-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .typing-text {
        width: 400px;
    }
}
/* typing end */
  
    .theme-btn {
    background: #497FF9;
    /* border: 2px solid #ffffff; */
    padding: 15px 14px;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
}
  .theme-btn {
    color: #ffffff !important;
  }