

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* body{
    font-family: "Oswald", sans-serif !important;
} */

/* public/assets/css/custom.css */
:root {
    --primary: #005499;
    /* Change this to your desired primary color */
    --secondary: #1d8cc2;
    /* Change this to your desired secondary color */
}

.dropdown-image-link::after{
    z-index: 1;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.image-title-dropdown {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    z-index: 2;
    bottom: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 12px;
    text-transform: uppercase;
    font-family: "DidotLTStd-Bold", serif;
}
.content-max-width {
    max-width: 94%;
}
a:hover {
    text-decoration: none !important;
    color: var(--secondary) !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.main-logo:focus,
.main-logo:hover {
    border-right: 2px solid white !important;
    border-left: 2px solid white !important;
}
.main-logo{
    border: 2px solid white !important;
}

.main-logo {
    display: block !important;
}

.w-80 {
    width: 80% !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: var(--secondary) !important;
}

a.text-white:focus,
a.text-white:hover {
    color: white !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.collage-vertical {
    height: 66% !important;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.h50 {
    height: 50% !important;
}

.h100 {
    height: 100% !important;
}
.border-secondary {
    border-color: var(--secondary) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}
.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background-color: darken(var(--secondary), 10%);
    border-color: darken(var(--secondary), 10%);
}

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

.btn-primary:hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: white !important;
}

.mp-zero {
    margin: 0 !important;
    padding: 0 !important;
}

/* img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
} */

.bg-secondary {
    background-color: var(--secondary) !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.bg-gray {
    background-color: #363636 !important;
    color : white !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 86px;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: all 500ms ease;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}
#toggleButton:focus{
    border: unset !important;
    outline: unset !important;
}

.iconContainer {
    display: inline-block;
    transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth transition for transform and opacity */
}

.iconContainer.hide {
    transform: rotate(180deg); /* Example transform */
    opacity: 0; /* Fade out the icon */
}

.iconContainer.show {
    transform: rotate(0); /* Reset transform */
    opacity: 1; /* Fade in the icon */
    height: 2rem;
    width: 2rem;

}
.ar-mobile-reservation svg{
    font-size: 22px;
    height: 2rem;
    width: 1.75rem !important;
    color : #1d8cc2 !important;

}

.iconContainer.show svg{
    font-size: 22px;
    height: 2rem;
    width: 2rem;
}
.iconContainer.show{
    font-size: 22px;
}
.header .list-unstyled .text-dark,
.header .list-unstyled .text-primary {
    font-size: 10px !important;
    font-weight: 400;
    letter-spacing: 0.15em !important;
}

.header .list-unstyled .text-dark:hover,
.header .list-unstyled .text-primary:hover {
    font-weight: bold !important;
}

.footer .text-white {
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.15em !important;
    display: flex;
}

.footer span.text-white {
    position: relative;
    top: 2px;
}

.footer a.text-white span {
    margin-left: 1rem;
    margin-right: 1rem;
}

.collage-container .h5 {
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.15em !important;
}

@media(max-width: 992px) {
    .footer .list-unstyled.font-md {
        font-size: 12px !important;
        border-bottom: 1px solid white;
        text-align: center !important;
        padding-bottom: 12px;
    }

    .footer .list-unstyled,
    .footer .list-unstyled .text-primary {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .footer .md-column {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
    }

    .footer a.text-white span {
        margin-left: 6px;
        margin-right: 6px;
    }

    .footer-menu-left {
        justify-content: center !important;
    }

    .mobile-center .g-1 {
        height: 100% !important;
        width: 100% !important;
    }

    .mobile {
        display: flex !important;
        flex-wrap: wrap !important;
        height: 50vh !important;
    }

    .mobile-center {
        display: flex !important;
        flex-wrap: wrap !important;
        height: 25vh !important;
    }

    .mobile .g-4 {
        height: auto !important;
        width: 50% !important;
    }

    #home_collage {
        height: 130vh !important;
        display: flex !important;
        flex-direction: row !important;
    }

    .topbar-mobile {
        font-size: 10px !important;
        font-weight: 400 !important;
        letter-spacing: 0.15em !important;
        color: black !important;
    }

}
@media(min-width: 992px) {
    .main-logo{
        width: 100% !important;
        max-width: 200px !important;
    }
}

.our-story-dropdown .row {
    left: 0;
    width: 100%;
    z-index: 999;
}

.our-story-dropdown,
.hotel-dropdown,
.residential-dropdown,
.commercial-dropdown,
.transport-dropdown,
.healthcare-dropdown,
.it-dropdown,
.construction-dropdown,
.media-dropdown,
.partners-dropdown,
.companies-dropdown,
.developments-dropdown,
.fintech-dropdown {
    display: none;
}

.hotel,
.residential,
.commercial,
.transport,
.healthcare,
.it,
.construction,
.media,
.partners,
.companies,
.developments,
.fintech {
    z-index: 999;
}

.our-story:hover .our-story-dropdown,
.hotel:hover .hotel-dropdown,
.residential:hover .residential-dropdown,
.commercial:hover .commercial-dropdown,
.transport:hover .transport-dropdown,
.healthcare:hover .healthcare-dropdown,
.it:hover .it-dropdown,
.construction:hover .construction-dropdown,
.media:hover .media-dropdown,
.partners:hover .partners-dropdown,
.companies:hover .companies-dropdown,
.developments:hover .developments-dropdown,
.fintech:hover .fintech-dropdown {
    display: block;
}

.bg-white {
    background-color: white !important;
}

.w-200 {
    width: 200% !important;
}

.list-unstyled {
    line-height: 28px;
}

.right-menu .position-absolute {
    right: 30px;
    width: calc(50% + 155px) !important;
}

.ar-left-menu .position-absolute {
    left: 60px;
    width: calc(50% + 155px) !important;
}
.ar-left-menu .fintech-dropdown .position-absolute {
    left: auto;
    width: calc(2% + 195px) !important;
}
.ar-left-menu .our-story-dropdown .position-absolute {
    width: calc(32% + 155px) !important;
}
.right-menu .media .position-absolute {
    top: 5rem;
}
.mt-11{
    margin-top: 11px !important;
}
.mt-12{
    margin-top: 12px !important;
}
.border-top-1px {
    border-top: 1px solid #d3d3d3 !important;
}

.dropdown-margin-top {
    margin-top: 12px;
}
/* .ar-right-menu {
    margin-top: 38px;
} */

.ar-reservation {
    margin-top: -6px;
}

.ar-reservation a {
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0.15em !important;


}

.ar-mobile-reservation {
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0.15em !important;
}

.g-4 {
    height: 25% !important;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.g-1 {
    height: 100% !important;
}

#home_collage {
    height: 100%;
    width: 100%;
    background: url('../img/collage-main.jpg') no-repeat center center;
    background-size: cover;
    height: 90vh;
}

.mobile-logo {
    max-width: 120px !important;
}

.wmw-40 {
    width: 40% !important;
    max-width: 40% !important;
}

.wmw-20 {
    width: 20% !important;
    max-width: 20% !important;
}
.mw-50{
    max-width: 50% !important;
}

@media (max-width: 1142px) {

    .medium-menu {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .medium-menu .ar-reservation {
        width: 100% !important;
        display: flex !important;
        justify-content: right !important;
    }

    .ar-right-menu {
        margin-top: 0 !important;
    }
    .armada-jumbotron {
        height: 592px !important;
    }
}

.offcanvas-body .navbar-nav .nav-item {
    border-bottom: 1px solid #d5d5d5;
}

.right-arrow-icon {
    position: absolute;
    right: 10%;
}

@media(max-width : 566px) {
    #home_collage {
        height: 100%;
        width: 100%;
        background: url('../img/collage-main-mobile.jpg') no-repeat center center;
        background-size: cover;
        background-size: 100% 100%;
    }
}

.armada-jumbotron {
    height: 60vh !important;
}
.mwidth{

    max-width: 80% !important;
    width: 1000% !important;
}

@font-face {
    font-family: 'GoudyOldStyleBold';
    src: url('../fonts/GOUDYOSB.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GoudyOldStyleBold', sans-serif !important;
}
.lead
{
    font-size: 12px !important;
}
.font-size-12
{
    font-size: 12px !important;
}
.font-size-14
{
    font-size: 14px !important;
}
.font-size-16
{
    font-size: 16px !important;
}
.font-size-18
{
    font-size: 18px !important;
}
.font-size-20
{
    font-size: 20px !important;
}
.font-size-22
{
    font-size: 22px !important;
}
.font-size-24
{
    font-size: 24px !important;
}
.font-size-26
{
    font-size: 26px !important;
}
.font-size-28
{
    font-size: 28px !important;
}
.font-size-30
{
    font-size: 30px !important;
}
.font-size-32
{
    font-size: 32px !important;
}
.font-size-34
{
    font-size: 34px !important;
}
.font-size-36
{
    font-size: 36px !important;
}
.font-size-38
{
    font-size: 38px !important;
}
.font-size-40
{
    font-size: 40px !important;
}
.font-size-42
{
    font-size: 42px !important;
}
.font-size-44
{
    font-size: 44px !important;
}
.font-size-46
{
    font-size: 46px !important;
}
.font-size-48
{
    font-size: 48px !important;
}
.font-weight-100
{
    font-weight: 100 !important;
}
.font-weight-200
{
    font-weight: 200 !important;
}
.font-weight-300
{
    font-weight: 300 !important;
}
.font-weight-400
{
    font-weight: 400 !important;
}
.font-weight-500
{
    font-weight: 500 !important;
}
.font-weight-600
{
    font-weight: 600 !important;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    color: white; /* Ensure the text is white for visibility */
}

.dynamic-page .jumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/collage-main.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8; /* Image opacity */
}
.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.753) !important;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 700 !important;
    padding: 12px;
    text-align: center;
    letter-spacing: 0.15em !important;
    text-transform: uppercase;
}
.dynamic-page .jumbotron::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5; /* Black overlay opacity */
}

.dynamic-page .jumbotron .container-fluid {
    position: relative;
    z-index: 3; /* This ensures the content is above the overlay */
    /* Optional: Ensure text and other content are not affected by the background overlay */
}

a.text-white:hover,
a.text-white:focus {
    color: var(--secondary) !important;
}
.jumbotron-video {
    position: absolute;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 200%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.font-size-15
{
    font-size: 15px !important;
    line-height: 2rem !important;
}
.display-4 {
    font-size: 5rem !important;
}
.ar-title-logo-image {
    background-image: url('../hotels/armada-logo-watermark.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 3.125rem;
    padding-bottom: 8.7rem;
}
@media (min-width: 992px) {
    .px-md-30{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
.border-radius-0
{
    border-radius: 0 !important;
}
.btn-secondary:hover{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: white !important;
}

.letter-spacing-2
{
    letter-spacing: 2px;
}
.letter-spacing-4
{
    letter-spacing: 4px;
}
.letter-spacing-6
{
    letter-spacing: 6px;
}
.letter-spacing-8
{
    letter-spacing: 8px;
}
.letter-spacing-1
{
    letter-spacing: 1px;
}
.line-height-1
{
    line-height: 1 !important;
}
.line-height-12
{
    line-height: 12px !important;
}
.line-height-14
{
    line-height: 14px !important;
}
.line-height-16
{
    line-height: 16px !important;
}
.line-height-18
{
    line-height: 18px !important;
}
.line-height-20
{
    line-height: 20px !important;
}
.line-height-22
{
    line-height: 22px !important;
}
.line-height-24
{
    line-height: 24px !important;
}
.line-height-26
{
    line-height: 26px !important;
}
.line-height-28
{
    line-height: 28px !important;
}
.line-height-30
{
    line-height: 30px !important;
}
.line-height-32
{
    line-height: 32px !important;
}
.line-height-34
{
    line-height: 34px !important;
}
.line-height-36
{
    line-height: 36px !important;
}
.line-height-38
{
    line-height: 38px !important;
}
.line-height-40
{
    line-height: 40px !important;
}

.triangle {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 15px;
    background-image: url('../img/triangle.svg');
}

.triangle:before {
    display: block;
    content: "";
    width: 50vw;
    height: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 100%;
}

.triangle:after {
    display: block;
    content: "";
    width: 50vw;
    height: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.ls{
    letter-spacing: 0.2em !important;
}
li::marker{
    color: var(--primary) !important;
}

@media(max-width: 768px) {
    img.w-75{
        width: 100% !important;
    }
}
