body{
    margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box;
  font-family: poppins,sans-serif;
  margin: 0;
  padding: 0;
}


/* font weight properties */
.medium-bold{
  font-weight: 500;
}

.semi-bold{
  font-weight: 500;
}

.bold{
  font-weight: 700;
}


/* text align properties */
.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}


/* font size properties */

.font-20{
  font-size: 1.25rem !important;
}

.font-24{
  font-size: 1.5rem;
}

.font-32{
  font-size: 3rem;
}

.font-40{
  font-size: 2.5rem;
}
.blue-1{
  color: #252E45;
}


.main .line {
    background: #a68a64;
    ;
    height: 0.8vh;
  }
  
  .main .links {
    display: flex;
    justify-content: space-between;
    padding: .5rem 5%;
    align-items: center;
    background: #a68a64;
  }
  .nav-item-hidden a {
    color:#582f0e;
}
  .main .links .left, .main .links .right{
    display: flex;
    gap: .75rem;
    color: #432818;
  }
  
  .main .links .left a, .main .links .right a{
    color: #432818;
    text-decoration: none;
  }
  
  .main .navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    gap: 10%;
    position: relative;
  }
  
  .main .navbar #logo{
    height: 100%;
    cursor: pointer;
  }
  
  .main .navbar .nav-items{
    display: flex;
    align-items: center;
    gap: 3rem
  }
  
  .main .navbar .nav-item-hidden{
    display: flex;
    align-items: center;
    gap: 3rem
  }
  
  .main .navbar #responsive-icon{
    display: none;
  }
  
  .main .navbar #responsive-icon #icon{
    opacity: 0;
  }
  
  .main .navbar .nav-items .item, .main .navbar .nav-item-hidden .item{
    cursor: pointer;
    font-weight: 600;
    font-size: 1.25rem;
    transition: .3s ease-in-out;
  }
  
  .main .navbar .nav-items .item:hover, .main .navbar .nav-item-hidden .item:hover{
    color: #252E45;
  }
  .nav-item-hidden a{
    text-decoration: none;
  }
  
  .container .heading-1 {
    color: #285dac;
    padding-top: 1.5rem;
    text-transform: uppercase;
}
  .container .heading-1 .slogan{
      color:black;
      font-size:1.6rem;
      margin-top: 2rem;
      color: #F95015;
      font-weight: 500;
  }
  
.container .paraone {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #582f0e;
}
  
  .container .big {
      color: grey;
      line-height: normal;
      padding: 0 2% 2rem 2%;
  }
  
  .container .big .orange-1 {
      color: #F95015;
  }
  .container .homeback{
      background-image: url(../image/back.png);
      background-repeat: no-repeat;
      background-position: left;
      background-size: cover;
      padding-bottom: 4rem;
      padding-top: 2rem;
      
  }
  .text-invert{
      mix-blend-mode:darken;
  }
  
  .container .box {
      background-image: url(../image/blue-gravel-stone.jpg);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background-position: center;
      background-size: cover;
      padding: 4rem 0;
      gap: 1.75rem;
  }
  
  .container .box .card {
      padding: 2.5rem 2rem;
      border-radius: 10px;
      background: linear-gradient(176deg, rgba(145,196,242,1) 0%, rgba(225,239,251,1) 52%, rgba(194,220,242,1) 100%, rgba(27,167,204,1) 100%);
      width: max(300px, 30vw);
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 1rem;
  }
  
  .container .grid {
      display: flex;
      justify-content: center;
      margin-top: 8rem;
      margin-bottom: 8rem;
  }
  
  .container .grid .left img {
      width: 90%;
      margin-left: 5%;
      margin-bottom: 4rem;
  }
  
  .container .grid>div {
      width: 50%;
  }
  
  .container .right .right-2 {
      text-transform: capitalize;
      color: #b6ad90;
      margin-bottom: 25px;
      padding-top: 25px;
  
  }
  
  .container .right .right-3 .orange {
      color: #F95015;
  }
  
.container .right .right-1 {
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #582f0e;
}
  
  .container .right .right-3 {
      font-size: 18px;
      line-height: 25px;
      color: #414042;
      margin-bottom: 40px;
      font-weight: 400;
  }
  
  .container .right .main-card {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 4rem;
  }
  
  .container .card-1 {
      width: 300px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      text-align: center;
      background-color: #fff;
      height: 5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'poppins', sans-serif;
  }
  ul.tech a {
    color: #432818;
}
  .container .right .rounded-button .round {
      border: none;
      margin-top: 5rem;
      background-color: #7f4f24;
      /* Change to your desired button color */
      color: #fff;
      /* Text color */
      padding: 10px 20px;
      /* Adjust padding as needed */
      border-radius: 25px;
      /* Use a large value to make it more rounded */
      cursor: pointer;
      font-size: 16px;
      /* Adjust font size as needed */
  }
  

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.main-footer {
    background: #a68a64;
}
.main-footer .container{
    display: flex;
    justify-content:space-around;
    padding:5rem 10vw;  
}
.main-footer .information .heading-1{
    color:#582f0e;
    text-transform: uppercase;
    font-family: poppins;
    font-size: 1.2rem;
    margin-bottom: 10px !important;
    font-weight: 600;
    /* padding: 1rem; */
}
.main-footer .information .tech{
    list-style: none;
}
.main-footer .information .tech .heading-1{
    padding-top: 0px;
}
.main-footer .small-footer {
    width: 100%;
    height: 2vh;
    background: #b6ad90;
}
.main-footer .links .link-1{
    list-style:none;
    margin:5px;
}
.main-footer .links .heading-2{
    color:#582f0e;
    text-transform: uppercase;
    font-family: poppins;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;

}
.main-footer .links ul{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.main-footer .information ul{
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    color: #432818;
    font-weight: lighter;
}

.main-footer .links .link-1 li a{
    text-decoration: none;
    color:#432818;
    font-weight: lighter;
    
}
.main-footer .container .footer-about .para{
    width: 30vw;
    color: #432818;
    font-weight: 300;
}
  
  @media screen and (max-width: 800px) {
     .page.contact_us{
    display: flex;
    flex-direction:column-reverse ;
    }
     .page.contact_us .image-container .image{
      margin-top: unset;
      width: 100%;
    }
    .page .image-container .image{
      margin-top: unset;
    }
    .main .navbar #responsive-icon{
      display: flex;
    }
    .container .grid{
          flex-direction: row;
      }
  
      .container .grid>div {
          width: 100%;
      }
  
      .container .grid .right{
          padding: 0 2rem;
      }
  
    .main .navbar .nav-items{
      display: flex;
      position: absolute;
      top: 5.9rem;
      z-index: 100;
      background-color: white;
      gap: 1rem;
      width: 100%;
      left: 0;
    }
  
    .main .navbar{
      justify-content: space-between;
      padding: 0 5%;
    }
  
    .main .navbar .nav-item-hidden{
      display: none;
    }
    .main .links{
      gap: .5rem;
      padding: .5rem 1%;
      font-size: .9rem;
    }

    .font-20{
      font-size: 1.125rem !important;
    }
  
    .font-24{
      font-size: 1.25rem;
    }
    
    .font-32{
      font-size: 1.75rem;
    }
    
    .font-40{
      font-size: 1.7rem;
    }
  }

  /* about css */
  

.about-container .grid {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.about-container .grid .left img {
  width: 90%;
  margin-left: 5%;
  margin-bottom:1rem;
}

.about-container .grid>div {
  width: 50%;
}

.about-container .right .right-2 {
  text-transform: capitalize;
  font-family: 'poppins', sans-serif;
  font-size: 3rem;
  font-weight:600;
  margin-bottom: 25px;
  color:#582f0e;

}

.about-container .right .right-3 .orange {
  color: orange;
  font-weight: 600;
}

.about-container .right .right-1 {
  font-size: 38px;
  line-height: 50px;
  font-family: 'poppins', sans-serif;
  margin-bottom: 40px;
  font-weight:500;
  text-transform: capitalize;
  color:#582f0e;
}

.about-container .right .right-3 {
  font-size: 18px;
  line-height: 25px;
  color: #414042;
  margin-bottom: 40px;
  font-weight: 400;
  max-width:80%;
  text-transform: capitalize;
  font-family: 'poppins',sans-serif;
}


@media screen and (max-width: 800px) {
  .about-container .grid{
      flex-direction: row;
  }

  .about-container .grid>div {
      width: 100%;
  }

  .about-container .grid .right{
      padding: 0 1rem;
  }
}

/* product css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
.Square .store .c1{
    height: 300px;
    width: 300px;
    border-radius: 3px;
}
.Square .our{
    text-align: center;
    font-family: 'poppins',sans-serif;
    font-size: 3rem;
    font-weight:500;
    text-transform: capitalize;
    margin-top: 3rem;

}
.Square .products{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.Square .products .store{
    display: flex;
    margin: 50px;
    overflow: hidden;
}
.Square .name-1{
    height: 200px;
    width: 350px;
    padding: 6px;
    box-sizing: border-box;
    position: absolute;
    font-size: 1rem;
    text-transform: capitalize;
    color: black;
    margin-top: 20rem;
    font-weight: 500;
    font-family: 'poppins',sans-serif;
    padding-left: 5rem;
    padding-bottom: 5rem;
}
.Square .additives{
    text-align: center;
    text-transform: capitalize;
    margin-top: 3rem;
    font-family: 'poppins',sans-serif;
    font-size:3rem;
    font-weight: 500;
}
.Square{
    padding-bottom: 3rem;
}

/* market css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
.Square .store .c1{
    height: 300px;
    width: 300px;
    border-radius: 3px;
}
.Square .our{
    text-align: center;
    font-family: 'poppins',sans-serif;
    font-size: 3rem;
    font-weight:500;
    text-transform: capitalize;
    margin-top: 3rem;

}
.Square .products{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.Square .products .store{
    display: flex;
    margin: 50px;
    overflow: hidden;
}
.Square .name-1{
    height: 200px;
    width: 350px;
    padding: 6px;
    box-sizing: border-box;
    position: absolute;
    font-size: 1rem;
    text-transform: capitalize;
    color: black;
    margin-top: 20rem;
    font-weight: 500;
    font-family: 'poppins',sans-serif;
    padding-left: 5rem;
    padding-bottom: 5rem;
}
.Square .additives{
    text-align: center;
    text-transform: capitalize;
    margin-top: 3rem;
    font-family: 'poppins',sans-serif;
    font-size:3rem;
    font-weight: 500;
}
.Square{
    padding-bottom: 3rem;
}

/* contact page css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* .phonepage{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poppins',sans-serif;
    font-size: 3rem;
    text-transform: capitalize;
    margin-top: 2rem;
    margin-bottom: 2rem;
} */
.page .phonepage .contact {
    text-align: center;
}
.phonepage .form-control {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.phonepage .form-control .inputs-1 {
    padding: 1rem;
    width: 60%;
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem;
    resize: none;
}
.btn {
    cursor: pointer;
    background:  rgb(74, 119, 187);
    color: white;
    padding: 1rem;
    width: 60%;
    font-size: 1rem;
    font-weight: 600;
    margin: 4rem;
    outline: none;
    text-transform: uppercase;
    margin-top: 3rem;
    border: none;
   
}
 .page{
    display: grid;
    grid-template-columns: 1fr 1fr;
 }
/* .page .phonepage .image-container .image {
    margin-top: 3rem;
    width: 70%;
    height: 70%;
    object-fit: fill;
} */
.page .image-container .image {
    margin-top: 10rem;
    width: 90%;
    display: grid;
    place-items: center;
}
  
.page .contact{
    text-align: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: 'poppins',sans-serif;
    font-size: 3rem;
    font-weight: 600;
}

/* slider */
.carousel-slide-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.carousel-slide-container {
  height: 35vw;
}
.carousel {
  display: flex;
  transition: transform 0.9s ease-in-out;
  width: 400%;
}

.carousel-slide {
  width: 100%;
  flex: 1 0 100%;
}

.carousel-slide img {
  width: 100%;
  height: auto;
}

/* Navigation Buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 1;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

/* Prevent selection of text/icons */
.prev, .next {
  user-select: none;
}
.prev{
  left: 0;
    height: 100%;
    width: 4px;
    align-items: center;
    display: grid;
    background: transparent;

}
.next {
    right: 0;
    height: 100%;
    width: 4px;
    align-items: center;
    display: grid;
    background: transparent;
}
.next:hover{
  background: #f3f3f333;
}
.prev:hover{
    background: #f3f3f333;
}
.tech li a {
  text-decoration: none;
}


/*floating whatsapp  css */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

/*mobile view code*/

    .nxustechnologies {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .nxustechnologies span {
      height: 4px;
      width: 30px;
      background-color: #000;
      margin: 5px 0;
      border-radius: 5px;
      transition: 0.3s;
    }
    .mobile_menu {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 250px;
      background-color: #a68a64;
      transform: translateX(-100%);
      transition: transform 0.4s ease-in-out;
      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
      padding-top: 60px;
      z-index: 5;
    }

    .mobile_menu.active {
      transform: translateX(0); /* Slide into view */
    }

    .mobile_menu a {
      text-decoration: none;
      color: white;
      font-size: 18px;
      padding: 15px 20px;
      transition: background-color 0.3s, color 0.3s;
    }

    .mobile_menu a:hover {
      background-color: #FFD700;
      color: #4A90E2;
    }
    @media (max-width: 800px) {
      .nxustechnologies {
        display: flex;
      }
      .nxustechnologies.active span:nth-child(1) {
        transform: rotate(45deg) translate(14px, 5px);
      }
      .nxustechnologies.active span:nth-child(2) {
        opacity: 0;
      }
      .nxustechnologies.active span:nth-child(3) {
        transform: rotate(-45deg) translate(14px, -5px);
      }
    }

  @media (max-width: 480px) {
    .main .links .left, .main .links .right {
    display: inline-block;
  }
  }
   @media (max-width: 628px){
   
    .about-container .grid {
      display: inline;

   }
   #root .container .grid{
     display: inline;

   }
  #root .container .grid .right {
      margin-bottom: 40px;
      }
  
    #root .container .right .rounded-button .round{
        margin-top: 0px;
    }
  }
  .linkedin_logo img{
    width: 20px;
    height:18px;
  }
.linkedin_logo a {
    text-decoration: none;
    color: #432818;
    font-size: 16px;
    display: flex;
    gap: 5px;
    align-items: center;
}
p#response {
    text-align: center;
    color: #1010bb;
    font-size: 17px;
}