@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@font-face {

    font-family: 'Poppins-Black';

    src: url('fonts/Poppins-Black.ttf');

    src: url('fonts/Poppins-Black.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-BlackItalic';

    src: url('fonts/Poppins-BlackItalic.ttf');

    src: url('fonts/Poppins-BlackItalic.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-BlackItalic';

    src: url('fonts/Poppins-BlackItalic.ttf');

    src: url('fonts/Poppins-BlackItalic.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-Bold';

    src: url('fonts/Poppins-Bold.ttf');

    src: url('fonts/Poppins-Bold.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-BoldItalic';

    src: url('fonts/Poppins-BoldItalic.ttf');

    src: url('fonts/Poppins-BoldItalic.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-ExtraBold';

    src: url('fonts/Poppins-ExtraBold.ttf');

    src: url('fonts/Poppins-ExtraBold.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-ExtraBoldItalic';

    src: url('fonts/Poppins-ExtraBoldItalic.ttf');

    src: url('fonts/Poppins-ExtraBoldItalic.ttf') format('embedded-opentype'),
}

@font-face {

    font-family: 'Poppins-Light';

    src: url('fonts/Poppins-Light.ttf');

    src: url('fonts/Poppins-Light.ttf') format('embedded-opentype'),
}

@font-face {

    font-family: 'Poppins-Medium';

    src: url('fonts/Poppins-Medium.ttf');

    src: url('fonts/Poppins-Medium.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-Regular';

    src: url('fonts/Poppins-Regular.ttf');

    src: url('fonts/Poppins-Regular.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-SemiBold';

    src: url('fonts/Poppins-SemiBold.ttf');

    src: url('fonts/Poppins-SemiBold.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-Thin';

    src: url('fonts/Poppins-Thin.ttf');

    src: url('fonts/Poppins-Thin.ttf') format('embedded-opentype'),
}
@font-face {

    font-family: 'Poppins-Italic';

    src: url('fonts/Poppins-Italic.ttf');

    src: url('fonts/Poppins-Italic.ttf') format('embedded-opentype'),
}
body{
    background-color: #252527;
}


.home_page{
    background-color: #252527;
}
.home_page_text {
    color: white;
    text-align: center;
}
.home_page_text h1{
    font-size: 35px;
    font-family: 'Poppins-Medium';
    margin-bottom: 25px;
}
.home_page_text h2{
    font-size: 35px;
    font-family: 'Poppins-Medium';
    margin-bottom: 25px;
}
.home_page_text h3{
    font-size: 35px;
    font-family: 'Poppins-Medium';
    color:red;
    margin-bottom: 25px;
}
.home_page_text h4{
    font-size: 35px;
    font-family: 'Poppins-Medium';
    color:yellow;
    margin-bottom: 25px;
}
.footer_area p{
    color: white;
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.footer_area p{
    color: white;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}

.about_text h1{
    color: white;
    font-size: 35px;
   font-family: "Merriweather", serif;
    line-height: 1.6em; 
}
.about_text p{
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    color: white;
    font-size: 18px;
    line-height: 1.6em;
    
}
.about_text h2{
    color: white;
    font-size: 25px;
     font-family: "Merriweather", serif;
     line-height: 1.6em;
}
ul li {
    color: white;
    font-size: 18px;
     font-family: "Merriweather", serif;
     line-height: 1.6em;
}

/* top part */
.top_head{
    background-color: #252527;
    padding: 20px 0px 0px 0px;
}
.top_left_text p{
    font-size: 16px;
    color: #fff;
    font-family: "Merriweather", serif;
}
.top_right_text ul li{
    font-size: 16px;
    color: #fff;
    font-family: "Merriweather", serif;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}
.bg-light{
    background-color: #ffffff !important;
}
.navbar_text li a{
    color:#252527 !important;
    font-size: 18px;
    font-family: 'Poppins-Thiin';
}
.logo_band,.logo_band:hover{
    color: red;
    font-size: 35px;
     font-family: 'Poppins-Medium';
     line-height: 1.6em;
}