/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    scroll-behavior: smooth;
    /* font-family: 'Domine', serif; */
    font-family: "Roboto", Sans-serif;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: #196da8;
}

a:hover {
    text-decoration: none
}

.container {
    max-width: 960px;
}



/* top header style */
.top-header {
    padding: 8px 0;
    background-color:#FFFFF0;
}

.top-header-left img, .top-header-right img {
    height: 60px;
}

.top-header-right {
    text-align: right;
}

/* header navbar start here */

.header {
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    /* padding: 0px 115px; */
    transition: 256ms;
    /* position: fixed; */
}

.header::after {
    content: "";
    clear: both;
    display: table;
}

.header-right {
    /* width: 385px; */
    height: 50px;
    /* 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9D00;
    float: right;
    font-family: 'Roboto', sans-serif; */
}

.top-span {
    font-size: 18px;
    text-align: center;
    margin: 0px;
    color: #fff;
}



.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header .menu a {
    padding: 12px 25px;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .4s ease-out;
    text-align: center;
}

.header .menu a {
    border-bottom: .1px solid #000;
}


.header .menu a:hover {
    background: #aaa;
}

.header .menu-icon {
    position: relative;
    display: block;
    float: left;
    padding: 25px 20px;
    cursor: pointer;
}

.header .nav-icon {
    position: relative;
    display: block;
    height: 3px;
    width: 35px;
    background: #fff;
    transition: background .2s ease-out;
}

.header .menu-icon .nav-icon::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 7px;
    transition: all .2s ease-out;
}

.header .menu-icon .nav-icon::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    top: -7px;
    transition: all .2s ease-out;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 600px;
}

.header .menu-btn:checked~.menu-icon .nav-icon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .nav-icon::before {
    transform: rotate(-45deg);
    top: 0;
}

.header .menu-btn:checked~.menu-icon .nav-icon::after {
    transform: rotate(45deg);
    top: 0;
}

.menu ul li:last-child {
    padding: 10px;
}

.btn_one {
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 5px 20px;
    margin: 0px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
    background: linear-gradient( 
180deg, #FF0000 0%, #FF0000 100%);
    transition: .5s ease-out;
}

.btn_one:hover {
    background: linear-gradient( 
        180deg, #00BFFF 0%, #00BFFF 100%);
    color: #FFFFFF;
}

.btn_two-wrapper {
    position: absolute;
    width: 100%;
    bottom: 5%;
    margin: 0px auto;
}

.btn_two, .btn_two:hover {
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border-radius: 0px;
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 400;
    background: linear-gradient(180deg, #59C0E8 0%, #59C0E8 100%);
    transition: .5s ease-out;
}

@media only screen and (max-width:768px) {
    .header {
        z-index: 99999;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 0px 0px;
        transition: 256ms;

    }


    .btn_one {
        border: none;
        cursor: pointer;
        text-decoration: none;
        color: #000;
        border-radius: 0px;
        padding: 8px 20px;
        margin: 7px 0px;
        font-size: 18px;
        border-radius: 5px;
        font-weight: 500;
        background: linear-gradient(180deg, #fff000 0%, #fcc700 100%);
        transition: .5s ease-out;
    }
}

@media only screen and (min-width:991px) {
    .header {
        background-color:#4682B4;
        /* padding: 0px 280px !important; */
        transition: 256ms;
        z-index: 99999;
        height: 50px;
    }

    .header .menu a {
        all: unset;
    }

    .header .menu {
        all: unset;
        float: left;
        padding-top: 6px;
    }

    .header ul {
        margin-bottom: 0;
    }

    .header ul li {
        list-style: none;
        display: inline-block;
    }

    .header ul li {
        color: #fff;
        font-size: 16px;
        margin-right: 30px;
        cursor: pointer;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }

    .header .menu a:hover {
        background: transparent;
    }

    .header .menu-icon {
        display: none;
    }

    .header-active {
        width: 100%;
        background: #2B3656;
        /* padding: 0px 235 !important; */
        box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
        /* position: fixed;
        transition: all .3s ease-out; */
    }
 
    
}



.counter-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF0000;
    /* background: linear-gradient( 90deg, #FF4F5A 0%, #FA446F 100%); */
    padding: 10px 15px;
    height: 100%;
}

.media-box {
    display: flex;
    align-items: center;
}

.clock {
    width: 58px;
    padding-right: 10px;
}

.countdown {
    display: flex;
}

.limited_text {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.14;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.minute {
    margin-right: 5px;
}

.countdown-number {
    display: inline-block;
}

.minute, .second {
    border-radius: 4px;
    background-color: #ffffff;
    height: 19px;
    width: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    text-transform: uppercase;
    color: #35373E;
}

.colon {
    color: #ffffff;
    line-height: 1;
    padding-right: 4px;
}

.left-minutes-text {
    font-size: 14px;
    line-height: 1.14;
    color: #FFFFFF;
    padding-left: 5px;
    margin-top: 3px;
}

/* header navbar end here */


/* main content start here */

.main-content{
    text-align: center;
    padding: 40px 0;
}
.bottom-content{
    text-align: center;
    padding: 10px 0 30px 0;
}
.top-title{
    color: #000;
    font-size: 40px;
    font-weight: 500;
}

.official-text{
    font-size: 19px;
    color: #000;
    font-weight: 400;
}
.bolder-text{
    font-size: 21px;
    font-weight: 600;
}

.valid-text{
    font-size: 19px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.buy-btn{
    /* padding: 10px 20px;
    font-weight: 500;
    background-color: #1C53B0;
    border-radius: 15px 0px 15px 0px;
    box-shadow: 0px 0px 14px 2px #1c53b0;
    color: #fff;
    font-size: 20px;

    margin: 20px 0; */
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    padding: 12px 20px;
    margin: 10px 0;
    font-size: 20px;
  
    padding: 10px 20px;
    font-weight: 500;
    background-color: #FF0000;
    transition: .2s;
}
.buy-btn:hover{
    color: #fff;
}

.why-choose {
    width: 100%;
    padding: 20px 0px;
    width: 100%;
    color: #000;
    text-align: center;
}



.why-choose .why-choose-item-box h3 {
    font-size: 21px;
    margin: 5px 0px 10px 0px;
    color: #000;
    font-weight: 500;
}

.why-choose .why-choose-item-box img {
    margin-bottom: 20px;
}

.why-choose .why-choose-item-box p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}
.timer-title{
    text-align: center;
    font-size: 30px;
    margin: 20px 0px;
    color: #000;
}

.timer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #FF0000;
    text-align: center;
    width: 300px;
    height: 85px;
    margin: 0px auto;
    padding: 2px 0px 0px 2px;
    border-radius: 10px;
}

.timer .hours, .timer .minutes, .timer .seconds {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.timer p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}

.mid-btn{
    display: none;
}


/* main content end here */

/* footer area start here */

.footer {
    padding: 20px 0px;
    background-color: #008080;
    text-align: center;
    color: #fff;
}

.top-text {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.9px;
    width: 90%;
    margin: 0 auto;
}

.middle-text {
    font-size: 14px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

.footer-menu ul {
    list-style: none;
    padding-left: 0px;
}

.footer-menu ul li {
    display: inline-block;
    margin-top: 10px;
}

.footer-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

ul>li:last-child a {
    border: none;
}

.footer-img {
    margin-bottom: 20px;
}

/* footer area end here */






/* popup card */

.popup-card {
    background: url(images/popup-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35%;
    height: 370px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 1px 15px 3px rgb(0 0 0 / 28%);
    padding: 10px 5px 10px 10px;
    transition: all .3s ease-out;
}

.popup-card.show {
    top: 50%;
    visibility: visible;
    opacity: 1;
    z-index: 9999999999;
}

.popup-card-body {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 10px;
}

.card-left {
    width: 45%;
}

.card-right {
    width: 55%;
    text-align: center;
}

.card-right h6 {
    font-size: 16px;
    color: #F7431A;
}

.card-right h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.popup-hightlight {
    color: #4A90E2;
}

.card-right p {
    color: #000;
}

.popup-timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-hours, .popup-minutes, .popup-seconds {
    margin: 0 10px;
    text-align: center;
    position: relative;
}

.mid-border {
    position: absolute;
    top: 30%;
    height: 1px;
    width: 100%;
    background-color: #8798b4;
    transform: translateY(-30%);
    box-shadow: 0px 1px 0px 0px #fff;
}

.popup-seconds {
    margin-left: 8px !important;
}

.hour-time, .minute-time, .second-time {
    background-color: #3B8AB1;
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.times {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.save-now-btn-wrapper {
    margin-top: 20px;
}

.save-now, .save-now:hover {
    border: none;
    background-color: #006289;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.close {
    position: absolute;
    top: 3.5%;
    right: 4%;
    color: #000;
    cursor: pointer;
    font-size: 24px;
}

.close:hover {
    color: #404040;
}

/* overlay color */

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
}

.overlay-show {
    display: block;
}



@media only screen and (max-width: 991px) {

    .header{
        background-color: #2B3656;
        padding: 0 0px !important;
    }

    .top-header-right, .top-header-left{
        text-align: center !important;
    }
    .popup-card {
        background: url(images/popup-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 400px;
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0px 1px 15px 3px rgb(0 0 0 / 28%);
        padding: 10px 5px 10px 10px;
        transition: all .3s ease-out;
    }
    .mid-btn{
        display: block;
    }
}



@keyframes swing {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-2deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(2deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}