/* =====================================================
   ARCHIMAN ABOUT US SECTION
===================================================== */

.about-section {

    position: relative;

    width: 100%;

    min-height: 580px;

    background-color: #171819;

    color: #ffffff;

    overflow: hidden;

    padding: 145px 0 80px;
}


/* =====================================================
   BACKGROUND PATTERN
===================================================== */

.about-section::before {

    content: "";

    position: absolute;

    inset: 0;

    background-image:
        repeating-linear-gradient(135deg,
            transparent 0,
            transparent 8px,
            rgba(255, 255, 255, 0.025) 8px,
            rgba(255, 255, 255, 0.025) 10px,
            transparent 10px,
            transparent 18px);

    opacity: 0.75;

    pointer-events: none;
}


/* =====================================================
   SECOND PATTERN LAYER
===================================================== */

.about-section::after {

    content: "";

    position: absolute;

    inset: 0;

    background-image:
        repeating-linear-gradient(45deg,
            transparent 0,
            transparent 14px,
            rgba(255, 255, 255, 0.018) 14px,
            rgba(255, 255, 255, 0.018) 16px,
            transparent 16px,
            transparent 30px);

    opacity: 0.65;

    pointer-events: none;
}


/* =====================================================
   ABOUT CONTAINER
===================================================== */

.about-container {

    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 1440px;

    margin: 0 auto;

    padding: 0 70px;
}


/* =====================================================
   ABOUT CONTENT
===================================================== */

.about-content {

    width: 52%;

    margin-left: auto;

    padding-right: 45px;
}


/* =====================================================
   ABOUT LABEL
===================================================== */

.about-label {

    display: block;

    margin-bottom: 25px;

    color: #e5b457;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;

    font-weight: 400;

    letter-spacing: 3px;

    line-height: 1.2;
}


/* =====================================================
   MAIN HEADING
===================================================== */

.about-content h2 {

    margin: 0 0 25px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 44px;

    font-weight: 500;

    line-height: 1.3;

    letter-spacing: -1px;
}


/* =====================================================
   HIGHLIGHT TEXT
===================================================== */

.about-highlight {

    position: relative;

    width: 100%;

    margin-bottom: 20px;

    padding-left: 18px;

    border-left: 3px solid #e5b457;
}


.about-highlight p {

    margin: 0;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 19px;

    font-weight: 500;

    line-height: 1.7;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.about-description {

    margin: 0;

    max-width: 650px;

    color: #a9a9a9;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: 1.8;
}


/* =====================================================
   KNOW MORE
===================================================== */

.about-know-more {

    display: inline-flex;

    align-items: center;

    gap: 24px;

    margin-top: 38px;

    color: #ffffff;

    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 20px;

    font-weight: 500;

    transition: color 0.3s ease;
}


/* =====================================================
   KNOW MORE ARROW
===================================================== */

.about-arrow {

    width: 64px;

    height: 64px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #a77b22;

    border-radius: 50%;

    color: #e5b457;

    background: transparent;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 30px;

    font-weight: 400;

    line-height: 1;

    padding-bottom: 4px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.about-know-more:hover {

    color: #e5b457;
}


.about-know-more:hover .about-arrow {

    background: #e5b457;

    color: #000000;

    transform: translate(3px, -3px);
}


/* =====================================================
   GOLD OVAL
===================================================== */

.about-gold-oval {

    position: absolute;

    top: 100px;

    left: 8%;

    width: 41px;

    height: 65px;

    background: #e5b457;

    border-radius: 50%;

    z-index: 3;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.3);
}


/* =====================================================
   HANGING LIGHTS
===================================================== */

.about-lights {

    position: absolute;

    top: 0;

    right: 2.5%;

    width: 250px;

    height: 280px;

    z-index: 4;

    pointer-events: none;
}


/* =====================================================
   INDIVIDUAL LIGHT
===================================================== */

.about-light {

    position: absolute;

    top: 0;

    width: 42px;

    display: flex;

    flex-direction: column;

    align-items: center;
}


/* =====================================================
   LIGHT WIRES
===================================================== */

.light-wire {

    display: block;

    width: 2px;

    height: 82px;

    background: #080808;
}


/* =====================================================
   LIGHT BODY
===================================================== */

.light-body {

    position: relative;

    display: block;

    width: 38px;

    height: 70px;

    background:
        linear-gradient(90deg,
            #777777 0%,
            #d6d6d6 20%,
            #f1f1f1 48%,
            #a8a8a8 78%,
            #555555 100%);

    border-radius:
        4px 4px 17px 17px;

    box-shadow:
        0 5px 10px rgba(0, 0, 0, 0.45);
}


/* Small dark top of lamp */

.light-body::before {

    content: "";

    position: absolute;

    top: -4px;

    left: 5px;

    right: 5px;

    height: 7px;

    background: #303030;

    border-radius: 50%;
}


/* =====================================================
   LIGHT POSITION 1
===================================================== */

.light-1 {

    right: 125px;

    top: 0;
}


/* =====================================================
   LIGHT POSITION 2
===================================================== */

.light-2 {

    right: 60px;

    top: 88px;
}


/* =====================================================
   LIGHT POSITION 3
===================================================== */

.light-3 {

    right: 0;

    top: 0;
}


/* =====================================================
   LARGE DESKTOP
===================================================== */

@media screen and (min-width: 1400px) {

    .about-container {

        max-width: 1440px;

        padding-left: 70px;

        padding-right: 70px;
    }


    .about-content {

        width: 53%;

        padding-right: 35px;
    }


    .about-gold-oval {

        left: 8%;
    }

}


/* =====================================================
   DESKTOP
===================================================== */

@media screen and (min-width: 1101px) and (max-width: 1399px) {

    .about-section {

        min-height: 720px;

        padding-top: 125px;
    }


    .about-container {

        max-width: 1250px;

        padding-left: 45px;

        padding-right: 45px;
    }


    .about-content {

        width: 54%;

        padding-right: 25px;
    }


    .about-content h2 {

        font-size: 40px;
    }


    .about-highlight p {

        font-size: 18px;
    }


    .about-description {

        font-size: 17px;
    }


    .about-gold-oval {

        left: 8%;

        width: 39px;

        height: 61px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 1100px) {

    .about-section {

        min-height: 700px;

        padding: 110px 0 70px;
    }


    .about-container {

        max-width: 1000px;

        padding-left: 40px;

        padding-right: 40px;
    }


    .about-content {

        width: 58%;

        padding-right: 20px;
    }


    .about-content h2 {

        font-size: 37px;
    }


    .about-highlight p {

        font-size: 17px;
    }


    .about-description {

        font-size: 16px;

        line-height: 1.7;
    }


    .about-gold-oval {

        left: 6%;

        top: 85px;

        width: 37px;

        height: 58px;
    }


    .about-lights {

        right: 1%;

        transform: scale(0.85);

        transform-origin: top right;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media screen and (max-width: 768px) {

    .about-section {

        min-height: auto;

        padding: 85px 0 70px;

        overflow: hidden;
    }


    .about-container {

        width: 100%;

        max-width: 100%;

        padding-left: 30px;

        padding-right: 30px;

        box-sizing: border-box;
    }


    /* ---------------------------------------------
       CONTENT
    --------------------------------------------- */

    .about-content {

        width: 100%;

        margin-left: 0;

        padding-right: 0;
    }


    .about-label {

        margin-bottom: 18px;

        font-size: 14px;

        letter-spacing: 2px;
    }


    .about-content h2 {

        margin-bottom: 22px;

        font-size: 31px;

        line-height: 1.3;

        letter-spacing: -0.5px;
    }


    .about-highlight {

        width: 100%;

        box-sizing: border-box;

        padding-left: 14px;

        margin-bottom: 22px;

        border-left-width: 2px;
    }


    .about-highlight p {

        font-size: 16px;

        line-height: 1.6;
    }


    .about-description {

        font-size: 14px;

        line-height: 1.75;
    }


    /* ---------------------------------------------
       KNOW MORE
    --------------------------------------------- */

    .about-know-more {

        margin-top: 30px;

        gap: 16px;

        font-size: 17px;
    }


    .about-arrow {

        width: 55px;

        height: 55px;

        font-size: 27px;

        flex-shrink: 0;
    }


    /* ---------------------------------------------
       GOLD OVAL
    --------------------------------------------- */

    .about-gold-oval {

        top: 35px;

        left: 8%;

        width: 32px;

        height: 52px;
    }


    /* ---------------------------------------------
       HANGING LIGHTS
       FIXED FOR MOBILE
    --------------------------------------------- */

    .about-lights {

        top: 0;

        right: 8px;

        left: auto;

        width: 190px;

        height: 230px;

        transform: scale(0.72);

        transform-origin: top right;

        opacity: 0.95;

        z-index: 4;

        pointer-events: none;
    }


    .about-light {

        width: 42px;
    }


    .light-body {

        width: 38px;

        height: 70px;
    }


    .light-wire {

        width: 2px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media screen and (max-width: 480px) {

    .about-section {

        padding: 75px 0 60px;

        overflow: hidden;
    }


    .about-container {

        padding-left: 24px;

        padding-right: 24px;
    }


    .about-label {

        font-size: 13px;

        letter-spacing: 1.8px;

        margin-bottom: 18px;
    }


    .about-content h2 {

        font-size: 27px;

        line-height: 1.3;

        margin-bottom: 20px;
    }


    .about-highlight {

        padding-left: 12px;

        margin-bottom: 20px;
    }


    .about-highlight p {

        font-size: 14px;

        line-height: 1.65;
    }


    .about-description {

        font-size: 13px;

        line-height: 1.75;
    }


    /* ---------------------------------------------
       KNOW MORE
    --------------------------------------------- */

    .about-know-more {

        margin-top: 27px;

        gap: 13px;

        font-size: 15px;
    }


    .about-arrow {

        width: 50px;

        height: 50px;

        font-size: 24px;

        flex-shrink: 0;
    }


    /* ---------------------------------------------
       GOLD OVAL
    --------------------------------------------- */

    .about-gold-oval {

        left: 7%;

        top: 30px;

        width: 29px;

        height: 47px;
    }


    /* ---------------------------------------------
       HANGING LIGHTS
       KEEP ALL 3 LIGHTS VISIBLE
    --------------------------------------------- */

    .about-lights {

        top: 0;

        right: 4px;

        width: 180px;

        height: 220px;

        transform: scale(0.60);

        transform-origin: top right;

        opacity: 0.95;

        z-index: 4;
    }


    .light-1 {

        right: 125px;

        top: 0;
    }


    .light-2 {

        right: 60px;

        top: 88px;
    }


    .light-3 {

        right: 0;

        top: 0;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media screen and (max-width: 360px) {

    .about-container {

        padding-left: 20px;

        padding-right: 20px;
    }


    .about-content h2 {

        font-size: 24px;
    }


    .about-highlight p {

        font-size: 13px;
    }


    .about-description {

        font-size: 12px;

        line-height: 1.75;
    }


    .about-arrow {

        width: 46px;

        height: 46px;

        font-size: 22px;
    }


    /* ---------------------------------------------
       LIGHTS — SMALL SCREEN FIX
    --------------------------------------------- */

    .about-lights {

        top: 0;

        right: 2px;

        width: 165px;

        height: 205px;

        transform: scale(0.52);

        transform-origin: top right;

        opacity: 0.9;

        z-index: 4;
    }


    .about-gold-oval {

        left: 6%;

        top: 28px;

        width: 27px;

        height: 44px;
    }

}