*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.body{
    scroll-behavior: smooth;
}
 .navigation{
    background-color: rgba(255, 255, 255, 0.921);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.navbar-nav{
    margin-left: 20rem;
}
.form-inline{
    margin-left: 15rem;
}

.btn a{
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #ff8c00;
    border: 1px solid #ff8c00;
    text-decoration: none;
    transition: 0.6s;
}
.btn a:hover{
    color: #000;
    background-color: #fff;
}


/* crousel */

.carousel-inner img{
    width: 100%;
    height: 100vh;
}

.carousel-caption{
    margin-left: 35rem;
    margin-bottom: 10rem;
}

.carousel-caption h3{
    font-weight: 1000;
    font-size: 60px;
    margin-bottom: 30px;
}
.carousel-caption p{
    text-align: left;
}


.container{
    width: 80%;
    margin: auto;
    margin-top: 60px;
}
.row{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.heading h1{
    font-size: 50px;
    color: #0b1b3f;
    font-weight: 800;
    margin-bottom: 80px;
}
.heading span{
    color: #ed6436;
}
.image img{
    width: 90%;
    height: 50vh;
    padding: 10px;
}

.row-div{
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 40px;
}
.div {
    display: grid;
    grid-template-columns: auto auto;
    
}
.text{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
#color{
    font-size: 50px;
    color: #ed6436;
    margin-top: 4px;
    transition: 0.6s;
}
#color:hover{
    color: #0b1b3f;
}


.container2{
    width: 100%;
}
.container2rap{
    display: grid;
    grid-template-columns: auto auto;
}
.div1{
    width: 70%;
    margin-left: 7rem;
    margin-top: 8rem;
}
.div1 h1{
    margin-top: 100px;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0b1b3f;
}
.div1 p{
    font-size: 20px;
}
.imgdiv img{
    width: 50rem;
    height: 100vh;
}



/* cards */

.big_container{
    width: 100%;
    margin-bottom: 60px;
}
.big_containerrap{
    width: 80%;
    margin: auto;
}
.card-deck .card{
    height: 35vh;
    border-radius: 50%;
    transition: 0.5s;
}
.card-deck .card:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.card-textsize {
    font-size: 20px;
    font-weight: 800;
    margin-top: 5rem;
}








.container3{
    width: 100%;
}
.container3rap{
    display: grid;
    grid-template-columns: auto auto;
}
.div2{
    width: 80%;
    margin-left: 7rem;
    margin-top: 8rem;
}
.div2 h1{
    margin-top: 80px;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0b1b3f;
    margin-right: 3rem;
}
.imgdiv2 img{
    width: 55rem;
    height: 100vh;
    background-color: #fff;
}

.pet img{
    width: 110px;
    height: 14vh;
    margin-left: 10rem;
}
.socialicons{
    justify-content: center;
    display: flex;
    margin-right: 70px;
}
.socialicons a{
    text-decoration: none;
    padding: 10px;
    background-color: aliceblue;
    margin: 20px;
    border-radius: 50%;
    transition: 0.6s;
    
}
.socialicons a:hover{
    background-color: #7aba59;
    color: #fff;
}
#youtube{
    font-size: 20px;
    color: black;
}
#facebook{
    font-size: 20px;
    color: black;
}
#instagram{
    font-size: 20px;
    color: black;
}
#tweeter{
    font-size: 20px;
    color: black;
}

.bone img{
    width: 10rem;
    height: 10vh;
    margin-left: 8rem;
    margin-top: 20px;
}
.bone h2{
    font-size: 20px;
    font-weight: 500;
   margin-left: 8rem;
   margin-top: 10px;
}


.parentdiv{
    width: 100%;
    margin-top: 100px;
}
.parentdivrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.col1{
    width: 90%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
}
.col-card{
    width: 100%;
    height: 50vh;
}
.col-card img{
    width: 100%;
    height: 25vh;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.col-card p{
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
}
.downbox{
    padding: 10px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.col2{
    margin-top: 10rem;
}

.btndiv a{
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
    background-color: #7aba59;
    color: #f2f2f2;
    font-weight: 500;
    transition: 0.6s;
}
.btndiv a:hover{
    border: 2px solid #7aba59;
    background-color: transparent;
    color: #000;
}
.col2 p{
    margin-top: 20px;
    font-size: 25px;
    text-transform: capitalize;
    transition: 0.6s;
}
.col2 p:hover{
    color: #7aba59;
}




.container4{
    width: 100%;
    background-color: #f3f3f3;
}
.container4rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.col{
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.col p span{
    font-size: 20px;
    text-transform: uppercase;
}
.col p{
    font-size: 20px;
}
.col h1{
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 800;
}
.col h1 span{
    color: #ed6436;
}
.coll2{
    width: 80%;
    margin-top: 10rem;
}
.coll2 p{
    font-size: 20px;
    width: 20rem;
    border-radius: 10px;
    border: 1px solid lightgray;
    padding: 10px;
    transition: 0.6s;
}
.coll2 p:hover{
    background-color: #a3eb7f;
}
.coll2 button{
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
}
#green{
    color: #7aba59;
}



.container5{
    width: 100%;
    margin-top: 100px;
}
.container5rap{
    
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}
#color0{
    color: #7aba59;
}
.cards{
    margin-left: 30px;
}
.cards h1{
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.cards p{
    font-size: 20px;
}
#colorlogo{
    color: #7aba59;
    font-size: 60px;
    padding: 10px;
    margin-top: 20px;
}



.container6{
    width: 80%;
    margin: auto;
    margin-top: 140px;
    margin-bottom: 140px;
}
.card-text p{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.card-text h1{
    font-size: 40px;
    font-weight: 800;
}
#home{
    font-size: 80px;
}
.grid{
    display: grid;
    grid-template-columns: auto auto;
}
.colll1 p{
    font-size: 15px;
    margin-top: 22px;
}
#id{
    margin-top: 10px;
    font-size: 20px;
    color: #7aba59;
}
.card{
    margin-top: 40px;
    border-radius: 20px;
    height: 70vh;
}
.cardsize{
    height: 80vh;
    width: 30rem;
    border-radius: 20px;
}

.card-text1 p{
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}
.card-text1 h1{
    color: #f2f2f2;
    font-size: 45px;
    font-weight: 800;
}
.colll3 p{
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
#id1{
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
}





/* testimonials */


.container_col{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
}
.card_1{
    height: 55vh;
    border: 1px solid lightgray;
    margin-left: 3rem;
    transition: 0.5s;
}
.card_1:hover{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#gold{
    color: goldenrod;
    font-size: 15px;
}



.container7{
    width: 100%;
    margin-top: 100px;
}
.container7rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.boxx1{
    margin-top: 10rem;
    /* background-color: #ed6436; */
}
.small_box{
    margin-bottom: 40px;
}
.small_box h1{
    font-weight: 800;
    font-size: 20px;
    color: #ed6436;
    text-transform: uppercase;
}
.small_box p{
    font-size: 20px;
    color: #000;
}
.boxx2{
    margin-left: 10rem;
    width: 80%;
    height: 50vh;
    /* background-color: #7aba59; */
}

.boxx2rap{
    border-radius: 30px;
    padding: 30px;
     background-color: #f3f3f3;
}
.form-row{
    margin-top: -40px;
}




.container8{
    width: 100%;
    height: 60vh;
    margin-top: 15rem;
    background-color: #f3f3f3;
}
.containe84rap{
    width: 80%;
    margin: auto;
    padding: 40px;
}

.content h1{
    font-size: 50px;
    color: #ed6436;
    text-align: center;
    font-weight: 800;
}
.content p{
    font-size: 20px;
    text-align: center;
}
.pic_div{
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-left: 14rem;
    margin-top: 4rem;
}
.pic_div img{
    width: 50%;
    height: 20vh;
}





.container9{
    width: 100%;
    margin-top: 10rem;
}
.container9rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.content_box h1{
    font-size: 40px;
    font-weight: 800;
}
.content_box p{
    font-size: 20px;
}
.content_box span{
    color: #ed6436;
    font-size: 20px
}
.content2{
    width: 100%;
    height: 50vh;
}


/* website footer */

.footer{
    width: 100%;
    margin-top: 10rem;
}
.footerrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.grid_1{
    width: 70%;
    display: grid;
    grid-template-columns: auto auto;
}
.grid_1 img{
    width: 3rem;
    height: 6vh;
    margin-left: 4rem;
}
.grid_1 h1{
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}
.socialicons{
    justify-content: center;
    display: flex;
}
.socialicons a{
    text-decoration: none;
    padding: 10px;
    background-color: #ed6436;
    margin: 10px;
    border-radius: 50%;
    transition: 0.6s;
}
.socialicons a:hover{
    background-color: transparent;
    border: 1px solid #ed6436;
}
#youtube{
    color: #fff;
}
#youtube:hover{
    color: #ed6436;
}
#facebook{
    color: #fff;
}
#facebook:hover{
    color: #ed6436;
}
#instagram{
    color: #fff;;
}
#instagram:hover{
    color: #ed6436;
}
#tweeter{
    color: #fff;
}
#tweeter:hover{
    color: #ed6436;
}

.divvv2 h1{
    font-size: 25px;
    color: #ed6436;
    font-weight: 600;
}
.divvv3 h1{
    font-size: 25px;
    color: #ed6436;
    font-weight: 600;
}

.btn_div{
    margin-top: 20px;
}
.btn_div a{
    padding: 10px;
    text-decoration: none;
    border-radius: 30px;
    background-color: #ed6436;
    color: #fff;
    transition: 0.5s;
}
.btn_div a:hover{
    color: #ed6436;
    background-color: transparent;
    border: 1px solid #ed6436;
}


.footer_bottom{
    width: 100%;
    height: 10vh;
    background-color: #ed6436;
    margin-top: 60px;
}
.footer_bottom h1{
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}