/* import font here */

@font-face {
    font-family: 'FantaisieArtistique';
    src: url('../fonts/FantaisieArtistique.woff2') format('woff2'),
        url('../fonts/FantaisieArtistique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Devant';
    src: url('../fonts/Devant-Medium.woff2') format('woff2'),
        url('../fonts/Devant-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* import font here */



/* basic css*/

:root {
    --primary-color: #5353BD;
    --gray1: #AEAEB2;
    --gray2: #4F4F4F;
    --gradiant1: linear-gradient(134deg, #FF6B00 16.61%, #FF1F00 77.09%);
    --white: #fff;
    --black: #000;
    --brawler-font: "Brawler", serif;
    --hedvig-font: "Hedvig Letters Serif", serif;
    --young-font: "Young Serif", serif;
    --fantasie-font: 'FantaisieArtistique';
    --devant-font: 'Devant';
    --transition: .4s;
}

body {
    color: var(--white);
    font-family: var(--brawler-font);
    background-color: #0E0C0C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

input,
textarea {
    outline: none;
}

input,
button,
textarea {
    font-family: var(--brawler-font);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
}

.container2 {
    max-width: 1400px;
}

.container3 {
    max-width: 1260px;
}

.container,
.container2,
.container3 {
    margin-inline: auto;
    padding-inline: 20px;
}

/* basic css */



/* extra css start here */

main {
    background: url("../img/wrapper-bg.png") center no-repeat;
    background-size: 100% 100%;
}

/* extra css end here */



/* header area start here */

header {
    padding-block: 55px 20px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
}

.header__navigation ul {
    display: flex;
    gap: 50px;
}

.header__navigation ul li a {
    color: var(--gray1);
    font-family: var(--hedvig-font);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.header__navigation ul li a.active {
    color: var(--white);
}

.header__navigation ul li a:hover {
    color: var(--white);
}


/* Default fixed header */
header {
    transition: all 0.3s ease;
}

.header__logo img {
    transition: .3s;
    width: 140px;
}

/* Logo size after scroll */
header.scrolled .header__logo img {
    width: 90px;
}


header.scrolled {
    padding: 15px 0;
    backdrop-filter: blur(10px);
    background: #ffffff29;
}

.scrolled .header__navigation ul li a.active {
    color: #000;
}

.scrolled .header__navigation ul li a.active {
    color: #000;
}

.scrolled .header__navigation ul li a {
    color: #000000a8;
}

.image__framed__button {
    display: inline-flex;
    color: var(--white);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: var(--young-font);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    background: url("../img/button-frame.png") center center/cover no-repeat;
    padding: 17px 30px;
    background-size: 100% 100%;
}

.image__framed__button:hover {
    transform: scale(1.1);
}

.shop__btn {
    padding: 17px 60px;
    border-radius: 15px;
    border: 3px solid var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: var(--fantasie-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 30px;
}

.shop__btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

/* header area end here */



/* hero area start here */

.hero__area {
    background: url("../img/hero-bg.png") center center/cover no-repeat;
    position: relative;
    height: calc(100vh - 47px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__area::after {
    position: absolute;
    content: '';
    background: linear-gradient(178deg, #000 4.35%, rgba(0, 0, 0, 0.72) 46.21%, rgba(0, 0, 0, 0.67) 67.11%, #151515 98.1%);
    inset: 0;
}

.hero__area::before {
    position: absolute;
    content: '';
    background-color: #121314;
    filter: blur(5px);
    width: 102%;
    height: 60px;
    bottom: -30px;
}

.hero__content {
    position: relative;
    z-index: 2;
}

.hero__text h1 {
    color: var(--white);
    font-family: var(--fantasie-font);
    font-size: 96px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 13px;
}

.hero__text p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.hero__outro {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin-inline: auto;
    z-index: 2;
    padding-inline: 20px;
}

.hero__outro a.hero__email,
.hero__outro .hero__version {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.hero__text h1 sup {
    color: #FFF;
    font-family: var(--brawler-font);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    top: -60px;
    right: 20px;
}

.mobile__arrow {
    margin-bottom: 6px;
}

.short__description {
    display: none;
}

/* hero area end here */



/* feature area start here */

.feature__area {
    padding-block: 100px 160px;
}

.feature__title {
    max-width: 870px;
    margin-inline: auto;
    margin-bottom: 80px;
}

.feature__card {
    width: 32%;
}

.feature__title h1 {
    color: var(--primary-color);
    text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.38);
    font-family: var(--devant-font);
    font-size: 128px;
    font-weight: 500;
    line-height: normal;
    margin-top: 14px;
}

.feature__title p {
    color: #627D62;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.single__feature {
    border-radius: 15px;
    padding: 60px 18px 70px;
    height: 100%;
    transition: var(--transition);
}

.single__feature:hover {
    transform: scale(1.04);
    box-shadow: 0 4px 10px #40404087;
}

.feature__inside {
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

.single__feature::after {
    position: absolute;
    content: '';
    background: rgba(20, 20, 20, 0.68);
    inset: 0;
    border-radius: 15px;
}

.feature__text h1 {
    color: var(--primary-color);
    text-shadow: 0px 0px 15px #5353BD, 0px 0px 15px #5353BD;
    font-family: var(--fantasie-font);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 27px;
}

.feature__text p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.feature__blox__blur {
    position: absolute;
    width: 127px;
    right: 0;
    top: 77px;
}

.feature__blox {
    width: 155px;
    position: absolute;
    left: 0;
    top: 260px;
}

/* feature area end here */



/* map area start here */

.map__area {
    padding-block: 140px 110px;
    position: relative;
    background-image: url("../img/rusty-crabs.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.rusty__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.map__content {
    position: relative;
    z-index: 2;
}

.map__title h1 {
    color: #D6A95B;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #79694C;
    font-family: var(--fantasie-font);
    font-size: 95px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 80px;
}

.button__frame {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.visit__map__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-family: var(--fantasie-font);
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 15px;
    padding-block: 26px;
    padding-inline: 26px 44px;
    background: url("../img/map-btn-frame.png") center center/cover no-repeat;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45);
}

.visit__map__btn span,
.visit__map__btn svg {
    position: relative;
    z-index: 2;
}

.visit__map__btn:hover::after {
    background-color: transparent;
}

.visit__map__btn::after {
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    border-radius: 15px;
    inset: 4px;
    transition: var(--transition);
}

/* map area end here */



/* about area start here */

.about__area {
    padding-block: 210px 120px;
}

.about__area::after {
    border-radius: 500px;
    background: linear-gradient(106deg, rgba(83, 83, 189, 0.25) 49.8%, rgba(83, 83, 189, 0.25) 92.85%);
    filter: blur(125px);
    content: '';
    width: 388px;
    height: 388px;
    position: absolute;
    top: 30px;
    left: -110px;
}

.about__area::before {
    position: absolute;
    content: '';
    border-radius: 500px;
    background: linear-gradient(106deg, rgba(83, 83, 189, 0.25) 55.25%, rgba(83, 83, 189, 0.25) 92.85%);
    filter: blur(125px);
    width: 464px;
    height: 464px;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.about__content {
    position: relative;
    z-index: 9;
}

.about__image img {
    width: 100%;
    border-radius: 25px;
}

.about__wrapper {
    width: 44%;
}

.about__text {
    width: 47.256%;
}

.about__wiki {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
}

.about__text__title h1 {
    color: var(--primary-color);
    text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.38);
    font-family: var(--devant-font);
    font-size: 96px;
    font-weight: 500;
    line-height: 65px;
    padding-top: 40px;
    margin-bottom: 50px;
}

.about__title__svg {
    position: absolute;
    top: -24px;
}

.custom__line {
    position: relative;
}

.custom__line::after,
.custom__line::before {
    position: absolute;
    content: '';
    background-color: var(--white);
    width: 44%;
    height: 1px;
}

.custom__line::after {
    right: 0;
    top: 50%;
}

.custom__line::before {
    left: 0;
    top: 50%
}

.about__wrapper:hover img {
    transform: scale(1.1);
}

.about__image {
    border-radius: 25px;
}

.about__text__main h3 {
    color: #5353BD;
    font-family: var(--fantasie-font);
    font-weight: 500;
    line-height: 20px;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 27px;
}

.about__text__main p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.about__text__main article {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__text__main {
    margin-bottom: 30px;
}

.about__text__main:nth-child(4) {
    margin-bottom: 30px;
}

/* about area end here */



/* optifine area start here */

.optifine__area {
    background: url("../img/optifine-bg.png") center no-repeat;
    padding-block: 40px;
    background-size: 100% 100%;
}

.optifine__content h1 {
    color: var(--white);
    font-family: var(--fantasie-font);
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(134deg, #FF6B00 16.61%, #FF1F00 77.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 37%;
}

.optifine__content p {
    color: rgba(130, 130, 130, 0.65);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.optifine__content p a {
    text-decoration: underline;
    color: rgba(130, 130, 130, 0.65);
}

.optifine__tutorial__button a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    border-radius: 100px;
    background: linear-gradient(134deg, #FF6B00 16.61%, #FF1F00 77.09%);
    box-shadow: 0px 0px 15px 0px rgba(255, 54, 0, 0.66);
    padding: 20px 12px;
    background-size: 100%;
    background-position: left;
    justify-content: center;
}

.optifine__tutorial__button a svg {
    flex-shrink: 0;
}

.optifine__content article {
    width: 36%;
}

.optifine__tutorial__button {
    width: 18%;
}

.optifine__area::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #7E3500 0%, #FF6B00 50%, #FF6B00 100%);
    width: 100%;
    height: 4px;
    top: 0;
}

.optifine__area::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #A44704 3.72%, #FF6B00 51.06%, #A44602 95.6%);
    width: 100%;
    height: 4px;
    bottom: 0;
}

.optifine__tutorial__button a:hover {
    background-size: 200%;
}

/* optifine area end here */



/* social area start here */

.social__area {
    padding-block: 52px 102px;
}

.social__area .container {
    padding-inline: 20px;
}

.social__title h3 {
    color: var(--primary-color);
    font-family: var(--fantasie-font);
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.social__title p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.social__title {
    margin-bottom: 49px;
}

.single__social {
    border-radius: 25px;
    border: 2px solid #5353BD;
    background: #9F936E;
    padding: 35px 40px;
}

.social__card__container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social__icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.social__icon span {
    color: var(--primary-color);
    font-family: var(--fantasie-font);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.social__text p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-width: 266px;
}

/* social area end here */



/* footer area start here */

footer {
    padding-top: 30px;
}

.footer__summery {
    width: 29%;
}

.footer__navigaiton {
    width: 24%;
    flex-wrap: wrap;
}

.footer__single__nav ul li a {
    color: var(--gray2);
    font-family: var(--fantasie-font);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    transition: var(--transition);
}

.footer__single__nav ul li a:hover {
    color: var(--white);
}

.footer__single__nav ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.footer__social {
    margin-top: 30px;
    gap: 15px;
    width: 100%;
}

.footer__social a svg path {
    transition: var(--transition);
}

.footer__social a:hover svg path {
    fill: var(--white);
}

.footer__summery h4 {
    color: var(--white);
    font-family: var(--fantasie-font);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 11px;
}

.footer__summery p {
    color: #ffffffed;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.footer__credit {
    padding-block: 25px;
}

.footer__credit p {
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.footer__navigation__mobile ul {
    display: flex;
    gap: 56px;
}

.footer__navigation__mobile {
    padding: 60px 20px;
    border-bottom: 2px solid rgba(114, 114, 114, 0.10);
    justify-content: end;
}

.footer__navigation__mobile ul li a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.footer__navigation__mobile ul li a:hover {
    color: var(--white);
}

/* footer area end here */