:root {
   --primary-color:rgb(214, 235, 242);
   --secondary-color:rgb(136, 175, 109);
   --third-color:rgb(163, 239, 220);
   --font-color:rgb(11, 11, 11);
   --fond-color1:rgb(118, 112, 112);
}
*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0px;
    margin: auto;
}
.section {
    background-color: var(--primary-color);
    width: 100%;
}
.container {
    margin: auto;
    max-width: 1050px;
}
.header {
    height: 100px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.hamberg{
    display: flex;
}
.bars{
    display: none;
}
.shead{
}
.shead h1{
    font-size: 50;
}
.navbar{
    display:flex;
    gap: 20px;
}
.nav-link{
    display: flex;
    text-decoration: none;
    color:var(--fond-color1)
}
.nav-link:hover{
     color: rgb(24, 4, 4);
}
.navsbutton{
    width: 200px;
    display: flex;
    justify-content: space-between;
}
.first-button{
    background-color: transparent;
    color: var(--secondary-color);
    border: none; 
}
.first-button:hover{
    color:black;
}
.secound-button{
    background-color: var(--secondary-color);
    color: white;
    border: none;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 8px;
    padding-left: 17px;
}
.secound-button:hover{
    background-color: white;
    color: var(--secondary-color);
}
.material-symbols-outlined{
 padding: 0;
 margin: 0;
}
.heropage{
    width: auto;
    height: 650px;
    display: flex;
}
.hero1{
    
    height: 650px;
    
}
.banner{
    margin-bottom: 50px;
    justify-content: space-between;
}
.heading{
    color: var(--secondary-color);
    margin-top: 150px;
}
.hero-banner{
    justify-content: space-between;
}
.big-heading{
    display: flex;
    font-size: 60px;
}
.secound-big-heading{
    display: flex;
    font-size: 60px;
}
.secound-banner{
    padding-top: 30px;
    color:var(--fond-color1)
}
.secound-banner-heading{
    font-size: 20px;
}
.heading-conclution{
    font-size: 20px;
}
.buttons{
    margin-top:25px;
    gap: 20px;
    display: flex;
    margin-right: 150px;
}
.Get-Quote-Now-button{
    height: 55px;
    width: 200px;
    display: inline;
    border-radius: 5px;
    background-color: var(--secondary-color);
    color: white;
    border: none;
    font-size: 18px;
    font-weight: 1000;
}
.Get-Quote-Now-button:hover{
    background-color:white;
    color: var(--secondary-color);
}
.Learn-More-button{
    height: 55px; 
    width: 180px;
    display: inline;
    border-radius: 5px;
    border:1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 18;
    font-weight: 1000;
}
.Learn-More-button:hover{
    background-color:var(--secondary-color);
    color: white;
}
.secound-hero{
    width: 60%;
    height: 650px;
    position: relative;
}

.img1{
   width: 100%; 
   height:650px;
}

.values{
    display: flex;
    margin-top: 80px;
    color: var(--secondary-color);
    font-size: 30px;
}
.customervalue{
    display: flex;
    margin: 20px;
    font-size: 20px;
}
.content{
    color: var(--secondary-color);
    margin-top: 150px;
    font-size: 20px;
}
.content-header{
    font-size: 30px;
}
.paragraph{
    font-size: 20px;
}
.card{
    height: 300px;
    width: 100%;
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-right:60px
}
.first-card-box{
    height: 280px;
    width : 325px;
    box-shadow: 2px 2px 2px 5px rgb(236, 236, 236);
}
.secound-card-box{
    height: 280px;
    width: 325px;
    box-shadow: 2px 2px 2px 5px rgb(236, 236, 236);
}   
.third-card-box{
    height: 280px;
    width: 325px;
    box-shadow: 2px 2px 2px 5px rgb(236, 236, 236);
}
.img5{
    padding-left: 30px;
    padding-top: 30px;
}
.title{
    font-size: 20;
    padding-left: 30px;
}
.line{
    height: 2px;
    width: 80px;
    background-color: red;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1px;
}.img6{
    padding-left: 30px;
    padding-top: 30px;
}
.img7{
    padding-left: 30px;
    padding-top: 30px;
}
.bigbox{
    width: 100%;
    margin-top: 300px;
    display: flex;
}
.first-section-box{
    height: 600px;
    width: 50%;
}
.secound-section-box{
    height: 600;
    width: 50%;
}
.boxline{
    height: 8px;
    width: 150px;
    background-color: red;
    margin-left: 1px;
}
.boxheading{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.img9{
    height: 400;
    width: 500;
}
.img8{
    height: 500;
    width: 450;
    position: relative;
    bottom: 500;
}
.img10{
    height:130px;
    width: 200px;
    position: relative;
    bottom: 640px;
}
.img11{
    position: relative;
    bottom: 800px;
    right: 150;
}
.img12{
    position: relative;
    bottom: 980px;
    left: 190;
}
.img13{
    position: relative;
    bottom: 750px;
    left: 140;
}
.img14{
    height:150px;
    width: 150px;
    position: relative;
    bottom: 800px;
    right: 40px;
}
.thirdbutton{
    height: 30px;
    width: 130px;
    font-size: 20px;
    background-color:transparent;
    color: var(--secondary-color);
    border: none;
    padding-right:20px;
    margin-top: 20px;
}
.thirdbutton:hover{
    color: rgb(13, 0, 0);
}
.content3{
    color: var(--secondary-color);
    margin-top: 150px;
    font-size: 20px;
}
.row{
    
    display: grid;
    grid-template-columns:300px 300px 300px;
    gap: 50px;
    margin-top: 50px;
}
.rowbox1{
    position: relative;
}
.rowbox2{
    position: relative;
}
.rowbox3{
    position: relative;
}
.img15{
    height: 350;
    width: 330px;
}
.img16{
    height: 350;
     width: 330px;
}
.img17{
    height: 350;
    width: 330px;
}
.icon{
    display: flex;
    gap: 10px;
    position: absolute;
    left: 100px;
    top: 250px;
}
.lovebox{
    background-color: hsl(0, 14%, 90%);
    height: 40px;
    width: 40px;
    border-radius: 20px;
}
.lovebox:hover{
    background-color: rgba(255, 0, 0, 0.644);
}
.love{
    font-size: 20px;
    margin-top: 12px;
    margin-left: 9px;
}
.cartbox{
    background-color: #f5f4f4;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}
.cartbox:hover{
    background-color: rgba(172, 255, 47, 0.644)
}
.cart{
    font-size: 20px;
    margin-top: 11px;
    margin-left: 8px;
}
.eyebox{
    background-color: #f5f4f4;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}
.eyebox:hover{
    background-color: rgba(122, 181, 201, 0.647);
}
.eye{
   font-size: 17px;
   margin-top:12px;
   margin-left: 11px;
}
.salebox{
    position: absolute;
    height: 30px;
    width: 60px;
    font-size: 20px;
    left: 20px;
    top: 30px;
    color: white;
    background-color: rgb(234, 46, 46);
    border: none;
}
.salebox:hover{
    color: black;
    background-color: greenyellow;
}
.discribsion-box{
    height: 350px;
    display: flex;
}
.dbox1{
height:350;
width: 300;
position: relative;
margin-top: 50px;
}
.dbox2{
height:350;
width: 300;
position: relative;
margin-top: 50px;
}
.dbox3{
height:350;
width: 300;
position: relative;
margin-top: 50px;
}
.content4{
    color: var(--secondary-color);
    font-size: 18px;
    margin-bottom: 10px;
}
.para{
    margin-top: 10px;
}
.dboxline{
    display: flex;
}
.download{
    margin-top: 15px;
    font-size: 20px;
    margin-left: 1px;
    color: rgba(96, 95, 95, 0.678);
}
.dbhead{
    margin-right: 215px;
    margin-top: 15px;
    color: rgba(30, 29, 29, 0.793);
}
.dboxline2{
    display: flex;
    margin-right: 180px;
    margin-top: 10px;
}
.dbhead2{
    color: rgba(30, 29, 29, 0.448);
}
.dbhead3{
    color:rgb(1, 181, 52);
}
.learn-more{
    height: 45px;
    width: 140px;
    font-size: 18px;
    align-items: center;
    margin-top: 15px;
    border-radius: 25px;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background-color: white;
}
.learn-more:hover{
    background-color: var(--secondary-color);
    color: white;
}
.ratingbox{
   position: absolute;
   top: 5px;
   right: 0;
   display: flex;
   background-color:black;
   height: 30px;
   width: 60px;
   border-radius: 20px;
}
.ratingbox:hover{
    background-color: #1e100375;
}
.rating{
    color: white;
}
.rating:hover{
    color: black;
}
.star{
    color: gold;
}
.star:hover{
    color: rgba(15, 13, 1, 0.948);
}

.dbox2{
height:350;
width: 300;
position: relative;
}
.dbox3{
height:350;
width: 300;
position: relative;
}
.section4{
    background-color: var(--primary-color);
    width: 100%;
}
.content5{
    padding-top: 100px;
    margin-top: 100px;
    color: var(--secondary-color);
    font: 18px;
}
.clint-box{
    height: auto;
    width: auto;
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    padding-bottom: 150px;
}
.clint-box1{
    height: 350px;
    width: 340;
    background-color: white;
    position: relative;
}
.clint-box2{
    height: 350px;
    width: 340;
    background-color: white;
    position: relative;
}
.clint-box3{
    height: 350px;
    width: 340;
    background-color: white;
    position: relative;
}
.rating-stars{
    display: flex;
    margin-top: 70px;
    padding-left: 100px;
    padding-right: 100px;
}
.clint-revew{
    padding-left: 90px;
    padding-right: 70px;
    margin-top: 30px;
    text-align: center;
}
.star1{
    color: gold;
}
.star1:nth-child(5n){
    color: rgb(19, 7, 7);
}
.photo1{
    position: absolute;
    height: 55px;
    width: 50px;
    border-radius:80px;
    top: 250px;
    left: 100px;
}
.photo2{
    position: absolute;
    height: 55px;
    width: 50px;
    border-radius:80px;
    top: 250px;
    left: 100px;
}
.photo3{
    position: absolute;
    border-radius:80px;
    height: 50px;
    width: 50px;
    top: 250px;
    left: 100px;
}
.username{
    display: flex;
    margin-top: 40px;
    margin-left: 60px;
    color: var(--secondary-color);
    font-size: 18px;
}
.clintjob{
     margin-left: 60px;
}
.logos{
    margin-top: 100px;
    display: flex
}
.layout4{
    text-align: center;
}
.newsletter{
     color: var(--secondary-color);
     margin-top: 100px;
     font-size: 20px;
}
.emailbox{
    position: relative;
    display: flex;
    height: 50px;
    width: 600px;
    margin-top: 70px;
}
.email{
    height: 50px;
    width: 75%;
    padding-left: 18px;
    border: none;
    background-color: rgb(234, 234, 234);
}
.subscribe{
    height: 50px;
    width: 25%;
    background-color: var(--secondary-color);
    color: white;
    border: none;
}
.subscribe:hover{
    background-color: rgb(234, 234, 234);
    color: var(--secondary-color);
}
.footerbox{
    margin-top: 70px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   
}
.fbox1{
    height: 170px;
    width: 155px;
}
.fbox2{
    height: 170px;
    width: 160px;
}
.fbox3{
    height: 170px;
    width: 175px;
}
.fbox4{
    height: 170px;
    width: 155px;
}
.fbox5{
    height: 170px;
    /* width: 550px; */
    text-align: left;
    /* display: flex;
    flex-direction: column ;
    justify-content: left; */
}
.line1{
    display: flex;
}
.phone{
    font-size: 20px;
    /* margin:0px 20px  ; */
    color: var(--secondary-color);
}
.number{
        margin-right: 66px;
}
.line2{
  display: flex;
}
.location{
    font-size: 25px;
    margin:0px 20px  ;
    color: var(--secondary-color);
}
.adderes{
    /* padding-left: 30px; */
}
.line3{
  display: flex; 
}
.maillogo{
    font-size: 25px;
    margin:0px 20px  ;
    color: var(--secondary-color);
}
.emaileid{
    /* margin-left: 40px; */
}
.conclution{
    display: flex;
    gap: 550px;
    margin-bottom: 30px;
}
.social-media{
    color: var(--secondary-color);
    font-size: 25px;
    display: flex;
    margin-right: 1px;
}
.fasebook{
    margin-right: 20px;
}
.instagram{
    margin-right: 20px;
}
.twitter{
   margin-right: 20px;
}
.foot-para{
    display: flex;
    position: absolute;
}