
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    }
::selection {
    background-color: #ca5656; 
    color: white; 
}
body{
    font-size: 16px;}

    .ct-box{
        /* background-color: green; */
        width: 55px;
       text-align: center;
        position: fixed;
        left: 5px;
        bottom: 5vh;
        z-index: 999;       
         
    }
    .ct-box .txt{
        width: fit-content;
        font-size: small;
        line-height: 1.8vh;        color: darkred;
        text-transform:capitalize;
        text-decoration:overline;
        background-color: rgb(221, 238, 111);
    }
    .ct-box img{
        width: 100%;
    }

.projects-container{
    width: 100%;
    overflow-wrap:break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* margin-bottom: 40vh; */
    /* z-index: -999; */
    /* top: 45vh; */
    background-image: url(images/pattern-tarp.png);
    /* position: relative; */
    background-color: rgb(255, 252, 249);
}
.top-head-1{
    width: 100%;
    height:16vh ;
    background-color: #eedac1;
    display:flex;
    background-size: cover;
    justify-content:space-between;
    background-image: url(images/pattern-tarp.png);
    background-size: cover;
    object-fit: cover;
}

.logo-side-left{
    width: 35%;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Marcellus", serif;
    text-transform:uppercase;
    color: #3d2c25;
}
.logo{
    color: #3d2c25;
    text-decoration: none;
        user-select: none;
        text-shadow: 3px 2px 3px;
}
.signin-side-right {
    width: fit-content;
    font-family: "Aclonica", sans-serif;
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.signin-side-right .acp-pages{
    
    position:relative;
    right: 5vh;
}
.signin-side-right .acp-pages ul{
    gap: 6vh;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
    bottom: 10px;
    font-size: 3vh;
    list-style: none;
    text-transform: uppercase;
}
.signin-side-right .acp-pages ul li a{
    text-decoration:none;
    color: #3d2c25;
}  
.top-head-2 {
    position: relative;
    background-color: #9c8879;
}
.top-head-2 ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #9c8879;
    width: 100%;
    height: 4vh;
    align-items: center;
    transition: all 0.3s ease;
}
.top-head-2 ul li a {
    text-decoration: none;
    color: #251711;
    font-size: 0.7rem;
}
.menu-icon {
    display: none;
    font-size: 1.5rem;
    color: #251711;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}
.top-head-3{
background-color:#edd3a9;
text-align: center;
display: flex;
justify-content: center;
width: 100%;
align-items:center;
padding: 2vh, 2vh;
color: #424040;
text-transform: uppercase;
}
.top-head-3 h3{
    font-size: .7rem;
    margin: 1vh 2vh;
}
.top-head-4 {
    position: relative;
    width: 100%;
    height:54.6vh;
    background-size: cover;
    display:flex;
    justify-content: center;
    background-color: green;
    }
.top-head-4 .top-head-background-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}
.top-head-4 .top-head-background-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}
.top-head-4 .head-slider {
    background-color: green;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    
}
.slider-images{
    width: 75%;          
    height: 100%;  
    margin: auto;
    box-shadow:1px 1px 4px rgba(0, 0, 0, 0.548);
    position: absolute;
    left: 5%;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.slide{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: 1s;
    object-position: center ;
}
.nav-bts{
    width: 50px;
    /* position: absolute; */
    /* background-color: #ffcc923f; */
    /* top: 20vh; */
    /* left: 0; */
    display: flex;
    justify-content:center;
    align-items: center;
    /* padding: 0 45vh 0 3vh; */
    z-index: 999;
}
.nav-bts button{
   cursor: pointer;
   width: 30px;
   height: 30px;
   outline: none;
   color: rgb(59, 59, 59);
   font-weight: bolder;
   border-radius: 50px;
   background-color: rgba(255, 255, 255, 0.467);
   border:none;
}


/* top head 5*/

.top-head-5-content{
    position: relative;
    top: 2vh;
    display: flex;
    justify-content: center;
    width: 100%;
}
.top-head-5-content #content{
    background: linear-gradient(to right, #e5cfc6 50%, #cfb6a0 50%);
    width: fit-content;
    text-align: center;
    color:#3d2c25;
    padding: 0 4vw 0 4vw;
}
/* Main container for products */
.products-container {
    width: 100%;
    padding: 8vh 2vw 0 2vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vh;
    justify-items: center;
}
.product-list {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background-color: #fcead9;
    box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    position: relative;
    border-radius: 10px;
    max-width: 300px;
}
.product-list:hover {
    transform: scale(1.05);
}
.product-img {
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1vh 1vw;
    text-align: center;
    gap: 4px;
}
.product-detail h1 {
    color: #3d2c25;
    text-transform: uppercase;
    font-family: "Trirong", serif;
    font-weight: 300;
    font-size: 0.9rem;
}
.product-detail h3 {
    font-family: "Jura", sans-serif;
    text-decoration: underline;
    font-weight: 100;
    font-size: 0.7rem;
    color: #4d2515;
}
.product-detail a {
    font-size: 0.8rem;
    color: #9c8879;
    text-decoration: none;
    text-transform: uppercase;
    border-top: #3d2c25 1px solid;
    border-bottom: #3d2c25 1px solid;
    padding: 5px 0;
}
.ct-btn{
    padding: 2vh ;
    box-shadow: 1px 2px 8px -4px;
    margin: 4vh 0;
}
.three-btn-contacts a button{
    
}
.three-btn-contacts a button:hover{
    background-color: rgb(43, 78, 78);
    transform: translateY(-2px);
}
.three-btn-contacts{
    width: 100%;
display: flex;
justify-content: space-evenly;

}
.three-btn-contacts a button{
    background-color: #6e5353;
    color: white;
    /* height: 6vh; */
    padding: 1vh 1vh;
    border-radius: 5px;
    
    border: none;
    text-shadow: 2px 2px 4px black;
}
.heading-products{
    font-size: 1.5rem;
    background-color: #6e5353;
    color: wheat;
    padding: 1vh 3vh;
    text-align: center;
    border-radius: 10px;

}
@media screen and (max-width: 768px) {
    .products-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .nav-bts {
      display: none;
    }
  
}

@media screen and (max-width: 480px) {
    .products-container {
        grid-template-columns: repeat(3, 1fr);
    }
.top-head-3 h3{
    font-size: 0.4rem;
    margin: 1vh 1vh;
}
  .three-btn-contacts a button {
        margin: 0 2vh;
        font-size: .6rem;
    }
    .product-img {
        height: 150px;
    }

    .product-detail h1 {
        font-size: 0.8rem;
    }

    .product-detail h3 {
        font-size: 0.6rem;
    }

    .product-detail a {
        font-size: 0.7rem;
    }
}

.container-products-home {
    width: 100%;
    padding: 1vh 1vh 8vh 1vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}
.product-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.product-list-home {
    flex: 1 1 20vw;
    max-width: 200px;
    background-color: rgb(254, 246, 235);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    overflow: hidden;
}
.group-2{
    padding-bottom: 10vh;
}
.product-list-home:hover {
    scale: 1.05;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.product-img-home {
    width: 100%;
    height: 150px;
    background-size: cover;
}
.product-img-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-detail-home {
    padding: 1vh 2vh;
    text-align: center;
}

.product-detail-home h1 {
    font-size: .8rem;
    color: rgb(85, 71, 71);
    text-transform: uppercase;
    padding-bottom: 1vh;
}

.product-detail-home h3 {
    font-size: 0.7rem;
    color: rgb(82, 81, 81);
    text-transform: capitalize;
}

.product-detail-home p {
    color: rgb(43, 78, 78);
    font-weight: 600;
    font-size: 1rem;
}
.btn {
    /* margin-top: 20px; */
}
.btn a button {
    padding: 8px 12px;
    font-size: 1rem;
    background-color: rgb(85, 71, 71);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn a button:hover {
    background-color: rgb(43, 78, 78);
}
@media screen and (max-width: 768px) {
    .product-home {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 4vh;
        padding: 4vh 0;
    }
    .product-list-home {
        flex: 1 1 45%;
        max-width: 45%;
    }
    .product-img-home {
        height: 150px;
    }
}
@media screen and (max-width: 480px) {
    .product-home {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    .btn a button{
        width: 1vh;
        /* height: 2vh; */
        font-size: 0.2rem;
        /* padding: 0;
        background-color: #005ecc; */
    }
    .product-list-home {
        flex: 1 1 48%;
        max-width: 48%;
    }
    .product-img-home {
        height: 150px;
    }
    .product-detail-home h1 {
        font-size: .6rem;
    }
    .product-detail-home h3 {
        font-size: 0.6rem;
    }
    .product-detail-home p {
        font-size: 0.8rem;
    }
    .btn a button {
        width: 100%;
        padding: 12px;
        font-size: 0.9rem;
    }
}
.btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5vh;
}
.btn button {
    padding: 12px 24px;
    font-size: 16px;
    color: #ffffff;
    background-color: #8d826b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition:all.3s;
}

.btn button:hover {
    background-color: #bdb6a7;
    transform: translateY(-2px);
}
    /* footer */
    footer {
        width: 100%;
        background-color: #e7cdac;
        padding: 4vh 0;
        position: relative;
        bottom: 0;
    }
    .about {
        width: 90%;
        margin: 0 auto;
        background-color: #f1dec5;
        text-align: center;
        padding: 2vh 0;
    }
    .about h6 {
        font-size: 1.5rem;
        color: #4d2e1e;
    }
    .about p {
        font-size: .8rem;
        color: #4d2e1e;
        padding: 1vh 0;
        line-height: 1.6;
    }
    .foots-dwajo-logo {
        font-size: 1.4rem;
        background-color: #e7cdac;
        writing-mode: vertical-rl;
        text-orientation: upright;
        color: #4d2e1e;
        user-select: none;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin: 2vh auto;
        padding: 1vh 0;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 2vh;
        bottom: 0;
    }
    .group {
        flex: 1;
        max-width: 300px;
        min-width: 200px;
        padding: 1vh;
    }
    .contact, .social-links, .navigations, .adress {
        text-align: center;
    }
    .foots a {
        text-decoration: none;
        font-size: 1rem;
        color: #160b05d5;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }
    .foots p {
        color: #4d2e1e;
        font-size: 1.2rem;
        padding-bottom: 1vh;
    }
    .sc-lk {
        display: flex;
        justify-content: center;
        gap: 1vw;
    }
    .sc-lk div {
        background-color: #9688813a;
        border-radius: 25px;
        padding: 1vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1vh;
    }
    .sc-lk div i {
        color: rgb(43, 39, 36);
        font-size: 1.5rem;
        margin: 1vh;
    }
    .navigations a {
        display: block;
        margin: 0.5vh 0;
        background-color: #e7cdac;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        padding: 0.5vh;
        border-radius: 5px;
    }
    .map iframe {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }    
    @media screen and (max-width: 768px) {
        .footer {
            flex-direction: column;
            align-items: center;
            padding: 2vh 0;
        }
        .group {
            max-width: 100%;
            margin: 1vh 0;
        }
        .foots-dwajo-logo {
            font-size: 1.2rem;
        }
        .sc-lk div {
            flex-direction: row;
            gap: 1vh;
        }
        .about p {
            font-size: 0.9rem;
            padding: 0 2vh;
        }
    }
    @media screen and (max-width: 480px) {
        .about h6 {
            font-size: 1.2rem;
        }
        .about p {
            font-size: 0.8rem;
        }
        .foots-dwajo-logo {
            font-size: 1rem;
            padding: 0.5vh;
        }
        .foots a {
            font-size: 0.9rem;
        }
        .navigations a {
            font-size: 0.9rem;
        }
        .sc-lk div i {
            font-size: 1.2rem;
        }
        .map iframe {
            height: 120px;
        }
    }
    
   
    /* product-products */
     .product-container {
      max-height: 500px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .product-list-products {
      display: flex;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }
    .product-img-products img {
      width: 120px;
      height: auto;
      object-fit: cover;
    }
    .product-detail-products {
      padding: 15px;
      flex: 1;
    }
    .product-detail-products h1 {
      font-size: 20px;
      margin: 0 0 5px;
    }
    .product-detail-products h3 {
      font-size: 14px;
      color: #666;
      margin: 0 0 10px;
    }
    .product-detail-products p {
      font-weight: bold;
      color: #333;
      font-size: 16px;
    }
    .btn {
        margin-top: 20px;
    }

    @media screen and (max-width: 768px) {
        .product-products {
            flex-wrap: wrap;
            gap: 20px;
            background-color: #fcf4eb;
            margin-bottom: 4vh;
            padding: 4vh 0;
        }
        .product-list-products {
            flex: 1 1 45%;
            max-width: 45%;
            height: 35vh;
        }
        .product-img-products {
            height: 150px;
        }
    }
    @media screen and (max-width: 480px) {
        .product-products {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 10px;
        }
        .product-list-products {
            flex: 1 1 48%;
            max-width: 48%;
        }
        .product-img-products {
            height: 150px;
        }
        .product-detail-products h1 {
            font-size: 1rem;
        }
        .product-detail-products h3 {
            font-size: 0.8rem;
        }
        .product-detail-products p {
            font-size: 0.8rem;
        }}
/* contaict page starting */

        .contact-main-page{
            position: relative;
            margin-bottom: 80px;
            top:4vh;

            background-color: #fffdf9;
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;
        }
        .title{
            color: #3d2c25;
            font-size: 1.2rem;
            background-color: rgb(241, 233, 233);
            height:max-content;
            box-shadow: 1px 1px 8px -2px gray;
            width: 100%;
            text-align: center;
            text-shadow: 0px 1.2px 2.5px;
           margin-bottom: 2vh;
           text-transform: uppercase;
        }

        .contact-blocks-group{
            display: flex;
            justify-content: space-around;
            position: relative;  
        }
        .contact-block{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%;
            height:25vh;
            border-radius: 1vh;
            margin: 10vh 2vh;
            background-color:#fcf4eb ;
            padding: 3vh 2vh;
        }
        .block-title{
            font-size: 4vh;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 2vh;
            position: absolute;
            top: 1vh;
            width: 12vh;
            height: 12vh;
            background-color: rgb(238, 219, 186);
            border-radius: 50%;
            color: white;
        }
        .block-content{
            display: flex;
            flex-direction: column;
            margin: 0 2vh;
        }
        .block-content a{
            text-decoration: none;
            color: #501b04;
            text-align: left;
        }
        /* contact-box  */

.contact-input-block {
  max-width: 600px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  margin: auto;
  animation: fadeInUp 0.6s ease;
}
.contact-input label {
  display: block;
  margin: 15px 0 5px;
  font-weight: bold;
  color: #333;
}
.contact-input input,
.contact-input textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 10px;
  border: 2px solid #d0d7de;
  border-radius: 10px;
  font-size: 16px;
  transition: border 0.3s, box-shadow 0.3s;
}
.contact-input input:focus,
.contact-input textarea:focus {
  border-color: #0077ff;
  box-shadow: 0 0 5px rgba(0, 119, 255, 0.2);
  outline: none;
}
.contact-input .required {
  color: red;
}
.contact-input button {
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  border: none;
  background: #0077ff;
  color: white;
  font-size: 18px;
  border-radius: 12px;
  cursor: pointer;
  transition:0.3s ease;
}
.contact-input button:hover {
  background: #005ecc;
  transform: scale(1.02);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* services-projects-page-start */
/* .projects-container{
    background-image: url(images/pattern-tarp.png);
    position: relative;
    background-color: rgb(255, 252, 249);
} */
.services-container{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
}

.services-section{
    background-color: rgb(255, 242, 227);
    position: absolute;
    top: 12vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:4vh 0;
}
.projects-services{
    max-width: 50vw;
    min-width: 70vw;
    font-size: 1.2vh;
    display: flex;
    justify-content: space-evenly;
}
.services{
    width: 30%;
    height: 50vh;
    font-size: 1.2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
}
.service{
    width: 100%;
    height: 48%;
    overflow: hidden;
    border: 1px solid black ;
    font-size: .8rem;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    text-align: center;
}
@media (max-width: 900px){
    .service{
        line-height: .7rem;
        font-size: .6rem;
    }
}
.service img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

/* project cards starting  */

.project-container{
    width: 100%;
    position: relative;
    text-align: center;
    top: 0;
  }
.projects{
    display: flex;
    justify-content: center;
    gap: 6vh;
    flex-wrap: wrap;
    padding: 4vh 0;
}
.project-card{
    width: 250px;
    height: 280px;
    background-color: rgb(240, 228, 211);
    display: flex;
    flex-direction: column;
    color:rgb(1, 63, 1);
    border-radius: .4vh;
    transition: all ease 0.3s;
}
.project-card:hover{
    transform: scale(1.5);
    background-color: red; 
color: green;}   
.project-card-heading{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1vh 2vh;
    gap: 5px;
}
.project-title h1{
    font-size: .8rem;
    text-transform: uppercase;
    color: #3d2c25;
}
.project-location{
    display: flex;
    width: 100%;
        color:#251711;
    justify-content: center;
}
.project-location h3{
    font-size: .8rem;
    text-transform: capitalize;
    padding-left: 4px;
}
.project-image{
    height: 200px;
    overflow: hidden;
    transition: all ease-in 0.3s;
}
.project-image:hover{
    transform: scale(1.5);
}
.project-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media  (max-width: 1000px) {
    
    .top-head-1{
        height: 10vh;
    }
    .top-head-1 .logo{
        font-size: 1rem;
        margin-left: 1vw;
    }
    .signin-side-right .acp-pages{
        position: relative;
        right: 2vh;
    }
    .signin-side-right .acp-pages ul{
    display: flex;
    font-size: 2vh;
    gap: 2vh;
   }
   @media (max-width: 1000px) {
    .top-head-2 ul {
        width: 15vw;
        position: absolute;
        top: 0;
        right: 0;
        height: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        overflow: hidden;
        gap: 2vh;
        z-index: 2;
        transition: height 0.4s ease;
    }
    .top-head-2 ul.show {
        height: 40vh; /* Increased height */
    }

    .top-head-2 ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .top-head-2 ul li a {
        font-size: 1vh;
        padding-left: 2vh;
        padding-right: 2vh;
        text-align: center;
    }
    .menu-icon {
        display: block;
        font-size: 1.2rem;
        color: #251711;
        position: absolute;
        right: 10px;
        margin: auto;
        top: 0;
        z-index: 3;
        cursor: pointer;
    }
    .close-icon {
        display: none;

        font-size: 2rem;
        color: #251711;
        position: absolute;
        right: 8vw;
        top: 10px;
        z-index: 3;
        cursor: pointer;
    }
}
   .top-head-3 {
    font-size: 1.2vh;
    padding-left: 5vh;
    padding-right: 5vh;
    text-wrap: wrap;
    justify-content:flex-start;
   }
  main{
    top: 35vh;
}
.top-head-5-content #content{
    font-size: .8rem;
}

}
@media (max-width: 400px) {
    .top-head-2 ul {
        width: 25vw;
    }

}
@media (max-width: 700px) {
    .signin-side-right .acp-pages ul{
        display: flex;
        font-size: 1.7vh;
        gap: 1.8vh;
       }
    }

@media (max-width:500px){
        .projects-services{
        width: 100%;
        max-width: none;
    }
    .services-section{
        width: 95%;
        height: fit-content;
    }
}
    /*----------------- About-page-------------- */
    /*----------------- About-page-start-------------- */
    .first-about-container {
        background-color: #f8f0e9;
        display: flex;
        /* margin-top: 45vh; */
        align-items: center;
        flex-direction: column;
        padding: 5vh 6vh 5vh;
        width: 100%;
        background-image: url(images/pattern-tarp.png);
    }
    
    .about-container{
        width: 100%;
        
        /* background-color: #1e1003; */
        display: flex;
        justify-content: space-around;
        flex-wrap:wrap;
    }
   
    .about-para{
        margin: 5vh 5vw;
        background-color:#f1dec5;
        padding: 5vh 3vh;
        text-align: center;
        width: 100%;
    }
    .about-para h3{
        font-size: 3vh;
        color: #4d2e1e;
        text-transform: uppercase;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .about-para h5{
        font-size:2vh;
        margin-top: 2vh;
        color: #4d2e1e;
        text-transform: capitalize;
    }
 /* weekly fresh arivals */
.products-page-services{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15vh;
    flex-direction: column;
    position: relative;
    top: 10vh;
}
 .weekly-arival-container{
    background-color: rgb(255, 248, 240);
    display: flex;
    flex-direction: column;
    padding: 3vh 3vh;
    align-items: center;
 }
.three-block{
    display: flex;
    gap: 1vh;
    margin: 1vh 0;
    /* background-color: #005ecc; */
}
.prod-cont{
    width: 25vw;
    box-shadow: 1px 1px 8px -2px gray;
   
}

/* main{
    position: relative;
    
} */

.weekly-arival-container .service{
    border:none;
    height: 25vh;
    display: flex;
    flex-direction: column;
    object-fit: cover;
}
.weekly-arival-container .service img{
    object-fit: cover;
}
.service-detail{
    background-color: rgb(241, 233, 233);
    gap: 1vh;
    height: 12vh;
    padding: .8rem .8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(3, 81, 3);
}
.service-detail h1{
    font-size: .8rem;
    text-align: center;
    text-transform: uppercase;
}
.service-detail h6{
    
    font-size:.6rem;
    border-top:1px solid black;
    border-bottom:1px solid black;
}
@media (max-width:500px){
    .weekly-arival-container{
        width: 100%;
    }
    .prod-cont{
    width: 31vw;
}
.service-detail h1{
    font-size: .6rem;
}
.service-detail h6{
    font-size: .5rem;
}
.service-detail{
    height: 10vh;
}
}