@font-face {
    font-family: "malithi";
    src: url("../_resource/fonts/un-malithi.ttf");
}

@font-face {
    font-family: "arjuna";
    src: url("../_resource/fonts/un-arjuna.ttf");
}

@font-face {
    font-family: "Poppins";
    src: url("../_resource/fonts/Poppins-Regular.ttf");
}


h1 {
    all: unset;
}

h2 {
    all: unset;
}

h3 {
    all: unset;
}

: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);
    height: 100%;

}

/* #region Hero Section Start */
/* #region Mobile View */
.lagna-hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lagna-hero-img-div {
    width: 100%;
    display: flex;
}

.lagna-hero-img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    margin-top: 15vh;
    /* margin-left: -50%; */
}

/* #endregion Mobile View */

/* #region Tablet View */
@media screen and (min-width: 540px) and (max-width: 950px) {
    .lagna-hero-img {
        width: 150%;
        margin-top: 15vh;
        /* margin-left: -25%; */
    }
}



/* #endregion Tablet View */

@media screen and (min-width: 768px) {
    .lagna-hero-img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
        margin-top: 15vh;
        /* margin-left: -50%; */

    }

}

/* #region Desktop View */
@media screen and (min-width: 950px) {
    .lagna-hero-img {
        height: unset;
        margin-top: 17vh;
        width: 100%;
        margin-left: 0%;
    }
}

/* #endregion Deskto View */

/* #endregion Hero Section End */



/* #region Section 01 Start */
/* #region Mobile View*/

.lagna-section1 {
    position: relative;
    height: 25vh;
    background-color: white;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    text-align: center;
    font-size: 18px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    cursor: pointer;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.lagna-section1-img {
    width: 100%;
    aspect-ratio: 1;
}

/* #endregion Mobile View*/

/* #region Tablet View*/
@media screen and (min-width: 540px) and (max-width: 950px) {
    .lagna-section1 {
        height: 25vh;
    }

    .lagna-section1-img {
        width: 100%;
        aspect-ratio: 1;
    }
}

/* #endregion Tablet View*/

/* #region Desktop View*/
@media screen and (min-width: 950px) {
    .lagna-section1 {
        height: 25vh;
    }

    .lagna-section1-img {
        width: 100%;
        aspect-ratio: 1;
    }
}

/* #endregion Desktop View*/

/* #endregion Section 01 End */



/* #region Section 02 Start */
.lagna-section2-div3 {
    display: none;
}

.active01 {
    display: block;
}

.lagna-section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lagna-section2-div1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid black; */
}

.lagna-section2-tit {
    font-size: 4rem;
    /* padding-top: 4vh; */
    font-weight: bold;
    /* padding-bottom: 4vh; */
    font-family: "arjuna";
    background: linear-gradient(90deg,
    rgba(233, 184, 90, 1) 0%,
    rgba(255, 225, 111, 1) 30%,
    rgba(197, 139, 66, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 0.8;
    /* padding-bottom: 2vh; */
    padding: 1vh;

}

.lagna-section2-div2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: rgb(233, 184, 90);
    background: linear-gradient(90deg, rgba(233, 184, 90, 1) 0%, rgba(255, 225, 111, 1) 18%, rgba(197, 139, 66, 1) 88%);
    border-radius: 25vh;
    font-family: "malithi";
    font-size: 1.5rem;
    color: white;
    margin-bottom: 2vh;
    padding: 1vh;
}

.lagna-section2-div2:hover {
    background: linear-gradient(to right, #d89c47, #8b5822);
    cursor: pointer;
}

.lagna-section2-titsub {
    /* margin: 2rem 0; */
    font-size: 2rem;
    font-family: "malithi";
    /* border: 1px solid black; */
    font-weight: normal;
    text-align: center;
    /* padding-top: 5vh; */
}

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
    text-align: left;
}

.accordion-item {
    background-color: var(--colorWhiteSmoke);
    color: #111;
    margin: 1rem 0;
    border-radius: 5rem;
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 5rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-family: "malithi";
    font-size: 1.3rem;
    padding-left: 5vh;
}

.accordion-item-header::after {
    content: url("../_resource/photos/lagnaPalapala/section2/Right\ arrow\ in\ a\ circle\ 2.png");
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: url("../_resource/photos/lagnaPalapala/section2/Right\ arrow\ in\ a\ circle.png");
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--colorWhiteSmoke);
}

.accordion-item-body-content {
    font-family: "malithi" !important;
    padding-left: 2rem;
    margin-top: -1vh;
    font-size: 1.3rem;
    font-family: "malithi";
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1;
    opacity: 70%;
}

.accordion-item-body-Sub {
    opacity: 50%;
    font-family: "malithi";
    font-size: 1.3rem;

}

@media screen and (min-width: 540px) and (max-width: 950px) {
    .lagna-section2-tit {
        font-size: 5rem;
        /* padding-top: 4vh; */
        font-weight: bold;
        /* padding-bottom: 4vh; */
        font-family: "arjuna";
        background: linear-gradient(90deg,
                rgba(233, 184, 90, 1) 0%,
                rgba(255, 225, 111, 1) 30%,
                rgba(197, 139, 66, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        line-height: 0.8;
        padding-bottom: 2vh;
    }

    .lagna-section2-div2 {

        width: auto;
        height: auto;
        font-size: 1.5rem;


    }

    .lagna-section2-titsub {
        font-size: 2rem;

    }

    .accordion-item-header {
        padding: 0.5rem 3rem 0.5rem 1rem;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        background-color: #fff;
        border-radius: 5rem;
        min-height: 3.5rem;
        line-height: 1.25rem;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
        font-family: "malithi";
        font-size: 1.5rem;
        padding-left: 5vh;
    }
    

    .accordion-item-body-content {
        font-family: "malithi" !important;
        padding-left: 2rem;
        margin-top: -1vh;
        font-size: 1.5rem;
        font-family: "malithi";
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1;
        opacity: 70%;
    }
    
    .accordion-item-body-Sub {
        opacity: 50%;
        font-family: "malithi";
        font-size: 1.5rem;
    
    }

}

@media screen and (min-width: 950px) {
    .lagna-section2-tit {
        font-size: 5rem;
       padding-top: 5vh;
    }

    .lagna-section2-div2 {

        width: auto;
        height: auto;
        font-size: 1.5rem;


    }

    .lagna-section2-titsub {
        font-size: 2rem;

    }

    .accordion-item-header {
        padding: 0.5rem 3rem 0.5rem 1rem;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        background-color: #fff;
        border-radius: 5rem;
        min-height: 3.5rem;
        line-height: 1.25rem;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
        font-family: "malithi";
        font-size: 1.3rem;
        padding-left: 5vh;
    }
    

    .accordion-item-body-content {
        font-family: "malithi" !important;
        padding-left: 2rem;
        margin-top: -1vh;
        font-size: 1.3rem;
        font-family: "malithi";
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1;
        opacity: 70%;
    }
    
    .accordion-item-body-Sub {
        opacity: 50%;
        font-family: "malithi";
        font-size: 1.3rem;
    
    }
}

/* #endregion Section 02 End */