@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

:root {
    --theme-primary: #04a39c;
    --theme-secondary: #010101;
    --theme-third: #2e2e2e;
    --theme-text: #000;
    --theme-bg-light: #ebf3f7;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--theme-text);
}

a {
    text-decoration: none;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: var(--theme-primary) !important;
}

h1 {
    font-size: 3rem;
    text-transform: capitalize;
}

h2 {
    font-size: 2.5rem;
    text-transform: capitalize;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: var(--theme-secondary);
}

h1 {
    font-weight: 800;
    font-size: 3rem;
}

label {
    font-weight: 600;
    color: var(--theme-secondary);
    margin-bottom: 10px;
}

input,
button,
select,
textarea {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}
select:focus{
    border-color: #04a39c !important;
box-shadow: none !important;
}

.overlay-full::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black, #000000bd, #000000b5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0.375rem;
}

.overlay-radial::after {
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(#ffffff00, #000, black);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0.375rem;
}

.form-control:focus {
    color: var(--theme-text);
    background-color: #fff;
    border-color: var(--theme-primary);
    outline: 0;
    box-shadow: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

b {
    color: var(--theme-secondary);
    font-weight: 600 !important;
}

input {
    transition: all 500ms ease;
}

.lh-0 {
    line-height: 0 !important;
}

.container-fluid {
    width: 95%;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    margin-bottom: 15px;
    font-size: 1rem;
    color: var(--theme-text);
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.font-large-p {
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
}

.font-large-p span {
    background: -webkit-linear-gradient(19deg, #ffc714, #141313);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.sub-head {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.border-color {
    border-color: var(--theme-primary)
}

.bg-dark {
    background-color: var(--theme-secondary) !important;
}

.bg-light {
    background-color: var(--theme-bg-light) !important;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.banner-overlay::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe3;
    z-index: 0;

}
.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}
.video-wrap{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    padding: 12px;
    border-radius: 12px;
    background: #fff;
}

.pt {
    padding-top: 70px;
}

.pb {
    padding-bottom: 70px;
}

.text-primary {
    color: var(--theme-primary) !important;
}

.text-secondary {
    color: var(--theme-secondary) !important;
}

.z-1 {
    z-index: 1;
}

.point-ul {
    padding-left: 20px;
}

.point-ul li {
    list-style: disc;
    font-size: 1.2rem;
    color: var(--theme-primary);

}

.strategies-text {
    font-weight: 700;
    font-size: 21px;
}

.theme-bg-light {
    background-color: var(--theme-bg-light);
}

.btn-default {
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--theme-primary);   
    color: var(--bs-white);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: inline-block;  
    transition: .4s;
}
.btn-default:hover {
    color: #fff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70)
}


.text-shadow {    
    text-shadow: 2px 1px 0px rgb(0 0 0 / 75%);
}
.speaker-d {
    text-align: center;
    padding: 10px;
}
.speaker-wrap {
    height: 100%;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 6%);
}
.who-we-are::before {
    content: '';
    width: 100%;
    height: 69px;
    background: url(../images/cover-up-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -5px;
    left: 0;
}
.who-we-are::after {
    content: '';
    width: 100%;
    height: 100px;
    background: url(../images/cover-down-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.bg-dark-primary{
background: var(--theme-primary);
}
.shake1:hover {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.shake2 {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.rocking {
    animation: rocking 2s infinite;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition: .2s;
}

@keyframes rocking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(2deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.header {
    background-color: #fff;    
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #00000028;
    z-index: 99;
    padding: 15px 0px;

}

.navbar-brand img {
    max-width: 170px;

}

.fixed {
    position: fixed;
    background-color: #000;
    z-index: 99;
    transition: position 1s ease-in-out;
}

.disabled-btn {
    background: rgb(250, 92, 92) !important;
}


.mentors-img {
    filter: drop-shadow(2px 4px 6px #e2e2e2);
}

.text-dark {
    color: #000!important;
    opacity: 1 !important;
}

/* Header End */

/* Banner Area */
.banner{
    padding-top: 100px;
    padding-bottom: 100px;

}
.highlighted-text{
    color: #000000;
    background: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #04a39c;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 63%);
    font-weight: 700;}

.banner-text {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
}
.hurry-up-sticky {
    background: #3e3c3f7a;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    position: fixed;
    bottom: 0;
    z-index: 99;
    border-top: 3px solid var(--theme-primary);
    width: 100%;
    backdrop-filter: blur(5px);
}
.text-gradient{
    background: -webkit-linear-gradient(0deg, #04a39c, #58809d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.fs-14{
font-size: 14px;
}

.banner-caption {
    padding: 12% 0 2% 0;
}

.banner-caption p {
    font-size: 1.4rem;

}


.cta-text {
    font-size: 3rem;
}


.points-div span i {
    font-size: 30px;
}

.points-div::after {
    content: '';
}

/* ==========
footer
================== */
.social-icon li {
    display: inline-block;
}

.social-icon li a {
    padding-right: 5px;
    display: block;
}

.social-icon li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--theme-primary);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: var(--theme-secondary);
    font-size: 20px;
}

.social-icon li a:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* countdown */
.counter-card {
    margin: 0 auto;
    padding: 50px;
    display: block;
    max-width: 500px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 10px -5px #909090;

}

#countdown {
  font-size: 48px;
}

/* ===============
form 
============== */

.button-text {

    background-image: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82) !important;

    background-size: 300% 300%;
    border-radius: 7px;
    padding: 6px 10px;
}

.button-text h2 {
    color: #FFF;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 0 0 10px rgb(0 0 0 / .3);
    margin-bottom: 0;
}
.button-pra {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 0;
    text-transform: capitalize;
}
.btnn {
    background: var(--theme-primary);
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: var(--theme-secondary);
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 1rem;
}
.overlay-radial2::after {
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(#0000008a, #000000, #000000e8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0.375rem;
}
.box-style{
    border-width: 1px 2px 4px 2px;
    border-color: #f9c311;
    border-style: solid;
    padding: 20px;
    border-radius: 1rem;    
    background: #fff;
}
.box-style p i{
    font-weight: 800;
    color: #ff9d1f;
}
/* ==========
footer
================== */
.social-icon li {
    display: inline-block;
}

.social-icon li a {
    padding-right: 5px;
    display: block;
}

.social-icon li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--theme-primary);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: var(--theme-secondary);
    font-size: 20px;
}

.social-icon li a:hover i {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.box-wrap{
    background: #fff;
    transition: all 0.3s ease-in-out;
  
}

.support-links li a {
    color: #fff;
}
.support-links li:not(:last-child) {
    margin-right: 10px;
}
.support-links li {
    display: inline-block;
}
.box-wrap:hover{
    box-shadow: 0px 0px 10px rgb(1 78 75);
    transform: translateY(-5px);
}
.countdown-time{
    font-weight: bold;
    font-size: 4rem;
}
.about-content{
    padding-left: 10%;
}
.mentor-box {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.mentor-box .menotor-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid var(--theme-primary);
    padding: 4px;
}
.mentor-box .mentor-content-box {
    padding-left: 10%;
}
.sub-head {
    font-size: 1.1rem;
    text-transform: uppercase;
}
.text-info {
    color: #0053c7 !important;
}
.mentor-box .menotor-img {
    position: absolute;
    top: -15px;
    left: -32px;
}
.why-attend{
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 2px dashed #04a39c;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
}
/* .why-attend {
    height: 100%;
    background: linear-gradient(45deg, #04a39c, #f5ffff);
    border-radius: 6px;
    padding: 2px;
     border: 1px solid #04a39c; 
    color: #fff !important;
}
.why-attend p{
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    height: 100%;
} */
#formSec{
    scroll-margin-top: 100px;
}
.partners-sec{
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
}
.partner-r 
{
    border-radius: 10px;
    background: #fff;
  
}
@media(min-width:992px) {
    .modal-dialog {
        max-width: 650px;
    }
}
@media (max-width:1199.98px){
    .banner-text {
        font-size: 3rem;}
}

@media (max-width:767.98px) {
    .banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .mentor-content-box {
        padding-left: 0px !important;
    }
    .about-content{
        padding-left: 0;
    }
    .mentor-box .menotor-img {
        position: static;
        margin-bottom: 0.5rem;

    }
    .mentor-box{
        text-align: center;
    }
    .points-div {
        width: 100%;
    }


    .banner-text {
        font-size: 2.5rem;
    }
    .ft-mb {
        padding-bottom: 90px !important;
    }
}


@media(max-width:575.98px) {
 
    .banner-text {
        font-size: 2rem;
    }
    .time-loc {
        font-size: 16px !important;
    }
    .countdown-time{
        font-weight: bold;
        font-size: 3rem;
    }
    .sticky-text{
        font-size: 0.9rem;
    }
    .sticky-bar-btn{
        font-size: 12px !important;
    }

    .font-large-p {
        font-size: 21px;
    }

    .pointers li {
        font-size: 21px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .banner-caption {
        padding: 15% 0 0;
    }

}