*{
    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;
}


/* middle 1 */
.middle{
    width: 100%;
    margin-top: 8rem;
}
.middlerap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.box1{
    width: 100%;
}
.box1 h1{
    font-size: 90px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.box1div{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box1div img{
    width: 100%;
    height: 15vh;
}
.smlbox1div h2{
    color: #ff8c00;
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
}
.smlbox1div p{
    margin-top: 10px;
    font-size: 20px;
}

.box2 img{
    width: 55rem;
    margin-left: 155px;
}



/* middle 2 */

.middle2{
    width: 100%;
}
.middle2 h1{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5rem;
}
.middle2rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
}
.box3{
    width: 20rem;
    height: 30vh;
    background-color: #7aba59;
    border-radius: 50%;
    transition: 0.5s;
}
.box3 h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 80px;
}

.box3:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.box4{
    width: 20rem;
    height: 30vh;
    background-color: #f9b945;
    border-radius: 50%;
    transition: 0.5s;
}
.box4 h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 80px;
}
.box4:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.box5{
    width: 20rem;
    height: 30vh;
    background-color: #ed6436;
    border-radius: 50%;
    transition: 0.5s;
}
.box5 h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 80px;
}
.box5:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}


/* middle3 */

.middle3{
    width: 100%;
    margin-top: 10rem;
}
.middle3rap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.box6 img{
    width: 55rem;
}
.box7{
    width: 80%;
    margin-right: 10rem;
    margin-top: 10rem;
}
.box7 h1{
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
}
.box7 span{
    color: #ed6436;
}
.box7 p{
    font-size: 20px;
    margin-bottom: 40px;
}
.box7 a{
    text-decoration: none;
    color: #fff;
    background-color: #ed6436;
    border-radius: 20px;
    transition: 0.5s;
    padding: 10px;
}
.box7 a:hover{
    border: 1px solid #ed6436;
    background-color: transparent;
    color: #ed6436;
}


/* middle4 */
.middle4{
    width: 100%;
    margin-top: 5rem;
}
.middle4rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
}
.box8{
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 30px;
    padding: 30px;
}
.box8 h2{
    font-size: 20px;
    font-weight: 800;
    color: #ed6436;
    margin-bottom: 20px;
    text-align: center;
}
.box8 p{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#logo{
    font-size: 50px;
    margin-left: 6rem;
    color: #7aba59;
    margin-bottom: 30px;
}


/* cardset */

.container6{
    width: 100%;
    margin-top: 140px;
}
.container6rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.divcard{
    width: 60%;
    margin-top: 10rem;
}
.divcard h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #ed6436;
    margin-bottom: 20px;
    font-weight: 700;
}
.divcard h3{
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 800;
}

.card-group{
    width: 100%;
}
.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{
    width: 30rem;
    margin-top: 40px;
    border-radius: 20px;
    height: 70vh;
}
.cardsize{
    height: 80vh;
    width: 20rem;
    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;
}


/* middle5 */

.middle5{
    width: 100%;
    margin-top: 60px;
}
.middle5rap{
   width: 80%;
   margin: auto;
   display: grid;
   grid-template-columns: auto auto;
}
.box9{
    margin-left: 5rem;
    margin-top: 50px;
    width: 50%;
}
.box9 h1{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}
.box9 h2{
    font-size: 20px;
    color: #ed6436;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
.box9 p{
    font-size: 20px;
    margin-bottom: 20px;
}

.box10 img{
    width: 120%;
    height: 60vh;
}


/* middle6 */

.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;
}



.middle7{
    width: 100%;
    margin-top: 10rem;
}
.middle7rap{
    width: 70%;
    margin: auto;
}
.box11{
    display: grid;
    grid-template-columns: auto auto auto;
    height: 35vh;
    background-color: #f9b945;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.text{
    padding: 20px;
}
.text h2{
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
}
.text p{
    font-size: 50px;
    font-weight: 800;
    color: #000;
}
.booknow{
    margin-left: 5rem;
    margin-top: 8rem;
}
.booknow a{
    text-decoration: none;
    color: #fff;
    background-color: #ed6436;
    border-radius: 40px;
    padding: 10px;
    transition: 0.5s;
}
.booknow a:hover{
    color: #ed6436;
    background-color: #fff;
    border: 1px solid #ed6436;
}
.box11 img{
    width: 80%;
    height: 55vh;
    margin-left: 5rem;
    margin-top: -148px;
}




/* middle8 */

.middle8{
    width: 100%;
    margin-top: 10rem;
    background-color: #f3f3f3;
    padding: 20px;
}
.middle8rap{
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}
.box12 img{
    width: 70%;
    height: 70vh;
    border-radius: 50%;
}
.box13{
    background-color: #e1e1e1;
    padding: 20px;
    border-radius: 40px;
    width: 100%;
    height: 50vh;
    margin-top: 5rem;
}
.container p{
    font-size: 20px;
    color: #ed6436;
    font-weight: 700;
}
.container h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}
.form-group input{
    border-radius: 40px;
}


/* middle9 */

.middle9{
    width: 100%;
    margin-top: 60px;
}
.middle9 h2{
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}
.middle9rap{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.box14{
    width: 80%;
    display: grid;
    grid-template-columns: auto auto;
}
.box14div h3{
    font-size: 15px;
    text-transform: uppercase;
}
.box14div p{
    font-size: 50px;
    margin-top: 20px;
}
#icons{
    font-size: 60px;
    color: #ed6436;
}



/* middle10 */

.middle10{
    width: 100%;
    margin-top: 100px;
}
.middle10rap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.box15{
    margin-top: 60px;
    width: 100%;
    height: 50vh;
}

.card-body h4{
    font-size: 30px;
    font-weight: 700;
}
.card-body p{
    font-size: 15px;
}




.footer{
    width: 100%;
    margin-top: 5rem;
}
.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{
    width: 100%;
    justify-content: center;
    display: flex;
}
.socialicons a{
    text-decoration: none;
    padding: 10px;
    background-color: #ed6436;
    margin: 10px;
    border-radius: 50%;
    height: 6vh;
    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;
}