* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}

body {
    height: 100vh;
    overflow-x: hidden;
}



.top-head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}



.sec-inner {
    width: 40%;
    background-color: #277ab1;
}

.sec-text {
    color: rgb(0, 0, 0);
    width: 100%;
}

.box {
    background-color: rgb(32, 32, 32);
    width: 20%;
    font-size: 20px;
}

.box:hover {
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.397);
}

.box-lan,
.box-sign {
    background-color: rgb(32, 32, 32);
    width: 18%;
    font-size: 20px;
}

.box-lan:hover,
.box-sign:hover {
    box-shadow: 2px 2px 5px rgba(255, 255, 255, 0.397);
}

.text-passiv {
    text-align: center;
    color: black;
    width: 43%;
}

.third-contain {
    background-color: #CADCFC;
}

.live-img {
    width: 65%;
}

.sec-head {
    width: 100%;
}

.sec-row {
    padding: 1%;
    width: 85%;
    background: transparent;
}

.text {
    color: white;
    font-size: 25px;
}

.top-contain {
    background-color: gold;
}

a {
    text-decoration: none;
    color: white;
}

.btn:hover {
    background-color: #c9030357;
}

.btn {
    background-color: red;
    color: rgb(255, 255, 255);
}

.second-contain {
    background-image: url(../img/back2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
    color: #00008B;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 0 10px yellow, 0 0 20px yellow, 0 0 30px yellow, 0 0 40px yellow, 0 0 50px yellow, 0 0 60px yellow, 0 0 70px yellow;
    font-weight: 900;
}

@keyframes blinker {
    50% {
        opacity: 20%;
    }
}

.button-glow {
    animation: mymove 1s infinite;
    color: rgb(0, 0, 0);
    background-color: yellow;
    font-weight: 900;
    font-size: 45px;
    padding: 2%;
}

.button-glow:hover {
    background-color: rgba(255, 255, 0, 0.671);
    color: black;
    animation: none;
}

@keyframes mymove {
    50% {
        box-shadow: 5px 10px 30px rgb(255, 251, 0);
    }
}

.text-unlock {
    padding-top: 10px;
}

.pay-txt {
    font-size: 25px;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.time {
    font-size: 4em;
    margin: 0 15px;
    transition: transform 0.5s;
    color: yellow;
}

.timer-con {
    color: yellow;
    font-size: 20px;
}

.labels {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.time.animate {
    transform: scale(1.1);
}

.countdown-box {
    text-align: center;
    width: 50%;
    padding: 30px;
}

.workshop-content {
    padding: 4%;
}

.workshop-content:hover {
    border: 1px solid white;
    margin: 0;
    padding: 0;
}

.last-imgg {
    width: 70%;
}

.fre-content {
    margin-top: 10px;
}

.slider {
    position: relative;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
}

.next {
    right: 1px;
}

.pro-slide {
    display: flex;
    justify-content: center;
}

.masterclass {
    border-right: 2px solid white;
}

.btn-free {
    width: 30%;
    height: 60px;
    margin-right: -100px;
    margin-top: 20px;
}

.last-web {
    width: 75%;
}

@media (max-width: 991px) {
    .button-glow {
        font-size: 25px;
        height: 100px;
        padding: 9px;
    }

    .workshop-content {
        padding: 3%;
    }

    .text {
        font-size: 10px;
    }

    .last-web {
        width: 100%;
    }

    .masterclass {
        border-right: none;
    }

    .btn-free {
        width: 50%;
        margin-left: 60px;
        margin-top: 20px;
    }

    .btn {
        height: 25px;
        font-size: 15px;
        padding-bottom: 22px;
    }

    .blink-soft {
        font-size: 28px;
    }

    .pro-img {
        width: 70px;
    }

    .benifit {
        margin-top: 10px;
    }

    .context-txt {
        font-size: 20px;
    }

    .countdown-box {
        width: 25%;
        padding: 90px;
    }

    .time {
        font-size: 20px;
    }

    .timer-con {
        font-size: 13px;
    }

    .pay-txt {
        font-size: 15px;
    }

    .photo-up {
        text-align: center;
    }

    .text-unlock {
        font-size: 20px;
        padding-top: 60px;
    }

    .top-head {
        padding: 0;
        font-size: 5px;

    }

    .sec-inner {
        width: 100%;
    }

    .sec-head {
        width: 100%;
        text-align: center;
    }

    .sec-text {
        font-size: 21px;
    }

    .live-img {
        width: 150%;
    }

    .box {
        width: 100%;
    }

    .box-lan {
        width: 100%;
    }

    .box-sign {
        width: 100%;
    }

    .icon-txt {
        font-size: 12px;
    }

    .text-passiv {
        width: 100%;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .countdownminutes-footer {
        padding: 5px 10px;
    }
}

@media (max-width: 576px) {
    .countdownminutes-footer {
        padding: 3px 5px;
    }

    .countdownminutes-content {
        justify-content: space-between;
        align-items: center;
    }

    .countdownminutes-offer-text {
        font-size: 18px;
        text-align: left;
    }

    .countdownminutes-numbers {
        font-size: 22px;
    }

    .countdownminutes-text {
        font-size: 10px;
    }

    .countdownminutes-btn {
        padding: 6px 12px;
        font-size: 14px;
        width: auto;
        max-width: 180px;
        margin-left: -150px;
    }
}

/* Shine and chrome effects for text */
.shine,
.chrome {
    font-size: 3em;
    margin: 0 auto;
    margin-bottom: 1em;
    font-weight: bold;
}

.shine {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

.chrome {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
    -webkit-background-size: 200px;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes shine {

    0%,
    10% {
        background-position: -1000px;
    }

    20% {
        background-position: top left;
    }

    90% {
        background-position: top right;
    }

    100% {
        background-position: 1000px;
    }
}

/* Ensuring smooth sliding effect */
.carousel-inner {
    display: flex;
    justify-content: space-between;
}

.carousel-item img {
    width: 30%;
    /* Each image takes up 1/3 of the carousel */
    object-fit: cover;
    /* Ensures that the images fill the space */
    transition: transform 1s ease;
    /* Smooth sliding transition */
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    transition: transform 1s ease;
    /* Apply smooth transition on movement */
}

/* Optional: Add some padding around the images */
.carousel-item img {
    margin: 5px;
}