:root {
  --bg-color: #0F0907;
  --text-color: #FFFFFF;
  --text-font-size: 18px;
}

@font-face {
  font-family: 'Ekran';
  src: url('https://raw.githubusercontent.com/KirilCubarov/kirilcubarov/main/fonts/Ekran-font.ttf') format('truetype');
}

html {
  font-size: var(--text-font-size);
  color: var(--text-color);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  font-family: 'Manrope', sans-serif;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #E14613;
}



/*a#login-with-discord {
    position: relative;
    background: var(--bg-color);
    border: 2px solid #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    width: 15%;
    margin-top: 2%;
    border-color: #5a61ef;
    height: 5%;
}*/


.button-wrapper {
  position: relative;
}

.button-wrapper:hover .button {
  margin-top: 6px;
  margin-left: 6px;
}

.button-wrapper:hover .button::after {
  top: 0;
  left: 0;
}

.button {
  position: absolute;
  background: var(--bg-color);
  border: 2px solid #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:all 0.15s ease-in-out;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.button::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
  transition:all 0.15s ease-in-out;
}

img.header__fivem-icon {
    width: 60%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}

/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/

@media screen and (max-width: 1000px) {
    body {
          font-family: 'Bebas Neue', sans-serif;
        }
    .header__links, header .header__discord-button-wrapper, header .header__fivem-button-wrapper {
        display: none !important;
    }
    .header__burger-button-menu {
        display: block !important;
        font-family: 'Manrope', sans-serif;
    }
    
}
@media screen and (min-width: 1001px) {
    .burger-menu {
        display: none !important;
    }
}


header {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 27px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.header__logo {
    width: 119px;
    height: 60px;
}
.header__links {
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.header__buttons {
    display: flex;
}
.header__discord-button-wrapper {
    width: 181px;
    height: 68px;
}

.header__fivem-button-wrapper {
    width: 69px;
    height: 69px;
    margin-left: 8%
}
.header__fivem-button {
    border-color: #fe7000;
}
.header__fivem--button::after {
    background: #fe7000;
}
.header__fivem--icon {
    width: 38px;
    height: 38px;
    margin-right: 8px; 
    top: 6px;
    left: 6px;
}

.header__discord-button {
    border-color: #5762F7;
}
.header__discord-button::after {
    background: #5762F7;
}
.header__discord-icon {
    width: 38px;
    height: 38px;
    margin-right: 8px; 
    top: 6px;
    left: 6px;
}
.header__burger-button-menu {
    width: 53px;
    height: 53px;
    display: none;
    line-height: 7px;
    font-size: 40px;
}

.burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--bg-color);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
.burger-menu__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.burger-menu__links a {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}
.burger-menu__discord-button-wrapper {
    width: 181px;
    height: 68px;
    margin-top: 50px;
}
.burger-menu__burger-button-menu {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 35px;
    right: 15px;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/

@media screen and (max-width: 1000px) {
    footer, footer .footer__copyright {
        font-size: 14px !important;
    }
    footer .footer__links a {
        margin-left: 20px !important;
    }
}
footer {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 200px;
    /*padding-bottom: 40px*/interiors__list
}

.footer__dividing-line {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.footer__copyright {
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.footer__links a {
    margin-left: 40px;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
@media screen and (max-width: 1000px) {
    basket[closed] {
        width: 80px !important;
        height: 80px !important;
        margin-right: 5% !important;
        background-color: #43434361;
        border: 3px solid #f5602e;
        
    }
    basket[opened] {
        width: 100vw !important;
        height: 89vh !important;
        border: none !important;
        background-color: var(--bg-color) !important;
        padding-top: 100px !important;
        padding: 36px !important;
        color: #fff !important;
    }
    .basket__close {
        font-size: 15px !important;
    }
    basket[opened] > div {
        zoom: 160%;
    }
    
    .basket__checkout {
        margin-bottom: 100px !important;
    }
    .basket__count {
        visibility: hidden;
    }
}
@media screen and (min-width: 1001px) {
    basket[closed], basket[opened] {
        margin-right: 50px !important;
    }
    basket[opened] {
        margin-bottom: 100px !important;
    }
    basket[closed] {
        mask-image: none !important;
        border-radius: none !important;
        scale: 200% !important;
    }
    
}
basket {
    transition: 0.5s;
}

/* Default styles for the basket */
basket[opened] {
    position: fixed;
    bottom: 0px;
    padding: 20px;
    background-color: #2f211ce3;
    color: #fff;
    border: 1px solid #da4313;
    min-width: 340px;
    overflow-y: auto;
    border-radius: 10px;
    z-index: 99;
    right: -100vw; /* Off-screen by default */
    transition: 0.3s;
}

basket[closed] {
    position: fixed;
    bottom: 100px;
    right: 0px; /* Visible on screen by default */
    width: 50px;
    height: 50px;
    background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/basket.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 99;
    border-radius: 100%;
    cursor: pointer;
}

/* When the basket has items */
basket[opened][data-has-items="true"] {
    right: 0px; /* Basket is visible */
}

basket[closed][data-has-items="true"] {
    right: -100vw; /* Hide the closed icon when basket has items */
}

/* When the basket has no items */
basket[opened][data-has-items="false"] {
    right: -100vw; /* Keep the basket hidden */
}

basket[closed][data-has-items="false"] {
    right: 0px; /* Show the closed icon */
}

.basket__count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    width: 18px;
    height: 18px;
    background-color: #da4313;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket__close {
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.basket__package {
    display: flex;
    margin: 10px 0 10px;
    justify-content: space-between;
}

.basket__package-sector {
    display: flex;
}

.basket__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.basket__title {
    font-size: 1.5em;
    padding-right: 5px;
    /*font-weight: bold;*/
}

.basket__total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.1em;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    color: #da4313;
}

.basket__checkout {
    background-color: #da4313;
    font-family: 'Manrope', sans-serif;
    border: none;
    color: white;
    border-radius: 10px;
    padding: 10px 40%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    /*margin: 15px 0;*/
    margin-top: 10px;
    cursor: pointer;
}

.basket__remove {
    background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/icons8-remove-50.png');
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.basket__package-name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


select#currency {
    font-size: 1em;
    border-radius: 4px;
}

/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
            #myVideo {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                transition: 0.5s;
            }
            
            #myVideo:hover {
                opacity: 1;
            }
            
            .interiors-popup__wrapper {
                position: fixed;
                width: 100vw;
                height: 100vh;
                backdrop-filter: blur(10px) opacity(1);
                transition: backdrop-filter 1.2s;
                top: 0;
                left: 0;
                z-index: 100;
                display: flex;
                opacity: 0;
                pointer-events: none;
                justify-content: center;
                align-items: center;
                transition: 0.5s;
            }
            #popup_photo_1 {
                background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/fire-fighter.png');
            }
            #popup_photo_2 {
                background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/civil.png');
            }
            #popup_photo_3 {
                background-image: url('https://raw.githubusercontent.com/Prompt-Coder/pics/main/gang.png');
            }
            .interior-popup {
                
            }
            
            .interior-popup__close {
                position: absolute;
                top: 30px;
                right: 30px;
                font-size: 20px;
                cursor: pointer;
            }
            
            .interior-popup__title {
                text-align: center;
                /*padding-top: 50px;*/
                font-family: 'Ekran';
                font-size: 20px;
                color: white;
                text-transform: uppercase;
                /*text-shadow: 2px 2px 4px #000000;*/
                margin-bottom: 20px;
                /*font-family: 'Ekran';*/
                font-style: normal;
                /*font-weight: 700;*/
                font-size: 80px;
                text-align: center;
            }
            
            .interior-popup__categories {
                display: flex;
                justify-content: space-between;
                
            }
            
            .interior-popup__category {
    
                width: 366px;
                height: 666px;
                background-color: blue;
                margin: 20px;
                position: relative;
                overflow: hidden;
                border-radius: 10px;
            }
            
            .interior-popup__category:hover h1 {
                transform: translateY(0%);
            }
            
            .interior-popup__category h1 {
                width: 100%;
                position: absolute;
                bottom: 0;
                padding: 20px;
                background: rgba(0, 0, 0, 0.8);
                color: white;
                font-size: 20px;
                text-align: center;
                transition: transform 0.2s;
                transform: translateY(100%);
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }
            
            @media screen and (max-width: 1000px) {
                .interiors__interior:nth-child(odd) {
                    margin-top: 60px !important;
                    margin-right: 0px !important;
                }
                .interiors__interior {
                    width: 85vw !important;
                    height: 44vw !important;
                }
                
                .interiors__name {
                    font-family: 'Manrope', sans-serif !important;
                    font-style: normal !important;
                    font-size: 18px !important;
                    bottom: 10px !important;
                    line-height: 20px !important;
                }
            }
            
            .interiors {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            
            .interiors__list {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                margin-top: 70px;
                max-width: 1700px;
            }
            
            .interiors__interior {
                width: 685px;
                height: 385px;
                background-color: black;
                background-size: cover;
                background-position: center;
                border-radius: 10px;
                box-shadow: 1px -2px 131px 7px rgba(0,0,0,1) inset;
                cursor: pointer;
                position: relative;
                transition: 0.1s all;
            }
            
            .interiors__interior:hover {
                box-shadow: none;
            }
            
            .interiors__name {
                font-family: 'Ekran';
                font-style: normal;
                font-weight: 700;
                font-size: 40px;
                line-height: 40px;
                position: absolute;
                bottom: 30px;
                left: 30px;
            }
            
            .interiors__interior:nth-child(odd) {
                background-color: gray;
                margin-bottom: 60px;
                margin-right: 60px;
            }
            
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/
@media screen and (max-width: 1000px) {
    .ellipses {
        display: none !important;
    }
}
.ellipses {
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    /*height: 4000px;*/
    pointer-events: none;
}

.ellipses .ellipse {
    position: absolute;
    pointer-events: none;
    background: rgba(225, 70, 19, 0.5);
    filter: blur(300px);
}

.ellipses .ellipse:nth-child(1) {
    width: 338px;
    height: 338px;
    left: -157px;
    top: 7px;
}

.ellipses .ellipse:nth-child(2) {
    width: 299px;
    height: 299px;
    right: 1px;
    top: 501px;;
}

.ellipses .ellipse:nth-child(3) {
    width: 239px;
    height: 239px;
    left: 389px;
    bottom: 0px;
}
/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/

/*****************************************************************************************/
/*****************************************************************************************/
/*****************************************************************************************/