/*#region ------------------------------ SECTION 1 ------------------------------ */
#home-section-1 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    padding: 50px 25px 50px 25px;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-1-left {
    position: relative;
    display: none;
    flex-flow: column nowrap;
    width: 100%;
}

#home-section-1-right {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
}

#home-section-1-text-holder {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    left: initial;
    width: 400px;
    height: 400px;
    border-radius: 50%;
}

#home-section-1-text-holder-background {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(174, 210, 254, 1);
    z-index: 1;
}

#home-section-1-text-holder-border {
    position: absolute;
    top: -25px;
    left: -75px;
    width: 105%;
    height: 105%;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
}

#home-section-1-img-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
}

#home-section-1-img-holder-border {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
}

#home-section-1-text {
    line-height: 1.2;
    padding: 25px 25px 25px 125px;
    font-family: Mukta;
    font-size: 60px;
    font-weight: 800;
    color: rgba(42, 40, 113, 1);
    z-index: 2;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-1-img {
    width: 100%;
    min-height: 350px;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}

#home-section-1-candle {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    bottom: 0px;
    right: 75px;
    width: 75px;
    height: 100px;
    border-radius: 15px;
    background-color: rgba(85, 164, 218, 1);
    z-index: 2;
}

#home-section-1-wick {
    position: absolute;
    display: flex;
    top: -25px;
    height: 25px;
    object-fit: cover;
    object-position: 50% 50%;
}

#home-section-1-img-text-holder {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(174, 210, 254, 1);
    z-index: 2;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-1-img-text {
    line-height: 1.2;
    text-align: center;
    font-family: Mukta;
    font-size: 25px;
    font-weight: 800;
    color: rgba(42, 40, 113, 1);
    z-index: 2;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
/*#endregion ------------------------------ END SECTION 1 ------------------------------ */

/*#region ------------------------------ SECTION 2 ------------------------------ */
#home-section-2 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0px 5px 25px 5px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-2-title-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 25px;
    border-radius: 25px;
}

#home-section-2-title-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(174, 210, 254, 1);
    z-index: 1;
}

#home-section-2-title-border {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
}

#home-section-2-title {
    line-height: 1.2;
    text-align: center;
    padding-right: 0px;
    font-family: Mukta;
    font-size: 30px;
    font-weight: 800;
    color: rgba(42, 40, 113, 1);
    z-index: 2;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-2-candle-holder {
    position: absolute;
    display: none;
    flex-flow: column nowrap;
    align-items: center;
    bottom: -10px;
    right: 25px;
    z-index: 2;
}

#home-section-2-candle {
    position: relative;
    display: flex;
    width: 50px;
    height: 65px;
    border-radius: 10px;
    background-color: rgba(85, 164, 218, 1);
}

#home-section-2-wick {
    width: 6px;
    object-fit: cover;
    object-position: 50% 50%;
}

#featured-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 25px 0px;
    padding: 0px 25px;
    width: 100%;
    max-width: 1920px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.featured-candle {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 0px 50px;
    opacity: 1;
    cursor: pointer;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
}
.featured-candle:hover .featured-candle-text {
    color: rgba(174, 210, 254, 1);
}
.featured-candle:hover .featured-candle-border {
    border-color: rgba(174, 210, 254, 1);
}

.featured-candle-img-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
}

.featured-candle-border {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
    transition: all .15s linear 0s;
    -webkit-transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
}

.featured-candle-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}

.featured-candle-text {
    text-align: center;
    margin: 15px 0px 0px 0px;
    font-family: Mukta;
    font-size: 22px;
    font-weight: 700;
    color: rgba(42, 40, 113, 1);
    z-index: 2;
    transition: all .15s linear 0s;
    -webkit-transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
}

#featured-candle-left-arrow {
    position: absolute;
    left: 0px;
    width: 25px;
    cursor: pointer;
}

#featured-candle-right-arrow {
    position: absolute;
    right: 0px;
    width: 25px;
    cursor: pointer;
}
/*#endregion ------------------------------ END SECTION 2 ------------------------------ */

/*#region ------------------------------ SECTION 3 ------------------------------ */
#home-section-3 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 25px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-3-content {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#home-section-3-content-border {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
}

#home-section-3-content-img {
    width: 100%;
    min-height: 280px;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}

#home-section-3-content-text-holder {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    padding: 15px;
    left: initial;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: rgba(40, 71, 158, 1);
    z-index: 2;
    cursor: pointer;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-3-content-text {
    line-height: 1.2;
    text-align: center;
    font-family: Mukta;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}

#home-section-3-content-accent {
    line-height: 1;
    text-align: center;
    font-family: Mukta;
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
}
/*#endregion ------------------------------ END SECTION 3 ------------------------------ */

/*#region ------------------------------ SECTION 4 ------------------------------ */
#home-section-4 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 25px 15px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-4-top-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#home-section-4-title-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 25px;
    border-radius: 25px;
}

#home-section-4-title-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(174, 210, 254, 1);
    z-index: 1;
}

#home-section-4-title-border {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
}

#home-section-4-title {
    line-height: 1.2;
    text-align: center;
    padding-right: 0px;
    font-family: Mukta;
    font-size: 30px;
    font-weight: 800;
    color: rgba(42, 40, 113, 1);
    z-index: 2;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#home-section-4-candle-holder {
    position: absolute;
    display: none;
    flex-flow: column nowrap;
    align-items: center;
    bottom: -10px;
    right: 25px;
    z-index: 2;
}

#home-section-4-candle {
    position: relative;
    display: flex;
    width: 50px;
    height: 65px;
    border-radius: 10px;
    background-color: rgba(85, 164, 218, 1);
}

#home-section-4-wick {
    width: 6px;
    object-fit: cover;
    object-position: 50% 50%;
}

#home-section-4-img-holder {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 350px;
    width: 350px;
    height: 350px;
}

#home-section-4-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}

#home-section-4-img-border {
    position: absolute;
    top: -5px;
    right: -30px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
}

#popular-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 75px 0px 25px 0px;
    padding: 0px 25px;
    width: 100%;
    max-width: 1920px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.popular-candle {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    margin: 0px 50px;
    opacity: 1;
    cursor: pointer;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
}
.popular-candle:hover .popular-candle-title {
    color: rgba(174, 210, 254, 1);
}
.popular-candle:hover .popular-candle-text {
    color: rgba(174, 210, 254, 1);
}
.popular-candle:hover .popular-candle-border {
    border-color: rgba(174, 210, 254, 1);
}

.popular-candle-img-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 365px;
}

.popular-candle-border {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(40, 71, 158, 1);
    z-index: 0;
    transition: all .15s linear 0s;
    -webkit-transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
}

.popular-candle-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}

.popular-candle-title {
    margin: 15px 0px 0px 0px;
    font-family: Mukta;
    font-size: 22px;
    font-weight: 700;
    color: rgba(42, 40, 113, 1);
    z-index: 2;
    transition: all .15s linear 0s;
    -webkit-transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
}

.popular-candle-text {
    font-family: Mukta;
    font-size: 20px;
    font-weight: 300;
    color: rgba(42, 40, 113, 1);
    z-index: 2;
    max-width: 280px;
    transition: all .15s linear 0s;
    -webkit-transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
}

#popular-candle-left-arrow {
    position: absolute;
    left: 0px;
    width: 25px;
    cursor: pointer;
}

#popular-candle-right-arrow {
    position: absolute;
    right: 0px;
    width: 25px;
    cursor: pointer;
}
/*#endregion ------------------------------ END SECTION 4 ------------------------------ */

/*#region ------------------------------ MOBILE ------------------------------ */
@media only screen and (min-width: 500px) {
    #home-section-1-img-text-holder {
        padding: 25px;
        width: 250px;
        height: 250px;
    }

    #home-section-1-img-text {
        font-size: 30px;
    }

    #home-section-2-title {
        text-align: initial;
        font-size: 45px;
    }

    .featured-candle-img-holder {
        width: 300px;
        height: 300px;
    }

    .featured-candle-border {
        top: -10px;
        right: -30px;
        border-width: 3px;
    }

    .featured-candle-text {
        font-size: 27px;
    }

    .popular-candle-title {
        font-size: 27px;
    }

    #featured-candle-left-arrow {
        width: 30px;
    }
    
    #featured-candle-right-arrow {
        width: 30px;
    }

    #home-section-4-title {
        text-align: initial;
        font-size: 45px;
    }
}

@media only screen and (min-width: 800px) {
    #home-section-1-img-text-holder {
        width: 400px;
        height: 400px;
    }

    #home-section-1-img-text {
        font-size: 40px;
    }

    #home-section-2 {
        padding: 50px 25px 50px 25px;
    }

    #home-section-2-title-border {
        top: -15px;
        left: -25px;
        border-width: 4px;
    }

    #home-section-2-title {
        padding-right: 100px;
        font-size: 75px;
    }

    #home-section-2-candle-holder {
        display: flex;
    }

    #featured-holder {
        margin: 100px 0px 25px 0px;
        padding: 0px 50px;
    }

    #home-section-4 {
        padding: 50px 25px;
    }

    #home-section-4-candle-holder {
        display: flex;
    }

    #home-section-4-title-border {
        top: -15px;
        left: -25px;
        border-width: 4px;
    }

    #home-section-4-title {
        padding-right: 100px;
        font-size: 75px;
    }
}

@media only screen and (min-width: 1000px) {
    #home-section-1 {
        flex-flow: row nowrap;
        padding: 75px 0px 50px 0px;
    }

    #home-section-1-left {
        display: flex;
        width: 40%;
    }
    
    #home-section-1-right {
        justify-content: flex-end;
        width: 60%;
    }

    #home-section-1-img-holder-border {
        top: -35px;
        right: -50px;
        border-width: 4px;
    }

    #home-section-1-img {
        border-radius: 0px;
    }

    #home-section-1-text {
        padding: 25px 25px 25px 90px;
        font-size: 50px;
    }

    #home-section-1-candle {
        right: 75px;
        width: 50px;
        height: 65px;
    }
    
    #home-section-1-wick {
        top: -18px;
        height: 18px;
    }

    #home-section-1-img-text-holder {
        display: none;
    }

    #home-section-3 {
        padding: 50px 75px 25px 75px;
    }

    #home-section-3-content {
        justify-content: initial;
    }

    #home-section-3-content-border {
        top: -25px;
        right: -50px;
        border-radius: 15px;
    }

    #home-section-3-content-img {
        border-radius: 15px;
    }
}

@media only screen and (min-width: 1150px) {
    #home-section-4-img-holder {
        display: flex;
        margin: 0px 0px 0px 50px;
    }

    .featured-candle-img-holder {
        width: 250px;
        height: 250px;
    }

    .featured-candle-text {
        font-size: 22px;
    }

    #popular-holder {
        align-items: stretch;
        margin: 50px 0px 25px 0px;
    }

    .popular-candle-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1300px) {
    #home-section-1-text-holder {
        left: -100px;
        width: 500px;
        height: 500px;
    }

    #home-section-1-text {
        padding: 25px 25px 25px 125px;
        font-size: 60px;
    }

    #home-section-1-candle {
        right: 75px;
        width: 75px;
        height: 100px;
    }
    
    #home-section-1-wick {
        top: -25px;
        height: 25px;
    }

    .featured-candle-img-holder {
        width: 300px;
        height: 300px;
    }

    .featured-candle-text {
        font-size: 27px;
    }

    .popular-candle-title {
        font-size: 27px;
    }

    #home-section-4-img-holder {
        margin: 0px 0px 0px 150px;
    }
}

@media only screen and (min-width: 1500px) {
    #home-section-3-content-text-holder {
        margin-top: 100px;
        padding: 25px;
        left: 150px;
        width: 350px;
        height: 350px;
    }
    
    #home-section-3-content-text {
        font-size: 45px;
    }
    
    #home-section-3-content-accent {
        font-size: 55px;
    }

    #home-section-4-img-holder {
        margin: 0px 0px 0px 350px;
    }
}
/*#endregion ------------------------------ END MOBILE ------------------------------ */