*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ham{
  display: none;
  color: #fff;
  font-size: 22px;
}

/* Raleway Heading  */

.raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* Lato Paragraph */

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  /* For Para - Final  */


.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
  
nav {
  z-index: 1;
  background: #052501;
  padding: 0.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6rem;
}

.mySlides img{
  width: 100%;
} 

.insideNav {
  z-index: 1;
  width: 100%;
  background-color: #052501;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6rem;
}

.upperNav{
  width: 95%;
  background-color: #052501;
  display: flex;
  justify-content: space-between  ;
  align-items: end;
}

.logo img {
  height: 5rem;
  position: relative;
  top: 1.85rem;
}

.navContact{
  display: flex;
  justify-content: center;
  align-items: center;
}

.lowerNav {
  width: 50%;
  background-color: #090501;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  border-bottom-left-radius: 10rem;
  height: 3.5rem;
  align-self: end;
  margin-right: 10rem;
}

.lowerNav a, p {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
  margin: 1rem;
  text-transform: uppercase;
}

.cc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  margin-bottom: 1rem;
}

.cc i{
  margin: auto;
  color: #f8bd0b;
  font-size: 20px;
}

.cc p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  word-spacing: 2px;
  padding: 0 0.25rem;
  text-transform: lowercase;
}

.drop {
  position: relative;
  display: inline-block;
}

.drop button{
  background: transparent;
  outline: none;
  border: none;
}

.dropDown {
  padding: 0.5rem;
  position: absolute;
  display: none;
  flex-direction: column;
  width: 12rem;
  text-align: start;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background-color: #fff;
}
.dropDown a{
  color: #000000a8;
  text-transform: capitalize;
}

.drop:hover  .dropDown{
  display: flex !important;
}

.firstSection{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideFirstSection{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentCard {
  width: 60%;
  margin: auto;
  position: absolute;
}

.mySlides{
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySlides h2{
  text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    word-spacing: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.mySlides p{
  color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    word-spacing: 4px;
    letter-spacing: 0.4px;
    margin: 2rem 0;
}

.mySlides button{
  padding: 1rem 2rem;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  border:none;
  border-radius: 1rem;
  background: #fff;
}

.secondSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideSecond{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondContentCard{
  width: 50%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.secondContentCard h2{
  font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
  align-self: flex-start;
}

.secondContentCard h3{
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  align-self: flex-start;
  color: #4bc714;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

.secondContentCard p {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
  text-align: justify;
  margin-top: 2rem;
  align-self: flex-start;
  color: #000000a3;
}

.secondContentCard button {
  background-color: #052501;
  color: #fff;
  padding: 1rem 4rem;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 2rem;
  margin-top: 2.5rem;
  align-self: flex-start;
}

.secondContentCard img {
  height: 40rem;
}

.thirdSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #052501;
}

.insideThirdSection{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideThirdCard{
  color: #4bc714;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  width: 25%;
  text-align: center;
}

.insideThirdCard i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}

.insideThirdCard h3{
  font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    word-spacing: 4px;
}

.fourthSection{
  padding: 4rem 0;
  padding-bottom: 10rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #052501;
}

.insideFourthSection{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insideFourthSection h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  color: #fff;
}

.insideFourthProductSection{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.insideFourthProduct {
  margin: 1rem 2rem;
  width: 20rem;
}

.insideFourthProduct h3{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  word-spacing: 4px;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

.insideFourthProduct p{
  font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    text-align: justify;
    margin-top: 2rem;
    align-self: flex-start;
    color: #ffffffa3;
}

.imgCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f5f5f54f;
  padding: 1rem;
  border-radius: 1rem;
}

.imgCard img {
  height: 10rem;
  width: 8rem;
  border-radius: 1rem;
}

.insideFourthProduct.ifp2 {
  position: relative;
  top: 4rem;
}

.insideFourthProduct.ifp3 {
  position: relative;
  top: 8rem;
}

.insideFourthSection button {
  align-self: flex-start;
  padding: 1rem 2rem;
  font-size: 18px;
  background: #fff;
  border-radius: 2rem;
  outline: none;
  margin-top: 2rem;
  cursor: pointer;
}

.fifthSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideFifthSection{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insideFifthSection h2{
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  color: #000;
}

.ourBrand{
  margin-top: 2rem;
}

.ourBrand img {
  margin: 2rem 4rem;
}

.sixthSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideSixthSection{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insideSixthSection h2{
  font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
    color: #000;
}

.mainContactContent{
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contactCard {
  width: 50%;
  background-color: #4bc71454;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 3rem 0;
  border-radius: 2rem;
}

.brandCard {
  height: 22rem;
  width: 15rem;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brandCard img{
height: 15rem;
}

.brandCard a {
  text-decoration: none;
  font-size: 22px;
  text-transform: capitalize;
  color: #000;
}

.contactCard form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contactCard form input {
  width: 80%;
  padding: 0.5rem;
  margin: 0.5rem 1rem;
  outline: none;
  border: none;
}

.contactCard form button{
    padding: 1rem 2rem;
    font-size: 18px;
    background: #fff;
    border-radius: 2rem;
    outline: none;
    margin-top: 2rem;
    cursor: pointer;
    border: none;
}

footer{
  padding: 4rem 0;
  padding-bottom: 0;
  width: 100%;
  background-color: #052501;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insideFooter {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.footerWidgets {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem;
}

.footerWidgets p{
  font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    text-align: justify;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
    color: #ffffffa3;
}

.footerWidgets a{
  text-decoration: none;
  font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    text-align: justify;
    margin-top: 0.5rem;
    color: #ffffffa3;
}

.footerWidgets img {
  height: 6rem;
  align-self: flex-start;
}

.footerWidgets h3{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  word-spacing: 4px;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 4px solid #4bc714;
  padding-bottom: 1rem;
  }

.copyrightMain{
  height: 2rem;
  width: 100%;
  background-color: #4bc714;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyrightMain a{
  text-decoration: none;
  color: #fff;
}

.ourBrand {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
}

@media screen and (max-width:1200px){
  .cc p {
    font-size: 12px;
  }

  .lowerNav a,p {
    font-size: 14px;
  }
  .mySlides h2 {
    font-size: 40px;
  }
  .mySlides p {
    font-size: 16px;
  }
  .mySlides button {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
  .secondContentCard h2 {
    font-size: 40px;
  }
  .secondContentCard h3 {
    font-size: 40px;
  }
  .secondContentCard p {
    font-size: 16px;
  }
  .secondContentCard img {
    height: 30rem;
}
.secondContentCard button {
  padding: 1rem 3rem;
  font-size: 16px;
}
.insideThirdCard i {
  font-size: 50px;
}
.insideThirdCard h3 {
  font-size: 18px;
}
.insideFourthSection h2 {
  font-size: 40px;
}
.insideFourthProduct h3 {
  font-size: 22px;
}
.insideFourthProduct p {
  font-size: 14px;
}
.insideFourthSection button {
  border: none;
}
.insideFifthSection h2 {
  font-size: 40px;
}
.insideSixthSection h2 {
  font-size: 40px;

}

.insideFourthProductSection {
  flex: 1;
  flex-wrap: wrap;
}

.footerWidgets img {
  height: 5rem;
}

.footerWidgets h3 {
  font-size: 24px;
}


}

@media screen and (max-width:1030px){

  .insideFifthSection {
    width: 100%;
}

  .insideFourthSection {
    width: 90%;
  }
  .insideFooter{
    flex-wrap: wrap;
  }
  .ham{
    display: flex;
    color: #fff;
    font-size: 22px;
  }

  .navContact{
    display: none ;
  }

  .lowerNav {
    width: 65%;
    margin-right: 6rem;
    position: relative;
    top: 2rem;
}
  .insideNav {
    height: 8rem;
  }
  .logo img {
    height: 4rem;
    top: 2.35rem;
}

.navContact{
    flex-direction: column;
    position: relative;
    top: 2.5rem;
}

.contentCard {
  width: 85%;
}
.mySlides h2 {
  font-size: 32px;
  word-spacing: 4px;
}

.mySlides p {
  font-size: 14px;
  margin: 1rem 0;
}

.mySlides button {
  padding: 0.8rem 1.5rem;
  font-size: 14px;
}

.insideSecond {
  flex-direction: column;
}

.secondContentCard {
  width: 90%;
}

.secondContentCard h2 {
  font-size: 36px;
}

.secondContentCard h3 {
  font-size: 36px;
}

.secondContentCard p {
  font-size: 15px;
  margin-top: 1rem;
}

.secondContentCard button {
  padding: 1rem 2rem;
  font-size: 14px;
}

.secondSection {
  padding-bottom: 2rem;
}

.insideThirdSection {
  flex: 1;
  flex-wrap: wrap;
}

.thirdSection {
  padding-bottom: 1rem;
}

.insideFourthSection h2 {
  font-size: 36px;
}

.insideFourthProduct {
  margin: 1rem 2rem;
  width: 24rem;
}

.insideFourthSection button {
  padding: 1rem 1.5rem;
  font-size: 16px;
}

.ourBrand{
  flex: 1;
  flex-wrap: wrap;
}

.ourBrand img {
  margin: 2rem 2rem;
}

.insideFifthSection h2 {
  font-size: 36px;
}

.fifthSection {
  padding-bottom: 0;
}

.insideSixthSection h2 {
  font-size: 36px;
}

.footerWidgets {
  width: 40%;
}

.cc {
  margin-bottom: 0.4rem;
}

.navContact {
  top: 2rem;
}

}

@media screen and (max-width:840px){
  .insideFourthSection {
    width: 100%;
  }
  .insideFourthSection button {
    margin-left: 2rem;
}

.brandCard {
  height: 15rem;
  width: 12rem;
}

.brandCard img {
  height: 10rem;
}

}

@media screen and (max-width:760px){
    .lowerNav {
          top: 1rem;
          height: 3rem;
}

.cc i {
  font-size: 16px;
}

.lowerNav a,p {
  font-size: 12px;
  margin: 0.4rem;
}

.navContact {
  top: 1rem;
}

.mySlides h2 {
  font-size: 30px;
}

.mySlides p {
  font-size: 12px;
  display: none;
}
.mySlides button {
  padding: 0.6rem 1rem;
  font-size: 12px;
}

.logo img {
  height: 4rem;
  top: 2rem;
}

.secondSection {
  padding: 2rem 0;
}

.secondContentCard h2 {
  font-size: 34px;
}

.secondContentCard h3 {
  font-size: 34px;
}

.secondContentCard img {
  height: 24rem;
}

.insideThirdCard i {
  font-size: 40px;
  padding-bottom: 1rem;
}

.insideThirdCard h3 {
  font-size: 16px;
}

.insideFourthSection h2 {
  font-size: 34px;
}

.insideFourthProduct {
  margin: 1rem 2rem;
  width: 20rem;
}

.insideFourthSection button {
  position: relative;
  top: 6.5rem;
  align-self: center;
  margin-left: 0;
  margin-top: 3rem !important;
}

.insideFourthProduct {
  margin: 0rem 2rem;
}

.insideFifthSection h2 {
  font-size: 34px;
}

.ourBrand img {
  height: 6rem;
}

.sixthSection {
  padding: 2rem 0;
}

.insideSixthSection h2 {
  font-size: 34px;
}

.contactCard {
  width: 70%;
  padding: 2rem 0;
}

.footerWidgets {
  width: 45%;
  padding: 0;
  margin: 0.6rem;
  align-items: flex-end;
}

.copyrightMain p{
  font-size: 12px;
}

.footerWidgets h3 {
  font-size: 20px;
}

.footerWidgets p {
  font-size: 15px;
}

.footerWidgets a {
  font-size: 14px;
  line-height: 16px;
}

}

@media screen and (max-width:670px){
  .brandCard {
    height: 10rem;
    width: 10rem;
    margin-bottom: 4rem;
}
.brandCard a {
  font-size: 18px;
}
}

@media screen and (max-width:600px){
  .navContact {
    top: 1rem;
    align-items: flex-end;
    text-align: end;
}

i.fa-solid.fa-location-dot.rr {
  position: relative;
  left: 2rem;
}

.logo img {
  height: 4rem;
  top: 1.65rem;
}

.lowerNav {
  width: 80%;
  margin-right: 1rem;
}

.lowerNav a,p {
  margin: 0.2rem;
  padding: 0.4rem;
}

.mySlides h2 {
  font-size: 22px;
}

.insideSecond {
  width: 100%;
}

.secondContentCard h2, h3 {
  font-size: 30px;
}

.secondContentCard p {
  font-size: 14px;
}

.secondContentCard img {
  height: 20rem;
}

.insideThirdCard i {
  font-size: 35px;
}

.insideThirdCard h3 {
  font-size: 14px;
}

.insideFourthSection h2 {
  font-size: 30px;
}

.insideFifthSection h2 {
  font-size: 30px;
  padding-bottom: 1rem;
}

.insideSixthSection h2 {
  font-size: 30px;
  padding-bottom: 1rem;
}

}

@media screen and (max-width:450px){
  .logo img {
    height: 3rem;
    top: 0.5rem;
}
.lowerNav {
  width: 95%;
  margin-right: 0.5rem;
}

.lowerNav {
  top: 1rem;
  height: 2rem;
}

.mySlides h2 {
  font-size: 22px;
  margin-bottom: 0.5rem;
}

.secondContentCard h2 {
  font-size: 26px;
}
.secondContentCard h3{
  font-size: 26px;
}

.secondSection {
  padding: 1rem 0;
}

.secondContentCard button {
  padding: 1rem 1.5rem;
  font-size: 14px;
  border: none;
}

.secondContentCard img {
  height: 18rem;
}

.insideFourthSection h2 {
  font-size: 26px;
}

.insideFifthSection h2 {
  font-size: 26px;
}
.ourBrand img {
  margin: 1rem;
}

.insideSixthSection h2 {
  font-size: 26px;
}

.contactCard {
  width: 85%;
}

.contactCard form button {
  padding: 1rem 1.5rem;
  font-size: 16px;
}

.insideFooter {
  width: 100%;
}

.fw{
  width: 75% !important;
}


.footerWidgets {
  width: 80%;
  height: auto;
  margin: 1rem;
  align-items: flex-start;
}

.copyrightMain p {
  text-align: center;
  padding: 0.5rem;
}

.footerWidgets a {
  font-size: 16px;
  margin-top: 1rem;
  line-height: 5px;
}

.footerWidgets h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.footerWidgets p {
  font-size: 15px;
  margin-top: 0.5rem;
}

footer {
  padding-top: 2rem;
}

}

@media screen and (max-width:390px){
  .cc p {
    font-size: 10px;
}
i.fa-solid.fa-location-dot.rr {
  left: 0.5rem;
}
.lowerNav {
  width: 100%;
  margin-right: 0;
}
.insideFourthProduct {
  margin: 1rem 2rem;
  width: 18rem;
}
.lowerNav {
  justify-content: space-between;
}

.lowerNav a,p {
  margin: 0.2rem;
  padding: 0;
}
.mySlides h2 {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.secondContentCard h2 {
  font-size: 22px;
}

.secondContentCard h2{
  font-size: 22px;
}

.secondContentCard {
  padding: 0;
}

.insideThirdCard {
  width: 30%;
}

.insideFourthSection h2 {
  font-size: 22px;
}

.imgCard img {
  height: 8rem;
  width: 6rem;
}

.insideFourthProduct {
  width: 16rem;
}

}

@media screen and (max-width:385px){
  .brandCard {
    margin-bottom: 0;
}
.insideSixthSection {
  margin-top: 1rem;
}
}