* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: #f8f8f8;
}
.nav { 
    display: flex;
    flex-direction: column;
    position: sticky;
    width: 100%;
    background-color: #fff;
    height: 70px;
}
.logo {
    display: flex;
    flex-direction: column-reverse;
}
.nav img {
    width: 120px;
    margin-left: 3em;
}
.nav .img img {
    width: 80px;
    height: 40px;
}
.ul-div {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.nav ul {
    list-style: none;
    position: absolute;
    padding-right: 3em;
}
.nav ul li{
     float: left;
     margin-top: 20px;
}
.nav ul li a{
    width: 120px;
    color: rgb(14, 14, 14);
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-size: .9rem;
    text-align: center;
    padding: 10px;
    font-family: century Gothic;
    font-weight: bold;
}
.nav ul li a:hover{
    border-bottom: 3px solid #f58220;
}
.nav li ul li {
    background-color: #fff;
    margin-top: 0;
}
.nav li ul a{
    font-size: .77rem;
    font-weight: 450;
}
.nav li ul li {
    float: none;
}
.nav ul li ul {
    display: none;
}
.nav ul li:hover ul {
    display: block;
}


.hamburger{
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: hwb(0 94% 4%);
    border: none;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 99;
    visibility: hidden;
}
.hamburger .line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgb(73, 72, 72);
    margin:  7px;
    border-radius: 40px;
    transition: transform .5s,
    opacity .25s;
}
.hamburger .line:nth-child(2){
    width: 17px;
}
.hamburger.active .line:nth-child(1){
    transform: translateY(7px)
    rotate(45deg);
}
.hamburger.active .line:nth-child(2){
    opacity: 0;
}
.hamburger.active .line:nth-child(3){
    transform: translateY(-10px)
    rotate(-45deg);
}

@media screen and (max-width: 995px) {
    .hamburger {
    visibility: visible;
    }
    .nav { 
        position: relative;
        display: flex;
        flex-direction: row;
        position: sticky;
        width: 100%;
        background-color: rgb(211, 106, 106);
        height: 70px;
        z-index: 9999;
    }
    .ul-div {
        top: 0;
        position: absolute;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        transition: .3s ease-in-out;
    }
    .logo {
        display: unset!important;
    }
        .nav img {
            width: 70px;
            margin-left: 1em;
        }
    .nav ul { 
        list-style: none;
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        background-color: rgb(211, 106, 106);
        text-align: center;
        align-items: center;
        visibility: hidden;
        transition: 3s ease-end;
    }
    .nav ul li a:hover{
        color: #f58220;
    }
    .nav li ul { 
        display: none;
        visibility: hidden;
        
    }
}

section {
    justify-content: center;
    text-align: center;
    background-size: cover;
}
.image {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/outerlink/outer1.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.h1 p {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 900px) {
.image {
        min-width: 100%;
        height: 250px;
        position: relative;
        background-image: url("../images/outerlink/outer1.jpeg");
        background-size: cover;
        background-repeat: no-repeat;
    }
.image7 {
    background-image: url("../images/like\ cows\ many.jpg");
}
        .h1 p {
            font-size: 1rem;
            font-weight: bold;
            color: #fff;
            text-align: left;
            text-align: center;
        }
}

/*MAELEZO CHIN STARTED HEREEEE*/ 
.flex-box h3 {
    font-size: 2rem;
    text-align: center;
    padding-top: 2.5em;
    color: #f58220;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Comic Sans MS', sans-serif;
}
.left-right-boxes {
    display: flex;
    flex-direction: row;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 3em;
}

@media screen and (max-width: 600px) {
    .flex-box h3 {
    font-size: 1.5rem;
    padding-top: 1.5em;
}
.left-right-boxes {
    padding-top: 1.5em;
  }
}
.left-box{
    width: 60%;
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    color: #434a54;
    text-align: left;
}
.left-box span {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 18px;
    color: #191919;
    padding-bottom: 1em;
    text-align: left;
}
.right-box {
     width: 40%;
    height: auto;
}
.right-box .uu {
    font-size: 1rem;
    text-align: center;
    padding-top: 2.5em;
    color: #f58220;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Comic Sans MS', sans-serif;
}
.image-link {
    background-color: antiquewhite;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-image: url("../images/baclink2.jpeg");
    background-size: cover;
    height: 200px;
    border-radius: 5px;
    margin: 2em 2em 1em 2em;
}

.link2 {
    background-image: url("../images/simbalin2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
}

.link3 {
    background-image: url("../images/ZANZILINK.jpeg");
    background-size: cover;
}

.image-link h5 {
    font-size: 1rem;
    color: #fff;
    transform: translateY(100px);
    cursor: pointer;
}

.image-link h6 {
    background-color: #ed8728;
    margin-left: 40%;
    margin-right: 40%;
    text-align: center;
    border-radius: 10px;
    transform: translateY(120px);
    cursor: pointer;
}

.image-link h6 a {
    list-style: none;
    color: #fff;
    font-size: .8rem;
    padding: .2em;
    text-decoration: none;
    align-items: center;
}

@media screen and (max-width: 995px) {
    .flex-box h3 {
        font-size: 1.7rem;
        text-align: center;
        padding-top: 3em;
        color: #f58220;
        font-weight: 600;
        line-height: 35px;
    }
    .left-right-boxes {
    display: flex;
    flex-direction: column;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 3em;
}
.left-box {
    width: 100%;
    height: auto;
    font-size: .9rem;
    font-weight: 400;
    line-height: 20px;
    margin-left: 2%;
    margin-right: 2%;
    color: #434a54;
    text-align: left;
}
.right-box {
    width: 100%;
    height: auto;
}
.image-link {
    align-items: center;
    height: 200px;
    border-radius: 5px;
    margin-top: 5em;
    margin-bottom: 5em;
}
.image-link h6 {
    background-color: #ed8728;
    margin-left: 30%;
    margin-right: 30%;
    height: 20px;
    padding-top: .3em;
    text-align: center;
    border-radius: 10px;
    transform: translateY(120px);
    cursor: pointer;
}
}




/* whatsappp link hereee */
.whsapp {
    position: fixed;
    margin-left: 0;
    bottom: 50px;
    cursor: pointer;
    margin-left: auto;
    float: right;
    right: 2em;
    background-color: transparent!important;
}
.whsapp img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent!important;
    
}




/*FOOTER STARTED HER padding-bottom: 2em;
    padding-top: 2em;E*/

    footer {
        width: 100%;
        height: auto;
        padding-bottom: 2em;
        background-image: url(../images/bac2.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        /* background-color:  linear-gradient(to top, rgb(0, 0, 0.3) 0%, #FC0 100%); */
    }
    
    .footer-span {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .span {
        flex: 0 0 350px;
        margin-top: 2em;
    }
    
    .span p {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
    }
    
    .span li {
        list-style: none;
        padding: .2em;
        margin: unset!important;
    }
    
    .span li a {
        text-decoration: none;
        color: #fff;
    }
    .span li a img{
        width: 25px;
        height: 25px;
        border-radius: 5px;
        background-color: #fff;
    }
    .copym {
        width: 100%;
        height: 120px;
        background-color: #0a0600;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .copy {
        color: #FFFF;
        font-size: .9rem;
    }
    /*FOOTER CSS*/
    @media screen and (max-width: 900px) {
        footer {
            background-image: url(../images/bac2.jpeg);
            background-size: cover;
            background-repeat: no-repeat;
            background-color: transparent rgb(0, 0, 0.3);
        }
    
        .footer-span {
            display: flex;
            flex-direction: column;
            justify-content: initial;
            padding-left: 3em;
        }
    
        .span {
            flex: 1;
            margin-top: .2em;
            margin: unset!important;
        }
    
        .span p {
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            padding: 1em;
            margin: unset!important;
        }
        .span li a {
            font-size: .9rem;
            ;
        }
    }