*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


 :root {
     
        --primary-color: #75BF7A;
        --secondry-color: #000000;
        --para-color: #9E9DA2;
    }
    
 
a{
    text-decoration: none;
    color: black;
}

ul li{
    list-style-type: none;
}


.header{
    width: 100%;
    
    display: flex;
    
    object-fit: contain;
}
.header .logo{
    width: 25%;  
    display: flex;
   align-items: center;
   justify-content: center; 
}

.header .logo img{
   width: 180px;
   height: 51px;

}

.header .nav{
    width: 75%;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-right: 50px;
    margin-top: 10px;
    
}

.header .nav ul li {
    display: inline-block;
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.nav ul .btn{
    padding: 15px;
    background: #75BF7A;
    border-radius: 5.95px;
}


.btn a {
    color: aliceblue;
}
.image{
    display: none;
}



/* hero section start */



.hero{
    display: flex;
}
.content{
    width: 50%;
    padding-left: 50px;
}
.hero .content h1{
    margin-left: 70px;
    margin-top: 100px;
    font-size: xx-large;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.hero .content p{
    margin-left: 70px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--para-color);
}
.button{
    display: flex;
    
}
.hero .content .btn1{
    margin-left: 50px;
}
.hero .content .button a, .bt1 {
    margin-left: 20px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    height: 60px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button a span {
    color: #fff;
    margin-left: 20px;
}

.hero .content .button img {
   width: 30px;
   height: 30px;
   margin-left: 20px;
    background-color: black;
    
}
.group-pic{
    width: 50%;
}
.group-pic img{
    width: 500px;
    height: 400px;
    margin-left: 30px;
    padding-left: 80px;
}


.hero .group-pick {
    display: none;
}
 
/* herobottom start */

.herobottom {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 90px;
    background-color: #75BF7A;
    width: 1200px;
    border-radius: 10px;
    margin-left: 30px;
    padding: 45px;
    margin-top: 10px;
    }

.herobottom .para {
    color: #fff;
    font-size: x-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 20%;
    display: flex;
    align-items: start;
    justify-content: start;
    
}



.herobottom .input {
   width: 80%;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 20px;
    
}


.herobottom .input form {
    display: flex;
}
.herobottom form input {
    width: 400px;
    padding: 15px;
    border-radius: 7px;
    border: none;
    
}



.herobottom .herobottombtn a button {
    width: 205px;
padding: 15px;
background-color: black;
color: #fff;
margin-left: 20px;
border-radius: 7px;
border: none;
}

/* herobottom end */

/* works start */

.heading-works {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.para-heading{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.works .works-h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: x-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: var(--secondry-color);
    margin-top: 30px;
}

.works .works-h1 .works-span {
    color: var(--primary-color);
}

.works .para-heading {
 color: var(--para-color);
 font-family: Georgia, 'Times New Roman', Times, serif;
 margin-top: 20px;
 margin-bottom: 50px;
}

.main-div {
    display: flex;
    text-align: end;
}

.left-works {
    width: 30%;
    align-items: end;
    justify-content: end;
    margin-right: 20px;
    
}

.left-works .works-content2 {
    display: none;
}

.left-works .works-content .works-img img{
    width: 60.82px;
height: 60.82px;
top: 1462px;
left: 419px;
border: 0.54px;

}

.left-works .works-content-para, .right-works .works-content-para {
    color: var(--para-color);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.works-content {
    text-align: right;
}

.works-img {
    position: relative;
    display: inline-block;
    text-align: right;
  }
  
  .works-img p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-size: 24px; 
    color: var(--secondry-color) rgb(38, 34, 34);
    color: var(--primary-color);
    font-size: x-large;
    text-align: right;
  }
  
  .left-works .works-h4 {
    color: var(--secondry-color);
    font-weight: 700;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  .circle-image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 100%;
    
  }

  .circle-image img{
    width: 300px;
    height: 500px;

  }


.right-works {
    width: 30%;
   text-align: start;
   margin-left: 20px;
   
}
.right-works .works-content3 {
    display: none;
}

.right-works .works-content2 .works-img img{
    width: 60.82px;
    height: 60.82px;
    top: 1462px;
    left: 419px;
    border: 0.54px;
}

.right-works .works-h4 {
    color: var(--secondry-color);
    font-weight: 700;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .works .dots-pic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .works .dots-pic img{
    margin-top: 30px;
    width: 100px;
    
  }
 /* works sectrion end */


 /* benifits1 section start */

 .benifits-heading h1 {
    font-size: xx-large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: var(--secondry-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
 }

 .benifits-heading span {
   color: var(--primary-color);
 }

 .benifits1 {
    display: flex;
    align-items: center;
    justify-content: center;
 }

.benifits1 .box-shadow {
    margin-top: 50px;
}

  .benifits1 .box-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 700px;
    height: 170px;
    border-radius: 10px;
   
  }
  .benifits1 .content p {
    color: var(--primary-color);
    font-size: 60px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .benifits1 .main-div h4 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: var(--secondry-color);
    font-weight: 700;
    margin-top: 30px;
    margin-left: 5px;
    font-size: large;
  }

  .benifits1 .main-div .para {
    margin-left: 50px;
    margin-top: 10px;
  }
  .benifits1 .main-div .para p {
    color: var(--para-color);
    font-size: large;
  }
  
  .benifits1 .content {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
 
  .benifits1 .main-div {
    display: flex;
    flex-direction: column;
    width: 60%;
    
  }

  .main-div .para {
    text-align: start;
  }

  .benifits1 .benifits-img  img {
    width: 160px;
    height: 160px;
    
  }

  .benifits1 .benifits-img {
    width: 40%;
    text-align: center;
  }

  .benifits1 .box-shadow {
    display: flex;
  }

    .benifits1-responsive {
      display: none;
    }

  /* benofits2 start */

  .benifits2 {
    margin-top: 50px;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-right: 200px;
}

.benifits2 .box-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 700px;
    height: 170px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.benifits2 .main-div {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.benifits2 .content {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-left: 100px;
}

.benifits2 .content p {
    color: var(--primary-color);
    font-size: 60px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.benifits2 .main-div h4 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: var(--secondry-color);
    font-weight: 700;
    margin-top: 30px;
    margin-left: 5px;
    font-size: large;
}

.benifits2 .main-div .para {
    margin-left: 50px;
    margin-top: 10px;
    text-align: start;
    margin-left: 150px;
}

.benifits2 .main-div .para p {
    color: var(--para-color);
    font-size: large;
}

.benifits2 .benifits-img img {
    width: 160px;
    height: 160px;
}

.benifits2 .benifits-img {
    width: 40%;
    text-align: center;
    order: -1; 
}

.benifits2-responsive {
  display: none;
}


/* benifits3 start */

.benifits3 {
    display: flex;
    align-items: center;
    justify-content: center;
 }

.benifits3 .box-shadow {
    margin-top: 50px;
}

  .benifits3 .box-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 700px;
    height: 170px;
    border-radius: 10px;
   
  }
  .benifits3 .content p {
    color: var(--primary-color);
    font-size: 60px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .benifits3 .main-div h4 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: var(--secondry-color);
    font-weight: 700;
    margin-top: 30px;
    margin-left: 5px;
    font-size: large;
  }

  .benifits3 .main-div .para {
    margin-left: 50px;
    margin-top: 10px;
  }
  .benifits3 .main-div .para p {
    color: var(--para-color);
    font-size: medium;
  }
  
  .benifits3 .content {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
 
  .benifits3 .main-div {
    display: flex;
    flex-direction: column;
    width: 60%;
    
  }

  .main-div .para {
    text-align: start;
  }

  .benifits3 .benifits-img  img {
    width: 160px;
    height: 160px;
    
  }

  .benifits3 .benifits-img {
    width: 40%;
    text-align: center;
  }

  .benifits3 .box-shadow {
    display: flex;
  }

  .benifits3-responsive {
    display: none;
  }

  /* benifits section end */


  /* bottom section start */

.main-bottom {
  display: flex;
  margin-top: 50px;
  object-fit: contain;
  margin-bottom: 50px;
}

.main-bottom .bottom-logo {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-bottom .content1 {
  width: 20%;
  text-align: center;
}

.main-bottom .content1 p a {
  color: var(--para-color);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.main-bottom .content1 h4 {
  font-weight: 700;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.main-bottom .content2 {
  width: 20%;
  text-align: center;
}

.main-bottom .content2 p a {
  color: var(--para-color);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.main-bottom .content2 h4 {
  font-weight: 700;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.main-bottom .button-bottom {
  width: 40%;
}


  .button-bottom{
    display: flex;
    
}
.bottom .button-bottom .btn1{
    margin-left: 50px;
}
.bottom .button-bottom a, .bt1 {
    margin-left: 20px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    width: 150px;
    height: 40px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-bottom a span {
    color: #fff;
    margin-left: 20px;
}

.bottom .button-bottom img {
   width: 20px;
   height: 20px;
   margin-left: 20px;
    background-color: black;
    
}

.bottom .button-bottom .btn1, .bottom .button-bottom .btn2 {
  font-size: small;
}

.bottom .button-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* bottom section end */

 /* last section start  */

.last-section {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px;
}

.last-section p {
  color: var(--primary-color);
  font-size: medium;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

 /* last section end  */