@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: Gilroy-font-bold;
    src: url(font/Gilroy-Bold.ttf);
}
@font-face {
    font-family: Gilroy-font-regular;
    src: url(font/Gilroy-Regular.ttf);
}

body{
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: white;
}
::placeholder{
    font-size: 1.25rem;
}
.navbar-light .navbar-toggler:focus{
    box-shadow: none;
}

/* index */
.header .navbar .nav-item {
    padding-right: 50px;
}
.header .navbar .nav-item .nav-link{
    color: #7f2cf2;
    font-size: 14px;
    font-weight: bold;
}
.header .nav-btn{
    font-size: 18px;
}
.header .navbar .nav-item img{
    display: none;
}

#nav-icon3{
  width: 35px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #222;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


.nav-btn{
    display: inline-block;
        background-color: #0000;
    background-image: linear-gradient(to top, #0f1d41, #7f2cf2);
    border-style: none;
    padding: 1rem 2rem;
    font-size: 16px;
    color: white;
    text-decoration: none;
    box-shadow: 0 20px 20px rgba(118, 33, 236, .2);
    border-radius: 50px;
    animation: zoom 0.5s infinite alternate ease-in-out;

    &:hover{
        color: white;
    }
}
@keyframes zoom {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.09);
    }
}

h1, h2, h3, h4{
    font-family: Gilroy-font-bold, sans-serif;
    font-weight: bold;
}
.btn{
    font-family: Gilroy-font-bold, sans-serif;
}
.banner{
    padding: 60px 0;
    background: url(images/Dot.png) no-repeat right 160px;
}
.banner h1{
    color: #8836f6;
    font-size: 60px;
    line-height: 65px;
    padding-bottom: 25px;

}
.banner p{
    font-size: 18px;
        line-height: 1.8em;
    padding-bottom: 30px;
    color: rgb(38 39 41 / 70%);
    font-family: "Lato", sans-serif;
}
.ban-btn{
    font-family: Gilroy-font-bold, sans-serif;
    color: #4730ad;
    padding: 1rem 2rem;
    font-size: 16px;
    border: 2px solid #4730ad;
    text-decoration: none;
    border-radius: 50px;
    margin-left: 20px;
}
.banner .carousel-indicators button{
    display: none;
}
.banner .img-slider{
    padding: 0 60px;
}
.carousel-inner{
    border-radius: 10px;
}

.courses{
    padding: 60px 0;
    background: url(images/Vector.png) no-repeat;
    background-size: 100px 100px;
}
.courses h2{
    color: #8836f6;
    font-size: 54px;
    padding-bottom: 25px;
    padding-bottom: 10px;
}
.courses h3{
    font-size: 54px;
    padding-bottom: 25px;
    color: #262729;
}
.courses .best{
    position: relative;
}
.courses .best .best-seller{
    position: absolute;
    width: 110px;
    top: -20px;
    left: -20px;
}
.courses .card{
    background-color: #efe3ff;
    height: 575px;
    width: 95%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px #0003;
}

.courses .card img{
    border-radius: 10px 10px 0 0;
}
.courses .card .card-body span{
    font-size: 12px; 
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #7621ec;
}
.courses .card .card-body .icon i{
    font-size: 14px;
    color: rgb(255, 187, 0);
}
.courses .card-title{
    font-size: 16px;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    color: #282938;
        font-weight: 500;
    line-height: 1.6em;
}
.courses .card-text{
    opacity: .7;
    color: #282938;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.6em;
}
.courses .card-body .btn{
    background-color: #7621ec;
    color: white;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 15px;
    font-family: "Poppins", sans-serif;
}
.courses .best .available{
    position: absolute;
    width: 160px;
    top: 0;
    left: 0;
}
.courses .card .card-body .price{
    color: #7621ec;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    align-self: center;
}

.counter{
    background-color: #8836f6;
    padding: 80px 0;
    text-align: center;
    color: white;
}
.counter h2{
    font-size: 54px;
    padding-bottom: 40px;
}
.counter p{
    font-size: 40px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.counter small{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-close{
    position: absolute;
    right: 30px;
    top: 20px;
}
.team{
    padding: 60px 0;
    text-align: center;
    background: url(images/Dot.png) no-repeat left 400px #efe3ff;
}
.team h2{
    font-size: 54px;
    padding-bottom: 40px;
        color: #262729;

}
.team .card{
    background-color: transparent;
}
.team .card .card-img-top{
    width: 8rem;
    height: 8rem;
    margin: auto;
}
.team .card span{
    color: #7621ec;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.team .card .card-title{
    color: #042552;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    padding-top: 5px;
    font-weight: 700;
}
.team .card .card-text{
    color: rgb(4 37 82 / 70%);
    font-size: 12px;
    font-family: "Manrope", sans-serif;
}

.national{
    padding: 50px 0;
    text-align: center;
    background-color: #8836f6;
    color: white;
}
.national h2{
    font-size: 40px;
    margin-bottom: 30px;
}
.national .logo-img{
        padding: 25px 35px;
    border-radius: 15px;
    background-color: rgb(239 227 255 / 5%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.national span{
    color: #efe3ff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    padding-top: 20px;
}

.testi{
    padding: 80px 0;
    background-color: #f6f8ff;
    justify-content: center;
    display: flex;
}
.testi h3{
    font-size: 54px;
    text-align: center;
    color: #262729;
}
.testi .testi-card{
    background-color: #fff;
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.5s ease-in-out;
    height: 460px;

    &:hover{
        background-color: rgb(118, 33, 236);
        color: white;
    }
}
.testiinner{
    background-color: #fff;
    padding: 80px 60px;
}
.testiinner .testi-card{
    background-color: #efe3ff;
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.5s ease-in-out;
    height: 100%;
    margin-top:0px;

    &:hover{
        background-color: rgb(118, 33, 236);
        color: white;
    }
}
.testi .testi-card .testi-text{
    font-family: "Rubik", sans-serif;
    line-height: 1.8em;
    font-size: 16px;
    color: rgb(38, 39, 41);
}
.testiinner .testi-card .testi-text{
    font-size: 14px;
    color: rgb(38, 39, 41);
}
.testi .testi-card:hover .testi-text{
    color: #fff;
}
.testi .testi-card .testi-img{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin: 22px 0 15px 0;
}
.testi .testi-card .testi-user-name{
    margin-bottom: 0;
}
.testi .testi-card .testi-deg{
    font-size: 13px;
}
.testi .testi-card .testi-icon {
    color: rgb(255, 166, 0);
    font-size: 14px;
    padding-top: 10px;
}

.alum-video{
    padding: 50px 0;
    text-align: center;
    background-color: #f6f8ff;
}
.alumnimodal iframe{
    width: 600px !important;
    height: 340px !important;
    border-radius: 10px;
}
.alumnimodal .modal-body, .alumnimodal .modal-content{
    padding: 0;
    background-color: transparent;
}
.alumnimodal .btn-close{
        position: absolute;
    right: -20px;
    top: -18px;
    padding: 7px;
    background-color: #fff;
    color: #fff !important;
    border-radius: 50px;
    opacity: 1;
}
.alumBdr{
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.alumBdr img{
    border-radius: 8px;
    width: 100%;
}

.playiconD{
    position: absolute;
    top: 40%;
    left: 40%;
    height: 50px;
    width: auto !important;
}
.alumBdr h5{
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    color: #222;
    margin-top: 10px;
}
.hiddenmd{
    display: none;
}
.Title_module_title__c87a7c0c{
    opacity: 0;
}
.Link_module_link__13523a65{
    display: none;
}

.alum-video h2{
    font-size: 54px;
        padding-bottom: 20px;
        color: #262729;
}
.align-self-stretch{
    height: 100%;
}

.about{
    padding: 80px 0;
    background-color: #8836f6;
    color: white;
}
.about h2{
    font-size: 54px;
    text-align: center;
}
.about .card{
    background-color: transparent;
    border: 0;
}
.about .card img{
    width: 50px;
}
.about .card .card-body{
    padding-left: 0;
}
.about .card .card-body .card-title{
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 700;
}
.about .card .card-body .card-text{
    font-family: "Open Sans", sans-serif;
}

.contact{
    padding: 80px 0;
    background-color: #f0e1ff;
    text-align: center;
}
.contact h2{
    color: #7621ec;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 54px;
    font-weight: 700;
}
.contact-form{
    background-color: #fff;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .25);
    padding: 1% 5% 6%;
    border-radius: 15px;
/*    width: 70vw;*/
    margin: auto;
    text-align: left;
}
.modal-content .contact-form{
    padding: 4% 5% 6%;
}
.contact-form .icon i{
    color: #4730ad !important;
    font-size: 35px;
}
.contact-form h3{
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
}
.contact-form p{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #575f6e;
    font-weight: 300;
    padding-bottom: 10px;
}
.contact-form .input-group{
    background-color: #efe3ff;
    border-radius: 10px;
}
.contact-form .input-group input{
    padding: 12px 0 !important;
    font-weight: 600;
}
.contact-form .input-group input:focus{
    box-shadow: none;
}
.contact-form .input-group i{
    font-size: 24px;
    color: #575f6e;
}
.contact-form .nav-btn{
    width: 40%;
}

.ourapp{
    padding-top: 100px;
}
.ourapp .app-text{
    padding: 150px 100px 0 0;
}
.ourapp .app-text h2{
    color: #7621ec;
    font-size: 88px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}
.ourapp .app-text p{
    color: rgb(38 39 41 / 70%);
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    padding-bottom: 20px;
}

.footer{
    background: url(images/Ellipse-36.png) no-repeat, linear-gradient(to top, #7621ec, #9747ff);
    background-size: 200px;
    padding: 80px 0;
    padding-bottom: 50px;
    color: #fff;
}
.footer h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}
.footer h2{
    font-size: 65px;
    text-align: center;
}
.footer p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.footer ul li{
    padding: 6px 0;
    color: #fff;
}
.footer i{
    font-size: 20px; 
    padding-right: 10px;
}
.footer a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.footer .icon-img{
    width: 25px;
    margin: 0 10px;
}
.backttop{
    display: block;
    color: #fff;
    background-color: #7621ec;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 5px;
    position: fixed;
    bottom: 105px;
    right: 10px;
    display: none;
}
.backttop:hover{
    color: #fff;
}
.backttop i{
    padding: 0 !important;
}
.topShow{
    display: block;
}
.fix1, .fix2{
    background-color: #7621ec;
    width: 115px;
        padding: 8px 8px;
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;


    a{
        color: #fff;
        text-decoration: none;
        font-family: Gilroy-font-bold;
        font-size: 14px;
    }
}
.fix1{
    bottom: 58px;
}
.modal{
    backdrop-filter: blur(10px);
}
.modal-content{
    border-radius: 15px;
}
.modal-dialog-centered{
    max-width: max-content !important;
    text-align: center;
    border-radius: 15px;
}


/* about */
.aboutus{
    padding-bottom: 80px;
    background: url(images/Dot.png) no-repeat right 170px;
}
.aboutus h2{
    font-size: 54px;
    margin: 80px 0 35px 0;
}
.aboutus p{
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: rgb(38 39 41 / 70%);
    line-height: 1.6em;
    margin-bottom: 40px;
}

.founder{
    padding: 80px;
    background-color: #efe3ff;
}
.founder h2{
    font-size: 54px;
    margin-bottom: 35px;
}
.founder p{
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: rgb(38 39 41 / 70%);
    line-height: 1.6em;
    margin-bottom: 40px;
}

.story{
    text-align: center;
    padding: 80px 0;    
    background: url(images/Vector.png) no-repeat #f6f8ff;
    background-size: 120px 150px;
}
.story .story-text{
    width: 70vw;
    margin: auto;
}
.story h2{
    color: #262729;
    font-size: 54px;
    margin-bottom: 30px;
}
.story p{
    color: rgb(38 39 41 / 70%);
    font-size: 18px;
    font-family: "Lato", sans-serif;
    padding: 0 20px;
    margin-bottom: 30px;
}
.btn:focus{
    box-shadow: none;
}
/* course */

.main-heading{
    padding: 60px 0;
    padding-bottom: 0;
    text-align: center;
}
.main-heading h1{
    font-size: 70px;
    color: #263238;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.main-heading p{
    color: #575f6e;
    font-size: 24px;
    font-family: "Glory", sans-serif;
}

#certicication{
    background-color: #f6f8ff;
    background-size: cover;
    background-image: url(images/Vector.png), url(images/Vector-1.png),url(images/Dot.png);
    background-position:  left top, right bottom, right 100px;
    background-size: 100px 100px, 100px 100px, auto;
    
}

#diploma{
    background-color: #9747ff26;
    background-image: url(images/Dot.png), url(images/Dot.png);
    background-position: top left, right bottom;
    background-size: auto;
}
#diploma .card{
    background-color: white;
}

#foundation{
    background: linear-gradient(#fff, #efe3ff);
}
#foundation .card{
    background-color: #fefcff;
}


/* terms */
.body{
    padding: 40px 0;
}
.body h1{
    color: #7621ec;
    text-align: center;
    font-size: 54px;
    margin-bottom: 50px;
}
.body h2{
    font-size: 36px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}
.body p, li{        
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 18px;
    padding-bottom: 8px;
}
.course-list li strong{
    color: #8836f6;
}
.body ol{
    margin-bottom: 30px;
}
.body span{
    color: #7621ec;
    font-weight: 700;
}
.body div{
    margin-bottom: 50px;
}


/* product_details */
.main-body{
    box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, .23);
    margin-bottom: 80px;
}
.main-body .heading{
    background-color: #8836f6;
    padding: 50px 80px 10px 80px;
    color: white;
}
.main-body .heading h1{
    font-size: 40px;
    padding-bottom: 10px;
}
.main-body .heading p{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.main-body .heading i{
    font-size: 14px;
    color: rgb(250, 170, 22);
}
.main-body .course-detail{
    padding: 50px 0px 50px 70px;
}
.main-body .course-detail h2{
    color: #8836f6;
    font-size: 38px;
    margin-bottom: 30px;
}
.main-body .course-detail p{
    font-size: 18px;
    font-family: "Lato", sans-serif;
    margin-bottom: 50px;
    line-height: 35px;
}
.main-body .about-course{
    background-color: #8836f6;
    color: white;
    padding: 50px 70px;
}
.main-body .about-course img{
    width: 30px;
}
.main-body .about-course p{
    font-size: 22px;
    font-family: "Lato", sans-serif;
}
#team{
    background: none;
}
#team h2{
    color: #8836f6;
    font-size: 38px;
}
#alum-video h2{
    color: #8836f6;
    font-size: 38px;
    text-transform: uppercase;
}
/*#testi{
    background: none;
    padding: 80px 50px;
}*/
#testi h2{
    color: #8836f6;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#banner{
    padding: 0;
    background: none;
}
#banner .img-slider{
    padding: 0;
}
#banner .ban-text{
    padding: 100px 0px 80px 50px;
}
#banner .ban-text h1{
    color: #8836f6;
    font-size: 38px;
}
#banner .ban-text p{
    color: black;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
}
.course-cc{
    padding: 50px 70px;
}
.course-cc h2{
    color: #8836f6;
    font-size: 38px;
    margin-bottom: 30px;
}
.course-cc ul{
    padding-left: 15px;
    padding-bottom: 10px;
}
.course-cc span{
    color: #8836f6;
    font-weight: 700;
}
.certificate{
    text-align: center;
    padding: 50px 35px;
}
.certificate .row{
    justify-content: center;
}
.certificate h2{
    color: #8836f6;
    font-size: 38px;
    margin-bottom: 50px;
}
.certificate img{
    width: 95%;
    border: 1px solid #222;
}




.nav-pills{
    margin: 0 auto;
    justify-content: center;
}
.nav-pills .nav-item{
    margin-left: 20px;
}
.nav-pills .nav-item .nav-link {
font-size: 20px;
color: #fff;
background-color: #881bf0;

}

.nav-pills .nav-item .active {
background-color: #474747;
color: #fff;
}
.blogMain{
    padding: 80px 60px;
    background-color: #fff;
}
.blogdetailsMain{
    padding: 80px 0px;
    background-color: #fff;
}
.tab-content {
    margin-top: 30px;
}
.blogD{
    border-bottom: 1px solid #8836f6;
    margin-bottom: 30px;
    min-height: 550px;
    padding-bottom: 20px;
    text-align: left;
}
.slick-slide-caption .blogD{
    border-bottom:none;
}
.blogD img{
    width: 100%;
}
.blogD h2{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #8836f6;
    margin-top: 20px;
}
.blogD p{
    font-size: 15px;
    line-height: 27px;
    color: #666;
}
.blogD .readMorebtn{
        color: #8836f6;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
}
.blogdetailshead{
    margin-bottom: 40px;
}
.blogdetailshead h2{
    text-transform: uppercase;
    font-weight: 600;
}
.carousel-indicators [data-bs-target]{
    background-color: #000 !important;
}
.blogdetailright ul li, .blogdetailright p{
    color: #000;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 30px;
    padding: 4px 0;
}
.blogdetailTextD h3{
    font-size: 28px;
    font-weight: 600;
    color: #881bf0;
}
.blogdetailTextD p{
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 27px;
    color: #333;
    margin-bottom: 20px;
}
.blogdetailTextD img{
    margin: 0 auto;
    margin-bottom: 30px;
}

.tableleftcon .lwptoc{
    margin: 0;
        background:#fff;
    border: 1px solid #881bf0;
    border-radius: 6px;
}
.tableleftcon .lwptoc-light .lwptoc_i {
    background: none !important;
    padding: 0;
    display: block !important;
    border-radius: 6px;
}
.tableleftcon .lwptoc_header {
    margin-bottom: 6px;
    background: #881bf0;
    padding: 20px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
.tableleftcon .lwptoc-baseItems .lwptoc_items {
    padding: 20px;
}
.tableleftcon .lwptoc-light .lwptoc_i .lwptoc_itemWrap a{
        color: #000;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    padding: 4px 0;
    display: block;
}
label.error{
    position: absolute;
    left: 2%;
    top: 94%;
    font-size: 11px;
    color: red;
}

.coundownFixDmain{
    margin-left: 0;
    margin-top: 20%;
    max-width: 270px;
}
.coundownFixDmain .modal-content {
    border-radius: 0 20px 20px 0;
}
.coundownFixDmain img{
    height: 75px;
}

.coundownFixDmain p{
    color: #282938;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    margin: 6px 0;
}
#countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-weight: bold;
}

.time-box {
    background-image: linear-gradient(to top, #0f1d41, #7f2cf2);
      color: #fff;
    border-radius: 9px;
    padding: 10px 20px;
    text-align: center;
    min-width: 60px;
    font-family: "Poppins", sans-serif;
}

.time-box span {
      font-size: 22px;
    line-height: 24px;
    display: block;
}

.time-box small {
  font-size: 12px;
    line-height: 10px;
    text-transform: uppercase;
}

.colon {
  margin: 0 10px;
  font-size: 24px;
}
.coundownFixDmain .nav-btn {
    padding: 8px 20px;
    font-size: 13px;
}

/* Slide in from the left */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.popmodal.slide-in-left .modal-dialog {
  animation: slideInLeft 0.4s forwards;
}

/* Optional: add exit animation */
.popmodal.fade.slide-in-left:not(.show) .modal-dialog {
  animation: slideOutRight 0.4s forwards;
}

