@font-face {
    font-family: 'Billie Eilish';
    src: url('../fonts/billie\ eilish.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Milyuna';
    src: url('../fonts/Milyuna-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --font-family: 'Billie Eilish', sans-serif;
    --font-secondary-family: 'Milyuna', serif;
    --font-style: normal;
    --theme-color: #600529;
    --theme-second-color: #CFA675;
    --theme-highlight-color: #BE976A;
    --theme-light-color: #F9EEE0;
    --theme-text-color: #424242;


}

.theme-color {
    color: var(--theme-color) !important;
}

.bg-theme {
    background-color: var(--theme-color);
}

.theme-hightlight-color {
    color: var(--theme-highlight-color) !important;
}

.font-theme {
    font-family: var(--font-family);

}

.text-theme-light {
    color: var(--theme-light-color);
}

::-webkit-scrollbar {
    width: 7px;
    height: 12px;
    display: none;
}

a {
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
}

h2,
h4,
.breadcrumbs_item a {
    color: var(--theme-highlight-color) !important;
    font-family: var(--font-secondary-family);
}

header section {
    position: absolute;
    width: 100%;
    padding: 0px 24px;
    z-index: 10000;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(50px);
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.logo-img {
    width: 100%;
    max-width: 50%;
}

.theme-right-items {
    gap: 30px;
}

.theme-right-items a {
    font-weight: 300;
}

.theme-right-items a span {
    font-family: var(--font-family);
    color: var(--theme-highlight-color);
    border: 1px solid var(--theme-highlight-color);
    padding: 5px 12px;
}

.font-weight-300 {
    font-weight: 300;
}

.logo {
    background-color: var(--theme-color);
    width: 100px;
    padding: 10px;
    position: sticky;
    top: 0;
    left: 50px;
    z-index: 1000;


}

.fixed_item_action {
    position: fixed;
    bottom: 5%;
    left: 40%;
    z-index: 10000;
    background: var(--theme-color);
    padding: 5px 10px;
    border-radius: 44px;
    border: 1px solid var(--theme-highlight-color);
}

.msn_nri_breadcrumbs {
    position: relative;
}

.breadcrumbs_item {
    position: absolute;
    bottom: 35px;
    left: 7%;
}

p {
    font-size: 14px;
    font-family: var(--font-secondary-family);
    text-align: justify;
}

.card_section a {
    color: var(--theme-color) !important;
}

.about_right {
    position: relative;
}

.about_right .about_img_one {
    width: 250px;
}

.about_right .about_img_two {
    width: 250px;
    position: absolute;
    top: 150px;
    left: 280px;
}

.msn_nri_cards .nri_cards h4 {
    padding: 10px 0px 10px 0px;
}

.msn_nri_cards .nri_cards {
    height: 100%;
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: var(--theme-color);
}

.msn_nri_cards .nri_cards p {
    color: var(--theme-light-color);
}

footer {
    background-color: var(--theme-color);
    font-family: var(--font-secondary-family) !important;
}

footer .address p,
footer .contact a {
    font-size: 12px;
}

.social_media a i {
    font-size: 18px;
}

.footer-end {
    background-color: var(--theme-highlight-color);
}

.footer-end .copyright {
    font-size: 12px;
}

input {
    font-family: var(--font-family);
}

input::placeholder,
textarea::placeholder {
    color: var(--theme-text-color);
    font-family: var(--font-family);
    font-size: 14px;
    opacity: 0.4;
}

.check-box-text {
    font-family: var(--font-secondary-family);
    font-size: 12px;
}

.submit_handler {
    background-color: #CFA675;
    border: 0px;
    color: var(--theme-color);
    padding: 8px;
    margin: 10px 0px 0px 0px;
    font-family: var(--font-family);
    font-weight: 300;
    width: 100%;
}

/* Extra small devices (phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
    .logo {
        width: 60px;
    } 
    .about_right .about_img_one {
        width: 200px;
        margin: 0px 0px 60px 15px;
    }   
    .about_right .about_img_two {
        width: 200px;
        position: absolute;
        top: 70px;
        left: 140px;
    }
}

@media only screen and (min-width: 1420px) {
    .about_right .about_img_two {
        left: 360px;
    }
}