/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Playball&family=Poppins:wght@400&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=DM+Serif+Display&family=Open+Sans:wght@600&family=Playball&family=Poppins:wght@300&family=Lora:wght@500&display=swap');
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
:root{
    --var-BottomNavBar-Height: 60px;
    --var-Max-Width: 500px;
}
button{
    user-select: none;
    cursor: pointer;
}
a{
    text-decoration: none;
}



.MainSection .MainContent .L.Side .Desc{
    position: absolute;
}


body,.root{
    overflow-x: hidden;
}
.MainSection{
    height: 100vh;
    /*min-height: 800px;*/
    background: url(../images/3.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
}
.MainSection .MainHeader{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 110px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 500;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari */
    -moz-backdrop-filter: blur(10px); /* Firefox */
    -o-backdrop-filter: blur(10px);
    background: #00000090;
    border-bottom: 1px solid #d4af37;
}
.MainSection .MainHeader .Logo img{
    width: 100px;
}
.MainSection .MainHeader .Links{
    display: flex;
    align-items: center;
}
.MainSection .MainHeader .Links .Link{
    font-size: 100%;
    letter-spacing: 0.5px;
}
.MainSection .MainHeader .Links .Link a{
    color: #fff;
}
.MainSection .MainHeader .Links .Div{
    width: 1.5px;
    height: 20px;
    background: #fff;
    margin: 0 10px;
}
.MainSection .MainHeader .HeaderButton .Button{
    height: 50px;
    width: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.MainSection .MainHeader .HeaderButton .Button svg{
    width: 30px;
    height: 30px;
}
.MainSection .MainContent{
    height: calc(100% - 110px);
    display: flex;
    margin-top: 110px;
}
.MainSection .MainContent .Side{
    width: 27.5%;
    height: 80%;
}
.MainSection .MainContent .L.Side{
    padding-left: 7.5%;
    padding-right: 5%;
    padding-top: 5%;
    color: #fff;
 
}
.MainSection .MainContent .L.Side .SmallHeading{
    font-size: 200%;
}
.MainSection .MainContent .L.Side .MainHeading{
    font-size: 350%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 5%;
    margin-bottom: 7.5%;
}
.MainSection .MainContent .L.Side .Description{
    font-size: 110%;
    margin: 2.5% 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 10px #000;
}
.MainSection .MainContent .L.Side .Buttons{
    display: flex;
    margin-top: 5%;
}
.MainSection .MainContent .L.Side .Buttons .Button:first-child{
    margin-right: 20px;
}
.MainSection .MainContent .L.Side .Buttons .Button:first-child button{
    background: #d4af37;
    color: #fff;
}
.MainSection .MainContent .L.Side .Buttons button{
    height: 60px;
    padding: 0 40px;
    border-radius: 10px;
    border: none;
    transition: .3s;
    font-size: 110%;
    color: #000;
    background: #d4af37;
}
.MainSection .MainContent .L.Side .Buttons button:hover{
    transform: scale(1);
}
.MainSection .MainContent .R.Side{
    display: flex;
    justify-content: center;
    padding-top: 4%;
}
.r.R.Side{
    margin-left:50%;
}
.MainSection .MainContent .R.Side .Image{
    width: fit-content;
}
.MainSection .MainContent .R.Side .Image img{
    max-width: 275px;
}
.MainSection .MainContent .R.Side .CryptoInfo{
    text-align: center;
    color: #fff;
}
.MainSection .MainContent .R.Side .CryptoInfo .Link{
    font-size: 90%;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 10px;
}
.MainSection .MainContent .R.Side .CryptoInfo .Button{
    background: #d4af37;
    font-size: 125%;
    font-weight: 600;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 20px auto;
    cursor: pointer;
    transition: .3s;
}
.MainSection .MainContent .R.Side .CryptoInfo .Button:hover{
    transform: scale(1.25);
}
.MainSection .MainContent .MidImage{
    width: 400px;
    /* left: 50%;
    transform: translateX(-50%); */
    right: -5%;
    position: absolute;
    bottom: -5%;
}
.MainSection .MainContent .MidImage img{
    width: 100%;
}
.Section2{
    border-top: 5px solid #d4af37;
    padding: 5%;
    display: flex;
    align-items: center;
    background: #111;
    position: relative;
    overflow: hidden;
}
.Section2 .L.Side{
    width: 45%;
    display: grid;
    place-items: center;
}
.Section2 .L.Side .Image{
    width: 90%;
}
.Section2 .L.Side .Image img{
    width: 100%;
    border-radius: 20px;
}
.Section2 .R.Side{
    width: 45%;
    padding-left: 7.5%;
    color: #ffff;
}
.Section2.n{
    padding: 5% 7.5%;
}
.Section2.n .R.Side{
    padding: 0;
}
.Section2 .R.Side .Heading{
    font-size: 300%;
    font-weight: 600;
    border-bottom: 5px solid #d4af37;
    margin-bottom: 20px;
    width: max-content;
}
.Section2 .R.Side .Heading::after{
    right: 10%;
    top: 10%;
    position: absolute;
    font-size: 150%;
    content: "?";
    text-shadow: 5px 0 #d4af37;
    transform: rotate(-15deg);
}
.Section2 .R.Side .Heading.c::after{
    content: "¢";
}
.Section2 .R.Side .Heading.n::after{
    content: "";
}
.Section2 .R.Side .Heading span{
    color: #d4af37;
}
.Section2 .R.Side .Description div{
    height: 15px;
}
.Section2 .Bg *{
    position: absolute;
    bottom: -50px;
    right: -50px;
    position: absolute;
    width: 200px;
    height: 200px;
    background: #ffffff25;
}
.Section2 .Bg .b1{
    transform: rotate(-15deg);
}
.Section2 .Bg .b2{
    transform: rotate(15deg);
}
.Section2 .Bg .b3{
    transform: rotate(45deg);
}
.Section3{
    background: url(../images/gold-2.jpeg) no-repeat center;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #000000d6;
    display: flex;
}
.Section3 .Side.L{
    width: 50%;
    padding: 5%;
}
.Section3 .Side.L .Heading{
    font-size: 300%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.Section3 .Side.L .Heading span{
    color: #d4af37;
}
.Section3 .Side.L .Description{
    color: #fff;
    font-size: 90%;
}
.Section3 .Side.L .Description div{
    height: 10px;
}
.Section3 .Side.R{
    width: 50%;
    display: grid;
    place-items: center;
}
.Section3 .Side.R img{
    width: 80%;
}
.LetterSection{
    background: #111;
    padding: 5%;
    color: #fff;
}
.LetterSection .SmallHeading{
    font-size: 125%;
    text-align: center;
}
.LetterSection .MainHeading{
    font-size: 300%;
    text-align: center;
    font-weight: 600;
}
.LetterSection .MainHeading img{
    width: 50px;
}
.LetterSection .factsCheckRow{
    width: 90%;
    max-width: 700px;
    margin: 5% auto;
    text-align: center;
    padding: 5%;
    border: 10px solid transparent;
    border-radius: 15%;
    box-shadow: unset;
    border-image: url(../images/99f62c6441d5b0e4a3a4b04f6e2f70f5-removebg-preview.png) 30 round;
}
.LetterSection .factsCheckRow div{
    margin-top: 10px;
    font-size: 90%;
}
.LetterSection .Bottom{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.LetterSection .Bottom .Blob svg{
    width: 100%;
    max-width: 800px;
}
.LetterSection .Bottom .Text{
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    letter-spacing: 1px;
}
.FooterMain{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    border-top: 1px solid #d4af37;
}
.FooterMain .L.Side{
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 5%;
}
.FooterMain .L.Side .Social{
    display: flex;
    align-items: center;
}
.FooterMain .L.Side .Social .Icon a{
    margin: 0 10px;
}
.FooterMain .L.Side .Social .Icon i{
    font-size: 150%;
    color: #fff;
    transition: .3s;
}
.FooterMain .L.Side .Social .Icon:hover i{
    transform: scale(1.5);
    color: #d4af37;
}
.FooterMain .L.Side .Button{
    margin-left: 10px;
}
.FooterMain .L.Side button{
    height: 35px;
    padding: 0 15px;
    background: #d4af37;
    color: #000;
    border-radius: 10px;
    border: none;
}
.FooterMain .R.Side{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 90%;
    padding-right: 5%;
}