:root {
    --white: #ffffff;
    --black: #000000;
    --main: #242323;
    --primary: #CE3737;
    --bg: #101010;
    --heding-font: "Baskervville", serif;
    --body-font: "Open Sans", serif;
}
a, button, input {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
}
img {
    max-width: 100%;
    height: auto;
}
:is(p, h1, h2, h3, h4, h5, h6, ul):last-child {
    margin-bottom: 0;
}
body {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--white);
    line-height: 1.5;
    background-color: var(--bg);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heding-font);
}
h1 {
    font-size: 80px;
    line-height: 1.05;
}
h5 {
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.large {
    font-size: 21px;
    line-height: 1.33;
}
.primary-solid {
    color: var(--white);
    padding: 11px 15px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 2px;
    text-align: center;
}
.primary-solid:hover {
    color: var(--primary);
    background: transparent;
}
.arrow-down-btn {
    padding: 15px 11px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 24px;
}
.arrow-down-btn:hover {
    background: transparent;
    border-color: var(--white);
}

/* Header Style */
header.site-header {
    padding: 24px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
nav.navmenu ul {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 16px;
}
nav.navmenu ul li a {
    padding: 8px 16px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
}
/* Footer Style */
footer.site-footer {
    padding: 40px 0;
    text-align: center;
}

/* Section Style */
.main-hero {
    padding: 220px 0 136px;
    text-align: center;
    background: url(../img/hero-bg.jpg) top center / cover;
}
.main-hero {
    padding: 220px 0 136px;
    text-align: center;
}
.main-hero-content h1 {
    margin-bottom: 68px;
}
.main-hero-explore {
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
}
section.aladdin-group-banner {
    margin-top: -80px;
}
.aladdin-group-content-box {
    padding: 40px;
    background-color: var(--main);
    border-radius: 16px;
}
.aladdin-group-content {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
}
.aladdin-group-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 56px;
}
.aladdin-group-links {
    padding: 23px 16px 0;
    border-top: 1px solid #413F3F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.aladdin-group-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul.social-list {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.aladdin-group-image img {
    width: 100%;
}
.aladdin-group-banner-2 {
    padding-top: 56px;
}