:root {
    --nav-link-color-activate: rgb(48, 66, 84);
    ;
    /* You can change this color */
    --main-color: rgb(243, 238, 234);
    --green-color: rgb(89, 124, 142);
    --white-color: white;
    --pink-color: #FFCBE0;
    --blue-dark: #2F4156;
}

/* Basic CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.language-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.language-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.language-toggle .slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 30px;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.language-toggle .slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.language-toggle input:checked + .slider::before {
  transform: translateX(30px);
}

.flag {
  z-index: 1;
}




.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.comic-neue-light {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
}
.page {
    display: none;
}
.active {
    display: block;
    font-weight: bold;
}

#page1_bgr {
    height: 760px;
    width: 100%;
    position: relative;
}

nav {
    height: 48px;
    background-color: var(--main-color);
    /* font-size: 1.5em;
    font-weight: 400; */
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav ul li {
    /* font-weight: bold; */
    font-size: 1em;
    color: var(--nav-link-color);
    text-decoration: none;
}

nav>ul>li {
    margin-left: 40px;
    /* margin-right: 10px; */
    margin-top: 12px;
}

.nav-active {
    font-weight: 400;
}

.info {
    height: 556px;
    background-color: var(--green-color);
    position: relative;
}

#info2 {
    height: 156px;
    width: 100%;
    background-color: var(--blue-dark);
    position: relative;
}
#avt_art {
    position: absolute;
    bottom: 0;
    left: 160px;
    width: 355px;
    height: 600px;
    z-index: 15;
}

#avt_art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0.5; */
}
#float_info {
    width: 200px;
    height: 115px;
    position:absolute;
    z-index: 10;
    top: 366px;
    left: 710px;
    background-color: var(--green-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
}
#float_info > span {
    color: var(--white-color);
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 5px;
}
.username {
    position: absolute;
    top: 50px;
    left: 110px;
    color: var(--white-color);
    font-size: 2.5em;
    font-weight: bold;
}

.username > span {
    font-weight: bold;
}
.heart {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45px;
    left: 50px;
}

.text {
    position: absolute;
    /* width: 100%; */
    height: 100px;
    color: var(--main-color); margin: 0; text-align: left;
    font-size: clamp(2rem, 12vw, 15rem); font-weight: 400;
    /* font-style: italic; */
}
.text1 {
    left: 400px;
    top: 140px;
}
.text2 {
    left: 430px;
    top: 280px;
    color: transparent;
    -webkit-text-stroke: 2px var(--pink-color);
}
.text3 {
    left: 460px;
    top: 420px;
    color: transparent;
    -webkit-text-stroke: 2px var(--pink-color);
}
.text4 {
    left: 490px;
    top: 560px;
    color: transparent;
    -webkit-text-stroke: 2px var(--pink-color);
}
.text5 {
    left: 520px;
    top: 700px;
    color: transparent;
    -webkit-text-stroke: 2px var(--pink-color);
}

