/* root */
/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Montserrat:wght@400;800&family=Parisienne&family=Roboto&family=Teko:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap");
/* Root element (aka html) */
:root {
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* CSS Variables */
  /* Fonts */
  --ff-parisienne: "Parisienne", cursive;
  --ff-montserrat: "Montserrat", sans-serif;
  --ff-lora: "Lora", serif;
  --ff-roboto: "Roboto", sans-serif;
  --ff-rubik-dirt: "Rubik Dirt", cursive;
  --fs-paragraphs: calc(0.8rem + 0.35vw);
  --fs-links-btns: calc(0.65rem + 0.5vw);
}

/* Global */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

span {
  color: #7c7c7c;
  padding: 0px 40px;
}

body,
html {
  overflow-x: hidden;
  box-sizing: border-box;
}

.container {
  width: 98%;
  max-width: 91rem;
  margin: 0 auto;
}
/* ---------------------------------------------------------------------------- */
/*scrollbar*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

/* ---------------------------------------------------- */
/* line */
.line {
  width: 250px;
  height: 4px;
  background: #025e0a;
  margin: 10px auto;
  border-radius: 5px;
}

.title {
  text-align: center;
  font-family: var(--ff-montserrat);
  font-size: 4vmin;
}

/* Floating WhatsApp Icon Styles */
.whatsapp-icon {
  position: fixed; /* Keep it in a fixed position */
  bottom: 20px; /* Distance from the bottom of the page */
  right: 20px; /* Distance from the right side of the page */
  z-index: 1000; /* Make sure it's above other elements */
}

.whatsapp-icon img {
  width: 50px; /* Adjust the size of the icon */
  height: auto; /* Maintain aspect ratio */
}

/* root */


/* Navbar */
.menu-toggle {
  opacity: 0;
  position: absolute;
}
.top-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--ff-montserrat);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: saturate(180%) blur(10px);
  color: white;
  text-align: center;
  font-size: 1.2rem;
  z-index: 20; 
  transition: transform 0.3s ease-in-out; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  
}
.navbar {
  position: fixed;
  top: 40px; 
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: saturate(180%) blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  z-index: 10;
  color: whitesmoke;
}

.logo {
  font-family: var(--ff-rubik-dirt);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  padding: 0 1.2rem;
  font-weight: 300;
  color: rgb(254, 252, 252);
  justify-content: left;
  align-items: center;
  margin: 0;
}

.nav-center{
  display: flex;
}
.nav-links {
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  font-weight: bold;
  border: 2px hidden whitesmoke;
  border-radius: 20px;
  align-items: center;
}

.nav-links li {
  font-family: var(--ff-montserrat);
  margin-right:10px;
}

.nav-links li a {
  color: white;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.nav-links-right {
  display: flex;
  margin-top: 10px;
}

.nav-links-right li {
  font-family: var(--ff-montserrat);
  box-sizing: border-box;
  display: flex;
  font-weight: bold;
  border-radius: 20px;
  align-items: center;
  margin: 0px 10px;
  background: #025e0a;
  cursor: pointer;
  transition: all 0.2s ease; 
}

.nav-links-right li a {
  color: white;
  text-decoration: none;
}

.top-nav-link{
  align-items: end;
  padding: 6px 20px;
  border-radius: 20px;
}

.nav-links-right li:hover {
  background: whitesmoke; 
  color: #025e0a; 
  box-shadow: 2px 2px 5px #00000056;
}

.nav-links-right li:hover a {
  color: #025e0a; 
}

.cir_border {
  padding: 6px 20px;
  font-weight: bold;
}

.imglogo {
  filter: brightness(0) invert(1);
}

/* navbar */

/* aboutMyself  */
#aboutText {
  display: flex;
  text-align: left;
  font-size: 3vh;
}
.aboutMyself {
  display: flex;
  align-items: top;
  justify-content: space-evenly;
  margin-top: 0em;
  padding: 5em 2em;
  flex-wrap: wrap;
  width: 100%;
  min-height: 80vh;
  font-family: var(--ff-roboto);
}

/* contact */
#contact {
  width: 90%;
}

.contact_us {
  margin-top: 3rem;
  display: flex;
  font-family: var(--ff-roboto);
}

form {
  width: 50%;
}

.cbox {
  width: 45%;
  margin-left: 70px;
  padding: 10px 30px;
}

.cbox-message {
  font-size: 1.2em;
  margin: 0;
}

.cbox-line {
  width: 20%;
  height: 0.2em;
  background-color: #025e0a;
  margin-bottom: 3em;
  margin-top: 1em;
}

.c_boxx a p {
  color: white;
  font-size: 1em;
  font-weight: 100;
  padding: 1rem;
  padding: 0px 40px;
}

.c_boxx a {
  padding: 1em;
  margin-bottom: 2em;
  padding-left: 2em;
  border: 0.1em solid #025e0a;
  background-color: #025e0a;
  color: white;
  display: flex;
  border-radius: 2em;
  align-items: center;
  border: #025e0a 0.1em solid;
  font-size: 1em;
}

.c_boxx a:hover {
  background-color: white;
  color: #025e0a;
  transition: all 0.5s ease;
}

.c_boxx i {
  font-size: 38px;
  margin-right: 10px;
  /* margin-left: 0.5em; */
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 0px 0px 7px 6px;
  display: inline-block;
}

input[type="submit"] {
  background-color: #025e0a;
  color: whitesmoke;
  padding: 12px 50px;
  border: 2px solid #f4f7f4;
  border-radius: 100vmax;
  cursor: pointer;
  margin-left: 15px;
  font-weight: bold;
  font-family: var(--ff-montserrat);
  font-size: var(--fs-links-btns);
}

input[type="submit"]:hover {
  background-color: whitesmoke;
  color: #025e0a;
}

.cform {
  background-color: #025e0a;
  padding: 1em;
  border-radius: 0.5rem;
}

.crow-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.crow-message {
  margin: 1rem;
}

.crow-message div {
  width: 20%;
  display: block;
  height: 1em;
  border-bottom: 3px solid #025e0a;
}

.ccol-left {
  margin: 1em;
}

#from_name {
  width: 90%;
  margin: 1em;
}

#email_id {
  width: 90%;
  margin: 1em;
}

.crow:after {
  content: "";
  display: table;
  clear: both;
}

/* footer */
.footer {
  text-align: center;
  width: 100%;
  padding: 20px 80px;
  margin: 0;
  background: #025e0a;
  color: white;
}
.footer a {
  color: #ffcc00;
}

.footer a:hover {
  text-decoration: underline;
}

/* animations */
img {
  transition: transform 0.3s ease;
}

img:hover {
  transform: scale(1.1);
}

.cir_border:hover {
  color: #025e0a;
}

.active {
  border: 2px solid whitesmoke;
  border-radius: 20px;
  color: #025e0a;
  cursor: pointer;
}

.ctn:hover {
  background: whitesmoke;
  color: #025e0a;
  box-shadow: 2px 2px 5px #00000056;
  cursor: pointer;
}

.nav-links .ctn:hover a {
  color: #025e0a;
}

body {
  background-color: white;
  color: black;
}

.label {
  width: 48px;
  height: 22px;
  background-color: #111;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  transform: scale(1.5);
}

/*  target the elemenent after the label*/

.color {
  color: white;
}

/* carousel */

@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

input[type="radio"] {
  display: none;
}

.cardt {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 5vw;
  right: 0;
  top: 14%;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.containerx {
  width: 100%;
  height: 50vh;
  transform-style: preserve-3d;
}

.cards {
  position: relative;
  width: 100vh;
  height: 100%;
}

.cards label img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#item-1:checked ~ .cards #col-img-3,
#item-2:checked ~ .cards #col-img-1,
#item-3:checked ~ .cards #col-img-2 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1:checked ~ .cards #col-img-2,
#item-2:checked ~ .cards #col-img-3,
#item-3:checked ~ .cards #col-img-1 {
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}

#item-1:checked ~ .cards #col-img-1,
#item-2:checked ~ .cards #col-img-2,
#item-3:checked ~ .cards #col-img-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;

  img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
  }
}

/* aboutMyself  */
#aboutText {
  display: flex;
  text-align: left;
  font-size: 3vh;
}
.aboutMyself {
  display: flex;
  align-items: top;
  justify-content: space-evenly;
  margin-top: 0em;
  padding: 5em 2em;
  flex-wrap: wrap;
  width: 100%;
  min-height: 80vh;
}
/* aboutMyself  */

/* main */
main {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/bg.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: center;
}

.main-content {
  font-family: var(--ff-lora);
  letter-spacing: 0.5rem;
  color: whitesmoke;
  text-align: center;
  z-index: 1;
  padding: 4rem;
  margin-bottom: 150px;
}

.main-content a {
  letter-spacing: 0.1rem;
}

.main-content h2 {
  font-size: 4vmin;
}

.main-content h1 {
  font-size: 7vmin;
  margin-top: 50px;
  margin-bottom: 30px;
}

.ctn {
  font-family: var(--ff-montserrat);
  font-size: var(--fs-links-btns);
  font-weight: 700;
  padding: 13px 50px;
  background: #025e0a;
  border-radius: 30px;
  color: whitesmoke;
}

.menu-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  cursor: pointer;
  display: none;
}

.home_line {
  font-family: var(--ff-rubik-dirt);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  padding: 0 1.2rem;
  font-weight: 300;
  color: #025e0a;
}

#quote {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(45deg, #025e0a, #025e0a);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 5s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/* main */

/* Services */
section {
  margin-top: 0em;
  width: 80%;
  margin: 80px auto;
}

.row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.card {
  cursor: pointer;
  height: 400px;
}

.row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  height: 700px;
}

.row .col img {
  width: 90%;
}

.col > h4 {
  font-size: calc(1rem + 0.5vw);
  margin: 20px auto;
  font-family: var(--ff-lora);
}

.col p {
  color: #7c7c7c;
  padding: 0px 40px;
  font-size: var(--fs-paragraphs);
  font-family: var(--ff-roboto);
}

.col > p {
  color: #7c7c7c;
  padding: 0;
  line-height: 1.5;
  text-align: center;
  max-width: 35ch;
}

/* services */

/* Product */

#product {
  width: 100%;
}

#product_us {
  background-image: url("../img/bg.jpg");
  width: 100%;
  height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 30px 0px 0px 0px;
}

#product_us div {
  padding: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 5px;
  position: relative;
}

#product_us div span {
  margin: 0;
  position: absolute;
  top: 60%;
  opacity: 0;
  left: 80%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 1s;
}

/* product */
