@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #222;
    font-family: 'Poppins', sans-serif!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif!important;
}

/*--- navigation bar ---*/

.navbar {
    background:#000!important;
}

.nav-link,
.navbar-brand {
    color: #000000;
    cursor: pointer;
}

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: #000;
}

.navbar-collapse {
    justify-content: flex-end;
}


/*--- header ---*/

.header {
    background-color: : white;
    background-position: center;
    position: relative;
    height:auto!important;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
}

.description {
    position: relative;
    padding-top:100px;
    padding-bottom:50px;
    text-align: center;
}

.description h1 {
    font-weight: 700;
    font-size:32px;
    display:block;
}
.description span.main_time{
    color:#000;
    white-space: nowrap;
    font-weight: 700;
    font-size: 300px;
    display:block;
}

.description h2 {
    color: #000000;
    font-size:30px;
    font-weight: 700;
}

.description h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
}
.description span.main_date {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    display:block;
}

.description button {
    padding: 100;
}

.page-footer h1{
    font-size:30px;
    font-weight:700;
}
.page-footer h2{
    font-size:30px;
    font-weight:700;
}
/*--- feature section ---*/

.features {
    margin: 4px auto;
    padding: 1em;
    position: relative;
}

.features .btn {
    margin-top: 16px;
    padding: 5px 10px;
    border: 1px solid #0065a7;
    color: #000;
    font-weight: 400;
}


/*--- footer ---*/

.page-footer {
    background-color: #000;
    color: #fff;
    padding: 60px 0 30px;
}

.page-footer p a {
    color: #fff;
}

.page-footer p a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-floating {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
}

.advertise-list ul li {
    display: inline-block;
}

.navbar-dark .navbar-toggler {
    color: #fff!important;
    border-color: #fff!important;
    width: 45px;
    height: 35px;
    padding: 0;
    font-size: 26px;
}
.custom-card-top{
    padding-top:10px;
    padding-bottom:10px;
}
.custom-card{
    background-color:#fff;
    box-shadow:0px 0px 10px 0px #ccc;
    border-radius:15px;
    text-align:center;
    padding:35px 15px;
    position:relative;
    overflow: hidden;
    height:100%;
}
/*.custom-card:before{
    position: absolute;
    content: '';
    background-color: rgb(41 128 185 / 50%);
    left: -15px;
    bottom: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.custom-card:after{
    position: absolute;
    content: '';
    background-color: rgb(41 128 185 / 50%);
    right: -15px;
    top: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    }*/
    .description.dapali-sec h2{
        font-size: 44px;
        font-family: monospace!important;

    }
    .description.dapali-sec h1 #timer{
        font-family: cursive;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .description.dapali-sec h1 #timer span#days,
    .description.dapali-sec h1 #timer span#hours, 
    .description.dapali-sec h1 #timer span#minutes, 
    .description.dapali-sec h1 #timer span#seconds {
        font-family: cursive;
        font-size:90px;
        margin-left:10px;
        margin-right:5px;
        text-shadow:5px 5px #000;
    }
    .custom-card h5{
        font-size:16px;
        margin-bottom:0px;
        color:black;
    }
    .description.dapali-sec h4{
        text-transform: uppercase;
        background: -webkit-linear-gradient(#000, #333);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 36px;
        margin-bottom:0px;
    }
    .description.dapali-sec span{
        white-space:nowrap;
    }
    .description.dapali-sec h3 {
        font-size: 46px;
        font-weight: 900;
        margin: 15px 0px;
        text-decoration: underline;
        font-style: italic;
    }
    .custom-card h4{
        font-size:20px;
        margin:10px 0px;
    }
    .custom-card h4 a{
        color:#000;
    }
    .accordion .card-body.collapse{
        padding:0px;
    }
    .accordion .card{
        background-color: transparent;
        box-shadow: none!important;
        border:none!important;
    }
    .accordion .card-header {
        background-color: #fff;
        cursor: pointer;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 0px #ccc;
        position:relative;
        margin-bottom:10px;
    }
    .custom-frm-header{
        border-radius: 25px;
        overflow: hidden;
        border: 1px solid #fff;
    }
    .custom-frm-header input[type=search]{
        border-radius: 0px 0px 0px 18px;
        border: none;
        background: transparent;
        color: #fff;
    }
    .custom-frm-header button.btn{
        background: #fff;
        border-radius: 0;
        color:#000!important;
    }
    .custom-frm-header.form-inline input[type=search].form-control {
        display: inline-block;
        width: calc(100% - 42px);
        vertical-align: middle;
    }
    .custom-frm-header ::-webkit-input-placeholder { /* Edge */
      color: #fff;
      opacity:0.8;
  }

  .custom-frm-header :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #fff;
      opacity:0.8;
  }

  .custom-frm-header ::placeholder {
      color: #fff;
      opacity:0.8;
  }
  .description .features .btn{
    background-color: transparent;
    color: #000;
    border:1px solid #eee;
    background:#eee;
    border-radius: 0px;
}
.description .features .btn:hover{
    border:1px solid #ccc;
}
/*--- media queries ---*/

@media(max-width:991px) {
    .page-footer .features .btn {
        margin-top: 5px;
        padding:10px 10px;
        font-size: 14px;
    }
    .description h2 {
        font-size: 28px!important;
    }
    .description span.main_time {
        font-size: 60px!important;
    }

}

@media (max-width: 575.98px) {
    .description h1 {
        font-size:24px;
    }
    .description h2 {
        font-size: 24px!important;
    }
    .page-footer h1 {
        font-size:20px;
    }
    .page-footer h2 {
        font-size: 24px;
    }
    .page-footer .features .btn {
        width: 32%;
        margin-top: 10px;
    }
    .description.dapali-sec h1 #timer{
        display:block;
    }
    
    .description.dapali-sec h3 {
        font-size: 36px;
        margin: 10px 0px;
    }
    .description.dapali-sec h4 {
        font-size: 30px;
    }
    .description h2 {
        font-size: 15px;
    }
    .description h3 {
        font-size: 15px;
    }
    .features {
        margin: 0;
    }
    .description span.main_time {
        font-size:50px!important;
        font-weight: 900;
    }
    .description span.main_date {
        font-size: 26px;
    }
    .page-header.header {
    }
    .inner-details-page table tr td {
        font-size: 14px;
        padding: 5px 10px;
    }
    .description{
        padding-top:30px;
        padding-bottom:30px;
    }
    .description.dapali-sec h1 #timer span#days,
    .description.dapali-sec h1 #timer span#hours, 
    .description.dapali-sec h1 #timer span#minutes, 
    .description.dapali-sec h1 #timer span#seconds {
        font-size:60px;
        text-shadow:2px 2px #000;
    }
    .custom-card{
        border-radius:5px;
        padding:15px 10px;
        margin-top:15px;
    }
    .custom-card h5 {
        font-size: 12px;
    }
    .custom-card h4 {
        font-size: 18px;
        margin:7px 0px;
    }
    .description .features .btn{
        font-size:16px;
        margin-top: 10px;
    }
}