@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Li Ador Noirrit';
    src: url('../Ador\ Noirrit\ Web.otf') format('truetype');
}

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    color: #737373;
    font-weight: 400;
    font-style: normal;
    background-color: #FFFFFF;
    font-family: "Noto Sans Bengali", serif;
}



a {
    text-decoration: none;
}

ul {
    padding: 0%;
}

li {
    list-style: none;
}

hr {
    height: 1px;
    border: none;
    opacity: .7;
    background-color: #008fc3;
}

/* color */
.text_blue {
    color: #03A19E;
}

.bg_blue {
    background-color: #03A19E;
}

.bg_secondary {
    background-color: #2b2b36;
}

.bg_secondary2 {
    color: #555;
}

.text_dark {
    color: #0E0E12;
}

.text_bl {
    color: #130F40;
}

.text_secondary {
    color: #2b2b36;
}

/* color */

/* font */
.LiAdor {
    font-family: 'Li Ador Noirrit', sans-serif;
}

.Poppins {
    font-family: "Poppins", serif;
}

.Oswald {
    font-family: "Oswald", serif;
}

/* font */

.title {
    text-align: center;
    color: #0E0E12;
    font-size: 50px;
    font-family: 'Li Ador Noirrit', sans-serif;
}

.button {
    color: #FFF;
    border: none;
    width: 100px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: #03A19E;
    font-size: 15px;
    font-family: 'Li Ador Noirrit', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.button:hover {
    color: #fff;
    background-color: #1F2937;
}


/* terms_condition */
.terms_privacy {
    color: #2e2d3a;
    font-size: 15px;
    text-align: justify;
    font-family: "Poppins", serif;
}