* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html, body {
  height: 100%;
  color: #fff;
  background-color: #000;
}
/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  z-index: 1000; 
}

.fa-bars{
  color:white;
}

.navbar-brand {
  width: 8%;
  margin-left: 5%;
}
.nav-item .nav-link {
  color: white;
}
.navbar nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 5px;
}
.navbar nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95em;
}
.dropdown-menu {
  background-color: black;
}
.dropdown-divider {
  background-color: #333;
}
.buttons {
  display: flex;
  gap: 15px;
}
.buttons .login {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  background: none;
  border: none;
}
.buttons .btn {
  background-color: #fff;
  color: #000;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
}


.shopify-section1 {
  background-color:black;
  padding: 60px 20px;
}


.shopify-section1 .card img {
  object-fit: cover;
  height: auto;
}

.shopify-section1 .card-title {
  font-size: 1.25rem;
  margin-top: 0.75rem;
}

.shopify-section1 .card-text {
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

.shopify-section1 button {
  border-width: 2px;
}

@media (max-width: 767px) {
  .shopify-section1 .text-start, .shopify-section1 .text-end {
    text-align: center !important;
  }
}
.image-wrapper {
  position: relative;
}

.image-wrapper img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.image-wrapper:hover img.hover-img {
  opacity: 1;
}

.image-wrapper img.default-img {
  width: 100%;
  display: block;
  object-fit: cover;
}


/* Hero section */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: 60px;
  text-align: left;
}
.hero-content h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: white;
}
.hero-content .btn.large {
  background-color: #fff;
  color: #000;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}
/*glow effect*/
.one {
  background-color: black;
  color: white;
  border-radius: 10% 10% 0% 0%;
  background-position: cover;
  margin-top: 10%;
  font-size: 30px;
  padding: 5%;
  gap:10px;
}

.container {
  font-family: 'Helvetica Neue', sans-serif;
}

.part1 h1 {
  color: white;
  font-size: 46px;
}

.part1 h3 {
  color: grey;
  top: 100px;
  bottom: 0px;
  padding-right: 3%;
  margin: 0 8px 0 0;
  font-size: 35px;
}

.c1:hover {
  background: linear-gradient(to right, rgb(132, 197, 177), rgb(107, 217, 197));
  background-clip: text;
  color: transparent;
}

.c2:hover {
  background: linear-gradient(to right, cyan, rgb(84, 104, 177));
  background-clip: text;
  color: transparent;
}

.c3:hover {
  background: linear-gradient(to right, rgb(132, 197, 177), rgb(107, 217, 197));
  background-clip: text;
  color: transparent;
}

.c4:hover {
  background: linear-gradient(to right, cyan, rgb(84, 104, 177));
  background-clip: text;
  color: transparent;
}

.c1:active,.c2:active,.c3:active,.c4:active  {
  color: white;
}
/*direct and wholesale*/
.custom-card-body{
  font-family: 'Helvetica Neue', sans-serif;
  margin-left: 2%;
  padding:5%;

}
 .text{
  color:#0dcaf0;
 }
 .text1{
  color:#fff;
 }

 /* Section 4 */
body {
  background: linear-gradient(135deg, #0b242b, #0f1111);
}

.image {
  font-family: 'Helvetica Neue', sans-serif;
  display: flex;
  flex-direction: row;
  gap:10px;
  margin-left: 4%;
  margin-right: 4%;
}

.card-img {
  background-color: #021719;
  border-radius: 20% 20% 20% 20%;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px #00000066;
  color: #fff;
  height: 90vh;
  padding: 20px;
}
.card-img img{
  margin-right: 5%;
}
.card-img h4{
  margin-left: 5%;
  font-size: 1rem;
}
.card-img p{
  margin-left: 5%;
  font-size: 0.9rem;
}
.card-img p{
  color:grey;
}
.card-img a{
  color:grey;
}
.card-img a:hover{
  color: white;
}
.card-img:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
/*scroll*/
.card-container1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex:1;
  margin: 0% 4% 0% 4%;
}

.card-container1:hover{
  /* box-shadow:2px 3px 4px white;
  scale:1.2;  */
  opacity:0.9;
} 

.part-1 :hover, .part11:hover, .part12:hover,.part2:hover,.part21:hover,.part22:hover,.part3:hover,.part31:hover,.part32:hover,.part4:hover,.part41:hover,.part42:hover,.part5:hover,.part51:hover,.part52:hover{
  opacity: 0.4;
  box-shadow:2px 3px 4px rgb(29, 47, 51);
}

.part-1,.part11,.part12,.part2,.part21,.part22 ,.part3,.part31,.part32,.part40,.part41,.part42,.part5,.part51,.part52{
  color:white(32, 23, 203);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.part-1 img,.part11 img,.part12 img,.part2 img,.part21 img,.part22 img,.part3 img,.part31 img,.part32 img,.part4 img,.part41 img,.part42 img,.part5 img,.part51 img,.part52 img{
  border-radius: 2%;
  height:50vh;
}

.part-1 h2,.part11 h2,.part12 h2,.part2 h2,.part21 h2,.part22 h2 ,.part3 h2,.part31 h2,.part32 h2,.part4 h2,.part41 h2,.part42 h2,.part5 h2,.part51 h2,.part52 h2{
  color:#2c0ec3;
  position: absolute;
  font-size: 1.2rem;
  margin-right: 2%;
} 

.part-1 a,.part11 a,.part12 a,.part2 a,.part21 a,.part22 a,.part3 a,.part31 a,.part32 a,.part4 a,.part41 a,.part42 a,.part5 a,.part51 a,.part52 a{
  position: absolute;
  font-size: 0.6rem;
  margin-right: 2%;
  padding-top: 2%;
}

.part12 img,.part21 img,.part32 img,.part4 img,.part52 img{
  width:35vw;
}
.card-container a{
  text-decoration: none;
  color:#2c0ec3;
  padding-top: 20%;
} 

.card-container a:hover{
  color:#2c0ec3;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*flag section*/

.top-heading {
  text-align: left;
  padding: 20px 40px;
  font-family: 'Arial', sans-serif;
  color: white;
}
.top-heading h5 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 150px;
  color: #0dcaf0;
}
.top-heading h1 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-left: 150px;
}

.top-heading {
  text-align: left;
  margin-left: 2rem; 
}

.top-heading h5 {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.top-heading h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}


.top-heading {
  text-align: left;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.top-heading h5 {
  font-size: 1.25rem;
  color:#0dcaf0;
  margin-bottom: 0.5rem;
}

.top-heading h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}

/* Background section */
.flag {
  background: url('map.jpg') no-repeat center center;
  background-size: cover;        
  padding: 40px 0;
  margin: 0 10rem;                
  border-radius: 8px;
  overflow: hidden;              
}


.left-column, .bottom-text, .flag-list {
  background: transparent !important;
}


.container1 {
  display: flex;
  align-items: flex-start;
}


.flag-list {
  height: 300px;        
  overflow: hidden;
  position: relative;
}

.scroll-inner {
  display: flex;
  flex-direction: column;
  animation: scroll-up 15s linear infinite;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.flag-item {
  margin-bottom: 10px;
}

.flag-item img {
  width: 40px;
  height: auto;
}


.bottom-text {
  margin-top: 40px;  
  color: white;
}

.bottom-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.bottom-text p, .bottom-text a {
  color: white;
  font-size: 1rem;
}

.custom-gap {
  gap: 10px; 
}

.center-card img {
  max-width: 100%;
  border-radius: 8px;
}

.buy-btn {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
}


/* Center card */
.center-card {
  background: rgba(255,255,255,0.9);
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  text-align: center;
}
.center-card img {
  width: 100%;
}
.buy-btn {
  background-color: #1a3c3c;
  color: white;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  font-weight: bold;
  cursor: pointer;
}

/* Floating price label */
.price-label {
  position: absolute;
  top: 40%;
  left: 45%;
  background: white;
  color: black;
  border-radius: 20px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}

/* Shipping list */
.shipping-list {
  position: absolute;
  top: 25%;
  right: 0;
  background: white;
  color: black;
  border-radius: 10px;
  padding: 10px;
  width: 180px;
  font-size: 12px;
}
.shipping-item {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.shipping-item:last-child {
  border-bottom: none;
}

/* Bottom text */
.flag h3{
  color:#ccc;
}
.flag p{
  color:#ccc;
}

/* Responsive navbar & hero */
@media (max-width: 768px) {
  .hero-content {
    margin: 0 20px;
  }
  .hero-content h1 {
    font-size: 2em;
  }
  .navbar nav ul {
    display: none;
  }
}

/* Custom card */
.custom-card {
  border-radius: 8px;
  overflow: hidden;
  max-width: 1250px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin: 20px auto;
}
.custom-card-body {
  background-color: #000;
  color: #fff;
  padding: 24px;
}
.part4 h6 {
  color: #0dcaf0;
  margin-bottom: 10px;
  font-weight: 500;
}
.part41 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.part41 h1 {
  font-size: 2em;
  font-weight: 600;
  margin: 0;
}
.part41 p {
  margin: 0;
  color: white;
  font-size: 1em;
}
.part41 p a {
  color: white;
  text-decoration: underline;
  font-weight: 500;
}
.custom-card-img-bottom {
  width: 100%;
  height: auto;
  border-top: 1px solid black;
}
@media (max-width: 768px) {
  .part41 { flex-direction: column; }
  .part41 h1 { font-size: 1.5em; }
}
.carousel-card {
  background-color: #0d0d0d;
  border-radius: 10px;
  padding: 15px;
}

.carousel-img {
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.underglobe h3,
.below-carousel h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.underglobe p,
.below-carousel p {
  font-size: 0.95rem;
  color: #fff;
}

.feature-card {
  background-color: #0d0d0d;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.feature-card h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.feature-card p {
  font-size: 0.95rem;
  color: #fff;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #cccccc;
}
.green-card p a{
  color:#fff;
}

/* Feature cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto;
}
.feature-card {
  background-color: #062d2d;
  border-radius: 12px;
  overflow: hidden;
  width: 386px;
  text-align: left;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card1{
 background-color: #062d2d;
  border-radius: 12px;
  overflow: hidden;
  width: 386px;
  text-align: left;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: transform 0.3s, box-shadow 0.3s; 
  
}
.feature-card1 img{
  width: 100%;
  display: block;
}
.feature-card img {
  width: 100%;
  display: block;
}
.feature-card  h4 {
  margin: 16px;
  font-size: 1.2em;
  font-weight: 600;
}

.feature-card1  h4 {
  margin: 16px;
  font-size: 1.2em;
  font-weight: 600;
}
.feature-card  p{
  margin: 0 16px 16px;
  font-size: 0.95em;
  line-height: 1.4;
}

.feature-card1  p{
  margin: 0 16px 16px;
  font-size: 0.95em;
  line-height: 1.4;
}
.feature-card p a {
  color: white;
  text-decoration: underline;
}

.feature-card1 p a {
  color: white;
  text-decoration: underline;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
}

/* sec5 cards */
.sec5 {
  background-color: #000;
  padding: 4rem 0;
  color: white;
}

.top-center-title {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 1rem;
}

.section-subtitle 
{ color: #0dcaf0;
 }
.sec5 .custom-card {
  background-color: rgba(5,58,52,0.733);
  border: none;
  border-radius: 12px;
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}
.sec5 .custom-card img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
.sec5 .custom-card .card-body {
  padding: 1.25rem;
}
.sec5 .custom-card .card-text {
  margin: 0;
}
.sec5 .custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.shopify-section {
  background-color: #022121; 
  color: #fff;
}

.left-title {
  font-size: 1.2rem;
  color: #fff;
}

.center-title {
  font-size: 2rem;
  color: #fff;
}

.big-number {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0.5rem;
  color: #0dcaf0; 
}

.small-unit {
  font-size: 1.5rem;
  color: #0dcaf0;
}

.description {
  font-size: 1rem;
  max-width: 100%;
  margin: 0 auto;
  color: #ccc;
}

.underline {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}

.custom-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: -170px;  
}

.sell-section {
  padding: 40px 20px;
  text-align: center;
}
.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
}
.content {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.left {
   max-width: 220px; text-align: left; 
  }

.steps {
  list-style: none;
  counter-reset: step-counter;
  display: flex;
  flex-wrap: wrap;     
  gap: 15px;           
  padding: 0;
  margin: 15px 5px 15px 15px;
  color: #fff;
}

.steps li {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;    
  padding-left: 25px;
}
.action-btn {
  background-color: white;
  color: black;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
}
.right {
  display: flex;
  gap: 20px;
}
.sell-section .card {
  width: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.sell-section .card img {
  width: 100%;
}
.card-left { margin-bottom: 55px; }
.card-right { margin-top: 80px; }
@media (max-width: 768px) {
  .sell-section .card { width: 200px; }
}

/*online and person*/
.sec7 {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;  
  align-items: flex-start;        
  padding: 40px 60px;              
  flex-wrap: wrap;                
  font-family: sans-serif;
}

.top-text {
  display: flex;
  flex-direction: column;   
  flex: 1;
  min-width: 300px;
}

.online-text {
  font-size: 18px;
  margin-bottom: 8px;
}

.top-text h1 {
  font-size: 28px;
  margin: 0;
}

.top-text p{
  color:#0dcaf0;
}
.desc-text {
  flex: 1;
  color: white;
  max-width: 475px;         
  text-align: right;
  margin-left: auto;        
  line-height: 1.5;
  word-wrap: break-word;
  min-width: 250px;
}

.desc-text a {
  color: white;
  text-decoration: underline;
}

.hero-full img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}


/*blue*/
.blue{
  background-color: rgb(2, 2, 60);
}
.custom-card-body1{
  background-color: rgb(2, 2, 60);
  color: rgba(245, 245, 245, 0.819);
}
.custom-card-body1 a{
  color: rgba(245, 245, 245, 0.819);
}

.scrolling-section {
  background-color:rgb(2, 2, 60);
  overflow: hidden;
}

.text-white a{
  color: white;
}

.scrolling-icons {
  height: 120px; 
  background-image: url('https://cdn.shopify.com/b/shopify-brochure2-assets/9f16a26d1372dad978e9c7bfbea6b620.png?originalWidth=1950&originalHeight=30'); 
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  animation: scrollRight 20s linear infinite;
}
.scrolling-icons:hover{
  opacity: 0.6;
  cursor: pointer;
 
}

@keyframes scrollRight {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

/* Footer */
.footer a {
  color: #ffffffcc;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer a:hover {
  color: #ffffff;
}

.footer h6 {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 0.3rem;
}

.footer .fab {
  font-size: 1.2rem;
}
