@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

.nav-buttons{
    margin-left:55%;

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:'Poppins', sans-serif;
}

h1{
    font-size: 2.5rem;
    font-weight: 700;
}

h2{
    font-size: 1.8rem;
    font-weight: 600;
}


h3{
    font-size: 1.5rem;
    font-weight: 800;
}


h4{
    font-size: 1.2rem;
    font-weight: 600;
}


h5{
    font-size: 1rem;
    font-weight: 400;
}

h6{
    color:#D8D8D8;
}

button{

    font-size: 0.8rem;
    font-weight: 900;
    outline: none;
    border: none;
    background-color: #1d1d1d;
    color:aliceblue;
    padding: 13px 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s ease;

}

button:hover{
    background-color: coral;
}

/* .navbar{
    font-size: 16px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
} */

/* .navbar-light .navbar-nav .nav-link{
    padding: 0 20px;
    color:#000;
    transition: 0.4s ease;
} */

/* .navbar-light .navbar-nav .nav-link:hover,
.navbar i:hover,
.navbar-light .navbar-nav .nav-link.active
.navbar i:hover{
    color:coral;

} */

/* .navbar i {
    font-size: 1.2rem;
    padding: 0 0.7px;
    transition: 0.4s ease;;
    font-weight: 500;
    cursor: pointer;
    margin-left: 5px;
}

@media only screen and (max-width:990px) {

    .nav-buttons{
        margin: 10px;
    }

    .nav-buttons ul{
        margin: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

    .nav-buttons ul .fas{
        margin: 20px 5px 10px 20px;

    }
    
} */



#home{
    background-image: url('../imgs/back11.png');
    width: 100%;
    height: 100vh;
    background-size: cover;
    /* background-position-x: 200px;
    background-position-y: 80px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
}
@media only screen and (max-width: 700px) {
    #home {
        background-image: url('../imgs/Screenshot 2024-01-14 210118.png');
    }
    #mbCont{
        padding-top: 444px ;
    }
}

#home span{
    color: coral;
}

#new .one img{
    width: 100%;
    height: 100%;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;

}

#new .one{
    position: relative;
}

#new .one .details{
    position: absolute;
    top:0;
    left:0;
    color: burlywood;
    font-weight: bold;
    transition: 0.4s ease;
    opacity: 0.8;
    background-color: rgb(1,1,1);
    width: 100%;
    height: 100%;
}

#new .one .details:hover{
    background-color:cornsilk;
}

#new .one:nth-child(1) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;

}

#new .one:nth-child(2) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

#new .one:nth-child(3) .details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;

}


/* Product */

.product{
    cursor: pointer;
    margin-bottom: 2rem;
}

.product img{
    transition: 0.3s all;;
}

.product:hover img{
    opacity:0.7;
}

.product .buy-btn{
    background-color: #121211;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.3s all;;
    color:#fff;
    /* border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.shop-buy-btn{
    background-color: #1b1919;
    opacity: 1;
    color:#fff;
    text-decoration: none;
    /* border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
 
}

/* .product:hover .buy-btn{
    transform: translateY(0px);
    opacity: 1;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */


hr{
    width: 30px;
    height: 3px !important;
    opacity: 1 !important;
    background-color: #fb774b;

}


.star{
    padding: 10px 0;
}

.star i{
    font-size: 0.9rem;
    color:goldenrod;
}

#banner{
    background-image: url('../imgs/banner.jpg');
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}
#banner h1{
   color: #fff;
}

#banner h4{
    color:#fff;
}

#banner button{
    background-color: #fb774b;
}

#banner button:hover{
    background-color: #1d1d1d;
}

footer{
    background-color: #222222;
}

footer h5{
    color:#D8D8D8;
    font-weight: 700;
    font-size: 1.2rem;
}

footer li {
    padding-bottom: 4px;
}


footer li a{
    font-size: 0.8rem;
    color:#999;
    text-decoration: none;
}

footer li a:hover{
    color:#D8D8D8;
}

footer .copyright a{
    color: #000;
    height: 40px;
    width: 40px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    transition: 0.3s ease;
    margin: 0 5px;
}

footer .copyright a:hover{
    color:#fff;
    background-color: #fb774b;
}

footer p{

    color: #999;
    font-size:0.8rem;
}


footer .copyright img{
    width: 30%;
}


.logo{
    width: 40px;
    height: 40px;;
}


/* .navbar .brand{
    color:coral;
    margin: 3px 5px;
    font-size: 1.5rem;
} */


.small-img-group{
    display: flex;
    justify-content: space-between;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}


.single-product input{
  width: 50px;
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  margin-right: 10px;
}

.single-product input:focus{
    outline: none;
}

.single-product .buy-btn{
    background-color: #fb774b;
    opacity: 1;
    transition: 0.4s all;

}

.single-product .buy-btn:hover{
    background-color: #222222;

}



/* Cart */

.cart table{
    width: 100%;
    border-collapse: collapse;
}

.cart .product-info{
    display: flex;
    flex-wrap: wrap;
}

.cart th{
    text-align: left;
    padding: 5px 10px;
    color:#fff;
    background-color: #fb774b;
}

.cart td{
    padding: 10px 20px;
}

.cart td img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.cart td input{
    width: 40px;
    height: 30px;
    padding: 5px;
}

.cart td a{
    color:#fb774b;
    
}

.cart .remove-btn{
    color: #fb774b;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    border: none;
    width: 100%;
}

.cart .edit-btn{
    color: #fb774b;
    text-decoration: none;
    font-size: 15px;
    background-color: #fff;
    border: none;
    
}

.cart .product-info p{
    margin: 3px;
}

.cart-total{
    display: flex;
    justify-content: flex-end;
}

.cart-total table{
    width: 100%;
    max-width: 500px;
    border-top: 3px solid #fb774b;;
}

td:last-child{
    text-align: right;
}

th:last-child{
    text-align: right;
}

.checkout-container{
    display: flex;
    justify-content: flex-end;
}

.checkout-btn{
    background-color: #fb774b;
    color: #fff;
}


/* Login */

#login-form{
  width: 50%;
  margin: 5px auto;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #fb774b;
}

#login-form input{
    width: 50%;
    margin: 5px auto;
}

#login-form #login-btn{
    background-color: #fb774b;
    color:#fff
}

#login-form #register-url{
    color:#fb774b;
}



/* Register */
#register-form{
  width: 50%;
  margin: 5px auto;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #fb774b;

}

#register-form input{
    width: 50%;
    margin: 5px auto;
}

#register-form #register-btn{
    background-color: #fb774b;
    color:#fff

}

#register-form #login-url{
    color:#fb774b;

}


/* Account */

#account-form{
    width: 50%;
    margin: 35px auto;
    text-align: center;
    padding: 20px;
}

#account-form input{
    margin:5px auto;
}


#account-form #change-pass-btn{
    color: #fff;
    background-color: #fb774b;
}


.account-info #orders-btn,#logout-btn{
    color:#fb774b;
    text-decoration: none;
  
}



/* Orders */

.orders table{
    width: 100%;
    border-collapse: collapse;
}

.orders .product-info{
    display: flex;
    flex-wrap: wrap;
}

.orders th{
    padding: 5px 20px;
    color: #fff;
    background-color: #fb774b;
    /* text-align: left; */
}

.orders th:nth-child(2){
    /* text-align: right; */
}

.orders td{
    padding: 10px 20px;
}

.orders td img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.orders .order-details-btn{
    color:#fff;
    background-color: #fb774b;;
}



/* Checkout */
#checkout-form .checkout-small-element{
    display: inline-block;
    width: 48%;
    margin: 10px auto;
}

#checkout-form .checkout-large-element{
    width: 97%;
}

#checkout-form .checkout-btn-container{
    margin: 10px;
    text-align: right;
    margin-right: 40px;
}

#checkout-form #checkout-btn{
    color: #fff;
    background-color: #fb774b;
}


/* Contact */
#contact span{
    color: #fb774b;
}




/* Shop */
#shop{
    width:70%;
    display: inline-block;
}


#search{
    width:20%;
    display: inline-block;
    float: left;

}


.cart-quantity{
    background-color: #fb774b;
    color: #fff;
    padding: 1px 5px;
    border-radius: 50%;
    margin: -5px;
    font-size: 1rem;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .product {
    width: calc(25% - 16px); /* Adjust the width as needed, considering the margins */
    margin-bottom: 16px;
    text-align: center;
  }
  
  .rounded-container {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 300px; /* Set a fixed height for the container */
    width: 100%;
  }
  
  .product-image {
    width: 100%;
    height: 100%;
    object-fit: fill; /* Maintain aspect ratio and cover the container */
  }

  .productImg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio and cover the container */
  }
  
  .p-name {
    margin: 12px 0;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    /* font-family: ;"Samarkan" */
  }
  
  /* Media Query for Small Screens (e.g., Mobile) */
  @media only screen and (max-width: 768px) {
    .product {
      width: calc(100% - 16px); /* Adjust the width for smaller screens */
    }
   .rounded-container {
        height: 180px;
      }
    /* .rounded-container {
      height: auto;
    } */
  }
  @media screen and (min-width: 300px) and (max-width: 767px) {
    .product {
        width: calc(50% - 10px);
      /* 2 cards in a row with 10px spacing for iPhone 12 */
    }
     .rounded-container {
        height: 180px;
      }
  }
/* -------------------------------------------------- */
  /* body{
    font-family: 'Poppins', 'Courier New', Courier, monospace;
    background-color: #ccccd2;
    height: 200vh;
  }
  
  .bg-light{
    background-color: #f0f0f0 !important;
  }
  
  .btn {
    font-weight: 500;
    transition: .5s;
  }
  
  .btn.btn-primary {
    color: #FFFFFF;
  }
  
  .btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
  } */
  
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
  
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
  }
  
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: #fb774b;
  }
  
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
  
    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
  }
  
  .navbar-light .navbar-brand,
  .navbar-light a.btn {
    height: 75px;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
  }
  
  .navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
  }
  
  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
  
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
  }

  .fa-map-marker-alt,.fa-clock,.fa-phone-alt {
    font-weight: bolder;
    color: #fb774b !important; /* Use !important to ensure the style takes precedence */
}

.fab{
    color: #fb774b !important; /* Use !important to ensure the style takes precedence */

}

.navbar{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1) !important;
}
  
  
.top-line{
    margin: 0 !important;
    width: 100%;
    height: 0.5px !important;
    opacity: 1 !important;
    background-color: #fb774b;

}

@media only screen and (max-width: 768px) {
        .top-line{
            display: none; 
        }
  }

  .enquiry-btn{
    margin-top: 15px;
    height: 45px;
    border-radius: 35px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);;
  }

.shop-all-btn{
    padding-left:40%;
}

  .fade-in-text {
    opacity: 0;
    animation: fadeIn 2s forwards;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .typewriter-text{
    font-family:cursive;
  }

  .grid-container1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    padding: 0px;
  }

  .product-category1 {
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 8px;
    background-color: #f0f0f0;
  }

  .product-category1:nth-child(even) {
    background-color: #fbfbfbec;/* Use a different color for even-numbered categories */
  }

  .product-category1 h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .product-category1 dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 7px;
  }

  .product-category1 dt {
    font-weight: bold;
  }

  .product-category1 dd {
    margin: 0;
  }

  @media (max-width: 768px) {
    .grid-container1 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 769px) {
    .grid-container1 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .about-section-1 {
    min-height: 100%;
    background-image: url('../imgs/about1.png');
    background-position: center;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 0;

  }

  .about-section-1 content{
padding-top: 100px !important;
  }


/* Common styles for product boxes */
.product-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    width: 84%;
    height: 335px;
    margin: auto;
    text-align: center !important; /* Center the content */
}

.product-box img {
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.product-box .text-box {
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 20px 0;
    border-bottom-right-radius: 20px;
}

.mt-65 {
    margin-top: 108px !important;
    margin-bottom: 30px !important;
}

.product-carousel::after {
    content: "";
    display: table;
    clear: both;
}

/* Media query for screens larger than 768px (adjust as needed) */
@media (min-width: 768px) {
    .product-carousel .col-md {
        width: 70%; /* Two in a row */
        padding-left: 25%;
        margin: 0 1%; /* Adjust the space between boxes */
        text-align: center !important;
        align-items: center !important;
    }
}

/* Media query for screens 767px and smaller (adjust as needed) */
@media (max-width: 767px) {
    .product-carousel .col-md {
        width: 100%; /* One in a row */
        margin: 0;
    }
}

/* .company-details {
    background-image: url('../imgs/white-concrete-wall.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.company-details .title {
    font-family: var(--font1);
    font-size: 1.8rem;
    position: relative;
    display: inline;
}

.table-responsive11{
    overflow-x:auto;
}

.table-responsive11 tr:nth-child(even){background-color: #f2f2f2}

.table-responsive11 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.table-responsive11 td {
  text-align: left;
  padding: 14px 10px;
  padding-left: 200px;
} */

.company-details {
    background-image: url('../imgs/white-concrete-wall.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.company-details .title {
    font-family: var(--font1);
    font-size: 1.8rem;
    position: relative;
    display: inline;
}

.table-responsive11 {
    overflow-x: auto;
}

.table-responsive11 tr:nth-child(odd) {
    background-color: white;
}

.table-responsive11 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%; /* Ensure the table doesn't overflow its container */
    border: 1px solid #ddd;
}

.table-responsive11 td {
    text-align: left;
    padding: 14px 10px;
    padding-left: 10px; /* Adjust the padding for smaller screens */
}

/* Responsive styles for smaller screens */
@media only screen and (max-width: 767px) {
    .table-responsive11 td {
        padding-left: 10px; /* Adjust the padding for smaller screens */
    }
}

@media (min-width: 768px) {
    .table-responsive11 td {
        padding-left: 100px; /* Adjust the padding for smaller screens */
    }
}

a {
    text-decoration: none; /* Remove underline */
    color: black; /* Set your desired text color */
  }


/* ----------- SLIDER ------------ */
.swiper {
    width: 100%;
  }
  
  .swiper-wrapper {
    width: 100%;
    height: 35em;
    display: flex;
    align-items: center;
  }
  
  .card {
    width: 20em;
    height: 80%;
    background-color: #fff;
    border-radius: 2em;
    box-shadow: 0 0 2em rgba(0, 0, 0, .2);
    padding: 2em 1em;
  
    display: flex;
    align-items: center;
    flex-direction: column;
  
    margin: 0 2em;
  }
  
  .swiper-slide:not(.swiper-slide-active) {
    /* filter: blur(0px); */
  }
  
  .card__image {
    width: 18em;
    height: 69%;
    border-radius: 1em;
    border: 2px solid black;
    /* padding: 3px; */
    margin-bottom: 2em;
    /* object-fit: fill; */
  }
  
  .card__image img {
    width: 100%;
    height: 100%;
    border-radius: 1em;
    object-fit: fill;
  }
  
  .card__content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .card__title {
    font-size: 1.2rem;
    font-weight: 400;
    position: relative;
    top: .2em;
  }
  
  .card__name {
    color: #fb774b;
  }
  
  .card__text {
    text-align: center;
    font-size: 1.1rem;
    margin: 1em 0;
  }
  
  .card__btn {
    background-color: #404040;
    color: #fff;
    font-size: 1rem;
    text-transform:none;
    font-weight: 300;
    border: 1px solid black;
    /* padding: .5em; */
    border-radius:10px;
    margin-top: 1em;
    cursor: pointer;
  }
  /* ------------------ */
  /* /* ------------------ * */
  /* #contact-us{
    background-image: url('../imgs/cover1.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    object-fit: fill;
    
} */
#contact-us {
    background: url('../imgs/cover2.jpg') center/cover no-repeat;
    color: white; 
    text-align: center;
    padding: 100px 0;
    box-sizing: border-box;
  }

  .contact-container {
    max-width: 1000px; /* Adjust the maximum width of the container */
    margin: 0 auto; /* Center the container horizontally */
  }


  /* ------------------------------------------------- */
  .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    height: 110px;
    width: 160px;
    object-fit: fill;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


