@font-face {
    font-family: "malithi";
    src: url("../_resource/fonts/un-malithi.ttf");
}

@font-face {
    font-family: "Poppins";
    src: url("../_resource/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "arjuna";
    src: url("../_resource/fonts/un-arjuna.ttf");
}

:root {
    --colorWhiteSmoke: #F7F4ED;
    --colorPeachYellow: #FAE3B4;
    --colorClayBrown: #B67C32;
    --colorChocolateBrown: #4A2603;
    --colorSatinSheenGold: #D5A021;
    --colorCornHarvest: #9C601C;
    --colorDarkGold: #C58917;
    --colorIrishCoffee: #693E16;
    --colorOrangeGold: #E69C00;
    --colorOldGold: #DDAF48;
    --colorMilkChocolate: #874C14;
    --colorArylideYellow: #F0C76B;
    --colorBlack: #000000;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background-color: var(--colorWhiteSmoke);
}

/* #region Hero Section Start */

/* #region Mobile View */
.hero-hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-hero-detail-div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    background-image: url("../_resource/photos/heroSection/sanasa\ bage.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30vh;
    margin-top: -3vh;
    /* border: 1px solid black; */
    flex-wrap: wrap;
    align-content: center;
}

.hero-hero-sunrise-div {
    display: none;
}

.hero-hero-sunrise {
    width: 100%;
    aspect-ratio: 1;
}

.hero-hero-datetime-div {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    /* border: 1px solid black; */
    margin-bottom: 3vh;
}

.hero-hero-date {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 0.9rem;
}

.hero-hero-time {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 2.5rem;
    font-family: "Poppins";
}

.hero-hero-sunrise-time-div {
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    align-items: center;
}

.hero-hero-sunrise-txt {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-family: "arjuna";
    opacity: 0.7;
    font-weight: bold;
}

.hero-hero-sunrise-time {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-family: "Poppins";
    font-weight: bold;
    opacity: 0.7;
}

.hero-hero-sunset-time-div {
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    align-items: center;
    /* font-family: "Poppins"; */
}

.hero-hero-sunset-txt {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-family: "arjuna";
    opacity: 0.7;
    font-weight: bold;
}

.hero-hero-sunset-time {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-family: "Poppins";
    font-weight: bold;
    opacity: 0.7;



}

.desktop-only {
    display: none;

}

.hero-hero-sunset-div {
    display: none;

}

.hero-d-hero-detail-div {
    display: none;
}

/* #endregion Mobile View */



/* #region Tavlet View */
@media screen and (min-width: 540px) and (max-width: 950px) {
    .hero-hero-detail-div {
        height: 25vh;
        margin-top: -3vh;
        /* border: 1px solid black; */
        background-image: url("../_resource/photos/heroSection/sanasa\ thunkala.png");

    }

    .hero-hero-date {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: 1rem;

    }

    .hero-hero-time {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: 3rem;
        /* font-family: "Poppins"; */


    }


    .hero-hero-sunrise-txt {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        font-family: "arjuna";
        opacity: 0.7;


    }

    .hero-hero-sunrise-time {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        font-family: "Poppins";
        font-weight: bold;
        opacity: 0.7;


    }


    .hero-hero-sunset-txt {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        font-family: "arjuna";
        opacity: 0.7;


    }

    .hero-hero-sunset-time {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        font-family: "Poppins";
        font-weight: bold;
        opacity: 0.7;
    }

    .hero-hero-sunset-div {
        display: flex;
        /* border: 1px solid black; */


    }

    .hero-hero-sunrise-div {
        display: flex;
        /* border: 1px solid black; */



    }

    .hero-hero-sunrise-time-div {
        /* border: 1px solid black; */
        margin-left: -10%;

    }

    .hero-hero-sunset-time-div {
        /* border: 1px solid black; */
        margin-right: -10%;

    }

    .tablet-non {
        display: none;
    }

    .hero-d-hero-detail-div {
        display: none;
    }

}

/* #endregion Tavlet View */

/* #region Desktop View */
@media screen and (min-width: 950px) {
    .hero-hero-detail-div {
        display: none;

    }

    .hero-d-hero-detail-div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 90%;
        background-image: url("../_resource/photos/heroSection/sanasa.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 50vh;
        margin-top: -28vh;
        /* border: 1px solid black; */

    }

    .hero-d-hero-desktop-div-sunrise {
        display: flex;
        flex-direction: row;
        /* border: 1px solid black; */
        width: 20%;
        align-items: center;
        justify-content: start;
        column-gap: 7%;
        margin-top: 10vh;
    }

    .hero-d-hero-desktop-div-sunset {
        display: flex;
        flex-direction: row;
        /* border: 1px solid black; */
        width: 20%;
        align-items: center;
        justify-content: end;
        column-gap: 7%;
        margin-top: 10vh;
    }

    .hero-d-hero-sunrise-time-div {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .hero-d-hero-sunrise-txt {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        font-family: "arjuna";
        opacity: 0.7;
        font-weight: bold;

    }

    .hero-d-hero-sunrise-time {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2rem;
        font-family: "Poppins";
        font-weight: bold;
        opacity: 0.7;
    }

    .hero-d-hero-datetime-div {
        display: flex;
        width: 50%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* border: 1px solid black; */
        margin-top: 10vh;


    }

    .hero-d-hero-date {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: 1rem;

    }

    .hero-d-hero-time {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-size: 3rem;
        /* font-family: unset; */
        font-family: "Poppins";
        font-weight: bold;

    }

    .hero-d-hero-sunset-txt {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2.5rem;
        font-family: "arjuna";
        /* margin-left: 7vh; */
        opacity: 0.7;
        font-weight: bold;
    }

    .hero-d-hero-sunset-time {
        line-height: 1.5;
        margin: 0;
        padding: 0;
        font-size: 2rem;
        /* margin-left: 7vh; */
        font-family: "Poppins";
        font-weight: bold;
        opacity: 0.7;

    }

    .hero-d-hero-sunset-time-div {
        display: flex;
        align-items: end;
        justify-content: end;
        flex-direction: column;
    }



}

/* #endregion Desktop View */

/* #endregion Hero Section End */