@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&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;1,700;1,800;1,900&display=swap');

body {
   
    font-family: "Montserrat", sans-serif;
    background-color: #fafafa;
}

.main-container{
    margin: 20px 10%;
}
.section-one{
    background-color: #0e1a2b;
    color: white;
    padding: 20px 0px;
    border-top: 8px #fe4902 solid;
    border-bottom: 8px #fe4902 solid;
}
.header-text {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.subheader-text {
    margin: 40px 70px 20px 70px;
    font-size: 20px;
    font-weight: 500;
}
.subheader-text .highlight-text{
    font-weight: 700;
}
.highlight-text {
    color: #fe4902;
    font-weight: 900;
}
.content-section {
    text-align: center;
    padding: 30px;
}
.cta-button {
    background-color: #ff6600;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}
.cta-button::before {
    content: '';
    background: linear-gradient(75deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: glaze 2s infinite linear;
}

.wa{
    background-color: #22f206;
}

@keyframes glaze {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.cta-button:hover {
    background-color: #e55a00;
}

.info-item{

    background-color: #02131B;
    padding: 15px;
    border-radius: 10px;
}
.countdown-timer {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    gap: 15px;
    font-weight: bold;
    margin: 15px 0;
}

.countdown-timer .info-item{
    padding: 20px;
    flex: 1;
}

.fs-65{
    font-size: 65px;
    line-height: 65px;
    color: #fe4902;
    letter-spacing: 2px;
    font-family: 'Anton', sans-serif;
}
.live-masterclass-info {
    background-color: rgba(255, 254, 254, 0.05);
    padding: 10px;
    border-radius: 10px;
    border-bottom: 14px solid #fe4902;
}
.live-masterclass-info .info-item {
    text-align: center;
}

.why-attend-section {
    background-color: #f9f9f9;
}

.why-attend-section h2{
    font-size: 42px;
    font-weight: 600;
}

.fs-20{
    font-size: 20px;
    font-weight: 500;
}


.card {
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
}

.card:hover {
    
    border: 1px solid #ff6600;
    border-bottom: 10px solid #ff6600;
    transition: all 0.2s ease-in;
}

.highlight-card {
    color: #ff6600;
    font-weight: bold;
}

.border-orange {
    border: 2px solid #ff6600;
}

.card-body p {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

.card-title {
    font-size: 32px;
    margin-bottom: 1rem;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.yt-testimonials{
    margin-top: 50px;
}
.yt-testimonials iframe{
    margin-top: 30px;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    border: 2px dashed #fe4902;
}
.parallax-section {
    background-image: url('/assets/bg.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    position: relative;
}


.highlight-orange {
    color: #ff6600;
}

.card-dark {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    padding: 20px;
    border-bottom: 12px solid #b7b6b6;
}
.card-dark:hover {
    border: 1px solid #ff6600;
    border-bottom: 10px solid #ff6600;
    transition: all 0.2s ease-in;
}

hr{
    border-top: 1px solid #fff;
    height: 2px;
}

.card-dark img{
    height: 140px;
}

.mentor-card {
    margin: 30px 120px 0 120px;
    background-color: #1c2c40;
    border-radius: 10px;
    color: #fff;
    text-align: start;
    margin-top: 30px;
}

.mentor-card h3 {
    color: #c8c8c8bc;
    margin-top: 10px;
    margin-left: 80px;
}

.stat-box{
    background-color: #1c2c40;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding: 30px 20px;
    flex: 1;
    border-radius: 10px;
    align-items: center;
}

.stats{
    display: flex;
    justify-content: center;
}

.stats h4 {
    font-size: 42px;
    font-weight: 700;
    color: #ff6600;
}

.stats p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.text-justify{
    text-align: justify;
}

.stats i{
    color: #ff6600;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
}


.parallax-section .card img {
    max-width: 50px;
}

.bg-light{
    background-color: #fafafa !important;
    /* margin: 0 !important; */
}

.custom-card{
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #dedede;
    margin: 10px 0;
}
.custom-card h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    flex: 3;
}
.custom-card i{
    flex: 1;
    margin-left: 30px;
    margin-right: 10px;
    font-size: 56px;
    color: #fe4902;
    text-align: end;
}

.bonus-strip{
    background-color: #fe4902;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}

.section-seven .custom-card{
  border-bottom: 12px solid #ff6600;
  border-radius: 15px;
}

.btn-ac {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #333;
    gap: 5px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    text-align: left;
    width: 100%;
}
.btn-ac:hover {
    background-color: #f8f9fa;
}

.accordion .card{
    margin: 10px 0px;
}
.accordion .card-header{
    border-radius: 15px;
    border: none;
    background-color: #fff;
    margin: 10px 0;
}

.img-testimonials img{
 border-radius: 20px;
 border: 2px dashed #fe4902;
}

.bg-gray{
    background-color: #eeeeee;
    padding: 30px;
}
.text-gray{
    color: #a0a0a0;
}

































@media screen and (max-width: 768px) {
    .main-container{
        margin: 5px 10px;
    }
    .content-section{
        padding: 0px;
    }
    .header-text{
        padding: 5px 10px;
        font-size: 22px;
        line-height: 1.2em;
    }
    .subheader-text{
        margin: 5px 0px;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.3em;
    }
    .cta-button{
        font-size: 12px;
    }
    .why-attend-section h2{
        font-size: 22px;
    }
    .fs-20{
        font-size: 12px;
    }
    .card-title{
        font-size: 20px;
    }
    .mentor-card {
        margin: 0;
    }
    .mentor-card h3{
        margin: 0 15px;
        padding: 5px;
        font-size: 20px;
    }
    .stats{
        flex-direction: column;
    }
    
.stats h4 {
    font-size: 22px;
}

h4{
    font-size: 18px;
    margin-bottom: 20px;
}

.stats p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.text-justify{
    text-align: justify;
}

.stats i{
    color: #ff6600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.stat-box{
    padding: 0;

}
.text-justify{
    padding: 2px 10px;
}
.custom-card{
    padding: 10px;
}
.custom-card h1{
    font-size: 18px;
    line-height: 18px;
}
.custom-card i{
    font-size: 30px;
    margin-left: -50px;
}
.bg-gray{
    font-size: 10px;
    padding: 10px;
    line-height: 10px;
}
.text-gray h5{
    font-size: 14px;
}


}