@font-face {
    font-family: 'peyda';
    src: url('/fonts/PeydaWeb-Regular.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'peyda';
    src: url('/fonts/PeydaWeb-Medium.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'peyda';
    src: url('/fonts/PeydaWeb-Black.woff2') format('woff2');
    font-weight: bold;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #e4e4e4;
}

ul {
    list-style: none;
}

:root {
    --primary: #ff6800;
}

body {
    color: #efefef;
    font-family: 'peyda';
    overflow-x: hidden;
}


.main-wrapper {
    width: 100%;
}

.bg {
    width: 100%;
    height: 100vh;
    background-image: url(/img/wall2.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    position: fixed;
    z-index: -1;
    top: 0;
}

#intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: inset 0 0 320px 71px #151515;
    position: relative;
    overflow: hidden;
    background: #151515;
}

.intro__logo {
    width: 80%;
    margin: 100px 0 20px;
    display: none;
}

.intro__logo img {
    filter: invert(1);
    width: 100%;
}

.intro-image {
    width: 100%;
}

.lamp {
    position: absolute;
    width: 230px;
    top: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    animation: lamp-rotate 5s ease-in-out infinite;
}

.desc {
    font-size: 1.3rem;
    font-weight: bold;
    gap: 0.3rem;
    color: rgb(219, 219, 219);
    width: 100%;
    background: #161616;
    display: flex;
    justify-content: center;
    padding: 1rem;
    box-shadow: 0 -17px 60px 30px #161616;
    flex-direction: column;
    align-items: center;
    /* margin-top: 2rem; */
}

@keyframes lamp-rotate {

    0%,
    100% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    /* 0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(0);
    }

    70% {
        transform: rotate(0);
    }

    85% {
        transform: rotate(+8deg);
    }

    100% {
        transform: rotate(0);
    } */
}

.desc-top {
    font-weight: 400;
    font-size: 1.9rem;
    font-weight: bold;
}

.desc-center {
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.desc-scroll {
    height: 30px;
    overflow: hidden;
}

.desc-scroll-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: 8s normal infinite running scroll;
    /* color: #ff6800; */
    color: #dca97a;
}

.desc-scroll-inner p {
    height: 30px;
    font-size: 1.4rem;
}

@keyframes scroll {
    0% {
        margin-top: 0px;
    }

    7.5% {
        margin-top: 0px;
    }

    12.5% {
        margin-top: -30px;
    }

    20% {
        margin-top: -30px;
    }

    25% {
        margin-top: -60px;
    }

    32.5% {
        margin-top: -60px;
    }

    37.5% {
        margin-top: -90px;
    }

    45% {
        margin-top: -90px;
    }

    50% {
        margin-top: -120px;
    }

    57.5% {
        margin-top: -120px;
    }

    62.5% {
        margin-top: -150px;
    }

    70% {
        margin-top: -150px;
    }

    75% {
        margin-top: -180px;
    }

    82.5% {
        margin-top: -180px;
    }

    87.5% {
        margin-top: -210px;
    }

    95% {
        margin-top: -210px;
    }

    100% {
        margin-top: 0px;
    }
}

.parts {
    width: 100%;
    height: 600px;
    background: #161616;
}


#main-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #161616;
    color: #dadada !important;
    z-index: 11;
    position: relative;
}

#main-footer h1,
#main-footer h2,
#main-footer h3,
#main-footer h4,
#main-footer h5 {
    color: #dadada !important;
}

.footer__logo {
    width: 100%;
    /* max-width: 500px; */
    padding: 1rem;
    background: #ececec;
    display: flex;
    max-height: 80px;
}

.footer__logo img {
    width: 100%;
    filter: invert(0.1);
}

.footer__links {
    display: flex;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
    justify-content: center;
}

.footer__links__right,
.footer__links__left {
    flex-grow: 1;
}

.footer__links__right__title,
.footer__links__left__title {
    margin-bottom: 0.7rem;
    border-bottom: 2px solid #dcdcdc;
    width: fit-content;
    line-height: 1.5;
}

.footer__links ul {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}


.footer__links ul li a {
    color: #e0e0e0;
    display: block;
    transition: all .25s ease-in-out;
    font-size: 0.95rem;
}

.footer__links ul li a:hover {
    transform: translateX(-10px);
    color: #FFF;
}

.footer-social {
    padding: 1rem 0.9rem;
}

.footer-social h4 {
    font-size: .9rem;
}

.footer-social p {
    font-size: 0.9rem;
}

.footer__insta {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    /* border: 2px solid #565656; */
    border-radius: 1.8rem;
    /* margin: 0.5rem 0; */
}

.footer__insta__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
}

.footer__insta__left p {
    direction: ltr;
}

.footer__insta__right {
    display: flex;
    align-self: baseline;
}

.footer__insta__right img {
    width: 48px;
    filter: invert(0.2);
}

.footer__phone img,
.footer__location img {
    filter: invert(0.8);
}

.footer__location p {
    direction: rtl;
}

.footer__location .footer__insta__right img {
    width: 51px;
}

.copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.7rem;
    border-top: 1px solid #2e2e2e;
}

.copyright a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #979797;
    font-size: 0.85rem;
}

.copyright a span {
    text-align: center;
}

.burger-menu {
    position: fixed;
    width: 65%;
    background: #000000;
    top: 0;
    z-index: 20;
    height: 100vh;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    border-left: 2px solid #ffffff22;
    box-shadow: -9px 0 70px #000000;
    transform: translateX(150%);
    transition: all .25s ease-in-out;
}

.show-burger-menu {
    transform: translateX(0);
}

.burger-backlay {
    position: fixed;
    background: #000000cc;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 15;
    transform: translateX(110%);
    transition: all .25s ease-in-out;
}

.show-burger-backlayer {
    transform: translateX(0);
}

.burger__logo img {
    width: 100%;
    filter: invert(0.9);
}

.burger__links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.close-burger-menu {
    cursor: pointer;
}

.close-burger-menu svg {
    width: 30px;
    height: 30px;
    fill: var(--primary);
}

.map {
    width: 100%;
    overflow: hidden;
    padding: 0rem 2rem 2rem;
}

.map iframe {
    border: 0;
    width: 100%;
    border-radius: 2.5rem;
}

.sectors {
    background: #000000;
    padding: 40px 0;
    box-shadow: inset 0 36px 60px 61px #151515;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 100px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sector {
    width: 100%;
    border: 3px solid #c07300;
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 0.8rem;
    /* background: #250d00d6; */
    background-image: url(/img/mesh5.png);
    background-size: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sector__image {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 10px 10px #0000006b;
}

.sector__image img {
    width: 100%;
    object-fit: cover;
}

.sector__name,
.sector__desc {
    background: #000000b3;
    margin-bottom: 0.2rem;
    padding: 0.2rem 1rem;
}

.sector__link {
    padding: .4rem 1rem;
    background: #d8d8d8;
    border-radius: 0.6rem;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
    transition: all .3s ease-in-out;
}

.sector__link:hover {
    background-color: rgb(27, 0, 0);
    color: #FFF;
}

.sector2 {
    position: relative;
}

.sector2__image img {
    width: 100%;
    border-top-left-radius: 2rem;
}

.sector2__name {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    background: #ffffff;
    color: #000;
    width: fit-content;
    padding: 0 0.8rem;
    /* border-right: 5px solid var(--primary);*/
}

.sector2__link {
    width: fit-content;
    padding: 0.4rem 1.2rem;
    /* transform: skewX(339deg); */
    position: absolute;
    left: 30px;
    bottom: 25px;
    border: 2px solid #ffffff;
    transition: all .3s ease-in-out;
    background: #00000038;
}

.sector2__link:hover {
    background: #ffffff;
}

.sector2__link__inner {
    /* transform: skewX(19deg); */
    display: block;
    color: #ffffff;
    font-weight: bold;
    transition: all .3s ease-in-out;

}

.sector2__link:hover .sector2__link__inner {
    color: #000;
}

.single-header {
    height: 60px;
    background: #111111;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0.9rem;
    position: relative;
    z-index: 10;
}

.header__logo {
    width: 50%;
    max-width: 200px;
}

.header__logo img {
    width: 90%;
    filter: invert(.9);
}

.header__burger__button {
    cursor: pointer;
}

.header__logo,
.header__burger__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__burger__button svg {
    width: 30px;
    fill: #FDFDFD;
    height: 30px;
}

.header__action {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.4rem;
}

.header__action a {
    padding: 0.2rem 0.5rem;
    border: 1px solid #7d7d7d;
    border-radius: 0.7rem;
    font-size: 0.9rem;
}

.header-nav {
    display: flex;
    gap: 1.4rem;
    display: none;
}

.error-page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #111111;
    padding: 8rem 2rem;
    text-align: center;
}

.code404 {
    font-size: 8rem;
    font-weight: bold;
}

.error-page-container a {
    color: #ffffff;
    font-weight: bold;
    margin-top: 2rem;
    border: 2px solid #ffffff;
    padding: 0.5rem 2rem;
}

.disable-label {
    user-select: none;
    opacity: 0.5;
    text-decoration: line-through;
}

.price-list-image {
    width: 100%;
}

.about-us {
    background: #101010;
    padding: 1.4rem;
    padding-bottom: 70px;
}

.about-us h1 {
    font-size: 2.2rem;
    margin-bottom: 0.4rem;
}

/* notices */
.notices {
    background: #161616;
    padding: 1.8rem;
    display: flex;
    justify-content: center;
}

.notice {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 500px;
}

.notice::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: 5px;
    left: -2px;
    z-index: 0;
    background: linear-gradient(45deg, #ff005e, #fbff00);
    animation: neon-block 2.5s linear infinite;
    border-radius: 1rem;
}

@keyframes neon-block {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(360deg);
    }
}

.notice img {
    width: 100%;
    max-width: 560px;
    border-radius: 1rem;
}

.notices__title {
    text-align: center;
    margin-bottom: 0.6rem;
    margin-top: 40px;
    font-size: 1.4rem;
}

.notic-container {
    z-index: 1;
}

.go-to-prices-page{
    min-width: 330px;
    text-align: center;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 1rem;
    background: #3e3e3e;
}


/* Responsive */

@media (min-width: 768px) {
    .single-header {
        flex-direction: row-reverse;
        padding: .3rem 7%;
        height: 70px;
    }

    .header__burger__button {
        display: none;
    }

    .header__action {
        display: none;
    }

    .header-nav {
        display: flex;
    }

    #main-footer {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer__logo {
        margin-bottom: 2rem;
    }

    .footer__links {
        width: 50%;
        padding-right: 8%;
    }

    .footer-social {
        width: 50%;
        padding-left: 8%;
    }

    .map {
        margin-top: 2rem;
    }

    .intro__logo {
        width: 60%;
        display: block;
    }

    .intro-image {
        display: none;
    }

    .sectors {
        display: flex;
        flex-direction: row;
        padding: 8rem 8% 6rem;
        gap: 0;
        row-gap: 4rem;
    }

    .sector2 {
        width: 47%;
    }

    .desc-top {
        font-size: 3.2rem;
    }

    .desc-center {
        font-size: 1.6rem;
    }
}

@media (min-width: 1024px) {
    .intro__logo {
        width: 50%;
    }
}

