@media screen and (min-width: 1px) and (max-width: 600px) {
	.main {
		zoom: 45%;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    .main {
        zoom: 60%;
    }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
    .main {
        zoom: 70%;
    }
}

@media screen and (min-width: 800px) and (max-width: 900px) {
    .main {
        zoom: 80%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1029px) {
    .main {
        zoom: 90%;
    }
}

@media screen and (min-width: 1029px) and (max-width: 1285px) {
    .main {
        zoom: normal;
    }
}

@media screen and (min-width: 1285px) and (max-width: 1680px) {
    .main {
        zoom: 115%;
    }
}

@media screen and (min-width: 1680px) and (max-width: 7685px) {
    .main {
        zoom: 125%;
    }
}

.darkmode {
    background-color: black;
    opacity: 0.7;
}

button {
    right: 10px;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid black;
    transition: 1s;
    background-color: whitesmoke;
    z-index: 3;
}

button:hover {
    opacity: 0.5 !important;
    cursor: pointer;
}

.inverted {
    filter: invert(1);
}

.themetoggle {
    bottom: 10px;
}

.favoritebutton {
    bottom: 60px;
    padding-top: 4px;
}

.buttonsbg {
    z-index: 2;
    position: fixed;
    right: 0px;
    bottom: 0px;
    backdrop-filter: blur(10px);
    height: 160px;
    width: 60px;
    border-top-left-radius: 20px;
}

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background-color: rgb(78, 48, 103);
}

body::-webkit-scrollbar-thumb {
    background-color: wheat;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(245, 222, 179, 0.8);
    cursor: pointer;
}

body::-webkit-scrollbar-corner {
    background-color: rgb(78, 48, 103);
}

body {
    font-family: 'Comfortaa', cursive;
    transition: 1s;
}

.main {
    margin: auto;
    border: 3px solid whitesmoke;
    border-radius: 10px;
    width: 852px !important;
    backdrop-filter: blur(4px);
    position: relative;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    transition: 0.5s;
}

.sidebar {
    width: 138px !important;
    position: absolute;
    top: 3px;
    right: 3px;
}

.logo {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: black;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.back {
    position: absolute;
    top: 78px;
    right: 5px;
    padding-top: 5px;
    padding: 2px;
    border-radius: 3px;
    color: wheat;
    font-size: 13px;
    text-decoration: none;
}

.back:hover {
    opacity: 0.6;
}

.section_title {
    font-size: 22px;
    margin-left: 18px;
    color: wheat;
}

.specificalities {
    text-indent: 8px;
    color: whitesmoke;
    text-align: justify;
    margin-left: 20px;
    margin-right: 15px;
    width: 680px;
}

.flex {
    display: flex;
    width: 680px;
}

.flex img {
    margin-left: auto;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: -5px;
}

.flex ul {
    color: whitesmoke;
    font-size: 16px;
    line-height: 1.5;
}

.flex li span {
    font-weight: bold;
}

.flex li p {
    color: whitesmoke;
    font-size: 14px;
    margin-left: 5px;
    line-height: 0.3;
}

.specifica {
    text-indent: 8px;
    color: whitesmoke;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

.small_section_title {
    font-size: 16px;
    margin-left: 25px;
    margin-top: -5px;
    margin-bottom: -10px;
    padding: 5px;
    color: wheat;
    font-weight: 800;
}

.horyline {
    background-color: wheat;
    min-width: 780px;
    margin-left: 20px;
    margin-right: 20px;
    height: 3px;
    border-radius: 3px;
    margin-top: 10px;
}

.fireflies_box {
    position: fixed;
    bottom: -20px;
    left: 25px;
    height: 250px;
    width: 125px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .fireflies_box {
        bottom: 0px !important;
        left: 0px !important;
        width: 1px !important;
        height: 1px !important;
    }
}

.first_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 15px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 6s;
	animation-iteration-count: infinite;
    zoom: 90%;
}

.second_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 75px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 6.25s;
	animation-iteration-count: infinite;
    zoom: 75%;
    transform: scaleX(-1);
}

.third_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 15px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 6.4s;
	animation-iteration-count: infinite;
    zoom: 50%;
    transform: scaleX(-1);
}

.fourth_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 25px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 6.6s;
	animation-iteration-count: infinite;
    zoom: 80%;
}

.fifth_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 65px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 7s;
	animation-iteration-count: infinite;
    zoom: 75%;
    transform: scaleX(-1);
}

.sixth_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 25px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 7.4s;
	animation-iteration-count: infinite;
    zoom: 60%;
    transform: scaleX(-1);
}

.seventh_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 40px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 7.5s;
	animation-iteration-count: infinite;
    zoom: 80%;
}

.eighth_f {
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    bottom: -30px;
    margin-left: 85px;
    background-color: wheat;
    animation-name: moving;
	animation-duration: 6s;
	animation-direction: normal;
    animation-delay: 7.8s;
	animation-iteration-count: infinite;
    zoom: 70%;
}

@keyframes moving {
    1% {
        bottom: -30px;
        left: 40px;
    }

    6% {
        bottom: 20px;
        left: 40px;
    }

    7% {
        bottom: 25px;
        left: 38.5px;
    }

    8% {
        bottom: 28.5px;
        left: 35px;
    }

    9% {
        bottom: 30px;
        left: 30px;
    }

    10% {
        bottom: 31.5px;
        left: 25px;
    }

    11% {
        bottom: 35px;
        left: 21.5px;
    }

    12% {
        bottom: 40px;
        left: 20px;
    }

    13% {
        bottom: 45px;
        left: 18.5px;
    }

    14% {
        bottom: 48.5px;
        left: 15px;
    }

    15% {
        bottom: 50px;
        left: 10px;
    }

    18% {
        bottom: 70px;
        left: 10px;
        box-shadow: rgba(245, 222, 179, 0.3) 1px 0 10px;
        opacity: 0.4;
    }

    19% {
        bottom: 75px;
        left: 11.5px;
    }

    20% {
        bottom: 78.5px;
        left: 15px;
    }

    21% {
        bottom: 80px;
        left: 20px;
    }

    24% {
        bottom: 100px;
        left: 20px;
    }

    25% {
        bottom: 105px;
        left: 21.5px;
    }

    26% {
        bottom: 108.5px;
        left: 25px;
    }

    27% {
        bottom: 110px;
        left: 30px;
    }

    28% {
        bottom: 111.5px;
        left: 35px;
    }

    29% {
        bottom: 115px;
        left: 38.5px;
    }

    30% {
        bottom: 120px;
        left: 40px;
    }

    33% {
        bottom: 140px;
        left: 40px;
        box-shadow: rgb(245, 222, 179, 1) 2px 0 10px;
        opacity: 1;
    }

    36% {
        bottom: 145px;
        left: 38.5px;
    }

    37% {
        bottom: 148.5px;
        left: 35px;
    }

    38% {
        bottom: 150px;
        left: 30px;
    }

    39% {
        bottom: 151.5px;
        left: 25px;
    }

    40% {
        bottom: 155px;
        left: 21.5px;
    }

    41% {
        bottom: 160px;
        left: 20px;
    }

    42% {
        bottom: 170px;
        left: 20px;
    }

    43% {
        bottom: 175px;
        left: 21.5px;
    }

    44% {
        bottom: 178.5px;
        left: 25px;
    }

    45% {
        bottom: 180px;
        left: 30px;
    }

    46% {
        bottom: 181.5px;
        left: 35px;
    }

    47% {
        bottom: 185px;
        left: 38.5px;
    }

    48% {
        bottom: 190px;
        left: 40px;
    }

    50% {
        bottom: 210px;
        left: 40px;
        box-shadow: rgba(245, 222, 179, 0) 1px 0 10px;
        opacity: 0;
    }

    50.1% {
        bottom: 210px;
        left: 40px;
        box-shadow: none;
        opacity: 0; 
    }

    100% {
        bottom: 210px;
        left: 40px;
        box-shadow: none;
        opacity: 0;
    }
}

.quote {
    margin-left: 20px;
    margin-right: 20px;
    background-color: rgba(245, 245, 245, 0.7);
    border-left: 5px solid wheat;
    border-radius: 5px;
    height: max-content;
}

.quote p {
    padding-bottom: 15px;
    padding-right: 18px;
    padding-left: 12px;
}

.marg {
    padding-top: 15px;
    font-weight: 500;
}

.margn {
    padding-top: 5px;
    font-weight: bold;
}

.ulw {
    color: whitesmoke;
    text-align: justify;
    margin-left: 10px;
    margin-right: 35px;
    margin-top: -5px;
    margin-bottom: 0px;
}

.ulw li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.to {
    color: wheat;
    text-decoration: underline;
}

.to:hover {
    opacity: 0.6;
}

#TTFB {
    margin: auto;
    padding-left: 100px;
    height: 100px;
}

#TTFBf {
    display: flex;
}

#TTFBf ul {
    width: max-content;
}

.craft {
    margin-left: 20px;
    height: 164px;
    outline: 2px whitesmoke solid;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 2px;
}

#themetoggle {
    z-index: 99;
}