@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Devanagari:wght@100..900&display=swap');
/* Heading */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');


/* Common */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    
   
}

.card_sub_heading {
    font-family: 'Inter', sans-serif;
    margin: 0px;
    color: green;
}


.headings {
    font-family: 'Inter', sans-serif;
}

.headings h2 {
    font-size: 3.5rem;
    margin: 0px;
}

.headings h3 {
    margin: 0px;
}

.primary_bg {
    background-color: #000f30;
}
.primary_text{
    color: #000f30;
}

.sec_text{
    color: #009688;
}

.secondary_bg {
    background-color: #dd0116;
}
.sec_bg{
    background-color: #009688 ;
}



/* Header */






.nav-link {
    font-size: 24px;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    /* font-family: 'Anton', sans-serif; */
    font-family: 'Inter', sans-serif;
}






/* Footer */
.footer {
    padding: 100px 0px;
}

.footer img {
    width: 180px;
}



.footer_heading {
    font-size: 35px;
    font-family: 'Inter', sans-serif;
}

.footer ul li {
    list-style-type: none;

}

.footer ul li a {
    text-decoration: none;
    color: white;
}

.icon_container{
    position: fixed;
    /* width: 60px; */
    font-weight: bold;
    height: 60px;
    bottom: 90px;
    right: 25px;
    z-index: 1000;
}
.section_spacing{
    padding: 150px 0px;
}



/* Home Page */
.speech_thumb{
    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
}
.speech_iframe{
    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: 0;
                    display: none;
}
.speach_video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.primary_hindi_heading {
    font-family: "Noto Serif Devanagari", serif;
    font-optical-sizing: auto;
    font-size: 60px;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth"100;

}

.wish_heading {
    font-family: "Noto Serif Devanagari", serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth"100;
}


.nav_hindi{
    font-family: "Noto Serif Devanagari", serif;
    font-optical-sizing: auto;
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth"100;
}

.text_title{
    font-family: "Noto Serif Devanagari", serif;
    font-optical-sizing: auto;
    font-size: 37px;
    
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth"100;
}




/* Scroll Bar */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d6d5d5;
    border-radius: 10px;
    border: 2px inset white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9;
}