@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: 'Montserrat', serif;   
    
}

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%;
 
}

.wrapper .container-fluid{
    height: fit-content;
}
#outer-class {
    position: relative;
}
#outer-class .img-2{
    position: absolute;
    top: 20%;
}

#video-section{
    background-color: #EBF3EB;
    padding-top: 80px;
    padding-bottom: 20px;
}

#left-section{
    padding-left: 120px;   
    border-right: 5px green solid;         
}

#left-section h5{
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    letter-spacing: 1px;
}

#left-section h4{
    text-align: justify;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    color: #000000;
    letter-spacing: 1px;
    margin-top: 10px;
}

#right-section{
    padding-right: 120px;
}


#right-section .img-2{
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    border-radius: 5px;
}

@media (max-width: 500px) {
    .wrapper .container-fluid {
        height: 600px;
    }

    #left-section {
        padding-left: 20px;
        border-right: none;
    }

    #right-section {
        padding-right: 10px;
    }
}