@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    background: url("./leather.jpeg");
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    background-position: center;
    width: 100vw;
    overflow-x: hidden;
    
}


.logo_box{
    align-items: center;
    justify-content: center;
    margin: auto;
    
    
}
.logo img{
    
    margin: auto;
    width: 38vw;
    
}

.logo_body{
    align-items: center;
    justify-content: center;
    position: center;
    margin: auto;
    display: flex;
    

    width: 100vw;
    height: 100vh;
}




/*
nav and footer
*/
/* ####################### Navbar ##################*/
.logo_responsive {
    height: 5rem;
}
#btn {
    text-decoration: none;
    display: inline-block;
    padding: 8px 30px;
    background: #ff0;
    color: #f00;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 40px;
    transform: translateY(150px);
    border: 1px solid transparent;
    

}

#btn:hover {
  background: #000;
  color: #f00;
 



}

.btn {
    display: inline-block;
    padding: 1 rem 2 rem;
    border: 1px solid transparent;
    font-weight: 500;
    border-width: 2px;
    justify-content:center;
    font-family: 'Rancho', cursive;

}
.btn:hover {
    background: rgba(0, 0, 0, 0.5);
    color: red;
    border-color: red;
    border-radius: 100px;
    border-width: 4px;
    animation: squish 0.5s;
    

}
.btn-primary {
    background: red;
    color: #fff;
    padding: 0.8rem;
    content: center;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    height: 50px;
   
    
}
/* ####################### Navbar ##################*/
.logo_responsive {
    height: 5rem;
}


nav {
    background: linear-gradient(to top, red,#000 10%);
    width: 100vw;
    height: 5rem;
    position: fixed;
    top: 0;
    z-index: 11;
    
}
/*      change navbar style when scrolling      */
.window-scroll {
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);

}
.window-scroll a {
    color: red;
}
.nav_container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav button {
    display: none;
}
.nav_menu {
    display: flex;
    align-items: center;

  
    
}
.nav_menu a {
    font-size: 0.9rem;
    transition: var(--transition);
    color: red;
    font-size: 30px;
  
    
    
    
}
.nav_menu a:hover {
  
    animation: squish2 0.6s;
 
    
}
@keyframes squish {
    0% {
        transform: scaleY(1);
        transform: scaleX(1);
    }
    60% {
        transform: scaleY(1.7);
        transform: scaleX(1.7);
    }
    80% {
        transform: scaleY(0.8);
        transform: scaleX(0.6);
    }
    100% {
        transform: scaleY(1);
        transform: scaleX(1);
    }
    
}

@keyframes squish2 {
    0% {
        transform: scaleY(1);
        transform: scaleX(1);
    }
    35% {
        transform: scaleY(1.8);
        transform: scaleX(1.3);
    }
    55% {
        transform: scaleY(0.4);
        transform: scaleX(0.4);
    }
    65% {
        transform: scaleY(0.7);
        transform: scaleX(0.7);
    }
    85% {
        transform: scaleY(1.3);
        transform: scaleX(1.3);
    }

    100% {
        transform: scaleY(1);
        transform: scaleX(1);
    }
    
}

.nav_container a{
    margin-left: 10px;
    margin: auto;
    color: #f00;
}

/* ####################### NAVBAR_DYNAMIC ##################*/


nav button {
    display: inline-block;
    background: transparent;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer;
    padding-right: 2rem;
}
nav button#close-menu-btn {
    display: none;
}
.nav_menu {
    position: fixed;
    top: 5rem;
    right: 5%;
    height: fit-content;
    width: 20rem;
    flex-direction: column;
    gap: 0;
    display: none;
   
}
.nav_menu li {
    width: 100%;
    height: 5.8rem;
    animation: animateNavItems 300ms linear forwards;
    transform-origin: top right;
    opacity: 0;
    backdrop-filter: blur(8px);
    border-color: transparent;
    background: rgba(0, 0, 0, 0.9);
   
}
.nav_menu li:nth-child(2) {
    animation-delay: 100ms;
}
.nav_menu li:nth-child(3) {
    animation-delay: 200ms;
}
.nav_menu li:nth-child(4) {
    animation-delay: 300ms;
}
.nav_menu li:nth-child(5) {
    animation-delay: 400ms;
}
.nav_menu li:nth-child(6) {
    animation-delay: 500ms;
}




@keyframes animateNavItems {
    0% {
        transform: rotateZ(90deg) rotateX(180deg) scale(0.1);
    }
    100% {
        transform: rotateZ(0) rotateX(0) scale(1);
        opacity: 1;
    }
}
.nav_menu li a {
    
    box-shadow: -4rem 6rem 10 rem rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;

}
.nav_menu li a:hover {
    background: rgba(255, 0, 0, 1);
    backdrop-filter: blur(8px);
    border-radius: 5px;
    color: #000;
    
}


/*  fade in skill */
.fade-in {
    opacity: 0;
    transition: opacity 2s ease-in;
}
.fade-in.appear {
    opacity: 1;
}

.footer {
    background: transparent;
    padding-top: 5rem;
    font-size: 25px;
    font-family: 'Rancho', cursive;
    background-size: cover;
    background: linear-gradient(to bottom, #f00,#000 5%);
    box-shadow: inset 0 0 3rem rgba(0,0,0, 0.7);
    
}
.footer_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    justify-content: center;
  

}
.footer_container > div h4 {
    margin-bottom: 1.2rem;
    color: #fff;
}
.footer_container > div p {
    color: #fff;
    margin: 1.5rem;
    padding: 0.8rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    text-align: center;
    
}
.footer_container >div p:hover {
    color: #fff;
    margin: 1.5rem;
    padding: 0.8rem;
    background: transparent;
    border-radius: 10px;
    text-align: center;
    
    
}
.footer_1 p {
    margin: 0 0 2rem;
    color: #fff;
    
}
.footer p {
    color: #fff;
}
.footer li a {
    color: #fff;
}
footer ul li a:hover {
    text-decoration: underline;

}
.footer_social {
    display: flex;
    gap: 1rem;
    font-size: 30px;
    margin-top: 2rem;
}

.footer_copright {
    color: #fff;
    margin-top: 4rem;
    padding: 1.2rem;
    border-top: 1px solid red;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: 20px;
}
.footer_copright:hover{
    background: rgba(0, 0, 0, 0);
}

.footer_container {
    grid-template-columns: 1fr 1fr 1fr;

}

.question {
    
    text-align: center;
    height: auto;
}
.question h2 {
    position: relative;
    text-transform: uppercase;
    overflow: hidden;

    background: linear-gradient(90deg, #f00, orange, #f00, orange );
    letter-spacing: 4px;
    background-size: 80%;
    background-clip: clip;
    background-repeat: no-repeat;
    animation: h2 2.5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    
    

}
@keyframes h2 {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}
.head {
   
    height: auto;
    width: 100vw;
    background: rgba(251, 251, 251, 1);
    padding-top: 10vh;
    margin-bottom: 15vh;
}

header {
    position: relative;
    top: -1rem;
    overflow: hidden;
    height: 100vh;
    margin-bottom: 5rem;
  

    
}
.container.header_container{
    height: 200vh;
}

.header_right{
    
    width: auto;
    height: 130vh;
    
   
}
.header_left{

    width: 60vw;
    height: 80vh;
    margin-left: 3vw;

}
.rifle img{
    width: 200px;
    height: 100px;
    margin: auto;
}
.header_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 100%;
    text-align: center;
   /* background: url("./rusty.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    object-fit: scale-down;
    
}
.header_left p {
    margin: 1rem 0 2.4rem;
    color: #000;
    font-family: 'Rancho', cursive;
    font-size: 20px;
}
.header_left h1:hover {
    color: red;
    background: linear-gradient(to right,red,red 70%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header_left h1 {
    animation: title ;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    background: linear-gradient(to right,red,orange 70%);
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
}
.box{
    display: grid;
    grid-template-columns:auto;
    height: 50vh;

}
.box_item {
    margin-top: 100px;
    margin-left: 8vw;
    border-radius: 35px;
    border-color: #000;
    height: 300px;
    width: 300px;
    margin-bottom: 7vh;
    

}
.box_item:hover{
    box-shadow: -20px 60px 30px -5px rgba(0, 0, 0, 0.7);
    animation: cardScale 1s ;
    animation-iteration-count: 1 ;
    animation-fill-mode: forwards;
}
@keyframes cardScale {
 
   
    0% {
        transform: scale(1);
    }
   
    100% {
        transform: scale(1.1);
    }
  
}
.box_item img{
    width: 200px;
    height: 200px;
    object-fit: scale-down;
}
.box_item img:hover{
    animation: squish2 0.5s;
}
.small img{
    width: 25px;
}
.small {
    margin-top: -10px;
    position: relative;
}
.big {
    background: rgba(0, 0, 0, 0.5);
}
.box_item h2{
    background: #f00;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    font-size: 30px;
    
}
.box_item p{
    background: #f00;
    font-family: 'Rancho', cursive;
    text-align: center;
   
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 20px;

}

.about {
    padding-top: 10rem;
    padding-bottom: 10rem;
    width: 100vw;
   
    
}
.story {
    width: 100vw;
    height: auto;
    color: #fff;
    padding-left: 25vw;
    padding-right: 25vw;
    text-align: center;
    margin-bottom: 15vh;
        
    
}
.story p{
    font-size: 35px;
    padding-bottom: 1rem;
    font-family: 'Rancho', cursive;
    
}
.story p:hover {
    color: #ff0;
    animation: squish 0.5s;
}



.story h3 {
    font-size: 30px;
    color: #ff0;
    font-family: 'Rancho', cursive;
   

}
.story_containment_box{
    border-radius: 30px;;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    background:  url("./download\ \(2\).jpeg");
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment:fixed;
    object-fit: scale-down;
    background-size: 60vw 110vh;
    background-position: center;
    border-radius: 35px;
}
.story_containment_box h3 {
    color: #ff0;
    font-size: 40px;
}

/*
Cards
*/
/*cards*/
.cards_sec{
    background: #fff;
    background-repeat: no-repeat;
    object-fit: scale-down;
    background-size: cover;
}

.cards {
    display: grid;
    margin: auto;
  
   
    position: relative;
    content: center;
    justify-content: center;
    
    height: 100vh;
    transform: translateX(-50%);
       
    
} 
.cards{
    transition: transform 2.5s ease-in;
}
.cards.appear {
    transform: translateX(0);
}
.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
    height: 500px;
    width: 400px;
   
}
.gallery_box {
    display: grid;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    width: 100vw;
    margin-bottom: 20vh;
}
.item2 {
    top: 30vh;
}
.item1 img {
    width: 100%;
}
.item_box {
    margin-left: 10vw;
    margin-right: 10vw;
    margin-top: 40vh;
    text-align: center;
}
.item1 img:hover {
    animation: squish2 0.5s;
}

.card {
    border-radius: 10px;
    max-height: 500px;
    max-width: 400px;
    margin-right: 1.5rem;
    margin-left: 1.5rem;  
    margin-top: 10vh;
}
.card:hover {
    transform: scale(1.2);
}

.card h2 {
    margin-bottom: 0px;
    background: linear-gradient(to right,red, #000 110%);
    color:#000;
    text-align: center;
}
.card p {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
   
    background-size: cover;
}
.card p2 {
    color: #fff;
}


.stats {
    grid-area:span;
    background: linear-gradient(to right,rgba(0,0,0, 0.9),#fff 150%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    
}
.stats p {
    color: #000;;
}

.box_slide{
    background: #000;
    margin-left: 30vw;
    margin-right: 30vw;
    border-radius: 40px;
}
.swipe_box h1{
    text-align: center;
    margin-bottom: 5vh;
    
    font-size: 40px;
    color: red;
}

.swipe_box h2 {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #f00;
    margin-left: 20vw;
    margin-right: 20vw;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 28px;
    margin-top: 20vh;
}
.swipe_box h3 {
    text-align: center;
    margin-left: 20vw;
    margin-right: 20vw;
    color: #ff0;
    background: rgba(255, 5, 5, 0.9);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 5vh;

}
.swipe_box h4 {
    text-align: center;
    margin-left: 20vw;
    margin-right: 20vw;
    color: #f00;
    background: rgba(0, 0, 0, 0.9);
    font-size: 30px;
  

}
.swipe_box p {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    margin-left: 30vw;
    margin-right: 30vw;
}
.swipe_box h1:hover{
    animation: squish 0.5s;
}
.swipe_grid {
  
    margin: auto;
  
    height: 120vh;
    background: rgba(0, 0, 0, 0.5);
    
}
.swipe_box{
    height: 90vh ;
    background: transparent;

    border-color: #f00;
    border-width: 10px;
    
}
.swipe{
    background: transparent;
    height: 150vh;
}
.swiper {
    width: 800px;
    height: 600px;
    margin-bottom: 12vh;
    
   
  }
  .bracket {
    padding-top: 40vh;
  }
  .bracket p{
    text-align: center;
    margin-left: 20vw;
    margin-bottom: 20px;
    margin-right: 20vw;
  }
  .bracket h4
{
    text-align: center;
    background: linear-gradient(to right, #000,#f00 90%);
    margin-left: 20vw;
    margin-right: 20vw;
    color: #fff;
}
  .swiper-slide {
    background-position: center;
    background-size: cover;
    
  }
  .header_left p{
    font-size: 20px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 80%;
    border-radius: 25px;
   
  }
  #showcase{
    font-size: 100px;
    line-height: 1.3;
    position: relative;
    animation: title;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    
}



@keyframes title {
    0% {top: -800px;

    }
    100% {
        top: 50px;
    }
}
.bracket {
   
    text-align: center;
}
.bracket h2 {
    color: #f00;
    font-size: 40px;
}
.bracket h2:hover{
    animation: squish2 0.5s;
}
.bracket p{
    font-size: 20px;
}
.media-scroller {
    display: flex;
    padding-left: 3vw;
    
    width: 100vw;
    margin: auto;
    background: transparent;
    background-size: cover;
    background-position: center;
    gap: 50px;
    padding-right: 3vw;
    overscroll-behavior-inline: contain;
    padding-bottom: 10VW;
    padding-top: 10VW;    
}
.media-scroller h2 {
    text-align: center;
    margin-bottom: 10vh;

}
.media-scroller {
    text-align: center;
    background: url("./leather.jpeg");
    background: url("./leather.jpeg");
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;

    background-position: center right;
}
.media-element  img {
    width: 250px;
    height: 250px;
    border-radius: 20px;
 
  
}
.media-element {
    padding: 30px;
    background: rgba(0, 0, 0, 01);
    margin: auto;
    border-radius: 30px;
}

.media-element:hover {
    background: #f00;
    animation: squish3 0.5s;
}
.media-element img:hover {
    transform: scale(1.15);
}

@keyframes squish3 {
    0% {
        transform: scaleY(1);
        transform: scaleX(1);
    }
    35% {
        transform: scaleY(1.2);
        transform: scaleX(1.2);
    }
    55% {
        transform: scaleY(0.7);
        transform: scaleX(0.7);
    }
    65% {
        transform: scaleY(0.9);
        transform: scaleX(0.9);
    }
    85% {
        transform: scaleY(1.1);
        transform: scaleX(1.1);
    }

    100% {
        transform: scaleY(1);
        transform: scaleX(1);
    }
    
}


.product_detail {
    width: 100vw;
    margin: auto;
    display: flex;
    background: #fff;
    height: 65vh;
    display: grid;
    grid-template-columns: 1fr;
}
.product_detail img {
    width: 80vw;
    height: 50vh;
    object-fit: scale-down;
    margin: auto;
}

/* ####################### FAQ ##################*/
.faqs {
    background: rgba(255, 255, 255, 0.0);
    box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.0);
    margin-bottom: 20vh;
    padding-bottom: 10VH;
    
    

}
.faqs_container {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    
}
.faq {
    margin: 0.7rem;
    padding: 2rem;
    display: flexbox;
    align-items: center;
    gap: 1.4rem;
    height: fit-content;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; 
    margin-left: 20vw;
    margin-right: 20vw;
    border-radius: 25px;
}
.faqs h2 {
    color:  rgb(255, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    margin-left: 35vw;
    margin-right: 35vw;
    font-size: 40px;
    text-align: center;
    


    

}
.faq:hover {
    color: red;
}
.faq h4 {
    font-size: 1.3rem;
    line-height: 2.2;
    color: #ff0;
    text-align: center;
    font-family: 'Rancho', cursive;
}
.faq_icon {
    align-self: flex-start;
    font-size: 1.2rem;
}
.faq p {
    margin-top: 0.8rem;
    display: none;
    color: #fff;
    text-align: center;
    margin-left: 10vw;
    margin-right: 10vw;
}
.faq.open p {
    display: block;
}




  


@media (max-width: 1300px)
{
    html.body {
        width: 100%;
        height: 100%;
        margin: 0;
        overflow-x: hidden;
       
        
    }
    .head {
        height: 230vh;
    }
    .header {
        height: 52vh;
        margin-bottom: 4rem;
    }
    .header_container {
        gap: 0;
        padding-bottom: 3rem;
        grid-template-columns: 1fr;
       
    }
    .header_right  {
        width: 100vw;
        height: 100vh;

    }
    .header_right h2 {
        font-size: 25px;
    }
    .header_left
    .box {
        height: 60vh;
        width: 100vw;
        overflow: hidden;
      
    }
    .header_left p {
        font-size: 35px;
        margin-left: 5vw;
        margin-right: 5vw;
        
    }
    .header_left{
        width: 100vw;
        height: auto;
        margin: auto;
    }
    .header_left p {
        margin-bottom: 1.3rem;
   
        line-height: 3rem;

    
    }
    @keyframes squish {
        0% {
            transform: scaleY(1);
            transform: scaleX(1);
        }
        60% {
            transform: scaleY(1.8);
            transform: scaleX(1.3);
        }
        80% {
            transform: scaleY(0.8);
            transform: scaleX(0.6);
        }
        100% {
            transform: scaleY(1);
            transform: scaleX(1);
        }
        
    }

    .box_item {
        width: 70vw;
        height: 35vh;
        margin: auto;
        margin-top: 15vh;
        padding-bottom: 190px;
        margin-bottom: 25vh;
    }
    .box_item:hover {
        box-shadow: -20px 20px 20px -5px rgba(0, 0, 0, 0.0);
    }
    .logo_box{
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100vw;
        
    }
    
    .logo img{
        
        margin: auto;
        width: 100vw;
        height: 100%;
        
    }
   
    .logo_body{
        align-items: center;
        justify-content: center;
        position: center;
        margin: auto;
        display: flex;
        height: 100vh;
       
    }
    .item2 {
        margin: auto;
        text-align: center;
    }
    .gallery_box {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        margin: auto;
    }
    .cards_sec {
        height: 100vh;
    }
    .cards {
        height: 100vh;
    }
    .swipe_box {
        padding-top: 500px;
    }
    .swipe_grid {
        height: auto;
    }
    .swipe_box {
        width: 100vw;
        height: 110vh;
        margin: 0;
    }
    .swiper {
        width: 100vw;
        height: 350px;
        
      }
      .swiper-slide img {
        display: block;
        object-fit: scale-down;
        width: 80vw;
       
        margin: auto;
      }  
   
    .swipe{
        margin-bottom: 5vh;
        height: 60vh;
    }
    .swipe_box p{
        margin: 5px;
        height: 100vh;
        margin-bottom: 0;
    }


   
  
}



@media screen and (max-width: 700px) {
   
    body {
        width: 100vw;
 
        margin-top: 3rem;
        overflow-x: hidden;
        position: absolute;
        background-position: center;
      
        height: 100vh;
       
    
        
    }
    /* ####################### nav ##################*/
  
    .head {
        height: 280vh;
        margin-bottom: 0vh;
    }
    .header {
        height: auto;

    }
    .header_container {
        grid-template-columns: 1fr;
        height: auto;
        text-align: center;
        margin-top: 0;
    }
    .header_left{
        width: 95vw;
        height: auto;
        margin: auto;
    }
    .header_left p {
        margin-bottom: 1.3rem;
        font-size: 26px;;
        line-height: 3rem;

    
    }
    @keyframes squish {
        0% {
            transform: scaleY(1);
            transform: scaleX(1);
        }
        60% {
            transform: scaleY(1.8);
            transform: scaleX(1.3);
        }
        80% {
            transform: scaleY(0.8);
            transform: scaleX(0.6);
        }
        100% {
            transform: scaleY(1);
            transform: scaleX(1);
        }
        
    }
    .header_right  {
        width: 100vw;
        height: 150vh;

    }
    .header_right h2 {
        font-size: 25px;
    }
    .header_left
    .box {
        height: 50vh;
        width: 100vw;
        overflow: hidden;
      
    }
    .header_left p {
        font-size: 20px;
    }

    .box_item {
        width: 80vw;
        height: 30vh;
        margin: auto;
        margin-top: 15vh;
        padding-bottom: 190px;
        margin-bottom: 25vh;
    }
    .logo_box{
        align-items: center;
        justify-content: center;
        margin: auto;
        width: 100vw;
        margin-top: -20vh;
    }
    
    .logo img{
        
        margin: auto;
        width: 100vw;
        height: 140vh;
        
    }
   
    .logo_body{
        align-items: center;
        justify-content: center;
        position: center;
        margin: auto;
        display: flex;
        height: 100vh;
       
    }

    
 
 
 


    /* ####################### Footer ##################*/
    .footer_container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.2rem;
      
       
    }
    .footer {
        
        grid-template-columns: 1fr;
    }
    .footer_1 p {
        margin: 1rem auto;
    }
    .footer_social {
        justify-content: center;
    }
    .question {
      
        height: 20vh;
    }
    .question h2 {
        position: relative;
        text-transform: uppercase;
        overflow: hidden;
    
        background: linear-gradient(90deg, #f00, orange, #f00 );
        letter-spacing: 4px;
        background-size: 80%;
        background-clip: clip;
        background-repeat: no-repeat;
        animation: h2 3.5s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        font-family: 'Rancho', cursive;
        margin: auto;
    }

    .story_containment_box{
        border: 0px solid transparent;
        border-radius: 40px;
        overflow-x: hidden;
        background:  rgba(0, 0, 0, 0.5);
        background-position: fixed;
        background-repeat: no-repeat;
        background-attachment:fixed;
        object-fit: scale-down;
        background-size:cover;
    }
    .story {
        height: auto;
        padding-left: 2vw;
        padding-right: 2vw;
        margin-bottom: 0;
        background:  url("./download\ \(2\).jpeg");
        background-position: center;
        background-repeat: no-repeat;
       
        object-fit: scale-down;
        background-size:cover;
        font-size: 30px;

       
    }

    
    .about {
        padding-top: 0;
        padding-bottom: 0;
    
    }
    .swipe_grid {
        height: auto;
    }
    .swipe_box {
        width: 100vw;
        height: 110vh;
        margin: 0;
    }
    .swiper {
        width: 100vw;
        height: 350px;
        
      }
      .swiper-slide img {
        display: block;
        object-fit: scale-down;
        width: 80vw;
        margin: auto;
      }  
   
    .swipe{
        margin-bottom: 5vh;
        height: 50vh;
    }
    .swipe_box p{
        margin: 5px;
        height: 100vh;
        margin-bottom: 0;
    }

    
    .cards {
    left: -30vw;
    margin-top: 150vh;
    }
    .gallery {
        height: 100vh;
        width: 100vw;
        margin: auto;

    }
    .gallery img {
        width: 130vw;
        padding-left: 25vw;
        
    }
    .box_slide h1{
        font-size: 30px;
    }
    
    .card {
        gap: 1rem;
        padding-bottom: 12rem;
        height: 70vh;
        width: 80vw;
        margin: auto;
    
        
    }
    .cards_sec {
        margin-top: 0;
        height: 100vh;
    }
    .card img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-size: cover;
        height: 300px;
        width: 80vw;
       
    }
    .media-scroller {
        display: grid;
        padding-left: 10vw;
        margin-top: 10vh;
        width: 100vw;
        height: auto;
        margin: auto;
        background: #fff;
        gap: 50px;
        padding-right: 10vw;
        overscroll-behavior-inline: contain;
        padding-bottom: 10VW;
        padding-top: 10VW;    
    }

    .media-scroller {
        text-align: center;
    }
    .media-element  img {
        width: 200px;
        height: 200px;
        border-radius: 20px;
        margin: auto;
     
      
    }
    .media-element {
        padding: 35px;
        background: rgba(0, 0, 0, 0.5);
        margin: auto;
        border-radius: 30px;
   
        
    }
    #showcase{
        font-size: 100px;
        line-height: 1.3;
        position: relative;
        animation: title;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        
    }
    @keyframes title {
        0% {top: -800px;
    
        }
        100% {
            top: 20px;
         
        }
    }
    .header_right{
    
        width: auto;
        height: 100vh;
        
       
    }
    .cards_sec{
        background: #fff;
        background-repeat: no-repeat;
        object-fit: scale-down;
        background-size: cover;
  
        height: 130vh;
        
    }
    
    .cards {
        display: grid;
        margin: auto;
        grid-template-columns: 1fr;
        position: relative;
        content: center;
        justify-content: center;
        margin-left: 45vw;
        height: 100vh;
        transform: translateX(-50%);
           
        
    } 
    .cards{
        transition: transform 2.5s ease-in;
    }
    .cards.appear {
        transform: translateX(0);
    }

    .gallery_box {
        display: grid;
        margin: auto;
        width: 100vw;
        height: 100vh;
        grid-template-columns: 1fr;
        margin-top: 30vh;
    }
    .item2 {
        margin-bottom: 10vh;
        width: 100vw;
    
    }
    .item2 h2 {
      
        text-align: center;
        margin: auto;
    }
    .item_box {
        margin-left: 23vw;
        margin-right: 10vw;
        margin-top: 0vh;
        text-align: center;
    }
    .item1 img {
        width: 100%;
        object-fit: scale-down;
    }
    .item1 {
        overflow-x: hidden;
        width: 100vw;
    }
  
    .question {
        margin: auto;
       
        text-align: center;
       
    }
    .box_slide{
        background: #000;
        margin-left: 3vw;
        margin-right: 3vw;
        border-radius: 40px;
    }
    .swipe_box h4 {
        margin-left: 5vw;
        margin-right: 5vw;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;

    }
    .swipe_box h3 {
        margin-left: 5vw;
        margin-right: 5vw;
    }
    .product_detail img {
        width: 100vw;
    }





    /* ####################### FAQ ##################*/

.faq {
    margin: 0.7rem;
    padding: 2rem;
    display: flexbox;
    align-items: center;
    gap: 1.4rem;
    height: fit-content;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; 
    margin-left: 5vw;
    margin-right: 5vw;
    border-radius: 25px;
}
.faqs h2 {
    color:  rgb(255, 0, 0);
    background: rgba(0, 0, 0, 0.2);
    margin-left: 20vw;
    margin-right: 20vw;
    font-size: 50px;
    text-align: center;
    


    

}
.faq p {
    margin-top: 0.8rem;
    display: none;
    color: #fff;
    text-align: center;
    margin-left: 1vw;
    margin-right: 1vw;
}
.faq.open p {
    display: block;
}



   

}

