@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont Book';
    src: url('../fonts/Mont-Book.woff2') format('woff2'),
        url('../fonts/Mont-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Light.woff2') format('woff2'),
        url('../fonts/Mont-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Italiana';
    src: url('../fonts/Italiana-Regular.woff2') format('woff2'),
        url('../fonts/Italiana-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* { 
    box-sizing: border-box;
}
html, body {
    min-height: 100%;
    background: #fff;
    color: #000;
    font-family: 'Italiana';
}   
body, ul, ol, dl {
    margin: 0;
}
/* Scrollbar Styling / */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebe7f6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #094369; 
}


section.murjan-bg {
    position: relative;
    /* background: url(../images/murjan-al-saadiyat.jpg); */
    background: url(../images/murjan-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 100vh;
    /* height: 826px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
section.murjan-bg:after {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.15;
}
.content-box {
    background: #00263e;
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.contact-detials {
    display: flex;
}
.content-box h1 {
    font-family: 'Mont';
    color: #fff;
    margin: 0;
    font-size: 22px;
    padding-top: 10px;
    font-weight: 600;
}
.content-box h3 {
    font-family: 'Mont';
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1em;
    padding-bottom: 5px;
}
.content-box img {
    width: 120px;
    object-fit: contain;
    object-position: center;
}
.contact-detials {
    padding-top: 0px;
    padding-bottom: 5px;
}
.contact-detials p {
    margin: 0;
    font-family: 'Mont';
    font-size: 14px;
    color: #fff;
}
.contact-detials p:after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
}
.contact-detials p:last-child:after {
    display: none;
}
.contact-detials p a {
    font-family: 'Mont';
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.contact-detials p a:hover {
    cursor: pointer;
    color: #b7dd79;
/*    color: #006196;*/
}
/*.download-btn {
    position: absolute;
    top: 40%;
    right: -68px;
    transform: rotate(270deg);
    z-index: 2;
}*/
.download-btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    z-index: 3;
}
.download-btn a {
    display: inline-block;
    background: #005a6f;
    font-family: 'Mont';
    color: #fff;
    padding: 8px 18px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
}
.download-btn a:hover {
    background: #00263e;
    cursor: pointer;
}

.murjan-logo {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.body-img {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.body-img img{
    object-fit: contain;
}
.body-img h1 {
    font-family: 'Mont';
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}

@media (max-width: 1024px){
    section.murjan-bg {
        height: 660px;
    }
}

@media (max-width: 767px){
    section.murjan-bg {
        height: 550px;
    }
    .contact-detials {
        display: block;
        text-align: center;
    }
    .contact-detials p:after{
        display: none;
    }

}

@media (max-width: 450px){
    .contact-detials {
        display: block;
        text-align: center;
    }
    .content-box {
        margin-bottom: 10px;
    }

}
@media (max-width: 360px){
section.murjan-bg {
    height: 520px;
}
}
@media (max-width: 400px){
/*.download-btn {
    top: 30%;
}*/
.body-img img {
    width: 300px;
    object-fit: contain;
    }
}

@media (min-width: 610px) and (max-width: 750px){
.murjan-logo {
    top: 25px !important;
}
.body-img {
    top: 37% !important;
}
}