:root {
    --bg: #022f30;
    --bg2: #033536;
    --gold: #d8bf75;
    --gold2: #d6a943;
    --green: #36564c;
    --white: #f7f5ef;
    --soft: #c7c6be;
}

* {
    box-sizing: border-box
}

html {
    margin: 0;
    min-height: 100%;

}

body {
    margin: 0;
    min-height: 100%;
    background: #10291a;
}

body.light {
    background: #fff
}

body {
    font-family: "Cairo", sans-serif;
    color: var(--white)
}

.coming-page {
    min-height: 100vh;
    /*background: radial-gradient(circle at 75% 25%, rgba(4, 71, 70, .34), transparent 29%), linear-gradient(90deg, #001a1d 0%, #001b1e 56%, #023334 100%);*/
}

.left-panel {
    min-height: 100vh;
    padding: 20px 20px;
    padding-left: 110px;
    z-index: 3;
    justify-content: center;
    /* background: #022f30; */
}

.left-panel h3 {
    font-size: 20px;
    padding-left: 10px;
}

.light .left-panel h3 {
    color: #000;
    padding-left: 8px;
}

.logos {
    height: 170px
}

.brand-logo {
    display: block;
    object-fit: contain
}

.ibtikar-logo {
    /* width: min(25vw, 390px); */
    max-height: 120px;
}

.aman-logo {
    /* width: min(21vw, 330px); */
    max-height: 150px;
    margin-left: 26px;
}

.display-title {
    font-size: 83px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: .93;
    white-space: nowrap;
    margin: 2vh 0 1vh;
}

.display-title .gold {
    color: var(--gold)
}

.light .display-title .gold {
    color: #111;
}

.display-title .muted-green {
    color: var(--green)
}

.contact-wrap {
    width: 850px;
    /* margin-bottom: 16vh; */
    max-width: 100%;
}

.contact-heading {
    color: #e4b54f;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 13px;
}

.heading-line {
    height: 1px;
    background: linear-gradient(90deg, #c69f51, rgba(198, 159, 81, .72))
}

.contacts-row {
    background: linear-gradient(90deg, rgba(1, 41, 42, .2), rgba(0, 32, 33, .16));
    padding: 14px 0
}

.contact-card {
    min-height: 122px
}

.contact-card.second {
    border-left: 1px solid rgba(205, 168, 82, .42)
}

.contact-name {
    font-size: 19px
}

.contact-avatar {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(208, 170, 77, .55);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e0ae42;
    font-size: 31px;
    flex: 0 0 56px
}

.contact-name strong {
    font-weight: 500
}

.contact-details {
    /* padding-left: 72px; */
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.contact-details a {
    text-decoration: none;
    color: #d9dad6;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    gap: 13px;
    align-items: center
}

.contact-details i {
    color: #d8a843;
    font-size: 18px
}

.right-panel {
    min-height: 100vh;
    overflow: hidden
}

.hero-art {
    position: absolute;
    background: url(../img/hero-art.jpg) right top no-repeat;
    background-size: auto 100%;
    z-index: 0;
    height: 100vh;
    width: 100%;
}

.hero-art.old {

    background: url(../img/hero-art11.jpg) right top no-repeat;
    background-size: auto 100%;
}

.light .hero-art {
    background: url(../img/hero-art-light.jpg) right top no-repeat;
    background-size: auto 100%;
}

.right-panel:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 8%;
    background: linear-gradient(90deg, #022f30 0%, rgba(2, 47, 48, .96) 20%, rgba(2, 47, 48, 0) 100%);
    z-index: 1;
    pointer-events: none;
    display: none
}

.arch-copy {
    position: absolute;
    top: 13.5vh;
    left: 46.5%;
    transform: translateX(-50%);
    width: 200px;
    color: #073238;
    z-index: 3;
    padding: 16px 16px 10px;
    background: radial-gradient(ellipse at center, #f2ecd9 0%, #eee7d3 60%, rgba(239, 232, 213, .08) 76%, transparent 78%)
}

.arch-mark {
    width: 30px;
    height: 42px;
    margin: 0 auto 44px;
    background: #b9953f;
    border-radius: 0 0 12px 0
}

.small-dark,
.small-gold {
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 1.45
}

.small-dark {
    font-size: 18px
}

.small-gold {
    font-size: 17px;
    color: #ae8736
}

.arch-line {
    width: 36px;
    height: 2px;
    background: #bd943e;
    margin: 13px auto 0
}

.feature-strip {
    height: 18.5vh;
    min-height: 160px;
    background: linear-gradient(180deg, rgba(2, 47, 48, .88), #022f30 45%);
    z-index: 4;
    padding: 14px 4.5% 22px
}

.feature-item {
    position: relative;
    padding: 0 18px
}

.feature-item.middle:before,
.feature-item.middle:after {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 7px;
    width: 1px;
    background: rgba(205, 166, 74, .28)
}

.feature-item.middle:before {
    left: 0
}

.feature-item.middle:after {
    right: 0
}

.feature-icon {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(211, 169, 66, .35);
    border-radius: 50%;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    color: #d4a43c;
    font-size: 36px
}

.feature-item h3 {
    font-size: 16px;
    letter-spacing: .03em;
    color: #e1ad44;
    margin: 0 0 8px;
    font-weight: 500
}

.feature-item p {
    font-size: 13px;
    color: #c9c9c3;
    margin: 0
}

.mainRow {
    align-items: center;
}




/* ---------Page preload--------------------------------------*/
.body-preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #000;
}

.page-load {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 119;
    display: none;
}

.pl-spinner.act-loader {
    transform: scale(1.0);
}

.pl-spinner,
.pl-spinner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transform: scale(0);
}

.pl-spinner2 {
    transition: all 0ms;
    transform: scale(1.0);
}

.pl-spinner span,
.pl-spinner2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}

.pl-spinner span:before,
.pl-spinner2 span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    box-sizing: border-box;
    border: 3px solid rgb(255 255 255 / 50%);
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
    }

    60% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-3-1 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pl-spinner span:after,
.pl-spinner2 span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #cebc80;
    border-radius: 50%;
    -webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-2 {
    0% {
        -webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}

@keyframes loader-3-2 {
    0% {
        transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }

    50% {
        transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}











/*************************anim****************/

.display-title {
    font-size: 83px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: .93;
    white-space: nowrap;
    margin: 2vh 0 1vh;
}

.display-title .gold {
    color: var(--gold);
}

.light .display-title .gold {
    color: #111;
}

/* Cursor */
.type-cursor {
    display: inline-block;
    width: 4px;
    height: .85em;
    background: var(--gold);
    margin-left: 8px;
    vertical-align: -0.04em;
    animation: cursorBlink .7s infinite;
}

.light .type-cursor {
    background: #111;
}

@keyframes cursorBlink {
    0%, 45% {
        opacity: 1;
    }

    46%, 100% {
        opacity: 0;
    }
}


@media (max-width:1199.98px) {
    .left-panel {
        padding-right: 3vw
    }

    .display-title {
        font-size: clamp(58px, 6.4vw, 86px)
    }

    .contact-wrap {
        margin-bottom: 14vh
    }

    .contact-name {
        font-size: 16px
    }

    .contact-details a {
        font-size: 13px
    }

    .arch-copy {
        left: 48%;
        top: 14vh;
        transform: translateX(-50%) scale(.86)
    }
}

@media (max-width:991.98px) {
    .coming-page {
        min-height: auto
    }

    .left-panel,
    .right-panel {
        min-height: auto
    }

    .left-panel {
        padding: 42px 28px 36px
    }

    .logos {
        height: auto;
        /* gap: 13px !important; */
        justify-content: space-between;
    }

    .ibtikar-logo {
        width: 37vw;
    }

    .aman-logo {
        width: 30vw;
        margin: 0;
    }

    .display-title {
        font-size: clamp(48px, 11vw, 88px);
        margin-top: 45px
    }

    .contact-wrap {
        margin-top: 55px !important;
        margin-bottom: 0;
        max-width: none
    }

    .right-panel {
        height: 760px
    }

    .hero-art {
        /* inset: 0 0 175px 0; */
        /* background-size: cover; */
        /* background-size: 111% auto; */
        height: 100%;
    }

    .feature-strip {
        height: 175px;
        min-height: 0
    }

    .arch-copy {
        top: 92px
    }
}

@media (max-width:767.98px) {
    .contact-card.second {
        border-left: 0;
        border-top: 1px solid rgba(205, 168, 82, .35);
        margin-top: 22px;
        padding-top: 22px
    }

    .contact-details {
        padding-left: 69px
    }

    .right-panel {
        height: 415px;
    }

    .hero-art {
        /* background-position: 56% top; */
    }

    .arch-copy {
        display: none
    }

    .feature-strip {
        height: 188px;
        padding-left: 0;
        padding-right: 0
    }

    .feature-icon {
        width: 52px;
        height: 52px;
        font-size: 27px
    }

    .feature-item {
        padding: 0 8px
    }

    .feature-item h3 {
        font-size: 11px
    }

    .feature-item p {
        font-size: 9px
    }

    .display-title {
        white-space: normal;
        text-align: center;
    }

    .left-panel h3 {
        text-align: center;
    }
}
