@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("fonts/Bahij_TheSansArabic-Plain.eot?") format("eot"),
    url("fonts/Bahij_TheSansArabic-Plain.woff") format("woff"),
    url("fonts/Bahij_TheSansArabic-Plain.ttf") format("truetype"),
    url("fonts/Bahij_TheSansArabic-Plain.svg#BahijTheSansArabic-Plain") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("fonts/Bahij_TheSansArabic-Bold.eot?") format("eot"),
    url("fonts/Bahij_TheSansArabic-Bold.woff") format("woff"),
    url("fonts/Bahij_TheSansArabic-Bold.ttf") format("truetype"),
    url("fonts/Bahij_TheSansArabic-Bold.svg#BahijTheSansArabic-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("fonts/Bahij_TheSansArabic-SemiLight.eot?") format("eot"),
    url("fonts/Bahij_TheSansArabic-SemiLight.woff") format("woff"),
    url("fonts/Bahij_TheSansArabic-SemiLight.ttf") format("truetype"),
    url("fonts/Bahij_TheSansArabic-SemiLight.svg#BahijTheSansArabic-SemiLight") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "DINNextLTArabic";
    src: url("fonts/DINNextLTArabic-Regular?") format("eot"),
    url("fonts/DINNextLTArabic-Regular.woff") format("woff"),
    url("fonts/DINNextLTArabic-Regular.woff2") format("woff2"),
    url("fonts/DINNextLTArabic-Regular.ttf") format("truetype"),
    url("fonts/DINNextLTArabic-Regular.svg#DINNextLTArabic-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "DINNextLTArabic";
    src: url("fonts/DINNextLTArabic-Light?") format("eot"),
    url("fonts/DINNextLTArabic-Regular.woff") format("woff"),
    url("fonts/DINNextLTArabic-Light.woff2") format("woff2"),
    url("fonts/DINNextLTArabic-Light.ttf") format("truetype"),
    url("fonts/DINNextLTArabic-Light.svg#DINNextLTArabic-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "DINNextLTArabic";
    src: url("fonts/DINNextLTArabic-Regular?") format("eot"),
    url("fonts/DINNextLTArabic-Medium.woff") format("woff"),
    url("fonts/DINNextLTArabic-Medium.woff2") format("woff2"),
    url("fonts/DINNextLTArabic-Medium.ttf") format("truetype"),
    url("fonts/DINNextLTArabic-Medium.svg#DINNextLTArabic-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

:root {
    --navy: #052840;
    --navy-dark: #031b2c;
    --gold: #f6ad14;
    --orange: #ee6b21;
    --white: #ffffff;
    --primary-font: "Bahij TheSansArabic", Arial, Helvetica, sans-serif;
    --secondary-font: "DINNextLTArabic", Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--secondary-font);
    font-weight: 400;
    color: var(--white);
    background: var(--navy-dark);
}

.coming-soon {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: url("../images/almoallam-comingsoon-background.webp") center right / cover no-repeat;
}

@media screen and (max-width: 575.98px) {
	.coming-soon {
        background: none;
    }
}

/* Logo and intro */
.logo-wrapper .logo {
	max-width: 190px;
	height: auto;
    padding-top: 48px;
}

.hero-wrapper .hero-title {
	margin-top: 80px;
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: clamp(2rem, 4vw, 6rem);
    font-family: var(--primary-font);
}
.hero-wrapper .hero-title .gold {
    color: var(--gold);
    display: block;
    font-weight: 400;
}

@media screen and (max-width: 575.98px) {
    .logo-wrapper {
        position: absolute;
        max-width: 190px;
        left: calc(50% - 95px);
        top: 20px;
    }
    
    .hero-wrapper {
        position: absolute;
        max-width: 280px;
        left: calc(50% - 140px);
        top: 80px;
        text-align: center;
    }
}



/* mobile image */
.mobile-image-wrapper {
	display: none;
}

@media screen and (max-width: 575.98px) {
	.mobile-image-wrapper {
		display: flex;
	}
    .mobile-image-wrapper img {
        width: 100%;
        height: auto;
    }
}


/* content */
.content-wrapper .lead-copy {
	margin-top: 28px;
	margin-bottom: 0px;
	font-size: clamp(1.05rem, 1.4vw, 1.45rem);
	line-height: 1.35;
	font-weight: 500;
	text-transform: uppercase;
}

.content-wrapper .divider {
    width: 135px;
    height: 3px;
    background: var(--gold);
    margin: 20px calc(var(--bs-gutter-x) * .5);
}

.content-wrapper .sub-copy {
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.05rem, 1.4vw, 1.45rem);
	margin-bottom: 0px;
}

.content-wrapper .urgent-copy {
    margin-top: 26px;
	margin-bottom: 0px;
    color: var(--gold);
	font-size: clamp(1.05rem, 1.2vw, 1.2rem);
}

.content-wrapper .contact-wrapper {
    margin-top: 34px;
    row-gap: 18px;
}

.content-wrapper .contact-wrapper .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.25;
}
.content-wrapper .contact-wrapper .contact-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.content-wrapper .contact-wrapper .contact-icon {
	width: 32px;
	height: 32px;
	min-width: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--gold);
	color: var(--navy-dark);
	font-size: 20px;
}

.content-wrapper .contact-wrapper .contact-icon.orange {
    background: var(--orange);
    color: var(--white);
}

.content-wrapper .contact-wrapper .contact-icon.linkedin {
    background: #1f78b7;
    color: var(--white);
    font-weight: 700;
}

@media screen and (max-width: 575.98px) {
    .container.content-wrapper {
        margin-top: -560px;
    }
}

/* brands strip */
.brands-strip {
    position: relative;
    z-index: 2;
    margin-top: 55px;
    padding: 20px 24px;
    background:linear-gradient( to right, transparent 0%, rgba(3, 27, 44, 0.9), transparent 100% );
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(28px, 6vw, 90px);
    flex-wrap: wrap;
}

.brands-strip .brand-logo {
    opacity: 0.72;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1rem, 1.6vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
}

@media screen and (max-width: 575.98px) {
    .brands-strip {
        column-gap: 0;
    }
}
