.iti,.iti--allow-dropdown{
    width: 100%;
}
.section-primary{
    background-color: #030303 !important;
}
.text-primary,.text-primary *{
    color: #fff !important;
}
.text-secondary,.text-secondary *{
    color: #fce5b9 !important;
}

.button-primary{
    background-color: #fce5b9;
    color: #252523 !important;
    border: none;
    border-radius: 20px;
    text-align: center;
}
.button-primary:hover {
    background-color: #8e7852;
}
.height-1-1{
    height: 100%;
}   
@font-face {
    font-family: 'Mukta Mahee';
    src: url('../Mukta_Mahee/MuktaMahee-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Mukta Mahee';
    src: url('../Mukta_Mahee/MuktaMahee-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Mukta Mahee';
    src: url('../Mukta_Mahee/MuktaMahee-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Mukta Mahee';
    src: url('../Mukta_Mahee/MuktaMahee-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Mukta Mahee';
    src: url('../Mukta_Mahee/MuktaMahee-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Mukta Mahee';
    src: url('../Mukta_Mahee/MuktaMahee-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Mukta Mahee';
    src: url('../Mukta_Mahee/MuktaMahee-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
body {
    font-family: 'Mukta Mahee', sans-serif;
}