* {
    font-family: "Inter", sans-serif;
    margin: 0px;
    scroll-behavior: smooth;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-transform: uppercase;
}


a {
    text-decoration: none;    
}

a:visited {
    color: #000780;
}

a:link {
    color: #000780;
}

#main-page-2-invest-title > a, #main-page-2-invest-title > a:visited, #main-page-2-invest-title > a:link, #main-page-2-invest-title2 > a, #main-page-2-invest-title2 > a:visited, #main-page-2-invest-title2 > a:link {
    color: #bba35e;
    cursor: pointer;
}

#main-page {
    width: 100%;
    height: 100vh;
}

.line-between-section-blue {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: rgb(0,6,130);
    background: -moz-linear-gradient(128deg, rgba(0,6,130,1) 0%, rgba(0,4,89,1) 100%);
    background: -webkit-linear-gradient(128deg, rgba(0,6,130,1) 0%, rgba(0,4,89,1) 100%);
    background: linear-gradient(128deg, rgba(0,6,130,1) 0%, rgba(0,4,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000682",endColorstr="#000459",GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.507);
}

.line-between-section-title {
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: fit-content;
    font-size: 2.5rem;
}

.line-between-section-white-line {
    width: 100%;
    height: 1px;
    background: white;
}

#main-page {
    background: white;
    background: url('../assets/main-page-background-image.jpg') no-repeat center center;
    background-position-x: right;
}

.gold-line-horizontal {
    height: 1px;
    width: 100%;
    background: #bba35e;
}

#main-page-titleandtextbox {
    height: 90vh;
    padding: 0rem 7vw;
    padding-top: 5vh;
    padding-right: 20vw;
    width: fit-content; 
    background: linear-gradient(104deg, white 75%, transparent 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.445));
    position: relative;
    z-index: 1;
}

#gold-line-with-logo-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

#main-page-titleandtextbox-title {
    color: black;
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: 0.4 rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

#main-page-titleandtextbox-title > span:first-child {
    color: #bba35e;
    transition: all 0.4s ;
}

.golden-text-titled {
    color: #bba35e;;
}

#main-page-titleandtextbox-title > span:last-child {
    color: #000780;
    transition: all 0.4s ;
    margin-left: 3rem;
}

#main-page-titleandtextbox-list {
    color: #000780;
    list-style: none;
    padding: 0;
    padding-top: 3vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: justify;
    text-justify: auto;
}

#main-page-titleandtextbox-list li{
    background-image: url('../assets/correct-icon.png');
    background-repeat: no-repeat;
    background-size: 3.5vh 3.5vh;
    background-position: 0 50%;
    padding-left: 60px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.25vw;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    letter-spacing: 2px;
    transition: all 0.2s;
}

#main-page-titleandtextbox-list li:hover {
    text-shadow: 0 0 35px #00068086;
}

#main-page-right-logo {
    width: 8vw;
    position: absolute;
    top: 50%;
    right: 0%;
    padding: 0.9vw;
    background: white;
    transform: translate(0%, -50%);
    z-index: 10;
    border-radius: 1rem 0 0rem 1rem;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.479);
}

#main-page-whiteline-bottom {
    width: 100%;
    height: 5vh;
    z-index: 2;
    position: relative;
    background: #fff;
}

#main-page-2-invest1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding-bottom: 6rem;
}

#main-page-2 {
    height: fit-content;
    padding: 10vh;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

#main-page-2-invest1-titleanddesc {
    width: 66rem;
    position: relative;
    z-index: 2;
}

#main-page-2-invest-title {
    font-weight: 700;
    color: #bba35e;
    font-size: 6rem;
    padding-bottom: 1rem;
    transition: transform 0.2 ease-in;
}

#main-page-2-invest-title:hover, #main-page-2-invest-title2:hover {
    transform: scale(1.04);
}

#main-page-2-invest-list, #main-page-2-invest-list2 {
    color: #000780;
    list-style: none;
    padding: 0;
    padding-top: 3vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: justify;
    text-justify: auto;
    font-weight: 700;
    font-size: 2.1rem;
    cursor: pointer;
}


#main-page-2-invest1-image {
    scale: 1.2;
    z-index: 1;
    border-radius: 2rem;
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.562));
    transform: perspective(800px) rotateX(10deg) rotateY(-20deg);
    width: 32vw;
}

#main-page-2-invest1-image:hover, #main-page-2-invest2-image:hover {
    transform: scale(1.1);
}

#main-page-2-invest2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 6rem;
    width: 100%;
}

#main-page-2-invest2-titleanddesc {
    width: 64.5rem;
}

#main-page-2-invest-list > li, #main-page-2-invest-list2 > li {
    padding-top: 1rem;
}

#main-page-2-invest-list2 > li {
    text-align: center;
}

#main-page-2-invest2-image {
    width: 32vw;
    scale: 1.2;
    z-index: 1;
    border-radius: 2rem;
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.562));
    transform: perspective(800px) rotateX(10deg) rotateY(10deg);
}



#main-page-2-center-logo {
    width: 23vw;
    position: absolute;
    right: 50%;
    padding: 0.9vw;
    background: white;
    transform: translate(50%, -50%);
    z-index: 10;
    border-radius: 1rem;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.466);
}

.line-between-section-gold {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: rgb(187,163,94);
    background: -moz-radial-gradient(circle, rgba(187,163,94,1) 0%, rgba(164,141,78,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(187,163,94,1) 0%, rgba(164,141,78,1) 100%);
    background: radial-gradient(circle, rgba(187,163,94,1) 0%, rgba(164,141,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bba35e",endColorstr="#a48d4e",GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.507);
}

#main-page-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: center;
}

#main-page-3-about-us {
    padding: 8vh 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-page-3-about-us-description {
    font-size: 2.2rem;
}

.main-page-3-about-us-description-blue {
    color: #000780;
}

.main-page-3-about-us-description-gold {
    color: rgb(187,163,94);
}

#main-page-3-line-after-about-us {
    width: 100%;
}

#main-page-3-line-after-about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.gold-line-between-section {
    background: rgb(187,163,94);
    width: 100%;
    font-size: 2.5rem;
    height: 1px;
}

#main-page-3-line-after-about-us-image {
    padding: 0vh 1vh;
}

#main-page-3-list-about-lionhouse {
    padding: 3vh 0;
    padding-bottom: 13vh;
    font-weight: 700;
    font-size: 2rem;
    color: #000780;
    list-style: none;
    text-align: center;
}

#main-page-3-list-about-lionhouse > li {
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-page-3-list-about-lionhouse-icon {
    padding-right: 1vh;
}

