@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: 16px;
    margin: 0;
    padding: 0;
}

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

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: 8% 5%;
    color: white;
    z-index: 9;
    position: relative;
}

.imgmain {
    width: 100%;
    height: 91vh;
    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; */
}
.image-display img{
    filter: brightness(1.09);
}
.maindiv {
    position: relative;
    top: 0;
    height: 90%;
    overflow: hidden;
}

.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: absolute;
    width: 100%;
    bottom: 49px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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


#loader {
    position: fixed;
    left: 44%;
    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;
    background-image: url(../image/Bg_1.jpg);
}

.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;
    /* text-transform: capitalize; */
    position: relative;
    top: 55px;
    left: 50%;
    transform-origin: center;
    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: static;
    width: auto;
    display: flex;
    justify-content: end;
    right: 1px;
    z-index: 1;
    /* top: 50%; */
}

/* Styling for the sticky button */
/* Styling for the sticky button */
#openButton {
    position: absolute;
    top: 34%;
    right: 0px;
    
    /* Center the button horizontally */
    padding: 6px 15px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
    width: max-content;
    font-weight: 500;
    height: auto;
    background: #000000;
    border-radius: 10px 10px 0 0;
}

/* Styling for the sliding div */
#slidingDiv {
    position: absolute;
    top: -274px;
    /* Initially hidden above the button */
    right: -45px;
    transform: rotate(90deg);
    width: 303px;
    height: 218px;
    background-color: #6b6b6b40;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    /* Initially hidden */
    z-index: 9;
    padding-left: 15px;
}

#openButton1 {
    
    /* Center the button horizontally */
    position: absolute;
    top: 50%;
    right: 0;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 10px 10px  0 0;
    background: #000000;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 17px;
    padding: 6px 15px;
    font-weight: 500;
}

/* Styling for the sliding div */
#slidingDiv1 {
    position: absolute;
    top: -112px;
    right: -58px;
    transform: rotate(90deg);
    width: 308px;
    height: 188px;
    background-color: #6b6b6b40;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9;
    padding-left: 15px;
}

.opendiv1 {
    position: absolute;
    width: auto;
    display: flex;
    justify-content: end;
    right: 2%;
    z-index: 1;
    bottom: 0;
}


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

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

/* Styling for the circle with the arrow */
#arrowCircle,
#arrowCircle1 {
    position: absolute;
    bottom: 50%;
    left: -3%;
    transform: translateX(0);
    width: 20px;
    height: 20px;
    background-color: #363535;
    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: #272626;
    padding: 6px 10px;
    flex-basis: 84%;
    border-radius: 3px;
}

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

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

.make-own a {
    color: #000000;
    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: 'Shadows Into';
    color: #ffffff;
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 3px;
}

.cursivefont span {
    color: #fcff07;
}

.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%), rgb(0 0 0 / 34%) 59.71%, rgb(0 0 255 / 0%) 70.71%);
}
.zoomlevel{
    transform: scale(1.2);
    margin-top: 1%;
}
.textdiv{
    position: relative;
    top: 0;
    height: max-content;
    padding: 20px 0%;
    font-family: "Montserrat" !important;
    font-size: 14px;
    background-image: linear-gradient(175deg, rgb(0 0 0), #000000, #000000);
    z-index: 99;
}
.textdiv .texttitle{
    font-size: 2rem;
    font-weight: 600;
    color: white;
}
.textdiv p{
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 500;
    margin: 0;
    color: white;
}
.circlulartext {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #0d6efd;
    align-items: center;
    justify-content: center;
  }
  
  .pulse {
    animation: pulse-animation 2s infinite;
  }
  .pulse1 {
    animation: pulse-animation1 2s infinite;
  }
  @keyframes pulse-animation1 {
    0% {
      box-shadow: 0 0 0 0px rgba(182, 182, 182, 0.4);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(182, 182, 182, 0);
    }
  }
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }
  .bounce2 {
    animation: bounce2 2s ease infinite;
  }
  @keyframes bounce2 {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-30px);}
      60% {transform: translateY(-15px);}
  }
  .orange{
    background: #ed721d;
    padding: 5px;
    border-radius: 53px;
    white-space: nowrap;
}

.blue{
    background: #4e57fffa;
}
.circle svg {
    fill: #000000;
    height: auto;
    max-width: 66vmin;
    transform-origin: center;
    width: 100%;
    top: 0;
    position: relative;
    font-weight: 600;
  }
.texty{
    position: relative;
    top: 0;
    z-index: 9;
    background: white;
}
.boldhead{
    display: flex;
    justify-content: center;
    align-items: center;
}
  .boldtext{
    font-size: 40px;
    line-height: 1;
    /* text-transform: uppercase; */
    text-shadow: 6px 18px 11px #00000054;
    margin-bottom: 5px;
  }
  .form-containers{
    background: white;
    padding: 24px;
    border-radius: 35px 35px 0 0;
    box-shadow: 0px -9px 14px 0px rgb(13 110 253 / 12%);

  }
  .bgg{
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .bggcover{
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 10px;
    position: absolute;
    left: -13px;
    bottom: -9px;
    box-shadow: 0px 1px 15px #00000063;
  }

  .relative1 {
    position: relative;
}

.opendiv,
.opendiv1 {
    position: fixed; /* Sticks the buttons in the viewport */
    right: 37px; /* Aligns buttons close to the right edge */
    z-index: 1; /* Keeps buttons on top of other elements */
    transform-origin: center; /* Ensures rotation happens around the center */
}

.opendiv {
    top: 28%; /* Position for the "Change Product" button */
    transform: translateY(-50%) rotate(270deg); /* Combine translate and rotate */
}

.opendiv1 {
    top: 60%; /* Position for the "Change Ambiance" button */
    transform: translateY(-50%) rotate(270deg); /* Combine translate and rotate */
}

button {
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007BFF;
    color: white;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}
.btnss, .changebtn{
    position: relative;
}
.appi-cta.read_more_wrapper{
    margin-top: 10px;
}
.appi-cta.read_more_wrapper a {
    background: 0 0;
    color: #f58634;
    padding: 0;
    font-size: 21px;
    font-family: "Montserrat" !important;
    display: inline-block;
    font-weight: bolder;
   
}

#products {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 4% auto;
}

#magnifier-container {
    position: absolute;
    right: 8%;
    top: 60%;
    transform: translateY(-50%);
    width: 380px;
    height: 400px;
    overflow: hidden;
    display: none;
    border: 2px solid #ddd;
    z-index: 10;
}

#main-container {
    position: relative;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}


#sliding-panel {
    position: absolute;
    right: -300px; /* Initially hidden, adjust based on button */
    top: 100%;
    transform: translateY(16%);
    height: 254px;
    width: 350px;
    background-color: #333;
    color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    transition: right 0.3s ease; /* Smooth slide-in effect */
    border-radius: 5px;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Hide the panel */
    transition: right 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s; /* Transition for sliding and fading */
}

/* Show the panel when it's open */
#sliding-panel.open {
    right: 54PX; /* Slide in */
    opacity: 1; /* Fade in */
    visibility: visible; /* Make the panel visible */
    transition: right 0.5s ease, opacity 0.5s ease;
}

#toggle-button {
    position: fixed;
    width: 155px;
    height: 45px;
    left: 97%;
    top: 50%;
    background-color: green;
    padding: 6px;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(267deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(270deg) translateX(-4%);
}

#toggle-button span {
    display: inline-block;
    font-size: 1rem;
    transform: rotate(0deg); /* Initial arrow orientation */
    transition: transform 0.3s ease;
}

#toggle-button:hover {
    background-color: #555;
}

#toggle-button.open span {
    /* transform: rotate(180deg); */ /* Rotate the arrow when open */
}

/* Zoomed image inside the magnifier */
#magnifier-image {
    position: absolute;
    width: 300%;
    height: 300%;
    object-fit: cover;
    transition: transform 0.3s ease;
    left: 50%;
    top: 50%;
}
.product-btn.active {
    background-color: #007bff; /* Highlight color */
    color: white; /* Text color when active */
    border: 2px solid #0056b3; /* Optional border style */
}
#products img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #still{
    top: -34px;
    position: absolute;
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    transform: scale(1.2);
  }
  img.still {
    display: block; /* Show the still image initially */
  }
  #details {
    text-align: center;
  }
  #title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #buttons {
    display: block;
    gap: 7px;
    height: 215px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #buttons img{
    width: 97%;
    height: 75px;
    border-radius: 8px;
    box-shadow: -1px 4px 2px black;
    margin-bottom: 7px;
    object-fit: cover;
  }
  .product-btn {
    background: #444;
    color: #fff;
    border: none;
    padding: 2px 2px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s;
    margin-bottom: 3px;
  }
  .product-btn:hover {
    background: #666;
  }

  #main-section1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    overflow: hidden;
    font-family: Arial, sans-serif;
  }
  
  /* Sliding panel styles */
  #sliding-panel1 {
    position: absolute;
    right: -300px; /* Initially hidden, adjust based on button */
    top: 9%;
    transform: translateY(100%);
    height: 254px;
    width: 350px;
    background-color: #333;
    color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    transition: right 0.3s ease; /* Smooth slide-in effect */
    border-radius: 5px;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Hide the panel */
    transition: right 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s; /* Transition for sliding and fading */
    z-index: 999;
}

/* Show the panel when it's open */
#sliding-panel1.open {
    right: 54PX; /* Slide in */
    opacity: 1; /* Fade in */
    visibility: visible; /* Make the panel visible */
    transition: right 0.5s ease, opacity 0.5s ease;
  }
  
  /* Button styles */
  #toggle-button1 {
    position: fixed;
    width: 155px;
    height: 45px;
    left: 97%;
    top: 80%;
    background-color: #0d6efd;
    padding: 6px;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(267deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(270deg) translateX(-4%);
  }
  
  #toggle-button1:hover {
    background-color: #0056b3;
  }
  .thumbnails {
    display: block;
    gap: 7px;
    height: 215px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.thumbnail-wrapper{
    background: #444;
    color: #fff;
    border: none;
    padding: 2px 2px;
    cursor: pointer;
    transition: background 0.3s;
    margin-bottom: 4px;
    text-align: center;
}
.thumbnail-wrapper p{
    font-size: 13px;
    margin-bottom: 0;
}
.thumbnail-wrapper.active {
    border-radius:6px;
    background: #007bff; /* Add border to highlight active wrapper */
    transform: scale(1); /* Slight zoom effect on active wrapper */
    box-shadow: 0px 4px 15px rgba(0, 0, 255, 0.5); /* Blue shadow */
  }
.thumbnail-wrapper  img {
    width: 97%;
    height: 75px;
    border-radius: 8px;
    box-shadow: -1px 4px 2px black;
    margin-bottom: 7px;
    object-fit: cover;
  }
.posfix{
    display: flex;
    align-items: end;
    justify-content: end;
    width: max-content;
    position: absolute;
    right: 5%;
    top: 11%;
}
  #background-message {
    position: absolute; /* Fixed positioning to make it always visible on screen */
    top: 0px;
    left: unset;
    /* background-image: linear-gradient(92deg, rgba(0, 0, 0, 0.022), rgba(0, 0, 0, 0.482) 59.71%, rgb(0 0 255 / 0%) 70.71%); */
    color: rgb(246, 255, 0);
    padding: 10px;
    border-radius: 5px;
    display: block;
    font-size: 38px;
    font-family: 'Shadows Into';
    letter-spacing: 5px; /* Initially hidden */
    z-index: 9;
    text-shadow: -2px 4px 6px black; /* Ensure it's on top */
  }
  #background-message .room{
    color:yellow;
  }
  @font-face {
    font-family: 'Shadows Into';
    src: url('../fonts/ShadowsIntoLight.woff2') format('woff2'),
        url('../fonts/ShadowsIntoLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.loupe {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    box-shadow: 5px 5px 12px black;
    background: rgba(0, 0, 0, 0.25);
    cursor: crosshair;
    overflow: hidden;
  }
  
  .loupe img {
    position: absolute;
    right: 0;
  }
  #toggle-button1 span {
    display: inline-block;
    font-size: 1rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
  #toggle-button span.icon {
margin-left: 10px;
  }
  #toggle-button1 span.icon {
    margin-left: 10px;
      }
  @media (max-width: 767px) {
    .image-display {
     
        transform: scale(1.5);
    }
    #loader {
        left: 36%;
    }
    .zoomlevel {
        transform: none;
    }
    .relative1 {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 9;
        height: 35px;
        width: 100%;
        justify-content: center;
    }
    .boldtext {
        font-size: 24px;
        line-height: 1;
        text-transform: uppercase;
        text-shadow: 2px 5px 3px #0000004d;
        margin-bottom: 0;
    }
  
 
    .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: 20px;
    }

    .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: 250%;
        background-position: center 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%;
        color: white;
        height: 100%;
        z-index: 1;
        padding-bottom: 22%;
        padding-top: 0;
        margin-top: -5%;
    }

    .background {
        height: 74vh;
    }

    .imgmain {
        height: 60vh;
        overflow: hidden;
    }

    .bg-black1 {
        background: black;
    }

.downloadb, .make-own{
    background: white;
}
.cursivefont{
    margin-top: 25px !important;
    text-align: center;
}
.bg-black1::before {
    display: none;
}
.downloadb a {
    color: #fb8d3a;
    font-weight: 600;
}
.make-own a {
    color: #0d6efd;
    font-weight: 600;
}
.posfix{
    display: none;
}
.buttonsbg{
    display: flex;    ;
            height: 50px;
            position: fixed;
            bottom: 0;
            z-index: 9;
}
#toggle-button{
    position: fixed;
    width: 49%;
    height: 45px;
    left: 3px;
    top: unset;
    background-color: #008000;
    padding: 6px;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(267deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: unset;
    /* bottom: 0; */
    flex-basis: 100%;
}
#toggle-button1{
    left: unset;
    position: fixed;
    width: 49%;
    height: 45px;
    right: 3px;
    top: unset;
    background-color: #0d6efd;
    padding: 6px;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(267deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: unset;
    /* bottom: 0; */
    flex-basis: 100%;
}
#sliding-panel {
    position: fixed;
    right: unset;
    top: unset;
    transform: translateY(10%);
    height: 145px;
    width: 97%;
    background-color: #333;
    color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    transition: right 0.3s ease;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: right 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
    left: 1%;
    bottom: 68px;
}
#sliding-panel.open {
    right: unset;
    opacity: 1;
    visibility: visible;
    transition: right 0.5s ease, opacity 0.5s ease;
    height: 145px;
}
#sliding-panel1 {
    position: fixed;
    right: unset;
    top: unset;
    transform: translateY(10%);
    height: 145px;
    width: 97%;
    background-color: #333;
    color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    transition: right 0.3s ease;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: right 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
    left: 1%;
    bottom: 69px;
}
 #sliding-panel1.open {
    right: unset;
    opacity: 1;
    visibility: visible;
    transition: right 0.5s ease, opacity 0.5s ease;
    height: 145px;
}
#main-container{
    display: unset;
}
#sliding, #sliding1 {
    overflow-x: auto;
    white-space: nowrap;
}
.thumbnails, #buttons{
    position: unset;
    width: auto;
    overflow-y: hidden;
    height: unset;
    display: inline-flex;
    gap: 10px;
    margin-top: 10px;
    flex-direction: row;
    padding-bottom: 13px;
}
.product-btn, .thumbnail-wrapper {
    background: #444;
    color: #fff;
    border: none;
    padding: 2px 4px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s;
    margin-bottom: 3px;
    width: 100px;
    height: 109px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.thumbnail-wrapper img {
    width: 100%;
    height: 75px;
    border-radius: 8px;
    box-shadow: -1px 4px 2px black;
    margin-bottom: 7px;
    object-fit: cover;
    margin-top: 5px;
}
#still {
    top: 70px;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0% auto;
    left: 0;
    transform: scale(1.3);
}
.description {
    max-height: 240px;
    overflow-y: auto;
}
#toggle-button.open span.icon {
    transform: rotate(270deg);
}
#toggle-button1.open span.icon {
    transform: rotate(270deg);
}
#background-message{
    display: none !important;
    opacity: 0 !important;
}
}
@media screen and (min-width:700px) and (max-width:1007px) and (orientation:landscape) {
    .bg-black1 {
        background: black;
    }

    .background {
        height: 100vh;
    }


    .textmain {
        width: 100%;
    }
}

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

    .textmain {
        width: 100%;
    }


}

