@font-face {
    font-family: 'Reem Kufi';
    src: url('../fonts/Reem_Kufi/static/ReemKufi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Reem Kufi';
    src: url('../fonts/Reem_Kufi/static/ReemKufi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Reem Kufi';
    src: url('../fonts/Reem_Kufi/static/ReemKufi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Reem Kufi';
    src: url('../fonts/Reem_Kufi/static/ReemKufi-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Add more @font-face rules for other styles like italic, if available */

* {
    font-family: 'Reem Kufi', sans-serif;
}

.mm-navbar-toggler{
    border-color: white;
}

.mm-nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.mm-nav-item a {
    font-size: 1.2em;
    color: white;
    font-weight: 600;
    padding-bottom: 0px;
}

.mm-nav-item a.dropdown-item{
    color: var(--bs-nav-link-hover-color);
}

.mm-nav-item .dropdown-item.active, 
.mm-nav-item .dropdown-item:active{
    color: rgb(58 58 58 / 80%);
    background-color: transparent;
}

/** Added to fix slight visual bug when using jquery slide animations for the Bootstrap dropdown menu */
.mm-dropdown-menu.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0px;
}

.mm-nav-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
}
@media(max-width: 1300px){
    .mm-nav-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.mm-inner-nav-container{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.mm-nav-btn{
    background-color: #E77955;
    border-color: #E77955;
    color: white;
    font-weight: 600;
    width: 120px;
    padding: 8px;
    font-size: 1.1em;
}
.mm-nav-btn:hover{
    background-color: #ff906c;
    border-color: #ff906c;
    color: white;
}
.btn.mm-nav-btn:hover:active{
    background-color: #fca081;
    border-color: #fca081;
    color: white;
}
@media(max-width: 1199px){
    .mm-nav-btn{
        display: none;
    }
}

.mm-footer-nav-item {
    padding-left: 14px;
    padding-right: 14px;
}
.mm-footer-nav-item a{
    font-size: 1.2em;
    color: white;
    font-weight: 600;
    padding-bottom: 0px;
}
.footer-social-icon{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.footer-input{
    border-radius: 0px;
}
.footer-input:placeholder-shown{
    background: #FF754B;
    border-color: #FF754B;
    border-radius: 0px;
    color: white;
}
.footer-input::placeholder{
    color: white;
}

.sea-view-inn-footer-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00607f;
    border-radius: 30px;
    padding: 20px;
}
.sea-view-inn-footer-container img{
    height: 120px;
    width: auto;
    margin-right: 30px;
}
.sea-view-inn-footer-text{
    font-size: 18px;
    font-family: 'bely';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    color: #3dbfb8;
}

@media(max-width: 1399px){
    .sea-view-inn-footer-container{
        margin-top: 20px;
    }
}

@media(max-width: 767px){
    .sea-view-inn-footer-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .sea-view-inn-footer-container img{
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.text-grey-1{
    color: #808080;
}
.text-grey-2{
    color: #979797;
}
.text-gold-1{
    color: #C6A11E;
}
.text-blue-1{
    color: #7ABAC6;
}

.bg-grey-1{
    background-color: #F0F0F0;
}
.bg-grey-2{
    background-color: #EAEAEA;
}

.bg-pink-1{
    background-color: #F7B3C1;
}
.bg-peach-1{
    background-color: #FF754B;
}

.lh-1-4{
    line-height: 1.4;
}

.fs-1-2{
    font-size: 1.2em;
}
.fs-1-4{
    font-size: 1.4em;
}
.fs-1-7{
    font-size: 1.7em;
}

.pt-6{
    padding-top: 7em !important;
}

.pt-8{
    padding-top: 8em !important;
}

.px-6{
    padding-left: 4em !important;
    padding-right: 4rem !important;
}

.px-7{
    padding-left: 5em !important;
    padding-right: 5rem !important;
}

.py-6{
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}

.w-100px{
    width: 100px;
}
.w-110px{
    width: 110px;
}
.w-115px{
    width: 115px;
}
@media(max-width:1399px){
    .d-xl-none-down{
        display: none;
    }
}
@media(max-width: 1199px){
    .d-lg-none-down{
        display: none;
    }
}
@media(max-width: 991px){
    .d-md-none-down{
        display: none;
    }
}
@media(max-width: 767px){
    .d-sm-none-down{
        display: none;
    }
}
@media (max-width: 575px){
    .d-xs-none-down{
        display: none;
    }
}