@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@900&display=swap');

body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #478D4B;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  /* box-shadow: inset 0 0 6px rgba(48, 236, 64, 0.3); */
  border-radius: 5%;
}
:root{
    scroll-behavior: smooth;
}


html {
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

body {
    font-family: 'Zilla Slab', serif;
    background-color: #EBF3EB;
    
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.carousel-indicators [data-bs-target]{
  background-color: #0B0B0B !important;
}

.carousel-control-next, .carousel-control-prev {
 
  width: 5%;
 
}





#parent{
    background-image: url('../img/webinar1.png');
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
#parent h2{
    position: absolute;
    top: 121px;
    width:615px;
    text-align:center;
    font-weight: 600;
    font-size: 40px;
    line-height: 61px;
    letter-spacing: 0.02em;
    color: #000000;
}
#parent h3{
    position: absolute;
    width: 423px;
    top: 390px;
    font-weight: 500;
    font-size: 38px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
}

#speaker{
    padding: 40px;
}
#speaker h4{
    font-style: italic;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}
#speaker .card{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
    padding-right: 0px;
}
#image{
    width: 150px;
}
#image .img-fluid{
    border-radius: 100%;
}
#details{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #000000;
}

#video{
    padding: 40px;
}
#video h4{
    font-style: italic;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}

#video .card{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
}
#img-2:hover{
    background-color: red;
}
#summary{
    padding: 40px;
}

#summary h4{
    font-weight: 600;
    font-size: 36px;
    line-height: 35px;
    letter-spacing: 0.04em;
    color: #000000;
}

#summary p{
    font-weight: 400;
    font-size: 24px;
    line-height: 43px;
    letter-spacing: 0.02em;
    color: #000000;
}


@media(max-width: 768px) {
    #summary{
        padding: 20px;
    }
    #video{
        padding: 20px;
    }
    #speaker{
        padding: 20px;
    }

    #summary h4{
        font-size: 24px;    
    }
    
    #summary p{
        font-size: 18px;
    }

    #speaker .card {
        padding: 20px;
        padding-right: 20px;
    }
    
}


@media(max-width: 500px) {
    #parent{
        height: 500px;
    }
    #parent h2 {
        width: auto;      
        font-size: 30px;
        line-height: 55px;
    }
    #parent h3 {
        width: auto;      
        font-size: 28px;
        line-height: 55px;
        top: 300px;
    }   
}