
/* to stop user to copy the text */
body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
  }
  /* ends */

:root{
    --whatsapp-light:#25D366 ;
    --whatsapp-dark:#093017 ;
    --orange-color:#ff7e00;
    --primary-color: #222222;
    --secondary-color: #d72323;
    --yellow-color: #ffc107;
    --text-gray-color: #4a4c59;
    --white-color: #ffffff;
    --ofwhite-color: #e6e6e6;
    --black-color: #000000;
    --light-color: #a5a5a5;
    --light-color2: #aaaaaa;
    --dark-color: #242424;
    --sky-color: #647589;
    --border-color: #e4e4e4;
    --border-color2: #e4e4e4;
    --border-color3: #dddddd;
    --border-dark: #383434;
    --bg-gray-color: #f7f8fc;
    --gray-color: #ebebeb;
    --gray-color2: #f5f5f5;
    --rubik: "Rubik", sans-serif;
    --work-sans: "Work Sans", sans-serif;
    --body-font-size: 1.7rem;
    --body-font-weight: 400;
    --body-line-height: 2.6rem;
    --headings-weight: 700;
    --transition: all 0.3s ease 0s;
    --container-fluid-offset: 16rem;
}

.whatsappButton{
    font-size: 1rem ;
    background-color: var(--whatsapp-light) ;
    color: white;
    padding: 0.2rem 1rem;
    position: relative;
    overflow: hidden;
    padding: 1rem 1.5rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px black;
}


.whatsappButton i{
    color: inherit;
    position: relative;
    z-index: 2;
    transition: 300ms;
}
.whatsappButton:hover{
    background-color: var(--whatsapp-dark) ;
    color: white;
}
.whatsappButton::before{
    content: "";
    position: absolute;
    background-color: #075E54;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: 300ms;
}
.whatsappButton:hover::before{
    transform: translateY(0%);
}
.whatsappButton:hover i{
    transform: scale(1.1);
}

.whatsappButton *{
    z-index: 2;
}
.whatsappButtonRound {
    border-radius: 100%;
    padding: 1rem 1.2rem;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    background-color: var(--whatsapp-light);
    z-index: 999;
    border: none;
    box-shadow: 2px 2px 5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;

}
.whatsappButtonRound i{
    font-size: 2rem;

}

/* contentHolder css started */
.contentHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    padding:2rem 1rem;

}
.contentHolder p{
    text-align: justify;
    color: black;
}
.contentHolder h1,
.contentHolder h2,
.contentHolder h3,
.contentHolder h4,
.contentHolder h5,
.contentHolder h6{
    text-align: center;
}
.contentHolder ul,
.contentHolder ol
{
    min-width: 80%;
    font-family: var(--rubik);
    word-spacing: 5px;
}
.contentHolder ul li{
    list-style-type: disc;
    margin-bottom: 0.3rem;
    padding: 0 1rem;
    line-height: 1.2;
}

html{
    overflow-x: hidden !important;
}

/* exchanger css */
.product__badge{
    width: auto;
    border-radius: 1rem;
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exchangeContainer{
    background-color: var(--gray-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 0.6rem;
    box-shadow: 2px 2px 5px solid black;
    position: relative;
    overflow: hidden;
}
.exchangeContainer .exchangerContent a
{
    text-transform: capitalize;
}
.exchangeContainer:hover .exchangerContent a
{
    color: white;
}
.exchangeContainer .exchangerImageBox ,
.exchangeContainer .exchangerContent 
{
   position: relative;
   z-index: 2;
}
.exchangeContainer::before
{
    content: "";
   position: absolute;
   width: 150%;
   height: 150%;
   top: 0;
   left: 0;
   background: linear-gradient(45deg,var(--secondary-color),white);
   transform: scale(0) translate(-50%,-50%);
   border-radius: 100%;
   transform-origin: left bottom;
   transition: 300ms;
}
.exchangeContainer:hover::before
{
   transform: scale(1) translate(0);
   border-radius: 0;
}

/* hero section css */
.SlideImg{
    max-height: 300px;
}

/* whatsapp button css */
.whatsappStickyButton{
    position: fixed;
    left: 20px;
    bottom: 72px;
    border-radius: 100%;
    padding: 1rem 1.2rem;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    background-color: var(--whatsapp-light);
    z-index: 999;
    border: none;
    box-shadow: 2px 2px 5px black;
}

/* header css */
.main__header--inner{
    gap: 0.5rem;
}
.whatsappIconMobile{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainMenuLinks{
    display: flex;
    justify-content: center;
    align-items: center;
}
.addBanner{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
}
.addBanner a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.addBanner a img{
   object-fit: contain;
   width: 100%;
}
.mainLogo{
    line-height: 1;
    padding: 0 0.5rem;
    text-align: center;
    font-size: 2rem;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #2600ff, #ffad15);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    text-transform: capitalize;
    font-weight: 800;
}
.mobileMenuLogo{
    line-height: 1;
    padding: 0 0.5rem;
    text-align: center;
    background-color: #f3ec78;
    background-image: linear-gradient(45deg, #001aff, #ffad15);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 800;
}
@media (max-width:425px){
    .mainLogo{
      font-size: 1.2rem;
      margin: 0;
    }
}
/* addContainerr css */
.addContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
}
.addContainer a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.addContainer a img{
   object-fit: contain;
   width: 50%;
}
@media (max-width:425px){
    .addContainer a img{
        object-fit: contain;
        width: 100%;
     }
}


/* navbar /header css */
.main-menu-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-menu-wrapper *{
    padding: 0;
    gap: 0.5rem;
}
.main-menu-wrapper .addBanner{
    margin: 0 0.5rem;
}

@media (max-width:425px){
    .mainLogo{
        display: flex;
        font-size: 0.5rem;
        gap: 0;
    }

    .main-menu{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
   .main-slider-one,
   .page-header{
    margin-top: 34px;
   }
}