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


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

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

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

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

@font-face {
    font-family: 'Futura Cyrillic Extra';
    src: url('../fonts/FuturaCyrillic-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html,
body {
    position: relative;
    height: 100%;
}

body {
    /* background: url("../image/background.jpg"); */
    font-family: "Futura Cyrillic Book";
    font-size: 14px;
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 10px;
    display: flex;
    justify-content: end;
    height: 56px;
    z-index: 99;
}

header .logo {
    width: 87px;
    position: absolute;
    z-index: 999999;
    top: 0;
}

.mystyle {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: #0000009e;
    z-index: 9;
}

.main {
    flex-direction: row;
}


.imga {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.image-display img {
    width: 100%
}

.description,
.title {
    display: block;
    opacity: 1;
    transition: 0.5s ease 0.5s;
}

.description,
.title {
    opacity: 1;
}

.title {
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
    font-weight: 600;
}

.description {
    font-size: 16px;
    color: #ffffff;
    transition: opacity 0.7s ease 0.85s;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 10px;
}


.textmain .price {
    display: block;
    transition: 0.7s ease 0.7s;
    color: white;
    font-size: 24px;
    margin-top: 20px;
}

.textmain .price {
    opacity: 1;
    width: 100%;
    transition: opacity 0.7s ease 0.85s;
}

.textmain {
    width: 100%;
    padding: 9%;
    text-align: justify;
    color: white;
    z-index: 9;
    position: relative;
}

.imgmain {
    width: 100%;
    height: 91vh;
    overflow: hidden;
    position: relative;
}


.image-display {
    flex: 4;
    /* 80% height for the image sequence */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    /* overflow: hidden; */
}

.maindiv {
    position: relative;
    top: 56px;
    height: 100%;
}

.mainy {
    display: flex;
    flex-direction: column;
    /* Change to column for vertical layout */
    flex: 1;
    align-items: baseline;
    height: 100%;
}

.mainy img {
    width: 100%
}

.scroll-container {
    position: relative;
    width: 58%;
    bottom: 3px;
    margin: 0 auto;
}

.scroll-bar {
    width: 100%;
    /* Adjusted width of the scrollbar */
    height: 10px;
    /* Smaller height for the scrollbar */
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
}

.controls {
    position: absolute;
    z-index: 1;
    gap: 2px;
    top: 0%;
    right: 0;
    justify-content: end;
    width: auto;
    /* flex-direction: column; */
    overflow-y: auto;
    overflow-x: hidden;
    height: 84vh;
}

.controls button {
    padding: 0px;
    border-radius: 3px;
    border: 1px solid #8e8e8e;
    box-shadow: 3px 1px 9px #00000045;
    padding: 2px;
}

.controls button.active {
    background-color: #0d6efd;
    /* Active button color */
    color: white;
    /* Active button text color */
}

.controls p {
    margin-bottom: 0px;
    padding: 5px;
}

.controls img {
    width: 100px;
    object-fit: cover;
    height: 59px;
}

.controls1 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: auto;
    overflow-y: auto;
    /* overflow-x: hidden; */
    height: 84vh;
}

.control-button {
    margin: 2px;
    padding: 4px 4px 0 4px;
    border: none;
    background-color: #777676;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
}

.control-button.active span {
    color: #ffffff;
}

.controls1 .control-button img {
    width: 90px;
    height: 90px;
    border-radius: 0;
    box-shadow: -1px 4px 2px black;
    margin-bottom: 2px;
}

.control-button img {
    width: 128PX;
    height: 75px;
    box-shadow: -1px 4px 2px black;
    /* padding: 3px; */
}

.controls .control-button span {
    padding-top: 4px;
    color: #c7e6ff;
}

.control-button.active {
    background-color: #f58634;
}

.control-button:hover {
    background-color: #f58634;
    color: white;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid rgb(0, 166, 255);
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    z-index: 999;
}

#background {
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
    background-repeat: no-repeat;
}

.main-title {
    position: fixed;
    padding: 20px;
    width: max-content;
    height: 92vh;
    /* Gradient background */
    border-radius: 10px;
    text-shadow: -1px -5px 3px rgb(0 0 0);
    /* Subtle shadow */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.head {
    font-size: 2rem;
    font-weight: bold;
    color: #ffca2b;
    /* Dark text for contrast */
    text-transform: capitalize;
    position: absolute;
    top: 6px;
    left: 50%;
    /* Adjust position to the left */
    /* Rotate the text vertically */
    transform-origin: center;
    /* Ensures proper rotation around the left side */
    white-space: normal;
    text-align: center;
    text-shadow: 1px 0px 2px #000000ad;
    transform: translate(-50%, 0%);
    z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide content until images are loaded */
/* #content {
    display: none;
} */

.relative {
    position: relative;
}

.opendiv {
    position: fixed;
    width: auto;
    display: flex;
    justify-content: end;
    right: 1px;
    z-index: 1;
}

/* Styling for the sticky button */
/* Styling for the sticky button */
#openButton {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    /* Center the button horizontally */
    z-index: 1000;
    padding: 6px 3px;
    background-color: #030303;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
    width: 104px;
    font-weight: 500;
}

/* Styling for the sliding div */
#slidingDiv {
    position: relative;
    top: 34px;
    /* Initially hidden above the button */
    right: 0px;
    transform: translate(0, 0%);
    width: 103px;
    height: 84vh;
    background-color: #6b6b6b3d;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: block;
    /* Initially hidden */
    z-index: 9;
}

#openButton1 {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(0%);
    /* Center the button horizontally */
    z-index: 1000;
    padding: 6px 6px;
    background-color: #030303;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
    width: 138px;
    font-weight: 500;
}

/* Styling for the sliding div */
#slidingDiv1 {
    position: relative;
    top: 34px;
    /* Initially hidden above the button */
    right: 0px;
    transform: translate(0, 0%);
    width: 138PX;
    height: 84vh;
    background-color: #6b6b6b4d;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: block;
    /* Initially hidden */
    z-index: 9;
}

.opendiv1 {
    position: fixed;
    width: auto;
    display: flex;
    justify-content: end;
    right: 120px;
    z-index: 1;
    top: 56px;
}


#productControls::-webkit-scrollbar {
    width: 0;
}

#backgroundControls::-webkit-scrollbar {
    width: 0;
}

/* Styling for the circle with the arrow */
#arrowCircle,
#arrowCircle1 {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #6b6b6b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    z-index: 9;
    padding: 5px;
}

/* Arrow rotation */
.arrow-up {
    transform: rotate(180deg);
    /* Rotate the arrow to point up */
}

.btms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
}

.downloadb {
    width: auto;
    display: flex;
    justify-content: center;
    background: #09a6ae;
    padding: 6px 10px;
    flex-basis: 84%;
}

.downloadb a {
    color: white;
    font-weight: 500;
}

.make-own {
    width: auto;
    display: flex;
    justify-content: center;
    background: #1F2667;
    padding: 6px 3px;
    flex-basis: 100%;
    text-transform: capitalize;
}

.make-own a {
    color: white;
    font-weight: 500;
}

.btn-submit {
    background: #f88425 !important;
    color: white;
}

.btn-submit:hover {
    background: #212529 !important;
    color: #ffffff;
    box-shadow: 0px 2px 12px #00000045;
}

.form-container {
    display: flex;
    align-items: center;
    gap: 15px;
    /* Spacing between form groups */
}

.form-group {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.cursivefont {
    font-family: 'Great Vibes';
    color: #ffffff;
    /* text-transform: capitalize; */
}

.cursivefont span {
    color: #f69033
}

.bg-black1 {}

.bg-black1::before {
    content: "";
    display: block;
    position: absolute;
    padding: 100px 0;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(92deg, rgb(0 0 0 / 88%), rgba(0, 0, 255, 0) 70.71%);
}

@media (max-width: 767px) {
    .relative1 {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 9;
        height: 34px;
        width: 100%;
        justify-content: center;
    }

    #slidingDiv {
        position: fixed;
        bottom: 34px;
        top: unset;
        right: 0px;
        transform: translate(0, 0%);
        width: 100%;
        height: 118px;
        background-color: #fffffff5;
        padding: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 99;

    }

    #sliding,
    #sliding1 {
        overflow-x: auto;
        white-space: nowrap;

    }

    #slidingDiv1 {
        position: fixed;
        bottom: 34px;
        top: unset;
        right: 0px;
        transform: translate(0, 0%);
        width: 100%;
        height: 118px;
        background-color: #fffffff5;
        padding: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 99;

    }

    .controls1,
    .controls {
        position: unset;
        width: auto;
        overflow-y: hidden;
        height: unset;
        display: inline-flex;
        gap: 10px;
        margin-top: 10px;
        flex-direction: row;
    }

    .control-button {
        width: 100px;
        height: 100px;
    }

    .control-button img {
        width: 100% !important;
    }

    .opendiv {
        position: relative;
        width: auto;
        display: block;
        justify-content: end;
        right: 1px;
        z-index: 1;
        flex-basis: 100%;
    }

    #arrowCircle,
    #arrowCircle1 {
        position: fixed;
        top: -10px;
        bottom: unset;
        left: 50%;
    }

    #openButton {
        position: relative;
        top: 0px;
        right: 0px;
        transform: translateX(0%);
        z-index: 1000;
        padding: 6px 3px;
        background-color: #f68b34;
        color: #ffffff;
        border: none;
        cursor: pointer;
        border-radius: 0;
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        font-weight: 500;
    }

    #openButton1 {
        position: relative;
        top: 0px;
        right: 0px;
        transform: translateX(0%);
        z-index: 1000;
        padding: 6px 6px;
        background-color: #0d6efd;
        color: #ffffff;
        border: none;
        cursor: pointer;
        border-radius: 0;
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
        width: 100%;
        font-weight: 500;
    }

    .opendiv1 {
        position: relative;
        width: auto;
        display: block;
        justify-content: end;
        right: unset;
        z-index: 1;
        top: unset;
        flex-basis: 100%;
    }

    .imgmain {
        height: auto;
    }

    .button-bottom-all {
        position: fixed;
        bottom: 0;
        display: flex;
        z-index: 9;
        width: 100%;
    }

    .button-bottom {
        transform: translateX(0%);

        padding: 6px 3px;
        background-color: #f68b34;
        color: #ffffff;
        border: none;
        cursor: pointer;
        border-radius: 0;
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
        font-weight: 500;
        flex-basis: 100%;
        color: white;
    }

    .changeBackground {
        transform: translateX(0%);
        z-index: 1000;
        padding: 6px 6px;
        background-color: #0d6efd;
        color: #ffffff;
        border: none;
        cursor: pointer;
        border-radius: 0;
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
        flex-basis: 100%;
        font-weight: 500;
    }

    .button-bottom button {
        border-radius: 0;
        background: #ffffff00;
        border: 0;
        flex-basis: 100%;
        color: white;
    }

    #background {
        position: relative;
    }

    .intl-tel-input,
    .iti {
        width: 100% !important;
    }

    .iti {
        width: 100%;
    }

    .btms {
        flex-direction: row;
    }

    .scroll-container {
        bottom: 5px;
    }

    .maindiv {
        top: unset;
        overflow: unset;
        height: unset
    }

    .main-title {
        position: relative;
        padding: 0;
        width: 100%;
        height: auto;
        margin-bottom: 7px;
        text-align: left;
        align-items: start;
        justify-content: start;
    }

    .head {
        top: 0;
        left: 9px;
        transform: none;
        z-index: 9;
        font-size: 22px;
        color: #f68f33;
        position: relative;
    }

    #background {
        background-size: 225%;
        background-position: left top;
        transition: background-image 0.5s ease-in-out;
        background-repeat: no-repeat;
        height: 100%;
        overflow: unset;
        /* top: 56px; */
        background-color: black;
        flex-direction: column-reverse;
    }

    header {
        bottom: auto;
        top: 0;
        right: 0;
        z-index: 999;
        position: relative;
    }

    .textmain {
        width: 100%;
        padding: 5%;
        text-align: justify;
        color: white;
        height: 100%;
    }

    .background {
        height: 74vh;
    }

    .imgmain {
        height: auto;
    }

    .bg-black1 {
        background: black;
    }


}

@media screen and (min-width:700px) and (max-width:1007px) and (orientation:landscape) {
    .bg-black1 {
        background: black;
    }

    .imgmain {
        height: 100vh;
    }

    .background {
        height: 100vh;
    }

    .imga {
        width: 45%;
        margin: 0px;
    }

    .textmain {
        width: 100%;
    }
}

@media screen and (min-width:700px) and (max-width:1200px) and (orientation:portrait) {
    .bg-black1 {
        background: black;
    }

    .textmain {
        width: 100%;
    }

    .scroll-container {
        position: relative;
        width: 58%;
        bottom: 14%;
        margin: 0 auto;
    }
}