/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body, html {
    overflow-x: hidden; 
    font-family: 'Clash Display';
    padding-right: 0 !important;
}
p {
	font-weight: 400;
}
a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
html,
body {
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Clash Display';
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

/*--------------------------------------------------------------
# Main css 
--------------------------------------------------------------*/


.welcomscreen {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
}
.welcomevideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px -320px;
   position: relative;
  z-index: 1; 
}
.welcomevideo {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh; /* ✅ set height */
  overflow: hidden;
}
.welcomevideo::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(194, 100, 50, 0.4) -235.26%, #793917 -21.63%, #030100 100%);
    background-blend-mode: multiply;
    z-index: 2;
    mix-blend-mode: multiply;
}
.welcomelogo {
    position: relative;
    z-index: 2;
    max-width: 354px;
}
.authheader {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FFFFFF1A;
}
.authheader img {
    max-width: 229px;
}
.authpages {
    height: 100vh;
    overflow: hidden;
    background-position: top;
    background-size: cover;
}
.authcopyright {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #FFFFFF33;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.5) -56.25%, rgba(0, 0, 0, 0.5) 100%);
    font-size: 15px;
}
.authmain {
    height: calc(100vh - 115px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.authinner {
    width: 900px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -227.03%, rgba(0, 0, 0, 0) 147.3%);
    backdrop-filter: blur(18px);
    border: 1px solid #FFFFFF33;
    border-radius: 32px;
    padding: 40px 100px; 
    overflow-y: auto;
    position: relative;
}
.authhead img {
    max-width: 140px;
    margin-bottom: 20px;
}
.authinner::-webkit-scrollbar{
    display: none;
}
.authhead h1 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    line-height: 56px;
}
.authhead p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.authbtn {
    border: 1px solid #00000033;
    box-shadow: 0px 3px 4px 0px #FFFFFF33 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 20px;
    color: #000000 !important;
    font-weight: 600;
    border-radius: 10px;
}
.authbtn img{
    margin-right: 7px;
}
.donthave {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.donthave a {
    font-weight: 600;
    margin-left: 3px;
}
.forgotpassword{
    color: #fff;
}
.forgotpassword {
    font-weight: 500;
    font-size: 16px;
}

.custom-checkbox {
  display: flex;
  align-items: center; 
  font-size: 16px;
  color: white;
  cursor: pointer;
  gap: 10px;
  font-weight: 500;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 1.07px solid #E5E5E566;
  background-color: #1a1a1a;
  display: inline-block;
  position: relative;
  border-radius: 0;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
     left: 5px;
    top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.authform .form-group .form-control {
    background: #FFFFFF1A; 
    border: 1px solid #FFFFFF33;
    box-shadow: unset;
    border-radius: 10px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 47px;
}
.authform .form-group .labelinput{
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.inputicon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}
.authform .form-group .form-control::placeholder{
    color: #FFFFFF66;
}
.phone-select {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
      background: #FFFFFF1A;
    padding: 6px 10px;
    color: white;
    cursor: pointer;
    border: 1px solid #FFFFFF33;
    box-shadow: unset;
    border-radius: 10px;
    height: 50px;
    font-size: 14px;
}

.phone-select img {
    width: 18px;
    height: 18px;
}

.phone-select .arrow {
  font-size: 10px;
  margin-left: 4px;
}
.phone-select .arrow img {
    width: auto;
    height: auto;
}

.phone-select .dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #111;
  border: 1px solid #333;
  border-radius: 8px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  width: 180px;
  z-index: 10;
}

.phone-select .dropdown li {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}
.phone-select .dropdown li:hover {
  background: #222;
}
.verifyhead h1 {
    font-size: 36px;
    line-height: 46px;
}
.resendcode {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF66;
}
.resendcode span{
    color: #fff;
}
.authform .form-group .otpinput .form-control {
    border: 1.62px solid #FFFFFF33;
    height: 85px;
    width: 85px;
    border-radius: 16px;
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.backarrow {
    display: inline-flex;
    align-items: center;
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 18px;
    font-weight: 600;
}

.gendersselect {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
}
.gendersselect img{
    margin-right: 7px;
}
.eyeicon {
    position: absolute;
    top: 50%;
    right: 18px;
    border: 0;
    background: transparent;
    padding: 0;
    outline: 0;
    box-shadow: unset;
    transform: translateY(-50%);
}
.infobox {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
}
.infobox img{
    margin-right: 8px;
}
.infobox {
    display: flex;
    align-items: center;
}






.lang-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.language-option {
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: transform 0.4s ease;
}

/* Floating image */
.langimg {
    width: 12%;
    display: none;
    margin-right: 10px;
}

.lang-avatar {
    width: 80px;
    height: 102px;
    border-radius: 8px;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease;
    border: 1.14px solid #FFFFFF61;
    backdrop-filter: blur(18.580265045166016px);
}

/* Hide unselected avatar */
.language-option:not(.selected) .lang-avatar {
  opacity: 0;
  visibility: hidden;
}

/* ✅ Now the box styling is here */
.languserinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1.14px solid #FFFFFF33;
    box-shadow: 0px 3.43px 4.57px 0px #FFFFFF2E inset;
    height: 60px;
}

/* Border highlight for selected */
.language-option.selected .languserinner {
    border-color: #fff;
    background: linear-gradient(180deg, #333333 -56.25%, #000000 100%);
    width: 90%;
}

/* Inner content */
.lang-label {
  white-space: nowrap;
  font-weight: 500;
} 
.radio-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
    flex-shrink: 0;
    backdrop-filter: blur(20.571426391601562px);
    border: 0.86px solid #4C4C4C;
}

.language-option.selected .radio-dot {
    background-image: url(../img/checkmark.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
} 
.language-option.selected .langimg {
    display: block;
}
.videohome video {
    height: 100%;
    object-fit: cover;
    object-position: 0 -931px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.videohome {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
} 
 
.homebanner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homebanner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 200px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
}
.bannertxt {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 50px;
}
.bannertxt span{
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}
.bannertxt h1 {
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    line-height: 80px;
    margin-bottom: 15px;
}
.pageheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    backdrop-filter: blur(4px);
    background: linear-gradient(180deg, rgba(194, 100, 50, 0.052) -91.15%, rgba(165, 81, 36, 0.13) 28.32%, rgba(3, 1, 0, 0.13) 100%);
    background-blend-mode: multiply;
}
.infobar {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.infobar a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}
.container {
    max-width: 1280px;
}
.headermain {
    border-bottom: 1px solid #FFFFFF1A;
    height: 65px;
    display: flex;
    align-items: center;
}
.menubtn {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}
.menubtn img{
    margin-right: 10px;
}
.headeractions {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.headermenuss ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.headermenuss ul li a {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    padding: 18px 20px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.headermenuss ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    height: 18px;
    background-color: #fff;
    font-size: 11px;
    color: #000000;
    font-weight: 600;
    padding: 0 4px;
    margin-left: 8px;
}
.shopnowbtn {
    box-shadow: 0px 2.64px 3.52px 0px #FFFFFF33 inset;
    box-shadow: 0px 3.52px 3.52px 0px #00000040;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 44px;
    border: 0.88px solid #00000033;
    padding: 0 30px;
    font-size: 17px;
    font-weight: 600;
    color: #000000 !important;
}
.shopnowbtn img{
    margin-right: 12px;
}
.footerpart {
    background: url(../img/newsletterbg.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.footerpart::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    height: 30px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
    transform: scale(-1);
}
.footerpart::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(194, 100, 50, 0.4) -96.99%, #A55124 -23.86%, #030100 46.72%);
    background-blend-mode: multiply; 
    mix-blend-mode: multiply;
}
 
.newslettermain {
    padding: 50px 0px 30px;
    position: relative; 
}
.newsletterbox h2{
    font-weight: 600;
    font-size: 40px;
    color: #fff;
} 
.newsletterbox p{
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.socialmedia {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.socialmedia a{
    display: block;
    margin: 0 25px;
}
.subscribe .form-control {
    border: 2px solid #FFFFFF2E;
    box-shadow: 0px 0px 20px 0px #FFFFFF1A;
    background: #FFFFFF1A;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    height: 60px;
    color: #fff;
    border-radius: 13px;
}
.subscribe button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: transparent;
    border: 0;
    padding: 0;
    right: 20px;
}
.mainfooter {
    border-top: 1px solid #FFFFFF33;
    border-bottom: 1px solid #FFFFFF33;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
.footermenus h3 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}
.footermenus ul li a {
    font-weight: 400;
    font-size: 18px;
    display: block;
}
.footermenus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footermenus ul li{
    margin-bottom: 15px;
}
.pagecopyright {
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.pagecopyright p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.copyrightbtnss {
    background: #fff;
    color: #000 !important;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
}
.bg-black{
    background-color: #000;
}
.featuresbox {
    height: 550px;
    border: 1.96px solid #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.newslettermain::after{
     position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(18px);
}
.slidermenu {
  display: none; /* Hide initially */
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
.featuresbox::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 78.94%);
}
.featuresvideo {
    height: 100%;
    width: 100%;
    position: relative;
}
.featuresimgpart {
    height: 100%;
    width: 100%;
    position: relative;
}
.featuresimgpart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featuresvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commanhead h2 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    line-height: 62px;

}
.commanhead p{
    font-size: 22px;
    margin: 0;
    color: #fff;
}
.featurescontent {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
    z-index: 2;
}
.featurescontent h3 {
    color: #fff;
    font-weight: 600;
    font-size: 46px;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 4px;
}
.newsletterbox {
    position: relative;
    z-index: 1;
}
.featurescontent p{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.smallfeatures{
    height: 600px;
}
.smallfeatures .featurescontent {
    left: 28px;
}
.shopbycountrytabs ul li .nav-link {
    padding: 0 20px;
    display: flex;
    height: 40px;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent !important;
    transition: 0.3s ease-in-out;
}
.shopbycountrytabs ul li{
    margin: 0 5px;
}
.shopbycountrytabs ul li .nav-link.active , .shopbycountrytabs ul li .nav-link:hover {
    background: linear-gradient(106.7deg, rgba(255, 255, 255, 0.3) -141.68%, rgba(255, 255, 255, 0.15) 107.78%);
    border: 2px solid #ffffff8f !important;
}
.shopbyslide {
    height: 224px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 8px;
    border: 1.31px solid #FFFFFF4D;
    width: 128px;
}
.shopbyslide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.shopbyslide.firstdslide {
    height: 281px !important;
    width: 217px;
}
.shopbyslide video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.shopbycountrybox {
    position: relative;
}
.shopbycountry::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 162px;
    height: 100%;
    width: 100%;
    background-image: url(../img/categorybg.png);
    z-index: 1;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.featurescategory .container-fluid {
    position: relative;
    z-index: 1;
}
.featurescategory::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 1140px;
    height: 100%;
    width: 100%;
    background-image: url(../img/featuresbg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.shopbyslider {
    border: 1.31px solid #FFFFFF4D;
    border-radius: 10px;
    padding: 14px 0px 14px 4px;
    margin-right: 10px;
    overflow: hidden;
}
.featurescategory {
    position: relative;
    z-index: 1;
}
.shopbylogos span {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.shopbylogos {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 167px;
}
.container-fluid {
    max-width: 1350px;
}
.shopbyslide.halfslide {
    width: 96px;
    margin-right: -36px;
}
.shopbyslide.halfslide img {
    object-fit: unset;
    height: auto;
    width: auto;
}
/* .gblayer::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../img/shopnowbg.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
} */
.gblayer .container-fluid , .gblayer .container{
    position: relative;
    z-index: 2;
}
.promobox {
    height: 700px;
    border-radius: 15px;
    overflow: hidden;
      border: 2.12px solid #FFFFFFCC
}
.promovideo video{
    height: 100%;
    width: 100%;
    object-fit: cover; 
}
.promovideo {
    height: 100%;
    width: 100%;
    position: relative;
}
.promoimg img{
    height: 100%;
    width: 100%;
    object-fit: cover; 
}
.promoimg {
    height: 100%;
    width: 100%;
    position: relative;
}
.promobox::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 78.94%);
}
.adjustbtn .shopnowbtn {
    width: 100%;
}
.adjustbtn {
    position: absolute;
    bottom: 0;
    right: 12px;
    z-index: 2;
    background-color: #000;
    padding: 16px 16px;
    text-align: center;
    border-left: 2.12px solid #FFFFFFCC;
    border-top: 2.12px solid #FFFFFFCC;
    width: 375px;
    border-radius: 15px 0 0 0;
}
.promobox .featurescontent { 
    bottom: 20px;
    left: 29px;
    right: 0;
    width: 70%;
    margin: 0 auto 0 0;
    z-index: 2;
}
.smallpromo .featurescontent h3 {
    font-size: 40px;
    margin: 0;
}
.smallpromo .adjustbtn {
    width: 220px;
    padding: 14px 14px;
}
.smallpromo .promobox{
    height: 678px;
}
.categorybanner {
        height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.categoryvideo{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.categorybannertxt {
    position: relative;
    z-index: 1;
    text-align: center; 
}
.categoryvideo video {
    height: 100%;
    object-fit: cover;
    object-position: 0 -931px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.categorybannertxt span {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
} 
.categorybannertxt h1 {
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    line-height: 80px;
    margin-bottom: 5px;
}
.categorybannertxt p{
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.categorybanner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 78.94%);
}
.categorysminner {
    width: 100%;
    height: 231px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    border: 2px solid #FFFFFF33;
}
.categorysmbox:hover .categorysminner {
  border: 2px solid #fff;
}
.categorysmbox:hover .smcategoryname{
    border-color: #fff;
}
.categorysminner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.categorysmbox {
    width: 15%;
    margin: 0 12px;
    position: relative;
}
.smcategoryname {
    position: absolute;
    bottom: 0;
    background-color: #000;
    right: 2px;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 140px;
    border-radius: 10px 0 0 0;
    border-left: 2px solid #FFFFFF33;
    border-top: 2px solid #FFFFFF33;
    transition: 0.3s ease-in-out;
}
.smcategoryname::after {
    position: absolute;
    content: '';
    top: 0;
    right: -2px;
    bottom: 0;
    background-color: #000000;
    height: 100%;
    width: 5px;
}
.categorypromo .promobox {
    height: 402px;
}
.categorypromo .featurescontent h3 {
    font-size: 32px;
}
.categorypromo .featurescontent {
    bottom: 8px;
    left: 19px;
    right: 0;
    width: 61%;
}
.categorypromo .adjustbtn {
    width: 220px;
    padding: 9px 8px;
}
.categorysm {
    display: flex;
    justify-content: center;
}
.smfooter {
    text-align: center;
    border-top: 1px solid #FFFFFF33;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.5) -56.25%, rgba(0, 0, 0, 0.5) 100%);
    background-color: #000;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
        z-index: 1;
    position: relative;
}
.mtminus{
    margin-top: -190px;
    position: relative;
    z-index: 1;
} 
.categorylist {
    background-image: url(../img/categorylistbg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 50px;
}
.categorylisthead h2{
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.categorytabs a {
    backdrop-filter: blur(31.048391342163086px);
    border: 2px solid #ffffff54;
    font-size: 20px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 8px;
    padding: 0 18px;
    margin-right: 10px;
}
.categorytabs a.active{
    background: linear-gradient(106.7deg, rgba(255, 255, 255, 0.3) -141.68%, rgba(255, 255, 255, 0.15) 107.78%);
}
.categorytabs {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
}
.categorytabs::-webkit-scrollbar {
    height: 6px; /* height of horizontal scrollbar */
}

.categorytabs::-webkit-scrollbar-track {
    background: #000000;
}

.categorytabs::-webkit-scrollbar-thumb {
    background-color: #fff;  /* color of scroll ball */
    border-radius: 10px;
    transition: background-color 0.3s;
}
.categorylistbox {
    border: 1.07px solid #FFFFFF4D;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    width: 18.5%;
    margin-right: 23px;
    margin-bottom: 23px;
}
.categorytabs::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}
.categorylistimg {
    width: 100%;
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #FFFFFF4D;
}
.categorylistimg::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.1%, rgba(0, 0, 0, 0.8) 100%); 
}
.productcolor{
    border-top: 2px solid #FFFFFF4D;
    border-left: 2px solid #FFFFFF4D;
    border-radius: 8px 0 8px 0;
    height: 33px;
    width: 125px;
    position: absolute;
    background-color: #160b04;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prdtcolorbx {
    height: 17px;
    width: 17px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    border-radius: 2px;
    cursor: pointer;
} 
.prdtcolorbx.active{
    width: 38px;
}
.color1{
    background-color: #C6C5C3; 
} 
.color2{
    background-color: #DADBCD;
} 
.color3{
    background-color: #C1BFBD;
}    
.color4{
    background-color: #4A413C;
}

.categorylistdetails a {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}  
.pricebox{
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 21px;
}
.pricebox span {
    font-weight: 400;
    font-size: 14px;
    margin-left: 8px;
    color: #ffffff69;
}
.categorylistmain .categorylistbox:nth-child(5n + 0){
    margin-right: 0;
}

.categorylistmain{
    display: flex;
    flex-wrap: wrap;
}
.shopbycountrypage { 
    align-items: flex-end;
}
.shopbycountrypage .categoryvideo video {
    object-position: 0;
}
.shpcntrysection::after{
    display: none;
}
.shopbycountrypage::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 300px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
}
.shopbycountrypage .categorybannertxt {
    z-index: 2;
    margin-bottom: 60px;
} 
.shpcntrysection .shopbycountrytabs {
    margin-top: -20px;
    z-index: 2;
    position: relative;
}
.contrybannerimg {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.contrybannerimg img{
    width: 100%;
    height: 100%;
}
 .contryproductpage .productcolor {
    background-color: #000;
}
.contryprofile {
    margin-top: -110px;
}

.contryproductmain .container {
    position: relative;
    z-index: 3;
}
.contryproductpage::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 180px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(194, 100, 50, 0.4) -96.99%, #A55124 -23.86%, #030100 46.72%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    z-index: 0;
}
.contryproductpage::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 180px;
    height: 100%;
    width: 100%;
    background-image: url('../img/countrybg.png');
    z-index: 0;
}
 
.contryprofilepic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 6.4px solid #1F0F07;
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
}
.contryprofile h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    margin-bottom: 0;
}
.contryprofile p {
    font-size: 16px;
    font-weight: 400;
    color: #fff; 
    margin-bottom: 0;
}
.headbtns {
    box-shadow: 0px 3px 4px 0px #FFFFFF33 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;
    border: 1px solid #00000033;
    color: #000 !important;
    font-weight: 600;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 16px;
}
.headbtns img{
    margin-right: 8px;
}
.borderdesign{
    border-bottom: 1px solid #FFFFFF33
}
.headpart h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    margin-bottom: 0;
}
.headpart p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.filterss .btn {
    backdrop-filter: blur(31.250003814697266px);
    border: 2px solid #ffffff47;
    background: linear-gradient(106.7deg, rgba(255, 255, 255, 0.3) -141.68%, rgba(255, 255, 255, 0.15) 107.78%);
    border-radius: 8px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 14px;
    box-shadow: unset !important;
}
.filterss .btn img {
    margin-right: 8px;
}
.similarbg {
    background-image: url(../img/similarbgg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 80px;
    border-bottom: 1px solid #ffffff47;
}
.producthumbnailimg {
    height: 181px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    border: 3.02px solid #FFFFFF1A;
    position: relative;
}
.producthumbnailimg::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%; 
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.1%, rgba(0, 0, 0, 0.8) 100%); 
}
.producthumbnailimg img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.blankspace {
    border-top: 3.02px solid #FFFFFF1A;
    border-left: 3.02px solid #FFFFFF1A;
    border-radius: 10px 0 0 0;
    height: 30px;
    width: 80px;
    background-image: url('../img/smbg.png');
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px 0 8px 0;
}
.producthumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #241107;
    margin-bottom: 20px;
    cursor: pointer;
}
.productsmall {
    width: 20%;
    height: 700px;
    overflow-y: auto;
}
.productsmall::-webkit-scrollbar{
    display: none;
}
.productleft {
    display: flex;
}
.productbig{
    width: 80%;
    padding-left: 20px;
}
.productbigvideo {
    height: 700px;
    overflow: hidden;
    width: 100%;
    border: 2.08px solid #FFFFFF4D;
    border-radius: 12px;
}
.productbigvideo video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.productbigimg {
    height: 700px;
    overflow: hidden;
    width: 100%;
    border: 2.08px solid #FFFFFF4D;
    border-radius: 12px;
}
.productbigimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.productbigbox{
    position: relative;
}
.productfitting {
    position: absolute;
    bottom: 0;
    background-color: #000;
    padding: 10px 10px 0;
    border-radius: 12px 0 0 0;
    right: 0;
    border-left: 2.08px solid #FFFFFF4D;
    border-top: 2.08px solid #FFFFFF4D;
}
.favrateico {
    backdrop-filter: blur(36.647850036621094px);
    border: 2px solid #FFFFFF7D;
    background: #0000004D;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}
.similarproduct .productcolor {
    background: #000;
}
.prodcutlogo span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 32px;
    width: 32px;
    background: #fff;
    margin-right: 10px;
}
.prodcutlogo span img{
    max-width: 70%;
}
.prodcutlogo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.productname {
    font-weight: 600;
    font-size: 32px;
    display: block;
    line-height: 42px;
}
.prodcuctpricess {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.prodcuctpricess span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff99;
    display: block;
    margin-left: 10px;
}
.productcode {
    color: #fff;
    font-size: 18px;
}
.prdocutrate {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.prdocutrate a{
    font-weight: 600;
    display: block;
    margin-left: 5px;
}
.quantitibox {
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 140px;
    justify-content: center;
}
.quantitibox .form-control {
    background: transparent;
    box-shadow: unset !important;
    border: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 84px;
}
.quantitibox span {
    color: #fff;
    width: 18px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sizees {
    backdrop-filter: blur(21.875001907348633px);
    border: 1px solid #ffffff42;
    border-radius: 10px;
    padding: 12px 18px;
}
.sizetop h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.sizetop a {
    font-size: 16px;
    font-weight: 400;
}
.sizesinner .sizesbox {
    border: 1px solid #FFFFFF33;
    border-radius: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18%;
}
.sizesinner .sizesbox.active{
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF33;
}
.sizesinner {
    display: flex;
    justify-content: space-between;
}
.colorpic {
    width: 70px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 10px;
}
.colorpic img{
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.selectcolor {
    display: flex;
    align-items: flex-end;
}
.selectcolortypess a {
    border: 1px solid #FFFFFF33;
    height: 38px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 8px;
    margin-left: 10px;
}
.selectcolortypess {
    display: flex;
}
.selectcolortypess a.active{
    background: linear-gradient(180deg, #333333 -56.25%, #000000 100%); 
}
.addtocart {
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #000 !important;
    font-size: 22px;
    font-weight: 600;
}
.addtocart img{
    margin-right: 10px;
}
.productbottom .accordion-button {
    background-color: transparent !important;
}
.productbottom .accordion-button {
    background-color: transparent !important;
    border: 1px solid #ffffff52;
    border-radius: 10px !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 20px;
    box-shadow: unset !important;
}
.productbottom .accordion-item {
    background-color: transparent;
    margin-bottom: 20px;
}
.productbottom  .accordion-body {
    color: #fff;
    font-size: 15px;
    border: 1px solid #ffffff52;
    font-weight: 400;
    border-radius: 0 0 10px 10px !important;
    border-top: 0;
}
.productbottom .accordion-button:not(.collapsed) {
    border-radius: 10px 10px 0 0 !important;
}
.accordion-button::after{
    filter: brightness(30.5);
}
.modaldesign .modal-content {
    border-radius: 20px;
    background-image: url(../img/modalbg.png);
    overflow: hidden;
    padding: 24px 30px;
    border: 2px solid #f2f2f261 !important;
}
.modaldesign .modal-dialog {
    max-width: 800px;
}
.modalhead span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 4px;
}
.modalhead h2 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}
.modalbtn1{
    box-shadow: 0px 3px 4px 0px #FFFFFF33 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;
    border: 1px solid #00000033;
    color: #000 !important;
    font-weight: 500;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
}
.modalbtn2{  
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    font-weight: 500;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
}
.modalsmhead {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.sizestable {
    backdrop-filter: blur(30.381946563720703px);
    border: 2px solid #f2f2f261 !important;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f261;
}
.sizestable table tr th {
    font-size: 14px;
    font-weight: 500;
    padding: 20px 20px;
    color: #fff;
    border-bottom: 2px solid #f2f2f261 !important;
    text-align: center;
}
.sizestable table tr td{
     font-size: 18px;
    font-weight: 400;
    padding: 15px 20px;
    color: #fff;
    border-bottom: 2px solid #f2f2f261 !important;
    text-align: center;
}
.sizestable table tr:last-child td{
    border: 0 !important;
}
.sizestable table tr th:first-child, .sizestable table tr td:first-child{ 
    text-align: left;
}
.FittingRoom .modal-dialog {
    max-width: 1100px;
}
.FittingRoom .modal-content { 
    padding: 40px 40px; 
}
.FittingRoomleft .nav-tabs {
    background: #FFFFFF1A;
    border-radius: 10px;
    border: 2px solid #f2f2f261;
    height: 52px;
    overflow: hidden;
    padding: 5px 6px;
}
.FittingRoomleft .nav-tabs .nav-link {
    width: 50%;
    border: 0;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    box-shadow: unset !important;
}
.FittingRoomleft .nav-tabs .nav-link span {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #FFFFFF33;
    margin-right: 10px;
    transition: 0.3s all;
}
.FittingRoomleft .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #000000;
} 
.FittingRoomleft .nav-tabs .nav-link span img{
    filter: invert(1) brightness(30);
} 
.FittingRoomleft .nav-tabs .nav-link.active span img{
    filter: unset;
} 
.FittingRoomleft .nav-tabs .nav-link.active span{
    margin-right: 5px;
}
.fitroomtabs {
    height: 466px;
}
.Fitting360 {
    background: #D9D9D92E;
    backdrop-filter: blur(24.75px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.degrees {
    position: absolute;
    top: 20px;
    right: 30px;
}
.arrowssleft {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.arrowssright {
    position: absolute;
    left: auto;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.formfiiting .form-group label {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.formfiiting .form-group .form-select {
    border: 1px solid #f2f2f261;
    backdrop-filter: blur(20.72368621826172px);
    background:
        url(../img/dropdown.png) no-repeat 97% center / 10px,
        linear-gradient(106.7deg, rgba(255, 255, 255, 0.65) -141.68%, rgba(255, 255, 255, 0) 107.78%);
    height: 44px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    box-shadow: unset !important;
    padding: 0 20px;
}
.formfiiting .form-group .form-select option {
    color: #000; /* Set option text to black for visibility */
    background-color: #fff; /* Or any dark if you want light text */
}
@media (max-width:1550px) {
    .authinner {
        height: 500px;
    }
}

@media (max-width:1400px) {
    .authinner {
        height: 410px;
    }
}

