html {
    scroll-behavior: smooth;
    transition: 300ms all ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Inter", system-ui;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    position: relative;
    right: 10px;
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: rgb(32, 32, 32);
}
::-webkit-scrollbar-thumb {
    cursor: grab;
    background: rgb(158, 128, 101);
}
::-webkit-scrollbar-track:hover {
    background-color: rgb(22, 22, 22);
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(145, 111, 81);
}

body {
    background: #3A372E;
    overflow-x  : hidden;
}
.navbar {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.404);
    box-shadow: 0px 5px 10px #0000007e;
    text-align: center;
    backdrop-filter: blur(10px);
}
/*#27251F*/
.logo {
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 25px;
    height: 60px;
}
.link {
    position: absolute;
    background-color: transparent;
    border: 1px solid transparent;
    top: 13px;
    right: 30px;
    height: 40px;
    width: 850px;
}
.link a {
    position: relative;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-family: 'Tilt Neon', sans-serif;
    font-size: 18px;
    top: 8px;
    right: 10px;
    letter-spacing: 1px;
    padding: 5px 15px 5px 20px;
    text-decoration: none;
    border-radius: 50px;
    background-color: transparent;
    transition: 0.2s ease;
}
.link a:hover {
    box-shadow: 0px 1px 10px black;
}
.a1 {
    position: absolute;
    left: -152px;
}
.a2 {
    position: absolute;
    left: 118px;
}
.a3 {
    position: absolute;
    left: 178px;
}
.dropdown {
    position: relative;
    display: inline-block;
    top: -15px;
    left: -371px;
}
.dropbtn {
    position: absolute;
    background-color: transparent;
    padding: 5px 45px 5px 20px;
    border-radius: 50px;
    color: white;  
    font-family: 'Kanit', sans-serif;
    font-family: 'Tilt Neon', sans-serif;
    font-size: 18px;
    border: none;
    cursor: pointer; 
}
.dropbtn:hover {
    box-shadow: 0px 1px 10px black;
}
.dropbtn i {
    position: absolute;
    rotate: 90deg;
    top: -58px;
    right: 60px;
    padding: 25px 12px 113px 11px;
    border-radius: 50px;
    background-color: transparent;
    font-size: 13px;
    color: white;
    transition: 0.5 ease;
}
.dropbtn i:hover {
    rotate: -90deg;
    padding: 113px 11px 25px 12px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.596);
    border-radius: 20px;
    top: 33px;
    width: 150px;
    height: 195px;
    box-shadow: 3px 5px 15px 3px rgb(0, 0, 0);
    z-index: 1;
}
.dropdown-content a {
    position: relative;
    top: 0px;
    left: 0px;
    color: aliceblue;
    font-family: 'Kanit', sans-serif;
    font-family: 'Tilt Neon', sans-serif;
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    display: block;
    transition: 0.1s ease;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}
.a4:hover {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.a5:hover {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

.bg {
    background: url(Images/pic2.jpg);
}
.pic2 {
    position: absolute;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.pic2 div {
    height: 200px;
    background-size: cover;
    background-attachment: fixed;
}

/*-----------------------------------------*/

#home {
    z-index: 9;
    position: absolute;
    background-color: #3A372E;
    width: 100%;
    height: 678px;
    text-align: center;
    align-items: center;
    align-content: center;
    box-shadow: 20px 20px 100px #1b1a16;
    background-image: url(Images/BGhome.jpg);
    background-size: cover;
    
}

.h1container {
    z-index: 11;
    position: absolute;
    left: 50%; top: 50%;
    transform: translateX(-50%) translateY(-70%);
    height: 180px; width: 580px;
    color: white;
    mix-blend-mode: color-burn;
    text-align: center;
    transition: 200ms ease-in-out;
}
.h1container:hover {
    mix-blend-mode: normal;
}
.rudeusHome {
    cursor: default;
    position: absolute;
    top: 0px; left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    font-size: 100px;
    font-weight: 500;
    font-family: 'Zen Dots', sans-serif;
    text-shadow: 0 0 15px #1d120c;
    background: transparent;
    -webkit-text-stroke: 1px transparent;
    transition: 200ms ease-in-out;
}
.h1container:hover .rudeusHome {
    color: #ff9741;
    -webkit-text-stroke: 1px #000000;
    text-shadow: 5px 5px 5px #1d120cc7;
}
.greyratHome {
    cursor: default;
    position: absolute;
    left: 50%; top: 100px;
    transform: translateX(-50%);
    font-size: 60px;
    font-family: 'Dangrek', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 15px #000000;
    -webkit-text-stroke: 1px transparent;
    transition: 200ms ease-in-out;
}
.h1container:hover .greyratHome {
    -webkit-text-stroke: 1px #000000;
    text-shadow: 3px 3px 5px #1d120cc7;
}

.morebutton {
    z-index: 90;
    cursor: pointer;
    position: absolute;
    top: 350px; left: 50%;
    transform: translateX(-50%);
    width: 150px; height: 45px;
    text-decoration: none;
    color: white;
    font-size: 17px;
    border: 2px solid white;
    border-radius: 50px;
    margin-top: 80px;
    font-family: 'Kanit', sans-serif;
    font-family: 'Tilt Neon', sans-serif;
    background-color:#000000b6;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.616);
    transition: 200ms ease-in-out;
}
.morebutton:hover {
    background-color: #DD8951;
}


.warning {
    z-index: 13;
    position: absolute;
    display: inline-block;
    bottom: 45px;
    left: 25px;
}
.warningbtn {
    position: absolute;
    background-color: transparent;
    padding: 5px 30px 5px 42px;
    border-radius: 50px;
    color: white;  
    font-family: 'Kanit', sans-serif;
    font-family: 'Tilt Neon', sans-serif;
    box-shadow: 0px 1px 10px black;
    background-color: rgba(0, 0, 0, 0.596);
    font-size: 15px;
    border: none;
    cursor: pointer; 
    opacity: 60%;
    transition: 0.5 ease;
}
.warningbtn i {
    position: absolute;
    top: 9px;
    left: 23px;
    background-color: transparent;
    font-size: 13px;
    color: white;
    transition: 0.5 ease;
}
.warningbtn:hover {
    color: #ff9c5b;
    opacity: 100%;
}
.warning-content {
    opacity: 0;
    display: flex;
    position: absolute;
    background-color: #000000a4;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px black; 
    border-radius: 20px;
    border: 1px white solid;
    top: -85px;
    width: 300px; height: 80px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    transition: 150ms ease-in-out;
}
.warning-content p {
    position: relative;
    color: aliceblue;
    font-family: 'Tilt Neon', sans-serif;
    width: 85%;
    font-size: 15px;
    text-align: justify;
    text-decoration: none;
}
.warning:hover .warning-content {
    opacity: 1;
}

.video1 {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.box1 {
    z-index: 12;
    position: absolute;
    left: 328px;
    top: 180px;
    height: 300px;
    width: 700px;
}
.box1:hover {
    mix-blend-mode: normal;
}





#pinfo {
    z-index: 7;
    position: absolute;
    top: 765px;
    background-color: #3A372E;
    width: 100%;
    height: 695px;
    text-align: center;
    align-items: center;
    align-content: center;
}.bgpic1 {
    z-index: 8;
    position: absolute;
    top: -84px;
    left: 0px;
    width: 100%;
    opacity: 30%;
}
.box2 {
    z-index: 13;
    position: absolute;
    top: 179px;
    right: 0px;
    width: 100%;
    height: 390px;
    background-color: white; opacity: 45%;
    box-shadow: 20px 20px 100px #000000;
}
.box3 {
    z-index: 13;
    position: absolute;
    top: 241px;
    right: 0px;
    width: 82%;
    height: 270px;
    background-color: rgba(0, 0, 0, 0.644);
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
}
.pic1 {
    z-index: 14;
    display: flex;
    float: right;
    position: absolute;
    top: 230px;
    right: 337px;
    width: 186.5px;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    border: 5px solid transparent;
    transition: 0.5s ease;
}
.pic1:hover {
    width: 206.5px;
    float: right;
    top: 201px;
    right: 347px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.377);
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
    border: 5px solid white;
}
.pic2 {
    z-index: 14;
    float: right;
    display: flex;
    position: absolute;
    top: 230px;
    right: 41px;
    width: 290px;
    border-top-right-radius: 7%;
    border-bottom-right-radius: 7%;
    border: 5px solid transparent;
    transition: 0.5s ease;
}
.pic2:hover {
    z-index: 52;
    float: right;
    top: 210px;
    right: 23px;
    width: 310px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.377);
    border-top-left-radius: 7%;
    border-bottom-left-radius: 7%;
    border: 5px solid white;
}
.hr1 {
    z-index: 13;
    position: absolute;
    top: 248px;
    right: 547px;
    width: 3px;
    height: 240px;
    border-radius: 50px;
    border-color: white;
    color: white;
    background-color: white;
}
.box4 {
    z-index: 13;
    position: absolute;
    top: 255px;
    right: 590px;
    float: right;
    width: 550px;
    height: 38px;
    border-radius: 20px;
    background-color: #ff9c5b;
    background-image: linear-gradient(to right, #ff9c5b, #b46b3a, rgba(12, 12, 12, 0.808));
    box-shadow: 2px 2px 15px #000000
}
.PI {
    position: relative;
    top: -27px;
    left: 0px;
    font-size: 28px;
    font-family: 'Kanit', sans-serif;
    font-family: 'Tilt Neon', sans-serif;
    letter-spacing: 2px;
}
.primes {
    position: relative;
    top: 0px;
    left: 60px;
}
.prime {
    z-index: 13;
    position: absolute;
    top: 295px;
    left: 330px;
    list-style: none;
    font-size: 17px;
}
.prime li {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 38px;
    color: #ff9c5b;
    text-shadow: 2px 1px 2px black;
}
.age {
    position: relative;
    left: -7px;
}
.gen {
    position: relative;
    left: 10px;
}
.prime2 {
    z-index: 13;
    position: absolute;
    top: 295px;
    left: 610px;
    list-style: none;
    font-size: 17px;
}
.birth {
    position: relative;
    left: 4px;
}
.death {
    position: relative;
    left: 6px;
}
.prime2 li {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 38px;
    color: #ff9c5b;
    text-shadow: 2px 1px 2px black;
}
.primer{
    z-index: 13;
    position: absolute;
    top: 320px;
    left: 380px;
    letter-spacing: 1px;
    text-align: left;
}
.primer li {
    font-family: 'Tilt Neon', sans-serif;
    font-size: 17px;
    list-style: none;
    margin-bottom: 41px;
}
.primer2 {
    z-index: 13;
    position: absolute;
    top: 320px;
    left: 660px;
    letter-spacing: 1px;
}
.primer2 li {
    font-family: 'Tilt Neon', sans-serif;
    font-size: 17px;
    list-style: none;
    margin-bottom: 41px;
}
.pic3 {
    z-index: 13;
    position: relative;
    top: 65px;
    left: -120px;
    display: flex;
    float: left;
    height: 630px;
}

/*-----------------------------------------*/

#info1 {
    z-index: 7;
    position: absolute;
    top: 1460px;
    background-color: #3A372E;
    width: 100%;
    height: 695px;
    text-align: center;
    align-items: center;
    align-content: center;
}
.set1{
    position: absolute;
    top: 90px;
    left: -10px;
    width: 600px;
    height: 540px;
    background-color: #00000057;
    border: 1px solid white;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: -30px 20px 30px rgba(0, 0, 0, 0.699);
}
.rudeus{
    position: absolute;
    top: -40px;
    left: 50px;
    font-family: 'Zen Dots', sans-serif;
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    color: transparent;
    transition: 0.5s;
}
.rudeus:hover{
    -webkit-text-stroke: 2px black;
    color: #DD8951;
}
.greyrat{
    position: absolute;
    float: left;
    top: 25px;
    left: 50px;
    font-family: 'Zen Dots', sans-serif;
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    color: transparent;
    transition: 0.5s;
    text-align: center;
    align-items: center;
}
.greyrat:hover{
    -webkit-text-stroke: 2px black;
    color: #DD8951;
}
.hr2{
    position: absolute;
    top: 190px;
    left: 53px;
    height: 2px;
    width: 500px;
    background-color: white;
    border-radius: 5px;
}
.hr3{
    position: absolute;
    top: 205px;
    left: 53px;
    height: 2px;
    width: 500px;
    background-color: white;
    border-radius: 5px;
}
.infoA{
    position: absolute;
    top: 220px;
    left: 63px;
    font-family: 'Tilt Neon', sans-serif;
    width: 480px;
    font-size: 23px;
    text-align: justify;
    text-justify: inter-word;
}
.set2 {
    position: absolute;
    top: 50px;
    right: 60px;
}
.box5 {
    z-index: 80;
    position: absolute;
    top: 100px;
    right: 480px;
    width: 230px;
    height: 450px;
    background-color: #e29843;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #1d120c;
}
.G1 {
    z-index: 81;
    position: absolute;
    top: 40px;
    right: 455px;
    width: auto;
    height: 550px;
}
.box6 {
    z-index: 78;
    position: absolute;
    top: 115px;
    right: 370px;
    width: 230px;
    height: 420px;
    background-color: #e7a151;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #1d120c;
    transition: 0.5s;
}
.box6:hover {
    position: absolute;
    right: 250px;
}
.G2 {
    z-index: 79;
    position: absolute;
    top: -30px;
    right: -20px;
    width: auto;
    height: 470px;
    transition: 0.5s;
}
.G2:hover {
    position: absolute;
    right: -20px;
}
.box7 {
    z-index: 76;
    position: absolute;
    top: 130px;
    right: 270px;
    width: 230px;
    height: 390px;
    background-color: #e7aa64;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #1d120c;
    transition: 0.5s;
}
.box7:hover {
    right: 140px;
}
.G3 {
    z-index: 77;
    position: absolute;
    top: -70px;
    right: 0px;
    width: auto;
    height: 490px;
}
.box8 {
    z-index: 74;
    position: absolute;
    top: 145px;
    right: 170px;
    width: 230px;
    height: 360px;
    background-color: #f3c085;
    border-radius: 20px;
    box-shadow: 10px 10px 20px #1d120c;
    transition: 0.5s;
}
.box8:hover {
    right: 40px;
}
.G4 {
    z-index: 75;
    position: absolute;
    top: -65px;
    right: 0px;
    width: auto;
    height: 450px;
}
.box9 {
    z-index: 72;
    position: absolute;
    top: 160px;
    right: 70px;
    width: 230px;
    height: 330px;
    background-color: rgb(250, 205, 154);
    border-radius: 20px;
    box-shadow: 10px 10px 20px #1d120c;
    transition: 0.5s;
}
.box9:hover {
    right: -20px;
}
.G5 {
    z-index: 73;
    position: absolute;
    top: -35px;
    right: 20px;
    width: auto;
    height: 400px;
}

/*-----------------------------------------*/

#info2 {
    z-index: 7;
    position: absolute;
    top: 2155px;
    background-color: #3A372E;
    width: 100%;
    height: 695px;
    text-align: center;
    align-items: center;
    align-content: center;
}
.infoa {
    position: absolute;
    top: 85px;
    right: 0px;
    width: 730px;
    height: 560px;
    background-color: #00000057;
    border: 1px solid white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 20px 15px 25px rgba(0, 0, 0, 0.699);
}
.appearance{
    position: absolute;
    top: -40px;
    right: 42px;
    font-family: 'Zen Dots', sans-serif;
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    transition: 0.5s ease;
}
.appearance:hover {
    color: #b46b3a;
    -webkit-text-stroke: 2px black;
}
.hr4{
    position: absolute;
    top: 120px;
    right: 38px;
    height: 2px;
    width: 650px;
    background-color: white;
    border-radius: 5px;
}
.hr5{
    position: absolute;
    top: 135px;
    right: 38px;
    height: 2px;
    width: 650px;
    background-color: white;
    border-radius: 5px;
}
.text1{
    position: absolute;
    float: right;
    top: 165px;
    right: 70px;
    font-family: 'Tilt Neon', sans-serif;
    width: 590px;
    font-size: 21px;
    text-align: justify;
    text-justify: inter-word;
}
.text2{
    position: absolute;
    float: right;
    top: 360px;
    right: 70px;
    font-family: 'Tilt Neon', sans-serif;
    width: 590px;
    font-size: 21px;
    text-align: justify;
    text-justify: inter-word;
}
.imagescontainer {
    z-index: 15;
    position: absolute;
    top: 2166px;
    left: 12px;
    height: 679px;
    width: 600px;
    background-color: transparent;
    scroll-behavior: smooth;
}
.slider {
    position: absolute;
    top: 110px;
    left: 100px;
    width: 550px;
    height: 500px;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
    box-shadow: -10px 15px 25px rgba(0, 0, 0, 0.493);
}
.slider img {
    position: absolute;
    height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 134px;
    padding-right: 134px;
    background-color: rgba(0, 0, 0, 0.493);
}
.spic2 {
    position: relative;
    left: 550px;
}
.spic3 {
    position: relative;
    left: 1100px;
}
.spic4 {
    position: relative;
    left: 1650px;
}
.slider-nav {
    position: absolute;
    bottom: 80px;
    left: 63%;
    column-gap: 3px;
    transform: translateX(-50%);
    z-index: 50;
    width: 80px;
    height: 10px;
    background-color: transparent;
    text-align: center;
}
.slider-nav a {
    position: relative;
    font-size: 8px;
    letter-spacing: 2px;
    background-color: transparent;
    text-decoration: none;
    color: white;
    opacity: 50%;
}
.slider-nav a:hover {
    opacity: 100%;
}


/*-----------------------------------------*/

#info3 {
    z-index: 7;
    position: absolute;
    top: 2850px;
    background-color: #3A372E;
    width: 100%;
    height: 695px;
    text-align: center;
    align-items: center;
    align-content: center;
}
.infop {
    position: absolute;
    top: 90px;
    left: -10px;
    width: 650px;
    height: 540px;
    background-color: #00000057;
    border: 1px solid white;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: -30px 20px 30px rgba(0, 0, 0, 0.699);
}
.personality{
    position: absolute;
    top: -20px;
    left: 80px;
    font-family: 'Zen Dots', sans-serif;
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    color: transparent;
    transition: 0.5s;
}
.personality:hover{
    -webkit-text-stroke: 2px black;
    color: #DD8951;
}
.hr6{
    position: absolute;
    top: 100px;
    left: 53px;
    height: 2px;
    width: 540px;
    background-color: white;
    border-radius: 5px;
}
.hr7 {
    position: absolute;
    top: 115px;
    left: 53px;
    height: 2px;
    width: 540px;
    background-color: white;
    border-radius: 5px;
}
.infoP {
    position: absolute;
    top: 150px;
    left: 63px;
    font-family: 'Tilt Neon', sans-serif;
    width: 520px;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
}
.infoP2 {
    position: absolute;
    top: 340px;
    left: 63px;
    font-family: 'Tilt Neon', sans-serif;
    width: 520px;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
}
.infob {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 820px;
    height: 540px;
    background-color: #00000057;
    border: 1px solid white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 20px 15px 25px rgba(0, 0, 0, 0.699);
}
.background{
    position: absolute;
    top: -20px;
    right: 180px;
    font-family: 'Zen Dots', sans-serif;
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    transition: 0.5s ease;
}
.background:hover {
    color: #b46b3a;
    -webkit-text-stroke: 2px black;
}
.hr8{
    position: absolute;
    top: 100px;
    right: 70px;
    height: 2px;
    width: 680px;
    background-color: white;
    border-radius: 5px;
}
.hr9{
    position: absolute;
    top: 115px;
    right: 70px;
    height: 2px;
    width: 680px;
    background-color: white;
    border-radius: 5px;
}
.textbox1 {
    position: absolute;
    top: 145px;
    left: 55px;
    width: 670px;
    height: 300px;
    background-color: transparent;
    overflow: auto;
    font-family: 'Tilt Neon', sans-serif;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
    padding: 20px;

}



#footer {
    position: absolute;
    top: 3546px;
    height: 345px;
    width: 100%;
    background-color: rgb(19, 19, 19);
    align-items: center;
    text-align: center;
    background: url(Images/footerpic.jpg);
}
.crcontainer {
    z-index: 5;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 31px;
    background-color: rgb(31, 29, 29);
    text-align: center;
}
.copyright {
    z-index: 5;
    position: relative;
    top: -4px;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Onest', sans-serif;
}
.Flinks li {
    z-index: 5;
    position: relative;
    top: 190px;
    left: 25px;
    text-decoration: none;
    text-align: justify;
    display: inline-block;
    padding-right: 90px;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}
.Flinks li a {
    text-decoration: none;
    color: white;
}
.Flinks li a:hover {
    text-decoration: underline;
}
.applinks {
    z-index: 5;
    position: relative;
    top: 100px;
    display: inline-block;
}
.applinks i {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: 0.5s ease;
}
.applinks i:hover {
    color: #ff9c5b;
}
.hrF {
    z-index: 5;
    position: relative;
    top: 185px;
    color: white;
    width: 500px;
}
.aboutus {
    z-index: 5;
    position: absolute;
    top: 70px;
    width: 240px;
    left: 50px;
}
.titleF1 {
    z-index: 5;
    color: white;
    font-family: 'Unbounded', sans-serif;
    font-size: 25px;
}
.textF1 {
    z-index: 5;
    color: white;
    font-family: 'Onest', sans-serif;
    font-size: 13px;
    justify-content: space-between;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-word;
}
.contact {
    z-index: 5;
    position: absolute;
    top: 70px;
    width: 240px;
    right: 50px;
}
.titleF2 {
    z-index: 5;
    color: white;
    font-family: 'Unbounded', sans-serif;
    font-size: 25px;
}
.textF2 {
    z-index: 5;
    color: white;
    font-family: 'Onest', sans-serif;
    font-size: 15px;
    justify-content: space-between;
    letter-spacing: 1px;
}
.fbox {
    z-index: 4;
    position: relative;
    background-color: rgba(0, 0, 0, 0.596);
    top: -102px;
    height: 345px;
    width: 100%;
}