*{
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    box-sizing: border-box;}
ul{
        list-style: none;
        background: transparent;
    }
    ul li {
        display: inline-block;
        position: relative;
    }
    ul li a{
        display: block;
        padding: 20px 25px;
        color: #fff;    
        text-decoration: none;
        text-align: center;
        font-size: 20px;
    }
    ul li ul.dropdown li{
        display: block;
        font-size: 10px;
    } 
    ul li ul.dropdown{
        width: 100%;
        color: rgb(182, 165, 139);
        position: absolute;
        z-index: 999;
        display: none;
    }
    ul li a:hover{
        color: rgb(177, 171, 161);
    }
    ul li:hover ul.dropdown{
        display: block;
        font-size: 5px;
    }
     img.QR{
        display: block;
        position: relative;
        padding-top: 20px;
    }
    
.homepage{
    height: 100vh;
    width: 100%;
    
    /*position: fixed;*/

} 
.logo{
    text-indent: -9999999px;
    background: url(img/masaai\ mara\ image-150x100.jpg);
    width: 150px;
    height: 100px;
    
}
.landing {
    background-image: linear-gradient(rgba(0,0,0,0.85),rgba(65, 65, 65, 0.85)),url(img/Two\ of\ Tano\ Bora_VJ26429\ copy\ 2.jpg);
    background-size: cover;
    background-position: center;
}
.content {
    margin: 0 3%;
    padding: 7% 0;
    text-align: center;
}
.title{
    font-size: 4.5rem;
    font-weight: bold;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.company-desc {
    color: burlywood;
    margin-left: 1%;
}

.tit-slider{
    color: burlywood;
    margin-left: 12px;
    box-sizing: border-box;
    animation: tit-slider 6s linear infinite;
}
@keyframes tit-slider{
    0%{margin-top: -400px;}
    5%{margin-top: -200px;}
    30%{margin-top: -200px;}
    35%{margin-top: 0px;}
    65%{margin-top: 0px;}
    70%{margin-top: 200px;}
    100%{margin-top: 200px;}
}
.navbar{
    /*position: fixed;*/
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 25px 3%; /* can reomve*/
    border-bottom: 1px solid transparent;
    transition: all .40 ease;
}
nav .sticky{
    padding: 100px 0%;
    background: var(--bg-color);
    border-bottom: 5px solid #1d3eaa;
    transition: 3s;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
    padding-left: 8%;
    padding-right: 8%;
}

.logo{
    color: gray;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}
#logo-m{
    color: rgb(103, 177, 149);
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;

    
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}
nav ul li a:hover{
    color: rgb(82, 80, 77);
    transition: .4s;
}
.btn{
    background-color: burlywood;
    color:  rgb(71, 70, 68);
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
}
.btn:hover{
    transform: scale(1.2);
}

/*.slider-frame{
    overflow: hidden;
    height: 1800px;
    width: 100%;
    margin: 0px;
    left: 0px;
}
    /*--SLIDE ANIMATIONS--

@keyframes slide_animation{
    0% {left: 0px;}
    10% {left: 0px;}
    20% {left: 100px;}
    30% {left: 1200px;}
    40% {left: 2400px;}
    50% {left: 2400px;}
    60% {left: 1200px;}
    70% {left: 1200px;}
    80% {left: 0px;}
    90% {left: 0px;}
    100% {left: 0px;}
}
    @-webkit-keyframes slide_animation{
        0% {left:0px;}
        10% {left: 0px;}
        20% {left: 1200px;}
        30% {left: 1200px;}
        40% {left: 2400px;}
        50% {left: 2400px;}
        60% {left: 1200px;}
        70% {left: 1200px;}
        80% {left: 0px;}
        90% {left: 0px;}
        100% {left: 0px;}

    }
.slide-images{
    width: 300%;
    height: 800px;
    margin: 0 0 0 -2400px;
    position: relative;
    overflow: hidden;
    -webkit-animation-name: slide_animation;
    animation-name: slide_animation;
    -webkit-animation-duration: 33s;
    animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.img-container{
    height: 1800px;
    width: 1200px;
    position: relative;
    float:left; 
}*/
h1{
    color: rgb(146, 143, 138);
    margin: 20px 0px 20px;
    font-size: 75px;
    margin-top: 70px;
    
}
.description h3{
    color: white;
    font-size: 1.5rem;
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 8%;

}
.description h4{
    color: rgb(231, 214, 191);
    letter-spacing: 2px;
    font-size: 1.3rem;
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 7%;
}
.about{
    width: 100%;
    padding: 100px 0px;
    background-color: rgb(206, 200, 192);
}
.about img{
    height: auto;
    width: 100%;
}
.about-text{
    width: 80%;
}
.main{
    width:1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around ;
}

.about-text h2{
    color: rgb(97, 92, 87);
    font-size: 4.5rem;
    text-transform: capitalize;
    margin-bottom: 2%;
}
.about-text h5{
    color: rgb(97, 92, 87);
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.about-text p{
    color: rgb(97, 92, 87);
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}
button{
    background-color: bisque;
    color: rgb(80, 77, 74);
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s ;
}
button:hover{
    background-color: transparent;
    border: 2px solid rgb(94, 94, 94);
    cursor: pointer;
}
.services{
    background: rgb(94, 89, 84);
    width: 100%;
    padding: 5% 0;
}
.title h2{
    color: white;
    font-size: 4.5rem;
    width: 1130px;
    margin: 30px auto;
    text-align: center;
}
.box{
    display:flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    
}
.card{
    max-height: 480px;
    max-width: 365px;
    padding: 20px 35px;
    background: rgb(68, 68, 68);
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: auto;
    text-align: center;
}
.card i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: rgb(196, 180, 152);
    
}
h5{
    color: white;
    font-size: 23px;
    margin-bottom: 15px;
}
.pra p{
    color: rgb(172, 171, 170);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}
.card .button{
    background-color:  rgb(97, 92, 87);
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .4s ;
}
.card .button:hover{
    background-color: transparent;
    border: 2px solid  rgb(97, 92, 87);
    cursor: pointer;
}
.contact-us{
    width: 100%;
    /* height: 30%; */
    padding: 2% 0;
    background: #303030;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact-us p{
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;

}
.contact-us .button-two{
    background-color:burlywood;
    color:  rgb(97, 92, 87);
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .4s ;
}
.contact-us .button-two:hover{
    background-color: transparent;
    border: 2px solid burlywood;
    cursor: pointer; 
}
footer{
    position: relative;
    width: 100%;
    /* height: 35%; */
    background: #444141;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer p:nth-child(1){
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}
footer p:nth-child(2){
    color: rgb(172, 171, 170);
    font-size: 17px;
    max-width: 90%;
    text-align: center;
    line-height: 26px;
}
.social{
   display: flex; 
}
.social a{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(105, 97, 88);
    border-radius: 50%;
    margin: 22px 10px;
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.social :hover{
    transform: scale(1.3);
    transition: .3s;
}
.social p{
    display: block;
}
.end{
    position: absolute;
    color: black;
    font-size: 18px;
    bottom: 5%;
}
#menu-icon{
    color: white;
    font-size: 30px;
    z-index: 10001;
    cursor: pointer;
}
.top{
    position: fixed;
    bottom: 2.1rem;
    right: 2.1rem;
}
.top i{
    color: burlywood;
    background: rgb(128, 138, 138);
    font-size: 20px;
    border-radius: 0.5rem;
    padding: 10px;
    
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (min-width: 800px) {
    .about-text {
        margin-left: 5%;
    } 
    footer {
        padding: 4%;
    }
    footer p:nth-child(2) {
        width: 50%;
    }
}
@media (max-width: 800px) {
    .title, .title h2 {
        font-size: 4rem;
    }

    #company-title {
        display: inline-block;
    }

    .description h3 {
        font-size: 1.4rem;
    }

    .description h4 {
        font-size: 1.2rem;
    }

    .flex-container {
      flex-direction: column;
    }

    .about-text {
        margin-top: 10%;
    }

    .about-text h2 {
        font-size: 4rem;
    }

    .contact-us {
        padding-top: 8%;
    }

    footer {
        padding: 10%;
        padding-bottom: 15%;
    }
    footer p:nth-child(2) {
        width: 80%;
    }
  }