@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;
}



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);

}

/* #region Hero Section Start */

/* #region Mobile View */
.home-hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.home-hero-video-div {
    width: 100%;
    display: flex;
}

.home-hero-Video {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    margin-top: 15vh;
    /* margin-left: -50%; */
}

/* #endregion Mobile View */



/* #region Tavlet View */
@media screen and (min-width: 540px) and (max-width: 950px) {

    .home-hero-Video {
        width: 150%;
        margin-top: 15vh;
        margin-left: -25%;
    }

   
}

/* #endregion Tavlet View */

/* #region Desktop View */
@media screen and (min-width: 950px) {

    .home-hero-Video {
        height: unset;
        margin-top: 17vh;
        width: 100%;
        margin-left: 0%;

    }

}

/* #endregion Desktop View */

/* #endregion Hero Section End */



/* #region Section 01 Start */
/* #region Mobile View */
.home-section1 {
    display: flex;
    flex-direction: column;
    margin-top: -3vh;
}

.home-section1-div1 {
    display: flex;
    flex-direction: column;
}

.home-section-image {
    width: 100%;
    aspect-ratio: 1;
    background-image: url("../_resource/photos/home/section1/sun.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-section1-details-main-div {
    display: flex;
    flex-direction: column;
    margin-top: -8vh;
}

.home-section1-div2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-section1-txt1 {
    font-family: "malithi";
    margin-bottom: 0%;
    font-size: 1.4rem;
    opacity: 0.6;
}

.home-section1-div3 {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
}

.home-section1-btn1 {
    background-image: url("../_resource/photos/home/section1/Polygon\ 1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8%;
    background-color: transparent;
    border: none;
}

.home-section1-txt2 {
    font-family: "arjuna";
    font-size: 2.1rem;
    background: linear-gradient(90deg, rgba(233, 184, 90, 1) 15%, rgba(255, 225, 111, 1) 26%, rgba(197, 139, 66, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    padding-bottom: 1vh;
}

.home-section1-btn2 {
    background-image: url("../_resource/photos/home/section1/Polygon\ 2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8%;
    background-color: transparent;
    border: none;
}

.home-setion1-txt3 {
    font-size: 0.8rem;
    margin-top: 0%;

}

.home-section1-table-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-section1-txt4 {
    font-family: "malithi";
    font-size: 2.1rem;
    opacity: 50%;
}

.home-section1-table {
    width: 100%;
    text-align: center;
    /* margin: auto; */
    border-collapse: collapse;
}

.td1-ti {
    border: 1px solid #999;
    border-top-style: none;
    padding: 12px;
    font-size: 1.4rem;
    font-family: "malithi";
    font-weight: bold;
    opacity: 75%;
}

.td1 {
    border: 1px solid #999;
    border-top-style: none;
    padding: 12px;
    font-size: 1.4rem;
}

.td2-ti {
    border: 1px solid #999;
    border-bottom-style: none;
    padding: 12px;
    font-size: 1.4rem;
    font-family: "malithi";
    font-weight: bold;
    opacity: 75%;
}

.td2 {
    border: 1px solid #999;
    border-bottom-style: none;
    padding: 12px;
    font-size: 1.4rem;
}


.home-section1-gold {
    color: #E9B85A;
    font-weight: bold;
    font-family: "malithi";
    font-size: 1.4rem;
}

.home-section1-time {
    color: var(--colorBlack);
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.9;
}

.home-section1-div4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
}

.home-section1-txt5 {
    font-family: "malithi";
    font-size: 2.1rem;
    opacity: 50%;
}

.home-section1-div5 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-top: -2vh;
    /* border: 1px solid black; */
    align-items: center;
}

.home-section1-img-compus {
    width: 7%;
    height: 7%;
    /* border: 1px solid black; */
}

.home-section1-div6 {
    display: flex;
    flex-direction: row;
    margin-left: 3vh;
}

.home-section1-txt6 {
    font-family: "arjuna";
    opacity: 75%;
    font-size: 1.7rem;
}

.home-section1-txt7 {
    font-family: "arjuna";
    color: #E9B85A;
    font-size: 1.7rem;
}

.home-section1-img-line {
    /* border: 1px solid black; */
    margin-top: -13vh;
}

/* #endregion Mobile View */

/* #region Tablet View */
@media screen and (min-width: 540px) and (max-width: 950px) {
    .home-section1 {
        margin-top: -7vh;
    }

    .home-section1-details-main-div {
        margin-top: -10vh;
    }

    .home-section1-txt1 {
        font-family: "malithi";
        font-size: 2rem;
    }

    .home-section1-btn1 {
        width: 10%;
        margin-right: 5vh;
    }

    .home-section1-txt2 {
        font-size: 3rem;

    }

    .home-section1-btn2 {
        width: 10%;
        margin-left: 5vh;


    }

    .home-setion1-txt3 {
        font-size: 1.3rem;
        margin-top: -3vh;
    }

    .home-section1-txt4 {
        font-size: 2.5rem;
    }

    .td1-ti {
        font-size: 1.8rem;
    }

    .td1 {
        font-size: 1.8rem;
    }

    .td2-ti {
        font-size: 1.8rem;
    }

    .td2 {
        font-size: 1.8rem;
    }

    .home-section1-gold {
        font-size: 1.9rem;
    }

    .home-section1-time {
        font-size: 1.9rem;
    }

    .home-section1-div4 {
        margin-top: 6vh;
    }

    .home-section1-txt5 {
        font-size: 2.5rem;
    }

    .home-section1-img-compus {
        width: 7%;
        height: 7%;
        /* border: 1px solid black; */
    }

    .home-section1-div6 {
        margin-top: -3vh;
        margin-left: 3vh;
    }

    .home-section1-txt6 {
        font-size: 3rem;
    }

    .home-section1-txt7 {
        font-size: 3rem;
    }

    .home-section1-img-line {
        width: 30%;
        margin-top: -13vh;
    }
}


/* #endregion Tablet View */

/* #region Desktop View */
@media screen and (min-width: 950px) {
    .home-section1-div1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;

    }

    .home-section-image {
        width: 50%;

    }

    .home-section1-details-main-div {
        width: 45%;
        margin-top: 10vh;
    }

    .td1-ti {
        border-top-style: none;
        border-left-style: none;
    }

    .td2-ti {
        border-bottom-style: none;
        border-left-style: none;

    }

    .td1 {
        border-right-style: none;
    }

    .td2 {
        border-right-style: none;
    }

    .home-section1-img-compus {
        width: 5vh;
        height: 5vh;
        /* border: 1px solid black; */
    }

    .home-section1-btn1:hover {
        cursor: pointer;

    }

    .home-section1-btn2:hover {
        cursor: pointer;

    }

    .home-section1-txt6 {
        font-size: 2rem;
    }

    .home-section1-txt7 {
        font-size: 2rem;
    }
}



/* #endregion Desktop View */

/* #endregion Section 01 End */



/* #region Section 02 Start */
/* #region Mobile View */
.home-section2 {
    display: flex;
    flex-direction: column;
    margin-top: 0vh;
    margin-bottom: 10vh;

}

.home-section2-div1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-section-div2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-section2-title {
    font-family: "arjuna";
    font-weight: bold;
    font-size: 4rem;
    opacity: 75%;
    text-align: center;
    line-height: 0.7;
}

.home-section2-div3 {
    border: 2px solid #C58B42;
    font-size: 1.5rem;
    border-radius: 25vh;
    /* margin-top: 0vh; */
}

.home-section2-img {
    width: 100%;
    aspect-ratio: 1;
    background-image: url("../_resource/photos/home/section2/gona.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -6vh;
    /* border: 2px solid #000000; */
}

.home-section2-div4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.home-section2-txt2 {
    text-align: center;
    font-size: 1.3rem;
    font-family: "malithi";
    opacity: 50%;
}

.home-section2-btn1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-family: "malithi";
    width: 65%;
    height: 7vh;
    font-size: 1.7rem;
    /* border: 2px solid #000000; */
    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;
    color: white;
    margin-top: 3vh;
    font-family: "malithi";
}

/* #endregion Mobile View */

/* #region Tablet View */
@media screen and (min-width: 540px) and (max-width: 950px) {
    .home-section2-title {
        font-size: 5rem;
    }

    

    .home-section2-img {
        width: 75%;
    }

    .home-section2-txt2 {
        font-size: 1.7rem;
    }

    .home-section2-btn1 {
        width: 40%;
        font-size: 2rem;
    }
}

/* #endregion Tablet View */

/* #region Desktop View */
@media screen and (min-width: 950px) {
    .home-section2 {
        display: flex;
        flex-direction: row;
        margin-top: -10vh;
    }

    .home-section2-div1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        background-image: url("../_resource/photos/home/section2/gona.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .home-section-div2 {
        width: 25%;
    }

    .home-section2-title {
        font-size: 5rem;
    }

    

    .home-section2-img {
        width: 40%;
        background-image: none;
        margin-top: -6vh;
    }

    .home-section2-div4 {
        width: 25%;
    }

    .home-section2-txt2 {
        text-align: center;
        font-size: 1.3rem;
    }

    .home-section2-btn1:hover {
        background: linear-gradient(to right, #d89c47, #8b5822);
        cursor: pointer;

    }

}

/* #endregion Desktop View */

/* #endregion Section 02 End */



/* #region Section 03 Start */
.home-section3-imgset1 {
    width: 30vh;
    height: 20vh;
    animation: scroll 60s linear infinite;
}

.home-section3-imgset2 {
    width: 30vh;
    height: 20vh;
    animation: scroll 60s linear infinite reverse;
}

.home-section3-slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.home-section3-slider {
    margin-top: 0vh;
    background-color: transparent;
    padding: 1em 1em;
}

.slide {
    cursor: pointer;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1000%)
    }
}

/* #endregion Section 03 End*/



/* #region Section 04 Start*/
/* #region Mobile View */
.home-section4 {
    display: flex;
    flex-direction: column;
}

.home-section4-div1 {
    display: flex;
    flex-direction: column;
    background-image: url("../_resource/photos/home/section4/kokis.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
}

.home-section4-div2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-section4-div3 {
    text-align: center;
    line-height: 1.2;
}

.home-section4-tit {
    font-family: "arjuna";
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 0.9;
    background: linear-gradient(90deg, rgba(233, 184, 90, 1) 0%, rgba(255, 225, 111, 1) 18%, rgba(197, 139, 66, 1) 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2vh;
    /* padding: 10vh; */
}

.home-section4-txt1 {
    text-align: center;
    margin-left: 1vh;
    margin-right: 1vh;
    margin-top: 3vh;
    margin-bottom: 3vh;
    opacity: 50%;
    font-family: "malithi";
    font-size: 1.3rem;
}

.home-section4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 7vh;
    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;
}

.home-section4-btn-img {
    margin-right: 2vh;
}

.home-section4-img {
    width: 100%;
    aspect-ratio: 1;
    background-image: url("../_resource/photos/home/section4/aurudu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -3vh;
}

/* #endregion Mobile View */

/* #region Tablet View */
@media screen and (min-width: 540px) and (max-width: 950px) {
    .home-section4-tit {
        font-size: 4.5rem;
    }

    .home-section4-txt1 {
        font-size: 1.7rem;
    }

    .home-section4-btn {
        width: 40%;
        font-size: 2rem;
    }

    .home-section4-btn-img {
        width: 15%;
    }

    .home-section4-img {
        aspect-ratio: 1.1;
    }
}

/* #endregion Tablet View */

/* #region Desktop View */
@media screen and (min-width: 950px) {
    .home-section4 {
        display: flex;
        flex-direction: row;
    }

    .home-section4-div1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-image: url("../_resource/photos/home/section4/kokis.png");
        background-position: left;
        background-repeat: no-repeat;
        background-size: 20%;
    }




    .home-section4-div2 {
        width: 45%;
        margin-top: -7vh;
    }

    .home-section4-tit {
        font-size: 4rem;
        padding-bottom: 2vh;
    }

    .home-section4-txt1 {
        font-size: 1.3rem;
        margin-bottom: 2vh;
        margin-top: 2vh;
    }

    .home-section4-btn {
        width: 40%;
        font-size: 1.7rem;
    }

    .home-section4-btn:hover {
        background: linear-gradient(to right, #d89c47, #8b5822);
        cursor: pointer;

    }


    .home-section4-btn-img {
        margin-right: 2vh;
    }

    .home-section4-img {
        width: 45%;
    }
}

/* #endregion Desktop View */

/* #endregion Section 04 end*/



/* #region Section 05 Start*/
/* #region Desktop View */
.home-section5 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid black; */
    margin-bottom: 7vh;
    padding: 2vh;
}

.home-section5-container {
    /* background: #E9B85A; */
    padding: 3vh;
    border-radius: 2vh;
    /* box-shadow: 0 0.5vh 1vh rgba(0, 0, 0, 0.1); */
    border: 0.3vh dashed #e0c28b;
    display: flex;
    align-items: center;
    gap: 2%;
    width: 70%;
    /* max-width: 60%; */
    /* min-height: 20vh; */
    position: relative;
}

.home-section5-plane-icon {
    width: 15%;
    /* max-width: 7vh; */
    position: absolute;
    top: -3%;
    left: -3%;
}

.home-section5-content {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    flex-grow: 1;
    text-align: center;
}

.home-section5-title {
    text-align: center;
    font-size: 3vh;
    font-weight: bold;
    color: #333;
}

.subtitle {
    font-size: 2vh;
    color: #666;
    margin-top: 1vh;
}

.home-section5-input-container {
    box-shadow: 0 0.5vh 1vh rgba(0, 0, 0, 0.1);

    display: flex;
    align-items: center;
    border-radius: 25vh;
    padding: 1vh;
    /* border: 2px solid black; */
    margin-top: 2vh;
    width: 70%;
    flex-direction: row;

}

.home-section5-input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 1.5vh;
    flex: 1;
    font-size: 2vh;
    width: 80%;
}

.home-section5-button2 {
    display: none;
}

.home-section5-button1 {
    background: linear-gradient(to right, #e7b45a, #9c6a2c);
    border: none;
    color: white;
    /* padding: 1.5vh 3vh; */
    font-size: 2vh;
    border-radius: 5vh;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    transition: 0.3s;
    white-space: nowrap;
    width: 20vh;
    height: 7vh;

}

.home-section5-button1.disable {
    background: linear-gradient(to right, #000000, #000000);
    

}

.home-section5-button1:hover {
    background: linear-gradient(to right, #d89c47, #8b5822);
}

.home-section5-button2:hover {
    background: linear-gradient(to right, #d89c47, #8b5822);
}

.home-section5-arrow {
    margin-right: 1vh;
    font-size: 2.5vh;
    margin-left: 2vh;
}


/* #endregion Desktop View */

/* #region Tablet View */
@media (max-width: 1024px) {
    .home-section5-container {
        width: 95%;
        /* max-width: 80%; */
        flex-direction: column;
        text-align: center;
    }

    .home-section5-plane-icon {
        width: 20%;
        /* max-width: 6vh; */
        top: -2%;
        left: -3vh;
    }

    .home-section5-title {
        font-size: 3vh;
    }

    .home-section5-subtitle {
        font-size: 2vh;
    }

    .home-section5-input-container {
        flex-direction: column;
        padding: 0;
        width: 175%;
    }

    .home-section5-input {
        padding: 2vh;
        text-align: center;
        font-size: 2vh;
    }

    .home-section5-button1 {
        display: none;
    }


    .home-section5-button2 {
        background: linear-gradient(to right, #e7b45a, #9c6a2c);
        border: none;
        color: white;
        /* padding: 1.5vh 3vh; */
        font-size: 2vh;
        border-radius: 5vh;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-weight: bold;
        transition: 0.3s;
        white-space: nowrap;
        width: 20vh;
        height: 7vh;
        margin-top: 3vh;


    }
}

/* #endregion Tablet View */

/* #region Mobile View */
@media (max-width: 768px) {
    .home-section5-container {
        width: 95%;
        max-width: 95%;
        padding: 3vh;
    }

    .home-section5-plane-icon {
        width: 30%;
        /* max-width: 5vh; */
        left: -5vh;
        top: -2%;
    }

    .home-section5-title {
        font-size: 2.5vh;
    }

    .home-section5-subtitle {
        font-size: 1.8vh;
    }

    .home-section5-input-container {
        flex-direction: column;
        padding: 0;
        width: 180%;
    }

    .home-section5-input {
        /* padding: 2vh; */
        text-align: center;
        font-size: 2vh;
        width: 35vh;


    }

    .home-section5-button1 {
        display: none;
    }

    .home-section5-button2 {
        background: linear-gradient(to right, #e7b45a, #9c6a2c);
        border: none;
        color: white;
        /* padding: 1.5vh 3vh; */
        font-size: 2vh;
        border-radius: 5vh;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-weight: bold;
        transition: 0.3s;
        white-space: nowrap;
        width: 20vh;
        height: 7vh;
        margin-top: 3vh;

    }

    .home-section5-button2.disable {
        background: linear-gradient(to right, #000000, #000000);
        

    }
}

/* #endregion Mobile View */

/* #endregion Section 05 end*/