*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}


/* Fonts */

  @font-face {
    font-family: Pop-100;
    src: url('fonts/Poppins/Poppins-Thin.ttf');
  }
  @font-face {
    font-family: Pop-200;
    src: url('fonts/Poppins/Poppins-ExtraLight.ttf');
  }
  @font-face {
    font-family: Pop-300;
    src: url('fonts/Poppins/Poppins-Light.ttf');
  }
  @font-face {
    font-family: Pop-400;
    src: url('fonts/Poppins/Poppins-Regular.ttf');
  }
  @font-face {
    font-family: Pop-500;
    src: url('fonts/Poppins/Poppins-Medium.ttf');
  }
  @font-face {
    font-family: Pop-600;
    src: url('fonts/Poppins/Poppins-SemiBold.ttf');
  }
  @font-face {
    font-family: Pop-700;
    src: url('fonts/Poppins/Poppins-Bold.ttf');
  }
  @font-face {
    font-family: Amarante;
    src: url('fonts/Amarante/Amarante-Regular.ttf');
  }


  .pop-200{
    font-family: Pop-200;
  }
  .pop-300{
    font-family: Pop-300;
  }
  .pop-400{
    font-family: Pop-400;
  }
  .pop-500{
    font-family: Pop-500;
  }
  .pop-600{
    font-family: Pop-600;
  }
  .pop-700{
    font-family: Pop-700;
  }
  .amr-font{
    font-family: Amarante;
  }
  .pop-aav{
  text-align: left !important;
}






  /* colors */

  :root {
    --first: #0A446C;
    --second: #0C8CEF1A;
    --third: #ff7525;
    --fourth:#FF9704;
    --gray1: #666666;
    --gray2:#7E7E7E;
    --gray3:#868686;


    --item-size: 200px;
    --item-margin: 1rem;
    --accent-color: #7DF2EC;
    --dark-bg: #0A2E5C;
    --light-fill: #ffffff;
  }

  

  .bg-1{
    background-color: var(--first);
  }
  .bg-2{
    background-color: var(--second);
  }
  .bg-3{
    background-color: var(--third);
  }
  .bg-4{
    background-color: var(--fourth);
  }

  .text1{
    color: var(--first);
  }
  .text2{
    color: var(--second);
  }
  .text3{
    color: var(--third);
  }
  .text4{
    color: var(--gray1);
  }
  .text5{
    color: var(--gray2);
  }
  .text6{
    color: var(--gray3);
  }
  .text7{
    color: var(--fourth);
  }


/* common css */



.text-justify{
  text-align: justify;
}
.p-relative{
    position: relative;
}
.text-up{
  text-transform: uppercase;
}
.w-fit{
    width: fit-content;
}
.h-fit{
    height: fit-content;
}
.flex-col{
    flex-direction: column;
}
a{
    text-decoration: none;
}
.fs-10{
    font-size: 10px;
}
.fs-9{
    font-size: 9px;
}
.fs-13{
    font-size: 13px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-23{
    font-size: 23px;
}
.fs-24{
    font-size: 24px;
}
.text-green{
    color: #8AA03E;
}
.obj-cover{
    object-fit: cover;
}
.br-10{
    border-radius: 10px;
}
.show-all{
  width: 160px;
  padding-top: 0.8rem ;
  padding-bottom: 0.8rem ;
}
.shad{
  box-shadow: 0px 0px 10px 0px #0000001A;
}
.sec-head{
  font-size: 40px;
}
.sec-head2{
  font-size: 36px;
}
.sec-head3{
  font-size: 32px;
}
.br-20{
  border-radius: 20px;
}

.cmn-btn{
  width: 200px;
  font-size: 14px;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.cmn-btn2{
  width: 350px;
  font-size: 14px;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.border1{
  width: 150px;
  height: 5px;
}
.border2{
  width: 320px;
  height: 5px;
}
.border3{
  width: 260px;
  height: 5px;
}
.border4{
  width: 130px;
  height: 5px;
}

.grad{
  background-image: linear-gradient(to bottom, transparent 0, rgba(252, 242, 238, .8) 20%, rgba(0, 0, 0, 0) 100%);
}

.lt-bg{
  background-color: #e2e2e2;
}



/* ================================================================= */


/* navbar */

.nav-link:not(:last-child){
  border-right: 1px solid #888;
}


.num{
  position: absolute;
  top: -50%;
  right: -60%;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


.logo{
  height: 100px;
}

nav{
  .flag-select-wrapper {
    position: relative;
    width: 220px;
  }

  .flag-select {
    padding-left: 38px !important;
    padding-right: 34px !important;   /* space for arrow */
    background-position: 10px center !important;
    background-size: 20px auto !important;
    background-repeat: no-repeat !important;
    height: 35px;
    appearance: none; /* hide default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  /* Custom Arrow */
  .flag-select-wrapper::after {
      content: "▼";
      font-size: 10px;
      color: #000;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
  }

  select option {
      padding-left: 30px;
      background-size: 20px auto;
      background-repeat: no-repeat;
      background-position: 5px center;
  }


  .cart-wrapper {
    position: relative;
    display: inline-block;
  }

  /* Popup box */
  .cart-popup {
      position: absolute;
      top: 100%; /* exactly below the button */
      left: 50%;
      transform: translateX(-50%);
      width: 320px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
      padding: 12px;
      opacity: 0;
      pointer-events: none;
      transition: 0.2s;
      z-index: 999;
  }

  /* Show popup on hover */
  .cart-wrapper:hover .cart-popup {
      opacity: 1;
      pointer-events: auto;
      margin-top: 8px;
  }

  /* Product row */
  .mini-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px solid #f1f1f1;
  }

  .mini-item:last-child {
      border-bottom: none;
  }

  .mini-left {
      display: flex;
      gap: 10px;
      align-items: center;
      width: 70%;
  }

  .mini-left img {
      width: 50px;
      height: 50px;
      border-radius: 6px;
      object-fit: cover;
  }

  .mini-title {
      font-size: 14px;
      font-weight: 600;
  }

  .mini-price {
      font-size: 13px;
      color: #666;
  }

  .mini-right {
      text-align: right;
      font-size: 14px;
      font-weight: 600;
      width: 30%;
  }

}

/* product detail */
.top-ad{
  border: 1px solid #888;
  border-radius: 10px;
  
}

.product-det{
  h2{
    font-size: 30px;
  }
  .color-row{
    .active{
      background-color: #c4c4c4a0;
      box-shadow: 0px 0px 4px 1px #525252;
    }
  }

  .colour-card{
    padding: 1rem;
    border-radius: 10px;
    background-color: #d8d8d5a0;
    width: fit-content;
    height: fit-content;
    cursor: pointer;

    .color{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #000;
    }
  }

  .type-row{
    .active{
      /* background-color: #c4c4c4a0; */
      box-shadow: 0px 0px 4px 1px #525252;
    }
  }

  .type-box{
    padding: 1rem;
    border-radius: 20px;
    background-color: #eee;
    width: 150px;
    aspect-ratio: 1/1;
  }

  .val-box{
    padding: 1rem;
    border-radius: 20px;
    background-color: #eee;
    width: 48%;
    height: 100%;
    /* aspect-ratio: 1/1; */
  }



  .form-control:hover, .form-control:focus-within , .form-control:focus{
    box-shadow: 0px 0px 4px 1px #fe3030;
  }


  .wish-div{
    background-color: #d80303;
    border-radius: 5px;
  }


  .cart-div{
    .cart-wrapper * {
      border-radius: 0 !important; /* square boxes like sketch */
    }
    
    .qty-box {
        border: 1px solid #000;
    }
    
    .qty-btn {
        width: 40px;
        height: 40px;
        border: none !important;
        border-right: 1px solid #000 !important;
        font-size: 22px;
    }
    
    .qty-value {
        width: 40px;
        text-align: center;
        font-size: 20px;
        /* border-right: 1px solid #000; */
    }
    
    .qty-box .plus {
        border-right: none !important;
        border-left: 1px solid #000 !important;

    }
    
    .add-cart-btn {
        height: 40px;
        border: 1px solid #000;
        font-size: 18px;
    }
  
  }


}




.ch-img{
  height: 150px;
}






.box-360{

  iframe{
    width: 100%;
    height: 100%;

  }
}

#preview-image{
  width: 100%;
  height: 600px;
  object-fit: contain;
}



/* card carousel */

.item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  /* background-color: #00000025; */
  cursor: pointer;
  font-size: 1.5rem; /* Size of the arrow */
  font-weight: 800;
  color: #030303; /* Grey color for the arrow */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.scroll-btn img {
  width: 50px;
  height: 50px;
}

.scroll-btn:hover {
  color: #000000; /* Darker grey when hovering */
}

.card-wrapper {
  display: flex;
  overflow: hidden; /* Hide scrollbar */
  scroll-behavior: smooth;
  white-space: nowrap;
  width: 100%;
  max-width: 85vw; /* Adjust based on your design */
  box-sizing: border-box;
  position: relative; /* For positioning scroll buttons */
  flex-wrap: nowrap !important;
}

.card-wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Webkit browsers */
}



/* ///home page\\\ */

.carousel-item{

  img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
  }
}


.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab;
}
.carousel-container:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  border-radius: 20px;
  /* overflow: hidden; */
}

.carousel-track img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}






/* shop by category */
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 350px;

  h3{
    font-size: 22px;
  }
}
.category-card img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card:hover img {
  transform: scale(1.1);
}
.category-card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: end;
  text-align: end;

  p{
    margin-bottom: 0px;
  }
}
.shop-by-category .hr-line {
  width: 5rem;
  height: 0.25rem;
  background-color: #ffc107;
  margin: 1rem auto;
}
.category-card-body .hr-line {
  width: 3rem;
  height: 2px;
  background-color: #ffc107;
  margin: 0.25rem 0;
}
.sbc{
  font-size: 26px;
}

.hr-line {
  width: 50px;
  height: 2px;
  background-color: #ffc107;
  margin: 5px auto;
}

/* footer */

.badge-new {
  position: absolute;
  top: -4px;
  right: -8px;
  font-size: 0.65rem;
  font-weight: bold;
  padding: 0.2em 0.5em;
}
.social-icon {
  color: #6c757d;
}
.social-icon:hover {
  color: #0A446C;
}
.footer-social-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0A446C;
  color: white;
}
.footer-social-icon svg, .footer-social-icon img {
  width: 1.25rem;
  height: 1.25rem;
}
.footer-heading-hr {
  width: 2.5rem;
  height: 2px;
  background-color: #0A446C;
}
.bg-dark-footer {
  background-color: #212529;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}

footer{
  .bg-danger {
    background-color: #0A446C !important;
  }
  .btn-danger {
      background-color: #0A446C;
      border-color: #0A446C;
  }
  .btn-danger:hover{
    background-color: #083655;
      border-color: #083655;
  }
  li, p{
    font-size: 14px;
  }
}




/* ////blog list page\\\\ */


.blog-section {

  .section-title {
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #111827;
  }
  .title-underline {
    width: 4rem;
    height: 4px;
    background-color: #6d6d6d;
    margin-top: 0.5rem;
  }
  .blog-card {
    text-decoration: none;
    color: inherit;
    display: block;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .blog-card .card-img-container {
    position: relative;
    overflow: hidden;
  }
  .blog-card img {
    transition: transform 0.3s ease;
    height: 300px;
  }
  .blog-card:hover .card-img-top {
    transform: scale(1.05);
  }
  .blog-card .date-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #0A446C;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0.75rem;
    line-height: 1;
  }
  .blog-card .date-day {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
  }
  .blog-card .date-month {
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
  }
  .blog-card .card-body {
    padding: 1.5rem 0;
  }
  .blog-card .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #111827;
  }
  .blog-card .read-more {
    color: #6d6d6d;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .blog-card .read-more .material-icons-outlined {
  transition: transform 0.3s ease;
  }
  .blog-card:hover .read-more .material-icons-outlined {
  transform: translateX(4px);
  }
  .pagination-info {
    margin-top: 3rem;
    font-size: 0.875rem;
    color: #6c757d;
  }

}



/* ///About Page\\\ */

.about-pg{

  .underline-primary {
    width: 3rem;
    height: 4px;
    background-color: #0A446C;
    margin-top: 0.5rem;
  }
  .bg-light-gray {
    background-color: #f3f4f6;}
  .bg-light-yellow {
    background-color: #fefce8;}
  .heading-1 {
      font-size: 1.875rem;font-weight: 700;
      text-transform: uppercase;
      color: #111827;}
  .heading-2 {
      font-size: 1.5rem;font-weight: 700;
      color: #111827;}
  .text-content {
      color: #374151;}
  .list-custom {
      list-style: none;
      padding-left: 0;
  }
  .list-custom li {
      padding-left: 1rem;
      position: relative;
  }
  .list-custom li::before {
      content: "-";
      position: absolute;
      left: 0;
  }
  .leading-relaxed-custom {
      line-height: 1.625;
  }
}





/* project */

.form-control , .form-select{
  background-color: #e5e5e5;
}

.submit-btn{
  background-color: var(--first);
  color: #fff;
}
.submit-btn:hover{
  background-color: var(--dark-bg);
  color: #fff;
}



/* //Account page\\ */
.acc-pg{
  .icon-xl { font-size: 40px; }
    .border-primary-hover:hover { border-color: var(--first) !important; box-shadow: 0 0 10px rgba(190,30,45,0.2); }
    .highlight-bar { width: 60px; height: 3px; background: var(--first); }
}




/* //cart\\ */

.coupon{
  max-width: 300px;
}




/* ///chechk out\\\ */

.add-tab{
  box-shadow: 0px 0px 10px 2px #0000007b;
}

.ad-new{
  background-color: #ddd;
}
.ad-new:hover{
  background-color: #d3d3d3;
  
}

.p-btn{
  background-color: #ddd;
  border: none;
}
.p-btn:hover ,.payment-box .active{
  background-color: #ffc107;
  font-family: Pop-500;
}




/* contact */

.con-box{
  margin-top: -10rem;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px 2px #00000061;
}



















/* ====+++++++++++================++++++++++++++===============++++++++++++=========== */
/* ====+++++++++++================++++++++++++++===============++++++++++++=========== */

/* ************Media Query************** */

  /* Max widths */

  @media(max-width:1400px){
    
  }

  @media(max-width:1100px){
    

  }



  @media(max-width:900px){
    


  }


  @media(max-width:800px){


  }


  @media(max-width:576px){
    
    #preview-image{
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    .carousel-track img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 0px;
    }
    .logo {
      height: 55px;
    }
    nav{

      .flag-select-wrapper {
        position: relative;
        width: 150px;
      }
      .nav-link{
        border: none;
      }
      .nav-link:not(:last-child) {
        border-right: 0px solid #888;
    }
    }

    .col-7-scene{
      height: 300px !important;
      padding: 0 !important;
    }
    .main-row{
      /* padding-left: 0px !important; */
      /* padding-right: 0px !important; */
    }
    .scene-col{
      padding: 0 !important;
    }

    .details-col {
       height: 60vh !important;
    }

  }

  @media(max-width:390px){
    
  }








    /* Min widths */

    


    @media (min-width: 992px) {
      
    }

    @media(min-width: 1150px){
      
    }

    @media (min-width: 576px) {
     .form-b{
        border-left: 1px solid #b6b6b6;
     }
     .main-row {
      height: 100%;
      }
    }